﻿/* 공통 */
.tit_wrap {position: relative;}
.heading {display:inline-block; font-size: 1rem; font-weight: 600; max-width:calc(100% - 2.25rem); color: #fff; line-height: 2.5rem; padding: 0 1.75rem; border-radius:1.3rem 1.3rem 1.3rem 0; overflow:hidden; white-space:nowrap;}
.heading span {display:block; white-space: nowrap; overflow: hidden;}
.btn_more {font-size: 1.25rem; width:2rem; height:2rem; line-height:2rem; text-align:center; border-radius:50%; background:#0098a0; color:#fff;}
.no_data {display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;}
/* 공통 : active */
.btn_more {transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.btn_more:hover,
.btn_more:focus {transform: rotate(180deg);}

/* 메인비주얼 */
.MVisual0089 {border-bottom-left-radius: 5.5rem; overflow: hidden; position: relative; left:50%; margin-left:-30rem; background:#edeee9; isolation: isolate;}
.MVisual0089 .item {font-size: 0; line-height: 0; overflow: hidden;}
.MVisual0089 .item img {width: auto; height: 100%; position: relative; left: 0;}
.MVisual0089 .control{position:absolute; left: 2rem; bottom: 1.5rem;}
.MVisual0089 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgba(17, 27, 50, 0.5); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all 0.3s; -ms-transition:all 0.3s; transition:all 0.3s; }
.MVisual0089 .control > a.play{display:none;}
.MVisual0089 .control > a:hover,
.MVisual0089 .control > a:focus{ background:rgba(17, 26, 50, 0.9);}

/* 바로가기1 */
.M_link0089 {padding: 1.75rem 1.5rem; border-radius: 2.5rem; background: #0099a1;}
.M_link0089 ul {display: flex;}
.M_link0089 ul li {width: 5.8rem; position: relative;}
.M_link0089 ul li + li:before {content: ""; height: 4.1rem; border-left: 2px dotted rgba(255,255,255,0.5); position: absolute; left: -1px; top: 50%; margin-top: -2.05rem;}
.M_link0089 ul li a {display: flex; flex-direction: column; align-items: center;}
.M_link0089 ul li a .img {display: inline-flex; justify-content: center; align-items: center; width: 2.6rem; height: 2.6rem;}
.M_link0089 ul li a .img img {max-width: 100%; max-height: 100%;}
.M_link0089 ul li a .txt {margin: 0.5rem auto 0; width: 100%; max-width: calc(100% - 0.5rem); padding: 0.1rem 0.25rem 0.2rem; position: relative;}
.M_link0089 ul li a .txt span {display:block; max-height: 2.5rem; font-size: 0.9rem; color: #fff; letter-spacing:-2px; text-align: center; overflow-y: hidden;}
.M_link0089 ul li a .txt:before {content: ""; display: block; width: 0; height: 0; border-radius: 50%; background: rgba(255,255,255,0.2); position: absolute; left: -0.4rem; top: 0;}
/* 바로가기1 : active */
.M_link0089 ul li a .img,
.M_link0089 ul li a .txt:before,
.M_link0089 ul li a .txt span {transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.M_link0089 ul li a:hover .img,
.M_link0089 ul li a:focus .img {transform: rotateY(180deg);}
.M_link0089 ul li a:hover .txt:before,
.M_link0089 ul li a:focus .txt:before {width: 1.5rem; height: 1.5rem;}
.M_link0089 ul li a:hover .txt span,
.M_link0089 ul li a:focus .txt span {font-weight:600;}

/* 게시판 */
.notice0089 {position: relative;}
.notice0089 .titTab ul {display: flex; max-width: calc(100% - 3.5rem); justify-content:center;}
.notice0089 .titTab ul li {max-width: calc((100% - 1rem) / 3);}
.notice0089 .titTab ul li + li {margin-left: 0.5rem;}
.notice0089 .titTab ul li a {display: block; width: 100%; padding: 0.55rem 2rem; border-radius: 1.5rem; background: #f2f2f2; position: relative;}
.notice0089 .titTab ul li a span {display: block; font-size: 1rem; color: #222; white-space: nowrap; overflow: hidden;}
.notice0089 .titTab ul li a i {font-size: 1.1rem; color: #666; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%);}
.notice0089 .tabWrap {margin-top: 1.5rem;}
.notice0089 .tabWrap .list_box {display: none;}
.notice0089 .tabWrap .list_box ul {display: flex;}
.notice0089 .tabWrap .list_box ul li {width: calc((100% - 3.75rem) / 4); height: 11.5rem;}
.notice0089 .tabWrap .list_box ul li + li {margin-left: 1.25rem;}
.notice0089 .tabWrap .list_box ul li:nth-child(n + 5) {display: none;}
.notice0089 .tabWrap .list_box ul li a {display: block; width: 100%; height: 100%; border-radius: 1.5rem; background: #fff; padding: 1.5rem 1.25rem; position: relative; box-shadow: 0 0 10px rgba(0,0,0,0.12);}
.notice0089 .tabWrap .list_box ul li a:before {content: ""; display: block; width: 100%; height: 100%; border-radius: 1.5rem 1.5rem 0 1.5rem; border: 2px solid #8055bb; position: absolute; left: 0; top: 0; opacity: 0; visibility: hidden;}
.notice0089 .tabWrap .list_box ul li a:after {content:'\e913'; position:absolute; right:0; bottom:0; width:2rem; height:2rem; line-height:2rem; background:#8056ba; border-radius:0.8rem 0.8rem 0 0.8rem; text-align:center; font-size:1.25rem; color:#fff; font-family:'xeicon'; opacity:0;}
.notice0089 .tabWrap .list_box ul li a .tit {font-size: 0.9rem; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: relative;}
.notice0089 .tabWrap .list_box ul li a .txt {display: -webkit-box; -webkit-box-orient: vertical; margin-top: 0.75rem; max-height: calc(3.5rem + 1px); border-top: 1px solid #ccc; padding-top: 0.75rem; color: #555; font-weight: 400; line-height: 1.8; word-wrap: break-word; text-overflow: ellipsis; -webkit-line-clamp: 2;	 overflow: hidden;}
.notice0089 .tabWrap .list_box ul li a span {font-size: 0.8rem; color: #777; position: absolute; left: 1.25rem; bottom: 2rem;}
.notice0089 .tabWrap .list_box .btn_more {background:#9f9f9f; position:absolute; right:0; top:0.25rem;}
/* 게시판 : active */
.notice0089 .titTab ul li a,
.notice0089 .titTab ul li a span,
.notice0089 .tabWrap .list_box ul li a,
.notice0089 .tabWrap .list_box ul li a:before,
.notice0089 .tabWrap .list_box ul li a:after,
.notice0089 .tabWrap .list_box ul li a .txt,
.notice0089 .tabWrap .list_box .btn_more {transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.notice0089 .titTab ul li a:hover,
.notice0089 .titTab ul li a:focus {background: #8056bc;}
.notice0089 .titTab ul li a.current {border-radius: 1.5rem 1.5rem 0 1.5rem; background: #8056bc;}
.notice0089 .titTab ul li a:hover span,
.notice0089 .titTab ul li a:focus span,
.notice0089 .titTab ul li a.current span {color: #fff; font-weight: 600;}
.notice0089 .titTab ul li a:hover i,
.notice0089 .titTab ul li a:focus i,
.notice0089 .titTab ul li a.current i {color: #fff;}
.notice0089 .titTab ul li a.current i:before {content: "\e937";}
.notice0089 .tabWrap .list_box.on {display: block;}
.notice0089 .tabWrap .list_box ul li a:hover,
.notice0089 .tabWrap .list_box ul li a:focus {border-radius:1.5rem 1.5rem 0 1.5rem;  box-shadow: 0 0 15px rgba(128,85,187,0.2);}
.notice0089 .tabWrap .list_box ul li a:hover:before,
.notice0089 .tabWrap .list_box ul li a:focus:before {opacity: 1; visibility: visible;}
.notice0089 .tabWrap .list_box ul li a:hover:after,
.notice0089 .tabWrap .list_box ul li a:focus:after {opacity: 1; visibility: visible;}
.notice0089 .tabWrap .list_box ul li a:hover .txt,
.notice0089 .tabWrap .list_box ul li a:focus .txt {border-color: #ccbbe5;}
/* 게시판 : new */
.notice0089 .tabWrap .list_box ul li a.new .tit {padding-left: 1.5rem;}
.notice0089 .tabWrap .list_box ul li a.new .tit:before {content: "N"; display: flex; justify-content: center; align-items: center; width: 1.1rem; height: 1.1rem; border-radius: 0.2rem 0.2rem 0 0.2rem; background: #8056ba; font-size: 0.7rem; color: #fff; position: absolute; left: 0; top: 50%; margin-top: -0.55rem;}
/* 게시판 : no_data */
.notice0089 .tabWrap .list_box ul li.no_data {width: 100%; border-radius: 0 1.5rem 1.5rem 1.5rem; border: 1px solid #d2d2d2; background: #fff;}

/* 바로가기2 */
.M_link0089_2 {height: 5rem; margin:0 -1rem;}
.M_link0089_2 ul {display: flex; justify-content: center; align-items: center; height: 100%;}
.M_link0089_2 ul li {width: 20%; height: 100%; padding: 0 1rem; position: relative;}
.M_link0089_2 ul li:after {content: ""; display: block; width: 0.25rem; height: 0.25rem; border-radius: 50%; background: #5d5c61; position: absolute; right: -0.1rem; top: 50%; margin-top: -0.12rem;}
.M_link0089_2 ul li:last-child:after {display: none;}
.M_link0089_2 ul li a {display: flex; align-items: center; height: 100%;}
.M_link0089_2 ul li a .img {display: inline-flex; justify-content: center; align-items: center; width: 2rem; height: 2.3rem; margin-right: 0.5rem;}
.M_link0089_2 ul li a .img img {max-width: 100%; max-height: 100%;}
.M_link0089_2 ul li a .txt {max-width: calc(100% - 3.05rem); max-height: 2.5rem; font-size: 0.9rem; color: #222; font-weight: 500; overflow-y: hidden; position: relative; z-index:1;}
.M_link0089_2 ul li a .txt:before {content: ""; display: block; width: 0; height: 0.5rem; border-radius: 0.25rem; background: #d7c9ea; position: absolute; left: 0; bottom: 0; z-index:-1;}
/* 바로가기2 : active */
.M_link0089_2 ul li a .img,
.M_link0089_2 ul li a .txt:before {transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.M_link0089_2 ul li a:hover .img,
.M_link0089_2 ul li a:focus .img {transform: rotateY(180deg);}
.M_link0089_2 ul li a:hover .txt:before,
.M_link0089_2 ul li a:focus .txt:before {width: 100%;}

/* 캘린더 */
.pop_schedule0089 {height: 100%; position: relative; padding: 0 1rem;}
.pop_schedule0089:before {content:''; width:100%; height: calc(100% - 1.25rem); border-radius: 1.5rem; background: #daeff0; position: absolute; left:0; bottom:0; z-index:-1;}
.pop_schedule0089 .tit_wrap {display: flex; justify-content: space-between; align-items: end; margin:0 -1rem;}
.pop_schedule0089 .heading {background:#0099a1;}
.pop_schedule0089 .sche_wrap {display:flex; flex-direction:column;}
.pop_schedule0089 .month {display: flex; justify-content: space-between; align-items: center; width: 100%; height: 1.75rem; padding: 0 15%; margin-top:0.75rem}
.pop_schedule0089 .month a {display: block; width: 1.75rem; line-height: 1.75rem; border-radius: 50%; background: #fff; font-size: 1.1rem; text-align: center;}
.pop_schedule0089 .month span {font-size: 0.9rem; color: #222; font-weight: 500; }
.pop_schedule0089 .month span em {color: #0098a1; font-weight: 600; margin-left:0.25rem;}
.pop_schedule0089 .sche_table {margin-top: 0.5rem; padding-bottom: .5rem; position: relative; z-index: 1;}
.pop_schedule0089 .sche_table:before {content: ""; display: block; width: 100%; height: calc(100% - 2rem); border-radius: 0.65rem; background: #fff; position: absolute; left: 0; bottom: 0; z-index: -2;}
.pop_schedule0089 .sche_table:after {content: ""; display: block; width: 100%; height: 2rem; border-radius: 0.65rem; background: #0099a1; position: absolute; left: 0; top: 0; z-index: -1;}
.pop_schedule0089 .sche_table th {height: 2rem; color: #fff; font-weight: 500;}
.pop_schedule0089 .sche_table th:first-child {color: #ffaaaa;}
.pop_schedule0089 .sche_table th:last-child {color: #c9f3ff;}
.pop_schedule0089 .sche_table tbody {height:9.25rem;}
.pop_schedule0089 .sche_table td {padding-top: 0.2rem; text-align: center; font-size:0.75rem; color:#222;}
.pop_schedule0089 .sche_table td span,
.pop_schedule0089 .sche_table td a {display: inline-block; width: 1.2rem; height: 1.2rem; border-radius: 50%; font-family: 'Titillium Web';}
.pop_schedule0089 .sche_table td .sun {color: #ff5d5d;}
.pop_schedule0089 .sche_table td .sat {color: #2b63e3;}
.pop_schedule0089 .sche_table td .event {background: #ede6f6;}
.pop_schedule0089 .sche_table td .today {background: #8056bc; color: #fff;}
.pop_schedule0089 .lst {margin-top: 0.65rem;}
.pop_schedule0089 .lst ul {max-height: 6.5rem; overflow-y: auto;}
.pop_schedule0089 .lst ul li {padding: 0.1rem 0;}
.pop_schedule0089 .lst ul li a {display: block; line-height:1.4rem; padding-left: 3.8rem; color: #222; font-weight: 400; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: relative;}
.pop_schedule0089 .lst ul li a span {line-height:1.2rem; border-radius:0.7rem; background:#fff; padding:0 0.5rem; border:1px solid #0098a1; font-size: 0.8rem; color: #222; font-weight: 400; position: absolute; left: 0; top: calc(50% - 0.05rem); transform: translateY(-50%);}
.pop_schedule0089 .btn_more {top: 1.05rem;}
/* 캘린더 : active */
.pop_schedule0089 .month a {transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.pop_schedule0089 .month a:hover,
.pop_schedule0089 .month a:focus {background: #0098a1; color: #fff;}
.pop_schedule0089 .sche_table td .event:hover,
.pop_schedule0089 .sche_table td .event:focus,
.pop_schedule0089 .sche_table td .today:hover,
.pop_schedule0089 .sche_table td .today:focus,
.pop_schedule0089 .lst ul li a:hover,
.pop_schedule0089 .lst ul li a:focus {text-decoration: underline;}
/* 캘린더 : no_data */
.pop_schedule0089 .lst ul li.no_data {height: 5.8rem;}

/* 팝업존 */
.pop0089 {height: 100%; overflow: hidden;}
.pop0089 .tit_wrap {display: flex; justify-content: space-between; align-items: center;}
.pop0089 .tit_wrap .heading {max-width: calc(100% - 8.5rem); min-width:5rem; color: #fff; line-height: 2.5rem; padding: 0 1.75rem; border-radius:1.3rem 1.3rem 1.3rem 0; background:#8056bc; margin-right: 0;}
.pop0089 .tit_wrap .control {display: flex; align-items:center;}
.pop0089 .tit_wrap .control .page {color: #222; font-weight: 600; letter-spacing: 0.1rem; margin-right: 0.5rem;}
.pop0089 .tit_wrap .control .page strong {color: #8055bb;}
.pop0089 .tit_wrap .control a {display: block; font-size: 1rem; color: #222; width:1.5rem; height:1.5rem; line-height:1.5rem; text-align:center; border-radius:50%;}
.pop0089 .tit_wrap .control a.stop,
.pop0089 .tit_wrap .control a.play {background:#7f55bb; color:#fff; margin:0 0.1rem;}
.pop0089 .tit_wrap .control a.play {display: none;}
.pop0089 .pop_img {height: 11.25rem; overflow: hidden; border-radius: 0 0 1.5rem 1.5rem; isolation: isolate;}
.pop0089 .pop_img div,
.pop0089 .pop_img .item {height: 100%; background: #f1f1f1; font-size: 0; line-height: 0;}
.pop0089 .pop_img .item a {display: block; height: 100%; overflow: hidden;}
.pop0089 .pop_img .item img {width: auto; height: 100%; position: relative; left: 50%; transform: translateX(-50%);}
/* 팝업존 : active */
.pop0089 .tit_wrap .control a {transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.pop0089 .tit_wrap .control a:hover,
.pop0089 .tit_wrap .control a:focus {background:#f38401; color: #fff;}

/* 식단 */
.meal_menu0089 {height: 100%; border-radius: 1.5rem; background: #f38401; padding: 1rem 1.3rem; color: #fff;}
.meal_menu0089 .tit_wrap {padding-left: 0.2rem;}
.meal_menu0089 .tit_wrap .heading {color: #fff; line-height:1; padding:0; border-radius:0;}
.meal_menu0089 .tit_wrap .btn_more {color: #fff;}
.meal_menu0089 .inner {margin-top: 1rem;}
.meal_menu0089 .inner ul {max-height: 5.4rem; overflow-y: auto;}
.meal_menu0089 .inner ul li + li {margin-top: 1rem;}
.meal_menu0089 .inner ul li dl .kcal {display: flex; width:fit-content; justify-content: start; align-items: center; padding-right:2rem; height: 2rem; border-radius: 1rem; background: #f9ce99; font-size: 0.9rem; color: #222; font-weight: 500; line-height:1rem;}
.meal_menu0089 .inner ul li dl .kcal span {display: block; line-height:2rem; padding:0 1rem; background:#fff; border-radius: 1rem; color: #222; margin-right: 1.5rem;}
.meal_menu0089 .inner ul li dl .kcal span img {vertical-align:middle; max-width:0.8rem; margin-top:-0.15rem;}
.meal_menu0089 .inner ul li dl .meal_list {margin-top: 1rem; font-size: 0.75rem; line-height: 1.6; word-break: keep-all;}
.meal_menu0089 .btn_more {font-size: 1.25rem; width:auto; height:auto; line-height:1; background:none; position:absolute; right:0;}
/* 식단 : no_data */
.meal_menu0089 .inner ul li.no_data {height: 5.4rem;}

/* 갤러리 */
.gallery0089 {height: 100%; padding: 0 2rem; position:relative;}
.gallery0089:before {content:''; width:100%; height: calc(100% - 1.25rem); border-radius: 1.5rem; background: #fff1dc; position: absolute; left:0; bottom:0; z-index:-1;}
.gallery0089 .tit_wrap {display: flex; justify-content: space-between; align-items: end; margin:0 -2rem;}
.gallery0089 .tit_wrap h2 {background:#f38401;}
.gallery0089 .list_box {margin-top: 1.35rem;}
.gallery0089 .list_box ul li + li {margin-top: 1rem;}
.gallery0089 .list_box ul li:nth-child(n + 3) {display: none;}
.gallery0089 .list_box ul li a {display: block; position: relative;  border-radius: 1rem; overflow:hidden;}
.gallery0089 .list_box ul li a .img {height: 9.6rem;background: rgba(0,0,0,0.1); overflow: hidden;}
.gallery0089 .list_box ul li a .img img {width: auto; height: 100%; position: relative; left: 50%; transform: translateX(-50%);}
.gallery0089 .list_box ul li a span {position:absolute; left:0; bottom:0; width: 100%; line-height: 2rem; background: rgba(0,0,0,0.7); padding: 0 1rem; color: #fff; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.gallery0089 .btn_more {background:#f38401;}
/* 갤러리 : active */
.gallery0089 .list_box ul li a .img img {transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.gallery0089 .list_box ul li a:hover .img img,
.gallery0089 .list_box ul li a:focus .img img {transform: translateX(-50%) scale(1.1);}
.gallery0089 .list_box ul li a:hover span,
.gallery0089 .list_box ul li a:focus span {text-decoration: underline;}
/* 갤러리 : no_data */
.gallery0089 .list_box ul li.no_data {height: 19rem;}

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #dbdbdd;}
.banner_zone .container {position: relative; height: 4rem; overflow: hidden;}
.banner_zone h2 {float:left; margin-top: 1.5rem; width: 4rem; font-size: 0.85rem; font-weight: 400; color: #191919; margin-right: 0;}
.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: 1240px) {
	/* 메인비주얼 */
	.MVisual0089 {left:1rem; margin-left:0;}
	.MVisual0089 .item img {width: 125%; height: auto;}
    
    /* 갤러리 */
    .gallery0089 {padding:0 1rem;}
    .gallery0089 .tit_wrap {margin: 0 -1rem;}
    
    /* 캘린더 */
    .pop_schedule0089 .lst ul li a {padding-left: 3.35rem;}
    .pop_schedule0089 .lst ul li a span {left: 0;}
    
    /* 바로가기2 */
    .M_link0089_2 ul li {padding: 0 0.5rem;}
    .M_link0089_2 ul li a .img {margin-right: 0.5rem;}
    .M_link0089_2 ul li a .txt {max-width: calc(100% - 2.8rem);}
    
    /* 게시판 */
    .notice0089 .tabWrap .list_box ul li {width: calc((100% - 2.5rem) / 3);}
    .notice0089 .tabWrap .list_box ul li:nth-child(n + 4) {display: none;}
    
}

@media (max-width: 1024px) {
	/* 메인비주얼 */
	.MVisual0089 {border-bottom-left-radius: 4rem;}
    
    /* 바로가기2 */
    .M_link0089_2 {margin:0;}
    .M_link0089_2 ul li:after {display:none;}
    .M_link0089_2 ul li a .img {width: 1.8rem; height: 1.8rem;}
    .M_link0089_2 ul li a .txt {max-width: calc(100% - 2.3rem);}
    
    /* 캘린더 */
    .pop_schedule0089 .month {padding: 0 10%;}
}

@media (max-width: 1024px) and (min-width: 921px) {
	 /* 바로가기1 */
	.M_link0089 {padding:1.5rem 1rem;}
}

@media (max-width: 950px) {
    
    /* 식단 */
    .meal_menu0089 {padding: 1rem 1.3rem 1.3rem;}
    
    /* 바로가기2 */
    .M_link0089_2 {height: auto; border-radius: 1.5rem;}
    .M_link0089_2 ul {flex-wrap: wrap; padding: 0.5rem 1rem;}
    .M_link0089_2 ul li {width: calc(100% / 3); padding: 0.75rem 0.5rem;}
    .M_link0089_2 ul li:nth-child(3n):after {display: none;}
    .M_link0089_2 ul li a .img {width: 2.3rem; height: 2.3rem; margin-right: 0.75rem;}
    .M_link0089_2 ul li a .txt {max-width: calc(100% - 3.05rem);}
    
    /* 갤러리 */ 
	.gallery0089 .list_box {margin: 1.35rem 0;}
	.gallery0089 .list_box ul {overflow:hidden;}
	.gallery0089 .list_box ul li {width:48.5%; float:left;}
	.gallery0089 .list_box ul li + li {margin-top: 0; margin-left:3%;}
	.gallery0089 .list_box ul li.no_data {width:100%; height:9.1rem;}
}


@media (max-width: 860px) {
    
    /* 메인비주얼 */
    .MVisual0089 .control {left: 4rem; bottom: 2rem;}
    
    /* 게시판 */
    .notice0089 .tabWrap .list_box ul li {width: calc(50% - 0.5rem);}
    .notice0089 .tabWrap .list_box ul li + li {margin-left: 1rem;}
    .notice0089 .tabWrap .list_box ul li:nth-child(3) {display: none;}
    
    /* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 640px) {
    
    /* 메인비주얼 */
	.MVisual0089 {border-bottom-left-radius: 0; left:0;}
    .MVisual0089 .control {left: 50%; bottom: 1rem; transform: translateX(-50%);}
    
    /* 바로가기1 */
    .M_link0089 {padding: 1rem; border-radius:1rem;}
    .M_link0089 ul li {width: calc(100% / 3);}
    .M_link0089 ul li a .img {width: 2.1rem; height: 2.1rem;}
    
    /* 캘린더 */
    .pop_schedule0089 {padding-bottom:0.75rem;}
    
    /* 식단 */
    .meal_menu0089 .inner ul {max-height: 5.4rem;}
    /* 식단 : no_data */
    .meal_menu0089 .inner ul li.no_data {height: 5.4rem;}
    
    /* 바로가기2 */
    .M_link0089_2 ul li a .img {width: 1.8rem; height: 1.8rem; margin-right: 0.5rem;}
    .M_link0089_2 ul li a .txt {max-width: calc(100% - 2.3rem);}
    
    /* 게시판 */
    .notice0089 .titTab ul li {min-width: 0;}
    .notice0089 .tabWrap {margin-top: 1rem;}
}

@media (max-width: 580px) {
    
    /* 메인비주얼 */
    .MVisual0089 .control {bottom: 0.5rem;}
    
    /* 바로가기2 */
    .M_link0089_2 ul {justify-content: flex-start; padding: 0.5rem 0;}
    .M_link0089_2 ul li {width: 50%; padding: 0.5rem 1rem;}
    .M_link0089_2 ul li:nth-child(2n):after {display: none;}
    .M_link0089_2 ul li a {justify-content: flex-start;}
    .M_link0089_2 ul li a .img {margin-right: 0.75rem;}
    .M_link0089_2 ul li a .txt {max-width: calc(100% - 2.55rem); padding: 0;}
    
    /* 게시판 */
    .notice0089 .titTab ul {flex-wrap: wrap; justify-content:start;}
    .notice0089 .titTab ul li {max-width: 100%; margin-right: 0.5rem; margin-bottom: 0.35rem;}
    .notice0089 .titTab ul li + li {margin-left: 0;}
    .notice0089 .tabWrap {margin-top: 0.5rem;}
    
    /* 갤러리 */ 
	.gallery0089 .list_box ul li {width:100%; float:none;}
	.gallery0089 .list_box ul li:nth-child(n+2) {display:none;}
}

@media (max-width: 480px) {
    
    /* 메인비주얼 */
    .MVisual0089 .control > a {width: 1.65rem; height: 1.65rem; line-height: 1.65rem;}
    
    /* 바로가기 */
    .M_link0089 {padding: 0.5rem;}
    
    /* 게시판 */
    .notice0089 .tabWrap .list_box ul {flex-direction: column;}
    .notice0089 .tabWrap .list_box ul li {width: 100%; height: auto;}
    .notice0089 .tabWrap .list_box ul li + li {margin-left: 0; margin-top: 0.75rem;}
    .notice0089 .tabWrap .list_box ul li a {padding:1rem 1.25rem;}
    .notice0089 .tabWrap .list_box ul li a .txt {margin-top: 0.5rem; max-height: calc(2rem + 1px); padding-top: 0.5rem; -webkit-line-clamp: 1;}
    .notice0089 .tabWrap .list_box ul li a span {display: block; margin-top: 0.5rem; position: static;}
    /* 게시판 : no_data */
    .notice0089 .tabWrap .list_box ul li.no_data {height: 20.14rem;}
}

@media (max-width: 380px) {
    
    /* 바로가기1 */
    .M_link0089 ul li a .img {width: 1.85rem; height: 1.85rem;}
    
    /* 갤러리 */
    .pop0089 .pop_img {height: auto;}
    .pop0089 .pop_img .item img {max-width: 100%; height: auto; max-height: 100%;}
    
    /* 식단 */
    .meal_menu0089 {padding: 1rem;}
    
    /* 바로가기2 */
    .M_link0089_2 ul li {padding: 0.5rem;}
    .M_link0089_2 ul li a .img {width: 1.55rem; height: 1.55rem; margin-right: 0.5rem;}
    .M_link0089_2 ul li a .txt {max-width: calc(100% - 2.05rem); font-size:0.85rem; letter-spacing:-2px;}
}

@media (max-width: 320px) {
	/* 바로가기1 */
	.M_link0089_2 ul {margin: 0 -0.5rem;}
	.M_link0089_2 ul li {padding: 0.25rem;}
	
	/* 게시판 */
	.notice0089 .titTab ul li a {padding:0.5rem 1rem;}
	
	/* 팝업존 */
	.pop0089 .tit_wrap .heading {padding: 0 1rem;}
	.pop0089 .tit_wrap .control .page {margin-right:0.15rem;}
    
    /* 식단 */
    .meal_menu0089 .inner ul li dl .kcal {padding-right:1rem;}
    .meal_menu0089 .inner ul li dl .kcal span {padding: 0.0.75rem; margin-right:1rem;}
}