﻿@charset "utf-8";
/* 알림장 */
.ann_tablet{display:none;}

/* 메인비주얼 */
.main_visual { position:relative; width:100%; height:100%; background:#ad9c85; }
.main_visual ul { position:relative; }
.main_visual ul li { position:relative; text-align:center; }
.main_visual .bx-controls { position:absolute; width:980px; height:26px; left:50%; bottom:85px; margin-left:-490px; }
.main_visual .bx-controls-direction { display:none; }
.main_visual .bx-controls-auto { position:absolute; top:0; left:0; }
.main_visual .bx-controls-auto::after { content:''; display:block; clear:both; height:0; }
.main_visual .bx-controls-auto .bx-controls-auto-item { display:block; float:left; width:auto; }
.main_visual .bx-controls-auto .bx-controls-auto-item a { text-indent:-999em; width:26px; height:26px; }
.main_visual .bx-controls-auto .bx-controls-auto-item a.bx-start { display:none; background:url('/images/00_common/con_com/btn_play.png') no-repeat center center; }
.main_visual .bx-controls-auto .bx-controls-auto-item a.bx-stop { display:block; background:url('/images/00_common/con_com/btn_stop.png') no-repeat center center; }
.main_visual .bx-pager.bx-default-pager { position:absolute; top:5px; left:30px; }
.main_visual .bx-pager.bx-default-pager::after { content:''; display:block; clear:both; height:0; }
.main_visual .bx-pager.bx-default-pager .bx-pager-item { display:block; float:left; margin-left:5px; }
.main_visual .bx-pager.bx-default-pager .bx-pager-item a { display:block; text-indent:-999em; width:16px; height:16px; border:1px solid #299f5a; box-sizing:border-box; border-radius:9px; } /* 비주얼 버튼 색상 */
.main_visual .bx-pager.bx-default-pager .bx-pager-item a.active { background-color:#299f5a; }/* 비주얼 버튼 색상 */

/* 공지사항 */
.notice115 {position:relative; height:100%; overflow:hidden;}
.notice115 h2 {max-width:25%; height:48px; float:left; text-align:center; letter-spacing:-1px; overflow:hidden; white-space:nowrap;}
.notice115 h2 a {display:block; padding:0 10px; color:#777; font-size:18px; font-family:'NotoM'; line-height:45px; -webkit-transition:all 0.3s ease; -moz-transition:all 0.2s ease; -ms-transition:all 0.2s ease; transition:all 0.3s ease;}
.notice115 h2 a.current {color:#333; border-bottom:3px solid #e73584;}
.notice115 h2 a:hover{color:#333;}
.notice115 .list_box.on {display:block;}
.notice115 .list_box {display:none; position:absolute; top:48px; width:100%;}
.notice115 .list_box dl{position:relative; height:100px; padding:25px 0 0 90px; border-bottom:1px dotted #ccc; background:url('/images/web/sasong-p/main/115_icon_notice.png') no-repeat left center; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box;}
.notice115 .list_box dl a{display:block;}
.notice115 .list_box dl a:hover{text-decoration:underline;}
.notice115 .list_box dl dt{color:#333; font-size:17px; font-family:'NotoM'; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.notice115 .list_box dl dd{margin:5px 0 0; color:#555; font-size:15px; font-family:'NotoR'; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.notice115 .list_box ul{position:relative; margin:10px 0 0;}
.notice115 .list_box li{position:relative; height:30px;}
.notice115 .list_box li a {display:block; margin:0 100px 0 15px; color:#333; font-size:14px; font-family:'NotoR'; line-height:30px; overflow:hidden;text-overflow:ellipsis; white-space:nowrap;}
.notice115 .list_box li a::before{content:''; position:absolute; left:0; top:15px; width:4px; height:4px; border-radius:50px; background:#ccc;}
.notice115 .list_box li a:hover {text-decoration:underline;}
.notice115 .list_box ul li.new a {padding-left:25px;}
.notice115 .list_box ul li.new a::after{content:"N"; position:absolute; top:7px; left:15px; width:18px; height:18px; border-radius:50px; color:#fff; font-family:'NotoN'; font-size:12px; line-height:18px; text-align:center; background:#e73584;}
.notice115 .list_box li span.date {position:absolute; right:0; top:6px; color:#777; font-size:13px; font-family:'NotoR';}
.notice115 .btn_more {position:absolute; right:0; top:-45px; width:35px; height:35px; text-indent:-9999em; line-height:0; font-size:0; background:url('/images/web/sasong-p/main/115_btn_more.png') no-repeat center;}
.notice115 a.btn_more:hover{transform:rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg);}
.notice115 a.btn_more{-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}

/* 학사일정 */
.drawSchedule115 {position:relative; height:100%; overflow:hidden;} 
.drawSchedule115 h2{height:45px; margin-right:120px; color:#333; font-size:18px; font-family:'NotoM'; line-height:45px; overflow:hidden; white-space:nowrap;}
.drawSchedule115 .sch_wrap {position:relative; height:auto; margin:15px 0 0; padding:15px 0; background:#fed9e9;}
.drawSchedule115 .date_view {position:relative; width:175px; height:40px; margin:0 auto 15px; color:#fff; font-size:16px; font-family:'NotoM'; text-align:center; line-height:40px; background:#f06eaa;}
.drawSchedule115 .date_view a{position:absolute; top:0; width:28px; height:40px; text-indent:-9999em; line-height:0; font-size:0; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
.drawSchedule115 .date_view .pre {left:-14px; background: url(/images/web/sasong-p/main/115_sche_pre.png) no-repeat center; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
.drawSchedule115 .date_view a.pre:hover{left:-25px;}
.drawSchedule115 .date_view .next {right:-14px; background: url(/images/web/sasong-p/main/115_sche_next.png) no-repeat center; webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
.drawSchedule115 .date_view a.next:hover{right:-25px;}
.drawSchedule115 .sch_list {position:relative; background:#fff; margin:0 20px;}
.drawSchedule115 .sch_list ul {position:relative; height:140px; overflow-y:auto;}
.drawSchedule115 .sch_list li {position:relative; height:35px; border-bottom:1px dashed #ddd;}
.drawSchedule115 .sch_list li:first-child{border-bottom:0;}
.drawSchedule115 .sch_list li a {display:block; padding-left:60px; color:#333; font-size:14px; font-family:'NotoR'; line-height:35px; white-space:nowrap;text-overflow:ellipsis; overflow:hidden;}
.drawSchedule115 .sch_list li a span {position:absolute; left:18px; top:0; color:#c11d6b; font-family:'NotoM';}
.drawSchedule115 .sch_list li a:hover{ text-decoration: underline;}
.drawSchedule115 .sch_list li a::before{content:''; position: absolute; left:5px; top:16px; width:4px; height:4px; border-radius:50px; background:#f06eaa;}
.drawSchedule115 .sch_list li.no_Data {text-align:center; line-height:110px;}
.drawSchedule115 .btn_more {position:absolute; right:0; top:3px; width:35px; height:35px; text-indent:-9999em; line-height:0; font-size:0; background:url('/images/web/sasong-p/main/115_btn_more.png') no-repeat center;}
.drawSchedule115 a.btn_more:hover{transform:rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg);}
.drawSchedule115 a.btn_more{-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}


/* 식단 */
.meal_menu115 {position:relative; height:100%; background:#cef2be; overflow:hidden;}
.meal_menu115 h2 {height:55px; padding:0 0 0 15px; margin-right:120px; color:#333; font-size:18px; font-family:'NotoM'; line-height:55px; overflow:hidden; white-space:nowrap;}
.meal_menu115 .meal_info {display:none;}
.meal_menu115 ul{position:relative; height:110px; margin:0 15px; overflow-y:auto;}

.meal_menu115 dl {position:relative; margin:0 0 10px;}
.meal_menu115 dl dt.kcal {display:inline-block; height:35px; margin:0 0 10px; padding:0 25px; border-radius:50px; color:#fff; font-size:15px; font-family:"NotoM"; line-height:35px; text-align:center;  background:#1fa75f;}
.meal_menu115 dl dd.meal_list {color:#333; font-family:"NotoR"; font-size:14px; line-height:20px;}
.meal_menu115 .imgBg {position:absolute; bottom:0; right:50%; margin-right:-172px;}
.meal_menu115 .imgBg img {width:344px; height:123px;}
.meal_menu115 ul li.no_Data  {position:absolute; left:0; top:30%; width:100%; font-size:14px; font-family:"NotoM"; color:#333; line-height:20px; text-align:center;}
.meal_menu115 .btn_more {position:absolute; right:15px; top:10px; width:35px; height:35px; text-indent:-9999em; line-height:0; font-size:0; background:url('/images/web/sasong-p/main/115_btn_more.png') no-repeat center;}
.meal_menu115 a.btn_more:hover{transform:rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg);}
.meal_menu115 a.btn_more{-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}


/* 포토갤러리 */
.gallery115  {position:relative; height:100%; overflow:hidden;}
.gallery115 h2 {margin:30px 0 20px; color:#333; font-size:18px; font-family:'NotoM'; text-align:center; overflow:hidden; white-space:nowrap;}
.gallery115 .gall_list {position:relative; height:210px; overflow:hidden;}
.gallery115 .gall_list li {width:23.5%; height:210px; margin-bottom:20px; margin-left:2%; float:left; overflow:hidden;}
.gallery115 .gall_list li:first-child {margin-left:0;}
.gallery115 .gall_list li a {display:block;}
.gallery115 .gall_list li a:hover{text-decoration:underline;}
.gallery115 .gall_list li a .img {width:100%; height:150px; overflow:hidden;}
.gallery115 .gall_list li a .img img{width:100%; height:100%; transition:all .3s ease; -webkit-transition:all .3s ease; -ms-transition: all .3s ease; -moz-transition: all .3s ease;}
.gallery115 .gall_list li a:hover .img img{transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1);}
.gallery115 .gall_list li span {display:block; color:#333; font-size:15px; font-family:"NotoM";}
.gallery115 .gall_list li span.txt {margin:10px 0 3px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.gallery115 .gall_list li span.date {color:#777; font-size:13px; font-family:'NotoR';}
.gallery115 .btn_more {position:absolute; right:0; top:28px; width:35px; height:35px; text-indent:-9999em; line-height:0; font-size:0; background:url('/images/web/sasong-p/main/115_btn_more.png') no-repeat center;}
.gallery115 a.btn_more:hover{transform:rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg);}
.gallery115 a.btn_more{-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}


/* 알림판 */
.pop115 {position:relative; height:100%; background:#c3efe2; padding:0 10px 10px; overflow:hidden; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box;}
.pop115 h2 {height:55px; padding:0 0 0 5px; margin-right:180px; color:#333; font-size:18px; font-family:'NotoM'; line-height:55px; overflow:hidden; white-space:nowrap;}
.pop115 .nss_pg {position:absolute; top:22px; right:55px; z-index:2;}
.pop115 .nss_pg span {position:absolute; top:-3px; right:65px; color:#333; font-family:'돋움',Dotum; font-size:13px; text-align:right;width:30px;}
.pop115 .nss_pg span strong {color: #0b6b4f;font-size: 14px;}
.pop115 .nss_pg a {display:block; float:left; font-size:0; text-indent:-10000em; width:18px; height:15px; margin-left:2px;}
.pop115 .nss_pg a.pre {background:url('/images/web/sasong-p/main/115_btn_prev.png') no-repeat; }
.pop115 .nss_pg a.stop {background:url('/images/web/sasong-p/main/115_btn_stop.png') no-repeat; }
.pop115 .nss_pg a.next {background:url('/images/web/sasong-p/main/115_btn_next.png') no-repeat; }
.pop115 .nss_pg a.play {background:url('/images/web/sasong-p/main/115_btn_play.png') no-repeat; }
.pop115 .pop_img {position:relative; width:100%; max-width:350px; margin:0 auto;}
.pop115 .pop_img li { width:100%; height:225px; overflow:hidden;padding-bottom: 10px;}
.pop115 .pop_img li img {width:100%; height:100%;}
.pop115 .pop_img li.on {display:block}
/* 팝업리스트 레이어 추가 */
.pop115 a.list {position:absolute; top:15px; right:10px; display:block; width:30px; height:30px; font-size:0; text-indent:-10000em; background:url('/images/web/sasong-p/main/115_btn_list.png') no-repeat;  z-index:2;}
.pop115 .pop_layer_box {display:none; position:absolute; left:0; top:0; width:100%; height:100%; background:#394b61; z-index:3;}
.pop115 .pop_layer_box .pop_layer {position:relative; padding:20px;}
.pop115 .pop_layer_box .pop_layer h3 {font-size:18px; color:#fff;}
.pop115 .pop_layer_box .pop_layer ul {height:190px; margin-top:15px; padding:10px 15px 10px 25px; line-height:22px; overflow-y:auto; background:#576c85;}
.pop115 .pop_layer_box .pop_layer ul li {font-family:'돋움',Dotum; font-size:12px; color:#fff; list-style-type:disc;}
.pop115 .pop_layer_box .pop_layer ul li a {color:#fff; }
.pop115 .pop_layer_box .pop_layer a.pop_close {display:block; position:absolute; right:20px; top:15px; padding:5px 10px; font-family:"NotoR"; color:#fff; background:#576c85; border-radius:5px;}


/* 우리반홈페이지 */
.class115 {position:relative; height:100%; border:1px solid #77c3df; overflow:hidden; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box;}
.class115 h2{height:70px; color:#333; font-size:18px; font-family:'NotoM'; text-align:center; line-height:70px; overflow:hidden; white-space:nowrap;}
.class115 h2 span{color:#03638c;}
.class115 .class_box{height:100%; background:#fff;  text-align:center;}
.class115 .class_box .imgBg {position:absolute; left:50%; bottom:10px; margin-left:-66px;}
.class115 .class_box .imgBg img{width:133px; height:43px;}
.class115 .class_box select{width:80%; height:40px; margin-bottom:10px; padding:5px; border:0; background:#cbecf9; font-family:"NotoR";  font-size:16px;}
.class115 .class_box .class_btn{display:block; width:80%; height:40px; line-height:40px; margin:0 auto; background:#0d5d7f; font-family:"NotoR";  color:#fff;  text-align:center; -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; -ms-transition:all 0.2s ease; transition:all 0.2s ease;}
.class115 .class_box .class_btn:hover{background:#15436C;}


/* 기능 바로가기 */
.classlink115{position:relative; height:100%; border:1px solid #77c3df; padding:35px 20px; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box;}
.classlink115 ul{position:relative; overflow:hidden;}
.classlink115 ul li{height:45px; margin:0 0 10px; border:1px solid #77c3df; line-height:45px; border-bottom:1px solid #77c3df;}
.classlink115 ul li a{display:block; height:45px; padding:0 10px; font-size:15px; color:#03638c; text-align:center; overflow:hidden;}
.classlink115 ul li a:hover{text-decoration:underline;}


/* 바로가기01 */
.M_link115 {position:relative; height:100%; border-radius:100px; overflow:hidden; background:#2a914e url('/images/web/sasong-p/main/115_link1_bg.png') no-repeat center top;}
.M_link115 ul {display:table; width:100%; height:100%; table-layout:fixed;}
.M_link115 ul li {display:table-cell;}
.M_link115 ul li a {display:block; position:relative; text-align:center; color:#fff;}
.M_link115 ul li a::before{content:''; position:absolute; top:50%; left:0; margin-top:-20px; width:1px; height:40px; background:#9ad5af;}
.M_link115 ul li:first-child a::before{display:none;}
.M_link115 ul li img {width:62px; height:48px; padding:20px 0 0; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
.M_link115 ul li p{width:80%; height:36px; margin:10px auto 0; font-family:"NotoR"; font-size:15px; line-height:18px; overflow:hidden;}
.M_link115 ul li a:hover img, .M_link115 ul li a:focus img {transform:rotateY(180deg);} 
.M_link115 ul li a:hover{text-decoration:underline;}


/* 배너존 */
.banner_zone {position:relative; width:100%; border-top:1px solid #dfdfdf;}
.banner_zone .inner {position:relative; width:980px; height:70px; margin:0 auto; overflow:hidden;}
.banner_zone .inner h2  {font-size:15px; font-family:"NotoM"; color:#1d1d1d; position:absolute; top:15px; left:0;}
.banner_zone .inner .btn {position:absolute; left:0; top:40px}
.banner_zone .inner .btn a { float:left; font-size:0; text-indent:-10000em; width:14px; height:15px; vertical-align:top}
.banner_zone .inner .btn a.pre {background:url(/images/web/sasong-p/main/btn_b_prev.gif) no-repeat}
.banner_zone .inner .btn a.stop {background:url(/images/web/sasong-p/main/btn_b_stop.gif) no-repeat}
.banner_zone .inner .btn a.next {background:url(/images/web/sasong-p/main/btn_b_next.gif) no-repeat}
.banner_zone .inner .btn a.play {background:url(/images/web/sasong-p/main/btn_b_play.gif) no-repeat}
.banner_zone .inner .btn a.list {background:url(/images/web/sasong-p/main/btn_b_list.gif) no-repeat}
.banner_zone .inner ul {padding-top:12px; margin-left:70px; height:47px; overflow:hidden}
.banner_zone .inner ul li {width:172px; float:left; margin-left:10px;}
.banner_zone .inner ul li a {display:block; border:1px solid #c8d1db;}
.banner_zone .inner ul li a img {width:100%; height:45px}

  
 @media (max-width: 1080px) {
	
	.main_visual, .drawSchedule115, .notice115, .gallery115, .meal_menu115, .M_link0115, .M_link0115_2, .pop115, .banner_zone{-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
	 
	/* 메인비주얼 */
	.main_visual ul li img { width:100%; }
	.main_visual .bx-controls { width:100%; bottom:10px; left:2.5%; margin-left:auto; }

	
	/* 배너존 */
	.banner_zone .inner {width:95%;}
	.banner_zone .inner ul li {width:23%; float:left; margin-left:2%;}
	.banner_zone ul li a img {width:100%}	
	 
	 
 }


 @media (max-width: 960px) {

 	/* 학사일정 */
 	.drawSchedule115 .sch_wrap{margin:5px 0 0;}

 	/* 식단 */
 	.meal_menu115 h2{padding:0 0 0 20px;}
 	.meal_menu115 ul{height:140px; margin:0 20px 20px;}
 	.meal_menu115 .imgBg{display:none;}

 	/* 포토갤러리 */
 	.gallery115{padding:0 20px; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box;}
 	.gallery115 .btn_more{right:20px;}


 	/* 바로가기 */
 	.M_link115{border-radius:20px;}
 	.M_link115 ul li p{font-size:14px;}

 	/* 배너존 */
 	.banner_zone .btn{left:30px;}
 	.banner_zone ul{margin-left:110px;}
 	.banner_zone ul li{ float:left; margin-left:1.5%; width:30%}
 	.banner_zone ul li a img{ width:100%; height:45px;}

 }






  
@media (max-width: 760px) {
	
	
	/*포토갤러리*/
	.gallery115 .gall_list li {width:32%; margin-left:2%;}

	/*바로가기*/
	.M_link115{padding:10px 20px 20px; background:#2a914e; background-image:none; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box;}
	.M_link115 ul {display:block; overflow:hidden;}
	.M_link115 ul li {display:block; width:33.333%; float:left; }
	.M_link115 ul li:nth-child(4) a::before{display:none;}

	
	/*배너존*/
	.banner_zone .inner ul li {width:30%; margin-left:3%;}
	

}



@media (max-width: 640px) {	

	
	
		
}



@media (max-width: 580px) {
	
	
	/*포토갤러리*/
	.gallery115 .gall_list li {width:49%; margin-left:2%;}


	/* 배너존 */
	.banner_zone .inner ul li {width:48%; margin-left:2%;}

	
}


@media (max-width: 480px) {		
	
	/*공지사항*/
	.notice115 h2 a {font-size:16px;}

	
	/*포토갤러리*/
	.gallery115 .gall_list li { width:100%; margin-left:0;}
	
	/*바로가기*/
	.M_link115 ul li a {font-size:15px;}
	
	
	
	
	

}

@media (max-width: 380px) {
	


	
	/* 배너존 */
	.banner_zone .inner ul li {width:100%; float:left; margin-left:0;}
			
}
