﻿/* heading */
.heading{ position:relative; line-height:1; font-size:1.1rem; margin-right: 2rem; margin-bottom: 1.1rem; font-weight: 600; color:#252423; overflow:hidden; white-space: nowrap; transition: all 0.15s;}

/* btn_more */
.btn_more01 { content: ''; display: block; width: 1.45rem; height: 1.1rem; position: absolute; top: 0; right: 0; z-index: 1;}
.btn_more01::before { content: ''; display: block; width: 0.75rem; height: 0.75rem; position: absolute; left: 0; top: 50%; transform: translateY(-50%); border-radius: 50%; background: #d9d9dc; z-index: -1; transition: all 0.15s;}
.btn_more02 { position:absolute; right: 0; top: 0; transform: translateY(-50%); display:block; width: 1.95rem; line-height:1.95rem; font-size:1.3rem; color:#fff; border-radius: 50%; background: #4c5991; text-align: center; }
.btn_more02 i{transition: all 0.15s;}
/* btn_more : active */
.btn_more01:hover::before,
.btn_more01:focus::before{width: 1.7rem; height: 1.7rem;}
.btn_more02:hover i,
.btn_more02:focus i{transform: rotate(180deg);}

/* 메인비주얼 */
.MVisual0083 { position:relative; overflow:hidden; height:100%; background:rgba(0,0,0,0.15); border-radius: 1rem; isolation: isolate; }
.MVisual0083 .slider,
.MVisual0083 .slick-list,
.MVisual0083 .slick-track{height:100%; }
.MVisual0083 .item { overflow:hidden; line-height:0; }
.MVisual0083 .item img { position:relative; width:100%; height:auto; top: 50%; transform: translateY(-50%); }
.MVisual0083 .control { position:absolute; left:1rem; bottom:0.75rem; z-index:1; }
.MVisual0083 .control > a { display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgb(255, 255, 255, 0.7); color:#000; text-align:center; border-radius:50%; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.MVisual0083 .control > a.play { display:none; }
/* 메인비주얼 : active */
.MVisual0083 .control > a:hover,
.MVisual0083 .control > a:focus{ background:rgb(255, 255, 255, 1);}


/* 바로가기1 */
.M_link0083 { position:relative; height:100%; }
.M_link0083 ul { margin: -0.5rem; }
.M_link0083 ul::after{content: ''; display: block; clear: both;}
.M_link0083 li { width:50%; float:left; padding: 0.5rem;}
.M_link0083 li a { position:relative; display:flex; flex-wrap: wrap; flex-flow:column; justify-content: center; align-items: center; height:6.25rem; text-align:center; background:#fff; border:3px solid transparent; border-radius: 1rem;}
.M_link0083 li a .img { max-width: 3.75rem; width:80%; vertical-align: middle;}
.M_link0083 li a .img img{display: block; width: 100%;}
.M_link0083 li a .txt { display:block; width: 100%; height:1.8rem; line-height:0.9rem; font-size:0.8rem; margin-top:0.25rem; padding:0 0.5rem; overflow:hidden; transition: all 0.15s;}
/* 바로가기1 : active */
.M_link0083 li img,
.M_link0083 li a{ -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.M_link0083 li a:hover,
.M_link0083 li a:focus{ border-color:#00c8ff; box-shadow: 0.4rem 0.4rem 0 rgba(0,0,0,0.2);}
.M_link0083 li a:hover img,
.M_link0083 li a:focus img{ transform: rotateY(180deg); -webkit-transform: rotateY(180deg); }
.M_link0083 li a:hover .txt,
.M_link0083 li a:focus .txt{color: #4f5ffd; font-weight: 600;}

/* 캘린더 */
.pop_schedule0083 { position:relative; height:100%;}
.pop_schedule0083 .heading{margin-right: 11rem;}
.pop_schedule0083 .sche_wrap { position:relative; display:flex; flex-wrap: wrap; align-items: center; justify-content: center;  }
.pop_schedule0083 .month { position:absolute; right:2.3rem; top:-0.3rem; line-height:1.75rem; font-size:0.8rem; font-family: 'Montserrat';}
.pop_schedule0083 .month a { display:inline-block; vertical-align: middle; font-size:1.2rem; margin:0 0.2rem;}
.pop_schedule0083 .month > span { display:inline-block; vertical-align:middle; margin:0 0.25rem; font-size:1rem; font-weight: 600;}
.pop_schedule0083 .month > span em { display:inline-block; width:1.75rem; height:1.75rem; margin-left: 0.2rem; text-align:center; font-weight: 700; background:#ff7815; color:#fff; border-radius:50%;  }
.pop_schedule0083 .lst { position:relative; margin-top:-0.35rem;}
.pop_schedule0083 .lst ul { overflow-y:auto; height:13.1em; }
.pop_schedule0083 .lst .no_data { width:100%; font-size:0.85rem; padding:4rem 0; text-align:center; font-weight: 400; }
.pop_schedule0083 .lst li { width:50%; margin:0.5rem 0; float:left;}
.pop_schedule0083 .lst li a { position:relative; display:flex; height:4.25rem; align-items: center; font-weight: 400; padding-right:1rem; padding-left:5rem; overflow:hidden; }
.pop_schedule0083 .lst li a .date { position:absolute; left:0; top:0; width:4.25rem; height:4.25rem; font-size:0.75rem; font-weight: 600; display:flex; align-items: center; justify-content: center; flex-direction: column; border-radius:50%; background:#4d5991; overflow:hidden; color:#fff; font-family: 'Montserrat';}
.pop_schedule0083 .lst li a .date em{ display:block; font-size:1.05rem;}
.pop_schedule0083 .lst li a p{ display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden; line-height:1.1rem; max-height:2.2rem; font-size:0.9rem; color:#272727;}
.pop_schedule0083 a,
.pop_schedule0083 a span { -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
/* 캘린더 active */
.pop_schedule0083 .month a:hover,
.pop_schedule0083 .month a:focus { color: #ff7815; }
.pop_schedule0083 .lst li a:hover,
.pop_schedule0083 .lst li a:focus {text-decoration:underline; }
.pop_schedule0083 .lst li a:hover span:after,
.pop_schedule0083 .lst li a:focus span:after { opacity: 1; }

/* 식단 */
.meal_menu0083 { position:relative; height:100%; }
.meal_menu0083 .inner { position:relative; height: 10rem; padding:1.5rem 1rem 2rem 1.5rem; border:3px solid #b7bdd3; border-radius: 1rem; }
.meal_menu0083 .inner ul {height: 100%; overflow:hidden; overflow-y:auto; padding-right: 3rem; }
.meal_menu0083 .inner li:not(.no_data) { line-height:3rem; }
.meal_menu0083 .inner li + li { margin-top:1.5rem; }
.meal_menu0083 .inner .no_data { text-align:center; line-height:6.2rem; color:#000; font-weight: 400; }
.meal_menu0083 .inner dl { position:relative; height:auto; }
.meal_menu0083 .inner dt { font-size:0.9rem; font-weight: 500; color:#444444;}
.meal_menu0083 .inner dt strong{ width:2.75rem; height:2.75rem; line-height:2.75rem; margin-right:0.5rem; background:#ff7815; border-radius:50%; color:#fff; display:inline-block; text-align:center; }
.meal_menu0083 .inner dd { line-height:1.35rem; word-break:keep-all; color:#272727; margin-top:0.5rem; }
.meal_menu0083 > img {max-width: 5.5rem; position: absolute; top: 3.5rem; right: 1.5rem; z-index: -1;}
.meal_menu0083 a { -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }

/* 게시판 */
.notice0083 { position:relative; height:100%; }
.notice0083 .titTab ul { display: flex; justify-content: center; align-items: center; position:relative; max-width: calc(100% - 4rem);  margin: 0 auto; z-index:1;}
.notice0083 .titTab li{ position:relative; max-width:33.33%; vertical-align: middle; }
.notice0083 .titTab li + li:before{ content:""; position:absolute; left:0; top:50%; transform: translate(-50%, -50%); width:0.25rem; height:0.25rem; border-radius:50%; background:#898989; z-index: -1;}
.notice0083 .titTab li a { position:relative; display:block; color:#252525; font-size:1rem; font-weight: 400; padding:0 1rem; line-height:2.5rem; border-radius: 5rem;}
.notice0083 .titTab li a span { display:block; overflow:hidden; white-space:nowrap; }

.notice0083 .tabWrap{ position:relative; height:12rem; }
.notice0083 .list_box { display:none; border-top:1px solid #c7c7c7; border-bottom:1px solid #c7c7c7; height:100%; }
.notice0083 .list_box ul { height:100%;}
.notice0083 .list_box ul::after{content: ''; display: block; clear: both;}
.notice0083 .list_box li { width:calC(100% / 3); height:100%; float:left; padding:2.3rem 0 2rem 0; }
.notice0083 .list_box li:nth-child(n+4){display: none;}
.notice0083 .list_box li a { position:relative; width:100%; height:100%; display: block; padding:0 1.25rem; }
.notice0083 .list_box li + li a{border-left:1px solid #ddd;}
.notice0083 .list_box li a > *{display:block; width:100%; overflow:hidden;}
.notice0083 .list_box li a strong{margin-bottom: 1.25rem; line-height:1.5rem; font-size:0.9rem; font-weight:500; color:#1c1c1c; white-space:nowrap; text-overflow:ellipsis;}
.notice0083 .list_box li a.new strong:before{content:"N"; display:inline-block; width:1.5rem; height:1.5rem; line-height:1.5rem; margin-right:5px; color:#fff; font-weight:600; font-size: 0.75rem; text-align: center; background:#2cbf89; border-radius:50%; vertical-align: top;}
.notice0083 .list_box li a p{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis;  height:2.4rem; margin-bottom: 1.5rem; line-height:1.2rem; font-size:0.8rem; font-weight:400; color:#565656;}
.notice0083 .list_box li a span { color:#808080; font-size:0.75rem; font-family: 'Montserrat';}
.notice0083 .list_box li a span:before{ content:"\ead8"; display:inline-block; font-family:'xeicon'; margin-right:5px; color:#666}
.notice0083 .list_box li.no_data { width:100%; height:100%; text-align: center; line-height:7rem; font-size:0.9rem; font-weight: 400; }
/* 게시판 : active */
.notice0083 .titTab li a:hover,
.notice0083 .titTab li a:focus { font-weight:600;}
.notice0083 .titTab li a.current { background: #2cbf89; border-radius: 1rem 1rem 0 1rem; color:#fff; font-weight:600; margin: 0 -0.1rem;}
.notice0083 .list_box.on { display:block; }
.notice0083 .list_box li a:hover strong,
.notice0083 .list_box li a:focus strong{ text-decoration: underline;}
.notice0083 .list_box li a:hover p,
.notice0083 .list_box li a:focus p{ text-decoration: underline;}
.notice0083 a, 
.notice0083 :before { -webkit-transition:all 0.15s; transition:all 0.15s; }
.notice0083 .btn_more:focus,
.notice0083 .btn_more:hover { transform: rotate(180deg); -webkit-transform: rotate(180deg);}

/* 갤러리 */
.gallery0083 { position:relative; height:100%; }
.gallery0083 .list_box{height: 13.8rem;overflow:hidden; margin:0 -0.75rem;}
.gallery0083 .list_box ul::after{content: ''; display: block; clear: both;}
.gallery0083 .list_box li{width:50%; float:left; padding:0 0.75rem; }
.gallery0083 .list_box li:nth-child(n+3){display: none;}
.gallery0083 .list_box a { position:relative; display:block; color:#fff; border-radius: 1rem; overflow: hidden; isolation: isolate; }
.gallery0083 .list_box a .img{ position:relative; height:10.5rem; width:100%; background:#f1f1f1; overflow:hidden; }
.gallery0083 .list_box a .img img { position:relative; left:50%; width:auto; height:100%; transform:translateX(-50%); -webkit-transform:translateX(-50%); transition: all 0.15s;}
.gallery0083 .list_box a span{display:block; line-height:3.3rem; font-weight: 500; text-align:center; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; background:#2cbf89; padding:0 0.5rem;}
.gallery0083 .btn_more01::before { background: #d5f2e7; }
/** 갤러리 :active **/
.gallery0083 .list_box a:hover,
.gallery0083 .list_box a:focus{ text-decoration: underline; }
.gallery0083 .list_box a:hover .img img,
.gallery0083 .list_box a:focus .img img{transform:translateX(-50%) scale(1.1);}
.gallery0083 a,
.gallery0083 span{-webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
/** 갤러리 no_data **/
.gallery0083 .list_box li.no_data { width:100%; text-align:center; padding:6.3rem 0; color:#111; background:#f7f7f7;}

/* 팝업존 */
.pop0083 { position:relative; width:100%; height:100%; }
.pop0083 .heading{margin-right: 8rem;}
.pop0083 .pop_img {position:relative; height: 13.8rem; display:flex; align-items: center;justify-content: center; padding:1.25rem 1.1rem; margin-top:0.5rem; background: #fcf9ef; border-radius: 1rem;}
.pop0083 .pop_img .slick-list{ width:100%; height:100%; border:1px solid #dcdcdc; border-radius: 1rem; isolation: isolate; }
.pop0083 .pop_img div,
.pop0083 .pop_img .item { height:100%; }
.pop0083 .pop_img .item a { display:block; height:100%; line-height:0; overflow: hidden; text-align: center; background:rgba(0,0,0,0.1);}
.pop0083 .pop_img .item img { position:relative; top:50%; width: auto; height:auto; max-width: 100%; max-height: 100%; transform:translateY(-50%); -webkit-transform:translateY(-50%); }

.pop0083 .control { position:absolute; right:0; top:0; }
.pop0083 .control p { display:inline-block; font-size:0.8rem; vertical-align: middle; margin-right:0.3rem; }
.pop0083 .control p strong { position:relative; font-weight:700; font-size:0.9rem; margin-right:0.6rem; padding-right:1rem; color:#ff7815; }
.pop0083 .control p strong:before{content:""; display:inline-block; width:6px; height:6px; background:#4c5991; border-radius:50%; position:absolute; top:calc(50% - 3px); right:0}
.pop0083 .control a { display:inline-block; font-size:1.2rem; height:1.5rem; line-height:1.5rem; vertical-align: middle; color:#272727;}
.pop0083 .control .play { display:none; }
/* 팝업존 : active */
.pop0083 .control a:hover,
.pop0083 .control a:focus{color:#ff7815;}

/* 배너존 */
.banner_zone {line-height:1; border-top:1px solid #d1d8e4; }
.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; }

@media (max-width:1240px) {
}

@media (max-width:1024px) { 
}

@media (max-width:960px) { 	
	/* 바로가기 */
	.M_link0083 li{width:16.65%;}

	/* 캘린더 */
	.pop_schedule0083 .lst li{width: 100%;}

}

@media (max-width:920px) { 
	/* 갤러리 */
	.gallery0083 .list_box li{width: 100%;}
	.gallery0083 .list_box li:nth-child(n+2){display: none;}

    
}

@media (max-width:860px) { 
    
}

@media (max-width:768px) { 
	/* 바로가기 */
	.M_link0083 li{width: 33.33%;}


	/* 게시판 */
	.notice0083 .titTab ul{max-width: calc(100% - 2rem); margin-left: 0; justify-content:flex-start; }
	.notice0083 .list_box li{width: 50%;}
	.notice0083 .list_box li:nth-child(n+3){display: none;}
	
}

@media (max-width:680px) { 
	/* 팝업존 */
	.pop0083 .pop_img{margin: 0 -1rem; border-radius: 0;}

	/* 갤러리 */
	.gallery0083 .list_box li{width: 50%;}
	.gallery0083 .list_box li:nth-child(2){display: block;}


}

@media (max-width:540px) { 
	.heading{font-size: 1rem;}

	/* 메인비주얼 */
	.MVisual0083 .control > a{width: 1.5rem; height: 1.5rem; line-height: 1.5rem;}
}

@media (max-width:480px) { 

	/* 게시판 */
	.notice0083 .titTab ul{flex-wrap: wrap;}
	.notice0083 .titTab li{max-width: 100%;}
	.notice0083 .titTab li + li:before{display: none;}
	.notice0083 .tabWrap{ height: auto;}
	.notice0083 .list_box li{width: 100%; padding: 1rem 0;}
	.notice0083 .list_box li:nth-child(n+2){padding-top: 0;}
	.notice0083 .list_box li:nth-child(n+2) a{ border-left: 0; border-top: 1px solid #ddd; padding-top: 1rem;}
	.notice0083 .list_box li a{padding: 0 0.5rem;}


	/* 갤러리 */
	.gallery0083 .list_box li{width: 100%;}
	.gallery0083 .list_box li:nth-child(2){display: none;}
}

@media (max-width:380px) { 
	/* 바로가기 */
	.M_link0083 ul{margin: -0.2rem;}
	.M_link0083 li{padding: 0.2rem;}

	/* 캘린더 */
	.pop_schedule0083 .heading{margin-bottom: 0.5rem; margin-right: 2rem;}
	.pop_schedule0083 .month{position: relative; right: 0; left: 0; top: 0; display: flex; justify-content: center; }
	.pop_schedule0083 .month .prev{order: 1;}
	.pop_schedule0083 .month span{order: 2;}
	.pop_schedule0083 .month .next{order: 3;}



	/* 팝업존 */
	.pop0083 .pop_img{height: auto;}
	.pop0083 .pop_img .item img{top: 0; left: 0; transform: none;}
	
}

@media (max-width:350px) { 
	/* 바로가기 */
	.M_link0083 li{width: 50%;}

	/* 식단 */
	.meal_menu0083 > img{display: none;}
	.meal_menu0083 .inner ul{padding-right: 0;}


}