﻿/* common */
h2.heading{position:relative; line-height:1.5rem; font-size: 1rem; font-weight:600; overflow:hidden; white-space: nowrap; color: #222;}
a.btn_more.ty{position:absolute; right:0; top:0; width:2rem; height:2rem; line-height: 2.1rem; text-align:center; color:#fff; font-size: 1.3rem; border-radius:50%; background: #ababab; transition: all 0.15s; -webkit-transition: all 0.15s;}


/* 메인비주얼 */
.MVisual0071 { position: relative; height: 100%; overflow:hidden;}
.MVisual0071 .slider{ position:relative; z-index: 0;}
.MVisual0071 .item{ overflow:hidden; line-height:0;}
.MVisual0071 .item img{ position:relative; width:100%; height:auto; }
.MVisual0071 .control{ position:absolute; left:50%; margin-left:18rem; bottom:2rem; z-index:1;}
.MVisual0071 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem;  background:rgb(0,0,0, 0.5); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.MVisual0071 .control > a.play{display:none;}
/* 메인비주얼 : active */
.MVisual0071 .control > a:hover,
.MVisual0071 .control > a:focus{ background:rgb(0,0,0, 0.9);}

/* 바로가기1 */
.M_link0071 { position:relative; height:100%;}
.M_link0071 ul{width: 100%;display: table;table-layout: fixed;}
.M_link0071 li {display: table-cell;}
.M_link0071 li a {display:block; position:relative; word-break: keep-all; text-align:center;}
.M_link0071 li a .img {display: block; width: 5rem; height: 5rem; border-radius: 1.25rem; margin: auto; border: 2px solid transparent; box-shadow: 2px 2px 7px rgba(14,25,69,0.16); background: #fff; transition: all 0.15s; -webkit-transition: all 0.15s;}
.M_link0071 li a img {position:relative; width:3.2rem; height:3.05rem; margin: 0.9rem auto 0; transition: all 0.15s; -webkit-transition: all 0.15s;}
.M_link0071 li a p { font-size: 0.85rem; line-height:1rem; max-height:2rem; padding:0 0.25rem; margin-top:1.2rem; overflow:hidden; font-weight: 500; color: #363636;}
/** 바로가기1 : active **/
.M_link0071 li a:hover .img,
.M_link0071 li a:focus .img { border: 2px solid #e84c65;box-shadow: 2px 2px 7px rgba(232,76,101,0.27); }
.M_link0071 li a:hover img,
.M_link0071 li a:focus img { transform: rotateY(180deg); -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); }
.M_link0071 li a:hover p,
.M_link0071 li a:focus p { font-weight:600; }

/* 게시판 */
.notice0071 { position:relative; height:100%;}
.notice0071 .titTab{ padding-right:4.7rem; margin-bottom:.7rem;}
.notice0071 .titTab ul{ overflow:hidden; width: 100%;}
.notice0071 .titTab ul li{ position:relative; float:left; max-width: calc((100% - 4rem) / 3); font-size:1rem; color:#6d6d6d; font-weight:400; vertical-align:top;}  
.notice0071 .titTab ul li + li { margin-left:2rem; }  
.notice0071 .titTab ul li + li:before { content:""; display:block; width: 6px; height:6px; border-radius:50%; background:#184de7; position:absolute; left:-1rem; top:calc(50% - 3px); }  
.notice0071 .titTab ul li a {position:relative; display:block; color:#777; line-height:1.3rem; z-index:1; text-align: center; transition: all 0.15s; -webkit-transition: all 0.15s;}
.notice0071 .titTab ul li a span {display: block; font-weight:500; font-size:1rem; overflow: hidden; white-space:nowrap; padding: .6rem 0; letter-spacing:-1px;}
.notice0071 .list_box { display:none; }
.notice0071 .list_box .topList { display:block;}
.notice0071 .list_box dl { position:relative; display:block; width:100%; background:#fff; border-radius: 1.25rem; padding: 0.8rem 1.5rem;} 
.notice0071 .list_box dt {position:relative; line-height:1.5rem; font-size: 0.85rem; color: #272727; font-weight:500; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.notice0071 .list_box dl.new dt { padding-left: 1.5rem; }
.notice0071 .list_box dl.new dt:before { content: "\e9a8"; font-family:'xeicon'; font-size:1.3rem; display: block; color:#184de7; position: absolute; top: 0rem; left: 0; text-align: center; position:absolute; top:0; left:0;}
.notice0071 .list_box dd > p { color: #363636; font-size:0.75rem; font-weight: 400; overflow:hidden; white-space: nowrap; margin:0.4rem 0 0.4rem; text-overflow: ellipsis;}
.notice0071 .list_box dd .date { position:relative; font-size:0.75rem; color: #777;} 
.notice0071 .list_box ul { margin-top:0.7rem;}
.notice0071 .list_box li { padding:0.08rem 0; }
.notice0071 .list_box li:nth-child(n + 4) { display:none; }
.notice0071 .list_box li a {position:relative; display:block; line-height: 1.9rem; padding:0 5rem 0 0.85rem; font-size:0.8rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-weight:400; color: #363636;}
.notice0071 .list_box li a.new {padding-left:1.5rem;}
.notice0071 .list_box li a:before {content:""; position:absolute; left:.15rem; top:50%; width:4px; height:4px; background: #7d7d7d; border-radius:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); -webkit-transition:all 0.15s; transition:all 0.15s;}
.notice0071 .list_box li a.new:after { content: "\e9a8"; font-family:'xeicon'; font-size:1.3rem; display: block; color:#184de7; position: absolute; top: 0rem; left: 0; text-align: center; position:absolute; top:0; left:0;}
.notice0071 .list_box li a span {position:absolute; right:0; top:0; color: #777; font-size:0.75rem; font-weight:400;}
.notice0071 .btn_more {position:absolute; top: 0.4rem; right:0; background: #f3e7db; padding:0.4rem 0.55rem 0.4rem 0.85rem; border-radius:1rem; color: #767676; font-size: 0.7rem; font-weight:500; -webkit-transition:all 0.15s; transition:all 0.15s;} 
/* 게시판 : 데이터 없음 */
.notice0071 .list_box dl.no_data { text-align:center; padding: 2rem 0;}
.notice0071 .list_box dl.no_data dt::before {display: none;} 
.notice0071 .list_box li.no_data {text-align: center; line-height: 10rem;}
/* 게시판 :action */
.notice0071 .titTab ul li a:hover,
.notice0071 .titTab ul li a:focus {color: #184de7;}
.notice0071 .titTab ul li a.current {color: #fff; font-weight:600; background: #184de7; border-radius: 1.5rem; padding: 0 1rem; }
.notice0071 .titTab ul li a.current:hover,
.notice0071 .titTab ul li a.current:focus { background: #184de7;}
.notice0071 .list_box.on { display:block; } 
.notice0071 .list_box a.topList:hover dt,
.notice0071 .list_box a.topList:focus dt {color: #184de7;}
.notice0071 .list_box a.topList:hover dd,
.notice0071 .list_box a.topList:focus dd {text-decoration: underline;}
.notice0071 .list_box li a:hover, 
.notice0071 .list_box li a:focus, 
.notice0071 .list_box li a:hover span,
.notice0071 .list_box li a:focus span {text-decoration: underline;}
.notice0071 .btn_more:hover,
.notice0071 .btn_more:focus { background: #888; color:#fff; }

/* 팝업존 */
.pop0071 {position:relative; width:100%; height:100%; padding:1rem 2.1rem 1.75rem 2.1rem; background: #fff; border-radius: 2.5rem; box-shadow: 0 0 9px rgba(0,0,0,0.35);}
.pop0071 h2.heading { margin-bottom:0.8rem;}
.pop0071 .control{position:absolute; right: 2.5rem; top: 0.9rem; z-index: 99; }
.pop0071 .control p {color:#6a6a6a; display: inline-block; margin: 0 .4rem 0  0; vertical-align: middle; }
.pop0071 .control p strong { font-weight: 600; color: #111;}
.pop0071 .control p strong:after { content: ""; display: inline-block; width: 1px; height: 12px; transform: rotate(35deg); -webkit-transform: rotate(35deg); -ms-transform: rotate(35deg); background:#6a6a6a; margin: 0 0.6rem;}
.pop0071 .control a {display: inline-block; width: 1.8rem; height: 1.8rem; text-align: center; line-height: 1.8rem; border-radius: 50%; border: 1px solid #ccc; color:#333; overflow: hidden; font-size:1.2rem; transition: all 0.15s; -webkit-transition: all 0.15s; vertical-align: middle;}
.pop0071 .control .play,
.pop0071 .control .stop { background: #9a9a9a; border-color: #9a9a9a; color: #fff;}
.pop0071 .control .play {display: none;}
.pop0071 .pop_img {position:relative; width: 17.6rem; height: 11.25rem; overflow: hidden; border-radius: 1.2rem; isolation: isolate; background:rgba(0,0,0,0.1); }
.pop0071 .pop_img div[class*='slick-'],
.pop0071 .pop_img .item {height:100%;}
.pop0071 .pop_img .item a { display: flex; height:100%; line-height:0; align-items:center; justify-content: center; overflow:hidden;}
.pop0071 .pop_img .item img {position:relative; max-width:100%; width:auto; height:auto;}
/* 팝업존 : active */
.pop0071 .control a:hover,
.pop0071 .control a:focus {color:#fff; background-color: #9a9a9a;}
.pop0071 .control .play:hover,
.pop0071 .control .play:focus,
.pop0071 .control .stop:hover,
.pop0071 .control .stop:focus { background: #fff; color: #9a9a9a; border-color: #ccc;}

/* 캘린더 */
.pop_schedule0071 { position:relative;}
.pop_schedule0071 .tit_wrap{position:absolute; top: -1.3rem; left:0.8rem; background: #184de7; width: 8.7rem; border-radius: 1.5rem; z-index: 99; padding: 0.45rem 0 0.3rem; text-align:center;}
.pop_schedule0071 h2 {display:inline-block; color: #fff; max-width:calc(100% - 2rem); font-weight:600; font-size:1rem; overflow: hidden; white-space:nowrap;}
.pop_schedule0071 .month { position: absolute; top:-1.3rem; left: 10.3rem;}
.pop_schedule0071 .month a {display:inline-block; position:relative; width:2rem; height:2rem; background:#fff; border-radius:50%; border: 2px solid transparent; text-align:center; line-height:1.8rem; margin: 0 0.25rem; font-size: 1rem; box-shadow: 0 0 4px rgba(0,0,0,0.16);}
.pop_schedule0071 .month .prev:before { left:0;}
.pop_schedule0071 .month .next:before { right:0;}
.pop_schedule0071 .month > span { width:9.1rem; text-align:center; font-weight: 400; color:#222; font-size: 0.8rem; background: #e7f1fb; border-radius: 3rem; line-height:2.35rem; display:inline-block;}
.pop_schedule0071 .month span em { position:relative; font-size: 1rem; font-weight: 600; padding-left:1.1rem;}
.pop_schedule0071 .month span em:before { content:''; display:block; width:6px; height:6px; border-radius:50%; background:#184de7; position:absolute; top:calc(50% - 3px); left:0.4rem;}
.pop_schedule0071 .sche_wrap{ display: flex; position:relative; z-index:1; background: #fff; border-radius: 1.5rem; box-shadow: 0 0 9px rgba(0,0,0,0.13); padding: 2.3rem 1.2rem 1.2rem; align-items: center; flex-direction: column;}
.pop_schedule0071 .sche_wrap:after {content:""; display:block; clear:both;}
.pop_schedule0071 .lst {width: 100%; position:relative; z-index:1; float: right;}
.pop_schedule0071 .lst ul {height: 4.3rem; overflow-y:auto; overflow-x: hidden; margin-top: -0.2rem;}
.pop_schedule0071 .lst li{position:relative; width: 33.333333%; padding: 0.2rem 0; float: left;} 
.pop_schedule0071 .lst li a {position:relative; display: block; line-height:1.5rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:0.8rem; margin-right:1rem; font-weight: 400; color: #000;}
.pop_schedule0071 .lst li:nth-child(3n) a { margin-right:0;}
.pop_schedule0071 .lst li a span{color: #fff; font-weight:500; font-size:0.7rem; background: #0073d6; width: 1.75rem; height: 1.75rem; border-radius: 50%; display: inline-block; text-align: center; line-height: 1.75rem; margin-right: 0.5rem;}
.pop_schedule0071  .btn_more.ty {position:absolute; right: 1.35rem; top: -1rem; background: #184de7; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; z-index: 4;}
/** 캘린더 : 데이터없음 **/
.pop_schedule0071 .lst .no_data {width:100%; text-align:center; line-height: 3.9rem;}
/** 캘린더 : active **/
.pop_schedule0071 .month a:hover,
.pop_schedule0071 .month a:focus{ border: 2px solid #0073d6;}
.pop_schedule0071 .lst li a:hover,
.pop_schedule0071 .lst li a:focus { text-decoration:underline; }
.pop_schedule0071 .lst li a:hover span,
.pop_schedule0071 .lst li a:focus span{background: #184d92;}
.pop_schedule0071 .btn_more:hover,
.pop_schedule0071 .btn_more:focus{transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.pop_schedule0071 a,
.pop_schedule0071 a span{-webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }

/* 식단 */
.meal_menu0071 { position:relative; height:100%;}
.meal_menu0071 .tit_wrap{position:absolute; top: -1.3rem; left:0.8rem; background: #e84c65; width: 8.7rem; border-radius: 1.5rem; z-index: 99; padding: 0.45rem 0  0.3rem; text-align:center;}
.meal_menu0071 h2 {display:inline-block; color: #fff; max-width:calc(100% - 2rem); font-weight:600; font-size:1rem; overflow: hidden; white-space:nowrap;}
.meal_menu0071 .inner {position:relative; z-index:1; background: #fff; border-radius:1.5rem; box-shadow: 0 0 10px rgba(235,188,117,0.2); padding: 1.9rem 1.5rem 1.6rem;}
.meal_menu0071 .inner ul {overflow-y:auto; height: 4.1rem;}
.meal_menu0071 .inner li:not(.no_data) { padding-right:.25rem; } 
.meal_menu0071 .inner .no_data {text-align:center;line-height: 4.1rem;}
.meal_menu0071 .inner dl { position:relative; min-height:6rem;}
.meal_menu0071 .inner dt {position:relative; display:block; font-size: 1rem; font-weight: 600; color:#000; }
.meal_menu0071 .inner dt span { display: inline-block; width: 2.3rem; height: 2.3rem; border-radius: 50%; text-align: center; line-height: 2.3rem; background-color: #fddde0; color: #000; font-weight: 600; font-size: 0.85rem; margin-right: 0.35rem;}
.meal_menu0071 .inner dd {display: block; color: #353535; font-size:0.8rem; word-break:keep-all; margin-top: 0.7rem;}
.meal_menu0071 > img{position:absolute; max-width: 10.15rem; max-height: 3.45rem; right: 5.25rem; top: -1.7rem; z-index: 3;}
.meal_menu0071 .btn_more.ty {position:absolute; right: 1.35rem; top: -1rem; background:#e84c65; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; z-index: 4;}
/** 식단 : active **/
.meal_menu0071 .btn_more.ty:hover,
.meal_menu0071 .btn_more.ty:focus{transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}

/* 갤러리 */
.gallery0071 { position:relative; height:100%; }
.gallery0071 .tit_wrap{max-width: calc(100% - 5rem); padding: 0.5rem 1.2rem 0.5rem; background: #e84c65; border-radius: 1.5rem;}
.gallery0071 h2 { display:block; color: #fff; text-align:center; max-width:100%; font-weight:600; font-size:1rem; overflow: hidden; white-space:nowrap;}
.gallery0071 .list_box{ height:100%; margin-top: 0.85rem;} 
.gallery0071 .list_box li{ width: 48%; float:left; }
.gallery0071 .list_box li:nth-child(n+3){ display:none;}
.gallery0071 .list_box li + li { margin-left: 4%; }
.gallery0071 .list_box li a { position:relative; display:block; }
.gallery0071 .list_box li a .img{ height:8.8rem; border-radius:1.25rem; background:rgba(0,0,0,0.2); border:1px solid #e4e4e4; box-shadow:0 0 10px rgba(235,188,117,0.2); overflow:hidden;}
.gallery0071 .list_box li a .img img{ position:relative; left:50%; width:auto; height:100%; transform: translateX(-50%); -webkit-transform: translateX(-50%); transition: all 0.15s; -webkit-transition: all 0.15s;}
.gallery0071 .list_box li a .txt{position:relative; font-size:.85rem; font-weight:500; margin-top: 0.85rem;}
.gallery0071 .list_box li a .txt span {display:block; text-overflow: ellipsis; overflow:hidden; white-space: nowrap; color: #363636; margin-bottom:0.4rem; }
.gallery0071 .list_box li a .txt em{font-size:0.75rem; color: #777; font-weight:400;}
.gallery0071 .list_box li a.no_data{width:100%; height:19rem; display:flex; align-items:center; justify-content:center; color:#333; font-size:0.9rem; border-radius:2rem; background:#c7e3d2;}
.gallery0071 .btn_more {position:absolute; top: 0.4rem; right:0; background: #f3e7db; padding:0.4rem 0.55rem 0.4rem 0.85rem; border-radius:1rem; color: #767676; font-size: 0.7rem; font-weight:500; -webkit-transition:all 0.15s; transition:all 0.15s;} 
/** 갤러리 : 데이터없음 **/
.gallery0071 .list_box li.no_data {width:100%; text-align:center; background: #fff; border-radius: 1rem; line-height: 11.3rem;}
/** 갤러리 : active **/
.gallery0071 .list_box a:hover .txt,
.gallery0071 .list_box a:focus .txt{ text-decoration: underline;}
.gallery0071 .list_box li a:hover .img img,
.gallery0071 .list_box li a:focus .img img {transform: translateX(-50%) scale(1.1); -webkit-transform: translateX(-50%) scale(1.1); -ms-transform: translateX(-50%) scale(1.1);}
.gallery0071 .btn_more:hover,
.gallery0071 .btn_more:focus { background: #888; color:#fff; }

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #dadadc;}
.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;}

@media (max-width: 1210px) {
    /* 메인비주얼 */ 
	.MVisual0071 .item img{ width:auto; height:100%; left:-13%}
    .MVisual0071 .control{ right:1rem; margin-left:0; left: auto;}

    /* 팝업존 */
    .pop0071 { padding: 1.2rem 1rem 1.8rem 1rem; border-radius: 0 1.5rem 1.5rem 0;} 
    .pop0071 .control { right: 1.4rem;} 

    /* 게시판 */
    .notice0071 .titTab ul li{ max-width: calc((100% - 2rem) / 3); }  
    .notice0071 .titTab ul li + li { margin-left:1rem; }  
    .notice0071 .titTab ul li + li:before { left:-0.6rem; }  
    .notice0071 .titTab ul li a span { font-size:0.9rem; letter-spacing:-2px;}
    /* 게시판 :action */ 
    .notice0071 .titTab ul li a.current { padding: 0 0.5rem; }

    /* 캘린더 */ 
	.pop_schedule0071 .tit_wrap{width: 7.5rem; padding: 0.3rem 0 0.2rem;}
	.pop_schedule0071 .month { left: 8.7rem;}
    .pop_schedule0071 .month > span {max-width: 9.1rem; padding: 0 0.5rem; width: auto; }
    .pop_schedule0071 .month a { margin: 0 0.1rem;}
	.pop_schedule0071 .lst li{ width:50%; }

	/* 식단 */ 
	.meal_menu0071 .tit_wrap { width: 7.5rem; }
	.meal_menu0071 > img{ right: 4rem; }
 
}

@media (max-width: 1024px){
 
}
@media (max-width: 920px) {
	/* 바로가기1 */ 
    .M_link0071 ul{width: 100%; display:flex; flex-wrap:wrap; }
    .M_link0071 li {display: block; width: 25%;}
    .M_link0071 li:nth-child(n+5) {margin-top:0.5rem;}
	.M_link0071 li a p { line-height: 1.1; height: 1.9rem; margin-top: 0.7rem;}

	/* 캘린더 */  
    .pop_schedule0071 .month > span { padding: 0 1rem; }
 
	
}
@media (max-width: 840px) {

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 768px) {
    h2.heading{ font-size: 0.9rem; }
    .btn_more { width: 1.7rem; height: 1.7rem; text-align: center;}
    .btn_more span { display: none;}

    /* 메인비주얼 */
    .MVisual0071 .item img{ width:120%; height:auto; left:-10%}

    /* 게시판 */
	.notice0071 .list_box li:nth-child(n + 3) { display:none; }
	.notice0071 .list_box li a { line-height:1.5rem;}
	.notice0071 .titTab{ padding-right:2rem; margin-bottom:0.3rem;}
    .notice0071 .titTab ul li a span {font-size:0.9rem; padding: 0.46rem 0;}
	.notice0071 .btn_more {top: 0.2rem; padding: 0; line-height: 1.7rem; font-size: 1.5rem;}

    /* 갤러리 */  
	.gallery0071 .tit_wrap { padding: 0.35rem 0.5rem 0.37rem;}
    .gallery0071 .list_box li{ width: 46.5%; }
    .gallery0071 .list_box li:nth-child(n+2){ display:block;}
    .gallery0071 .list_box li:nth-child(n+3){ display:none;}
	.gallery0071 .list_box li a .txt{ margin-top: 0.5rem;}
	.gallery0071 .list_box li a .txt em {display:block;}
	.gallery0071 .btn_more {top: 0.2rem; padding: 0; line-height: 1.7rem; font-size: 1.5rem;}

	/* 식단 */  
	.meal_menu0071 .tit_wrap{ padding: 0.3rem 0 .2rem; top:-1.1rem;}
	.meal_menu0071 .inner {padding: 1.5rem 1.4rem 1rem;} 
	.meal_menu0071 .inner ul {height: 5.1rem;}
	.meal_menu0071 .inner dt { display:block; font-size:0.9rem} 
	.meal_menu0071 .inner dd {display: block; margin-top:0.5rem;}
	.meal_menu0071 .inner .no_data { line-height:4rem; }
	.meal_menu0071 > img{ max-width:6.75rem; top: -1rem;}   
	 

    /*바로가기1*/
    .M_link0071 li a .img { width: 4rem; height: 4rem; }
    .M_link0071 li a img { width:2.8rem; height:auto; margin: 0.5rem auto 0; }
    .M_link0071 li a p { margin:0.5rem 0; }

	 /* 팝업존 */ 
    .pop0071 {border-radius:0 ;padding: 0; background: transparent; box-shadow: none;}
    .pop0071 .control{right: 0; top: 0;}
    .pop0071 .pop_img {width: 100%; height: auto;}
	 
}

@media (max-width: 540px) {	

    /* 메인비주얼 */
	.MVisual0071 .control{ bottom:0.5rem; left:0.75rem;}
	.MVisual0071 .control > a{ width:1.65rem; height:1.65rem; line-height:1.65rem; }

    /* 게시판 */ 
	.notice0071 .titTab ul li{ max-width: 100%; margin-right:1rem;}   
	.notice0071 .titTab ul li + li { margin-left:0; }  
	.notice0071 .titTab ul li + li:before { display:none;}   
	/**게시판: 데이터없음**/
	.notice0071 .list_box dl.no_data dt {padding-left:0;}
	
}
 
@media (max-width: 460px) {
  /* 바로가기1 */  
  .M_link0071 li { width: 33.333333%; }
  .M_link0071 li:nth-child(n+5) {margin-top:0;}
  .M_link0071 li:nth-child(n+4) {margin-top:0.5rem;}

	/*캘린더*/
	.pop_schedule0071 .sche_wrap{ padding: 2rem 1rem 1.2rem; }
	.pop_schedule0071 .lst li{ width:100%; }
	.pop_schedule0071 .lst ul {height: 4.3rem; overflow-y:auto; overflow-x: hidden; margin-top: 0.6rem;}
	.pop_schedule0071 .month { position: relative; top: 0; left: 0;} 

    /* 갤러리 */ 
    .gallery0071 .list_box li{ width: 100%; }
    .gallery0071 .list_box li:nth-child(n+2){ display:none;}

	/* 식단 */   
	.meal_menu0071 > img{ display:none;}   

    /* 게시판 */ 
    .notice0071 .list_box dl.new { padding: 0.8rem 1rem;}
 
}

 
