﻿/* heading */
h2.heading {display:inline-block; height:2.6rem; margin:0 3rem 0 0; font-weight:700; line-height:2.6rem; font-size:1.1rem; overflow:hidden; text-overflow:ellipsis; margin-bottom:0.5rem; padding-right:1rem; }
/* btn_more */
.btn_more { position:absolute; right:0; top:0; display:block; width:2.6rem; height:2.6rem; border-radius:0.8rem; background:#54a53e; text-align:center; line-height:2.6rem; color:#fff; font-size:1.5rem; -webkit-transition:0.15s; transition:0.15s; }   
.btn_more i { position:relative; -webkit-transition:0.15s; transition:0.15s;}
/** btn_more active **/  
.btn_more:hover i,
.btn_more:focus i { -webkit-transform:rotate(90deg); transform:rotate(90deg);} 

/* 메인비주얼 */
.MVisual0057 { position:relative; height:100%; overflow:hidden; box-shadow: 3px 3px 10px rgba(0,0,0,0.11); isolation: isolate; border-radius: 0 0 2.5rem 2.5rem;}
.MVisual0057 .slider,
.MVisual0057 .slick-list,
.MVisual0057 .slick-track{ height:100%; z-index: 0;}
.MVisual0057 .item { overflow:hidden; line-height:0; background: rgba(0,0,0,0.2);}
.MVisual0057 .item img { position:relative; width:auto; height:100%; }
.MVisual0057 .control { position:absolute; left:2rem; bottom:1rem; z-index: 1;}
.MVisual0057 .control > a { display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgba(0, 0, 0, 0.3); color:#fff; text-align:center; border-radius:50%; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.MVisual0057 .control > a.play { display:none;}
/** 메인비주얼 active **/
.MVisual0057 .control > a:hover,
.MVisual0057 .control > a:focus { background:rgba(0,0,0,0.5); }
 
/* 팝업존 */
.pop0057 { position:relative; width:100%; height:100%; padding-right:0.65rem; border-radius:1rem 1rem 1rem 0; isolation: isolate; } 
.pop0057 .tit_wrap { position:relative; width:100%; z-index:1; } 
.pop0057 h2 { height:2.5rem; line-height:2.5rem; margin:0 7rem 0 1rem; font-weight:600; font-size:1rem; overflow:hidden; text-overflow:ellipsis; color: #222; }
.pop0057 .control { position:absolute; top:0; right:1rem; line-height:2.5rem; font-size:0;}   
.pop0057 .page { display:inline-block; font-size:0.8rem; vertical-align:middle; color: #111;}
.pop0057 .page strong {font-weight: 600; margin-right: 0.6rem;}
.pop0057 .control a { position:relative; display:inline-block; width:1rem; height:2.5rem; vertical-align:middle; text-align:center; font-size:1rem; margin-left:0.5rem; -webkit-transition:all 0.15s; transition:all 0.15s;}  
.pop0057 .control a i,
.pop0057 .control a img { position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.pop0057 .control .play { display:none; }
.pop0057 .pop_img { position:relative; height:11.25rem; overflow: hidden; isolation: isolate; border-radius:1.5rem; background:rgba(0,0,0,0.3); box-shadow: 12px 15px 0px rgba(0,0,0,0.11);}
.pop0057 .pop_img div,
.pop0057 .pop_img .item {height:100%;}
.pop0057 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0057 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}
/* active */
.pop0057 .control a:hover i,
.pop0057 .control a:focus i{ color: #54a53e; }

/* 행사일정 */
.pop_schedule0057 { position:relative; height:100%; }    
.pop_schedule0057:before { content:''; display:block; position:absolute; width: 3.55rem; height: 4rem; bottom:1.5rem; left:1.8rem; background: url('/images/schl/template/T0057/main/0057_img_sche.png') no-repeat center / contain;  }    
.pop_schedule0057 .sche_wrap { display:flex; height:7rem; background:#eef7ff; border-radius:1rem; align-items:center; padding:1rem 1rem 1rem 6.75rem; }
.pop_schedule0057 .month { width:6.5rem; text-align:center; }
.pop_schedule0057 .month a {display:inline-block; width:1.5rem; line-height:2.7rem; font-size:1rem; vertical-align:bottom; -webkit-transition: all 0.15s; transition: all 0.15s;}
.pop_schedule0057 .month a i { -webkit-transition:all 0.15s; transition:all 0.15s; } 
.pop_schedule0057 .month .date { display:inline-block; vertical-align:bottom; color:#333; font-weight:600; }
.pop_schedule0057 .month .date em { display:block; width:2.7rem; height:2.7rem; background:#5ba9ff; border-radius:50%; color:#fff; line-height:2.7rem; font-size:1.2rem; font-weight:700; margin-top:0.3rem; }
.pop_schedule0057 .lst { position:relative; width:calc(100% - 6.5rem); }
.pop_schedule0057 .lst ul { height:3.5rem; overflow-y:auto; } 
.pop_schedule0057 .lst ul li a { position:relative; display:block; line-height:1.75rem; padding-left:3rem; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#222; }
.pop_schedule0057 .lst ul li a span { position:absolute; left:0; top:0; width:3rem; text-align:center; color:#222; font-size:0.85rem; -webkit-transition:0.15s; transition:0.15s; font-weight: 600; }
.pop_schedule0057 .lst .no_data {line-height:3.5rem; text-align:center;}  
.pop_schedule0057 .btn_more { background: #5ba9ff;}
/* active */
.pop_schedule0057 .month a.prev:hover,
.pop_schedule0057 .month a.prev:focus{transform: translateX(-0.2rem);}
.pop_schedule0057 .month a.next:hover,
.pop_schedule0057 .month a.next:focus{transform: translateX(0.2rem);}
.pop_schedule0057 .lst ul li a:hover,
.pop_schedule0057 .lst ul li a:focus { text-decoration: underline;}

/* 식단 */
.meal_menu0057 { position:relative; height:100%; }  
.meal_menu0057 .inner {position:relative; height:7rem; background:#fdefee; padding:1.8rem 1rem 1.8rem 7.75rem; border-radius:1rem; } 
.meal_menu0057 .inner ul { overflow:hidden; overflow-y:auto; height:3.5rem;} 
.meal_menu0057 .inner li + li { margin-top:1.2rem; }
.meal_menu0057 .inner .no_data {line-height:3.5rem; text-align:center;}
.meal_menu0057 .inner dl { position:relative; display:flex; }
.meal_menu0057 .inner dl dt { width:6.5rem; text-align:center; font-size:0.9rem; line-height: 3.5rem; color:#eb6452; }
.meal_menu0057 .inner dl dt strong { display:inline-block; width:2.7rem; height:2.7rem; background:#eb6452; border-radius:50%; color:#fff; font-weight:600; line-height:2.7rem; font-size:0.85rem; vertical-align:middle; overflow:hidden; }
.meal_menu0057 .inner dl dt em {font-weight:600; }
.meal_menu0057 .inner dl dd { width:calc(100% - 6.5rem); padding:0 0.5rem 0 1rem; word-break : keep-all; line-height:1.5rem; padding-top:0.3rem;} 
.meal_menu0057 img { position:absolute; bottom:1.5rem; left:1.5rem; max-width: 5.15rem; max-height: 3.8rem;}
.meal_menu0057 .btn_more { background:#eb6452; }

/* 게시판 */
.notice0057 { position:relative; }    
.notice0057 .titTab { margin:0 2rem 1.4rem 0; font-size:0; } 
.notice0057 .titTab ul li {position: relative; display:inline-block; max-width:calc(100% / 3); padding-right:1.3rem; }
.notice0057 .titTab ul li + li:before { content:""; position:absolute; left:-0.8rem; top:0.7rem; width:0.2rem; height:0.2rem; background:#ccc; border-radius:50%; }
.notice0057 .titTab ul li a { display:block; height:1.5rem; font-size:1.1rem; color:#777; font-weight:500; overflow:hidden; white-space: nowrap;}
.notice0057 .list_box { display:none; }
.notice0057 .list_box ul {margin:0 -0.7rem; }   
.notice0057 .list_box ul:after { content:''; display:block; clear:both; }   
.notice0057 .list_box li { width:25%; float:left; padding:0 0.7rem; } 
.notice0057 .list_box li:nth-child(n+5) { display:none;}
.notice0057 .list_box li a { position:relative; display:block; height:11.75rem; color:#555; border:1px solid #cfcfcf; border-radius:1rem; padding:1.2rem 1rem; background-color: #fff; }
.notice0057 .list_box li a:before { content:''; display:block; width:calc(100% + 2px); height:calc(100% + 2px); border-radius:1rem; border:2px dashed #54a53e; position:absolute; top:-1px; left:-1px; opacity:0; transition:all 0.15s; -webkit-transition:all 0.15s; }
.notice0057 .list_box li a .tit {height:3rem; line-height:1.5rem; overflow:hidden; font-size:0.9rem; font-weight:500; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.notice0057 .list_box li a .txt { height:2.4rem; line-height:1.2rem; overflow:hidden; margin:1.2rem 0; color:#555; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.notice0057 .list_box li a .date { position:relative; display:block; text-align:right; font-size:0.75rem; color:#555; }
.notice0057 .list_box li a .date:before { content:"\ead7"; font-family:"xeicon"; display:inline-block; margin-right:0.3rem; }
.notice0057 .list_box li a.new p.tit:before { content:"N"; display:inline-block; width:1.9rem; height:1.9rem; background:#54a53e; border-radius:50%; line-height:1.9rem; text-align:center; color:#fff; font-weight:500; font-size:0.9rem; vertical-align:middle; margin-right:0.3rem; top: -1rem; position: absolute; -webkit-transform: translateX(-50%); transform: translateX(-50%); right: 0; } 
.notice0057 .btn_more { top:-0.55rem;}
/** 게시판 active **/ 
.notice0057 .titTab ul li a.current,
.notice0057 .titTab ul li a:hover,
.notice0057 .titTab ul li a:focus {font-weight: 600; color: #111;}
.notice0057 .titTab ul li a span{ position: relative; }
.notice0057 .titTab ul li a.current span:before,
.notice0057 .titTab ul li a:hover span:before,
.notice0057 .titTab ul li a:focus span:before {content: ''; position: absolute; width: 100%; height: 0.8rem; background-color: #54a53e; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: -1; opacity:0.25;} 
.notice0057 .list_box li a:hover,
.notice0057 .list_box li a:focus { border-color:transparent;}
.notice0057 .list_box li a:hover:before,
.notice0057 .list_box li a:focus:before { opacity:1;} 
/** 게시판 : 데이터 없음 **/
.notice0057 .list_box li.no_data { width:100%; line-height:11.75rem; text-align:center; }
/** 게시판 :action **/  
.notice0057 .list_box.on { display:block; }
.notice0057 a  { -webkit-transition:all 0.15s; transition:all 0.15s; } 

/* 바로가기 */
.M_link0057 { position:relative; } 
.M_link0057 ul { display:flex; width: calc(100% + 2rem); margin: 0 -1rem; height:100%;}
.M_link0057 li { flex:1; padding:0 0.4rem; max-width:10rem; }
.M_link0057 li a { display:block; position:relative; width:100%; height:100%; word-break:keep-all; text-align:center; } 
.M_link0057 li a .img { position:relative; display:block; width:5rem; height:5rem; background:#fff; border:2px dashed transparent; border-radius:50%; margin:0 auto; -webkit-transition:0.15s; transition:0.15s;}
.M_link0057 li a .img img { width:100%; }
.M_link0057 li a p {height:2rem; font-size:0.9rem; font-weight:400; line-height:1rem; overflow:hidden; margin-top:1rem; word-break:break-all;} 
/** 바로가기 active **/ 
.M_link0057 li a:hover .img,
.M_link0057 li a:focus .img { border-color: #5da8ff; box-shadow:2px 2px 10px rgba(20,27,31,0.35); }
.M_link0057 li a:hover p,
.M_link0057 li a:focus p { font-weight: 500;}
 
/* 갤러리 */
.gallery0057 { position:relative; height:100%; } 
.gallery0057 h2.heading { position:relative; display:block; max-width:9rem; height:1.5rem; line-height:1.5rem; margin:0 5rem 1.8rem 0; }  
.gallery0057 ul { position:relative; display:flex; margin:0 -0.7rem; }
.gallery0057 ul li { width:25%; height:12.25rem; padding:0 0.7rem;  }
.gallery0057 ul li:nth-child(n+5) { display:none; }
.gallery0057 ul li:nth-child(2n) { margin-top:-1rem;} 
.gallery0057 ul li a { position:relative; display:block; height:100%; border-radius:1.25rem; isolation: isolate; text-align:center; overflow:hidden; }
.gallery0057 ul li a:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; border-radius:1.25rem; isolation: isolate; opacity:0; -webkit-transition:0.15s; transition:0.15s; z-index: 10; background-color: #646464; opacity:0.1; }
.gallery0057 ul li a .img { position:relative; height:100%; overflow:hidden; background: rgba(0,0,0,0.1); }
.gallery0057 ul li 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 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.gallery0057 ul li a p { position:absolute; right:0; bottom:0; width:80%; background:#646464; color: #fff; line-height:2.4rem;  border-radius:1rem 0 0 0; padding:0 1rem; text-overflow:ellipsis; overflow:hidden; white-space: nowrap; z-index:2; -webkit-transition:all 0.3s; transition:all 0.3s;  } 
.gallery0057 .list_box li.no_data{ width:100%; height:12.25rem; display:flex; align-items:center; justify-content:center; padding:2rem 0; background:#cecece; border-radius:1.5rem 0 1.5rem 1.5rem; }  
.gallery0057 .btn_more { right: auto; left: 9.1rem; top: -0.6rem; background:#646464;}
/** 갤러리 active **/
.gallery0057 .list_box a:hover .img img,
.gallery0057 .list_box a:focus .img img {-webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); }
.gallery0057 ul li a:hover:before,
.gallery0057 ul li a:focus:before { opacity:0.8; }
.gallery0057 ul li a:hover p,
.gallery0057 ul li a:focus p { white-space: normal; line-height: 1.6; display: flex; align-items: center; justify-content: center; flex-direction: column-reverse; background: transparent; color:#fff; z-index: 20; width:100%; height: 100%; font-weight:600; }
.gallery0057 ul li a p:after{content: ''; position: relative; background: url(/images/schl/template/T0057/main/0057_ico01_thumb.png) no-repeat; width: 3.25rem; height: 3.25rem; opacity: 0; transition: all 0.3s; transition-delay: 0.2s; transform: translateY(1rem); }
.gallery0057 ul li a:hover p:after,
.gallery0057 ul li a:focus p:after{ opacity: 1; z-index: 20; transform: translateY(0);}

/* 배너존 */
.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.85rem; font-weight: 400; 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: 1790px) {  
}
@media (max-width: 1240px) { 
	/* 메인비주얼 */ 
	.MVisual0057 .item img { width:auto; height:100%; top:50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);} 

	/* 팝업존 */
	.pop0057 .pop_img .item img {width:auto; height:100%;} 

	/* 갤러리 */
	.gallery0057 h2 {max-width: calc(100% - 2.5rem); margin-right:0;} 
	.gallery0057 .list_box li.no_data { margin-bottom: 1rem; border-radius: 1.5rem; }
	.gallery0057 .btn_more { right: 0; left:auto; top: -0.6rem; }
}
@media (max-width: 1024px) {  
    /* 메인비주얼 */ 
	.MVisual0057 .item img { width:100%; height:auto; }

    /* 팝업존 */
    .pop0057 .pop_img { box-shadow: none;}

	/* 공지사항 */
	.notice0057 .list_box li { width:33.333%; }
	.notice0057 .list_box li:nth-child(4) {display:none;} 

	/* 갤러리 */
	.gallery0057 ul li { width:33.333%; }
	.gallery0057 ul li:nth-child(4) {display:none;} 

	/* 바로가기 */
	.M_link0057 li a .img { width:4rem; height:4rem;} 

	/* 행사일정 */
	.pop_schedule0057 .sche_wrap {height: 7.5rem; align-items: flex-start; flex-direction: column; padding: 1rem 1rem 1rem 6.75rem;}
	.pop_schedule0057 .month {width: 8.25rem;display: flex;justify-content: space-around;align-items: center;}
	.pop_schedule0057 .month a {margin:0 0.2rem;}
	.pop_schedule0057 .month a i { -webkit-transition:all 0.15s; transition:all 0.15s; } 
	.pop_schedule0057 .month .date {color:#333;font-weight:600;display: flex;align-items: center;}
	.pop_schedule0057 .month .date em {margin-left:0.3rem;margin-top: 0;}
	.pop_schedule0057 .lst { width:100%; }
	.pop_schedule0057 .lst ul {height: 2.6rem; margin-top:0.3rem;} 
	.pop_schedule0057 .lst .no_data {line-height:2.6rem; }  
	.pop_schedule0057 .lst ul li a { position:relative; line-height:1.4rem; } 
	.pop_schedule0057 img { bottom:1.8rem; }
		
	/* 식단 */ 
	.meal_menu0057 .inner { height: 7.6rem; padding:1rem 1rem 1rem 7.75rem; } 
	.meal_menu0057 .inner ul { height:6rem;} 
	.meal_menu0057 .inner li + li { margin-top:1.2rem; }
	.meal_menu0057 .inner .no_data {line-height:6rem; }
	.meal_menu0057 .inner dl {flex-direction: column;}
	.meal_menu0057 .inner dl dt {line-height: initial; } 
	.meal_menu0057 .inner dl dd {width: 100%;padding: 0;} 
	.meal_menu0057 img {bottom: 1.85rem;}

}
@media (max-width: 860px) {    
	/* btn_more */
	.btn_more {-webkit-transform:scale(0.7);transform:scale(0.7);} 
    
    /* 메인비주얼 */ 
	.MVisual0057 .item img { top:0; left: 0; transform: none; -webkit-transform: none;} 

	/* 팝업존 */
	.pop0057 { padding-right:0;}

	/* 바로가기 */
	.M_link0057 ul { flex-wrap:wrap; }
	.M_link0057 li { flex:inherit; width:25%; max-width:none; }
	.M_link0057 li a { padding:0; }
	.M_link0057 li a p { margin-top:0.7rem; }

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}  
@media (max-width:768px) { 
    h2.heading {font-size:1rem; margin-bottom:0; height: 1.8rem; line-height: 1.8rem;}
	/* 비주얼 */
    .MVisual0057{ margin-right: 0; }
	.MVisual0057 .control { right:2rem; left: auto; }

	/* 팝업존 */
	.pop0057 { border-radius:1rem 1rem 1rem 0;}
    .pop0057 .pop_img{ height:auto; text-align:center; }
    .pop0057 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}

	/* 행사일정 */
	.pop_schedule0057 .sche_wrap { margin-top:0.5rem; padding: 1rem 1rem 1rem 2rem;}
	.pop_schedule0057 .month {width: 8.25rem;display: flex;justify-content: space-around;align-items: center; padding-left:5rem;}
	.pop_schedule0057 .lst ul li{ width:50%; float:left;}
	.pop_schedule0057 img {bottom:auto; top:3.3rem; left:2.1rem; max-width:2.1rem;}
	.pop_schedule0057 .btn_more { top:-0.4rem;}

	/* 식단 */
	.meal_menu0057 .inner {height: 7.6rem;padding:0.75rem 1rem 1rem 1.75rem;margin-top: 0.5rem;} 
	.meal_menu0057 .inner dl dt { margin-left:4.5rem; }
	.meal_menu0057 .inner dl dd { margin-top:0.5rem; line-height:1.3rem; } 
	.meal_menu0057 img { top:3.7rem; left:1.75rem; max-width: 3.25rem; }
	.meal_menu0057 .btn_more { top:-0.3rem; }

	/* 공지사항 */
	.notice0057:before { display:none; }
	.notice0057 .titTab { overflow:hidden; margin-bottom:0.8rem; }
	.notice0057 .titTab ul li { max-width:100%; }
	.notice0057 .titTab ul li a { font-size:1rem; }
	.notice0057 .list_box li { width:50%; }
	.notice0057 .list_box li:nth-child(3) { display:none; }

	/* 갤러리 */
	.gallery0057 h2 {  margin-bottom:0.5rem; }
	.gallery0057 .list_box { padding:0 1.8rem;}
	.gallery0057 ul li { width:50%; }
	.gallery0057 ul li:nth-child(2n) { margin-top:0; }
	.gallery0057 ul li:nth-child(3) { display:none; }
	.gallery0057 ul li a:hover p:after, .gallery0057 ul li a:focus p:after {background-size: contain;}
} 
@media (max-width:480px) {  
	/* 바로가기 */ 
	.M_link0057 ul { width: 100%; margin: 0rem; }
	.M_link0057 li { width:33.333%; }
	.M_link0057 li a .img { width:3.5rem; height:3.5rem; }
	
	/* 공지사항 */ 
	.notice0057 .list_box li { width:100%; }
	.notice0057 .list_box li:nth-child(3) { display:block; }
	.notice0057 .list_box li:nth-child(n+4) { display:none; }
	.notice0057 .list_box li + li { margin-top:0.5rem; } 
	.notice0057 .list_box li.no_data {line-height: 20.2rem;}
	.notice0057 .list_box li a { height:auto;}
	.notice0057 .list_box li a .tit { height:1.5rem; line-height: 1.5rem; -webkit-line-clamp: 1;}
	.notice0057 .list_box li a .txt { height:1rem; margin:0.3rem 0 0.8rem; -webkit-line-clamp: 1; } 
	.notice0057 .list_box li a.new p.tit:before { width:1.5rem; height:1.5rem; line-height:1.5rem; top: 0; position: relative; -webkit-transform: none; transform: none; right: 0; vertical-align: top;} 


	/* 행사일정 */
	.pop_schedule0057 .lst ul li{ width:100%; }

	/* 갤러리 */ 
	.gallery0057 ul li {width:100%; }
	.gallery0057 ul li:nth-child(2) { display:none; }
} 
@media (max-width:340px) {  
	/* 메인비주얼 */
	.MVisual0057 .control > a { width: 1.5rem; height: 1.5rem; line-height: 1.5rem;}
  
	/* 바로가기 */
	.M_link0057 li a { margin-bottom: 0.5rem; }
	.M_link0057 li a p { font-size: 0.8rem; }

	/* 행사일정 */ 
	.pop_schedule0057 .sche_wrap { margin-top:0.5rem; padding: 1rem; align-items: center;}
	.pop_schedule0057 .month { padding-left:0;}
	.pop_schedule0057 img { display:none;} 

	/* 식단 */ 
	.meal_menu0057 .inner { height: 7.6rem; padding:1rem; } 
	.meal_menu0057 .inner dl dt { margin-left:0; }  
	.meal_menu0057 img { display:none; }

	/* 갤러리 */ 
	.gallery0057 .list_box { padding:0 1rem;}
	.gallery0057 ul li { padding: 0;}
}