﻿/*-----------------------------------------------------------
Author : Gahye, Park
Creative date : 2022. 04. 08
-----------------------------------------------------------*/

/* btn */
.btn_more { position:absolute; top:-.25rem; right:0; width:2rem; height:2rem; line-height:2rem; text-align:center; border-radius:50%; color:#000; background:#fff; font-size:1.2rem; }
.btn_more i { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* heading*/
.heading { margin-bottom:1.5rem; font-size:1.1rem; font-weight:700; color:#000; }
.heading > span { position:relative; display:block;  max-width:100%; word-break:keep-all;  white-space:nowrap; overflow:hidden;  }

/* 메인비주얼 */
.MVisual0052 { position:relative; height:100%; border-radius:1.5rem; overflow:hidden; }
.MVisual0052 .slider,
.MVisual0052 .slick-list,
.MVisual0052 .slick-track { height:100%; }
.MVisual0052 .item { background:#eee; overflow:hidden; }
.MVisual0052 .item img { position:relative; width:auto; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.MVisual0052 .control { position:absolute; right:1rem; bottom:1rem; z-index:1; }
.MVisual0052 .control > a { display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgb(17, 50, 30, 0.5); color:#fff; text-align:center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0052 .control > a.play { display:none; }

/* 게시판 */
.notice0052 { position:relative; height:100%; }
.notice0052 .titTab a,
.notice0052 .titTab span,
.notice0052 .list_box li,
.notice0052 .list_box li a { position:relative; display:block; }
.notice0052 .titTab { margin-right:3rem; }
.notice0052 .titTab ul { margin:0 -.5rem; font-size:0; }
.notice0052 .titTab li { position:relative; display:inline-block; max-width:33.333%; padding:0 .5rem; vertical-align:top; }
.notice0052 .titTab li + li:before { content:""; position:absolute; top:50%; left:-.25rem; width:.6rem; height:.1rem; background:#cbc7be; -webkit-transition:translateY(-50%); -moz-transition:translateY(-50%); -o-transition:translateY(-50%); transition:translateY(-50%); }
.notice0052 .titTab a { display:block; font-size:1.1rem; font-weight:600; color:#000; letter-spacing:-.11rem; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.notice0052 .titTab a:before { content:""; position:absolute; bottom:0; left:50%; width:.35rem; height:.35rem; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); background:#27a370; border-radius:50%; opacity:0; z-index:-1; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
.notice0052 .titTab a span { display:block; /*overflow:hidden;*/ white-space:nowrap; }
.notice0052 .list_box { display:none; width:100%; }
.notice0052 .list_box ul { height:12.5rem; margin:-.5rem 0; padding-top:1.5rem; overflow:hidden; }
.notice0052 .list_box li { display:none; padding:.5rem 0; }
.notice0052 .list_box li:nth-of-type(-n + 6) { display:block; }
.notice0052 .list_box li a { position:relative; display:block; padding-left:1.25rem; line-height:1; }
.notice0052 .list_box li a:before { content:"\e92c"; position:absolute; top:50%; left:0; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); font-family:"xeicon"; color:#27a370; opacity:.6; }
.notice0052 .list_box li p { width:calc(100% - 4.5rem); overflow:hidden; font-size:.8rem; color:#000; font-weight: 600; text-overflow:ellipsis; white-space:nowrap; }
.notice0052 .list_box li span { position:absolute; right:0; top:0; font-size:.7rem; color:#444; }
.notice0052 .list_box li a.new { padding-left:2.5rem; }
.notice0052 .list_box li a.new:after { content:"N"; position:absolute; top:50%; left:1.25rem; width:1rem; height:1rem; line-height:1rem; background:#fcca24; color:#fff; font-size:.5rem; border-radius:50%; text-align:center; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); }
/* 게시판 :active */
.notice0052 .titTab a.current { font-weight:700; color:#27a370; }
.notice0052 .titTab a.current:before { bottom:-.5rem; opacity:1; }
.notice0052 .list_box.on { display:block; }
.notice0052 .list_box li.no_data{text-align: center; line-height: 10rem;}

/* 갤러리 */
.gallery0052 { position:relative; }
.gallery0052 .heading { padding-right:3rem; }
.gallery0052 .list_box ul { margin:-.75rem; }
.gallery0052 .list_box li { display:none; width:50%; padding:.75rem; float:left; }
.gallery0052 .list_box li.no_data{width:100%; text-align:center; padding:5rem 0;}
.gallery0052 .list_box li:nth-of-type(-n + 2) { display:block; }
.gallery0052 .list_box a { position:relative; display:block; overflow:hidden; }
.gallery0052 .list_box a .img { position:relative; width:100%; height:10rem; overflow:hidden; background-color:rgba(0,0,0,.1); border-radius:1.5rem; }
.gallery0052 .list_box 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 .3s; -ms-transition:all .3s; transition:all .3s; }
.gallery0052 .list_box a .txt { display:block; width:100%; margin-top:1rem; text-align:center; font-size:.8rem; font-weight:600; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#000; }

/* 바로가기1 */
.M_link0052 { position:relative; height:100%; margin:-.75rem 0; }
.M_link0052 ul { display:table; table-layout:fixed; width:100%; }
.M_link0052 li { position:relative; display:table-cell; vertical-align:top; padding:.75rem 0; z-index:1; }
.M_link0052 li a { position:relative; display:block; width:100%; word-break:keep-all; text-align:center; }
.M_link0052 li a .ico { position:relative; display:block; width:4.95rem; height:4.95rem; border-radius:1rem 1rem 0 1rem; line-height:4.95rem; margin:auto; background:#ebedec; }
.M_link0052 li:nth-of-type(even) a .ico { border-radius:1rem 1rem 1rem 0; }
.M_link0052 li a .ico img { max-width:100%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.M_link0052 li a span { position:relative; display:block; max-width:100%; height:2.1rem; margin-top:1rem; overflow:hidden; line-height:1.2; font-weight:600; color:#121212; font-size:.9rem; word-break:break-all; }

/* 팝업존 */
.pop0052 { position:relative; width:100%; height:100%; }
.pop0052 .heading { max-width:calc(100% - 10rem); margin-bottom:0; background:#27a370; line-height:3rem; color:#fff; border-radius:1.25rem 1.25rem 1.25rem 0; }
.pop0052 .heading > span { width:calc(100% - 1rem); margin:auto; }
.pop0052 .nss_pg { position:absolute; top:.5rem; right:0; line-height:1; }
.pop0052 .nss_pg a { display:inline-block; width:2rem; height:2rem; background:#e7e6e6; border-radius:50%; text-align:center; line-height:2rem; color:#000; font-size:1.1rem; vertical-align:middle; }
.pop0052 .nss_pg .play,
.pop0052 .nss_pg .stop { margin:0 .35rem; }
.pop0052 .nss_pg .play { display:none; }
.pop0052 .nss_pg a img { display:block; }
.pop0052 .pop_img { position:relative; width:100%; height:11.75rem; border-radius:0 1.5rem 1.5rem 1.5rem; border:2px solid #dfdfdf; overflow:hidden; background:#f1f1f1; }
.pop0052 .pop_img div,
.pop0052 .pop_img .item {height:100%;}
.pop0052 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0052 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}

/* 식단 */
.meal_menu0052 { position:relative; height:100%; overflow:hidden; }
.meal_menu0052 .heading { width:calc(100% - 2rem); }
.meal_menu0052 .inner { position:relative; height:11.75rem; padding:6.5rem 1rem 1rem; background:#5fa3f3; border-radius:1.5rem; overflow:hidden; }
.meal_menu0052 .inner:before { content:""; position:absolute; top:-5rem; left:50%; width:8.6rem; height:8.6rem; background:#3789e8; border-radius:50%; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.meal_menu0052 .inner > div { height:100%; overflow-y:auto; }
.meal_menu0052 .inner li:not(.no_data) { padding-right:1rem; }
.meal_menu0052 .inner li + li { margin-top:1.2rem; }
.meal_menu0052 .inner .no_data { padding-top:0.8rem; text-align:center; color:#fff; font-weight:400; }
.meal_menu0052 .inner dl { position:relative; overflow:hidden; }
.meal_menu0052 .inner dt { display:inline-block; vertical-align:middle; width:9rem; font-size:.9rem; font-weight:700; color:#fff; }
.meal_menu0052 .inner dt span { padding:0 .75rem; background:#fff; border-radius:1rem; color:#5fa3f3; }
.meal_menu0052 .inner dt em { font-weight:700; color:#fff; margin-left:0.25rem; }
.meal_menu0052 .inner dd { display:block; margin-top:.55rem; color:#fff; font-size:0.8rem; font-weight:500; word-break:keep-all; line-height:1.5; }
.meal_menu0052 > img { position:absolute; top:4rem; left:50%; max-width:7.9rem; height:auto; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); }
.meal_menu0052 .btn_more{background:transparent; }

/* 캘린더 */
.pop_schedule0052 { position:relative; height:100%; }
.pop_schedule0052 .sche_wrap { position:relative; }
.pop_schedule0052 .sche_wrap .heading { position:relative; width:calc(100% - 3rem); }
.pop_schedule0052 .sche_wrap .heading > span { padding-right:.5rem; overflow:hidden; }
.pop_schedule0052 .month { position:relative; margin:1.5rem 0 1.25rem; text-align:center; }
.pop_schedule0052 .month:before { content:""; position:absolute; top:50%; left:50%; width:100%; height:2px; border-top:2px dotted #bcbcbc; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.pop_schedule0052 .month a { position:absolute; top:50%; left:0; background:#f5f5f5; -webkit-transform:translateY(-50%); transform:translateY(-50%); }
.pop_schedule0052 .month a.prev { padding:0 .25rem 0 .5rem; }
.pop_schedule0052 .month a.next { left:auto; right:0; padding:0 .25rem 0 .5rem;  }
.pop_schedule0052 .month a:before { content:""; position:absolute; top:-.25rem; width:1.5rem; height:1.5rem; background:#d7e5f5; border-radius:50%; opacity:.2; -webkit-transition:all .3s; transition:all .3s; }
.pop_schedule0052 .month a.prev:before{left:0; }
.pop_schedule0052 .month a > img { display:block; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
.pop_schedule0052 .month > span { position:relative; display:inline-block; padding:0 1rem; background:#f5f5f5; color:#000; font-size:1.05rem; font-weight:700; vertical-align:middle; z-index:1; }
.pop_schedule0052 .month > span em { position:relative; display:inline-block; width:2.75rem; height:2.75rem; margin-left:.25rem; line-height:2.75rem; background:#5fa3f3; border-radius:50%; font-size:1rem; color:#fff; font-weight:700; z-index:1; }
.pop_schedule0052 .lst ul { margin:-.175rem 0; padding-bottom:.75rem; white-space:nowrap; overflow-x:auto; }
.pop_schedule0052 .lst ul li { display:inline-block; width:calc(100% / 4); padding:.175rem ; }
.pop_schedule0052 .lst ul li a { position:relative; display:block; overflow:hidden; font-size:.8rem; font-weight:600; color:#040404; }
.pop_schedule0052 .lst ul li a span { display:block; width:4.5rem; height:4.5rem; margin:0 auto 1rem; padding:.85rem 0; border:2px solid #dfdfdf; border-radius:1rem; background:#fff; border-radius:1rem; line-height:1.5; text-align:center; }
.pop_schedule0052 .lst ul li a span > strong{display:block; font-weight:900; font-size:1rem; }
.pop_schedule0052 .lst ul li a > em { display:block; padding:0 .25rem; overflow:hidden; text-align:center; text-overflow:ellipsis; white-space:nowrap; }
.pop_schedule0052 .btn_more { background:transparent; }
.pop_schedule0052 a,
.pop_schedule0052 a span { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
/* 캘린더 : 데이터 없음 */
.pop_schedule0052 .lst .no_data { width:100%; padding:0;  line-height:7rem; text-align:center; }

/* 배너존 */
.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; }

/* responsive */
@media (max-width:1200px) { 
	/* heading*/
	.heading{font-size:1rem; }
	
	/* 게시판 */
	.notice0052 .titTab a { font-size:1rem; }
	
	/* 갤러리 */
	.gallery0052 .list_box a .img { height:6.4rem; }
	
	/* 바로가기1 */
	.M_link0052 ul {  margin:-.75rem -.5rem; }
	.M_link0052 li { padding:.75rem .5rem; }
	.M_link0052 li a span { height:1.9rem; font-size:.8rem; }
	.M_link0052 li a .ico { width:3.75rem; height:3.75rem; }
	 
	/* 캘린더 */
	.pop_schedule0052 .lst ul li { width:calc(100% / 3); }
}
@media (max-width:950px) {
	/* 바로가기1 */
	.M_link0052 ul { width:inherit; }
	.M_link0052 li { width:20%; float:left; }
	
	/* 갤러리 */
	.gallery0052 .list_box a .img{height:13rem; }
	
	/* 팝업존 */
	.pop0052 { padding-left:0; }
	.pop0052,
	.pop0052 .pop_img,
	.pop0052 .pop_img div, 
	.pop0052 .pop_img .item, 
	.pop0052 .pop_img .item a { height:auto; }
    .pop0052 .pop_img .item a img { position:relative; display:block; left:auto; top:auto; width:auto; height:100%; max-height:15rem; max-width:100%; height:100%; margin:auto; transform:none; -webkit-transform:none; } 
	
	/* 캘린더 */
	.pop_schedule0052 .lst ul li { width:calc(100% / 4); }
    
	/* 배너존 */
	.banner_zone h2 { display:none; }
	.banner_zone .bnWrap { width:calc(100% - 6rem); padding-left:0.75rem; }
	
}
@media (min-width:951px) { 
	/* btn_more : over */
	.btn_more:hover i,
	.btn_more:focus i { transform:rotate(180deg); -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); }

	/* 메인비주얼 : over */
	.MVisual0052 .control > a:hover,
	.MVisual0052 .control > a:focus { background:rgb(17, 50, 30, 0.9); }
	/* 바로가기1 : over */
	.M_link0052 li a:hover .ico,
	.M_link0052 li a:focus .ico { background:#27a370; }
	.M_link0052 li a:hover .ico img,
	.M_link0052 li a:focus .ico img { -webkit-animation: icoAct 0.3s; -ms-animation: icoAct 0.3s; animation: icoAct 0.3s; }

	/* 게시판 : over */
	.notice0052 .list_box li a:hover p,
	.notice0052 .list_box li a:focus p { text-decoration:underline; }
	.notice0052 .list_box li a:hover:before,
	.notice0052 .list_box li a:focus:before { opacity:1; }	
		
	@keyframes icoAct {
	 0% {-webkit-transform:translateY(0); transform:translateY(0); }
	 50% { -webkit-transform:translateY(-10%); transform:translateY(-10%); }
	 100% { -webkit-transform:translateY(0); transform:translateY(0); }
	}
	@-webkit-keyframes icoAct {
	 0% {-webkit-transform:translateY(0); transform:translateY(0); }
	 50% { -webkit-transform:translateY(-10%); transform:translateY(-10%); }
	 100% { -webkit-transform:translateY(0); transform:translateY(0); }
	}
	
	/* 갤러리 : over */
	.gallery0052 .list_box a:hover .img img,
	.gallery0052 .list_box a:focus .img img { -webkit-transform:translate(-50%, -50%) scale(1.1); -ms-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); }	
 	 	
 	/* 캘린더 : over */
	.pop_schedule0052 .month a:hover:before,
	.pop_schedule0052 .month a:focus:before{opacity:1; }
	.pop_schedule0052 .month .prev:hover > img,
	.pop_schedule0052 .month .prev:focus > img { transform:translateX(.15rem); -webkit-transform:translateX(.15rem); -ms-transform:translateX(.15rem); }
	.pop_schedule0052 .month .next:hover > img,
	.pop_schedule0052 .month .next:focus > img { transform:translateX(-.15rem); -webkit-transform:translateX(-.15rem); -ms-transform:translateX(-.15rem); }
	.pop_schedule0052 .lst li a:hover,
	.pop_schedule0052 .lst li a:focus { text-decoration:underline; }
 	
	/* 배너존 : over */
	.banner_zone .btn a:hover,
	.banner_zone .btn a:focus { background:#f1f1f1; }
 }
@media (max-width:768px) {
	
	/* 갤러리 */
	.gallery0052 .list_box a .img{height:10rem; }
	.gallery0052 .list_box ul { margin:-.5rem; }
	.gallery0052 .list_box li { padding:.5rem; }
}

@media (max-width:560px) { 
	/* 캘린더 */
	.pop_schedule0052 .lst ul li { width:calc(100% / 3); }
}
@media (max-width:480px) { 
	/* 바로가기1 */
	.M_link0052 { margin:0; }
	.M_link0052 li { width:33.333%; }
	
	/* 게시판 */
	.notice0052 .titTab li { max-width:100%; font-size:0.95rem; margin-top:2px; }
	.notice0052 .titTab li + li:before,
	.notice0052 .titTab a:before { display:none; }
	
	/* 갤러리 */
	.gallery0052 .list_box a .img{height:8rem; }
	
	/* 캘린더 */
	.pop_schedule0052 .lst ul li { width:calc(100% / 2); }

}
@media (max-width:380px) { 
	
	/* 갤러리 */
	.gallery0052 .list_box a .img{height:6.5rem; }
 }