﻿/* btn */
.btn_more { position:absolute; top:.25rem; right:0; color:#222; font-weight:400; font-size:.8rem; font-family:'Montserrat'; padding-right:1.75rem; }
.btn_more em { display:inline-block; vertical-align:middle; }
.btn_more::before { content:''; position:absolute; right:0; top:50%;  width:1rem; height:1rem; border-radius:50%; background:#e3e4f9; -ms-transform:translateY(-50%); transform:translateY(-50%); -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.btn_more::after  { content:''; position:absolute; right:9px; top:50%;  width:1rem; height:2px; background:#013157; -ms-transform:translateY(-50%); transform:translateY(-50%); -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* heading*/
.heading { max-width:calc(100% - 5rem); margin-bottom:1rem; font-size:1.1rem; font-weight:700; color:#000; }
.heading > span { position:relative; display:block;  max-width:100%; word-break:keep-all;  white-space:nowrap; overflow:hidden;  }

/* 메인비주얼 */
.MVisual0094 { position:relative; height:100%; border-radius:0 2.5rem; isolation: isolate; overflow:hidden; }
.MVisual0094 .slider,
.MVisual0094 .slick-list,
.MVisual0094 .slick-track { height:100%; }
.MVisual0094 .item { background:#eee; overflow:hidden; }
.MVisual0094 .item img { position:relative; width:auto; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.MVisual0094 .control { position:absolute; left:1rem; bottom:1rem; z-index:1; }
.MVisual0094 .control > a { display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgb(17, 50, 30, 0.5); color:#fff; text-align:center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0094 .control > a.play { display:none; }

/* 바로가기1 */
.M_link0094 { position:relative; height:100%; margin:1rem 0; }
.M_link0094 ul { display:table; table-layout:fixed; width:100%; }
.M_link0094 li { position:relative; display:table-cell; width:1%; vertical-align:top; z-index:1; }
.M_link0094 li a { position:relative; display:block; width:100%; word-break:keep-all; text-align:center; }
.M_link0094 li a .ico { position:relative; display:block; width:4.25rem; height:4.25rem; border-radius:50%; line-height:4.25; margin:auto; background:#fff; border:2px solid #eaeaea; }
.M_link0094 li a .ico img { max-width:100%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.M_link0094 li a span { position:relative; display:block; max-width:100%; height:1.9rem; margin-top:.8rem; padding:0 .5rem; overflow:hidden; line-height:1.2; font-weight:600; color:#000; font-size:.8rem; word-break:break-all; letter-spacing:-.1rem; }

/* 게시판 */
.notice0094 { position:relative; height:100%; }
.notice0094 .titTab a,
.notice0094 .titTab span,
.notice0094 .list_box li,
.notice0094 .list_box li a { position:relative; display:block; }
.notice0094 .titTab { margin:0 3.75rem 1.2rem 0; }
.notice0094 .titTab ul { margin:-.15rem -.15rem; font-size:0; }
.notice0094 .titTab li { position:relative; display:inline-block; max-width:33.333%; padding:.15rem .15rem; vertical-align:top; }
.notice0094 .titTab a { display:block; padding-bottom:.6rem; font-size:.95rem; font-weight:400; color:#666; letter-spacing:-.1rem; -webkit-transition:all .15s; -ms-transition:all .1s; transition:all .1s; }
.notice0094 .titTab a:before { content:""; position:absolute; bottom:0; left:50%; width:0; height:1px; background:#003056; z-index:-1; -ms-transform:translateX(-50%); transform:translateX(-50%); -webkit-transition:all .3s; -ms-transition:all .2s; transition:all .2s; }
.notice0094 .titTab a:after { content:""; position:absolute; bottom:-.7rem; left:50%; width:0; height:0; border-radius:50%; border:10px solid #fff; background:#003056; opacity:0; z-index:0; -ms-transform:translateX(-50%); transform:translateX(-50%); -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
.notice0094 .titTab a span { display:block; overflow:hidden; white-space:nowrap; }
.notice0094 .topList { position:relative; display:none; padding: 2rem 1rem; border-radius:1rem 0; box-shadow: 0 0 8px .8px rgba(0,0,0,.15); overflow:hidden; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.notice0094 .topList:nth-of-type(-n + 2) { display:block; }
.notice0094 .topList + .topList { margin-top:.75rem; }
.notice0094 .topList dl { position:relative; }
.notice0094 .topList dt { position:relative; font-size:1rem; color:#222; font-weight:600; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.notice0094 .topList dd { margin-top:1.8rem; color:#222; font-size:.75rem; }
.notice0094 .topList dd > p { height:2.2rem; line-height:1.5; overflow:hidden; }
.notice0094 .topList dd .date { display:block; margin-top:1.8rem; font-size:.75rem; color:#888; }
.notice0094 .list_box { display:none; width:100%; }
.notice0094 .list_box ul { margin:-.9rem 0; padding-top:1.5rem; overflow:hidden; }
.notice0094 .list_box li { display:none; }
.notice0094 .list_box li:nth-of-type(-n + 5) { display:block; }
.notice0094 .list_box li a { position:relative; display:block; line-height:2.4rem; padding-left:1rem; }
.notice0094 .list_box li a:before { content:""; position:absolute; top:50%; left:0; width:7px; height:7px; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); border-radius:50%; background:#007ed1; }
.notice0094 .list_box li p { width:calc(100% - 4rem); overflow:hidden; font-weight:600; font-size:.8rem; color:#27303b; text-overflow:ellipsis; white-space:nowrap; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.notice0094 .list_box li span { position:absolute; right:0; top:0; width:4rem; font-size:.75rem; color:#666; text-align:right; }
.notice0094 .btn_more { font-size:.75rem; padding-right:1.35rem; letter-spacing:-1px; }
.notice0094 .btn_more::after  { right:9px; width:.75rem; }
/* 게시판 : 새글 */
.notice0094 .topList dl.new:before { content:"N"; position:absolute; bottom:-.6rem; right:.5rem; width:1.75rem; height:1.75rem; line-height:1.75rem; border-radius:50%; text-align:center; background:#003058; color:#fff; font-weight:600; font-size:.75rem; }
.notice0094 .list_box li a.new { padding-left:2.25rem; }
.notice0094 .list_box li a.new:after { content:"N"; position:absolute; top:50%; left:1rem; width:1rem; height:1rem; line-height:1rem; background:#003058; color:#fff; font-size:.5rem; border-radius:50%; text-align:center; -webkit-transform:translateY(-50%); transform:translateY(-50%); }
/* 게시판 : 데이터 없음 */
.notice0094 .topList dl.no_data { position:absolute; top:50%; left:50%; text-align:center; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
/* 게시판 :active */
.notice0094 .titTab a:focus,
.notice0094 .titTab a:hover,
.notice0094 .titTab a.current { font-weight:700; color:#1e2c39; }
.notice0094 .titTab a.current:before { width:80%; }
.notice0094 .titTab a.current:after { width:1.4rem; height:1.4rem; opacity:1; }
.notice0094 .list_box.on { display:block; }
.notice0094 .btn_more:focus::after,
.notice0094 .btn_more:hover::after  { width:1.2rem; }

/* 캘린더 */
.pop_schedule0094 { position:relative; height:31.5rem; }
.pop_schedule0094 .sche_wrap { position:relative; padding:1.5rem 1.25rem; background: url(/images/template/T0094/main/0094_bg_sche.png) repeat; border-radius:0 1.5rem; box-shadow: 0 0 8px .3px rgba(0,0,0,.22); }
.pop_schedule0094 .month { position:relative; margin:0 auto 1rem; padding-left: 2.5rem; background: url(/images/template/T0094/main/0094_img_sche.png) no-repeat 0 50%; }
.pop_schedule0094 .month a { position:absolute; top:50%; right:2.3rem; width:1.9rem; height:1.9rem; background:#666; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); color:#fff; font-size:1.5rem; text-align:center; line-height:1.9rem; border-radius:50%; }
.pop_schedule0094 .month a.next { right:0; }
.pop_schedule0094 .month a > i {  -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.pop_schedule0094 .month > span { position:relative; display:inline-block; color:#000; font-size:.8rem; vertical-align:middle; line-height:2.3rem; }
.pop_schedule0094 .month > span em { position:relative; display:inline-block; width:2.3rem; height:2.3rem; margin-left:.5rem; background:#114472; border-radius:50%; font-weight:700; color:#fff; text-align:center; font-size:1rem; z-index:1; }
.pop_schedule0094 .sche_table { position:relative; padding:0 .75rem; background:#fff; border-radius:1.25rem; }
.pop_schedule0094 .sche_table table { width:100%; font-family:"SCDream"; text-align:center; }
.pop_schedule0094 .sche_table table thead th { padding:.5rem 0; border-bottom:1px solid #939393; color:#222; font-size:.8rem; font-weight:600; }
.pop_schedule0094 .sche_table table thead th.sat { color:#ffcdd2; }
.pop_schedule0094 .sche_table table thead th.sun { color:#c8e9ff; }
.pop_schedule0094 .sche_table table thead th.first { padding-left:1.3rem; }
.pop_schedule0094 .sche_table table thead th.last { padding-right:1.3rem; }
.pop_schedule0094 .sche_table table tbody { height: 9.8rem; }
.pop_schedule0094 .sche_table table tbody tr.firstLine td { border-top:2px solid #ff9f07; }
.pop_schedule0094 .sche_table table tbody td { padding:.25rem 0; color:#222; font-size:0.75rem; text-align:center; z-index:1; }
.pop_schedule0094 .sche_table table thead th.sat,
.pop_schedule0094 .sche_table table tbody td .sat { color:#0060ff; }
.pop_schedule0094 .sche_table table thead th.sun,
.pop_schedule0094 .sche_table table tbody td a.sun { color:#fe1c46; }
.pop_schedule0094 .sche_table table tbody td.first { padding-left:1.3rem; }
.pop_schedule0094 .sche_table table tbody td.last { padding-right:1.3rem; }
.pop_schedule0094 .sche_table table tbody tr:first-of-type td { padding-top:.5rem; line-height: 1.4; }
.pop_schedule0094 .sche_table table tbody tr:last-of-type td { padding-bottom:.5rem; }
.pop_schedule0094 .sche_table table tbody tr:last-of-type td.first { border-bottom-left-radius:1.5rem; }
.pop_schedule0094 .sche_table table tbody tr:last-of-type td.last { border-bottom-right-radius:1.5rem; }
.pop_schedule0094 .sche_table table tbody td span,
.pop_schedule0094 .sche_table table tbody td a { position:relative; z-index:1; }
.pop_schedule0094 .sche_table table tbody td a:focus,
.pop_schedule0094 .sche_table table tbody td a:hover { text-decoration:underline; }
.pop_schedule0094 .sche_table table tbody td span a:not(.event):focus,
.pop_schedule0094 .sche_table table tbody td span a:not(.event):hover { text-decoration:none; cursor:auto; } /* 20230204 <span><a></a></span> 관련 수정 */
.pop_schedule0094 .sche_table table tbody td .today:before ,
.pop_schedule0094 .sche_table table tbody td .event:before { content:""; position:absolute; top:50%; left:50%; width:1.35rem; height:1.35rem; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); border-radius:50%; background:#fff; z-index:-1; }
.pop_schedule0094 .sche_table table tbody td .event:before { background:#e5e5e5; }
.pop_schedule0094 .sche_table table tbody td .today { color:#fff; }
.pop_schedule0094 .sche_table table tbody td .today:before { background:#124574 !important; }
.pop_schedule0094 .lst { margin-top:1.25rem; height:9rem; overflow-y:auto; }
.pop_schedule0094 .lst ul { margin:-.3rem 0; }
.pop_schedule0094 .lst li { padding:.3rem 0; }
.pop_schedule0094 .lst li a { position:relative; display:block; padding-left:4.5rem; line-height:1.7rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:.85rem; font-weight:600; color:#000; }
.pop_schedule0094 .lst li a span { position:absolute; top:50%; left:0; display:block; width:3.9rem; height:1.7rem; line-height:1.5rem; text-align:center; border:2px solid #114471; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); color:#114471; border-radius:.85rem; font-size:.8rem; font-weight:600; }
.pop_schedule0094 a,
.pop_schedule0094 a span { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.pop_schedule0094 .btn_more i{ background:#00c689; }
/* 캘린더 : 데이터 없음 */
.pop_schedule0094 .lst .no_data { padding-left:0; padding-top:2rem; text-align:center; }

/* 팝업존 */
.pop0094 { position:relative; width:100%; height:100%; }
.pop0094 .heading { max-width:calc(100% - 8rem); }
.pop0094 .control { position:absolute; top:.25rem; right:0; line-height:1; }
.pop0094 .control .page { position:relative; display:inline-block; margin-right:.4rem; vertical-align:middle; color:#000; font-size:.8rem; }
.pop0094 .control .page > strong { position:relative; display:inline-block; font-weight:700; vertical-align: top; }
.pop0094 .control .page > strong:before { content:""; position:absolute; top:-.4rem; left:-.4rem; width:1rem; height:1rem; background:#f0f0fa; border-radius:50%; z-index:-1; }
.pop0094 .control .page > span { position:relative; padding-left:1.5rem; vertical-align: top;}
.pop0094 .control .page > span:before { content:""; position:absolute; top:50%; left:.4rem; width:13px; height:2px; background:#000; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); }
.pop0094 .control a { position:relative; display:inline-block; width:1.25rem; height:1.25rem; background:#8189da; border-radius:50%; text-align:center; line-height:1.25rem; color:#fff; font-size:1rem; vertical-align:middle; }
.pop0094 .control .play,
.pop0094 .control .stop { background:#e9f6ff; color:#759edc; }
.pop0094 .control .play { display:none; }
.pop0094 .control a:focus,
.pop0094 .control a:hover { background:#003057; }
.pop0094 .control .play:focus,
.pop0094 .control .play:hover,
.pop0094 .control .stop:focus,
.pop0094 .control .stop:hover { background:#abdbfc; }
.pop0094 .control a img { position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%) translate(.5px, .5px); -ms-transform:translate(-50%, -50%) translate(.5px, .5px); transform:translate(-50%, -50%) translate(.5px, .5px); }
.pop0094 .pop_img { position:relative; width:100%; height:11.25rem; border-radius:1.5rem 0; isolation: isolate; overflow:hidden; background:#f1f1f1; }
.pop0094 .pop_img div { height:100%; }
.pop0094 .pop_img .item { height:100%; }
.pop0094 .pop_img .item a { position:relative; display:block; height:100%; overflow:hidden; background-color:#eee; }
.pop0094 .pop_img .item a img { position:absolute; top:50%; left:50%; max-width:100%; width:auto; height:100%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:transform .3s; transition:transform .3s; }

/* 식단 */
.meal_menu0094 { position:relative; height:100%; }
.meal_menu0094 .inner { position:relative; height:10.5rem; overflow:hidden; z-index:1; }
.meal_menu0094 .inner > div { height:100%; overflow-y:auto; }
.meal_menu0094 .inner li:not(.no_data) { padding-right:1rem; }
.meal_menu0094 .inner li + li { margin-top:1.2rem; }
.meal_menu0094 .inner dl { overflow:hidden; }
.meal_menu0094 .inner dt { position:relative; display:block; width:100%; height:2.5rem; padding-left:5.8rem; background:#e4f2ff; border-radius:1.25rem 1.25rem 0 0; font-size:1rem; font-weight:600; color:#222; text-align:center; line-height:2.5rem; }
.meal_menu0094 .inner dt span { position:absolute; display:inline-block; top:0; left:0; width:5.8rem; background:#003058; border-radius:1.25rem 0; text-align:center; color:#fff; }
.meal_menu0094 .inner dt em { font-weight:700; color:#222; }
.meal_menu0094 .inner dd { display:block; margin-top:1.5rem; padding-right:7.5rem; color:#222; font-size:.85rem; font-weight:600; word-break:keep-all; line-height:1.5; }
.meal_menu0094 .img { position:absolute; bottom:.3rem; right:2.3rem; display:inline-block; }
.meal_menu0094 .img img { max-width:6.25rem; height:auto; image-rendering:-webkit-optimize-contrast; }
.meal_menu0094 .img:before { position:absolute; bottom:-.3rem; right:-2.3rem; width:6.9rem; height:6.9rem; border-radius:50%; background:#e8edf1; z-index:-1; content:''; }
.meal_menu0094 .btn_more{background:transparent; }
/* 식단 : 데이터 없음 */
.meal_menu0094 .inner .no_data { padding-top:0.8rem; text-align:center; }

/* 갤러리 */
.gallery0094 { position:relative; }
.gallery0094 .list_box ul { margin:-.625rem; }
.gallery0094 .list_box li { display:none; width:33.333%; padding:.625rem; float:left; }
.gallery0094 .list_box li:nth-of-type(-n + 3) { display:block; }
.gallery0094 .list_box a { position:relative; display:block; overflow:hidden; }
.gallery0094 .list_box a .img { position:relative; width:100%; height:9rem; overflow:hidden; background-color:rgba(0,0,0,.1); isolation: isolate; border-radius:0 1.5rem; }
.gallery0094 .list_box a .img img { position:absolute; top:50%; left:50%; width:100%; height:auto; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
.gallery0094 .list_box a .txt { display:block; margin-top:1rem; font-size:.9rem; font-weight:600; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#222; }
.gallery0094 .list_box a .date { display:block; margin-top:.5rem; color:#666; font-size:.7rem; }
.gallery0094 .btn_more::before { background:#fff; }
/* 갤러리 : 데이터 없음 */
.gallery0094 .list_box li.no_data{width:100%; text-align:center; line-height:11.2rem; font-size:.9rem;}
.gallery0094 .list_box li.no_data p { background: rgba(0,0,0,.1); border-radius:.75rem; }


/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #d1d8e4; background:#fff; }
.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; }

/* responsive */
@media (max-width:1200px) {

	.MVisual0094 .item img { left:auto; float:right; transform:translateX(0); -webkit-transform:translateX(0); -ms-transform:translateX(0); }

	/* 갤러리 */
	.gallery0094 .list_box li { width:50%; }
	.gallery0094 .list_box li:nth-of-type(3) { display:none; }

	/* 캘린더 */
	.pop_schedule0094 .month { width:100%; }
	.pop_schedule0094 .month > span { line-height:2.5rem; }
	.pop_schedule0094 .month > span em { width:2.5rem; height:2.5rem; font-size:1.1rem; }
	.pop_schedule0094 .sche_wrap { padding:1.25rem .75rem .75rem .75rem; }
	.pop_schedule0094 .lst { height:10.5rem; margin-bottom:.5rem; }
	.pop_schedule0094 .lst ul { margin:-.5rem 0; }
	.pop_schedule0094 .lst li { padding:.5rem 0; }
	.pop_schedule0094 .sche_table table tbody td { padding:.15rem 0; }

	/* 팝업존 */
	.pop0094 .pop_img .item a img { height:auto; max-height:100%; }

	/* 식단 */
	.meal_menu0094 .inner { height:10rem; }
	.meal_menu0094 .inner dd { padding-right:3.5rem; }
	.meal_menu0094 .img { bottom:0; right:0; }
	.meal_menu0094 .img img { max-width:4.5rem; }
	.meal_menu0094 .img:before { display:none; }
	.meal_menu0094 .inner dt { padding-left:4.8rem; font-size:.85rem; }
	.meal_menu0094 .inner dt span { width:4.8rem; }
	.meal_menu0094 .inner dd { margin-top:1rem; }
}

@media (max-width:1024px) {

	/* heading*/
	.heading { font-size:.95rem; }

	/* 게시판 */
	.notice0094 .titTab a { font-size:.9rem; }
}

@media (min-width:951px) {
	/* btn_more : over */
	.btn_more:hover:after,
	.btn_more:focus:after { right:0; width:1.45rem;  }

	/* 메인비주얼 : over */
	.MVisual0094 .control > a:hover,
	.MVisual0094 .control > a:focus { background:rgb(17, 50, 30, 0.9); }

	/* 바로가기1 : over */
	.M_link0094 li a:hover .ico,
	.M_link0094 li a:focus .ico { background:#8288dc; border-color:#8288dc; }
	.M_link0094 li a:hover .ico img,
	.M_link0094 li a:focus .ico img { -webkit-animation: icoAct 0.3s; -ms-animation: icoAct 0.3s; animation: icoAct 0.3s; }

	/* 게시판 : over */
	.notice0094 .topList:hover,
	.notice0094 .topList:focus { border-color:#00c589; box-shadow:6px 8px 12px rgba(16,94,172,.25); }
	.notice0094 .topList:hover dd > p,
	.notice0094 .topList:focus dd > p { text-decoration:underline; }
	.notice0094 .list_box li a:hover > p,
	.notice0094 .list_box li a:focus > p { color:#007ecf; }

	@keyframes icoAct {
	 0% {-webkit-transform:translateY(0); transform:translateY(0); }
	 50% { -webkit-transform:translateY(-10%); transform:translateY(-10%); }
	 100% { -webkit-transform:translateY(0); transform:translateY(0); }
	}
	@-webkit-keyframes icoAct {
	 0% {-webkit-transform:translateY(0); transform:translateY(0); }
	 50% { -webkit-transform:translateY(-10%); transform:translateY(-10%); }
	 100% { -webkit-transform:translateY(0); transform:translateY(0); }
	}

	/* 갤러리 : over */
	.gallery0094 .list_box a:hover .img img,
	.gallery0094 .list_box a:focus .img img { -webkit-transform:translate(-50%, -50%) scale(1.1); -ms-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); }

 	/* 캘린더 : over */
	.pop_schedule0094 .month a.prev:hover > i,
	.pop_schedule0094 .month a.prev:focus > i { -webkit-transform:translateX(-.1rem); -ms-transform:translateX(-.1rem); transform:translateX(-.1rem); }
	.pop_schedule0094 .month a.next:hover > i,
	.pop_schedule0094 .month a.next:focus > i { -webkit-transform:translateX(.1rem); -ms-transform:translateX(.1rem); transform:translateX(.1rem); }
	.pop_schedule0094 .lst li a:hover,
	.pop_schedule0094 .lst li a:focus { text-decoration:underline; }

	/* 배너존 : over */
	.banner_zone .btn a:hover,
	.banner_zone .btn a:focus { background:#f1f1f1; }
}
@media (max-width:950px) {

	/* 메인비주얼 */
	.MVisual0094 .slider, .MVisual0094 .slick-list, .MVisual0094 .slick-track,
	.MVisual0094 .item { height:auto; }
	.MVisual0094 .item img { display:block; width:100%; height:auto; }

	/* 게시판 */
	.notice0094 .titTab ul { margin:-.15rem -.2rem; }
	.notice0094 .titTab li { padding:.15rem .2rem; }
	.notice0094 .titTab a { font-size:.95rem; }
	.notice0094 .titTab { margin-bottom:.5rem; }
	.notice0094 .topList { height:auto; padding:1rem; }
	.notice0094 .topList dt { font-size:.85rem; }
	.notice0094 .topList dd { margin-top:.5rem; }
	.notice0094 .topList dd .date { margin-top:.5rem; }
	.notice0094 .list_box li a { padding-left:.75rem; line-height:2rem; }
	/* 게시판 : 새글 */
	.notice0094 .topList dl.new:before { right:-.5rem; }
	.notice0094 .list_box li a.new { padding-left:1.8rem; }
	.notice0094 .list_box li a.new:after { left:.5rem; }
	/* 게시판 : 데이터 없음 */
	.notice0094 .topList dl.no_data { position:relative; top:auto; left:auto; padding:3rem 0; -webkit-transform:translate(0,0); -ms-transform:translate(0,0); transform:translate(0,0); text-align:center; }

	/* 바로가기1 */
	.M_link0094 { margin:0; }
	.M_link0094 ul { margin:-1rem 0; overflow:hidden; }
	.M_link0094 li { padding:1rem 0; }
	.M_link0094 li + li:before { left:-1px; }

	/* 캘린더 */
	.pop_schedule0094 .lst { height:10rem; }

	/* 팝업존 */
	.pop0094 { padding-left:0; }
	.pop0094,
	.pop0094 .pop_img,
	.pop0094 .pop_img div,
	.pop0094 .pop_img .item,
	.pop0094 .pop_img .item a { height:auto; }
    .pop0094 .pop_img .item a img { position:relative; display:block; left:auto; top:auto; width:auto; max-width:100%; height:100%; margin:auto; transform:none; -webkit-transform:none; }
	.pop0094 .pop_img .item a img{height:100%; max-height: 15rem;}

	/* 캘린더 */
	.pop_schedule0094 { height:auto; }

	/* 식단 */
	.meal_menu0094 .inner { height:7.5rem; }

	/* 갤러리 */
	.gallery0094 .list_box li { width:33.3%; }
	.gallery0094 .list_box li:nth-of-type(3) { display:block; }

	/* 배너존 */
	.banner_zone h2 { display:none; }
	.banner_zone .bnWrap { width:calc(100% - 6rem); padding-left:0.75rem; }

}
@media (max-width:768px) {
	/* 바로가기1 */
	.M_link0094 li { width:33.333%; float:left; }

	/* 갤러리 */
	.gallery0094 .list_box li { width:50%; }
	.gallery0094 .list_box li:nth-of-type(3) { display:none; }
}

@media (max-width: 560px) {
	/* 메인비주얼 */
	.MVisual0094 .control{ bottom:.5rem; }
	.MVisual0094 .control > a{ width:1.65rem; height:1.65rem; line-height:1.65rem; }
}

@media (max-width:480px) {
	/* 비주얼 */
	.MVisual0094 { border-radius:0 1.5rem; }

	/* heading*/
	.heading { margin-bottom:.75rem; }

	/* 바로가기1 */
	.M_link0094 li { padding:1rem 0 .5rem; }
	.M_link0094 li a .ico { width:3.75rem; height:3.75rem; }

	/* 게시판 */
	.notice0094 .titTab li { max-width:100%; }
	.notice0094 .titTab a { padding-bottom:0; }
	.notice0094 .titTab a.current { padding-bottom:.3rem; }
	.notice0094 .titTab a.current:before { width:100%; }
	.notice0094 .titTab a.current:after { width:1rem; height:1rem; border-width:5px; bottom:-.5rem }

	/* 캘린더 */
	.pop_schedule0094 .lst { height:9rem; }
	.pop_schedule0094 .lst ul { margin:-.3rem 0; }
	.pop_schedule0094 .lst li { padding:.3rem 0; }

	/* 갤러리 */
	.gallery0094 .list_box li { width:100%; }

}
@media (max-width:380px) {
}


@media (max-width:320px) {
	/* 게시판 */
	.notice0094 .list_box li p { width:100%; }
	.notice0094 .list_box li span { display:none; }

	/* 식단 */
	.meal_menu0094 .inner dd { padding-right:0; }
	.meal_menu0094 .img { display:none; }
}