﻿/* 공통 */
.tit_wrap {position: relative;}
.tit_wrap h2 {display:block; max-width:calc(100% - 5rem); margin-bottom: 1rem; height: 2rem; line-height: 2rem; font-size: 1.1rem; font-weight: 600; color: #111; white-space: nowrap; overflow: hidden;}
.btn_more {position: absolute; top: 0; right: 0; display: inline-block; width: 2rem; height: 2rem; line-height: 2rem; text-align: center; font-size: 1.2rem; color: #000; background: #f0f0f0; border-radius: 50%; -webkit-transition: all .15s; transition: all .15s;}
.btn_more2 {position: absolute; top: 0.6rem; right: 0; display: inline-block; font-size: 0.7rem; color:#000; background-color: transparent; padding-right: 0.4rem;}
.btn_more2 img { margin-left: 0.3rem; -webkit-transition: all 0.15s; transition: all 0.15s;}
.btn_more2::after { content: ''; position: absolute; bottom: -0.2rem; right: 0; display: inline-block; width: 1.25rem; height: 1.25rem; border-radius: 50%; background-color: #289bf7;z-index: -1;}
.btn_more:hover,
.btn_more:focus {transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.btn_more2:hover img,
.btn_more2:focus img  { transform: translateX(3px); -webkit-transform: translateX(3px);}

/* 메인비주얼 */
.MVisual0081 {position: relative; width:100%; max-width:70rem; height: 100%; border-radius: 0 5rem; isolation: isolate; overflow:hidden; margin:0 auto;}
.MVisual0081 .item {line-height: 0; overflow: hidden;}
.MVisual0081 .item img {position: relative; width: auto; height: 100%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.MVisual0081 .control {position: absolute; bottom: 2rem; left: 50%; margin-left: -3rem; z-index: 1;}
.MVisual0081 .control > a {display: inline-block; width: 2rem; height: 2rem; line-height: 2rem; text-align: center; color: #fff; background: rgb(3,121,209, 0.65); border-radius: 50%; transition: all 0.15s; -webkit-transition: all 0.15s;}
.MVisual0081 .control > a.play {display: none;}
.MVisual0081 .control > a:hover,
.MVisual0081 .control > a:focus {background: rgb(3,121,209, 1);}

/* 팝업존 */
.pop0081 {position: relative; width: 100%; }
.pop0081 .tit_wrap h2 {margin-right:10rem;margin-bottom: 0.5rem;}
.pop0081 .control {position: absolute; top: 0; right: 0; height: 2rem; line-height: 2rem; vertical-align: middle;}
.pop0081 .control p { display: inline-block; margin-right: 0.25rem; font-size: 0.8rem; color: #111;}
.pop0081 .control p strong {position: relative; font-size: 0.8rem; font-weight: 800; color: #ff5c60; padding-right:1rem;}
.pop0081 .control p strong:before { position:absolute; right:.4rem; top:calc(50% - 5px); width:3px; height:10px; background:#cdcdcd; border-radius:2px;  transform: rotate(40deg); -webkit-transform: rotate(40deg); -ms-transform: rotate(40deg); content:''; }
.pop0081 .control a { display: inline-block; width: 2rem; height: 2rem; line-height: 2rem; text-align: center; vertical-align: middle; font-size: 1rem; color: #000;}
.pop0081 .control .stop,
.pop0081 .control .play {background: #dfecfd; border-radius: 50%;}
.pop0081 .control .play {display: none;}
.pop0081 .pop_img {position: relative; width: 100%; height: 11.25rem; text-align: center; overflow: hidden;}
.pop0081 .pop_img .slick-list{ background:#eee; border-radius:1rem;}
.pop0081 .pop_img div,
.pop0081 .pop_img .item {height: 100%;}
.pop0081 .pop_img .item a {position: relative; display: block; height: 100%; overflow: hidden; line-height:0;}
.pop0081 .pop_img .item img {position:relative; max-width:100%; width:auto; max-height:100%; }
.pop0081 .control a:hover,
.pop0081 .control a:focus {color: #5e77c7;}

/* 게시판 */
.notice0081 .titTab { position: relative; display:block; width:100%; background:#f4f8fe; border-radius:0.5rem; }
.notice0081 .titTab ul { margin: 0 4px;}
.notice0081 .titTab ul:after { content:''; display:block; clear:both;}
.notice0081 .titTab ul li{ position:relative; float: left; max-width:calc(33% - 1rem); font-size:1.05rem; font-weight:400; vertical-align:top; background: #f4f8fe; }
.notice0081 .titTab ul li a { position:relative; display:block; color:#666; line-height:3rem; z-index:1; padding: 0 2rem; overflow: hidden; margin: 0 -4px; }
.notice0081 .titTab ul li a:before { content:""; position:absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); width:8px; height:8px; border-radius: 50%; background:#d3d3d3; z-index:0; }
.notice0081 .titTab ul li:last-child a:before { display: none; }
.notice0081 .titTab ul li a span { position: relative; display:block; overflow:hidden; white-space:nowrap;  z-index: 1;}
.notice0081 .list_box { display:none; height: 100%; margin-top:1rem;}
.notice0081 .list_box::after{content: ''; display: block; clear: both;}
.notice0081 .list_box .topList { float: left; position:relative; display:block; width:40%; height:100%; padding:2rem; overflow:hidden; border: 2px dashed #0072ac; border-radius: 1.5rem; box-shadow: 0 0 13px rgba(0, 0, 0, 0.10); transition: all 0.15s; -webkit-transition: all 0.15s;}
.notice0081 .list_box .topList:nth-child(n+2) {display: none;}
.notice0081 .list_box dt { position:relative; font-size:0.9rem; color:#222; font-weight:500; overflow:hidden; margin-bottom:2rem; margin-left: 1.2rem; text-overflow: ellipsis; white-space: nowrap;}
.notice0081 .list_box dd > p { height: 2.1rem; color:#555; font-size:0.8rem; overflow:hidden; margin-bottom:2rem; -webkit-box-orient: vertical; display: -webkit-box; word-wrap: break-word; text-overflow: ellipsis; -webkit-line-clamp: 2;}
.notice0081 .list_box dd .date { text-align: right; color: #999; font-size: 0.8rem; display: flex; justify-content: flex-start; align-items: center; }
.notice0081 .list_box dd .date p { margin-left: 0.5rem; } 
.notice0081 .list_box li:nth-of-type(n + 6) { display:none; }
.notice0081 .list_box li.no_data { text-align:center; line-height:9.5rem; }
.notice0081 .list_box li a { position:relative; display:block; line-height:2rem; padding:0 5rem 0 .85rem; font-size:0.85rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-weight:400; color:#333; transition: all 0.15s; -webkit-transition: all 0.15s; }
.notice0081 .list_box li a:before { content:""; position:absolute; left:0.15rem; top:calc(50% - 0.15rem); width:0.3rem; height: 0.3rem; background:#0077d1; border-radius: 50%; -webkit-transition:transform 0.3s; transition:transform 0.3s; }
.notice0081 .list_box li a span { position:absolute; right:0; top:0; color:#777; font-size:0.8rem; font-weight:400; }
.notice0081 .btn_more { background: transparent; top:0.5rem; right: 0.5rem;}
/* 게시판 : new */
.notice0081 .list_box li a.new { padding-left: 2.5rem; }
.notice0081 .list_box li a.new:after { content:"\e9a8"; font-family: 'xeicon'; position:absolute; top:0; left: 0.8rem; color:#0077d1; font-size:1.5rem; border-radius:50%; text-align:center; line-height:2rem; font-weight: 400; }
/* 게시판 : active */
.notice0081 .titTab li a,
.notice0081 .titTab li a .img,
.notice0081 .titTab li a .txt {-webkit-transition: all 0.15s; transition: all 0.15s;}
.notice0081 .titTab ul li a:hover,
.notice0081 .titTab ul li a:focus,
.notice0081 .titTab ul li a.current { color:#fff; border-radius: 2rem 2rem 2rem 0; background: #0379d1; font-weight: 600; transform: translateY(-0.5rem); -webkit-transform: translateY(-0.5rem);}
.notice0081 .titTab ul li a.current:before { background: #0379d1;}
.notice0081 .titTab ul li:hover a:before { display: none; }
.notice0081 .list_box.on {display: block;}
.notice0081 .list_box li a:hover,
.notice0081 .list_box li a:focus { text-decoration: underline;} 

/* 식단 */
.meal_menu0081 {position: relative; width: 100%; height: 100%;}
.meal_menu0081::before{ content: ''; display: block; width: 100%; height: 2px; background:#4d4d4d; position: absolute; top:2.5rem; left: 0;}
.meal_menu0081 .tit_wrap h2 {margin-right:3rem; margin-bottom: 0.6rem;}
.meal_menu0081 .inner { height: calc(100% - 3rem); margin-top:1.4rem;}
.meal_menu0081 .inner ul { max-height: 7.75rem; overflow-y: auto;}
.meal_menu0081 .inner li + li {margin-top: 1.5rem;}
.meal_menu0081 .inner dt {margin-bottom: 0.75rem; font-size:0; }
.meal_menu0081 .inner dt span {width:2.7rem; height:2.7rem; line-height:2.7rem; margin-right:0.9rem; border-radius:50%; vertical-align:middle; display: inline-block; text-align:center; background:#ff4b74; font-size: 0.9rem; font-weight:600; color:#fff;}
.meal_menu0081 .inner dt em { display:inline-block; width:calc(100% - 3.6rem); background:#f5f5f5; border-radius:1.4rem; vertical-align:middle; text-align:center; line-height: 2.3rem; color:#222; font-size:0.8rem; font-weight:600;}
.meal_menu0081 .inner dt em strong { font-size:1.2rem; color:#ff4b74;  }
.meal_menu0081 .inner dd {line-height: 1.5rem; font-size: 0.85rem; color:#002322; word-break: keep-all;}
.meal_menu0081 .inner .no_data {line-height: 6.5rem; text-align: center;} 
.meal_menu0081 img {position:absolute; right:0; bottom:0; max-width:5.2rem; height:auto;}
.meal_menu0081 .btn_more2::after {background: #ff4b74;}

/* 캘린더 */
.pop_schedule0081 {width: 100%; height: 100%; position: relative;}
.pop_schedule0081::before{ content: ''; display: block; width: 100%; height: 2px; background:#4d4d4d; position: absolute; top:2.5rem; left: 0;}
.pop_schedule0081 .tit_wrap h2 { margin-bottom:0.6rem;}
.pop_schedule0081 .inBox {position: relative; padding-left:6.15rem;}
.pop_schedule0081 .month{position: absolute; top: 50%; left: 1.2rem; color: #fff; font-size: 0.75rem; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 4rem; height: 4rem; border-radius:1rem 0; background:#289bf7; text-align:center; padding-top:0.5rem;}
.pop_schedule0081 .month em {display: block; font-size: 1.4rem; font-weight: 600; line-height:1; margin-top:2px;}
.pop_schedule0081 .sche_list {position: relative; padding: 0 3rem; width: 100%;}
.pop_schedule0081 .sche_list:before { content:''; display:block; width:calc(100% - 6rem); height:1px; border-bottom:2px dotted #e0e0e0; position:absolute; top:3rem; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%);}
.pop_schedule0081 .sche_list a.prev,
.pop_schedule0081 .sche_list a.next {position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); display: inline-block; width: 1.75rem; height: 1.75rem; line-height: 1.75rem; border-radius:50%; text-align: center; vertical-align: middle; font-size:0.95rem; color: #000;  background: #f3f3f3; transition: all 0.15s; -webkit-transition: all 0.15s;}
.pop_schedule0081 .sche_list a.prev {left: 0;}
.pop_schedule0081 .sche_list a.next {right: 0;}
.pop_schedule0081 .sche_list ul { white-space: nowrap; overflow-y: auto;}
.pop_schedule0081 .sche_list li {position: relative; display: inline-block; text-align: center; font-size: 0.8rem; width: 2.7rem; margin: 0 0.35rem; padding:1rem 0 1rem; font-weight:500;}
.pop_schedule0081 .sche_list li.sun {color: #ff4b74;}
.pop_schedule0081 .sche_list li.sat {color: #52b3ff;}
.pop_schedule0081 .sche_list li em{display: block; margin-top:1.7rem; position:relative;} 
.pop_schedule0081 .sche_list li em:before { content:''; display: block; width:1.5rem; height:1.5rem; border-radius:50%; opacity:0; background:#289bf7; position:absolute; bottom:-0.2rem; left:calc(50% - 0.75rem); z-index:-1} 
.pop_schedule0081 .sche_list li.event a em,
.pop_schedule0081 .sche_list li.today a em{ color:#fff; }
.pop_schedule0081 .sche_list li.event a em::before { opacity:1;}
.pop_schedule0081 .sche_list li.event a em{display: block; transition: all 0.15s; -webkit-transition: all 0.15s;}
.pop_schedule0081 .sche_list li.today a em::before {background: #ff4b74; opacity:1}   
.pop_schedule0081 .lst { background: #f9f9f9; height: 6.55rem; padding: 0.9rem 1.5rem 0.65rem; border-radius: 1rem;}
.pop_schedule0081 .lst::after{display: block; content: ''; clear: both;}
.pop_schedule0081 .lst ul{width:calc(100% + 3rem); overflow-y:auto; height:5rem; margin-left:-1.5rem;}
.pop_schedule0081 .lst li {position: relative;width: 50%; float: left; padding:0 1.5rem;}
.pop_schedule0081 .lst li:nth-child(n+3) { padding-top: 0.5rem;}
.pop_schedule0081 .lst li:nth-child(2n - 1) {border-right:2px dotted #bcbcbc; }
.pop_schedule0081 .lst li.first:before {left: -0.2rem;}
.pop_schedule0081 .lst li.no_data { border:none; line-height:5rem;}
.pop_schedule0081 .lst li.no_data:before {display:none;}
.pop_schedule0081 .lst li a {position: relative; display: block; line-height: 2rem; font-weight: 400; color: #292929; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.pop_schedule0081 .lst li a span { display:inline-block; width:2rem; height:2rem; line-height:2rem; text-align:center; border-radius:50%; background:#289bf7; margin-right:0.5rem; color: #ffff; font-size:0.75rem; font-weight: 600;}
.pop_schedule0081 .lst .no_data {width: 100%;; line-height: 3rem; text-align: center;}
/** 캘린더 : active **/
.pop_schedule0081 .lst li a:hover,
.pop_schedule0081 .lst li a:focus {text-decoration: underline;} 

/* 바로가기1 */
.M_link0081 {height: 100%;}
.M_link0081 ul { display:table; table-layout:fixed; width: 100%; height: 100%; overflow:hidden;}
.M_link0081 li {display: table-cell; vertical-align:top; height: 100%;}
.M_link0081 li a {display: flex; padding: 0 1rem; width: 100%; height: 100%; flex-direction: column; align-items: center; justify-content: center;}
.M_link0081 li a p {display: inline-block; width: 4.9rem; height: 4.9rem; border-radius:50%; box-shadow:1px 1px 7px rgba(0,0,0,0.11); border:3px solid transparent; background:#f4fcfe; line-height: 4.3rem; text-align: center;}
.M_link0081 li a img {max-width: 3.45rem; max-height: 3.45rem; vertical-align: middle; display:inline-block;}
.M_link0081 li a span {position: relative; display: inline-block; margin-top: 1rem; padding-bottom: 0.25rem; line-height: 1.15; font-size:0.85rem; font-weight: 400; text-align:center; color: #333;z-index: 1;}
.M_link0081 li a span:before {position: absolute; top: -0.5rem; left: -0.5rem; width: 1.1rem; height: 1.1rem; border-radius:50%; background: #d0f4ff; content: ''; z-index: -1; opacity:0;}
.M_link0081 li a span em { position:relative; height: 2rem; display:inline-block; word-break: break-all; overflow: hidden; }
/** 바로가기1 : active **/
.M_link0081 li a:hover p,
.M_link0081 li a:focus p { border-color:#92e6ff; box-shadow:none;}
.M_link0081 li a:hover img,
.M_link0081 li a:focus img {transform: translateY(-5px); -webkit-transform: translateY(-5px);}
.M_link0081 li a:hover span,
.M_link0081 li a:focus span {color: #0379d1; font-weight:600;}
.M_link0081 li a:hover span:before,
.M_link0081 li a:focus span:before { opacity:1;}
.M_link0081 li a,
.M_link0081 li a img,
.M_link0081 li a span em,
.M_link0081 li a span em:before {-webkit-transition: all 0.15s; transition: all 0.15s;}

/* 갤러리 */
.gallery0081 {position: relative; height: 100%;}
.gallery0081 .tit_wrap h2 { margin-bottom: 0.7rem; margin-right:3rem;} 
.gallery0081 .list_box ul {height: 100%;}
.gallery0081 .list_box ul:after {clear: both; display: block; content: "";}
.gallery0081 .list_box li {float: left; width: 30.8%; height: 100%;}
.gallery0081 .list_box li + li {margin-left: 3.75%;}
.gallery0081 .list_box li:nth-of-type(n+4) {display: none;}
.gallery0081 .list_box a {position: relative; display: block; height: 100%; text-align: center; }
.gallery0081 .list_box a .img { position:relative; width: 100%; height: 12rem; background: rgba(0,0,0,0.1); border-radius: 1.5rem; overflow: hidden;}
.gallery0081 .list_box a .img:before { content:''; display:block; width:100%; height:100%; border:2px solid #0379d1; border-radius:1.5rem; transition:all 0.15s; -webkit-transition:all 0.15s; opacity:0; position:absolute; top:0; left:0; z-index:1;}
.gallery0081 .list_box a .img img {position: relative; top: 50%; left: 50%; width: 100%; height: auto; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -webkit-transition: all 0.15s; transition: all 0.15s;}
.gallery0081 .list_box a .txt { position:absolute; width: 100%; bottom:-0.8rem; left:0; background:#fff; border-radius: 0 1.7rem 1.7rem 1.7rem; line-height: 3.7rem; font-size: 0.9rem; font-weight: 500; color: #000; padding:0 1rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,0.15); z-index:2; -webkit-transition: all 0.15s; transition: all 0.15s;}
.gallery0081 .list_box a .date {display: block; margin-top: 0.5rem; height: 1rem; line-height: 1rem; font-size: 0.8rem; color: #777;}
.gallery0081 .list_box li.no_data{display: flex; margin-left: 0; padding: 2rem 0; width: 100%; height: 12.8rem; align-items: center; justify-content: center; background: rgba(0,0,0,0.05); border-radius:1rem;}
/** 갤러리 : active **/ 
.gallery0081 .list_box a:hover,
.gallery0081 .list_box a:focus {-webkit-transition: all 0.15s; transition: all 0.15s;}
.gallery0081 .list_box a:hover .txt,
.gallery0081 .list_box a:focus .txt {background:#0379d1; color:#fff;}
.gallery0081 .list_box a:hover .img:before,
.gallery0081 .list_box a:focus .img:before { opacity:1;}
.gallery0081 .list_box a:hover .img img,
.gallery0081 .list_box a:focus .img img  {transform: translate(-50%, -50%) scale(1.1); -webkit-transform: translate(-50%, -50%) scale(1.1);}

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #d1d8e4;}
.banner_zone .container {position: relative; height: 4rem; overflow: hidden;}
.banner_zone h2 {float:left; margin-top: 1.5rem; width: 4rem; font-size: 0.8rem; font-weight: 600; color: #191919;}
.banner_zone .btn {float: left; margin-top: 1.3rem; overflow: hidden; border-left:1px solid #ccc;}
.banner_zone .btn a {float: left; width: 1.4rem; height: 1.4rem; line-height:1.4rem; text-align:center; overflow: hidden; border:1px solid #ccc; border-left:0;}
.banner_zone .btn a.play{display:none;}
.banner_zone .bnWrap {width: calc(100% - 10rem); float:left; padding-top: 0.75rem; padding-left:1.5rem; overflow: hidden;}
.banner_zone .bnWrap a {display: block; height: 2.5rem; line-height: 2.3rem; text-align: center; margin:0 5px; border: 1px solid #c8d1db; overflow: hidden;}
.banner_zone .bnWrap a img {max-width: 100%; max-height: 100%; vertical-align: middle;}
/* 배너존 : active */
.banner_zone .btn a:hover,
.banner_zone .btn a:focus{background:#f1f1f1;}

@media (max-width: 1400px) {
	/* 메인비주얼 */
	.MVisual0081 .item img {width: 100%; height: auto; left: auto; transform: none; -webkit-transform: none;}
}

@media (max-width: 1240px) { 
    /* 게시판 */
    .notice0081 .titTab ul li a { padding: 0 1.2rem; }
 
}

@media (max-width: 1024px) {
    .tit_wrap h2 { font-size: 1rem;}

	/* 게시판 */
    .notice0081 .titTab ul li { font-size: 1rem; } 
	
	/* 메인비주얼 */
	.MVisual0081 { border-radius: 0 3rem; }

	/* 바로가기1 */
	.M_link0081 ul {border-radius:1.5rem;}
	 
	/* 갤러리 */
	.gallery0081 .list_box li {width: 31.5%;}
	.gallery0081 .list_box li + li {margin-left: 2.75%;}
}
  
@media (max-width: 900px) {
	/* 팝업존 */
    .pop0081 .pop_img{ height:auto; text-align:center; }
    .pop0081 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}

	/* 갤러리 */
	.pop_schedule0081 .lst ul{width:calc(100% + 1rem); margin-left:-0.5rem;}
	.pop_schedule0081 .lst li { padding:0 0.5rem;}
}

@media (max-width: 860px) {
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 768px) {
	/* 공통 */
	.tit_wrap h2 {margin-bottom: 1rem; font-size: 1rem;}

	/* 메인비주얼 */
	.MVisual0081 {border-radius: 1.75rem;}
	.MVisual0081 .slider,
	.MVisual0081 .slider div {height: 100%;}
	.MVisual0081 .control {bottom: 1.5rem;}
   
	/* 갤러리 */
	.gallery0081 { padding-bottom:0.8rem; }
	.gallery0081 .tit_wrap h2 {margin-bottom:1rem;}
	.gallery0081 .list_box li {width: calc(50% - 1rem);}
	.gallery0081 .list_box li:nth-of-type(n+3) {display: none;}
	.gallery0081 .list_box li + li { margin-left:2rem; }

	/* 식단 */
	.meal_menu0081 .inner { margin-top:2rem;}
	.meal_menu0081 .inner dd { padding-right:4rem;} 
	.meal_menu0081 img {max-width:4rem; bottom:-2rem; }
}

@media (max-width: 650px) {
	/* 메인비주얼 */
	.MVisual0081 .control { bottom:0.5rem; }
	.MVisual0081 .control > a{ width:1.65rem; height:1.65rem; line-height:1.65rem; }

	/* 바로가기 */
	.M_link0081 ul { display:block; font-size:0;}
	.M_link0081 li {display: inline-block; width:33.33333%;}
	.M_link0081 li a { padding: 0 0.5rem;}
	.M_link0081 li a p { width: 4rem; height: 4rem; line-height: 3.5rem; }
	.M_link0081 li a img {max-width: 2.8rem; max-height: 2.8rem; }
	.M_link0081 li a span { margin-top: 0.7rem; }

}

@media (max-width: 480px) {
	/* 공통 */
	.tit_wrap h2 {margin-bottom: 0.75rem;}
	
	/* 메인비주얼 */
	.MVisual0081 {border-radius: 0 1.25rem;}
  
	/* 갤러리 */ 
	.gallery0081 .tit_wrap h2 {margin-bottom:0.75rem;}
	.gallery0081 .list_box li {width: 100%;}
	.gallery0081 .list_box li:nth-of-type(n+2) {display: none;}

	/* 게시판 */
	.notice0081 .titTab { margin-right: 3.2rem; } 
    .notice0081 .titTab ul li {max-width: calc(100% - 3rem);font-size: 0.9rem;}
    .notice0081 .titTab ul li a { padding: 0 1rem; line-height:2.3rem; }
    .notice0081 .titTab ul li a:before { display: none; }
	.notice0081 .list_box { margin-top:0.5rem;}

	/* 캘린더 */ 
	.pop_schedule0081::before{  display:none;}
	.pop_schedule0081 .tit_wrap h2 {margin-bottom: 0.5rem;}
	.pop_schedule0081 .inBox { padding-left:0;}
	.pop_schedule0081 .month{position: relative; top: 0; left: 50%; transform: translateX(-50%); padding-top:0; -webkit-transform: translateX(-50%); width: calc(100% - 1rem); height: 2.3rem; line-height: 2.3rem; border-radius:1rem; }
	.pop_schedule0081 .month span { display: flex; flex-direction: row; justify-content: center;}
	.pop_schedule0081 .month span em { margin-left:0.4rem;line-height: 1.9rem; }
	.pop_schedule0081 .sche_list { padding: 0; }
	.pop_schedule0081 .sche_list:before { width:100%; }
	.pop_schedule0081 .sche_list a.prev,
	.pop_schedule0081 .sche_list a.next { top:-1.9rem; transform: none; -webkit-transform: none; } 
	.pop_schedule0081 .sche_list ul { margin: 0 1rem;}    
	.pop_schedule0081 .lst { background: #f9f9f9; height: 6.55rem; padding: 0.9rem 1rem; border-radius: 1rem;} 
	.pop_schedule0081 .lst ul{width:100%; overflow-y:auto; height:4.5rem; margin-left:0;}
	.pop_schedule0081 .lst li { width: 100%;  padding:0;}
	.pop_schedule0081 .lst li:nth-child(n+2) { padding-top: 0.3rem;}
	.pop_schedule0081 .lst li:nth-child(2n - 1) {border-right:none; }  
	.pop_schedule0081 .lst li.no_data { line-height:4.5rem;}

	
}
 
@media (max-width: 320px) { 
	
	/* 식단 */
	.meal_menu0081 .inner dd { padding-right:0;} 
	.meal_menu0081 img {display:none; }

	/* 게시판 */
	.notice0081 .list_box li a { padding:0 0 0 0.85rem; }
	.notice0081 .list_box li a span { display:none;}

	
} 
