@charset "utf-8";

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

/* 비주얼 *//*180920 수정*/
.sec_visual{ position:relative; width:100%; height:220px; background:url('/images/org/web/hyedu/sec/sec_visual_bg.png') no-repeat; border-radius:18px;}
.sec_visual .txt{ }
.sec_visual .img{ width:100%; height:100%;}
.sec_visual .img img {width:100%; height:100%;}

/* 바로가기 */
.sec_Mlink{ position:relative;  width:100%;  height:164px; overflow:hidden;  padding-top:20px; }
.sec_Mlink ul{overflow:hidden}
.sec_Mlink ul li{ float:left; width:164px; height:164px; margin-left:20px;}
.sec_Mlink ul li:first-child{margin-left:0;}
.sec_Mlink ul li a{ display:block; height:100%; font-size:14px; text-align:center; border-radius:18px;}
.sec_Mlink ul li a img{ display:block; padding-top:16px; 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-top:30px; border:1px solid #ddd; border-radius:13px; background-color:#fafafa;}
.sec_notice > h2.tit{font-size:18px; font-weight:bold; letter-spacing:-1px; height:48px; background:url('/images/org/web/hyedu/sec/sec_notice_tit_line.png') no-repeat right bottom}
.sec_notice > h2.tit span{ display:block; background:url('/images/org/web/hyedu/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/hyedu/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/hyedu/sec/btn_more.png') no-repeat 50% 50%; text-indent:-10000px; z-index:10 }

/* 최신뉴스 */
.sec_news{ position:relative; float:left; width:400px; height:191px; padding:17px 19px 0; margin:30px 0 0 20px; border:1px solid #ddd; border-radius:13px; background-color:#fafafa;}
.sec_news > h2.tit{font-size:18px; font-weight:bold; letter-spacing:-1px; height:48px; background:url('/images/org/web/hyedu/sec/sec_notice_tit_line.png') no-repeat right bottom}
.sec_news > h2.tit span{ display:block; background:url('/images/org/web/hyedu/sec/sec_news_tit_bg.png') no-repeat left center; line-height:34px; padding-left:38px; color:#323232;}
.sec_news .list_box {padding:13px 0 0; overflow:hidden;}
.sec_news .list_box ul.ul_list {overflow:hidden; letter-spacing:-1px;}
.sec_news .list_box ul.ul_list li {width:100%; float:left; line-height:28px; font-size:14px; overflow:hidden}
.sec_news .list_box ul.ul_list li a {display:block; float:left; background:url('/images/org/web/hyedu/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_news .list_box ul.ul_list li a:hover {text-decoration:underline;}
.sec_news .list_box ul.ul_list li span.date { display:block; letter-spacing:0; float:right; width:20%; text-align:right; color:#7c7c7c; }
.sec_news .btn_more {position:absolute; width:27px; height:27px; top:22px; right:20px; background:url('/images/org/web/hyedu/sec/btn_more.png') no-repeat 50% 50%; text-indent:-10000px; z-index:10 }

/* 사진게시판 *//* 180920 수정 */
.sec_gallery { position:relative; width:100%; min-height:235px; float:right; margin-top:15px;  border:1px solid #d4d5d6;  border-radius:13px; border-top:0; overflow:hidden;}
.sec_gallery h2 {font-size:16px; font-weight:bold; height:45px; line-height:43px; padding-left:24px; border-top:4px solid #3e67af }
.sec_gallery .gall_info {display:none;}
.sec_gallery .gall_list { height:190px; padding:10px 24px 0; overflow:hidden;}
.sec_gallery .gall_list li {width:30.8%; margin-left:3.8%; float:left;}
.sec_gallery .gall_list li:first-child {margin-left:0;}
.sec_gallery .gall_list li a {display:block;}
.sec_gallery .gall_list li .img{ width:100%; height:145px; overflow:hidden}
.sec_gallery .gall_list li .img img {width:100%; height:100%; image-rendering:-webkit-optimize-contrast; transition-duration:.3s;}
.sec_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)}
.sec_gallery .gall_list li span {display:block; text-align:left; font-size:13px; color:#6f6f6f;}
.sec_gallery .gall_list li span.tit { margin:10px 0 5px; font-size:14px; font-weight:bold; color:#111; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.sec_gallery .gall_list li span.txt {white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.sec_gallery .btn_more{position:absolute; right:24px; top:20px; font-size:13px; color:#111}

@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:auto;} /*180920 수정*/
	.sec_visual .img img{ width:100%; height:auto;}	/*180920 수정*/
	
	/* 바로가기 */
	.sec_Mlink{ margin-top:3%;}
	.sec_Mlink ul li{width:18.4%; height:auto; margin-left:2%;}
	.sec_Mlink ul li a{font-size:15px; border-radius:15px;}
	.sec_Mlink ul li a img{ width:60%; height:auto}
	.sec_Mlink ul li a .txt{ display:block; line-height:20px; padding-bottom:24px;}
	
	/* 공지사항 */
	.sec_notice{ width:49%; height:210px; margin-top:3%; 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%;}
	
	/* 최신뉴스 */
	.sec_news{ width:49%; height:210px; margin:3% 0 0 2%; border-radius:10px}
	.sec_news .list_box ul.ul_list li a {width:70%}
	.sec_news .list_box ul.ul_list li span.date {width:20%}
	

}

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


	/* 공지사항 */
	.sec_notice{ width:100%}
	
	/* 최신뉴스 */
	.sec_news{ width:100%; margin:3% 0 0}

}

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


	/* 바로가기 */
	.sec_Mlink{ margin-top:1%; height:auto;}
	.sec_Mlink ul li{width:49%; margin-top:2%; 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; font-size:13px; 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}
	
	/* 최신뉴스 */
	.sec_news .list_box ul.ul_list li a {width:90%}
	.sec_news .list_box ul.ul_list li span.date { display:none}
	
		/* 사진게시판 *//* 180920 수정 */
	.sec_gallery { height:auto;}
	.sec_gallery h2 {padding-left:15px}
	.sec_gallery .gall_list {height:auto; padding:10px 15px 5px;}
	.sec_gallery .gall_list li {width:100%; margin-left:0; margin-bottom:20px}
	.sec_gallery .gall_list li .img{height:150px;}




		
}

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

	/* 바로가기 */
	.sec_Mlink{ margin-top:1%;}
	.sec_Mlink ul li{width:100%; margin-top:2%; margin-left:0; height:70px; line-height:70px;}

	.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_Mlink ul li {width: calc((100% - 80px) / 5);}
	.sec_notice,
	.sec_news {width: calc((100% - 100px) / 2);}
}