﻿h2.heading{font-size:1.1rem; font-weight:600; color:#000; margin:0 3rem 1rem 0; overflow:hidden; white-space:nowrap; }

/* btn_more */
.btn_more { position:absolute; right:0; top:-0.2rem; width:1.8rem; height:1.8rem; line-height:1.8rem; text-align:center; border-radius:50%; background:#0c4a97; color:#fff; font-size:1.1rem; -webkit-transition:0.2s; transition:0.2s; } 
.btn_more:hover,
.btn_more:focus { -webkit-transform:rotate(180deg); transform:rotate(180deg); }

 
/* 메인비주얼 */
.MVisual0068 {position:relative; height:100%; border-bottom-left-radius: 3rem; overflow: hidden; isolation: isolate;}
.MVisual0068 .slider {overflow:hidden;}
.MVisual0068 .slider,
.MVisual0068 .slick-list,
.MVisual0068 .slick-track{height:100%; }
.MVisual0068 .item { position:relative; overflow:hidden; line-height:0; }
.MVisual0068 .item img { position:relative; width:auto; height:100%; top:0;  }
.MVisual0068 .control { position:absolute; left: 1.5rem; bottom:1.5rem; z-index:1; }
.MVisual0068 .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; }
.MVisual0068 .control > a.play { display:none; }
/** 메인비주얼 active **/
.MVisual0068 .control > a:hover,
.MVisual0068 .control > a:focus { background:rgba(0,0,0,0.5); }

/* 게시판 */
.notice0068 { position:relative; } 
.notice0068 .titTab ul { display:flex; padding-right:3rem; flex-wrap:wrap; margin-bottom:1.75rem; }
.notice0068 .titTab ul li {position:relative; max-width:33%; }
.notice0068 .titTab ul li + li:before {content:""; position:absolute; left:-0.95rem; top:0.7rem; width:0.3rem; height:0.3rem; border-radius:50%; background:#ccc; }
.notice0068 .titTab ul li a {position:relative; display:block; color:#222; }
.notice0068 .titTab ul li a span { display:block; height:1.5rem; padding-right:1.65rem; font-size:1.1rem; overflow:hidden;} 
.notice0068 .list_box {display:none;} 
.notice0068 .list_box ul li + li {margin-top:1.5rem;}
.notice0068 .list_box ul li:nth-of-type(n+4){display: none;}
.notice0068 .list_box ul li a { position:relative; display:block; height:5.6rem; border-radius:1.5rem; border:1px solid transparent; padding:1.35rem 1rem 1.5rem 6.25rem; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.notice0068 .list_box ul li a .date {position:absolute; left:1.25rem; top:calc(50% - 1.9rem); width:3.8rem; height:3.8rem; text-align:center; padding-top:0.9rem; border-radius:50%; background:#eff3f6; font-size:0.7rem; line-height:1.2; color:#000;}
.notice0068 .list_box ul li a .date strong {display:block; font-size:0.9rem; font-weight:700; }
.notice0068 .list_box ul li p {position:relative; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.notice0068 .list_box ul li p.tit { font-size:0.9rem; font-weight:500; color:#222; margin-bottom:0.3rem; }
.notice0068 .list_box ul li p.txt { font-size:0.75rem; color:#666; } 
/** 게시판 :action **/   
.notice0068 .list_box.on { display:block; }
.notice0068 .titTab ul li a.current {color:#0c4a96; font-weight:600;}
.notice0068 .titTab ul li a:hover,
.notice0068 .titTab ul li a:focus {font-weight: 600;}
.notice0068 .list_box ul li a,
.notice0068 .list_box ul li a .data { -webkit-transition:all 0.2s; transition:all 0.2s;}
.notice0068 .list_box ul li a:hover,
.notice0068 .list_box ul li a:focus { border-color:#0c4a96; }
.notice0068 .list_box ul li a:hover .date,
.notice0068 .list_box ul li a:focus .date { background:#e1eaf3; }
/** 게시판 : new **/  
.notice0068 .list_box li a.new .tit {padding-left:1.6rem;}
.notice0068 .list_box li a.new .tit:before {content:"N"; position:absolute; left:0; top:0; width:1.25rem; height:1.25rem; line-height:1.25rem; background:#0b4a97; color:#fff; font-size:0.7rem; border-radius:50%; text-align:center; }
/** 게시판 : 데이터 없음 **/
.notice0068 .list_box li.no_data { display:flex; width:100%; height:19.8rem; align-items:center; justify-content:center; padding:0; text-align:center; background:#eee; }
.notice0068 .list_box li.no_data:before {display:none;}

/* 팝업존 */
.pop0068 { position:relative; width:100%; padding-bottom:1.9rem; } 
.pop0068:before {content:''; position:absolute; bottom:0; left:0; width:100%; height:9.1rem; border-radius:2rem; background:#eff3f5; z-index:-1;}
.pop0068:after {content:''; display:block; clear:both;}
.pop0068 h2 { margin-right: 1.9rem; display:inline-block; float:right; max-width:3.25rem;}
.pop0068 .control { position:absolute; display:flex; flex-direction:column; bottom:1.7rem; right:2rem; align-items:center; }  
.pop0068 .control .page { display:inline-block; margin-right:0.5rem; color:#6a6a6a; margin-bottom:1.2rem;}
.pop0068 .control .page strong {position:relative; padding-right:1rem; color:#111; font-weight:600;}
.pop0068 .control .page strong:before { content:""; position:absolute; right:0.2rem; top:49%; width:0.6rem; height:1px; background:#6a6a6a; transform:rotate(-45deg); }
.pop0068 .control a { display:block; width:1.8rem; height:1.8rem; background:#fff; border-radius:50%; margin-top:0.5rem; color:#333; font-size:1.2rem; text-align:center; line-height:1.8rem; -webkit-transition:background-color 0.2s; transition:background-color 0.2s; }
.pop0068 .control a.play,
.pop0068 .control a.stop {color:#fff; font-size:0.9rem; background:#9b9b9b;}
.pop0068 .control a.play {display:none;} 
.pop0068 .pop_img { float:left; position:relative; width:17.5rem; height:11.25rem; background:rgba(0,0,0,0.1); border-radius: 1.75rem; overflow: hidden; isolation: isolate;} 
.pop0068 .pop_img div,
.pop0068 .pop_img .item {height:100%; }
.pop0068 .pop_img .item a { display: block; max-width:17.5rem; height:100%; line-height:0; margin:0 auto; text-align:center; overflow:hidden;}
.pop0068 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}
/** 팝업존 : active **/ 
.pop0068 .control a:hover,
.pop0068 .control a:focus { color: #fff; background:#0b4994; }
 
/* 식단 */
.meal_menu0068 { position:relative; height:100%; color:#222;}
.meal_menu0068 h2.heading  {padding: 0 3rem 1.25rem 0; border-bottom: 2px dotted #f45748; margin-right:0;}
.meal_menu0068 h2.heading span  {display:block; white-space:nowrap; overflow:hidden;}
.meal_menu0068 img { position:absolute; right:0; bottom:0; max-width: 7.25rem; max-height: 6.5rem;} 
.meal_menu0068 .inner {position:relative; padding-right:7rem; margin-top: 1rem; }
.meal_menu0068 .inner ul { width:100%; height:5.15rem; overflow-y:auto; }  
.meal_menu0068 .inner .no_data {line-height:5.15rem; text-align:center;}
.meal_menu0068 .inner li + li {margin-top:1rem;}
.meal_menu0068 .inner dl {position:relative; height:auto; }
.meal_menu0068 .inner dt { position:relative; display:inline-block; font-weight:700; padding:0 0.25rem; font-size:1.1rem; color:#000; border-bottom:2px solid #fff; padding-bottom:0.2rem; margin-bottom:1rem;}
.meal_menu0068 .inner dt:before {content:''; position:absolute; left:0; bottom:0; width:100%; height:0.75rem; border-radius:0.4rem; background:#feefec; z-index:-1; }
.meal_menu0068 .inner dt span {font-weight:600; font-size:0.9rem; color:#f25749; margin-right:0.25rem;}   
.meal_menu0068 .btn_more {background:#f3574a;}

/* 캘린더 */
.pop_schedule0068 { position:relative; height:100%; padding:2rem 2rem 0 7.5rem; } 
.pop_schedule0068 .sche_list {position:absolute; left:0; top:-1.5rem; width:5.5rem; text-align:center; }
.pop_schedule0068 .sche_list:before {content:''; position:absolute; left:1rem; top:6.6rem; width:3.5rem; height:3.8rem; background: url(/images/schl/template/T0068/main/0068_img_sche.png) no-repeat 0 0 / contain;}
.pop_schedule0068 .sche_list .month {position:relative; display:flex; justify-content:center; align-items:center; width:5.5rem; height:5.5rem; margin-bottom:6.2rem; color:#fff; line-height:1.2; font-size:0.9rem; font-weight:500; vertical-align:middle; background:#f3574a; border-radius: 1rem; overflow:hidden; }
.pop_schedule0068 .sche_list .month span {position:relative; }
.pop_schedule0068 .sche_list .month em {display:block; font-size:1.75rem; font-weight:800;} 
.pop_schedule0068 .sche_list a { display:inline-block; width:2rem; height:2rem; background:#fff; border-radius:50%; line-height:2rem; font-size:1.2rem; -webkit-transition:0.2s; transition:0.2s; }
.pop_schedule0068 .lst { position:relative; z-index:1; } 
.pop_schedule0068 .lst ul { overflow-y:auto; height:9.75rem; } 
.pop_schedule0068 .lst li + li { margin-top:0.5rem;}
.pop_schedule0068 .lst li a { position:relative; display:block; padding-left:4.25rem; line-height:1.5rem; color:#000; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;-webkit-transition:0.2s; transition:0.2s; } 
.pop_schedule0068 .lst li a > span { position:absolute; left:0; top:0; width:3.75rem; line-height:1.4rem; text-align:center; border-radius:1.25rem; background:#fff; border:1px solid rgba(242,87,73,0.35); color:#f25749; font-size:0.8rem; font-weight:600; } 
.pop_schedule0068 .btn_more { right:2rem; top:1.75rem; background:#f2564a; } 
/** 캘린더 : active **/
.pop_schedule0068 .lst li a:hover,
.pop_schedule0068 .lst li a:focus, 
.pop_schedule0068 .lst li a:hover > span,
.pop_schedule0068 .lst li a:focus > span { color:#f3574a;  }
.pop_schedule0068 .lst li a:hover > span,
.pop_schedule0068 .lst li a:focus > span { background:#f3574a; color:#fff; }
.pop_schedule0068 .sche_list a:hover,
.pop_schedule0068 .sche_list a:focus {background:#f3574a; color:#fff; }
/* 캘린더 : 데이터 없음 */
.pop_schedule0068 .lst .no_data {display:flex; width:100%; height:100%; justify-content:center; align-items:center; }

/* 바로가기 */
.M_link0068 { position:relative; overflow:hidden; }     
.M_link0068 ul { margin:0 -0.9rem; overflow: hidden;}
.M_link0068 ul li { position:relative; width:33.333%; margin-bottom:1rem; padding:0 0.9rem; float:left; } 
.M_link0068 ul li:nth-child(n+7) {display:none;}
.M_link0068 ul li a {position:relative; display:flex; flex-direction:column; justify-content:center; height:7rem; border:2px solid #ccc; border-radius: 1.5rem; text-align:center; background: #fff; overflow:hidden; z-index:1; -webkit-transition:all 0.2s; transition:all 0.2s; }
.M_link0068 ul li a:before {content:""; position:absolute; right:-6.7rem; bottom:-9.25rem; width:9.35rem; height:9.35rem; border-radius: 50%; background:#feefec; z-index:-1; opacity:0; -webkit-transition:all 0.2s; transition:all 0.2s; }
.M_link0068 ul li a .img { display:block; }
.M_link0068 ul li a .img img{width: 3.25rem; height: 3.25rem;}
.M_link0068 ul li a p { max-height:2rem; line-height:1rem; padding:0 0.5rem; font-size:0.9rem; font-weight:500; margin-top:0.25rem; flex:1; overflow:hidden; color: #222; -webkit-transition:all 0.2s; transition:all 0.2s;} 
/** 바로가기 : active **/
.M_link0068 ul li a:hover .img,
.M_link0068 ul li a:focus .img { -webkit-animation:linkAni 0.4s; animation:linkAni 0.4s; }
.M_link0068 ul li a:hover,
.M_link0068 ul li a:focus { border-color: #f25749; }
.M_link0068 ul li a:hover:before,
.M_link0068 ul li a:focus:before {right:-5.7rem; bottom:-6.25rem; opacity:1; }
.M_link0068 ul li a:hover p,
.M_link0068 ul li a:focus p { color:#f25749; font-weight:600; }

@-webkit-keyframes linkAni {
	0% {-webkit-transform:translateY(0); transform:translateY(0);}
	50% {-webkit-transform:translateY(-5px); transform:translateY(-7px);}
	100% {-webkit-transform:translateY(0); transform:translateY(0);}
}
@keyframes linkAni {
	0% {-webkit-transform:translateY(0); transform:translateY(0);}
	50% {-webkit-transform:translateY(-5px); transform:translateY(-7px);}
	100% {-webkit-transform:translateY(0); transform:translateY(0);}
} 
 
 
/* 갤러리 */
.gallery0068 { position:relative; }     
.gallery0068 .titleWrap {width:14rem; background:#1f9574; padding:2rem; color:#fff; border-top-right-radius: 1.5rem; margin-left: -2rem;}
.gallery0068 .titleWrap::before{width: 3rem; height: 2.5rem; background: #0f624b; position: absolute; top: -1.25rem; left: -0.95rem; transform: rotate(150deg) skewX(30deg); -webkit-transform: rotate(150deg) skewX(30deg); z-index: -1; content: '';}  
.gallery0068 .titleWrap p { line-height:1rem; max-height:3rem; overflow:hidden;}
.gallery0068 .titleWrap img{position: absolute; bottom: 0; left: -5rem;}
.gallery0068 .list_box { width:100%; }
.gallery0068 ul { display:flex; flex-wrap:wrap; margin:1.25rem -1.3rem 0;}
.gallery0068 ul li { width:33.333%; padding: 0 1.3rem; }
.gallery0068 ul li:nth-child(n+4) { display:none; } 
.gallery0068 ul li a { display:block; -webkit-transition:0.15s; transition:0.15s;}
.gallery0068 ul li a .img { position:relative; height:11.75rem; overflow:hidden; background:rgba(0,0,0,0.1); border-radius: 1.5rem; }
.gallery0068 ul li a .img img { position:relative; left:50%; top:50%; display:block; width:100%; height:auto; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:0.2s; transition:0.2s; }
.gallery0068 ul li a p { position:relative; width:92%; margin-top:-1.5rem; background:#fff; border-radius: 0 1.5rem 1.5rem; font-size:0.85rem; padding: 0 1rem; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; line-height:3rem; color: #333; -webkit-transition:0.2s; transition:0.2s; }
.gallery0068 ul li a p:before {content:'\e93f'; position:absolute; top:50%; right:1rem; font-family:'xeicon'; font-size:1.2rem; color:#222; transform:translateY(-50%); -webkit-transform:translateY(-50%); -webkit-transition:0.2s; transition:0.2s;}
.gallery0068 .list_box li.no_data{ display:flex; width:100%; height:13rem; align-items:center; justify-content:center; margin-left:1.5rem; padding:2rem 0; font-size:0.9rem; background:rgba(0,0,0,0.05);border-radius: 1rem; margin-bottom: 1rem;}   
/** 갤러리 active **/ 
.gallery0068 ul li a:hover .img,
.gallery0068 ul li a:focus .img { box-shadow:-8px 8px 10px rgba(0,0,0,0.28); } 
.gallery0068 ul li a:hover .img > img,
.gallery0068 ul li a:focus .img > img { -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); } 
.gallery0068 ul li a:hover p,
.gallery0068 ul li a:focus p { background:#0c4a97; color:#fff; font-weight:600; } 
.gallery0068 ul li a:hover p:before,
.gallery0068 ul li a:focus p:before {color:#fff; font-weight:400;}

/* 배너존 */
.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: 1340px) {     
	/* 메인비주얼 */  
	.MVisual0068 .item img { top:auto; width:130%; height:auto; -webkit-transform:none; transform:none; } 
	.MVisual0068 .control { left: 1rem; } 
}

@media (max-width: 1240px) { 
	/* 메인비주얼 */
	.MVisual0068 {border-bottom-left-radius:2.5rem;}

	/* 행사일정 */
	.pop_schedule0068{padding-right: 1.5rem;}
	.pop0068:before {width:150%;}
	.pop0068 h2 {margin-right:0;}
	.pop0068 .control {right:0;}

	/* 바로가기 */
	.M_link0068 ul{margin: 0 -0.5rem;}
	.M_link0068 ul li{padding: 0 0.5rem;}
}

@media (min-width:1025px) and (max-width: 1240px) { 
	/* 행사일정 */
	.pop0068 .pop_img {max-width:80%;}
}

@media (max-width: 1024px) {   
	h2.heading{font-size: 1rem;}

	/* 게시판 */
	.notice0068 .titTab ul li a span{font-size: 1rem;}
	
	/* 행사일정 */
	.pop_schedule0068 {padding-left:6.75rem;}
	.pop_schedule0068 .sche_list {top:1.5rem;}
	.pop_schedule0068 .sche_list .month {height:5rem;}
	.pop_schedule0068 .sche_list img {margin:0.75rem 0;}	
	
	/* 갤러리 */
	.gallery0068 ul { margin:1.25rem -0.5rem 0;}
	.gallery0068 ul li { padding: 0 0.5rem; }
}

@media (min-width:921px) and (max-width: 1024px) {   
	/* 팝업존 */
	.pop0068 h2 {max-width:2.75rem;}
}

@media (max-width: 920px) {
	
	/* 게시판 */
	.notice0068 .titTab ul {margin-bottom:1rem;}
	.notice0068 .list_box ul li + li {margin-top:0.6rem;}
	.notice0068 .list_box ul li:nth-of-type(n+3){display: none;}
	.notice0068 .list_box li.no_data {height:11.75rem;}
	
	/* 식단 */
	.meal_menu0068{border-radius: 1.25rem 1.25rem 0 0;}
	.meal_menu0068 img{max-width: 6rem;}
	.meal_menu0068 .inner{padding-right: 0;}

	/* 행사일정 */
	.pop_schedule0068{padding: 1.5rem 0 0 6.75rem;}
	.pop_schedule0068 .btn_more{right: 0; top:1.25rem;}
	
	/* 팝업존 */
	.pop0068 { padding-bottom:0; padding-top:1rem; } 
	.pop0068:before {bottom:auto; top:0; height:9.1rem; border-radius:1rem; width:100%; }
	.pop0068 h2 { float:none; padding-left:1.5rem; max-width:calc(100% - 11rem);}
	.pop0068 .control { flex-direction:inherit; bottom:auto; top:0.8rem; right:1.5rem; }  
	.pop0068 .control .page { margin-bottom:0; margin-right:0.25rem;}
	.pop0068 .control a { margin-top:0; margin-left:0.25rem;} 
	.pop0068 .pop_img { float:none; margin:0 auto;} 

	/* 갤러리 */
	.gallery0068 ul li{width: 50%;}
	.gallery0068 ul li:nth-of-type(n+3){display: none;}
}

@media (max-width: 860px) {   
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}
@media (max-width: 768px) { 
	/* 식단 */
	.meal_menu0068{border-radius: 0 0 1.25rem 1.25rem;}
	.meal_menu0068 .inner {padding-right:6rem;}

	/* 갤러리 */
	.gallery0068 {display:block; margin-top:0; border-radius: 0;}
	.gallery0068 .titleWrap {position: relative; width: auto; height:auto; max-width: 90%; padding:1rem; margin-left: 0; display: inline-block; border-radius: 1.5rem 0; margin-top: -1rem;}
	.gallery0068 .titleWrap::before{left: calc(100% - 1.6rem); top: 0.2rem;}
	.gallery0068 .titleWrap h2 {margin-bottom:0; margin-right:2rem;}
	.gallery0068 .titleWrap p{display:none; }
	.gallery0068 .titleWrap img{display: none;}
	.gallery0068 .list_box {width:100%;}
	.gallery0068 .list_box li.no_data { margin:0 0.5rem;}
	
	/* 팝업존 */
	.pop0068 .pop_img{ height:auto; text-align:center; }
    .pop0068 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}
} 

@media (max-width: 580px) { 
	h2.heading {margin-bottom:0.75rem;}
	
	/* 게시판 */
	.notice0068 .titTab ul {margin-bottom:0.5rem;}
	.notice0068 .titTab ul li{max-width: 100%; padding-bottom: 0.25rem;}
	.notice0068 .titTab ul li a:before{display: none;}
	.notice0068 .titTab ul li + li:before{display: none;}
	.notice0068 .titTab ul li a span{font-size: 0.9rem;}
	.notice0068 .list_box ul{height: auto;}
	.notice0068 .list_box li.no_data{height: 15rem;}

	/* 행사일정 */
	.pop_schedule0068 {padding:1rem 0 0 0;}
	.pop_schedule0068 .sche_list {width:9.5rem; top:00.8rem; left:55%; transform:translateX(-50%);}
	.pop_schedule0068 .sche_list a {position:absolute; top:0; width:1.5rem; height:1.5rem; line-height:1.5rem; font-size:0.85rem; top:0.1rem; }
	.pop_schedule0068 .sche_list a.prev {left:0;}
	.pop_schedule0068 .sche_list a.next {right:0;}
	.pop_schedule0068 .sche_list:before {display:none;}
	.pop_schedule0068 .sche_list .month{width: 5.5rem; height: 1.8rem; margin:0 auto;}
	.pop_schedule0068 .sche_list .month span{font-size: 0.8rem; display:flex; align-items:center;}
	.pop_schedule0068 .sche_list .month em{font-size: 0.9rem; margin-left:0.25rem;}
	.pop_schedule0068 .lst li + li{margin-top: 0.75rem;}
	.pop_schedule0068 .lst ul{height: 6.25rem;}
	.pop_schedule0068 .btn_more {top:0.8rem;}

	/* 바로가기 */
	.M_link0068 ul li a{height: 6rem;}
	.M_link0068 ul li a .img img{width: 2.75rem; height: 2.75rem;}
	.M_link0068 ul li a p{font-size: 0.85rem;}
	
	/* 식단 */
	.meal_menu0068 h2.heading {padding-bottom:0.75rem;}
	
	/* 갤러리 */
	.gallery0068 ul {margin-top:0.75rem;}
}

@media (min-width:341px) and (max-width: 580px) { 	

	/* 행사일정 */
	.pop_schedule0068 h2.heading {max-width:4rem;}
}

@media (max-width: 420px) { 
	 /* 메인비주얼 */
	 .MVisual0068{border-bottom-left-radius: 1.5rem;}
	 .MVisual0068 .control{bottom: 0.5rem;}
	 .MVisual0068 .control a{width: 1.65rem; height: 1.65rem; line-height: 1.65rem;}

	/* 갤러리 */
	.gallery0068 ul { display:block; }
	.gallery0068 ul li { width:100%;}
	.gallery0068 ul li:nth-child(n+2) {display:none;}
	.gallery0068 ul li a .img{height: 9rem;}
	.gallery0068 .list_box li.no_data{height: 10rem;}
	.gallery0068 .btn_more{top: -0.2rem;}

	/* 바로가기 */
	.M_link0068 ul {margin:0 -0.2rem;}
	.M_link0068 ul li {padding:0 0.2rem; margin-bottom: 0.5rem;}
	.M_link0068 ul li a{height: 5.5rem; border-radius:1rem;}
	.M_link0068 ul li a p{font-size: 0.8rem; margin-top: 0;}
	
	/* 팝업존 */
	.pop0068 h2 {padding-left:0;}
	.pop0068:before {left:-1rem; width:calc(100% + 2rem);}
	.pop0068 .pop_img {width:100%;}
	.pop0068 .control {right:0;}
	
	/* 식단 */
	.meal_menu0068 .inner{padding-right: 4.5rem;}
	.meal_menu0068 img {max-width:4.5rem;}

}
@media (max-width: 340px) { 
	/* 캘린더 */
	.pop_schedule0068 .sche_list {position:relative; top:-0.5rem; left:50%;}
	
	/* 식단 */
	.meal_menu0068 .inner{padding-right: 0;}
	.meal_menu0068 img{display:none;}
	
	/* 바로가기 */
	.M_link0068 ul li a p{padding:0 0.25rem;}
	
	.notice0068 .list_box ul li a {height:4.75rem; padding:1rem 1rem 1.15rem 4.75rem;}
	.notice0068 .list_box ul li a .date {left:0.8rem; top:calc(50% - 1.75rem); width:3.5rem; height:3.5rem;}
	
	/* 팝업존 */
	.pop0068 h2 {max-width:calc(100% - 9rem);}

}