/* 알림장 */
.ann_tablet { display:none;}

/* 메인비주얼 */
.main_visual { position:relative; width:100%; height:100%; background:#fff; }
.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('/00_common/images/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('/00_common/images/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 #004a80; box-sizing:border-box; border-radius:9px;} /* 비주얼 버튼 색상 */
.main_visual .bx-pager.bx-default-pager .bx-pager-item a.active { background-color:#004a80;}/* 비주얼 버튼 색상 */

/* 공지사항 */
.notice0053 { position:relative; height:100%; overflow:hidden;}
.notice0053 h2 { max-width:30%; height:40px; float:left; font-size:18px; text-align:center; line-height:40px; letter-spacing:-1px; white-space:nowrap; overflow:hidden;}
.notice0053 h2 a { display:block; color:#696969; padding:0 10px;}
.notice0053 h2 a:hover { color:#000;}
.notice0053 h2 a.current { color:#fff; z-index:2; background:#277bc1;}
.notice0053 h2 a.current:hover { color:#fff;}
.notice0053 .list_box.on { display:block;}
.notice0053 .list_box { display:none; position:absolute; top:40px; width:100%; padding-top:15px; font-size:15px;}
.notice0053 .list_box li { position:relative; line-height:29px; vertical-align:middle; overflow:hidden;}
.notice0053 .list_box li a { position:relative; display:block; margin-right:90px; padding-left:15px; color:#4c4c4c; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.notice0053 .list_box li a:before { content:''; position:absolute; top:11px; left:0; width:7px; height:11px; background:url('/tempSample/30053/images/main/0053_noti_dot.png') no-repeat;}
.notice0053 .list_box li.new a { padding-left:40px;}
.notice0053 .list_box li.new a:after { content:'N'; position:absolute; left:15px; top:7px; width:18px; height:18px; font-size:13px; color:#fff; background:#f30089; line-height:18px; text-align:center;}
.notice0053 .list_box li a:hover { text-decoration:underline;}
.notice0053 .list_box li span.date { position:absolute; right:0; top:0; color:#737373;}
.notice0053 .btn_more { position:absolute; right:0; top:-35px; width:25px; height:25px; text-indent:-9999em; line-height:0; font-size:0; border:1px solid #bbb;}
.notice0053 .btn_more:before {content:'';position:absolute;width: 23px;height: 23px;background:url('/tempSample/30053/images/main/0053_btn_more.png') no-repeat center;}
.notice0053 .btn_more:hover { background:#def0ff;}
.notice0053 .btn_more:hover:before { transform:rotate(180deg);}
.notice0053 a, .notice0053 .btn_more:before { transition:all .3s ease; -ms-transition:all .3s ease; -webkit-transition:all .3s ease;}

/* 학사일정 */
.drawSchedule0053 { position:relative; height:100%; overflow:hidden; background:#fff; padding:18px 25px; border-radius:20px; overflow:hidden; box-sizing:border-box;}
.drawSchedule0053 h2 {height:30px; color:#000; font-size:18px; overflow:hidden; white-space:nowrap; margin-right:50px;}
.drawSchedule0053 .date_view { position:relative; width:65%; min-width:165px; height:33px; margin:3px auto; line-height:33px; font-size:16px; color:#fff; text-align:center; background:#277bc1; border-radius:17px; ;}
.drawSchedule0053 .date_view a { position:absolute; top:10px; width:18px; height:14px; text-indent:-9999em; line-height:0; font-size:0;}
.drawSchedule0053 .date_view .pre { left:18px; background:url('/tempSample/30053/images/main/0053_sche_prev.png') no-repeat right center;}
.drawSchedule0053 .date_view .next { right:18px; background:url('/tempSample/30053/images/main/0053_sche_next.png') no-repeat left center;}
.drawSchedule0053 .date_view .pre:hover { background:url('/tempSample/30053/images/main/0053_sche_prev.png') no-repeat left center;}
.drawSchedule0053 .date_view .next:hover { background:url('/tempSample/30053/images/main/0053_sche_next.png') no-repeat right center;}
.drawSchedule0053 .sch_list { position:relative; box-sizing:border-box;}
.drawSchedule0053 .sch_list ul { overflow-y:auto; height:100px; font-size:14px;}
.drawSchedule0053 .sch_list ul li a { position:relative; display:block; color:#2e2e2e; border-bottom:1px dashed #72d1ea; line-height:34px; padding-left:35px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.drawSchedule0053 .sch_list ul li a:hover { text-decoration:underline;}
.drawSchedule0053 .sch_list ul li a span { position:absolute; left:0; top:6px; display:block; width:24px; height:24px; line-height:24px; text-align:center; color:#fff; background:#277bc1; border-radius:12px;}
.drawSchedule0053 .sch_list .no_Data { text-align:center; margin-top:30px;}
.drawSchedule0053 .btn_more { position:absolute; right:25px; top:20px; width:25px; height:25px; border-radius:25px; background:#277bc1; text-indent:-9999em; line-height:0; font-size:0;}
.drawSchedule0053 .btn_more:before { content:''; position:absolute; top:0; left:0; width:25px; height:25px; background:url('/tempSample/30053/images/main/0053_btn_more2.png') no-repeat center;}
.drawSchedule0053 .btn_more:hover { background:#0a71ac;}
.drawSchedule0053 .btn_more:hover:before { transform:rotate(180deg);}
.drawSchedule0053 .sch_list, .drawSchedule0053 .date_view a, .drawSchedule0053 .inner td a, .drawSchedule0053 .btn_more:before { transition:all .3s ease; -ms-transition:all .3s ease; -webkit-transition:all .3s ease;}

/* 식단 */
.meal_menu0053 { position:relative; height:100%; border-radius:20px; background:#a1d7ff;  padding:18px 10px; overflow:hidden; box-sizing:border-box;}
.meal_menu0053 h2 {height:30px; font-size:18px; color:#2e2e2e;  overflow:hidden; white-space:nowrap; margin-right:50px; }
.meal_menu0053 .meal_info { display:none;}
/*.meal_menu0053 ul {height: 155px;  margin-top: 5px;}*/
.meal_menu0053 ul li { position:relative;}
.meal_menu0053 ul li .img{ height:8rem; overflow:hidden; text-align:center; }
.meal_menu0053 ul li .img img { width:100%; height:100%;}
.meal_menu0053 ul li .txt { display:block; overflow:hidden; }
.meal_menu0053 dl dt.kcal { position:absolute; left:0; top:0; z-index:10; height:30px; line-height:30px; border-radius:18px; text-align:center; font-size:16px;  color:#fff; padding:0 15px; background:#3ba0eb;}
.meal_menu0053 dl dd.meal_list {padding:35px 20px 20px 0;font-size:16px;color:#343434;letter-spacing:-1px;line-height: 20px;}
.meal_menu0053 span.kcal { position:absolute; top:10px; left:15px;  font-size:16px; color:#fff79d; background:rgba(255,255,255,0.34); height:24px; border-radius:12px;}
.meal_menu0053 .imgBg { position:absolute; bottom:0; right:17px;}
.meal_menu0053 .imgBg img { width:103px; height:67px;}
.meal_menu0053 .btn_more {position:absolute;right: 22px;top:20px;width:25px;height:25px;border-radius:25px;background:#3ba0eb;text-indent:-9999em;line-height:0;font-size:0;}
.meal_menu0053 .btn_more:before { content:''; position:absolute; top:0; left:0; width:25px; height:25px; background:url('/tempSample/30053/images/main/0053_btn_more2.png') no-repeat center;}
.meal_menu0053 .btn_more:hover { background:#0a71ac;}
.meal_menu0053 .btn_more:hover:before { transform:rotate(180deg);}
.meal_menu0053 ul li.no_Data { top:50%; margin-top:-10px; font-size:15px; line-height:20px; text-align:center}
.meal_menu0053 .gall_list li span.txt {  font-size:15px; color:#3a3a3a; margin-top:5px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.meal_menu0053 .gall_list li span.date { color:#878787; font-size:13px;}


/* 알림판 */
.pop0053 { position:relative; height:100%; background:#004a80; overflow:hidden; padding:0 15px; box-sizing:border-box;}
.pop0053 h2 { height:52px; font-size:19px; line-height:52px;  color:#fff; max-width:30%; white-space:nowrap; overflow:hidden;}
.pop0053 .nss_pg { position:absolute; top:17px; right:49px;}
.pop0053 .nss_pg span { position:absolute; top:0; right:75px; width:45px; text-align:right; line-height:20px; height:20px; color:#fff; font-size:13px; display:inline-block;}
.pop0053 .nss_pg span strong { font-size:15px;}
.pop0053 .nss_pg a { display:block; float:left; font-size:0; text-indent:-10000em; width:12px; height:21px; margin-left:10px;}
.pop0053 .nss_pg a.pre { background:url('/tempSample/30053/images/main/0053_btn_prev.png') no-repeat center;}
.pop0053 .nss_pg a.stop { background:url('/tempSample/30053/images/main/0053_btn_stop.png') no-repeat center;}
.pop0053 .nss_pg a.next { background:url('/tempSample/30053/images/main/0053_btn_next.png') no-repeat center;}
.pop0053 .nss_pg a.play { background:url('/tempSample/30053/images/main/0053_btn_play.png') no-repeat center;}
.pop0053 .pop_img2 { position:relative; width:100%; margin:0 auto;}
.pop0053 .pop_img2 li { display:none; width:100%; height:225px; overflow:hidden;}
.pop0053 .pop_img2 li img { display:block; max-width:100%; height:225px;}
.pop0053 .pop_img2 li.on { display:block}
/* 팝업리스트 레이어 추가 */
.pop0053 a.list { position:absolute; top:17px; right:15px; display:block; float:left; font-size:0; text-indent:-10000em; width:24px; height:21px; background:url('/tempSample/30053/images/main/0053_btn_list.png') no-repeat center;}
.pop0053 .pop_layer_box { display:none; position:absolute; left:0; top:0; width:100%; height:100%; background:#394b61;}
.pop0053 .pop_layer_box .pop_layer { position:relative; padding:20px;}
.pop0053 .pop_layer_box .pop_layer h3 { font-size:18px; color:#fff;}
.pop0053 .pop_layer_box .pop_layer ul { height:178px; margin-top:25px; padding:10px 15px 10px 25px; line-height:24px; overflow-y:auto; background:#576c85;}
.pop0053 .pop_layer_box .pop_layer ul li { font-size:14px; color:#fff; list-style-type:disc;}
.pop0053 .pop_layer_box .pop_layer ul li a { color:#fff;}
.pop0053 .pop_layer_box .pop_layer a.pop_close { display:block; position:absolute; right:20px; top:15px; padding:5px 10px; color:#fff; background:#576c85; border-radius:5px;}

/* 포토갤러리 */
.gallery0053  {position:relative; height:100%;}
.gallery0053 h2 {position:relative; height:30px; white-space:nowrap; margin-right:60px; font-size:18px; color:#3a3a3a; overflow:hidden;}
.gallery0053 .gall_list { height:155px; margin-top:15px;}
.gallery0053 .gall_list li {width:32%; margin-left:2%; float:left;}
.gallery0053 .gall_list li:first-child {margin-left:0;}
.gallery0053 .gall_list li a {display:block;}
.gallery0053 .gall_list li a:hover{text-decoration:underline;}
.gallery0053 .gall_list li .img {width:100%; height:100px; overflow:hidden;}
.gallery0053 .gall_list li a .img img { width:100%; height:100px;}
.gallery0053 .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);}
.gallery0053 .gall_list li span { display:block;}
.gallery0053 .gall_list li span.txt {  font-size:15px; color:#3a3a3a; margin-top:5px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.gallery0053 .gall_list li span.date { color:#878787; font-size:13px;}
.gallery0053 .btn_more { position:absolute; right:0; top:0; width:25px; height:25px; text-indent:-9999em; line-height:0; font-size:0; border:1px solid #bbb;}
.gallery0053 .btn_more:before {content:'';position:absolute;width: 23px;height: 23px;background:url('/tempSample/30053/images/main/0053_btn_more.png') no-repeat center;}
.gallery0053 .btn_more:hover { background:#def0ff;}
.gallery0053 .btn_more:hover:before { transform:rotate(180deg);}
.gallery0053 .gall_list li a .img img, .gallery0053 .btn_more:before { transition:all .3s ease; -ms-transition:all .3s ease; -webkit-transition:all .3s ease;}

/* 배너존*/
.banner_zone {position:relative; width:100%; background:#fff; border-top: 1px solid #dadada;}
.banner_zone .inner {position:relative; width:980px; height:70px; margin:0 auto; overflow:hidden;}
.banner_zone .inner h2  {font-size:15px;  color:#1d1d1d; position:absolute; top:15px; left:0; display:none;}
.banner_zone .inner .btn {position:absolute; left:0; top:20px}
.banner_zone .inner .btn a { float:left; font-size:0; text-indent:-10000em; width:27px; height:28px; vertical-align:top}
.banner_zone .inner .btn a.pre {width:28px; background:url('/tempSample/30053/images/main/btn_b_prev.gif') no-repeat}
.banner_zone .inner .btn a.stop {background:url('/tempSample/30053/images/main/btn_b_stop.gif') no-repeat}
.banner_zone .inner .btn a.next {background:url('/tempSample/30053/images/main/btn_b_next.gif') no-repeat}
.banner_zone .inner .btn a.play {background:url('/tempSample/30053/images/main/btn_b_play.gif') no-repeat}
.banner_zone .inner .btn a.list {background:url('/tempSample/30053/images/main/btn_b_list.gif') no-repeat}
.banner_zone .inner ul {padding-top:10px; margin-left:115px; height:58px; overflow:hidden;}
.banner_zone .inner ul li {width:163px; float:left; margin-left:10px;}
.banner_zone .inner ul li a {display:block; }
.banner_zone .inner ul li a img {width:100%; height:48px;}


@media(max-width:1080px){
	/* 배너존 */
	.banner_zone .inner {width:95%;}
	.banner_zone .inner ul li {width:163px; float:left; margin-left:10px;}
	.banner_zone .inner ul li a img {height: 48px;}

}


@media (max-width:1024px) {

	.main_visual, .notice0053, .drawSchedule0053, .meal_menu0053, .pop0053, .gallery0053, .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%; background:#fff;}
	.main_visual .bx-controls { width:100%; bottom:10px; left:2.5%; margin-left:auto;}

    /* 오늘의식단
    .meal_menu0053 ul {margin:5px 20px 0 0;}
	.meal_menu0053 ul { height:70px; }*/

    .drawSchedule0053 .date_view{margin: 10px auto 20px;}

	/* 알림판 */
	.pop0053 {top:auto;}


	/* 배너존 */
	.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 ul{margin-left:6rem; width:calc(100% - 6rem) !important;}
}

@media (max-width:960px) {

	/* 배너존 */
	.banner_zone .btn{left:30px;}
	.banner_zone ul{margin-left:110px;}
	.banner_zone .inner ul li {width:163px; float:left; margin-left:10px;}
	.banner_zone .inner ul li a img{height:45px;}
}

@media (max-width: 880px) {

	/* 배너존 */
	.banner_zone {width:100%; position:relative;}

}

@media (max-width:860px) {

	/*배너존*/
	.banner_zone .inner ul li {width:163px; float:left; margin-left:10px;}
 }

@media (max-width: 800px) {

	/* 배너존 */
	.banner_zone{ height:70px;}
	.banner_zone .inner {  height:70px;}
	.banner_zone ul{ margin-left:124px;}
	.banner_zone .inner ul li {width:163px; float:left; margin-left:10px;}
	.banner_zone .inner ul li a img{height:40px;}
}

@media (max-width:640px) {
	.drawSchedule0053 .date_view{width:100%;}

	/* 배너존 */
	.banner_zone .inner ul li {width:163px; float:left; margin-left:10px;}
}

@media (max-width:580px) {
	/* 배너존 */
	.banner_zone .inner ul li {width:163px; float:left; margin-left:10px;}

}

@media (max-width:480px) {

	/*공지사항*/
	.notice0053 h2 { font-size:16px;}

	/*포토앨범*/
	.gallery0053 .gall_list li { width:49%;}
	.gallery0053 .gall_list li:nth-child(3) { display:none;}

}

@media(max-width:420px){
	/* 배너존 */
	.banner_zone .inner ul li {width:163px;margin-left:0;margin-left:10px;}
}