
/* 알림장 */
.ann_tablet {display:none;}
.main_content .ann_tablet { z-index:1; margin:3% 0; }
.main_content .ann_tablet .ann_layer_box .ann_layer .ann_Tlist li { font-size:12px; }

/* 메인 비주얼 */
.main_visual { overflow:hidden; position:relative; width:100%; height:100%; }
.main_visual ul { position:relative; }
.main_visual ul li {overflow:hidden; position:relative; }
.main_visual img { width:100%; height:auto; vertical-align:middle; }
.main_visual .bx-controls {position:absolute;width: 50%;height:26px;left:24.5%;bottom:20%;}
.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 { overflow:hidden; width:26px; height:26px; color:transparent;}
.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; overflow:hidden; width:16px; height:16px; color:transparent; border:1px solid #fff; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; border-radius:9px;} /* 비주얼 버튼 색상 */
.main_visual .bx-pager.bx-default-pager .bx-pager-item a.active {background-color:#fff;}

/* 공지사항 */
.notice16 {position:relative;height:100%;width: 47%;float:left;overflow:hidden;}
.notice16 h2 { float:left; max-width:30%; font-size:17px; font-family:'NotoR'; text-align:center; letter-spacing:-0.05px; white-space:nowrap; overflow:hidden;}
.notice16 h2 a {display:block; position:relative; padding:0 10px; color:#737373; overflow:hidden;}
.notice16 h2 ~ h2 a:before { content:""; display:block; position:absolute; top:0; bottom:0; left:0; width:7px; height:11px; margin:auto; background:url('/tempSample/20016/images/main/16_bg_notice.png') no-repeat; }
.notice16 h2:first-child a { padding-left:0; }
.notice16 h2 a:not(.current):hover,
.notice16 h2 a:not(.current):focus {text-decoration:underline; }
.notice16 h2 a.current {font-family:'NotoM'; color:#2b2b2b;}
.notice16 .list_box.on {display:block;}
.notice16 .list_box {display:none; position:absolute; top:35px; left:0; width:100%; height:auto; }
.notice16 .list_box .top_link { display:block; position:relative; margin-bottom:8px; padding:10px 30px 10px 65px; border-top:2px solid #141414; border-bottom:1px dashed #cacaca; }
.notice16 .list_box .top_link img { position:absolute; top:20px; left:0; width:45px; height:32px; }
.notice16 .list_box .top_link strong,
.notice16 .list_box .top_link p { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.notice16 .list_box .top_link strong { display:block; font-family:"NotoM"; font-size:16px; color:#515151; line-height:1.7; }
.notice16 .list_box .top_link p { font-size:15px; color:#838383; }
.notice16 .list_box .top_link:hover strong,
.notice16 .list_box .top_link:focus strong { text-decoration:underline; }
.notice16 .list_box ul{height:100%; overflow:hidden;}
.notice16 .list_box li { position:relative; padding-left:12px; line-height:26px; }
.notice16 .list_box li:before { content:""; display:block; position:absolute; top:0; bottom:0; left:0; width:4px; height:4px; margin:auto; border-radius:50%; background:#ff8a00; }
.notice16 .list_box li.new { padding-left:36px; background:url('/tempSample/20016/images/main/16_ico_new_notice.png') no-repeat 12px center; }
.notice16 .list_box li a { display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; margin-right:90px; font-size:15px; color:#585858; }
.notice16 .list_box li a:hover,
.notice16 .list_box li a:focus { text-decoration:underline; }
.notice16 .list_box li a span { position:absolute; top:0; right:0; font-size:14px; color:#949494; }
.notice16 .btn_more { overflow:hidden; position:absolute; right:0; top:-35px; width:24px; height:24px; border:1px solid #a7a7a7; color:transparent; box-sizing:border-box; }
.notice16 .btn_more:before { content:""; display:block; position:absolute; top:0; bottom:0; left:0; right:0; width:13px; height:13px; margin:auto; background:url('/tempSample/20016/images/main/16_btn_more_notice.png') no-repeat; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; }
.notice16 .btn_more:hover:before,
.notice16 .btn_more:focus:before { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
.notice16:nth-child(2){ margin-left: 30px;}

/* 행사일정 */
.drawSchedule16 { position:relative; height:100%; }
.drawSchedule16 h2 { overflow:hidden; white-space:nowrap; margin-right:50px; font-size:17px; font-family:"NotoM"; color:#343434; }
.drawSchedule16 .inner { height:200px; margin-top:10px; padding:10px 20px; border:1px solid #a7a7a7; border-top:2px solid #373737; box-sizing:border-box; }
.drawSchedule16 .month { position:relative; max-width:185px; height:38px; margin:0 auto; border-radius:15px; background:#d6bdb0; font-family:"NotoM"; font-size:16px; color:#3d3d3d; line-height:38px; text-align:center; }
.drawSchedule16 .month .monthIn { display:inline-block; width:24px; height:24px; border-radius:50%; background:#7f6554; color:#fff; line-height:24px; }
.drawSchedule16 .month a { display:inline-block; position:absolute; top:0; overflow:hidden; width:38px; height:100%; background-repeat:no-repeat; background-position:center; color:transparent; }
.drawSchedule16 .month .prev { left:10px; background-image:url('/tempSample/20016/images/main/16_prev_sche.png'); }
.drawSchedule16 .month .next { right:10px; background-image:url('/tempSample/20016/images/main/16_next_sche.png'); }
.drawSchedule16 ul { overflow-y:auto; height:125px; margin-top:10px; padding-top:10px; border-top:1px solid #d3d3d3; box-sizing:border-box; }
.drawSchedule16 li { position:relative; line-height:28px; }
.drawSchedule16 li a { display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding-right:10px; font-size:15px; color:#2f2f2f; }
.drawSchedule16 li a:hover,
.drawSchedule16 li a:focus { text-decoration:underline; }
.drawSchedule16 li a span { display:inline-block; width:45px; height:20px; margin-right:10px; background:#f7b8cc; color:#2f2f2f; border-radius:20px; font-size:13px; text-align:center; line-height:20px; }
.drawSchedule16 .no_Data { text-align:center; color:#333; line-height:105px; }
.drawSchedule16 .btn_more { overflow:hidden; position:absolute; right:0; top:0; width:24px; height:24px; border:1px solid #a7a7a7; color:transparent; box-sizing:border-box; }
.drawSchedule16 .btn_more:before { content:""; display:block; position:absolute; top:0; bottom:0; left:0; right:0; width:13px; height:13px; margin:auto; background:url('/tempSample/20016/images/main/16_btn_more_notice.png') no-repeat; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; }
.drawSchedule16 .btn_more:hover:before,
.drawSchedule16 .btn_more:focus:before { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}

/* 알림판 */
.pop16 { overflow:hidden; position:relative; height:100%; color:#2b2b2b; }
.pop16 h2 { overflow:hidden; white-space:nowrap; margin-right:150px; font-family:"NotoM"; font-size:17px; }
.pop16 .nss_pg { position:absolute; top:0; right:0; }
.pop16 .nss_pg span { display:inline-block; margin-right:5px; letter-spacing:0; font-size:14px; vertical-align:middle; }
.pop16 .nss_pg span strong { color:#e84c87; }
.pop16 .nss_pg a { display:inline-block; overflow:hidden; width:24px; height:24px; border:1px solid #a7a7a7; color:transparent; background-repeat:no-repeat; background-position:center; vertical-align:middle; box-sizing:border-box; }
.pop16 .nss_pg a + a { margin-left:-1px; }
.pop16 .nss_pg .pre {background-image:url('/tempSample/20016/images/main/16_pop_btn_prev.png'); }
.pop16 .nss_pg .stop {background-image:url('/tempSample/20016/images/main/16_pop_btn_stop.png'); }
.pop16 .nss_pg .next {background-image:url('/tempSample/20016/images/main/16_pop_btn_next.png'); }
.pop16 .nss_pg .play {background-image:url('/tempSample/20016/images/main/16_pop_btn_play.png'); }
.pop16 .nss_pg .list {background-image:url('/tempSample/20016/images/main/16_pop_btn_list.png');}
.pop16 .pop_img2 { width:100%; background:#eee; }
.pop16 .pop_img2 li {display:none; max-width:350px; height:225px; margin:0px auto 0; overflow:hidden;}
.pop16 .pop_img2 li a { display:block; height:100%; }
.pop16 .pop_img2 li img {max-width:100%; height:100%;}
.pop16 .pop_img2 li.on {display:block}
/* 팝업리스트 레이어 추가 */
.pop16 .pop_layer_box {display:none; position:absolute; left:0; top:0; width:100%; height:100%; background:#394b61; z-index:3;}
.pop16 .pop_layer_box .pop_layer {position:relative; padding:20px;}
.pop16 .pop_layer_box .pop_layer h3 {font-size:18px; color:#fff;}
.pop16 .pop_layer_box .pop_layer ul {height:185px; margin-top:10px; padding:10px 15px 10px 25px; line-height:22px; overflow-y:auto; background:#576c85; box-sizing:border-box;}
.pop16 .pop_layer_box .pop_layer ul li {font-family:'돋움',Dotum; font-size:12px; color:#fff; list-style-type:disc;}
.pop16 .pop_layer_box .pop_layer ul li a {color:#fff; }
.pop16 .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;}

/* 바로가기 */
.M_link16 {position:relative;height:100%;background:#ebebeb;}
.M_link16:before,
.M_link16:after { content:""; display:block; position:absolute; top:0; bottom:0; width:100%; background:inherit; }
.M_link16:before { left:-100%; }
.M_link16:after { right:-100%; }
.M_link16 ul { display:table; width:100%; height:100%; table-layout:fixed; }
.M_link16 li { display:table-cell; position:relative; vertical-align:middle; }
.M_link16 li a { display:block; padding:0 10px; text-align:center; }
.M_link16 li + li:before { content:""; display:block; position:absolute; top:0; bottom:0; left:0; width:1px; height:20px; margin:auto; background:#ca9fcc; }
.M_link16 li a img { position: absolute; top: 20px; left: 0; right: 0; width:57px; height:54px; margin: auto; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; }
.M_link16 li a:hover img,
.M_link16 li a:focus img { -webkit-transform:rotateY(180deg); -ms-transform:rotateY(180deg); transform:rotateY(180deg); }
.M_link16 li a p { overflow:hidden; height:44px; margin-top:80px; font-size:16px; line-height:1.4; color:#2b2b2b; }
.M_link16 li a:hover p,
.M_link16 li a:focus p { text-decoration:underline; }

/* SNS 바로가기 */
.M_link16_2 { overflow:hidden; position:relative;height:100%;}
.M_link16_2 .tit_wrap{float:left;position: relative;width: 285px;height: 80px;padding: 17px 15px;box-sizing:border-box;color: #fff;border: 1px solid #cdcdcd;background: #f5f5f5;}
.M_link16_2 .tit_wrap:before,
.M_link16_2 .tit_wrap:after {content:"";position: absolute;right: -19px;z-index: 2;width: 25px;height: 3px;background: #a7a7a7;}
.M_link16_2 .tit_wrap:before{top: 10px;}
.M_link16_2 .tit_wrap:after{bottom: 13px;}
.M_link16_2 .tit_wrap h2 {position:relative;font-size: 19px;font-family:'NotoM'; margin:0 30px 10px 10px; line-height:1.2;z-index:1;white-space: nowrap;overflow:hidden;}
.M_link16_2 .tit_wrap h2 span{display:block; color:#ef5f4b; font-size:15px; font-family: 'NotoR';}
.M_link16_2 .tit_wrap h2 strong{color:#0170e0; font-weight: normal;}
.M_link16_2 .tit_wrap p{position:relative;z-index:1;font-size:14px; color:#fff;}
.M_link16_2 .tit_wrap .imgBg{position:absolute;top: 0;left:0;right:0;width:250px;height:60px;margin: 8px auto;}
.M_link16_2 .tit_wrap .imgBg img{width: 100%;}
.M_link16_2 .inner {position:relative;z-index:1;width: 685px;height: 80px;margin-left:auto;padding: 15px 20px;border: 1px solid #cdcdcd;overflow:hidden;background: #fff;box-sizing: border-box;}
.M_link16_2 .inner:before,
.M_link16_2 .inner:after { content:""; display:block; position: absolute; z-index:-1; background-repeat:no-repeat; }
.M_link16_2 .gall_list {overflow:hidden;width: 100%;height: 45px;display: table;}
.M_link16_2 .gall_list li {display: table;width: 32%;float:left;text-align: center;}
.M_link16_2 .gall_list li + li {margin-left: 2%;}
.M_link16_2 .gall_list li a {display:block;}
.M_link16_2 .gall_list li a:hover{text-decoration:underline;}
.M_link16_2 .gall_list li p {overflow:hidden;text-align:center;float: left;margin-right: 10px;}
.M_link16_2 .gall_list li a p img{width:100%;max-width:220px;width: 45px;height: 45px;transition: all .3s ease;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;-moz-transition: all .3s ease;}
.M_link16_2 .gall_list li a:hover p img{ transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); }
.M_link16_2 .gall_list li span {display:block;white-space:nowrap;font-family:"NotoR";font-size: 15px;color: #333;line-height: 20px;text-align: left;}
.M_link16_2 .gall_list li span.txt{font-size: 17px;font-weight:bold;}
.M_link16_2 .gall_list li span.bl{color:#2e5bbc;}
.M_link16_2 .gall_list li span.pk{color:#d91f7e;}
.M_link16_2 .gall_list li span.gr{color:#21a339;}
.M_link16_2 .gall_list li span.rd{color:#d4262c;}
.M_link16_2 .btn_more {display:block; overflow:hidden; position:absolute;right:32px;top:123px;width:25px;height:25px; color:transparent; background: rgba(255, 255, 255, 0.7) url('../../../images/template/01/main/01_btn_more01.png') no-repeat center;border-radius: 50%; -webkit-transition:all 0.3s ease; -moz-transition:all 0.2s ease; -ms-transition:all 0.2s ease; transition:all 0.3s ease;}
.M_link16_2 .btn_more:hover,
.M_link16_2 .btn_more:focus{transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}


/* 앨범 */
.gallery16 {position:relative;height:100%;width: 47%;float:left;}
.gallery16 h2 { overflow:hidden; white-space:nowrap; margin-right:50px; font-size:17px; font-family:"NotoM"; color:#343434; }
.gallery16 ul { overflow:hidden; height:195px; margin-top:10px; padding-top:15px; border-top:2px solid #373737; box-sizing:border-box; }
.gallery16 li { margin-left:13px;float:left; width:90%; text-align:center;}
.gallery16 li + li { margin-left:4%; }
.gallery16 li a { display:block; }
.gallery16 li a p { overflow:hidden; background:#eee; text-align:center; }
.gallery16 li a p img {width:100%;height:151px;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;transition:all 0.3s ease;}
.gallery16 li a:hover p img,
.gallery16 li a:focus p img { -webkit-transform:scale(1.1); -ms-transform:scale(1.1); transform:scale(1.1); }
.gallery16 li a strong { display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; margin-top:10px; font-size:15px; color:#2f2f2f; }
.gallery16 li a:hover strong,
.gallery16 li a:focus strong { text-decoration:underline; }
.gallery16 li a span { color:#969696; font-size:14px; }
.gallery16 .btn_more { overflow:hidden; position:absolute; right:0; top:0; width:24px; height:24px; border:1px solid #a7a7a7; color:transparent; box-sizing:border-box; }
.gallery16 .btn_more:before { content:""; display:block; position:absolute; top:0; bottom:0; left:0; right:0; width:13px; height:13px; margin:auto; background:url('/tempSample/20016/images/main/16_btn_more_notice.png') no-repeat; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; }
.gallery16 .btn_more:hover:before,
.gallery16 .btn_more:focus:before { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
.gallery16:nth-child(2){ margin-left: 30px;}

/* 우리반 홈페이지 */
.class16 { position:relative; height:100%; }
.class16 h2 { overflow:hidden; white-space:nowrap; color:#2f2f2f; font-family:"NotoM"; font-size:17px; }
.class16 .class_box {position:relative; height:200px; margin-top:10px; padding:20px; border-top:2px solid #373737; background:#ffcf4f; box-sizing:border-box; }
.class16 .class_box span{position:relative; display:block; background: #fff url('/tempSample/20016/images/main/16_class_arr.png') no-repeat 90% center;}
.class16 select { display:block; width:100%; height:35px; margin-bottom:10px; padding-left:15px; border:0; background:#fff; font-size:15px; color:#2f2f2f; box-sizing:border-box; -webkit-appearance:none; -moz-appearance:none; appearance:none; background:none; }
.class16 .class_box select::-ms-expand { display:none; }
.class16 .class_btn { display:block; height:35px; background:#ff8a00; color:#fff; font-size:15px; line-height:35px; text-align:center; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; }
.class16 .class_btn:hover,
.class16 .class_btn:focus { background:#e27a00; }
.class16 img { position:absolute; bottom:0; left:0; right:0; width:148px; height:38px; margin:0 auto; }

/* 기능바로가기 */
.classlink16 { position:relative; height:100%; }
.classlink16 ul { height:100%; }
.classlink16 li { border:1px solid #a7a7a7; box-sizing:border-box; }
.classlink16 li + li { margin-top:14px; }
.classlink16 li a { display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding:0 15px; background:#fff; color:#333; line-height:46px; }
.classlink16 li a:hover,
.classlink16 li a:focus { text-decoration:underline; }

/* 식단 */
.meal_menu16 { position:relative; height:100%; }
.meal_menu16 h2 { overflow:hidden; white-space:nowrap; margin-right:50px; font-size:17px; font-family:"NotoM"; color:#343434; }
.meal_menu16 .meal_info { display:none; }
.meal_menu16 .inner { height:200px; margin-top:10px; padding:20px; border:1px solid #a7a7a7; border-top:2px solid #373737; box-sizing:border-box; }
.meal_menu16 ul { overflow-y:auto;height: 160px;}
.meal_menu16 li + li { margin-bottom:10px; }
.meal_menu16 dt { margin-bottom:10px; font-size:16px; background:url('/tempSample/20016/images/main/16_bg_meal.png') no-repeat center 87%; color:#171717; text-align:center; }
.meal_menu16 dt span { font-size:18px; font-family:"NotoM"; color:#166414; }
.meal_menu16 dd { font-size:14px; color:#373737; word-break:keep-all; }
.meal_menu16 .no_Data { color:#333; font-size:15px; text-align:center; line-height:100px; }
.meal_menu16 img { position:absolute; bottom:20px; right:20px; width:103px; height:60px; }
.meal_menu16 .btn_more { overflow:hidden; position:absolute; right:0; top:0; width:24px; height:24px; border:1px solid #a7a7a7; color:transparent; box-sizing:border-box; }
.meal_menu16 .btn_more:before { content:""; display:block; position:absolute; top:0; bottom:0; left:0; right:0; width:13px; height:13px; margin:auto; background:url('/tempSample/20016/images/main/16_btn_more_notice.png') no-repeat; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; }
.meal_menu16 .btn_more:hover:before,
.meal_menu16 .btn_more:focus:before { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
.meal_menu16 .imgBg{display:none;}

/* 배너존*/
.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; font-family:"NotoM"; 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/20016/images/main/btn_b_prev.gif) no-repeat}
.banner_zone .inner .btn a.stop {background:url(/tempSample/20016/images/main/btn_b_stop.gif) no-repeat}
.banner_zone .inner .btn a.next {background:url(/tempSample/20016/images/main/btn_b_next.gif) no-repeat}
.banner_zone .inner .btn a.play {background:url(/tempSample/20016/images/main/btn_b_play.gif) no-repeat}
.banner_zone .inner .btn a.list {background:url(/tempSample/20016/images/main/btn_b_list.gif) no-repeat}
.banner_zone .inner ul {padding-top:10px;margin-left:115px;height: 60px;overflow:hidden;}
.banner_zone .inner ul li {width:163px;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:48px;}



@media (max-width: 1080px) {

	#container,
	.main_content,
	.M_link16_1,
	.M_link16,
	.ann_tablet
	.banner_zone{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}

	.ann_btn, .notice16, .gallery16, .meal_menu16, .main_visual, .pop, .drawSchedule16, .M_link16_1, .M_link16, .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 .bx-controls { left:2.5%; }

	/* 알림판 */
    .pop16 .pop_img2 li {max-width:100%;text-align:center;}

	/* 공지사항 */
	.notice16 {width: 48%;}

	/* 알림장 */
	.ann_tablet {display:none;}

	/* 식단 */
	.meal_menu16 .no_Data { line-height:120px; }

    /* 앨범 */
    .gallery16{width:48%}
    .gallery16:nth-child(2){margin-left: 4%;}

	/* SNS 바로가기 */
	.M_link16_2 .tit_wrap {width: 25%;}
	.M_link16_2 .inner {width: 74%;}
	.M_link16_2 .tit_wrap .imgBg{position:absolute;top: 0;left:0;right:0;width:90%;height:auto;margin: 8px auto; }

	/* 우리반홈페이지 */
	.class16 .class_box { height:225px; padding:30px 20px; }

	/* 배너존 */
	.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) {

	/* 배너존 */
	.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: 880px) {


    /* 공지사항 */
	.notice16:nth-child(2){margin-left: 40px;width: 45%;}

	/* SNS 바로가기 */
	.M_link16_2 .tit_wrap {float:none;width:auto;height:auto;margin-bottom:15px;padding: 45px 25px 25px 105px;}
	.M_link16_2 .tit_wrap:before,
	.M_link16_2 .tit_wrap:after { bottom:auto; top:88%; width:3px; height:40px; }
	.M_link16_2 .tit_wrap:before { right:auto; left:10px; }
	.M_link16_2 .tit_wrap:after { right:10px; }
	.M_link16_2 .tit_wrap h2 { margin-right:50px; font-size:17px; }
	.M_link16_2 .tit_wrap .imgBg {margin:0 auto; width: 250px;}
	.M_link16_2 .inner { width:auto; margin-left:0; }
	.M_link16_2 .btn_more { top:15px; right:15px; }

	/* 배너존 */
	.banner_zone {width:100%; position:relative;}

}


@media (max-width: 800px) {

	/* 메인비주얼 */
	.main_visual img { max-width:100%; }


	/* 바로가기 */
	.M_link16 ul { display:block; overflow:hidden; padding:10px 0; }
	.M_link16 li { display:block; float:left; width:25%; margin-top:20px; }
	.M_link16 li:nth-child(5):before { display:none; }
	.M_link16 li a img { position:static; }
	.M_link16 li a p { margin-top:10px; }

	/* 배너존 */
	.banner_zone{ height:70px;}
	.banner_zone .inner {  height:70px;}
	.banner_zone ul{ margin-left:124px;}
	.banner_zone ul li{ width:46%; text-align:center;}
	.banner_zone ul li a img{width:155px;height:40px;}

}

@media (max-width: 640px) {

	/* 공지사항 */
	.notice16{width:100%;}
	.notice16:nth-child(2){width:100%; margin-left: 0px;}

	/* 앨범 */
    .gallery16 {width:100%;}
    .gallery16:nth-child(2){ margin-left: 0px; margin-top:10px;}

	/* 우리반홈페이지 */
	.class16 .class_box { height:205px; padding:20px; }

	/* 기능바로가기 */
	.classlink16 { margin-top:20px; }

	/* 바로가기 */
	.M_link16_2 .gall_list li {display: block;}
	.M_link16_2 .gall_list li p {float: none; margin-right:0;}
	.M_link16_2 .gall_list li span {font-size: 13px;text-align: center;padding:0;}
	.M_link16_2 .gall_list li span.txt{font-size: 15px;font-weight:bold;}
    .M_link16_2 .inner{height:120px;}



	/* 식단 */
	.meal_menu16 ul { height:150px;  }
	.meal_menu16 img { display:none; }
	.meal_menu16 .no_Data { line-height:150px; }

}

@media (max-width: 580px) {

	/* 배너존 */
	.banner_zone .inner ul li {/* width:48%; *//* margin-left:2%; */}

}


@media (max-width: 480px) {

	/* 바로가기 */
	.M_link16 li a img {width:50px; height:47px;}
	.M_link16 li a p { font-size:15px; }

	/*배너존*/
	.banner_zone ul li{ width:90%;}

}

@media (max-width: 380px) {

	/* 게시판 */
	.notice16 h2,
	.notice16 .list_box .top_link strong { font-size:15px; }
	.notice16 .list_box .top_link p { font-size:14px }
	.notice16 .list_box li a { font-size:14px; }

	/* 바로가기 */
	.M_link16 li { width:33%; }
	.M_link16 li:nth-child(4):before,
	.M_link16 li:nth-child(7):before { display:none; }
	.M_link16 li:nth-child(5):before { display:block; }

	/* 배너존 */
	.banner_zone .inner ul li {/* width:100%; */float:left;/* margin-left:0; */}

}
