﻿/* common style */ 
.heading {font-size: 1rem; color: #222; font-weight: 600;}
.btn_more {display: flex; justify-content: center; align-items: center; width: 1.5rem; height: 1.5rem; border-radius: 0.5rem; background: #e8e8e8; transition: all 0.15s; -webkit-transition: all 0.15s;}
.btn_more i {font-size: 0.9rem; }

/* 메인비주얼 */ 
.MVisual0016 {height: 100%; overflow: hidden;}
.MVisual0016 .slider {position: relative; z-index: 0;}
.MVisual0016 .item {font-size: 0; line-height: 0; overflow: hidden;}
.MVisual0016 .item img {width: auto; height: 100%; position: relative; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0016 .control {position: absolute; left: 50%; bottom: 1rem; transform: translateX(-50%); z-index: 1;}
.MVisual0016 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgb(60, 85, 102, 0.4); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.MVisual0016 .control > a.play{display:none;}
.MVisual0016 .control > a:hover,
.MVisual0016 .control > a:focus{ background:rgb(60, 85, 102, 0.9);}

/* 게시판 */
.notice0016 {position: relative;}
.notice0016 .titTab {position: relative; z-index: 1;}
.notice0016 .titTab:before {content: ""; display: block; width: calc(100% - 2.5rem); height: 0; position: absolute; left: 0; top: calc(50% - 1px); z-index: -1; border:1px dashed #c3c3c3;}
.notice0016 .titTab ul {margin-left: -0.8rem; max-width: calc(100% - 1rem);}
.notice0016 .titTab ul:after {content: ""; display: block; clear: both; visibility: hidden;}
.notice0016 .titTab ul li {float: left; max-width: 33.33%; background: #fff; line-height: 1.2; padding-left: 0.8rem; padding-right: 0.8rem; position:relative;}
.notice0016 .titTab ul li + li:before { content:''; display:block; width:5px; height:5px; border-radius:50%; background:#c3c3c3; position:absolute; top:calc(50% - 2.5px); left:0;}
.notice0016 .titTab ul li a { display: inline-block; max-width: 100%; position: relative; z-index: 1; font-size:0; border-radius:2rem; transition: all 0.15s; -webkit-transition: all 0.15s; -ms-transition: all 0.15s;}
.notice0016 .titTab ul li a span {display: inline-block;max-width: 100%;font-size: 1rem;color: #222;font-weight: 500;white-space: nowrap;overflow: hidden;line-height: 2.75rem;}
.notice0016 .tabWrap {margin-top: 1rem;}
.notice0016 .tabWrap .list_box {display: none;}
.notice0016 .tabWrap .list_box .topList {display: block; margin-bottom: 1.2rem;}
.notice0016 .tabWrap .list_box .topList dl { display: flex; flex-direction: column; justify-content: center; height: calc(5.5rem + 2px); padding-left: 6.7rem; padding-right: 1rem; position: relative; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.notice0016 .tabWrap .list_box .topList dl dt {font-size: 0.9rem; font-weight: 500; line-height: 1.5rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.notice0016 .tabWrap .list_box .topList dl dd {margin-top: 0.4rem;}
.notice0016 .tabWrap .list_box .topList dl dd p {font-size: 0.8rem; color: #888; font-weight:400; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.notice0016 .tabWrap .list_box .topList dl dd .date {display: flex; flex-direction: column; justify-content: center; align-items: center; width: 5.5rem; height: 5.5rem; border-radius: 1rem; font-size: 0.75rem; text-align: center; border:1px dashed #ffae00; line-height: 1.3; position: absolute; left: 0; top: 0; z-index: -1; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.notice001602 .tabWrap .list_box .topList dl dd .date {border-color:#1dad42;}
.notice0016 .tabWrap .list_box .topList dl dd .date em { width: 2.5rem; height: 2.5rem; line-height: 2.5rem; font-size: 1.4rem; border-radius: 50%; color: #000; background: #fff3d9; font-weight: 700; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.notice001602 .tabWrap .list_box .topList dl dd .date em { background:#ddf4e4;}
.notice0016 .tabWrap .list_box ul {border-top:1px dashed #c3c3c3; padding-top:1.1rem;}
.notice0016 .tabWrap .list_box ul li + li {margin-top: 0.7rem;}
.notice0016 .tabWrap .list_box ul li:nth-child(n + 5) {display: none;}
.notice0016 .tabWrap .list_box ul li a {display: block; padding-left: 1rem; color: #222; font-weight: 400; padding-right: 4rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: relative;}
.notice0016 .tabWrap .list_box ul li a:before {content: ""; display: block; width: 0.2rem; height: 0.2rem; border-radius: 50%; background: #ffae00; position: absolute; left: 0; top: 50%; margin-top: -0.1rem;}
.notice001602 .tabWrap .list_box ul li a:before { background: #1dad42; }
.notice0016 .tabWrap .list_box ul li a span {font-size: 0.75rem; color: #777; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.notice0016 .tabWrap .list_box .btn_more {position: absolute; right: 0; top:0.7rem; z-index: 1; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
/* 게시판 : active */ 
.notice0016 .titTab ul li a.current,
.notice0016 .titTab ul li a:hover,
.notice0016 .titTab ul li a:focus{ padding:0 1rem; background:#ffae00;}
.notice001602 .titTab ul li a.current,
.notice001602 .titTab ul li a:hover,
.notice001602 .titTab ul li a:focus{ background:#1dad42;}
.notice0016 .titTab ul li a.current span,
.notice0016 .titTab ul li a:hover span {font-weight: 600; color:#fff;}
.notice0016 .tabWrap .list_box.on {display: block;}
.notice001601 .tabWrap .list_box .topList:hover dl,
.notice001601 .tabWrap .list_box .topList:focus dl {border-color: #ffae00;}
.notice001602 .tabWrap .list_box .topList:hover dl,
.notice001602 .tabWrap .list_box .topList:focus dl {border-color: #1dad42;}
.notice001601 .tabWrap .list_box .topList:hover dl dt,
.notice001601 .tabWrap .list_box .topList:focus dl dt {color: #ffae00;}
.notice001602 .tabWrap .list_box .topList:hover dl dt,
.notice001602 .tabWrap .list_box .topList:focus dl dt {color: #1dad42;}
.notice001601 .tabWrap .list_box .topList:hover dl dd .date,
.notice001601 .tabWrap .list_box .topList:focus dl dd .date {background: #ffae00; color: #fff;}
.notice001602 .tabWrap .list_box .topList:hover dl dd .date,
.notice001602 .tabWrap .list_box .topList:focus dl dd .date {background: #1dad42; color: #fff;} 
.notice0016 .tabWrap .list_box ul li a:hover,
.notice0016 .tabWrap .list_box ul li a:focus {text-decoration: underline;}
.notice001601 .tabWrap .list_box .btn_more:hover,
.notice001601 .tabWrap .list_box .btn_more:focus {background: #ffae00; color: #fff;}
.notice001602 .tabWrap .list_box .btn_more:hover,
.notice001602 .tabWrap .list_box .btn_more:focus {background: #1dad42; color: #fff;}
/* 게시판 : new */
.notice0016 .tabWrap .list_box .topList dl.new dt {padding-left: 2.05rem; position: relative;}
.notice0016 .tabWrap .list_box .topList dl.new dt:before {content: "N"; display: flex; justify-content: center; align-items: center; width: 1.5rem; height: 1.5rem; border-radius: 50%; font-size: 0.85rem; color: #fff; position: absolute; left: 0; top: 50%; margin-top: -0.75rem;}
.notice001601 .tabWrap .list_box .topList dl.new dt:before {background: #ff712b;}
.notice001602 .tabWrap .list_box .topList dl.new dt:before {background: #099795;}
.notice0016 .tabWrap .list_box ul li a.new {padding-left: 1.6rem;}
.notice0016 .tabWrap .list_box ul li a.new:before {content: "N"; display: inline-flex; justify-content: center; align-items: center; width: 1rem; height: 1rem; font-size: 0.6rem; color: #fff; margin-top: -0.5rem;}
.notice001601 .tabWrap .list_box ul li a.new:before {background: #ffae00;}
.notice001602 .tabWrap .list_box ul li a.new:before {background: #1dad42;}
/* 게시판 : no_data */
.notice0016 .tabWrap .list_box .topList dl.no_data dd {margin-top: 0;}
.notice0016 .tabWrap .list_box ul li.no_data { text-align:center; line-height:6rem;}

/* 바로가기1 */
.M_link0016 { background:#fff3d9; border-radius:1.25rem; padding:1.35rem 2.5rem;}
.M_link0016 ul {display: table; table-layout: fixed; width: 100%;}
.M_link0016 ul li {display: table-cell; padding: 0 0.3rem;}
.M_link0016 ul li a { display: flex; flex-direction: row; text-align: center; align-items: center;}
.M_link0016 ul li a .img {flex-shrink: 0; display: inline-flex; justify-content: center; align-items: center; width: 3.2rem; height: 3.2rem; border-radius: 50%; border: 4px solid transparent; background: #fff; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.M_link0016 ul li a .txt { display: inline-block; text-align: left; max-width: 100%; max-height: 2.05rem; overflow: hidden; margin-left:0.5rem; line-height: 1.2; position: relative; z-index: 1;}
/* .M_link0016 ul li a .txt:before {content: ""; display: inline-block; width: 0; height: 0.75rem; border-radius: 7.5rem; background: #ffe081; position: absolute; left: 0; bottom: 0; z-index: -1; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;} */
.M_link0016 ul li a .txt span {display: inline; max-width: 100%; max-height: 2.05rem; font-size: 0.85rem; color: #333; font-weight: 500; overflow: hidden;}
/* 바로가기1 : active */
.M_link0016 ul li a:hover .img,
.M_link0016 ul li a:focus .img {border-color: #ffae00; }
.M_link0016 ul li a:hover .txt:before,
.M_link0016 ul li a:focus .txt:before {width: 100%;}
.M_link0016 ul li a:hover .txt span,
.M_link0016 ul li a:focus .txt span {font-weight: 600; background-image: linear-gradient(to bottom, transparent 50%, #ffe081 50%);}
 
/* 팝업존 */
.pop0016 {padding-right: 1.15rem; padding-bottom: 1.2rem; position: relative; z-index: 1;}
.pop0016:before {content: ""; display: block; width: 17.5rem; height: 11.25rem; border-radius: 1rem; background: url('/images/schl/template/T0016/main/0016_popup_bg.png'); position: absolute; right: 0; bottom: 0; z-index: -1;}
.pop0016:after {content: ""; display: block; clear: both; visibility: hidden;}
.pop0016 .heading {float: left; max-width: 7.6rem; white-space: nowrap; overflow: hidden;}
.pop0016 .pop_img {float: right; width: 17.5rem; height: 11.25rem; border-radius: 1rem; background: rgba(0,0,0,0.2); overflow: hidden; isolation: isolate;}
.pop0016 .pop_img .item a {display: block; height: 11.25rem; font-size: 0; line-height: 0; overflow: hidden; position: relative;}
.pop0016 .pop_img .item a img {max-width: 100%; width: auto; height: 100%; position: relative; left: 50%; transform: translateX(-50%);}
.pop0016 .control {width: 100%; max-width: 7.6rem; position: absolute; left: 0; bottom: 3rem;}
.pop0016 .control:before {content: ""; display: block; width: calc(100% - 5.35rem); height: 1px; background: #d4d4d4; position: absolute; left: 3.5rem; bottom: 0.65rem;}
.pop0016 .control:after {content: ""; display: block; clear: both; visibility: hidden;}
.pop0016 .control .page {display: inline-block; padding: 0.3rem 0.65rem; border-radius: 1.75rem; background: #f1f1f1; margin-bottom: 0.65rem;}
.pop0016 .control .page strong {color: #1dad42; font-weight: 700;}
.pop0016 .control .page span {display: inline-block; margin-left: 1rem; position: relative;}
.pop0016 .control .page span:before {content: ""; display: block; width: 0.2rem; height: 0.2rem; border-radius: 50%; background: #222; position: absolute; left: -0.6rem; top: 50%; margin-top: -0.05rem;}
.pop0016 .control .btn_box a {float: left; display: flex; justify-content: center; align-items: center; width: 1.35rem; height: 1.35rem; border-radius: 50%; border: 1px solid #1dad42; background: #1dad42; font-size: 0.9rem; color: #fff; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.pop0016 .control .btn_box a.prev {margin-right: 0.45rem;}
.pop0016 .control .btn_box a.stop,
.pop0016 .control .btn_box a.play {float: right;}
.pop0016 .control .btn_box a.play {display: none;}
/* 팝업존 : active */
.pop0016 .control .btn_box a:hover,
.pop0016 .control .btn_box a:focus {background: #fff; color: #1dad42;}

/* 식단 */
.meal_menu0016 .tit_wrap {position: relative; z-index: 1;}
.meal_menu0016 .tit_wrap:before {content: ""; display: block; width: calc(100% - 2.5rem); height: 1px; background: #d4d4d4; position: absolute; left: 0; top: 50%; margin-top: -0.5px; z-index: -1;}
.meal_menu0016 .tit_wrap .heading {display: inline-block; max-width: calc(100% - 3.5rem); background: #fff; padding-right: 1rem;}
.meal_menu0016 .tit_wrap .heading span {display: inline-block; vertical-align:middle; max-width: 100%; white-space: nowrap; overflow: hidden;}
.meal_menu0016 .tit_wrap .btn_more {position: absolute; right: 0; top: 0; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s; background:#ffae00; color:#fff;}
.meal_menu0016 .inner {margin-top: 1.8rem; display: flex; justify-content: space-between; align-items: center; padding-right: 13rem; position:relative;}
.meal_menu0016 .inner ul { max-height: 6.5rem; overflow-y: auto; width: 100%;}
.meal_menu0016 .inner ul li + li {margin-top: 1rem;}
.meal_menu0016 .inner ul li dl .kcal {font-size: 1rem; color: #ff712b; font-weight: 600; display:inline-block; border:2px solid #ffae00; border-radius:1.5rem; line-height:2.25rem; padding:0 2rem;}
.meal_menu0016 .inner ul li dl .kcal span {color: #222;}
.meal_menu0016 .inner ul li dl .meal_list {margin-top: 1.5rem; font-size: 0.85rem; color: #000; font-weight: 400; word-break: keep-all; line-height:1.25rem;}
.meal_menu0016 .inner img { max-width: 11.4rem; max-height: 8.75rem; position:absolute; right:0; top:-0.65rem;;}
/* 식단 : active */
.meal_menu0016 .tit_wrap .btn_more:hover,
.meal_menu0016 .tit_wrap .btn_more:focus {background: #1dad42; }
/* 식단 : no_data */
.meal_menu0016 .inner ul li.no_data {display: flex; width: 100%; height: 100%; justify-content: center; line-height:6.5rem;}

/* 갤러리 */ 
.gallery0016 .tit_wrap::after { content: ''; display: block; clear: both; }
.gallery0016 .tit_wrap h2 {font-size: 1rem; color: #222; font-weight: 600; white-space: nowrap; overflow: hidden; float:left;max-width:25%;}
.gallery0016 .tit_wrap p { color: #222; font-weight: 400; position: relative; overflow: hidden; float:left; max-width:70%; padding-left:1rem; line-height:1.4rem;}
.gallery0016 .list_box { margin-top: 1.7rem; }
.gallery0016 .list_box ul { display: flex; justify-content: flex-start;}
.gallery0016 .list_box ul li {width: 22.5%;}
.gallery0016 .list_box ul li + li {margin-left: calc(10% / 3);}
.gallery0016 .list_box ul li:nth-child(n + 5) {display: none;}
.gallery0016 .list_box ul li a {display: block;}
.gallery0016 .list_box ul li a .img {width: 100%; height: 10rem; border-radius: 1rem; background: rgba(0,0,0,0.1); font-size: 0; line-height: 0; overflow: hidden; position: relative; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.gallery0016 .list_box ul li a .img img {width: 100%; height: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);  transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.gallery0016 .list_box ul li a strong {display: block; margin-top: 0.8rem; font-size: 0.9rem; color: #222; font-weight: 500; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.gallery0016 .btn_more { display: block; position: absolute; top: 0; right: 0; line-height: 1.6rem; text-align: center; background: #1dad42; color: #fff; transition: all 0.15s; -webkit-transition: all 0.15s;}
/* 갤러리 : active */
.gallery0016 .btn_more:hover,
.gallery0016 .btn_more:focus { background: #ffae00;}
.gallery0016 .list_box ul li a:hover .img img,
.gallery0016 .list_box ul li a:focus .img img{ transform: scale(1.05) translate(-50%, -50%); -webkit-transform: scale(1.05) translate(-50%, -50%);}
.gallery0016 .list_box ul li a:hover strong,
.gallery0016 .list_box ul li a:focus strong {color: #1dad42;}
/* 갤러리 : no_data */
.gallery0016 .list_box ul li.no_data {display: flex; justify-content: center; align-items: center; width: 100%; height: 14.3rem;}

/* 캘린더 */
.pop_schedule0016 {margin-top: 1.65rem; height: 5rem; border-radius: 1rem; background: #fff; padding-right: 3.5rem; position: relative; border:2px solid #ffae00; }
.pop_schedule0016 h2 { width:6.6rem; white-space:nowrap; font-size: 1rem; text-align:center; font-weight: 600; padding: 0 1rem;position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); background:#ffae00; line-height: 5rem; border-radius:1rem;}
.pop_schedule0016 h2 span {display:block; overflow:hidden; color:#fff;}
.pop_schedule0016 .sche_wrap {display: flex; align-items: center; height: 100%;}
.pop_schedule0016 .sche_wrap .sche_list {display: flex;justify-content: center;align-items: center;width: 16rem;height: 100%;border-radius: 5rem;padding-left: 7.5rem;}
.pop_schedule0016 .sche_wrap .sche_list a {display: block; width: 1.6rem; height: 1.6rem; line-height:1.6rem; font-size:1rem; color:#3a1d00; border-radius:50%; background:#fff3d9; text-align:center; border-radius:50%; position: relative; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.pop_schedule0016 .sche_wrap .sche_list .month {font-size: 1rem; color: #3a1d00; font-weight: 500; letter-spacing: -1.2px; margin:0.75rem 0.5rem;}
.pop_schedule0016 .sche_wrap .sche_list .month em {font-weight: 600; color:#e59c00;}
.pop_schedule0016 .sche_wrap .lst {width: calc(100% - 16rem); height: 100%; padding: 0.5rem 0; padding-left: 1.5rem; padding-right: 1rem; font-weight: 600;}
.pop_schedule0016 .sche_wrap .lst ul {display: flex; flex-wrap: wrap; height: 100%; overflow-y: auto;}
.pop_schedule0016 .sche_wrap .lst ul li {max-width: 25%; display: flex; align-items: center; height: 100%; padding: 0 0.2rem;}
.pop_schedule0016 .sche_wrap .lst ul li a {display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight:400; color:#131313;}
.pop_schedule0016 .sche_wrap .lst ul li a span {display: inline-flex; justify-content: center; align-items: center; width: 1.6rem; height: 1.6rem; border-radius: 50%; background: #ffcf3e; color: #3a1d00; margin-right: 0.7rem; }
.pop_schedule0016 .btn_more { position: absolute; right: 2.5rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); background:#ffae00; color:#fff;}  
/* 캘린더 : active */
.pop_schedule0016 .sche_wrap .sche_list a.prev:hover,
.pop_schedule0016 .sche_wrap .sche_list a.prev:focus {transform: translateX(-0.25rem); -webkit-transform: translateX(-0.25rem);}
.pop_schedule0016 .sche_wrap .sche_list a.next:hover,
.pop_schedule0016 .sche_wrap .sche_list a.next:focus {transform: translateX(0.25rem); -webkit-transform: translateX(0.25rem);}
.pop_schedule0016 .btn_more:hover,
.pop_schedule0016 .btn_more:focus { background: #1dad42;}
/* 캘린더 : no_data */
.pop_schedule0016 .sche_wrap .lst ul li.no_data { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; font-weight: 400; margin: auto;}

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #d1d8e4;}
.banner_zone .container {position: relative; height: 4rem; overflow: hidden;}
.banner_zone h2 {float:left; margin-top: 1.5rem; width: 4rem; font-size: 0.8rem; font-weight: 600; color: #191919;}
.banner_zone .btn {float: left; margin-top: 1.3rem; overflow: hidden; border-left:1px solid #ccc;}
.banner_zone .btn a {float: left; width: 1.4rem; height: 1.4rem; line-height:1.4rem; text-align:center; overflow: hidden; border:1px solid #ccc; border-left:0;}
.banner_zone .btn a.play{display:none;}
.banner_zone .bnWrap { width: calc(100% - 10rem); float:left; padding-top: 0.75rem; padding-left:1.5rem; overflow: hidden;}
.banner_zone .bnWrap a {display: block; height: 2.5rem; line-height: 2.3rem; text-align: center; margin:0 5px; border: 1px solid #c8d1db; overflow: hidden;}
.banner_zone .bnWrap a img {max-width: 100%; max-height: 100%; vertical-align: middle;}

@media (max-width: 1440px){
}

@media (max-width: 1240px){
    
    /* 메인비주얼 */
    .MVisual0016 .control {left: calc(50% + 67.5px); bottom: 2rem;}
    
    /* 식단 */
    .meal_menu0016 .inner { padding-right: 9rem; } 
    .meal_menu0016 .inner img {max-width: 9rem; top: 0;}
    
    /* 팝업존 */ 
    .pop0016 .heading,
    .pop0016 .control {width: calc(100% - 18.15rem);}
    .pop0016 .control:before {width: calc(100% - 4.8rem); left: 3.2rem;}
    .pop0016 .control a.prev {margin-right: 0.25rem;}
    
     
    /* 게시판 */
    .notice0016 .titTab ul li { padding-left: 0.4rem; padding-right: 0.4rem; }
    .notice0016 .titTab ul li + li:before { left:-2px;}


    /* 캘린더 */
    .pop_schedule0016 .sche_wrap .lst ul li {max-width: calc(100% / 3); }

 
}

@media (max-width: 1024px){
    
    /* 메인비주얼 */
    .MVisual0016 .item img {width: 170%; height: auto;}
    .MVisual0016 .control {left: 50%; bottom: 1rem;}
     
    /* 바로가기1 */
    .M_link0016 { padding:1rem 0.54rem;}
    .M_link0016 ul li { width:33.333333%; display:inline-block; }
    .M_link0016 ul li:nth-child(n+4) { margin-top:0.5rem;}
    .M_link0016 ul li a .txt { margin-left:0.3rem; }
    
    /* 식단 */
    .meal_menu0016 .inner { padding-right: 8rem;}
    .meal_menu0016 .inner img {margin-left: 0; margin-top: 1rem; max-height: 5.8rem;}
    
    /* 팝업존 */
    .pop0016:before {content: ""; display: block; width: calc(100% - 1rem); height: calc(100% - 3rem); border-radius: 1rem; background: url('/images/schl/template/T0016/main/0016_popup_bg.png'); position: absolute; right: 0; bottom: 0; z-index: -1;}
    .pop0016 .heading {float: none; width: auto; max-width: calc(100% - 11.15rem);}
    .pop0016 .pop_img {float: none; margin-top: 1rem; width: 100%;}
    .pop0016 .control {display: flex; align-items: center; width: 10.15rem; max-width: none; left: auto; right: 0; bottom: auto; top: -0.17rem;}
    .pop0016 .control:before {display: none;}
    .pop0016 .control .page {flex-shrink: 0; margin-bottom: 0; margin-right: 0.5rem;}
    .pop0016 .control .btn_box {width: 100%; position: relative;}
    .pop0016 .control .btn_box:before {content: ""; width: calc(100% - 5.2rem); height: 1px; background: #d4d4d4; position: absolute; right: 1.8rem; top: 50%; margin-top: -0.5px;}
    .pop0016 .control .btn_box:after {content: ""; display: block; clear: both; visibility: hidden;}
    .pop0016 .control .btn_box a.prev {margin-right: 0.35rem;}
    
    /* 갤러리 */
    .gallery0016 {flex-direction: column; padding-left: 0; padding-right: 0;}
    .gallery0016 .tit_wrap {width: 100%; padding-top: 0; position: relative;}
    .gallery0016 .tit_wrap h2 {font-size: 1rem; max-width: calc(100% - 2.5rem);}
    .gallery0016 .tit_wrap p {display: none;}
    .gallery0016 .tit_wrap .btn_more {margin-top: 0; position: absolute; right: 0; top: 50%; margin-top: -1.125rem;}
    .gallery0016 .list_box {margin-top: 1.6rem; width: 100%;}
    .gallery0016 .list_box ul li {width: calc(11rem + 6px);}
    .gallery0016 .list_box ul li:nth-child(3) {display: list-item;} 
    
    /* 캘린더 */ 
    .pop_schedule0016 .sche_wrap .lst ul li {width: 50%;}
}

@media (max-width: 930px){

    /* 게시판 */
    .notice0016 .titTab ul li { padding-left: 0.8rem; padding-right: 0.8rem; }
    .notice0016 .titTab ul li + li:before { left:0;}

    /* 캘린더 */
    .pop_schedule0016 .sche_wrap .lst ul li {max-width: calc(100% / 2); }
}

@media (max-width: 860px){
    
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 768px){
    
    /* 바로가기1 */
    .M_link0016 ul {display: flex; flex-wrap: wrap;}
    .M_link0016 ul li {display: list-item; width: calc(100% / 3); margin-top: 0.8rem;}
    .M_link0016 ul li:nth-child(1),
    .M_link0016 ul li:nth-child(2),
    .M_link0016 ul li:nth-child(3) {margin-top: 0;} 
    .M_link0016 ul li a .txt span {max-height: 2.17rem; font-size: 0.85rem;}
    
   /* 식단 */
    .meal_menu0016 .inner {padding-right: 9rem;margin-top: 0.8rem;}
    .meal_menu0016 .inner ul li dl .meal_list {margin-top: 1rem; }
    .meal_menu0016 .inner img {display: block; max-width: 10.2rem; max-height: 6.8rem; margin-top: 0; margin-left: 1rem;}
    
    /* 갤러리 */
    .gallery0016 .tit_wrap h2 {font-size: 1rem;}
    .gallery0016 .list_box ul li {width: calc(14rem + 6px);}
    .gallery0016 .list_box ul li:nth-child(3) {display: none;} 
    
    /* 캘린더 */ 
    .pop_schedule0016 .sche_wrap .lst ul li {max-width: 100%; width:100%; }

    /* 팝업존 */
    .pop0016 {width: calc(100% + 1.15rem);}
    .pop0016 .control { right: 1.15rem; }

    /* 게시판 */
    .notice0016 .titTab ul li a span { line-height: 2rem; font-size: 0.95rem;}
    .notice0016 .tabWrap {margin-top: 0.2rem;}
    .notice0016 .tabWrap .list_box .topList dl { height: 4rem; padding-left: 5rem; }
    .notice0016 .tabWrap .list_box .topList dl dd .date { width: 4rem; height: 4rem; border-radius: 0.5rem; }
    .notice0016 .tabWrap .list_box .topList dl dd .date em { width: 2.2rem; height: 2.2rem; line-height: 2.2rem; font-size: 1.2rem; }
    .notice0016 .tabWrap .list_box .btn_more { top:0.35rem; }
 

}

@media (max-width: 640px){
    
    /* 식단 */
    .meal_menu0016 .inner { padding-right: 7.5rem;}
    .meal_menu0016 .inner ul {max-height: 5.9rem;}
    .meal_menu0016 .inner img {max-width: 8.55rem; max-height: 5.7rem;}
    
    /* 갤러리 */
    .gallery0016 .list_box ul li {width: 100%;}
    .gallery0016 .list_box ul li:nth-child(2) {display: none;} 

    /* 캘린더 */
    .pop_schedule0016 { margin-top: 2.5rem; height: auto; padding-right: 0; border-radius: 1.5rem;}
    .pop_schedule0016 h2 {width: 100%; position: relative; left: 0; top: 0; transform: none; -webkit-transform: none; line-height: 2.5rem; border-radius: 2rem;}
    .pop_schedule0016 h2 span {display:block; overflow:hidden; color:#fff;}
    .pop_schedule0016 .sche_wrap {flex-direction: column;}
    .pop_schedule0016 .sche_wrap .sche_list {width: auto; height: auto; padding-left: 0;}  
    .pop_schedule0016 .sche_wrap .lst {width: 100%; padding-left: 1rem; height: auto;}
    .pop_schedule0016 .sche_wrap .lst ul { height: 5.5rem; overflow-y: auto; }
    .pop_schedule0016 .sche_wrap .lst ul li {height: auto; width:50%; float:left;}
    .pop_schedule0016 .sche_wrap .lst ul li:nth-child(n+3) { margin-top:0.3rem;}
    .pop_schedule0016 .btn_more { right: 1rem; top: 3.2rem; transform: none; -webkit-transform: none; }  
 
}

@media (max-width: 560px){
    
    /* 메인비주얼 */
    .MVisual0016 .control > a {width: 1.65rem; height: 1.65rem; line-height: 1.65rem;}
}

@media (max-width: 480px){
    
    /* 바로가기1 */
    .M_link0016 ul li a {flex-direction: column;}
    .M_link0016 ul li a .txt { text-align: center; margin-left:0; margin-top:0.3rem; }
    
    /* 게시판 */
    .notice0016 .titTab ul {margin-left: 0; max-width: calc(100% - 3.5rem)}
    .notice0016 .titTab ul li {max-width: 100%; }
    .notice0016 .titTab ul li:first-child {padding-left: 0;} 
    .notice0016 .titTab:before {display:none;}
    
    /* 팝업존 */
    .pop0016 .pop_img,
    .pop0016 .pop_img .item a {height: auto;}
    .pop0016 .pop_img .item a img {width: 100%; height: auto;}
    
    /* 행사일정 */
    .pop_schedule0016 .sche_wrap .lst {padding-right: 0.75rem;}
}

@media (max-width: 380px){ 
    /* 게시판 */
    .notice0016 .titTab ul li {padding-left: 0;}
    .notice0016 .titTab ul li + li {border-left: 0;}
    .notice0016 .titTab ul li + li:before { display:none;}
    .notice0016 .tabWrap {margin-top: 0.75rem;}
    
    /* 식단 */
    .meal_menu0016 .inner { padding-right: 0;} 
    .meal_menu0016 .inner img {display:none;}
    
    /* 팝업존 */
    .pop0016 .heading {max-width: calc(100% - 9.5rem);}
    .pop0016 .control {min-width: 0; width: auto; max-width: none;}
    .pop0016 .control .btn_box:before {display: none;}
    .pop0016 .control .btn_box a.next {margin-right: 0.35rem;}
    .pop0016 .control .btn_box a.stop,
    .pop0016 .control .btn_box a.play {float: left;} 
     
    /* 갤러리 */
    .gallery0016 .list_box ul li:nth-child(1) {display: none;}

    /* 캘린더 */
    .pop_schedule0016 .sche_wrap .lst ul li { width:100%; float:none;}
    .pop_schedule0016 .sche_wrap .lst ul li:nth-child(2) { margin-top:0.3rem;}
    .pop_schedule0016 .btn_more { right:0.5rem; }  
}