﻿/* heading */
h2.heading {display:block; max-width:calc(100% - 3rem); line-height: 1.55rem; color:#000; font-size:0.9rem; font-weight:600; overflow:hidden; margin-bottom: 0.8rem; white-space: nowrap; }

/* btnTy */
.btn_more {  position:absolute; right: -0.2rem; top: 0; width: 2rem; height: 2rem; line-height: 2rem; text-align: center; color:#000; font-size:1.2rem; }
.btn_more:hover i,
.btn_more:focus i {-webkit-transform:rotate(180deg); transform:rotate(180deg);}
.btn_more i { -webkit-transition:0.2s; transition:0.2s; }

/* 메인비주얼 */
.MVisual0097 { position:relative; height:100%; border-radius: 0 0 2rem 0; box-shadow: 2px 2px 12px rgba(0,0,0,0.2); overflow: hidden; }
.MVisual0097 .slider { position: relative; z-index: -1; }
.MVisual0097 .slider,
.MVisual0097 .slick-list,
.MVisual0097 .slick-track{height:100%; background: rgba(0,0,0,0.05);}
.MVisual0097 .item { position:relative; overflow:hidden; line-height:0; }
.MVisual0097 .item img { position:relative; width:auto; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%);}
.MVisual0097 .control { position:absolute; right:1rem; bottom:1rem; z-index:1; }
.MVisual0097 .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; }
.MVisual0097 .control > a.play { display:none; }
/** 메인비주얼 active **/
.MVisual0097 .control > a:hover,
.MVisual0097 .control > a:focus { background:rgba(0,0,0,0.5); }

/* 캘린더 */
.pop_schedule0097 { position:relative; } 
.pop_schedule0097 .tit_wrap { display: inline-block; max-width: 100%; background: #f5486f; padding: 0.5rem 1rem; border-radius: 1rem 1rem 0 0; }
.pop_schedule0097 h2 { max-width: 100%; font-size:0.85rem; color: #fff; font-weight:600; white-space: nowrap; overflow: hidden;} 
.pop_schedule0097 .sche_wrap { display: flex; height: 100%; background: #fff; padding:1.5rem 1rem; border-radius: 0 0 1rem 1rem; box-shadow: 3px 3px 7px rgba(0,0,0,0.1); }
.pop_schedule0097 .month { display:flex; align-items:center; text-align:center; }
.pop_schedule0097 .month a { display:block; color: #f5486f; line-height:1rem; font-size:1rem; -webkit-transition:0.2s; transition:0.2s; }
.pop_schedule0097 .month p { display: block; width: 3rem; height: 3rem; color:#000; background: #fff0f3; border-radius: 50%; font-size:0.6rem; padding-top: 0.45rem;}
.pop_schedule0097 .month p em { display:block; font-weight:800; font-size:1.2rem; line-height:1; }
.pop_schedule0097 .lst { position:relative; width: calc(100% - 5.7rem); margin-left: auto; }
.pop_schedule0097 .lst ul { display: flex; flex-wrap: wrap; overflow-y:auto; height:3.5rem; font-size: 0; }
.pop_schedule0097 .lst .no_data { padding-left:0; width:100%; font-weight:600; text-align:center; line-height:4.5rem; font-size: 0.75rem; }
.pop_schedule0097 .lst li { width: 50%; margin: 0.2rem 0; }
.pop_schedule0097 .lst li a { position:relative; display:block; line-height:1.5rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color: #363636; font-size: 0.8rem; padding: 0 0.2rem 0 1.7rem; }  
.pop_schedule0097 .lst li a:before {content:""; position:absolute; left:0.2rem; top:0.2rem; width:0.15rem; height:0.15rem; background:#f5486f;; }
.pop_schedule0097 .lst li a span { position:absolute; left:0.5rem; top:0; font-weight:600; font-size: 0.75rem; color: #f5486f; }  
/* 캘린더 :active */
.pop_schedule0097 .month > a.prev:hover, 
.pop_schedule0097 .month > a.prev:focus { transform: translateX(-4px); -webkit-transform: translateX(-4px); }
.pop_schedule0097 .month > a.next:hover, 
.pop_schedule0097 .month > a.next:focus { transform: translateX(4px); -webkit-transform: translateX(4px); }
.pop_schedule0097 .lst li a:hover,
.pop_schedule0097 .lst li a:focus{ color:#bb7b17; text-decoration:underline; }
.pop_schedule0097 .month > a { -webkit-transition:0.2s; transition:0.2s; }

/* 바로가기 */
.M_link0097 { position:relative; } 
.M_link0097 ul { display:table; table-layout: fixed; width: 100%; }
.M_link0097 li { display: table-cell; }
.M_link0097 li a { position:relative; display: block; text-align:center; }
.M_link0097 li a .img { position: relative; display: flex; justify-content: center; align-items: center; max-width:4.6rem; height:4.6rem; border: 1px dashed transparent; border-radius: 50%; margin:0 auto 0.5rem; background: #f9fbff; transition: all 0.2s; -webkit-transition: all 0.2s; }
.M_link0097 li a .img::before { position: absolute; content: ''; width: 0.6rem; height: 0.6rem; top: 0.7rem; left: 0; background: #1d6cc5; border-radius: 50%; opacity: 0; }
.M_link0097 li a .img img { width: 3.35rem; height: 2.9rem;}
.M_link0097 li a span { display:block; max-height:2rem; line-height:1rem; overflow:hidden; font-size:0.85rem; color: #272727; }
/** 바로가기 :active **/
.M_link0097 li a:hover .img,
.M_link0097 li a:focus .img{ background: #f6f9ff; border-color: #2c55bd; }
.M_link0097 li a:hover span,
.M_link0097 li a:focus span { font-weight: 600; color: #2c55bd; }
.M_link0097 li a:hover .img::before,
.M_link0097 li a:focus .img::before { opacity: 1; }

/* 게시판 */
.notice0097 { position:relative; height:100%;} 
.notice0097 .titTab ul { overflow:hidden; margin-right: 1.7rem; font-size: 0; }
.notice0097 .titTab ul li { position: relative; display: inline-block; max-width: 33.333%; }
.notice0097 .titTab ul li a { display:block; text-align:center; color:#666; background: #d5d6db; font-size:0.85rem; padding: 0.4rem 0.5rem; border-radius: 1rem 1rem 0 0; transition:all 0.15s; -webkit-transition:all 0.15s; }
.notice0097 .titTab ul li a span { display: block; overflow:hidden; white-space: nowrap; }
.notice0097 .list_box { display:none; height:100%; background:#fff; padding:1.1rem 1rem; border-radius: 0 0 1rem 1rem; box-shadow: 3px 3px 7px rgba(0,0,0,0.1); overflow:hidden;} 
.notice0097 .list_box ul { position:relative; }
.notice0097 .list_box ul li:nth-child(n+6) { display:none;}
.notice0097 .list_box ul li a { position:relative; display:block; line-height:1.8rem; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-weight:400; padding-left:0.7rem; font-size:0.8rem; color:#222; }
.notice0097 .list_box ul li a:before { content:""; position:absolute; left:0; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); width:6px; height:2px; background:#547ce4; }  
/** 게시판 :action **/   
.notice0097 .titTab ul li a.current,
.notice0097 .titTab ul li a:hover,
.notice0097 .titTab ul li a:focus { font-weight:600; background: #547ce4; color: #fff; }
.notice0097 .list_box.on { display:block; } 
.notice0097 .list_box ul li a:hover,
.notice0097 .list_box ul li a:focus { text-decoration:underline; color:#2d5081; }
/** 게시판 :new **/  
.notice0097 .list_box li a.new { padding-left:1.8rem;}
.notice0097 .list_box li a.new:after {content:"N"; position:absolute; left:0.5rem; top:0.35rem; width:1rem; height:1rem; line-height:1rem; background:#547ce4; color:#fff; font-size:0.6rem; border-radius:50%; font-weight: 600; text-align:center; z-index:3;}
.notice0097 .btn_more { }
/** 게시판 :데이터 없음 **/
.notice0097 .list_box li.no_data { line-height:9.1rem; text-align:center; font-weight:600; }

/* 팝업존 */
.pop0097 { position:relative; height:100%; font-size:0;}  
.pop0097 h2 {max-width:calc(100% - 7rem); margin-bottom: 0.5rem;}
.pop0097 .control { position:absolute; top:-.3rem; right:0; }  
.pop0097 .control a { display:inline-block; vertical-align:middle; font-size:1rem; padding:0 0.2rem; } 
.pop0097 .control .stop,
.pop0097 .control .play { background: rgba(255, 168, 32, 0.2); border-radius: 50%;}
.pop0097 .control .play { display:none; }
.pop0097 .control p { display:inline-block; vertical-align:middle; font-size:0.75rem; line-height:2rem; margin-left:0.5rem; color: #000;}
.pop0097 .control p strong { font-weight:600; color: #ffa820; }  
.pop0097 .control p strong:after {content:"/"; color: #000; display:inline-block; vertical-align:middle; font-weight: 200; font-size:0.8rem; margin:0 3px; }
.pop0097 .pop_img { position:relative; width:100%; height:11.25rem; background:rgba(0,0,0,0.1); border-radius: 0 0 1rem 1rem; box-shadow: 3px 3px 7px rgba(0,0,0,0.1); overflow:hidden; }
.pop0097 .pop_img div,
.pop0097 .pop_img .item {height:100%;}
.pop0097 .pop_img .item a { display:block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0097 .pop_img .item img {position:relative; top:50%; width:auto; max-width:100%; max-height:100%; transform: translateY(-50%); -webkit-transform: translateY(-50%); transition: all 0.2s; -webkit-transition: all 0.2s;}
/** 팝업존 :active **/
.pop0097 .pop_img .item a:hover img,
.pop0097 .pop_img .item a:focus img{transform: translateY(-50%) scale(1.05); -webkit-transform: translateY(-50%) scale(1.05);}
.pop0097 .control a:hover,
.pop0097 .control a:focus {color:#ffa820;}

/* 갤러리 */
.gallery0097 { position:relative; height:100%; font-size:0;}    
.gallery0097 ul { border-radius: 0 0 1rem 1rem; box-shadow: 3px 3px 7px rgba(0,0,0,0.1); overflow:hidden; }
.gallery0097 li { width:100%; height: 100%; }
.gallery0097 li:nth-child(n+2) { display:none; }  
.gallery0097 li a { position:relative; display:block; height:100%; }
.gallery0097 li a .img { position:relative; height:11.25rem; border-radius: 0 0 1rem 1rem; overflow:hidden; background:rgba(0,0,0,0.1); }
.gallery0097 li a .img img { position:absolute; 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; }
.gallery0097 li a .txt { position:absolute; left:0; bottom:0; width: calc(100% - 3rem); background:#fff; color:#000; font-size:0.8rem; font-weight:400; line-height:2.5rem; text-align: center; text-overflow:ellipsis; white-space:nowrap; border-radius: 0 1.5rem 0 0; overflow:hidden; }
.gallery0097 li.no_data {display:flex; width: 100%; line-height: 11.25rem; align-items:center; justify-content:center; background:rgba(0,0,0,0.1); font-size:0.8rem; font-weight:600;}
/** 갤러리 active **/ 
.gallery0097 li a:hover strong,
.gallery0097 li a:focus strong{ color:#1d6cc5}
.gallery0097 li a:hover .img > img,
.gallery0097 li a:focus .img > img { -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); } 

/* 식단 */
.meal_menu0097 { position:relative; height:100%; font-size:0; }
.meal_menu0097 .inner {position:relative; height:11.25rem; background:#fff; padding:1.5rem; border-radius: 0 0 1rem 1rem; box-shadow: 3px 3px 7px rgba(0,0,0,0.1); overflow:hidden; }
.meal_menu0097 .inner ul { width:100%; height:5.8rem; overflow-y:auto; font-size:0.75rem; }  
.meal_menu0097 .inner .no_data {text-align:center; line-height: 5rem; font-weight:600;}
.meal_menu0097 .inner li + li {margin-top:1.2rem;}
.meal_menu0097 .inner dl {position:relative; height:auto; }
.meal_menu0097 .inner dt {position:relative; width: calc(100% - 2rem); font-size:0.85rem; height: 2.25rem; line-height:2.25rem; text-align:center; margin: 0 auto 1rem auto; border-radius: 2rem; background:#5ab37b; color:#fff; z-index: 999;}
.meal_menu0097 .inner dt span { position: relative; padding: 0 1rem; }
.meal_menu0097 .inner dt strong{ color:#fff; font-weight:800; font-size:1rem;}
.meal_menu0097 .inner dd { line-height:1.2rem; word-break: keep-all; color: #363636; font-size: 0.75rem; }
.meal_menu0097 img { position: absolute; bottom: 0; right: 1rem; max-width: 7.7rem; max-height: 4.55rem; }

/* 배너존 */
.banner_zone {line-height:1; border-top:1px solid #e5e5e5; 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:1550px) {
	.MVisual0097 .item img { width: 100%; height: auto; left: 0; top: 50%; transform:translateY(-50%); -webkit-transform:translateY(-50%);}
}
    
@media (max-width:1170px) {
	.M_link0097 ul { display: flex; flex-wrap: wrap; justify-content: flex-start; }
	.M_link0097 li { width: 33.333%; display: block; margin-bottom: 0.5rem;}
}

@media (max-width:1024px) {
	.notice0097 .list_box { border-top: 1px solid #547ce4; }
	.pop_schedule0097 .sche_wrap { border-top: 1px solid #f5486f; }
}

@media (max-width:860px) { 
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}

	/* 행사일정 */
	.pop_schedule0097 .lst li { width: 100%; }
}

@media (max-width:768px) {  
	/* 메인비주얼 */
	.MVisual0097 { position:relative; right:auto; top:auto; width:100%; height:auto;}
	.MVisual0097 .item img { width:100%; height:auto; left:auto; float:right; transform:none; -webkit-transform:none;}
	.MVisual0097 .control > a { width: 1.6rem; height: 1.6rem; line-height: 1.6rem; }

	/* 식단 */
	.meal_menu0097 img { width: 7rem; height: auto; }

	/* 캘린더 */
	.pop_schedule0097 .month { position: relative; bottom: 0; left: 0; justify-content: center; }
	.pop_schedule0097 .lst { margin-top: 0; }
	.pop_schedule0097 .lst ul { height: 3rem; }
	.pop_schedule0097 .lst ul li { margin: 0.1rem 0;}
	.pop_schedule0097 .lst .no_data { line-height: 2.5rem; }

	/* 팝업존 */
	.pop0097 .pop_img{ height:auto; text-align:center; }
    .pop0097 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}
	.pop0097 .pop_img .item a:hover img, 
	.pop0097 .pop_img .item a:focus img{ transform: none; -webkit-transform: none;}

	/* 갤러리 */
	.gallery0097 li a .img img { top: 85%; }
}

@media (max-width:580px) {  
	/* 갤러리 */
	.gallery0097 li a .img img { top: 50%; }
}  

@media (max-width:480px) { 
	/* 갤러리 */
	.gallery0097 ul { width: 100%; margin-left: 0; }
	.gallery0097 li { width: 100%; padding: 0; }
	.gallery0097 li:nth-child(n+2) { display:none; } 
	.gallery0097 li.no_data { width: 100%; margin-left: 0; }

	/* 캘린더 */
	.pop_schedule0097 .lst ul li { width: 100%; }

    /* 게시판 */
    .notice0097 .titTab ul li { max-width:100%; }
	.notice0097 .titTab ul li a { border-radius: 1rem; margin-right: 0.2rem; margin-bottom: 0.2rem;}
}
 
@media (max-width:340px) {  
    /* 식단 */
	.meal_menu0097 .inner { height: auto; }
    .meal_menu0097 .inner dd {padding-right: 0;}
	.meal_menu0097 img { display: none; }

	/* 행사일정 */
	.pop_schedule0097 .lst { width: calc(100% - 5rem); }
	.pop_schedule0097 .sche_wrap { padding: 1rem 0.5rem; }
}