/*=========================================
* TEACHER
*==========================================*/

/* 2018-10-29 -- 강사소개(경력추가)전 
.tch_wp {
	margin:50px 0;
}
.tch_wp:after {
	content:"";
	display:block;
	clear:both;
}
.tch_boxWp {
	width:25%;
	padding:20px 10px;
	float:left;
}
.tch_box {
	position:relative;
	cursor:pointer;
}
.tch_box .tch_thumb { 
	padding:0;
	border-color:#eee;
	margin-bottom:8px;
	position:relative;
	overflow:hidden;
	width:100%;
	height:250px;
}
.tch_box .tch_thumb:after { 
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,.0);
	border:1px solid transparent;
	transition: all 0.5s ease;
}
.tch_box:hover .tch_thumb:after {
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,.5);
	border:5px solid #c3af6c;
	transition: all 0.3s ease;
}
.tch_box .tch_thumb img { 
	max-width:inherit;
	min-height:100%;
	max-height:100%;
	transform: scale(1);
	transition: all 0.5s ease;
}
.tch_box:hover .tch_thumb img {  
	transform: scale(1.1);
	transition: all 0.5s ease;
}

.tch_box .thc__name { 
	cursor-event:none;
	position:absolute; 
	top:24px; left:24px;
	color:#fff;
	font-size:20px;
	font-weight:500;
	letter-spacing:-0.8px;
	opacity:0;
	transition: all 1s ease;
}
.tch_box:hover .thc__name	{ 
	opacity:1;
}
*/
.tch_wp {
	margin:50px 0;
	border-top:1px solid #ddd;
}
.tch_wp:after {
	content:"";
	display:block;
	clear:both;
}
.tch_boxWp {
	float:left;
	width:33.333%;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:30px 0;
}
.tch_boxWp:nth-child(3n+1) {
	border-left:1px solid #ddd;
}
.tch_box {
	text-align:center;
	position:relative;
	cursor:pointer;
}
.tch_box .tch_thumb { 
	padding:0;
	margin-bottom:8px;
	overflow:hidden;
	display:inline-block;
	width:220px; height:240px;
	border-radius:10px;
	position:relative;
}
.tch_box .tch_thumb img { 
	max-width:inherit;
	min-height:100%;
	position:absolute;
	left:50%;
	max-height: 130%;
	min-width:100%;
	transform:translateX(-50%) scale(1);
	transition: all 0.5s ease-in-out;
}
.tch_box:hover .tch_thumb img {  
	transform: translateX(-50%) scale(1.1);
	
}

.tch_box .thc__name { 
	font-size:20px;
	letter-spacing:-0.8px;
	color:#666;
	font-weight:300;
	opacity:1;
}
.tch_box .thc__name:after {
	content:"";
	display:block;
	margin:10px auto;
	width:30px;
	height:1px;
	background:#c3af6c;
}
.tch_box .thc__name span {
	color:#444;
	font-weight:500;
}
.tch__tumb_histroy {
	height:150px;
	overflow:hidden;
}
.tch__tumb_histroy dd {
	font-size:14px;
	color:#666;
}

/**/




/*modal*/
.modal-open .modal, .modal-open {
	padding-right:0 !important;
}
@media (min-width: 1100px) {

.teacher_view .modal-dialog { 
	margin: 100px auto;
	width:1020px;
	}
}
.teacher_view .modal-content {
	border-radius:0;
}
.tch_con {
	padding:60px;
	position:relative;
}
.tch_con:after {
	content:"";
	display:block;
	clear:both;
}
.tch_con  button.close {
	position: absolute;
    right: 20px;
    top: 20px;
	font-size:40px;
}
.tch_con figure {
	float:left;
	width:320px;
	overflow:hidden;
	text-align:center;
}
.tch_con figure img {
	min-width:100%;
	width:100%;
	max-width:100%;
}
.tch_con .tch_con_text {
	float:left;
	margin-top:50px;
	margin-left:50px;
	width:calc(100% - 370px);
}
.tch_con .tch_con_text h4 {
	font-size:40px;
	font-family: "Nanum Square", "NanumSquare", sans-serif;
	color:#333;
	font-weight:200;
	position:relative;
}
.tch_con .tch_con_text h4 span {
	font-weight:700;
}
.tch_con .tch_con_text h4 a {
	display:inline-block;
	position:absolute;
	right:0;
	top:7px;
	width:120px;
	padding:10px 0;
	font-family:  'Notokr', sans-serif;
	font-size:15px;
	font-weight:500;
	color:#fff;
	background:#c3af6c;
	text-align:center;
}

.tch_con .tch_con_text dl {
	margin-top:15px;
	border-top:2px solid #5c5c5c;
	padding:20px 0 0 0px;
}

.tch_con .tch_con_text dl dt {
	display:inline-block;
	font-weight:600;
	font-size:20px;
	margin-bottom:10px;
}
.tch_con .tch_con_text dl dd {
	position:relative;
	padding:10px 20px;
	font-size:16px;
	border-bottom:1px solid #ddd;	
}
.tch_con .tch_con_text dl dd:before {
	content:"";
	width:5px;
	height:5px;
	background:#c3af6c;
	position:absolute;
	top:18px;
	left:4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*반응형*/
@media (max-width:1100px) {
	.tch_con figure  { width:100%; float:none; }
	.tch_con .tch_con_text { width:100%; float:none; margin-left:0;}
}
@media (max-width:767px) {
	.tch_wp { margin:50px 30px; }
	.tch_boxWp { width:50%; }
	.tch_boxWp:nth-child(3n+1) { border-left:0; }
	.tch_boxWp:nth-of-type(odd) { border-left:1px solid #ddd; }
	.tch_boxWp:nth-of-type(even) { border-left:0; }
	.tch_con { padding:20px; }
	.tch_con button.close { opacity:1; color:#fff; background:rgba(0,0,0,.5); font-size:20px; right:0; top:0; width:40px; height:40px;}
	.tch_con .tch_con_text { margin-top:30px; }
	.tch_con .tch_con_text h4 { font-size:30px; }
	.tch_con .tch_con_text h4 a { top:2px; }
	.tch_box .tch_thumb { width:180px; height:200px; }
}
@media (max-width:500px){
	.tch_wp { border-top:0; }
	.tch_boxWp { width:100%; border-left:0; border-right:0;}
	.tch_boxWp:nth-of-type(odd) { border-left:0; }

	.tch_box .tch_thumb { width:220px; height:240px; }
}


/*=========================================
* SYSTEM
*==========================================*/
#system {}
#system .mainTitle02 h4 {
	margin-top:70px;
	text-align:center;
	font-size:50px;
	font-weight:200;
	color:#222;
	letter-spacing:-0.3rem;
}
#system .mainTitle02 h4 span {
	font-weight:700;
	color:#ddb40a;
}
#system .con01 {
	margin-top:50px;
	padding:130px 0;
	background:url('../img/sub/system_con01_bg.jpg') 50% 50% no-repeat;
	background-size:cover;
	text-align:center;
}
#system .con02 {
	width:100%;
	max-width:1100px;
	margin:0 auto;
	padding:100px 0;
}
#system .con02 .box { 
	padding:50px 0;
}
#system .con02 .box:after {
	content:"";
	display:block;
	clear:both;
}
#system .con02 .right {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#system .con02 .box figure ,#system .con02 .box .text  {
	width:50%;
}
#system .con02 .left figure {
	float:left;
} 
#system .con02 .left .text {
	float:right;
	padding-left:50px;
} 
#system .con02 .right figure {
	float:right;
} 
#system .con02 .right .text {
	float:left;
	text-align:right;
	padding-right:50px;
}
#system .con02 .box .text h6 {
	margin-top:20px;
	font-size:80px;
	font-weight:400;
	color:#ddd;
} 
#system .con02 .box .text h5 {
	margin-top:40px;
	font-size:30px;
	font-weight:500;
	color:#222;
}
#system .con02 .box .text p {
	margin-top:20px;
	font-size:18px;
}
/* 반응형 */
@media (max-width:1200px) {
	#system .con02 { padding:50px 4rem; }
	#system .con02 .box figure { width:40%; }
	#system .con02 .box .text { width:60%; padding-left:30px; }
	#system .con02 .box:nth-child(2) .text { padding-top:30px; }
	#system .con02 .box:nth-child(3) .text { padding-top:50px; }
	#system .con02 .box .text h6 { margin-top:0px; font-size:40px; }
	#system .con02 .box .text h5 { margin-top:20px; font-size:26px; }
	#system .con02 .box .text p { margin-top:15px; font-size:15px; }
}
@media (max-width:992px) {
	#system .mainTitle02 h4 { font-size:40px; }
	#system .mainTitle02 h4 span { display:block; margin-top:5px;}
	#system .con01 { padding:100px 5rem; }
	#system .con02 .box figure { width:100%; max-height:250px; overflow:hidden; float:none; text-align:center; }
	#system .con02 .box .text { width:100%; float:none; text-align:center; }
	#system .con02 .box .text, #system .con02 .box:nth-child(2) .text, #system .con02 .box:nth-child(3) .text { margin-top:30px; padding:0; }
	#system .con02 .box .text h6 { font-size:26px; }
	#system .con02 .box .text h5 { margin-top:10px; }
}
@media (max-width:767px) {
	#system .mainTitle02 h4 { font-size:30px; margin-top:50px; }
	#system .con01 { padding:80px 3rem; }
	#system .con02 { padding:0 2rem; }
}


/*=========================================
* PROGRAM
*==========================================*/
#program {
	text-align:center;
}
#program .con0 {
	padding:100px 0;
}
#program .con0 h4 {
	font-size:70px;
	font-weight:200;
	color:#222;
	letter-spacing:-0.5rem;
}
#program .con0 h4 span {
	font-weight:700;
	color:#c8b771;
}
#program .con0 p {
	margin-top:50px;
	font-size:36px;
	letter-spacing:-0.2rem;
}
.beat_audio {
	margin-top:50px;
}
.beat_audio ul {
	width:650px;
	margin:0 auto;
}
.beat_audio ul:after {
	content:"";
	display:block;
	clear:both;
}
.beat_audio li.before {
	float:left;
}
.beat_audio li.after {
	float:right;
}
#program .con_title {
	display:inline-block;
	font-size:50px;
	font-weight:600;
	letter-spacing:-0.35rem;
	position:relative;
}
#program .con_title:before {
	content:"";
	position:absolute;
	width:250px;
	height:5px;
	right:calc(100% + 20px);
	top:calc(50% - 2.5px);
}
#program .con_title:after {
	content:"";
	position:absolute;
	width:250px;
	height:5px;
	left:calc(100% + 20px);
	top:calc(50% - 2.5px);
}
#program .con01 {
	padding:150px 0;
	background:url('../img/sub/program_con01_bg.jpg')50% 50% no-repeat;
	background-size:cover;
}
#program .con01 .con_title:before, #program .con01 .con_title:after {
	background:#222;
}
#program .con01 figure {
	margin-top:70px;
}

#program .con02 {
	padding:150px 0;
	background:url('../img/sub/talk_con04_bg.jpg')50% 50% no-repeat;
	background-size:cover;
}
#program .con02 .con_title {
	color:#fff;
}
#program .con02 .con_title:before, #program .con02 .con_title:after {
	background:#fff;
}

#program .con02 h4 {
	margin-top:100px;
	font-size:60px;
	color:#fff;
	font-weight:700;
	letter-spacing:-0.4rem;
}
#program .con02 h4 span {
	color:#12ecff;
	font-weight:700;
}
#program .con02 figure {
	margin-top:80px;
}
#program .con03{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	padding:130px 0;
}
#program .con03 h4 {
	font-size:50px;
	color:#222;
	font-weight:200;
	letter-spacing:-0.35rem;
}
#program .con03 h4 span {
	display:block;
	font-weight:700;
	font-size:70px;
}
#program .con03 .con05Wp {
	margin-top:20px;
	margin-bottom:50px;
}
#program .con03 .con05Wp:after {
	content:"";
	display:block;
	clear:both;
}
#program .con03 .box {
	width:50%;
	float:left;
	margin-top:45px;
}
#program .con03 .box p {
	margin-top:10px;	
	font-size:26px;
	letter-spacing:-0.1rem;
}
#program .con04 {
	padding:150px 0;
	background:url('../img/sub/opic_bg05.jpg')50% 0% no-repeat;
	background-size:cover;
}
#program .con04 figure {
	margin-bottom:50px;
}
/* 반응형 */
@media (max-width:1200px) {
	#program .con0 h4 { font-size:50px; letter-spacing:-0.35rem;}
	#program .con0 p { margin-top:20px; font-size:24px; letter-spacing:-0.15rem; }
	.beat_audio { margin-top:20px; }
	#program .con01 figure, #program .con02 figure  { max-width:90%; margin-left:auto; margin-right:auto; }
	#program .con03 { padding:100px 5rem; }
	#program .con03 h4 { font-size:36px; }
	#program .con03 h4 span { font-size:50px; }
	#program .con03 .box { padding:0 10px; }
	#program .con03 .box p { font-size:20px; }
}
@media (max-width:992px) {
	#program .con0 { padding:50px 0 100px; }
	#program .con01 { padding:120px 0; }
	#program .con_title { font-size:36px; letter-spacing:-0.2rem; }
	#program .con_title:before, #program .con_title:after { width:100px; height:2px; top:calc(50% - 1px); }
	#program .con02 h4 { margin-top:60px; font-size:50px; letter-spacing:-0.2rem; }
	#program .con02 figure { margin-top:50px; }
	#program .con03 { padding:100px 3rem; }
	#program .con04 { padding:100px 10rem; }
}
@media (max-width:762px) {
	#program .con0 { padding:30px 0 60px; }
	#program .con0 h4 { font-size:28px; letter-spacing:-0.15rem; }
	#program .con0 p { margin-top:15px; font-size:18px; width:280px; margin-left:auto; margin-right:auto;}
	.beat_audio { margin-top:0; }
	.beat_audio ul { width:280px; }
	.beat_audio li.before, .beat_audio li.after { float:none; }
	.beat_audio li.after { margin-top:15px; }
	.beat_audio li.before img, .beat_audio li.after img { max-width:200px; }
	#program .con01 { padding:80px 0; }
	#program .con_title { font-size:28px; }
	#program .con_title:before, #program .con_title:after { width:30px; }
	#program .con01 figure { margin-top:40px; }
	#program .con02 { padding:80px 0; }
	#program .con02 h4 { margin-top:30px; font-size:38px; }
	#program .con02 h4 span { display:block;  margin-top:7px;}
	#program .con03 { padding:80px 2rem; }
	#program .con03 h4 { font-size:28px; letter-spacing:-0.15rem; max-width:280px; margin-left:auto; margin-right:auto; }
	#program .con03 h4 span { font-size:36px; margin-top:7px;  padding-bottom:20px;}
	#program .con03 .box { width:300px; float:none; margin-left:auto; margin-right:auto; margin-top:25px; }
	#program .con03 .box p { font-size:17px; }
	#program .con04 { padding:80px 2rem; background-position:50% 100%; background-size:contain; background-color:#000; }
	#program .con04 figure:last-child { width:200px; margin-left:auto; margin-right:auto; }
	
}

/*=========================================
* GREETING
*==========================================*/
#greeting .con01 {
	margin-top:100px;
	padding:150px 0;
	background:url('../img/sub/about_bg01.jpg')100% 50% no-repeat;
	background-size:cover;
}
#greeting .textWp {
	width:95%;
	max-width:1100px;
	margin:0 auto;
}
#greeting .textWp h4 {
	margin-top:10px;
	font-size:50px;
	font-weight:300;
	line-height:1.2;
	color:#fff;
	letter-spacing:-0.35rem;
}
#greeting .textWp h4 span {
	font-weight:700;
}
#greeting .textWp h4:after {
	content:"";
	display:block;
	width:50px;
	height:1px;
	background:rgba(255,255,255,.5);
	margin:60px 0;
}
#greeting .textWp p {
	font-size:20px;
	line-height:1.65;
	color:#fff;
	font-weight:400;
	letter-spacing:-0.02rem;
}
#greeting .con02 {
	padding:150px 0;
	background:url('../img/sub/about_bg02.jpg')50% 0% no-repeat;
	background-size:cover;
	text-align:right;
}
#greeting .con02 .textWp h4:after {
	margin-left:auto;
}
#greeting .con02 figure {
	margin-top:50px;
}
/* 반응형 */
@media (max-width:992px) {
	#greeting .con01 { margin-top:80px; padding:120px 0;}
	#greeting .con02 { padding:120px 0; } 
	#greeting .textWp { width:100%; padding:0 5%; }
	#greeting .textWp h4 { font-size:40px; }
	#greeting .textWp h4:after { width:30px; margin:30px 0; }
	#greeting .textWp p { font-size:18px; line-height:1.6; }
}
@media (max-width:767px) {
	#greeting  { text-align:center; }
	#greeting .con01 { margin-top:50px; padding:80px 0; }
	#greeting .con02 { padding:80px 0; text-align:center; }
	#greeting .textWp h4 { font-size:20px; letter-spacing:-0.1rem; }
	#greeting .textWp h4:after { margin:30px auto; }
	#greeting .textWp p { font-size:15px; max-width:280px; margin-left:auto; margin-right:auto; }
	#greeting .con02 br { display:none; }
	#greeting .con02 figure { margin-top:30px; }
}