/* heading */
.heading { display:block; max-width:calc(100% - 2.5rem); font-size:1rem; font-weight:700; overflow:hidden; white-space:nowrap; }

/* btn_more */
.btn_more { position: absolute; top: 0; right: 0; width: 2rem; height: 2rem; line-height: 2rem; border-radius: 50%; font-size: 1.2rem; color: #fff; text-align: center; }
.btn_more i {-webkit-transition:all .15s; transition:all .15s; }
.btn_more:hover i{ transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }
.bty2 { width: auto; font-size: 0.75rem; color: #333; }
.bty2 i {width: 2rem; height: 2rem; line-height: 2rem; border-radius: 50%; font-size: 1.2rem; color: #fff; text-align: center;}

/* 메인비주얼 */
.MVisual0022 { position:relative; height:100%; border-radius: 0 0 3rem 0; overflow: hidden;}
.MVisual0022 #m_visual li{overflow:hidden;}
.MVisual0022 #m_visual li img { position:relative; display:block; width:auto; height:100%; border-bottom-right-radius:1rem;}
.MVisual0022 .bx-wrapper{ height: auto; }
.MVisual0022 .bx-controls { position:absolute; left: 50%; bottom: 1rem; margin-left: -17rem; }
.MVisual0022 .bx-controls-direction { display: inline-block; }
.MVisual0022 .bx-controls-auto { position: absolute; top: 0; left: 2.1rem; }
.MVisual0022 .bx-controls-direction a ~ a { margin-left: 2.2rem; }
.MVisual0022 .bx-controls-direction a,
.MVisual0022 .bx-controls-auto a { position: relative; display:inline-block; width:2rem; height:2rem; line-height:2rem; background:#308ce0; color:#fff; text-align:center; border-radius:50%; -webkit-transition:all .15s; transition:all .15s; font-size: 0; vertical-align: middle; }
.MVisual0022 .bx-controls-auto a.bx-start { display: none; }
.MVisual0022 .bx-controls-direction a::before,
.MVisual0022 .bx-controls-auto a::before { position: absolute; width:100%; height:100%; top: 0; left: 0; color: #fff; font-family: 'xeicon'; font-size: 0.8rem; }
.MVisual0022 .bx-controls-direction a.bx-prev::before { content: "\e93b";}
.MVisual0022 .bx-controls-direction a.bx-next::before { content: "\e93e";}
.MVisual0022 .bx-controls-auto a.bx-start::before { content: "\ea3e";}
.MVisual0022 .bx-controls-auto a.bx-stop::before { content: "\ea3b";}
.MVisual0022 .bx-pager { display: none; }
.MVisual0022 .bx-controls-direction a:hover,
.MVisual0022 .bx-controls-auto a:hover { background:rgb(17, 50, 30, 0.9); }

/* 바로가기1 */
.M_link0022 { position:relative; height:100%; }
.M_link0022 li { position: relative; width: 33.333%; float: left; margin: 0.25rem 0;}
.M_link0022 li:nth-of-type(n + 7) { display:none; }
.M_link0022 li a { position:relative; display: block; height: 100%; }
.M_link0022 li a p { width:5rem; height:5rem; line-height: 7.5rem; border-radius: 1.5rem; background: #fff; box-shadow: 3px 3px 7px rgba(68, 138, 202, 0.35); text-align: center;  margin: auto;}
.M_link0022 li a img { width: 2.9rem; height:3.15rem; }
.M_link0022 li a span {display: block; width: 100%; height:2.1rem; color:#222; font-size:.8rem; font-weight:600; overflow:hidden; text-align: center; margin-top: 1rem; padding: 0 0.5rem;}
/* 바로가기 : active */
.M_link0022 li a:hover span{ color: #3546a5;}
.M_link0022 li a:hover::before{ color: #41466b;}
.M_link0022 li a:hover img{ transform: rotateY(180deg); -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); }
.M_link0022 li a::before,
.M_link0022 li a span,
.M_link0022 li a img {-webkit-transition:all .15s; transition:all .15s; }


/* 게시판 */
.notice0022 { position:relative; height:100%; }
.notice0022 .titTab { margin-right:2.5rem; }
.notice0022 .titTab li { position:relative; display:inline-block; /*max-width:calc(33.333% - .15rem);*/ vertical-align:top; padding: 0 1.25rem; }
.notice0022 .titTab li ~ li { padding-left: 0.7rem; }
.notice0022 .titTab li ~ li::before { position: absolute; top: 0.6rem; left: -0.55rem; width: 0.6rem; height: 0.2rem; border-radius: 1rem; background: #d1d1d1; content: ""; }
.notice0022 .titTab a { display:block; font-size:1rem; font-weight:400; text-align:center; color:#666; line-height: 1.5rem; }
.notice0022 .titTab a::before { position: absolute; width: 0.6rem; height: 0.6rem; bottom: -1.55rem; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); border-radius: 50%; background: #3a91e1; opacity: 0; z-index: 1; content: ""; }
.notice0022 .titTab a span { position: relative; display:block; width:100%; margin:auto; overflow:hidden; white-space:nowrap; }
.notice0022 .topList { position:relative; display:block; background:#edf6ff; border-radius: 1.5rem; margin-bottom: 1rem;}
.notice0022 .topList dl { padding:1.4rem 1.2rem 1.5rem 6.85rem; }
.notice0022 .topList dl::before { position: absolute; top: 1.5rem; left: 1.5rem; width: 4rem; height: 4rem; background: url('/images/template/40188/main/notice_icon01.png') no-repeat center / cover; content: ""; }
.notice0022 .topList dt { position:relative; font-size:.9rem; color:#333; font-weight:600; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; transition: color 0.3s; -webkit-transition: color 0.3s;}
.notice0022 .topList dd > p { height : 1.15rem; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 0.8rem; color: #575757; margin: 0.25rem 0;}
.notice0022 .topList dd .date { font-size: 0.75rem; color: #888;}
.notice0022 .list_box { display:none; margin-top:1.2rem; }
.notice0022 .list_box li {position: relative; width: 100%;}
.notice0022 .list_box li:nth-of-type(n + 4) { display:none; }
.notice0022 .list_box li a { position:relative; display:block; line-height: 1.6rem; padding: 0 4.5rem 0 0.7rem;}
.notice0022 .list_box li a::before {position: absolute; top: 0.6rem; left: 0; width: 0.4rem; height: 0.2rem; border-radius: 1rem; background: #448aca; content: ""; }
.notice0022 .list_box li p { width:100%; overflow:hidden; font-size:.8rem; color:#222; text-overflow:ellipsis; white-space:nowrap; }
.notice0022 .list_box li span { position: absolute;top: 0; right: 0; color:#777; font-size:.75rem; }
.notice0022 .btn_more { top: -0.2rem; background: #308ce0; }
/* 게시판 : 새글 */
.notice0022 .topList dl.new dt:before { content:"NEW"; display:inline-block; margin-right:.25rem; color:#3a91e1; font-weight:600; font-size:.8rem; }
.notice0022 .list_box li a.new { padding: 0 4.5rem 0 1.7rem;}
.notice0022 .list_box li a.new:after { content:"N"; position:absolute; top:0.2rem; left:0; width:1.2rem; height:1.2rem; line-height:1.2rem; background:#448aca; color:#fff; font-size:.7rem; border-radius:50%; font-weight:700; text-align:center; }
/* 게시판 : 데이터 없음 */
.notice0022 .list_box .no_data { text-align: center; line-height:12.75rem; background:#edf6ff; border-radius: 1rem; }
/* 게시판 : active */
.notice0022 a,
.notice0022 .titTab a::before  {-webkit-transition:all .15s; transition:all .15s; }
.notice0022 .titTab a:hover,
.notice0022 .titTab a.current { font-weight:700; color:#3a91e1; }
.notice0022 .titTab a.current::before { opacity: 1; }
.notice0022 .topList:hover dd,
.notice0022 .list_box li a:hover{text-decoration: underline;}
.notice0022 .list_box.on { display:block; }

/* 게시판2 */
.notice002202 .titTab a::before { background: #ffc447; }
.notice002202 .topList { background: #fff8e9; }
.notice002202 .topList dl::before { background: url('/images/template/40188/main/notice_icon02.png') no-repeat center / cover;}
.notice002202 .topList dl.new dt:before { color: #ffc447;}
.notice002202 .list_box li a.new:after { background: #fac961; }
.notice002202 .list_box li a::before { background: #fac961; }
.notice002202 .btn_more { background: #ffcd47; }
.notice002202 .titTab a:hover,
.notice002202 .titTab a.current { color:#ffad00; }
.notice002202 .list_box .no_data { background:#fff8e9; }
/* 게시판2 : 데이터 없음 */

/* 팝업존 */
.pop0022 { position:relative; width:100%; height:100%; background: #ffcd47; border-radius: 2rem; overflow: hidden; padding: 1.7rem;}
.pop0022 h2 { margin-bottom: 1rem; max-width: calc(100% - 9.5rem);}
.pop0022 .bx-wrapper .bx-viewport {border-radius:1.5rem; overflow:hidden;}
.pop0022 .nss_pg { position:absolute; top:1.7rem; right:1.7rem; z-index: 2; }
.pop0022 .nss_pg p { position:relative; display:inline-block; margin-right:.8rem; vertical-align:middle; font-size:.8rem;  color:#333; font-weight:600; }
.pop0022 .nss_pg p strong { position:relative; padding-right: 0.8rem; font-weight: 600; color: #fa7c00;}
.pop0022 .nss_pg p strong:after { content:""; position:absolute; top:50%; left:.75rem; width: 9px; height: 3px; border-radius: 1rem; background:#333; -webkit-transform:translateY(-50%); transform:translateY(-50%); }
.pop0022 .nss_pg a { display:inline-block; width: 0.65rem; height: 0.95rem; line-height: 0.95rem; text-align: center; color: #6c4b04; font-size:.9rem; vertical-align:middle; -webkit-transition:all .15s; transition:all .15s; }
.pop0022 .nss_pg a ~ a { margin-left: 0.5rem ;}
.pop0022 .nss_pg .prev { width: 1.3rem; height: 0.9rem; background: url('/images/template/40188/main/popup_prev.png') no-repeat center / cover;}
.pop0022 .nss_pg .stop { width: 0.65rem; height: 0.95rem; background: url('/images/template/40188/main/popup_stop.png') no-repeat center / cover; }
.pop0022 .nss_pg .next { width: 1.3rem; height: 0.9rem; background: url('/images/template/40188/main/popup_next.png') no-repeat center / cover;}
.pop0022 .nss_pg .play { display:none; }
.pop0022 .pop_img { position:relative; width:100%; height:11.25rem; border-radius: 1.5rem; z-index:1; overflow:hidden; background:rgba(0,0,0,.1); }
.pop0022 .pop_img li { display: none; text-align: center; height: 100%; }
.pop0022 .pop_img li a { position:relative; display: flex; justify-content: center; align-items: center; height:100%; font-size: 0; }
.pop0022 .pop_img li img { max-width:100%; max-height:100%;}
.pop0022 .pop_img li.on{display:block;}
/* 팝업존 : active */
.pop0022 .nss_pg a:hover { color:#13afa9; }
/* 팝업리스트 레이어 추가 */
.pop0022 .pop_layer_box{position:absolute; top:0; left:0; display:none; width:100%; height:100%; background:#394b61; z-index:2; }
.pop0022 .pop_layer_box .pop_layer{position:relative; height:100%; padding:1rem; }
.pop0022 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff; }
.pop0022 .pop_layer_box .pop_layer ul{margin-top:0.75rem; padding:1rem 2rem; height:calc(100% - 2rem); line-height:1.1rem; text-align:left; background:#576c85; overflow-y:auto; }
.pop0022 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff; }
.pop0022 .pop_layer_box .pop_layer ul li a:hover{text-decoration:underline; }
.pop0022 .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; }

/* 갤러리 */
.gallery0022 { position:relative; height:100%; }
.gallery0022 h2 { /*margin-bottom: 0.5rem;*/ max-width: calc(100% - 5rem); }
.gallery0022 .heading {position:relative; float:left; line-height:40px; white-space:nowrap; overflow:hidden; display:block; z-index:2; padding:0 10px;}
.gallery0022 .list_box {/*  margin-top:1rem; */ position:absolute; left:0; top:50px; width:100%; display:none;}
.gallery0022 .list_box.on {display:block;}
.gallery0022 .current {color:#64a9e8;}
.gallery0022 .list_box li { width:32%; float:left; }
.gallery0022 .list_box li ~ li { margin-left: 2%; }
.gallery0022 .list_box li:nth-of-type(n + 4) { display:none; }
.gallery0022 .list_box li a { position:relative; display:block; }
.gallery0022 .list_box li a .img { width:100%; height:11rem; background:rgba(0,0,0,.1); overflow: hidden; border-radius: 1rem 1rem 0 0; }
.gallery0022 .list_box li a .img img  { position:absolute; top:50%; left:50%; width:100%; height:auto; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:all .15s; transition:all .15s; }
.gallery0022 .list_box li a .cont {background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); border-radius: 0 0 1rem 1rem;}
.gallery0022 .list_box li a .cont p { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#000; font-size:.8rem; font-weight:600; line-height: 3rem; text-align: center; padding: 0 0.5rem;}
.gallery0022 .btn_more { /* position:absolute;  */ margin-top:-2.8rem;}
.gallery0022 .btn_more i { background: #64a9e8; top: 0.5rem; right: 1.5rem; vertical-align: middle;}
.gallery0022 .btn_more em { vertical-align: middle; margin-right: 0.4rem; font-weight: 600; }
/* 갤러리 : 데이터 없음 */
.gallery0022 .list_box li.no_data { width:100%; line-height: 14.2rem; text-align: center; background: rgba(0, 0, 0, 0.1); border-radius: 1rem; }
/* 갤러리 : active */
.gallery0022 .list_box li a:hover .img img{ -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); }
.gallery0022 .list_box li a:hover .cont p{ text-decoration: underline; }

/* 식단 */
.meal_menu0022 { position:relative; height:100%; padding-left: 8.5rem; }
.meal_menu0022 .tit_box { position: absolute; top: 0; left: 0; width: 8.5rem; background: #ffcd47; border-radius: 1.5rem 0 0 1.5rem; text-align: center; line-height: 4.55rem; }
.meal_menu0022 .tit_box h2 { color: #222; max-width: 100%; padding: 0 0.5rem;}
.meal_menu0022 .tit_box h2 span { display: block; overflow:hidden; white-space:nowrap; }
.meal_menu0022 .inner { position:relative; height:100%; padding:0.8rem 1.5rem 0.8rem; background:#fff; border-radius:0 1.5rem 1.5rem 0; overflow:hidden; }
.meal_menu0022 .inner ul { position:relative; height:2.8rem; overflow-y:auto; z-index:1; margin-right: 2.5rem; }
.meal_menu0022 .inner li + li { margin-top:0.5rem; }
.meal_menu0022 .inner li { width: 100%; }
.meal_menu0022 .inner dl { position:relative; vertical-align:middle; font-size:.8rem; }
.meal_menu0022 .inner dt { position: relative; color: #ffad00; font-size:.9rem; font-weight:700;  vertical-align: top; }
.meal_menu0022 .inner dd { position: relative; font-size:.8rem; margin-top: 0.5rem; color: #333; word-break:keep-all; text-align:left; }
.meal_menu0022 .meal_wrap {}
.meal_menu0022 .meal_wrap .imgbox {width:4rem; display:inline-block; vertical-align:middle;}
.meal_menu0022 .meal_wrap .imgbox img {width:100%; }
.meal_menu0022 .meal_wrap .meal_box {display:inline-block; vertical-align:middle; height:auto; margin-left:.3rem;}
.meal_menu0022 .btn_more { top: 1.2rem; right: 1.5rem; background: #f38400;}
/* 식단 : 데이터 없음 */
.meal_menu0022 .inner li.no_data { text-align:center; line-height:2.8rem; }

/* 캘린더 */
.pop_schedule0022 { position:relative; height:100%; background: #1c7dd6; border-radius: 1.5rem; padding: 1.3rem 1.6rem; }
.pop_schedule0022 .month { position:relative; font-size:1.1rem; margin-bottom: 0.4rem; color: #fff; width: 100%; text-align: center; }
.pop_schedule0022 .month > *{ position:relative; display:inline-block;}
.pop_schedule0022 .month span { margin:0 .25rem; font-weight: 300;}
.pop_schedule0022 .month a{position: absolute; width: 1.3rem; height: 0.9rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); font-size: 1.2rem; transition: all 0.3s; -webkit-transition: all 0.3s; }
.pop_schedule0022 .month a.prev{ background: url('/images/template/40188/main/sche_prev.png') no-repeat center / cover; left: 0;}
.pop_schedule0022 .month a.next{ background: url('/images/template/40188/main/sche_next.png') no-repeat center / cover; right: 0;}
.pop_schedule0022 .month span em{font-weight: 700;}
.pop_schedule0022 .sche_tbl {position:relative; font-size:0.8rem; text-align:center; margin-top:1.3rem; border-top: 2px solid #fff; border-bottom: 1px dashed rgba(255, 255, 255, 0.5); }
.pop_schedule0022 .sche_tbl table {position:relative; height: 13.3rem; z-index:2; padding-bottom: 1rem;}
.pop_schedule0022 .sche_tbl table th {line-height:1.85rem; color: #fff; border-bottom: 1px solid #fff; }
.pop_schedule0022 .sche_tbl tr th:first-child {color:#fff799; }
.pop_schedule0022 .sche_tbl tr th:last-child {color:#58ffda; }
.pop_schedule0022 .sche_tbl td {font-size:.75rem; color:#fff; line-height: 1.65rem; }
.pop_schedule0022 .sche_tbl tr td:first-child {color:#fff799; }
.pop_schedule0022 .sche_tbl tr td:last-child {color:#58ffda; }
.pop_schedule0022 .sche_tbl tr:first-child td{padding-top:.5rem; }
.pop_schedule0022 .sche_tbl td .today,
.pop_schedule0022 .sche_tbl td .event {display:inline-block; position:relative; }
.pop_schedule0022 .sche_tbl td .today:before,
.pop_schedule0022 .sche_tbl td .event:before {content:""; display:block; position:absolute; bottom: 0; left:50%; z-index:-1; -webkit-transform:translateX(-50%); transform:translateX(-50%); width:6px; height:6px; border-radius:50%; }
.pop_schedule0022 .sche_tbl td .event:before {background:#58ffda;}
.pop_schedule0022 .sche_tbl td .today:before {background:#fff799; }
.pop_schedule0022 .lst { position:relative; z-index:1; margin-top: 0.9rem;}
.pop_schedule0022 .lst ul { overflow-y:auto; height:3.6rem;}
.pop_schedule0022 .lst li { position: relative; }
.pop_schedule0022 .lst li a { position:relative; padding-left:3.8rem; display:block; line-height:1.8rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; text-align: left; color: #fff; }
.pop_schedule0022 .lst li a span{ position:absolute; left:0; top:0; color: #a1ffea; font-weight: 600; padding: 0 0.4rem;}
.pop_schedule0022 .lst li a span::before { position: absolute; bottom: 0.4rem; left: 0; width: 100%; height: 0.5rem; border-radius: 1rem; background: rgba(117, 70, 210, 0.7); z-index: -1; content: ""; }
.pop_schedule0022 .lst .no_data { width:100%; line-height: 3.6rem; text-align:center; color: #fff; }
.pop_schedule0022 .btn_more{background: #0657a2; top: auto; bottom: 4.5rem; right: 1.5rem; }
/** 캘린더 : active **/
.pop_schedule0022 .lst li a:hover{text-decoration: underline;}
.pop_schedule0022 .month a.prev:hover{left: 1rem;}
.pop_schedule0022 .month a.next:hover{right: 1rem;}

/* 배너존 */
.banner_zone { line-height:1; border-top:1px solid #d1d8e4; }
.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:.75rem; font-weight:400; color:#000; font-weight:600; }
.banner_zone .btn { float:left; margin-top:1.35rem; width:6rem; overflow:hidden; }
.banner_zone .btn a { float:left; width:1.4rem; height:1.4rem; line-height:1.4rem; overflow:hidden; border:1px solid #c5c5c5; border-right:none; text-align:center; color:#6f6f6f; }
.banner_zone .btn a:last-child { border-right:1px solid #c5c5c5; }
.banner_zone ul { float:left; display:inline-block; padding-top:0.75rem; width:calc(100% - 10rem) !important; 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 #c8d1db; overflow:hidden; }
.banner_zone ul li a img { max-width:100%; max-height:100%; vertical-align:middle; }
/* 배너 리스트 */
.bannerWrap { max-width:450px; width:90%; border:1px solid #c5c5c5; background:#fff; position:absolute; left:0; top:0; z-index:3; }
.bannerWrap .inner { position:relative; width:100%; }
.bannerWrap .inner > h1 { background:#00b070; padding-left:20px; height:41px; line-height:41px; overflow:hidden; color:#fff; font-family:'NotoSans'; font-size:17px; }
.bannerWrap .inner .btnClose { position:absolute; right:0; top:0; width:41px; height:41px; color:#fff; }
.bannerList { padding:1rem; }
.bannerList ul {   overflow-y:auto; }
.bannerList ul li { float:left; width:48%; margin:1%;  }
.bannerList ul li a { display:block; font-size:0; border:1px solid #c8d1db; }
.bannerList ul li img { width:100%; height:100%}



@media (max-width:1440px){
	/* 메인비주얼 */
	.MVisual0022 .bx-controls { margin-left: -13.5rem; }

	/* 게시판 */
	.notice0022 .titTab li { padding: 0; }
	.notice0022 .titTab li ~ li::before { left: 0;}
}

@media (max-width:1320px){
	/* 바로가기 */
	.M_link0022 li { width: 50%; }
	.M_link0022 li a p { width: 4rem; height: 4rem; line-height: 6.2rem; }
	.M_link0022 li a img { width: 48px; height: auto; }

	/* 팝업 */
	.pop0022 { padding: 1.5rem 1.7rem; }

	/* 갤러리 */
	.gallery0022 .list_box li { width: 100%; }
	.gallery0022 .list_box li:nth-of-type(n + 2) { display:none; }

	/* 식단 */
	.meal_menu0022 .tit_box { line-height: 5.5rem; }
	.meal_menu0022 .inner ul { height: 4rem; }
	.meal_menu0022 .btn_more { top: 1.75rem; }
	.meal_menu0022 .inner li.no_data { line-height: 4rem;}  
	.meal_menu0022 .meal_wrap .imgbox {display:none;} 
	.meal_menu0022 .meal_wrap .meal_box {margin-top:1.4rem}
}

@media (max-width:1160px){
	/* 메인비주얼 */
	.MVisual0022 #m_visual li img { width: 100%; height: auto; }
	.MVisual0022 .bx-controls { left: 1rem; margin-left: 0; }

	/* 바로가기 */
	.M_link0022 ul { display: table;  width: 100%; table-layout: fixed; }
	.M_link0022 li { width: auto; display: table-cell; float: none; }
}

@media (max-width:1024px) {

	/* 배너존 */
	.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;!i;!;}
}

@media (max-width:960px){
	/* 팝업존 */
	.pop0022 { height:auto; padding: 1.2rem; }
	.pop0022 h2 { max-width: calc(100% - 8.5rem);}
	.pop0022 .nss_pg { top: 1.2rem; right: 1.2rem; }
	.pop0022 .nss_pg .next { width: 1.1rem; height: 0.75rem; }
	.pop0022 .nss_pg .prev { width: 1.1rem; height: 0.75rem; }
	.pop0022 .nss_pg .stop { width: 0.5rem; height: 0.8rem; }
	.pop0022 .nss_pg a ~ a { margin-left: 0.2rem; }
    .pop0022 .pop_img { height: auto; }
	.pop0022 .pop_img li img { max-height: 15rem; }

	/* 갤러리 */
	.gallery0022 .list_box li { width: 49%; }
	.gallery0022 .list_box li:nth-of-type(n + 2) { display: block; }
	.gallery0022 .list_box li:nth-of-type(n + 3) { display: none; }
}

@media (max-width:860px) {

	/* 배너존 */
	.banner_zone h2 { display:none; }
	.banner_zone .bnWrap { width:calc(100% - 6rem); padding-left:0.75rem; }
}

@media (max-width:800px) {
	/* 배너존 */
	.banner_zone ul li { width:25%; }
}


@media (max-width:768px){
	/* heading */
	.heading { font-size: 0.9rem; }

	/* btn_more */
	.btn_more { width: 1.6rem; height: 1.6rem; line-height: 1.6rem; font-size: 0.95rem; }
	.bty2 i { width: 1.6rem; height: 1.6rem; line-height: 1.6rem; font-size: 0.95rem; }

	/* 메인비주얼 */
	.MVisual0022 .bx-controls { bottom: 0.5rem; }
	.MVisual0022 .bx-controls-auto { left: 1.6rem;}
	.MVisual0022 .bx-controls-direction a,
	.MVisual0022 .bx-controls-auto a { width:1.5rem; height:1.5rem; line-height:1.5rem; }
	.MVisual0022 .bx-controls-direction a ~ a { margin-left: 1.7rem; }

	/* 게시판 */
	.notice0022 .titTab a { font-size: 0.9rem; }
	.notice0022 .titTab a::before { bottom: -1.15rem; }
	.notice0022 .list_box { margin-top: 0.8rem; }
	.notice0022 .btn_more { top: -2px;}

	/* 바로가기 */
	.M_link0022 li { display: block; float: left; width: 33.333%; }
	.M_link0022 li a span { margin-top: 0.5rem; }


	/* 캘린더 */
	.pop_schedule0022 .lst li { width: 50%; float: left; }
	.pop_schedule0022 .btn_more { bottom: 5rem; }

	/* 갤러리 */
	.gallery0022 h2 { max-width: calc(100% - 2rem);}
	.gallery0022 .btn_more { top: -5px; }
	.gallery0022 .btn_more em { display: none; }

}

@media (max-width:600px) {
	/* 식단 */
	.meal_menu0022 { padding-left: 0; border-radius: 1rem; overflow: hidden; }
	.meal_menu0022 .tit_box { position: relative; width: 100%; top: auto; left: auto; line-height: 3rem; border-radius: 0; }
	.meal_menu0022 .tit_box h2 { max-width: calc(100% - 3.5rem); padding: 0 0 0 1.5rem; }
	.meal_menu0022 .inner { border-radius: 0; }
	.meal_menu0022 .inner ul { margin-right: 0; }
	.meal_menu0022 .meal_wrap .meal_box {margin-top:0}
	.meal_menu0022 .btn_more { top: 0.7rem; right: 0.7rem; }

	/* 배너존 */
	.banner_zone ul li { width:50%; }
}

@media (max-width:460px) {
	/* 게시판 */
	.notice0022 .titTab li { max-width: 100%; }
	.notice0022 .titTab a::before { display: none; }
	.notice0022 .topList dl::before { width: 3.2rem; height: 3.2rem; left: 1rem; }
	.notice0022 .topList dl { padding: 1rem 1.2rem 1rem 5rem;}
	/* 게시판 : 데이터 없음 */
	.notice0022 .list_box .no_data { line-height:12.75rem; }

	/* 갤러리 */
	.gallery0022 .list_box li { width: 100%; }
	.gallery0022 .list_box li:nth-of-type(n + 2) { display: none; }

	/* 캘린더 */
	.pop_schedule0022 .lst li { width: 100%; }

}

@media (max-width:380px) {
	/* 배너존 */
	.banner_zone ul li { width:100%; }

}

