﻿ 
/*-----------------------------------------------------------
Author :JI, choi
Creative date :2021. 09. 08
-----------------------------------------------------------*/
/*imgcut*/
div[class*="gallery"] .img { position: relative; }
div[class*="gallery"] .img > img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; }
div[class*="gallery"] a { display: block; }

/* 메인비주얼 */
.MVisual3010{position:relative; height:27.5rem; overflow:hidden;}
.MVisual3010 #m_visual li{overflow:hidden; text-align:center; }
.MVisual3010 #m_visual li img{display:inline-block;}
.MVisual3010 .bx-wrapper{position:relative;}
.MVisual3010 .bx-controls{position:absolute; bottom:2rem; left:0; width:100%; height:1.3rem; text-align:center;}
.MVisual3010 .bx-controls-direction{display:none;}
.MVisual3010 .bx-controls a{display:inline-block; margin:0 3px; color:transparent; overflow:hidden; vertical-align:middle;}
.MVisual3010 .bx-controls-auto{font-size:0; vertical-align:middle;}  
.MVisual3010 .bx-controls-auto,
.MVisual3010 .bx-pager,
.MVisual3010 .bx-pager-item{display:inline-block;}
.MVisual3010 .bx-controls-auto a{width:1.3rem; height:1.3rem; background:no-repeat center / 100%;}
.MVisual3010 .bx-controls-auto a.bx-start{display:none; background-image:url('/00_common/images/con_com/btn_play.png');}
.MVisual3010 .bx-controls-auto a.bx-stop{display:inline-block; background-image:url('/00_common/images/con_com/btn_stop.png');}
.MVisual3010 .bx-pager{height:0.8rem; vertical-align:middle;}
.MVisual3010 .bx-pager-item{height:100%;}
.MVisual3010 .bx-pager a{width:0.8rem; height:100%; vertical-align:top; border:1px solid #2bacef; border-radius:50%;} /* 비주얼 버튼 색상 */
.MVisual3010 .bx-pager a.active{background-color:#2bacef;}/* 비주얼 버튼 색상 */


/* 바로가기01 */
.M_link3010{position:relative;}
.M_link3010 ul{width:100%; display:table; table-layout:fixed;}
.M_link3010 ul li{position:relative; display:table-cell;}    
.M_link3010 ul li a{display:block; height:100%; text-align:center;}
.M_link3010 ul li a .ico{display:block;text-align: center;width: 5.05rem;height: 5.05rem;border-radius: 50%;margin: 0 auto;background: #f1faff;-webkit-transition:transform 0.3s;-ms-transition:transform 0.3s;-moz-transition:transform 0.3s;transition:transform 0.3s;}
.M_link3010 ul li a .ico img {width:75px;height:75px; margin-top:.65rem; transition: 0.3s; -webkit-transition: 0.3s;}
.M_link3010 ul li a em{display:block;height:2.4rem;margin-top:0.5rem;color:#333;font-size:1rem;line-height:1.2rem;text-align:center;overflow:hidden;padding:0 0.5rem;} 
/* active */
.M_link3010 ul li a:hover .ico img,
.M_link3010 ul li a:focus .ico img {transform:rotateY(360deg); -webkit-transform:rotateY(360deg); -ms-transform:rotateY(360deg); -moz-transform:rotateY(360deg);}
.M_link3010 ul li a:hover em,
.M_link3010 ul li a:focus em {color:#4488c2;}



/* 공지사항 */
.notice3010{position:relative; height:100%;} 
.notice3010 h2{display:inline-block; max-width:calc((100% - 5rem) / 3); font-size:1.1rem; overflow:hidden; white-space:nowrap; line-height:1;}  
.notice3010 h2 ~ h2{margin-left:0.8rem;}
.notice3010 h2 a{position:relative; display:block; width:100%; color:#555; line-height:2rem; border-radius:2rem; padding:0 0.5rem; overflow:hidden; -webkit-transition:color 0.3s, background 0.3s; -ms-transition:color 0.3s, background 0.3s; -moz-transition:color 0.3s, background 0.3s; transition:color 0.3s, background 0.3s;} 
.notice3010 h2 a span {display:block; width:100%; overflow:hidden;}
.notice3010 .list_box{position:absolute; top:3rem; display:none; width:100%; height:calc(100% - 3rem); }
.notice3010 .list_box ul{margin:0 -0.5rem;} 
.notice3010 .list_box ul > li {width:25%; float:left; padding:0 0.5rem;}
.notice3010 .list_box ul > li > a{position:relative;display:block;width:100%;height:12.5rem;padding:1.5rem 1.7rem;background:#fff;border:1px solid #dfdfdf;border-top: 2px solid #4488c2;}   
.notice3010 .list_box ul > li.new:after{content:'N'; position:absolute; top:0; left:0; display:block; width:1.25rem; height:1.25rem;  line-height:1.25rem; color:#fff; font-size:0.7rem; text-align:center; background:#4488c2; z-index:2;}
.notice3010 .list_box ul > li > a:before {content:'';position:absolute;left:0;top:0;width:100%;height:100%;border: 2px solid #4488c2;opacity:0;-webkit-transition:opacity 0.2s;-ms-transition:opacity 0.2s;-moz-transition:opacity 0.2s;transition:opacity 0.2s;}
.notice3010 .list_box ul > li > a:after {content:"\e913"; position:absolute; bottom:-1rem; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); -moz-transform:translateX(-50%); transform:translateX(-50%); width:2.1rem; height:2.1rem; border-radius:50%; background:#4488c2; font-family:'xeicon'; font-size:1.2rem; color:#fff; text-align:center; line-height:2.1rem; opacity:0; -webkit-transition:opacity 0.2s; -ms-transition:opacity 0.2s; -moz-transition:opacity 0.2s; transition:opacity 0.2s;}
.notice3010 .list_box ul > li > a .date {color:#787878; font-size:0.8rem;}
.notice3010 .list_box ul > li > a strong {position:relative; display:block; height:2.4rem; font-weight:400; font-size:1rem; line-height:1.2rem; margin:0.8rem 0; overflow:hidden;}
.notice3010 .list_box ul > li > a .bar { display:block; width:2.5rem; height:1px; background:#000;}
.notice3010 .list_box ul > li > a span {display:block; height:2rem; margin:1rem 0; line-height:1rem; color:#4e4e4e; overflow:hidden;}
.notice3010 .btn_more{position:absolute;top: -2.7rem;right:0;}
.notice3010_2:after{content:''; position:absolute; left:0; top:2.5rem; display:block; width:1px; height:calc(100% - 5rem); border-left:2px dotted #d8d8d8;} 
/* active */
.notice3010 h2 a:hover,
.notice3010 h2 a:focus,
.notice3010 h2 a.current{color:#fff; background:#4488c2;}  
.notice3010 .list_box ul > li > a:hover,
.notice3010 .list_box ul > li > a:focus {border-color: #4488c2;-webkit-box-shadow: 8px 8px 13px rgba(0,0,0,0.23);-ms-box-shadow:8px 8px 13px rgba(0,0,0,0.23);-moz-box-shadow:8px 8px 13px rgba(0,0,0,0.23);box-shadow:8px 8px 13px rgba(0,0,0,0.23);}
.notice3010 .list_box ul > li > a:hover:before,
.notice3010 .list_box ul > li > a:focus:before,
.notice3010 .list_box ul > li > a:hover:after,
.notice3010 .list_box ul > li > a:focus:after {opacity:1;}
.notice3010 .list_box.on{display:block;} 
.notice3010 .btn_more:hover,
.notice3010 .btn_more:focus{color:#2c6ca2;}

.notice3010 .list_box .NoData {display:table; width:100%; height:100%; text-align:center; font-size:.75rem; background:#f3f3f3;}
.notice3010 .list_box .NoData span {display:table-cell; vertical-align:middle;}

/* 오늘의식단 */
.meal_menu3010{position:relative;width: calc(100% - 3rem);height:100%;margin-left: 3rem;padding: 0.75rem 0 0.75rem 2rem;border-radius: 1.2rem;background: #fff;border: 2px solid #ffa200;color: #333;}
.meal_menu3010::after{display: block; content: ""; clear: both;}
.meal_menu3010 .imgbox{position: absolute;left: -3rem;bottom: -1rem;}
.meal_menu3010 h2{width:6.5rem; line-height:2rem; float:left; text-align:center; font-size:1rem; overflow:hidden; white-space:nowrap;}
.meal_menu3010 .meal_wrap ul {width: calc(100% - 12rem);float: left;height: 2rem;overflow-y: scroll;}
.meal_menu3010 .meal_wrap ul  li{margin-bottom: 0.5rem;}
.meal_menu3010 ul li.no_Data{text-align:center; line-height:1.5rem;}
.meal_menu3010 .meal_wrap ul  li dl::after{display: block; content:""; clear: both;}
.meal_menu3010 .meal_wrap ul  dt{width: 9.5rem;font-size: 0.9rem;float: left;text-align: center;font-weight: 500;background: #fff;border-radius: 1.5rem;position: relative;line-height: 2rem;white-space: nowrap;}
.meal_menu3010 .meal_wrap ul dt strong {color:#ff2f65;}
.meal_menu3010 .meal_wrap ul  dd{width: calc(100% - 10.5rem); float: right; padding-top: 0.3rem; line-height: 1.4rem;}
.meal_menu3010 .meal_wrap ul  dd .no_data{text-align: center; line-height: 2rem;}
.meal_menu3010 .btn_more{position:absolute;top: 1rem;right: 2%;} 
/* active */
.meal_menu3010 .btn_more:hover,
.meal_menu3010 .btn_more:focus{color:#ffa200;}



/* 학교일정 */
.pop_schedule3010{position:relative;height:100%;margin-top: 2rem;} 
.pop_schedule3010 h2{width:calc(100% - 2rem);margin-bottom:1.3rem;color: #333;} 
.pop_schedule3010 .month{position:relative;text-align:center;margin:0 0 1rem;border-radius: 1rem;background: #ed5a80;}
.pop_schedule3010 .month span{position:relative;color:#fff;display:inline-block;width:8.5rem;line-height:2rem;}
.pop_schedule3010 .month a{position:absolute;top:0;width:2rem;height:2rem;line-height:2rem; color:#fff;font-size:1.2rem;}
.pop_schedule3010 .month a.prev{left:0;}
.pop_schedule3010 .month a.next{right:0;}
.pop_schedule3010 .month a i{-webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s;}
.pop_schedule3010 .btn_more{position:absolute;top:-0.2rem;right:0;} 
.lst_schedule{width:100%; height:11rem; overflow-y:auto;}
.lst_schedule > li{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1.6rem;padding:0.3rem 0;color: #444;}
.lst_schedule > li + li{border-top: 1px dotted #e6b8c5;}
.lst_schedule > li .date{display:inline-block;margin-right:8px;width:1.6rem;height:1.6rem;line-height:1.6rem;text-align:center;border-radius:50%;background: #ffc4d3;color:#333;font-weight:400;}
.lst_schedule > .no_Data{line-height:6rem; text-align:center;}
/* active */
.pop_schedule3010 .month a:hover.prev i,
.pop_schedule3010 .month a:focus.prev i{-webkit-transform:translateX(-20%); -ms-transform:translateX(-20%); -moz-transform:translateX(-20%); transform:translateX(-20%);}
.pop_schedule3010 .month a:hover.next i,
.pop_schedule3010 .month a:focus.next i{-webkit-transform:translateX(20%); -ms-transform:translateX(20%); -moz-transform:translateX(20%); transform:translateX(20%);}
.pop_schedule3010 .btn_more:hover,
.pop_schedule3010 .btn_more:focus{color:#ed5a80;}
.lst_schedule > li a:hover,
.lst_schedule > li a:focus{text-decoration:underline;} 

/* 학교앨범 */
.gallery3010{position:relative;height:100%;margin-top:1.5rem;}
.gallery3010 h2{width:calc(100% - 2rem);margin-bottom: 1.5rem; color:#333; font-size:1.1rem; overflow:hidden; white-space:nowrap; line-height:1;}
.gallery3010 .gall_list{position:relative; overflow:hidden;}
.gallery3010 .gall_list .img {position:relative;width:100%;height:11.25rem;background:rgba(255,255,255,0.5);overflow:hidden;}
.gallery3010 .gall_list .img img {position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%);max-width:100%;-webkit-transition:transform 0.3s;-ms-transition:transform 0.3s;-moz-transition:transform 0.3s;transition:transform 0.3s;}
.gallery3010 .gall_list .txt {position:absolute;left:0;bottom:0;width: 100%;line-height:2.3rem;color: #fff;background: rgba(0,0,0,0.6);padding:0 1rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.gallery3010 .btn_more{position:absolute;top:-0.2rem;right:0;} 
/* active */
.gallery3010 .btn_more:hover,
.gallery3010 .btn_more:focus{color:#004366;}
.gallery3010 .gall_list .img:hover img,
.gallery3010 .gall_list .img:focus img{transform:translate(-50%, -50%) scale(1.2); -webkit-transform:translate(-50%, -50%) scale(1.2); -ms-transform:translate(-50%, -50%) scale(1.2); -moz-transform:translate(-50%, -50%) scale(1.2);}

.gallery3010 .NoData {display:table; width:100%; height:11.25rem; text-align:center; font-size:.75rem; background:#f3f3f3;}
.gallery3010 .NoData span {display:table-cell; vertical-align:middle;}

/* 팝업존 */
.pop3010{position:relative; height:100%;margin-top: 1.5rem;}
.pop3010 h2{margin:0 9rem 1.5rem 0; color:#333; font-size:1.1rem; overflow:hidden; white-space:nowrap; line-height:1;}
.pop3010 .nss_pg{position:absolute;right:0.5rem;top: -0.2rem;}
.pop3010 .nss_pg span{display:inline-block; font-size:0.75rem;} 
.pop3010 .nss_pg span .now{font-weight:600; color:#eb4d4d; font-size:0.85rem;}
.pop3010 .nss_pg a{display:inline-block;margin:0 0.1rem;width:1.5rem;height:1.5rem;line-height:1.5rem;background: #004366;border-radius:50%;text-align:center;color:#fff;} 
.pop3010 .nss_pg .play{display:none;} 
.pop3010 .bx-wrapper{position:relative; margin:0 auto; max-width:350px; width:100%; height:225px; overflow:hidden; text-align:center;background:rgba(255,255,255,0.5); }
.pop3010 .pop_img li img{position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%); max-width:100%; max-height:100%;}
.pop3010 .pop_img li a { display:block; height:11.3rem; } 
/* 팝업리스트 레이어 추가 */
.pop3010 .pop_layer_box{position:absolute; top:-0.2rem; left:0; display:none; width:100%; height:calc(100% + 0.4rem); background:#394b61;}
.pop3010 .pop_layer_box .pop_layer{position:relative; padding:1rem;}
.pop3010 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff;}
.pop3010 .pop_layer_box .pop_layer ul{margin-top:0.75rem; padding:1rem 2rem; height:10rem; line-height:1.1rem; text-align:left; background:#576c85; overflow-y:auto;}
.pop3010 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff;}
.pop3010 .pop_layer_box .pop_layer ul li a:hover,
.pop3010 .pop_layer_box .pop_layer ul li a:focus{text-decoration:underline;}
.pop3010 .pop_layer_box .pop_layer a.pop_close{position:absolute; top:0.75rem; right:1.25rem; display:block; padding:0.25rem 0.5rem; color:#fff; background:#576c85; border-radius:5px;}

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #d1d8e4;}
.banner_zone .container {position: relative; height: 4rem; overflow: hidden;}
.banner_zone h2 {float: left; display:block; margin-top: 1.5rem; width: 4rem; font-size: 0.85rem; font-weight: 400; color: #191919;}
.banner_zone .btn {float: left; margin-top: 1.35rem; overflow: hidden;}
.banner_zone .btn a {float: left; width: 27px; height: 28px; color: transparent; background: no-repeat center / 100%; overflow: hidden;}
.banner_zone .btn a.prev {background-image: url('/00_common/images/common/btn_b_prev.png');}
.banner_zone .btn a.stop {background-image: url('/00_common/images/common/btn_b_stop.png');}
.banner_zone .btn a.play {display:none; background-image: url('/00_common/images/common/btn_b_play.png');}
.banner_zone .btn a.next {background-image: url('/00_common/images/common/btn_b_next.png');}
.banner_zone .btn a.list {background-image: url('/00_common/images/common/btn_b_list.png');}
.banner_zone .bx-wrapper {float: left; display:block; padding-top: 0.75rem; padding-left:1.5rem; width: calc(100% - 10rem); overflow: hidden;}
.banner_zone ul li { display: inline-block; margin-bottom: 0.75rem; padding: 0 0.25rem; width: 20%;}
.banner_zone ul li a {display: block; height: 2.5rem; line-height: 2.3rem; text-align: center; border: 1px solid #c8d1db; overflow: hidden;}
.banner_zone ul li a img {width: 100%; height: 100%; } 

@media (max-width:1940px){  
	.MVisual3010 #m_visual li img{position:relative; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); -moz-transform:translateX(-50%);} 
}
@media (max-width:1240px){ 
	.MVisual3010 {height:auto;}
	.MVisual3010 #m_visual li img {width:150%;}
 
	/* 바로가기 */
	.M_link3010 ul li a .ico { width:4.2rem; height:4.2rem;}
	.M_link3010 ul li a .ico img {width:3rem; height:3rem;}
	.M_link3010 ul li a em { font-size:0.8rem;}
}
@media (max-width:1024px){
	h2{font-size:1rem;}

	/* 공지사항 */
	.notice3010 .list_box ul > li { width:33.333%; } 
	.notice3010 .list_box ul > li + li + li + li{ display:none; } 
	.notice3010 .list_box ul > li > a { height:11rem; padding:1rem; }
	

	/* 학교일정 */
	.pop_schedule3010 .month { width:10rem; float:left; }
	.pop_schedule3010 .month span { width:4.2rem; height:4.2rem; padding-top:1rem; line-height:1.2rem; border-radius:50%; }
	.pop_schedule3010 .month span em { display:block;}
	.pop_schedule3010 .month a { top:1rem; }
	.lst_schedule { width:calc(100% - 11rem); height:4.2rem; float:right;}
	.lst_schedule > li { width:50%; float:left;} 
	.lst_schedule > li:nth-child(2) { border-top:none; } 
	.pop_schedule3010 .btn_more {top:0;}
	
	/* 학교앨범 */
	.gallery3010 .gall_list .img {height:11.3rem;}

	/* 배너존 */
	.banner_zone h2 {position: absolute; top: 0; left: 0; margin: -1px; padding: 0; width: 1px; height: 1px; border: 0; clip: rect(0, 0, 0, 0); overflow: hidden;}
	.banner_zone .btn {position: absolute; top: 50%; left: 0; margin-top: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
	.banner_zone .bx-wrapper {margin-left: 6rem; width: calc(100% - 6rem);}
} 
@media (max-width:800px){  
	/* 바로가기 */
	.M_link3010 ul li { display:block; float:left; width:25%; }
	.M_link3010 ul li a em {margin:0 0 0.5rem;}
	
	
	/* 공지사항 */
	.notice3010 .list_box ul > li { width:50%;}
	.notice3010 .list_box ul > li + li + li { display:none; }

	
	/* 오늘의식단 */
	.meal_menu3010{padding:1rem;width: 100%;margin-left: 0;}
	.meal_menu3010 h2{width: 100%; float: none; text-align: left; padding-left: 6rem;}
	.meal_menu3010 .imgbox{bottom: auto;top: -1.5rem;left: 2%;}
	.meal_menu3010 .meal_wrap ul {width: 100%; margin-top: 1rem;}
	.meal_menu3010 .btn_more{top: 1rem;}
	 
} 

@media (max-width:640px){	  
	/* 일정 */
	.lst_schedule > li { width:100%; }
	.lst_schedule > li:nth-child(2) { border-top:1px dotted #e5e5e5; }

	/* 학교일정 */
	.pop_schedule3010 .month { width:100%; }
	.pop_schedule3010 .month span { width:8rem; height:2rem; line-height:2rem; border-radius:2rem; padding:0; }
	.pop_schedule3010 .month span em { display:inline-block; }
	.pop_schedule3010 .month a { top:0; }
	.lst_schedule { width:100%; height:9rem; }

	/* 팝업존 */
	.pop3010 .pop_img { background:rgba(255,255,255,0.5);}

}  

@media screen and (max-width: 520px){
	/* 공지사항 */
	.notice3010 h2 ~ h2 { margin-left:0.2rem; }
	.notice3010 h2 {max-width:calc((100% - 3rem) / 3); font-size:0.9rem; }
	.notice3010 h2 a { padding:0 0.2rem; }
	.notice3010 .list_box ul > li > a strong { font-size:0.9rem; }
}

@media (max-width:480px){
	/* 메인비주얼 */
	.MVisual3010 .bx-controls{bottom:1rem;} 
	
	/* 공지사항 */
	.notice3010 h2 {max-width:calc((100% - 4rem) / 3);}
	
	/* 바로가기 */
	.M_link3010 ul li { width:33.333%; }
	.M_link3010 ul li a .ico {width:3.5rem; height:3.5rem; }
	.M_link3010 ul li a .ico img {width:2.5rem; height:2.5rem; margin-top:0.5rem; }

	/* 공지사항 */
	.notice3010 .list_box ul > li { width:100%; }
	.notice3010 .list_box ul > li + li{ display:none;}

	/* 갤러리 */
	.gallery3010 h2 { font-size:0.95rem; margin-bottom:1rem; }

	/* 팝업존 */
	.pop3010 h2 { font-size:0.95rem; margin-bottom:1rem;}

	/* 오늘의식단 */
	.meal_menu3010 h2 {padding-left:0;}
	.meal_menu3010 .imgbox {display:none;}
	.meal_menu3010 .meal_wrap ul {height: 5rem;}
	.meal_menu3010 .meal_wrap ul dt{float: none;width: 100%;}
	.meal_menu3010 .meal_wrap ul dd{width: 100%; float: none;}
	.meal_menu3010 ul li.no_Data{line-height: 4rem;}
	
}
@media (max-width:380px){  

	 /* 바로가기 */
	.M_link3010 ul li { width:50%; }
	
		
	/* 오늘의식단 */
	.meal_menu0010 h2{padding-left: 0;}	
	.meal_menu3010 .meal_wrap ul {margin-top: 0;}
	

}
