@charset "utf-8";

/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; overflow: hidden; }
#container ::-webkit-scrollbar { width: 5px; height:3px; }
#container ::-webkit-scrollbar-thumb { background-color: #aaa; border-radius:10px; }
#container ::-webkit-scrollbar-track { background-color: #ddd; border-radius:10px; }

/* 더보기 버튼 */
.btn_more { width:2.2rem; height:2.2rem;position: absolute;line-height: 2.2rem; border-radius:50%; background:#3a51bc; text-align:center; color:#fff;font-size: 1.45rem;  transition:.3s;-webkit-transition:.3s;}

/* 메인비주얼 */
.main_visual { position:relative;height: 100%;  overflow:hidden;}
.main_visual .bx-wrapper { height:100%; }
.main_visual .bx-viewport,
.main_visual ul,
.main_visual li { height:100%; }
.main_visual li { overflow:hidden; font-size:0; }
.main_visual img { position:absolute; top:0; left:50%; width:auto; height:100%; -webkit-transform:translateX(-50%); transform:translateX(-50%);}
.main_visual .bx-controls{position:absolute;left: calc(50% + 25rem);bottom: 6rem; z-index:55;}
.main_visual .bx-pager-item{display:inline-block; vertical-align:middle; font-size:0; width:15px; height:15px; }
.main_visual .bx-pager-item + .bx-pager-item{margin-left:.5rem; }
.main_visual .bx-pager-item a{display:block; width:100%; height:100%;border: 1px solid #ffcf3c; border-radius:50%;}
.main_visual .bx-pager-item a.active{background: #ffcf3c;}
.main_visual .bx-pager{display:inline-block; vertical-align:middle; margin-left:.5rem; line-height:0; }
.main_visual .bx-controls-auto-item{display:inline-block; vertical-align:middle; }
.main_visual .bx-controls-auto-item + .bx-controls-auto-item{margin-left:.25rem;}
.main_visual .bx-controls-auto a{position:relative; display:block; }
.main_visual .bx-controls-auto a:before{position:relative;display:block;width:20px;height:20px;font-size:.65rem;color:#fff;font-family:'xeicon';content:'\ea3e';background: #ffcf3c;border-radius:50%;text-align:center;line-height:20px;opacity: .9;}
.main_visual .bx-controls-auto a.bx-stop:before{content:'\ea3b';}
.main_visual .bx-controls-auto a.active:before{background: #ffcf3c;}
.main_visual .bx-controls-auto { font-size:0; vertical-align:middle; }
.main_visual .bx-controls-auto,
.main_visual .bx-pager,
.main_visual .bx-pager-item {display: inline-block; }

/* 공지사항 */
.notice0016 { position:relative; height:100%;text-align: center;}
.notice0016 .tit_wrap {position:absolute;top: 6px; left:0;overflow: hidden;height: 2rem;max-width: 11rem;}
.notice0016 .tit_wrap h2 {font-size:1.5rem;font-weight: 700; color:#111;}
.notice0016 .tit_wrap h2 span {color:#2f4ac5;}
.notice0016 > h2 { position:relative; display:inline-block;min-width: 6.3rem;max-width: calc((100% - 30rem) / 3);margin: 0 1.75rem; line-height:2.5rem; overflow:visible;}
.notice0016 > h2 ~ h2:before { content:""; position:absolute;left: -2rem;top: 1rem;width: 4px;height: 4px;background: #ccc;}
.notice0016 > h2 a { position:relative; display:block;font-size:1.05rem;white-space: nowrap; overflow:hidden;height: 100%;font-weight: 600;color: #555;}
.notice0016 > h2 a.current { color:#3051e8;font-weight: 700;}
.notice0016 > h2 a.current:after {content:"";display: block;width: 6rem;height: .3rem;background: url('/images/template/10339/main/0016_notice_tit_bg.png') no-repeat left bottom;position: absolute;bottom: 0;left: 0.3rem; transition:.3s;-webkit-transition:.3s;}
.notice0016 h2 a > span { display:block; overflow:hidden;}
.notice0016 .list_box { display:none; position:absolute;top: 3.75rem; left:0; width:100%;}
.notice0016 .list_box.on { display:block }
.notice0016 .list_box li { position:relative; width: 31.5%; float: left;}
.notice0016 .list_box li:after {content:""; display:block; clear:both; }
.notice0016 .list_box li.no_Data {background: #f6f6f6;border-radius: 1rem;width:100%;line-height: 15.5rem; text-align:center;}
.notice0016 .list_box li.no_Data p.tit {
    float: none;
    text-align: center;
    width: auto;
    height: 35px;
}
.notice0016 .list_box li ~ li {margin-left: 2.75%;}
.notice0016 .list_box li:nth-child(n+7) {display:none;}
.notice0016 .list_box li:nth-child(4n) {margin-left:0;}
.notice0016 .list_box li:nth-child(n+4) {margin-top:1.1rem;}
.notice0016 .list_box li a { position:relative; display:block;background: #f6f6f6;border-radius: 1rem;padding: 1.3rem 1.55rem;}
.notice0016 .list_box li a:after {content:""; display:block;clear:both;}
.notice0016 .list_box li a.new:before { content:"N";display: block;width: 1.2rem;height: 1.2rem;position: absolute;top: 1.3rem;left: 1.3rem;background: #fff; border-radius:50%;color: #ff6c00; text-align:center;line-height: 1.1rem;font-size: 0.6rem;font-weight: 700;margin-right:0.3rem;border: 1px solid #ffcf3c;}
.notice0016 .list_box li a .date {color:#7a6969; font-size:0.75rem; font-weight:400; text-align:center; float:left;}
.notice0016 .list_box li a .date em {display:block; width:3.25rem; height:3.25rem; border-radius:50%; background:#ffcf3c; line-height:3.25rem; font-size:1.5rem;font-weight: 700; color:#3a3737;margin-bottom: .3rem; transition:.3s; -webkit-transform:.3s;}
.notice0016 .list_box li a p {width:calc(100% - 5rem);height: 3.85rem;float: right;overflow: hidden;font-size: .9rem;color: #000;margin-top: .4rem;text-align: left;font-weight: 500;line-height: 1.5;}
.notice0016 .list_box .btn_more {position:absolute; right:0;top: -3.5rem;}
/** 공지사항 : active **/
.notice0016 h2 a:hover,
.notice0016 h2 a:focus { color:#3051e8;font-weight: 700;font-size: 1.05rem;}
.notice0016 .list_box li a:hover p,
.notice0016 .list_box li a:focus p {text-decoration:underline; }
.notice0016 .list_box li a:hover em,
.notice0016 .list_box li a:focus em {background:#3a51bc; color:#fff }
.notice0016 .list_box .btn_more:hover,
.notice0016 .list_box .btn_more:focus {-webkit-transform:rotate(180deg); transform:rotate(180deg); -ms-transform:rotate(180deg);}

/* 갤러리 */
.gallery0016 { position:relative; height:100%; }
.gallery0016 h2 { position:relative;color: #222; font-weight:600;font-size: 1.2rem; white-space:nowrap; overflow:hidden;margin: 0 3rem .8rem 0;padding-top: .3rem;}
.gallery0016 h2:after {content:""; display:block;width: 3rem;height: 0.4rem; position:absolute;top: 0; left:0; background:url('/images/template/10339/main/0016_gal_tit_bg.png') no-repeat;}
.gallery0016 .list_box ul { overflow:hidden; }
.gallery0016 .list_box li { float:left;width: 30%;}
.gallery0016 .list_box li.no_Data {width: 100%;line-height: 12.5rem;background: #f6f6f6;border-radius: 1rem;text-align: center;}
.gallery0016 .list_box li:nth-child(n+4) {display:none;}
.gallery0016 .list_box li + li { margin-left:5%; }
.gallery0016 .list_box li a { position:relative; display:block;height: 12.85rem;  overflow:hidden;text-align: center;}
.gallery0016 .list_box li a div { position:relative;height: 9.5rem; background:rgba(0,0,0,0.1); overflow:hidden;border-radius: .5rem;}
.gallery0016 .list_box li a div img { position: relative; top: 50%; left: 50%; width: 100%; height: auto; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s;  }
.gallery0016 .list_box li a span {line-height: 3rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;padding: 0 .5rem;border-bottom: 1px solid #ccc;color: #222;font-size: 0.85rem; transition:.3s; -webkit-transition:.3s;}
.gallery0016 .btn_more {top: -.1rem; right:0}
/** 갤러리 : active **/
.gallery0016 .list_box li a:hover div img,
.gallery0016 .list_box li a:focus div img {transform:translate(-50%, -50%) scale(1.1); -webkit-transform:translate(-50%, -50%) scale(1.1); -ms-transform:translate(-50%, -50%) scale(1.1);}
.gallery0016 .list_box li a:hover span,
.gallery0016 .list_box li a:focus span {background: #3a51bc;color: #fff;border-radius:.5rem; font-weight:600;}
.gallery0016 .btn_more:hover,
.gallery0016 .btn_more:focus {-webkit-transform:rotate(180deg); transform:rotate(180deg); -ms-transform:rotate(180deg);}

/* 바로가기 */
.mLink0016{ position: relative;z-index: 2;}
.mLink0016 ul {width: 100%;display: table;table-layout: fixed;}
.mLink0016 ul li { display: table-cell; }
.mLink0016 ul li a { display:block; }
.mLink0016 ul li a .img { position:relative;width: 4.2rem;height: 3.4rem;margin: 0 auto .5rem;}
.mLink0016 ul li a .img img { width:100%; height:100%; transition:.3s; -webkit-transition:.3s; -ms-transition:.3s;}
.mLink0016 ul li a span { display:block; height:2rem; font-size: 0.9rem; font-weight:600;color: #121212; line-height: 1rem; text-align:center; padding:0 0.3rem; overflow:hidden; -webkit-transition:0.3s; transition:0.3s;}
/** 바로가기 : active **/
.mLink0016 ul li a:hover .img img,
.mLink0016 ul li a:hover .img img{ -webkit-transform:rotateY(180deg); -ms-transform:rotateY(180deg); transform:rotateY(180deg); }
.mLink0016 ul li a:hover span,
.mLink0016 ul li a:focus span { color:#2b68ef; }

/* 팝업존 */
.pop0016 { position:relative; border-radius: 1rem; background: #ffd298; padding: 1.5rem 1.25rem 1rem;}
.pop0016 h2 {position: relative; display: block; font-size: 1.1rem; color: #222; z-index:2; font-weight: 600; margin: 0 8rem 1.2rem 0;}
.pop0016 h2 span { display:block; overflow:hidden; white-space: nowrap; }
.pop0016 .nss_pg {position:absolute; right: 1.2rem; top: 1.4rem; line-height:1rem; background: #fff; border-radius: 1rem; padding: .15rem .5rem .25rem;}
.pop0016 .nss_pg span {width: 2rem;font-family: 'NotoSans';position: absolute;right: 5.5rem;}
.pop0016 .nss_pg span em {display: inline-block;font-size: 0.8rem;color: #222;}
.pop0016 .nss_pg span .now {color: #0e498f;position: relative;font-size:0.8rem;padding-right:1rem;}
.pop0016 .nss_pg span .now::after{content:""; position:absolute; right:0.5rem; bottom: 0; width:1px; height: 0.9rem; background: #222; -webkit-transform: rotate(20deg); transform: rotate(20deg);}
.pop0016 .nss_pg a {overflow: hidden; width:1rem; height:1rem; vertical-align:middle; font-size: 1rem;}
.pop0016 .nss_pg a ~ a{position: relative;}
.pop0016 .pop_img {height:11.25rem;overflow: hidden; margin:-0.6rem auto 0; background:rgba(0,0,0,0.1);text-align: center;}
.pop0016 .pop_img li {display: none; height:100%;}
.pop0016 .pop_img li a {position: relative; display: block; height: 100%; overflow: hidden; line-height:0; text-align:center; }
.pop0016 .pop_img td img {max-width: 100%;min-height: 225px;min-width: 350px;vertical-align:middle;}
.pop0016 .pop_img li.on {display: block;}
/* 팝업리스트 레이어 추가 */
.pop0016 .pop_layer_box {position: absolute; top: 0; left: 0; display: none; width: 100%; height: 100%; background: #394b61; border-radius:1rem;}
.pop0016 .pop_layer_box .pop_layer {position: relative; padding: 1rem;}
.pop0016 .pop_layer_box .pop_layer h3 {font-size: 0.9rem; color: #fff;}
.pop0016 .pop_layer_box .pop_layer ul {margin-top: 0.75rem; padding: 1rem 2rem; height: 9rem; line-height: 1.1rem; border-radius: 1rem; text-align: left; background: #576c85; overflow-y: auto;}
.pop0016 .pop_layer_box .pop_layer ul li {list-style-type: disc; color: #fff;}
.pop0016 .pop_layer_box .pop_layer ul li a:hover,
.pop0016 .pop_layer_box .pop_layer ul li a:focus { text-decoration:underline; }
.pop0016 .pop_layer_box .pop_layer a.pop_close {position: absolute; top: 0.75rem; right: 1.25rem; display: block; padding: 0.25rem 0.5rem; color: #fff; background: #576c85; border-radius: 5px;}

/* 행사일정 */
.pop_schedule0016 { position:relative; height:100%; background: #8ee3ed; border-radius: 1rem 1rem 3.5rem 3.5rem; padding: 1.5rem 1.2rem; overflow:hidden;}
.pop_schedule0016 h2 {width: calc(100% - 3rem); font-size: 1.1rem; font-weight: 600; overflow:hidden; white-space:nowrap; color: #333;}
.pop_schedule0016 .month { text-align:center; color: #333; margin: .5rem 0;}
.pop_schedule0016 .month a {display:inline-block; vertical-align:middle; font-size: 1.2rem;}
.pop_schedule0016 .month span {display:inline-block; vertical-align:middle; font-size:0.9rem; font-weight:600;}
.pop_schedule0016 .month em {color: #3392ed; font-size: 1.2rem; font-weight: 700; display: inline-block; width: 2.3rem; height: 2.3rem; line-height: 2.3rem; background: #fff; border-radius: 50%; margin-left: .5rem;}
.pop_schedule0016 .sche_tbl {position:relative;   font-size:0.8rem; text-align:center; border-radius: .5rem; padding: .6rem 0.6rem; background: #fff;}
.pop_schedule0016 .sche_tbl table {position:relative; height:8.5rem; z-index:2;}
.pop_schedule0016 .sche_tbl table th {line-height:1.5rem; font-size: .8rem; padding-bottom: .5rem; border-bottom: 1px solid #bbb;}
.pop_schedule0016 .sche_tbl td {padding: .3rem 0; font-size: .75rem; color:#222;}
.pop_schedule0016 .sche_tbl tr th:first-child,
.pop_schedule0016 .sche_tbl tr td:first-child {color: #e23d0b;}
.pop_schedule0016 .sche_tbl tr th:last-child,
.pop_schedule0016 .sche_tbl tr td:last-child {color: #f64b17;}
.pop_schedule0016 .sche_tbl tr:first-child td{padding-top:.5rem; }
.pop_schedule0016 .sche_tbl td .today,
.pop_schedule0016 .sche_tbl td .day{display:inline-block; position:relative; }
.pop_schedule0016 .sche_tbl td .today{color:#fff;}
.pop_schedule0016 .sche_tbl td .today:before,
.pop_schedule0016 .sche_tbl td .day:before {content:""; display:block; position:absolute; top:50%; left:50%; z-index:-1; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); width: 1.55rem; height: 1.55rem; border-radius:50%;}
.pop_schedule0016 .sche_tbl td .day:before {background:#d8ecff;}
.pop_schedule0016 .sche_tbl td .today:before {background:#1b74d8; }
.pop_schedule0016 .lst_schedule {position:relative; margin-top: .9rem; padding-top: .9rem; border-top: 1px dotted #13b5b1;}
.pop_schedule0016 .lst_schedule ul {overflow-y:auto; height: 11rem;}
.pop_schedule0016 .lst_schedule .no_Data{ line-height: 10.5rem; text-align:center;}
.pop_schedule0016 .lst_schedule .no_Data:after{content:"등록된 행사일정이 없습니다."}
.pop_schedule0016 .lst_schedule li{position:relative; }
.pop_schedule0016 .lst_schedule li + li { margin-top:0.5rem;}
.pop_schedule0016 .lst_schedule li a{position:relative; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size: .85rem; color: #333;}
.pop_schedule0016 .lst_schedule li a span {display: inline-block; color: #fff; font-weight: 600; font-size: 0.8rem; background: #1497a6; border-radius: 1rem; padding: .3rem .5rem;margin-right: .5rem; transition:.15s; -webkit-transition:.15s}
.pop_schedule0016 .btn_more { right:1rem; top:1.2rem; box-shadow: 0 0 5px rgb(0, 0 ,0); background:#fff; color:#000; border: 1px solid #28cde0;}
/** 행사일정 : active **/
.pop_schedule0016 .lst_schedule li a:hover,
.pop_schedule0016 .lst_schedule li a:focus { text-decoration:underline; }
.pop_schedule0016 .lst_schedule li a:hover span,
.pop_schedule0016 .lst_schedule li a:focus span { background:#fff; color:#3392ed; }
.pop_schedule0016 .btn_more:hover,
.pop_schedule0016 .btn_more:focus { -webkit-transform:rotate(180deg); transform:rotate(180deg); -ms-transform:rotate(180deg);}

/* 식단 */
.meal_menu0016 { position:relative; width: 100%; border-radius: 1rem; padding: 1.5rem 1.25rem 6.7rem; background: #3fe1bd;}
.meal_menu0016 h2 {width: calc(100% - 3rem); font-size: 1.1rem; font-weight: 600;color: #201f1e; overflow:hidden; white-space:nowrap; margin-bottom: 1.2rem;}
.meal_menu0016 .img {width: 10.25rem; height: 5.25rem; position: absolute; bottom: 0.8rem; right: 1rem;}
.meal_menu0016 .img img { width:100%; }
.meal_menu0016 .inner ul { overflow-y:auto; height:5rem; }
.meal_menu0016 .inner li + li { margin-top:1rem; }
.meal_menu0016 .inner .no_Data { text-align:center; color: #333; line-height: 5rem;}
.meal_menu0016 .inner dl { position:relative;}
.meal_menu0016 .inner dt {display: inline-block; font-size: 0.9rem; font-weight: 600; color: #2246be; background: #fff; text-align:center; border-radius: 1rem; padding: 0.4rem 1rem; margin-bottom: .7rem;}
.meal_menu0016 .inner dt em { display:inline-block; font-weight:700; }
.meal_menu0016 .inner dd { color:#333; font-size: 0.85rem; word-break:keep-all;}
.meal_menu0016 .btn_more { right:1rem; top:1.2rem; box-shadow: 0 0 5px rgb(0, 0 ,0); background:#fff; color:#000; border: 1px solid #16c9a1;}
/** 식단 :active **/
.meal_menu0016 .btn_more:hover,
.meal_menu0016 .btn_more:focus { transform: rotate(180deg); -webkit-transform: rotate(180deg); }

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #dbdbdd; background:#fff;}
.banner_zone .container {position: relative; height: 4rem; overflow: hidden;}
.banner_zone h2 {float: left; display: inline-block; margin-top: 1.5rem; width: 4rem; font-size: 0.85rem; font-weight: 400; color: #191919;}
.banner_zone .btn {float: left; margin-top: 1.35rem; overflow: hidden;}
.banner_zone .btn a {float: left; width: 27px; height: 28px; color: transparent; background: no-repeat center / 100%; overflow: hidden;}
.banner_zone .btn a.prev { background-image:url('/images/template/10339/main/btn_b_prev.png'); }
.banner_zone .btn a.stop { background-image:url('/images/template/10339/main/btn_b_stop.png'); }
.banner_zone .btn a.next { background-image:url('/images/template/10339/main/btn_b_next.png'); }
.banner_zone .btn a.list { background-image:url('/images/template/10339/main/btn_b_list.png'); }
.banner_zone ul {float: left; display: inline-block; padding-top: 0.75rem; padding-left:1.5rem; width: calc(100% - 10rem); overflow: hidden;}
.banner_zone ul li {float: left; display: inline-block; margin-bottom: 0.75rem; padding: 0 0.25rem; width: 20%;}
.banner_zone ul li a {display: block; height: 2.5rem; line-height: 2.3rem; text-align: center; border: 1px solid #c5c5c5; overflow: hidden;}
.banner_zone ul li a img {max-width: 100%; max-height: 100%; vertical-align: middle;}


@media (max-width: 1240px) {
	 /* 비주얼 */
	.main_visual img {position:relative; top:auto; left:-25%; width:150%; height:auto; -webkit-transform:none; transform:none;}
	.main_visual .bx-controls{ left:auto; bottom: 2.8rem;right:1rem}
}
@media (max-width: 1024px) {
	 /* 행사일정 */
	.pop_schedule0016 { border-radius: 1rem 1rem 2rem 2rem; }
	.pop_schedule0016 .sche_tbl {width:50%; float:left;}
	.pop_schedule0016 .lst_schedule {width: 47%; float:right; border-top: none; margin-top: 0;}

	/* 배너존 */
	.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);}


	/* 공지사항 */
	.notice0016 { text-align: left;}
	.notice0016 .tit_wrap {position:static; top: 0; margin-right: 5rem; height: 1.5rem; margin-bottom: .3rem;}
	.notice0016 .tit_wrap h2 {font-size:1.3rem}
	.notice0016 > h2 { margin-left:-2rem; margin: .3rem 0 0 0; line-height: 1.5rem; width: 23.6667%;; max-width: none; min-width: auto;}
	.notice0016 > h2 a.current:after {bottom: 0px; left: 0.3rem;}
	.notice0016 h2 a > span {padding-bottom:.2rem;}
	.notice0016 > h2 ~ h2 {margin-left: 1.2rem;}
	.notice0016 > h2 ~ h2:before {left: -.8rem; top: .6rem;}
	.notice0016 .list_box { top: 5rem; }
	.notice0016 .list_box li {width:49%;}
	.notice0016 .list_box li.no_Data {line-height:25rem;}
	.notice0016 .list_box li ~ li {margin-left:2%}
	.notice0016 .list_box li:nth-child(2n+1) {margin-left:0;}
	.notice0016 .list_box li:nth-child(4n) {margin-left:2%;}
	.notice0016 .list_box li:nth-child(n+3) {margin-top:1.1rem;}
	.notice0016 .list_box .btn_more {top: -5rem;}

	/* 갤러리 */
	.gallery0016 .list_box li { width: 49%;}
	.gallery0016 .list_box li:nth-child(n+3) {display:none;}
	.gallery0016 .list_box li + li { margin-left:2%; }
}
@media (max-width: 900px){

}

@media (max-width: 768px){
	/* 더보기 버튼 */
	.btn_more { width:1.5rem; height:1.5rem; line-height: 1.5rem; font-size: 1rem;}

    /* 식단 */
	.meal_menu0016 { padding: 1rem 1.25rem 1.2rem; }
    .meal_menu0016 h2 { font-size:.9rem; width: calc(100% - 1.2rem);}
	.meal_menu0016 .img {bottom: .7rem; width: 9rem;}
	.meal_menu0016 .inner {
    margin-right: 10rem;
}
	.meal_menu0016 .inner dt { font-size: 0.8rem;}
	.meal_menu0016 .btn_more {top: .7rem; right: .6rem;}

    /* 갤러리 */
    .gallery0016 h2 { font-size:.9rem; }
	.gallery0016 .btn_more {top: 0.2rem;}

     /* 행사일정 */
	.pop_schedule0016 h2 {width: calc(100% - 2rem); font-size:.9rem;}
	.pop_schedule0016 .btn_more { right:1rem; top: 1.45rem;}

	 /* 바로가기 */
	.mLink0016{ position: relative;}
	.mLink0016 ul {display: block; table-layout: auto; font-size: 0; line-height: 0;}
	.mLink0016 ul li {display: inline-block; width: 33.333333%;}
	.mLink0016 ul li a .img { width: 3.5rem; height: auto; }
	.mLink0016 ul li a span {font-size: 0.8rem;}

	/* 공지사항 */
	.notice0016 > h2 {line-height: 1.5rem; min-width: 28%;}
	.notice0016 > h2 ~ h2 {margin-left: .8rem;}
	.notice0016 > h2 ~ h2:before {left: -.5rem;top: .7rem;}
	.notice0016 > h2 a {font-size: .9rem;}
	.notice0016 > h2 a.current:after {bottom: 0;}
	.notice0016 .tit_wrap { margin-bottom: .1rem;}
	.notice0016 .tit_wrap h2 {font-size: 1rem;}
	.notice0016 .list_box { top: 4.5rem; }
	.notice0016 .list_box li.no_Data {line-height: 20.5rem;}
	.notice0016 .list_box li a { padding: .6rem 1rem;}
	.notice0016 .list_box li a.new:before {top: 0.5rem; left: 0.7rem;}
	.notice0016 .list_box li a p {font-size: .8rem; height: 3.5rem;}
	.notice0016 .list_box .btn_more {top: -4.5rem;}
	/** 공지사항 : active **/
	.notice0016 h2 a:hover,
	.notice0016 h2 a:focus { color:#3051e8; font-weight: 700; font-size: .9rem;}

	/* 팝업존 */
	.pop0016 { position:relative; border-radius: 1rem; background: #ffd298; padding:1rem;}
	.pop0016 .nss_pg { top: 1rem; }
    .pop0016 h2 { font-size:.9rem; }
	.pop0016 .pop_img{ height:auto; text-align:center; }
    .pop0016 .pop_img li img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none; -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0); }
	.pop0016 .nss_pg span { right: 5rem;}

}
@media (max-width: 680px){
	/* 행사일정 */
	.pop_schedule0016 {border-radius: 1rem 1rem 3.5rem 3.5rem; padding: 1rem .8rem 2rem;}
	.pop_schedule0016 .sche_tbl {width:100%; float:none;}
	.pop_schedule0016 .lst_schedule {width: 100%; float:none; margin-top: 1.2rem; border-top: 1px dotted #13b5b1; padding-top: .5rem;}
	.pop_schedule0016 .lst_schedule ul {height: 6.5rem;}
	.pop_schedule0016 .lst_schedule li{width:50%; float:left;}
	.pop_schedule0016 .lst_schedule li + li { margin-top:0;}
	.pop_schedule0016 .lst_schedule li:nth-child(n+3) {margin-top:.5rem;}
	.pop_schedule0016 .lst_schedule .no_Data{ line-height: 6.5rem; width:100%;}
	.pop_schedule0016 .btn_more {right: .7rem; top: .9rem;}
	

	/* 공지사항 */
	.notice0016 .list_box li {width:100%;}
	.notice0016 .list_box li.no_Data {line-height: 17.5rem;}
	.notice0016 .list_box li ~ li {margin-left:0; }
	.notice0016 .list_box li:nth-child(n+4) {display:none;}
	.notice0016 .list_box li:nth-child(n+2) {margin-top: .5rem;}
	.notice0016 .list_box li a .date em {display:block; width: 2.8rem; height: 2.8rem; line-height: 2.8rem; font-size: 1.2rem; margin-bottom: .3rem;}
	.notice0016 .list_box li a p {width:calc(100% - 4rem); height: 2.2rem; margin-top: .9rem;}
	.notice0016 .list_box .btn_more {top: -4.5rem;}


	/* 배너존 */
	.banner_zone ul li {width: 50%;}
}
@media (max-width: 480px) {
	 /* 식단 */
	.meal_menu0016 { padding: 1rem 1.25rem 5.3rem; }
	.meal_menu0016 .img {bottom: 0; width: 9rem;}
	.meal_menu0016 .inner { width:100%;}

	/* 갤러리 */
	.gallery0016 .list_box li { width: 100%;}
	.gallery0016 .list_box li + li { margin-left:0; margin-top:.5rem;}
	.gallery0016 .list_box li a { height: 12rem; }
	.gallery0016 .list_box li a span {line-height: 2.2rem;}

	/* 행사일정 */
	.pop_schedule0016 {padding: 1rem .8rem 1.5rem;}
	.pop_schedule0016 .month span {margin: 0 .5rem;}
	.pop_schedule0016 .month span em {font-size: 1rem; width: 2rem; height: 2rem; line-height: 2rem;}
	.pop_schedule0016 .lst_schedule ul {height: 9.8rem;}
	.pop_schedule0016 .lst_schedule li{width:100%; float:none;}
	.pop_schedule0016 .lst_schedule li:nth-child(n+2) {margin-top:.3rem;}
}
@media (max-width: 380px) {

	/* 배너존 */
	.banner_zone ul li {width: 100%;}

}



