﻿@charset "utf-8";

/* 알림장 */
.ann_tablet{display:none;}

/* 180713 : 메인비주얼 */
.main_visual {position:relative; width:100%; background:#fff;}
.main_visual ul {position:relative; }
.main_visual ul li {position:relative; text-align:center;}
.main_visual ul li img{height:355px;}
.main_visual .bx-controls {position:absolute; width:445px; height:26px; left:45%; bottom:25px; }
.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/sch/web/chungmu-p/common/btn_play.png') no-repeat center center;}
.main_visual .bx-controls-auto .bx-controls-auto-item a.bx-stop {display:block; background:url('/images/sch/web/chungmu-p/common/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 #333; box-sizing:border-box; border-radius:9px;} /* 비주얼 버튼 색상 */
.main_visual .bx-pager.bx-default-pager .bx-pager-item a.active {background-color:#333;}/* 비주얼 버튼 색상 */


/* 공지사항 */
.notice011 {position:relative; height:100%; background:#7cb342; border-radius:15px;}  
.notice011 h2 {padding-left:20px; font-size:16px; font-family:'NotoR';  line-height:52px; color:#fff; }
.notice011 p.img {margin-top:15px; text-align:center; }
.notice011 p.img img {width:121px; height:121px;}
.notice011 .list_box {padding:15px; font-family:'돋움',Dotum; font-size:12px; overflow:hidden;}
.notice011 .list_box li {position:relative; width:100%; font-family:'돋움',Dotum; line-height:25px; font-size:12px; overflow:hidden; }
.notice011 .list_box li a {display:block; width:90%; padding-left:8px; float:left; color:#fff; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; background:url("/images/sch/web/chungmu-p/main/011_noti_dot.png") no-repeat 0 13px;}
.notice011 .list_box li a:hover {text-decoration:underline;}
.notice011 .list_box li span.date {display:none; }
.notice011 .btn_more{position:absolute; right:20px; top:20px; width:45px; height:20px; text-indent:-9999em; line-height:0; font-size:0; background:url(/images/sch/web/chungmu-p/main/011_btn_more.png) no-repeat center;}

/* 학사일정 */
.drawSchedule011 {position:relative; background:#ffe082; border-radius:15px;}  
.drawSchedule011 h2 {display:none;}
.drawSchedule011 .date_view {position:relative; width:130px; height:52px; line-height:60px; margin:0 auto; font-size:12px; color:#111; font-family:'돋움',Dotum; font-weight:bold; text-align:center;}
.drawSchedule011 .date_view .pre {position:absolute; left:0; top:22px; width:15px; height:15px; text-indent:-9999em; line-height:0; font-size:0; background:url('/images/sch/web/chungmu-p/main/011_sche_pre.png') no-repeat center;}
.drawSchedule011 .date_view .next {position:absolute; right:0; top:22px; width:15px; height:15px; text-indent:-9999em; line-height:0; font-size:0; background:url('/images/sch/web/chungmu-p/main/011_sche_next.png') no-repeat center;}
.drawSchedule011 .inner {height:180px; font-size:12px;}
.drawSchedule011 .inner th {height:30px; color:#fff; font-weight:normal; background:#f89b22;}
.drawSchedule011 .inner td {height:22px; line-height:22px; text-align:center; color:#111;}
.drawSchedule011 .inner td a.check {display:block; height:22px; color:#111; font-weight:bold; background:url('/images/sch/web/chungmu-p/main/011_schd_check.png') no-repeat center;}
.drawSchedule011 .inner td a.today {display:block; height:22px; color:#111; font-weight:bold; background:url('/images/sch/web/chungmu-p/main/011_schd_today.png') no-repeat center;}
.drawSchedule011 .sch_list {position:relative; padding:15px 20px 15px 20px; border-radius:0 0 10px 10px; background:#f89b22;}
.drawSchedule011 .sch_list ul {position:relative; height:93px; overflow-y:auto;}
.drawSchedule011 .sch_list li {position:relative; line-height:23px; font-size:12px;}
.drawSchedule011 .sch_list li a {display:block; padding-left:82px; color:#fff; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.drawSchedule011 .sch_list li a span {position:absolute; left:0; top:0; padding-left:13px; color:#fff; background:url('/images/sch/web/chungmu-p/main/011_schd_dot.png') no-repeat left 10px;}
.drawSchedule011 .btn_more{display:none; position:absolute; right:20px; top:20px; width:45px; height:20px; text-indent:-9999em; line-height:0; font-size:0; background:url(/images/sch/web/chungmu-p/main/011_btn_more.png) no-repeat center;}

/* 포토앨범 */
.gallery011 {position:relative; height:100%; background:#64b5f6; border-radius:15px;}  
.gallery011 h2 {padding-left:20px; font-size:16px; line-height:52px; font-family:'NotoR'; color:#fff; }
.gallery011 .gall_info {display:none;}
.gallery011 .gall_list {padding:0 20px;}
.gallery011 .gall_list li {width:30%; margin-left:5%; float:left;}
.gallery011 .gall_list li:first-child {margin-left:0;}
.gallery011 .gall_list li a {display:block;}
.gallery011 .gall_list li .img img {width:100%; height:111px;}
.gallery011 .gall_list li span {display:block; text-align:center; font-family:'돋움',Dotum; font-size:12px; color:#222;}
.gallery011 .gall_list li span.txt {margin-top:10px; color:#fff; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.gallery011 .gall_list li span.date {display:none;}
.gallery011 .btn_more{position:absolute; right:20px; top:20px; width:45px; height:20px; text-indent:-9999em; line-height:0; font-size:0; background:url(/images/sch/web/chungmu-p/main/011_btn_more.png) no-repeat center;}

/* 식단 */
.meal_menu011 {position:relative; height:100%; background:#e57373; border-radius:15px;}  
.meal_menu011 .mealbox { position:absolute; z-index:10; overflow-y:auto;  height:140px; margin-top:10px;}
.meal_menu011 h2 {padding-left:20px; font-size:16px; line-height:52px; font-family:'NotoR'; color:#fff; }
.meal_menu011 .meal_info {display:none;}
.meal_menu011 p.kcal {display:none;}
.meal_menu011 .meal_list {position:relative; height:62px; margin:0 0 20px 0; padding:0 20px; line-height:20px; font-family:'Dotum', '돋움'; font-size:12px; color:#fff; letter-spacing:-1px; overflow-y:auto; z-index:2; width: 195px;}
.meal_menu011 .imgBg {position:absolute; bottom:15px; right:20px;}
.meal_menu011 .imgBg img {width:80px; height:80px;}
.meal_menu011 .btn_more{position:absolute; right:20px; top:20px; width:45px; height:20px; text-indent:-9999em; line-height:0; font-size:0; background:url(/images/sch/web/chungmu-p/main/011_btn_more.png) no-repeat center;}

/* 팝업존 */
.pop011 {position:relative; height:100%; background:#cecece; border-radius:15px;}  
.pop011 h2  {padding-left:20px; font-size:16px; line-height:52px; font-family:'NotoR'; color:#333; }
.pop011 .nss_pg {position:absolute; top:20px; right:30px;}
.pop011 .nss_pg span {position:absolute; top:0; right:70px; width:45px; text-align:right; line-height:20px; height:20px; font-family:'돋움',Dotum; color:#333; font-size:12px; display:inline-block;}
.pop011 .nss_pg span strong {color:#547ed5; font-weight:bold;}
.pop011 .nss_pg a {display:block; float:left; font-size:0; text-indent:-10000em; width:19px; height:18px; margin-left:2px;}
.pop011 .nss_pg a.pre {background:url('/images/sch/web/chungmu-p/main/011_btn_prev.jpg') no-repeat; }
.pop011 .nss_pg a.stop {background:url('/images/sch/web/chungmu-p/main/011_btn_stop.jpg') no-repeat; }
.pop011 .nss_pg a.next {background:url('/images/sch/web/chungmu-p/main/011_btn_next.jpg') no-repeat; }
.pop011 .nss_pg a.play {background:url('/images/sch/web/chungmu-p/main/011_btn_play.jpg') no-repeat; }
.pop011 .pop_img {padding:0 8px 0  7px;height:145px;overflow: hidden;}
.pop011 .pop_img li {/* display:none; */ padding-bottom: 20px; width:100%; height:145px;}
.pop011 .pop_img li img {width:100%; height:145px;  }
.pop011 .pop_img li.on {display:block}
/* 180713 : 팝업리스트 레이어 추가 */
.pop011 a.list {position:absolute; top:20px; right:6px; display:block; float:left; font-size:0; text-indent:-10000em; width:22px; height:22px; background:url('/images/sch/web/chungmu-p/main/011_btn_list.png') no-repeat; }
.pop011 .pop_layer_box {display:none; position:absolute; left:0; top:0; width:100%; height:100%; background:#394b61;}
.pop011 .pop_layer_box .pop_layer {position:relative; padding:20px;}
.pop011 .pop_layer_box .pop_layer h3 {font-size:18px; color:#fff;}
.pop011 .pop_layer_box .pop_layer ul {height:125px; margin-top:15px; padding:10px 15px 10px 25px; line-height:22px; overflow-y:auto; background:#576c85;}
.pop011 .pop_layer_box .pop_layer ul li {font-family:'돋움',Dotum; font-size:12px; color:#fff; list-style-type:disc;}
.pop011 .pop_layer_box .pop_layer ul li a {color:#fff; }
.pop011 .pop_layer_box .pop_layer a.pop_close {display:block; position:absolute; right:25px; top:15px; padding:5px 10px; font-family:"NotoR"; color:#fff; background:#576c85; border-radius:5px;}


/* 바로가기01 */
.M_link011 {position:relative; height:100%; font-family:"NotoR"; overflow:hidden; background:#fff; border-radius:15px;}  
.M_link011 h2 {padding-left:20px; font-size:16px; line-height:60px; font-family:'NotoR'; color:#111; }
.M_link011 ul {padding:0 20px; overflow:hidden;}
.M_link011 ul li {position:relative; width:25%; float:left;}
.M_link011 ul li a {font-size:13px; display:block; height:35px; line-height:35px; padding-top:100px; color:#111; text-align:center;}
.M_link011 ul li img {position:absolute; top:0; left:50%; width:97px; height:97px; margin-left:-48px;}

/* 바로가기02 */
.M_link011_2 {position:relative; height:100%; font-family:"NotoR"; overflow:hidden; background:#aa84a3; border-radius:15px;}  
.M_link011_2 ul {margin:20px; border-top:1px solid #fff; border-left:1px solid #fff; overflow:hidden;}
.M_link011_2 ul li {position:relative; width:50%; height:41px; float:left;}
.M_link011_2 ul li a {display:block; height:40px; line-height:41px; padding-left:20px; color:#fff; border-right:1px solid #fff; border-bottom:1px solid #fff; background:url(/images/sch/web/chungmu-p/main/011_btn_more3.png) no-repeat right center;}
.M_link011_2 ul li a:hover, .M_link011_2 ul li a:focus {text-decoration:underline;}

/* 배너존 */
.banner_zone {position:relative; width:100%; background:#fff;}
.banner_zone .inner {position:relative; width:980px; height:70px; margin:0 auto; overflow:hidden;}
.banner_zone .inner h2  {font-size:15px; font-family:"NotoR"; 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/sch/web/chungmu-p/main/btn_b_prev.gif) no-repeat}
.banner_zone .inner .btn a.stop {background:url(/images/sch/web/chungmu-p/main/btn_b_stop.gif) no-repeat}
.banner_zone .inner .btn a.next {background:url(/images/sch/web/chungmu-p/main/btn_b_next.gif) no-repeat}
.banner_zone .inner .btn a.play {background:url(/images/sch/web/chungmu-p/main/btn_b_play.gif) no-repeat}
.banner_zone .inner .btn a.list {background:url(/images/sch/web/chungmu-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;width:100%;height:100%; border:1px solid #c8d1db;}
.banner_zone .inner ul li a img {width:100%; height:45px}
  
@media (max-width: 800px) {
	
	#container,
	.main_content,
	.banner_zone,
	.main_visual, .notice011, .drawSchedule011, .gallery011, .meal_menu011, .pop011, .M_link011_2, .M_link011 {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box}
	#container { width:100%; padding-top:70px; }
	.main_content { width:95%; height:100%; }
		
	.main_visual, .notice011, .drawSchedule011, .gallery011, .meal_menu011, .pop011, .M_link011_2, .M_link011, .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}
    
	/* 180713 : 메인비주얼 */
	.main_visual ul li img {width:100%;}
	.main_visual .bx-controls {width:100%; left:2.5%; bottom:10px; margin-left:0; }
	
	/*오늘의 식단*/
	.meal_menu011 .meal_list{height:150px;}
	
	/* 배너존 */
	.banner_zone .inner {width:95%;}
	.banner_zone .inner ul li {width:30%; float:left; margin-left:3%;}
	.banner_zone ul li a img {width:100%}	

}

@media (max-width: 640px) {	

	/*바로가기1*/
	.M_link011 ul li img{width:80px; height:auto; margin-left:-40px;}
	.M_link011 ul li a{line-height:15px;}

}

@media (max-width: 560px) {	
		
	/* 180713 : 메인비주얼 */
	.main_visual ul li img {height:auto;}
	
	/*오늘의 식단*/
	.meal_menu011 .meal_list{ height:62px;}
	
	/* 배너존 */
	.banner_zone .inner ul li {width:48%; float:left; margin-left:2%;}
		
}

@media (max-width: 480px) {		

	/*바로가기1*/
	.M_link011{height:auto;}
	.M_link011 ul li{width:50%;}

}

@media (max-width: 380px) {
	
	/* 배너존 */
	.banner_zone .inner ul li {width:100%; float:left; margin-left:0;}
			
}
