@charset "utf-8";

#sec_edu {float:right; width:900px; padding:20px 0 40px}

/* 비주얼 */
.sec_visual{ position:relative; width:100%; height:220px; background:url('/images/org/web/nhedu/sec/sec_visual_bg.png') no-repeat; border-radius:18px;}
.sec_visual .txt{ position:absolute; top:76px; left:40px; font-size:0; text-indent:-10000em; width:305px; height:63px; background:url('/images/org/web/nhedu/sec/sec_visual_txt1.png') no-repeat;}
.sec_visual .img{ position:absolute; top:14px; right:25px; width:542px; height:199px; background:url('/images/org/web/nhedu/sec/sec_visual_img.png') no-repeat}

/* 바로가기 */
.sec_Mlink{ width:440px; margin:20px 0; float:right; overflow:hidden}/* 181115 */
.sec_Mlink ul{ width:100%; overflow:hidden}
.sec_Mlink ul li{ float:left; width:49%; height:210px; margin-left:2%;}
.sec_Mlink ul li:first-child{margin-left:0;}
.sec_Mlink ul li a{ display:block; height:100%; font-size:16px; text-align:center; border-radius:18px;}
.sec_Mlink ul li a img{ display:block; padding-top:40px; margin:0 auto 15px}
.sec_Mlink ul li.lk_01 a{ background-color:#ff9c9c; color:#ac2929;}
.sec_Mlink ul li.lk_02 a{ background-color:#fecb4c; color:#9a710b}
.sec_Mlink ul li.lk_03 a{ background-color:#948de2; color:#382fa3;}
.sec_Mlink ul li.lk_04 a{ background-color:#1bb1b1; color:#054b4b}
.sec_Mlink ul li.lk_05 a{ background-color:#28a7e4; color:#074766}

/* 공지사항 */
.sec_notice{ position:relative; float:left; width:400px; height:191px; padding:17px 19px 0; margin:20px 0; border:1px solid #ddd; border-radius:13px; background-color:#fafafa;}/* 181115 */
.sec_notice > h2.tit{font-size:18px; font-weight:bold; letter-spacing:-1px; height:48px; background:url('/images/org/web/nhedu/sec/sec_notice_tit_line.png') no-repeat right bottom}
.sec_notice > h2.tit span{ display:block; background:url('/images/org/web/nhedu/sec/sec_notice_tit_bg.png') no-repeat left center; line-height:34px; padding-left:38px; color:#323232;}
.sec_notice .list_box {padding:13px 0 0; overflow:hidden;}
.sec_notice .list_box ul.ul_list {overflow:hidden; letter-spacing:-1px;}
.sec_notice .list_box ul.ul_list li {width:100%; float:left; line-height:28px; font-size:14px; overflow:hidden}
.sec_notice .list_box ul.ul_list li a {display:block; float:left; background:url('/images/org/web/nhedu/sec/sec_notice_dot.png') no-repeat 0 13px; width:70%; padding-left:10px; color:#555; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.sec_notice .list_box ul.ul_list li a:hover {text-decoration:underline;}
.sec_notice .list_box ul.ul_list li span.date { display:block; letter-spacing:0; float:right; width:20%; text-align:right; color:#7c7c7c; }
.sec_notice .btn_more {position:absolute; width:27px; height:27px; top:22px; right:20px; background:url('/images/org/web/nhedu/sec/btn_more.png') no-repeat 50% 50%; text-indent:-10000px; z-index:10 }

/* 포토갤러리 181115 */ 
.gallery { position:relative; width:100%; height:230px; padding:17px 19px 0; border:1px solid #ddd; border-radius:13px; background-color:#fafafa; overflow:hidden; box-sizing:border-box}
.gallery h2.tit {font-size:18px; font-weight:bold; letter-spacing:-1px; height:48px}
.gallery h2.tit span{ display:block; background:url('/images/org/web/nhedu/sec/sec_news_tit_bg.png') no-repeat left center; line-height:34px; padding-left:38px; color:#323232;}
.gallery .gall_list {padding:13px 0 0; overflow:hidden;}
.gallery .gall_list li {width:22%; margin-left:4%; float:left; }
.gallery .gall_list li:first-child { margin-left:0; }
.gallery .gall_list li a { display:block; color:#111}
.gallery .gall_list li a .img { display:block; width:100%; height:100px; overflow:hidden}
.gallery .gall_list li .img img {width:100%; height:100%; image-rendering:-webkit-optimize-contrast; transition-duration:.3s;}
.gallery .gall_list li a:hover .img img {transition-duration:.3s;  -webkit-transform:scale(1.1); -ms-transform:scale(1.1); transform:scale(1.1)}
.gallery .gall_list li span.txt {display:block; font-size:14px; padding-top:9px; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.gallery .gall_list li:before {background-color:#26a69a}
.gallery .btn_more {position:absolute; top:15px; right:20px; width:38px; height:38px; background:url('/images/org/web/nhedu/sec/btn_more.png') no-repeat 50% 50%; text-indent:-10000em; z-index:10 }
@media screen and (max-width:1019px) {
	
	#sec_edu,
	.sec_notice, .sec_news {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box}
	
	#sec_edu{ width:100%; padding:3% 2.5%}
	
	/* 비주얼 */
	.sec_visual{height:0; padding-top:22%; background-size:cover; border-radius:16px;}
	.sec_visual .txt{top:34%; left:4.4%; width:33%; height:28%; background-size:contain}
	.sec_visual .img{top:6.36%; right:2.77%; width:50%; height:90%; background-size:contain}	
	
	/* 바로가기 181115 */
	.sec_Mlink{ width:49%; margin:3% 0;}
	.sec_Mlink ul li a{font-size:15px; border-radius:15px;}
	.sec_Mlink ul li a .txt{ display:block; line-height:20px; padding-bottom:24px;}
	
	/* 공지사항 181115 */
	.sec_notice{ width:49%; height:210px; margin:3% 0; border-radius:10px;}
	.sec_notice .list_box ul.ul_list li a {width:70%}
	.sec_notice .list_box ul.ul_list li span.date { width:20%;}


	

}

@media screen and (max-width: 800px) {	

	/* 비주얼 */
	.sec_visual{height:0; padding-top:30%; border-radius:12px;}
	.sec_visual .txt{top:20%; left:5%; width:38%; height:33%}
	.sec_visual .img{top:25%; right:3%; width:55%; height:90%}
	
	/* 바로가기 181115 */
	.sec_Mlink{ width:100%; margin-top:0}

	/* 공지사항 */
	.sec_notice{ width:100%}
	
	/* 포토갤러리 181115 */ 
	.gallery { height:auto}
	.gallery .gall_list li {width:48%; margin-bottom:20px}
	.gallery .gall_list li:nth-child(2n+1) { margin-left:0; }
	.gallery .gall_list li:nth-child(3), #weeCenter .gallery .gall_list li:nth-child(4) { margin-bottom:0}

}

@media screen and (max-width: 680px) {	

	/* 비주얼 */
	.sec_visual{padding-top:40%; border-radius:8px;}
	.sec_visual .txt{top:18%; left:6%; width:43%; height:38%}
	.sec_visual .img{top:40%; right:2.77%; width:60%; height:90%}

	/* 바로가기 181115 */
	.sec_Mlink ul li{width:49%; height:70px; line-height:70px}
	.sec_Mlink ul li:first-child, .sec_Mlink ul li:nth-child(3), .sec_Mlink ul li:nth-child(5){margin-left:0;}
	.sec_Mlink ul li a{border-radius:5px; text-align:left}
	.sec_Mlink ul li a img{ display:inline-block; width:auto; height:36px; padding:0 10px 0 16px; margin:-5px 0 0;}
	.sec_Mlink ul li a .txt{ display:inline-block; line-height:70px; padding-bottom:0;}

		
}

@media screen and (max-width: 580px) {	

	/* 공지사항 */
	.sec_notice .list_box ul.ul_list li a {width:90%}
	.sec_notice .list_box ul.ul_list li span.date { display:none}




		
}

@media screen and (max-width: 480px) {	

	/* 바로가기 181115 */
	.sec_Mlink ul li{width:100%; margin-top:2%; margin-left:0; height:70px; line-height:70px;}
	.sec_Mlink ul li:first-child { margin-top:0}
	.sec_Mlink ul li a{border-radius:5px; text-align:left}
	.sec_Mlink ul li a img{ display:inline-block; width:auto; height:36px; padding:0 10px 0 16px; margin:0}
	.sec_Mlink ul li a .txt{ display:inline-block; line-height:70px; padding-bottom:0;}	
	

}

@media screen and (max-width: 380px) {
	
	

}



/* 260107 전환 작업 */
@media screen and (min-width: 1020px) {
	.sec_notice {width: calc((100% - 100px) / 2);}
	.sec_Mlink {width: calc((100% - 20px) / 2);}
}