﻿/* heading */
.heading { display:block; line-height:1; font-size:1rem; color: #000; font-weight:600; margin:0 7rem 1rem 0; white-space: nowrap; overflow:hidden; }

/* btn_more */
.btn_more { position:absolute; right:0; top:0; line-height:1; color:#000; font-size:1.2rem; z-index:1; -webkit-transition:all 0.15s; transition:all 0.15s;}
.btn_more:hover,
.btn_more:focus{ transform: rotate(180deg); }

/* 메인비주얼 */
.MVisual0067 { position:relative; height:100%; border-radius: 1.35rem; overflow:hidden; isolation: isolate;}
.MVisual0067 .slider,
.MVisual0067 .slick-list,
.MVisual0067 .slick-track{height:100%; }
.MVisual0067 .item { overflow:hidden; line-height:0; background:rgba(0,0,0,0.1); }
.MVisual0067 .item img { position:relative; width:auto; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.MVisual0067 .control { position:absolute; left:1rem; bottom:1.3rem; z-index: 999; }
.MVisual0067 .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; }
.MVisual0067 .control > a.play { display:none; }
/* 메인비주얼 :action */
.MVisual0067 .control > a:hover,
.MVisual0067 .control > a:focus { background:rgba(0, 0, 0, 0.7); }

/* 게시판 */
.notice0067 { position:relative; height:100%;}
.notice0067 .titTab { padding-right:1.5rem; margin-bottom: 1rem; }
.notice0067 .titTab ul{margin: 0 -0.4rem;}
.notice0067 .titTab ul::after{content: ''; display: block; clear: both;}
.notice0067 .titTab ul li{ position:relative; float:left; max-width:calc(100% / 3); }
.notice0067 .titTab ul li ~ li::before{content: ''; display: block; width: 0; height: 0.7rem; border-left: 2px dotted #d7d7d8; position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%);} 
.notice0067 .titTab ul li a { position: relative; display:block; padding:0 0.4rem; color:#666; font-size:1rem; font-weight:400; z-index: 1;}
.notice0067 .titTab ul li a::before {content: ""; display: block; left:0; right: 0; bottom: -0.2rem; height: 0; border-radius: 1rem; background: #cedaff; position: absolute; z-index:-1; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s;}
.notice0067 .titTab ul li a span { display:block; line-height:1; white-space: nowrap; overflow:hidden; position: relative;}
.notice0067 .list_box { display:none; }
.notice0067 .list_box ul { position:relative; height:11.25rem; }
.notice0067 .list_box li:nth-of-type(n + 4) { display:none; }
.notice0067 .list_box li + li{ margin-top:0.3rem;}
.notice0067 .list_box li a { position:relative; display:block; padding:0.6rem 1.5rem; border-radius:1rem; color:#000; border:1px solid #d5d5d5; background:#fff; transition: all 0.15s; -webkit-transition: all 0.15s;}
.notice0067 .list_box li a p{ position: relative; line-height:1; margin-bottom: 0.7rem; font-size:0.8rem; color:#000; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.notice0067 .list_box li a .date { display:block; line-height: 1; color:#888; font-size:0.75rem; }
.notice0067 .list_box li a.new p{padding-left: 1.2rem;}
.notice0067 .list_box li a.new:before { content:"N"; display:inline-block; position: absolute; left: 1.5rem; top: 0.7rem; width:1rem; height:1rem; line-height:1rem; background:#233b84; color:#fff; font-weight: 600; font-size:0.6rem; border-radius:50%; text-align:center; margin-right:5px; }
/* 게시판 : 데이터 없음 */
.notice0067 .list_box li.no_data { line-height:11.3rem; text-align:center; background: rgba(0,0,0,0.1); border-radius:1.5rem; }
/* 게시판 :action */
.notice0067 .list_box.on {display:block;}
.notice0067 .titTab ul li a.current,
.notice0067 .titTab ul li a:hover,
.notice0067 .titTab ul li a:focus { color:#233b84; font-weight: 600;}
.notice0067 .titTab ul li a.current::before,
.notice0067 .titTab ul li a:hover::before,
.notice0067 .titTab ul li a:focus::before {height: 0.75rem;}
.notice0067 .list_box li a:hover,
.notice0067 .list_box li a:focus { color:#233b84; border-color:#233b84; border-radius: 0 1rem 1rem 1rem; }

/* 바로가기 */
.M_link0067 { position:relative; height:100%; border-radius:1.5rem; background:#4b62ad; padding:0.75rem;}
.M_link0067 ul { display:flex; flex-wrap: wrap; }
.M_link0067 li { width:50%;}
.M_link0067 li a { display:flex; justify-content: left; align-items: center; padding:1rem 0; font-size:0.8rem; color:#fff; border-top:2px dotted rgba(255,255,255,0.5); }
.M_link0067 li:nth-child(1) a,
.M_link0067 li:nth-child(2) a{ border-top:0;}
.M_link0067 li a .img { min-width:2.5rem; height:2.5rem; line-height:2.5rem; text-align:center; background:#fff; border-radius:50%; -webkit-transition:0.3s; transition:0.3s; }
.M_link0067 li a .img img { width:34px; height:34px; vertical-align: middle; }
.M_link0067 li a p { min-width:calc(100% - 4.5rem); max-height:2.4rem; line-height:1.2rem; padding:0 0.5rem; overflow:hidden; }
/** 바로가기 : active **/
.M_link0067 li a:hover .img,
.M_link0067 li a:focus .img { -webkit-transform:translateY(-5px); transform:translateY(-5px); }
.M_link0067 li a:hover p,
.M_link0067 li a:focus p { text-decoration: underline;}

/* 팝업존 */
.pop0067 { position:relative; width:100%; height:100%; }
.pop0067 .pop_img { position:relative; height:11.25rem; overflow: hidden; border-radius: 1.5rem; background:rgba(0, 0, 0, 0.1); isolation: isolate;}
.pop0067 .pop_img div,
.pop0067 .pop_img .item {height:100%;}
.pop0067 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center;}
.pop0067 .pop_img .item img {position:relative; top: 50%; max-width:100%; width:auto; max-height:100%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transition:transform 0.3s; transition:transform 0.3s; }

.pop0067 .control { position:absolute; top:-0.2rem; right:-0.2rem; color:#333; line-height:1; }
.pop0067 .control p { display:inline-block; vertical-align:middle; font-size:0.8rem; margin-right:0.5rem;}
.pop0067 .control p strong { position:relative; padding-right:1rem; color:#5f4ecc; font-weight:700;}
.pop0067 .control p strong::before { content:""; position:absolute; top:calc(50% - 2px); right:7px; width:4px; height:4px; border-radius:50%; background:#989898;}
.pop0067 .control a { position:relative; display:inline-block; vertical-align:middle; width:1.25rem; height: 1.25rem; border-radius: 50%; transition: all 0.15s;}
.pop0067 .control a i,
.pop0067 .control a img { position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.pop0067 .control .play { display:none; }
/** 팝업존 : active **/
.pop0067 .control a:hover,
.pop0067 .control a:focus {background:#5f4ecc; color: #fff;}

/* 캘린더 */
.pop_schedule0067 { position:relative; height:100%; padding:0 1rem; z-index: 1; text-align: center;}
.pop_schedule0067:before { content:""; position:absolute; left:0; top:0; width:100%; height:calc(100% - 1rem); border-radius:1.5rem; background:#40a6e6; z-index: -1;}
.pop_schedule0067 .month { display:flex; justify-items: flex-start; align-items: center; line-height:3rem;text-align:center;}
.pop_schedule0067 .month a {flex-shrink: 0; width:2rem; height:2rem; top:0.5rem; display: flex; justify-content: center; align-items: center; color:#fff; font-size:1rem; background:#3282b3; border-radius:50%; transition: all 0.15s; -webkit-transition: all 0.15s;}
.pop_schedule0067 .month a.prev{ left:0; }
.pop_schedule0067 .month a.next{ right:0; }
.pop_schedule0067 .month .date{ font-size:1.1rem; padding:0 1rem; color:#fff;}
.pop_schedule0067 .month .date em { font-weight: 600; }
.pop_schedule0067 .sche_table { position:relative; padding:0.5rem; background:#fff; border-radius:1.25rem; box-shadow:0 0 15px rgba(0,0,0,0.2); }
.pop_schedule0067 .sche_table:before{ content:""; position:absolute; left:0.5rem; top:2.5rem; width:calc(100% - 1rem); border-top:2px dotted #ffb82c;}
.pop_schedule0067 .sche_table table { height:11rem; font-family:"SCDream"; text-align:center;}
.pop_schedule0067 .sche_table thead { position:relative; }
.pop_schedule0067 .sche_table thead th { position:relative; padding:0.3rem 0 1rem; font-size:0.8rem; color:#111; font-weight:600; margin-bottom:0.5rem; }
.pop_schedule0067 .sche_table tbody td { color:#222; font-size:0.75rem; }
.pop_schedule0067 .sche_table tbody td a{ display:block; width:1.3rem; height:1.3rem; line-height:1.3rem; border-radius:50%; margin:0 auto; text-align:center; z-index: 2;}
.pop_schedule0067 .sche_table tbody td .event { background:#fb8e0f; color:#fff; }
.pop_schedule0067 .sche_table tbody td .today { background:#40a6e6; color:#fff; }
.pop_schedule0067 .sche_table .sat { color:#0077d1; }
.pop_schedule0067 .sche_table .sun { color:#e33d65; }
.pop_schedule0067 .btn_more{ position: absolute; top: 0.55rem; right:1.25rem; width:2rem; height:2rem; line-height: 2rem; background:#3282b3; color:#fff; font-size:1.25rem; border-radius: 50%;}
/** 캘린더 : active **/
.pop_schedule0067 .sche_table tbody td a:hover,
.pop_schedule0067 .sche_table tbody td a:focus { text-decoration:underline; }
.pop_schedule0067 .sche_table tbody td span a:not(.event):focus,
.pop_schedule0067 .sche_table tbody td span a:not(.event):hover { text-decoration:none; cursor:auto; } 
.pop_schedule0067 .month a:hover,
.pop_schedule0067 .month a:focus { background:#00629e; }

/* 갤러리 */
.gallery0067 { position:relative; height:100%; }
.gallery0067 .list_box{  padding-bottom:0.5rem; overflow: hidden; margin: 0 -0.5rem;}
.gallery0067 .list_box li:nth-child(n+4){ display:none; }
.gallery0067 .list_box li{ width:33.33%; padding:0 0.5rem; float:left;}
.gallery0067 .list_box a { position:relative; display:block; border: 1px solid #d5d5d5; border-radius:0.7rem; overflow:hidden; isolation: isolate;}
.gallery0067 .list_box a .img { position:relative; display:block; width:100%; height:9rem;background:rgba(0, 0, 0, 0.1);}
.gallery0067 .list_box a .img img { position:relative; 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; }
.gallery0067 .list_box a span { position:absolute; left:0; bottom:0; width:calc(100% - 2rem); line-height:2rem; text-align: center; padding:0 0.75rem; color:#000; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; border-radius: 0 0.8rem 0 0; border:1px solid transparent; background:#fff; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.gallery0067 .list_box li.no_data{width:100%; height:100%; text-align:center; line-height:9rem; background:#fff; border-radius:1rem; }
/** 캘린더 : active **/
.gallery0067 .list_box a:hover span,
.gallery0067 .list_box a:focus span { background:#152c75; color:#fff; }
.gallery0067 .list_box a:hover .img img,
.gallery0067 .list_box a:focus .img img { -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); }

/* 식단 */
.meal_menu0067 { position:relative; height:100%; }
.meal_menu0067 .inner { position:relative; padding:1.5rem 0 1.5rem; border-radius:1.5rem; height: 9rem; background:#ffe7cb; z-index: 1;}
.meal_menu0067 .inner ul { width:calc(100% - 6.5rem); height:6rem; margin-left:1rem; overflow:hidden; overflow-y:auto; }
.meal_menu0067 .inner li:not(.no_data) { padding-right:0.5rem; }
.meal_menu0067 .inner li + li { margin-top:1.5rem; }
.meal_menu0067 .inner .no_data {line-height:5.5rem; text-align:center;}
.meal_menu0067 .inner dl { position:relative; height:auto; }
.meal_menu0067 .inner dt { position:relative; width:90%; text-align:center; font-size:0.9rem; padding:0.25rem 1rem; margin-bottom:0.5rem; border-radius:1rem; background:#ff642a; color:#fff; }
.meal_menu0067 .inner dt em { font-weight:600; font-size: 1rem;}
.meal_menu0067 .inner dd { color:#333; font-size:0.8rem; font-weight:400; word-break:keep-all; line-height:1.3rem; }
.meal_menu0067 .inner img{ position:absolute; right:1rem; bottom:1rem; max-width:81px; z-index: -1; }

/* 배너존 */
.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;}


@media (max-width:1240px) {
}
@media (max-width:1150px) {  
	/* 캘린더 */
	.pop_schedule0067{padding: 0.1rem; height: auto;}
	.pop_schedule0067 .month{line-height: 2.8rem;}
	.pop_schedule0067 .month a{width: 1.7rem; height: 1.7rem; line-height: 1.7rem;}
	.pop_schedule0067 .month .date{padding: 0 0.7rem;}
	.pop_schedule0067 .sche_table table{height: 10.3rem;}
	.pop_schedule0067 .btn_more{font-size: 1.1rem; width: 1.7rem; height: 1.7rem; line-height: 1.7rem; top: 0.65rem; right: 0.5rem;}


	/* 식단 */
	.meal_menu0067 .inner{height: 11.25rem; padding: 1.5rem 1rem;}
	.meal_menu0067 .inner ul{width: 100%; margin-left: 0;}
	.meal_menu0067 .inner img{max-width: 3rem; bottom: 0.5rem; right: 0.5rem;}

}
@media (max-width:1024px) {  
}
@media (max-width:890px) {

	/* 바로가기 */
	.M_link0067{padding: 0 0.75rem;}
	.M_link0067 li{width: 33.33%;}
	.M_link0067 li:nth-child(3) a{border-top: 0;}

	/* 갤러리 */
	.gallery0067 .list_box li{width: 50%;}
	.gallery0067 .list_box li:nth-child(n+3){display: none;}
	.gallery0067 .list_box a .img{height: 11.25rem;}

}
@media (max-width:768px) {

	/* 갤러리 */
	.gallery0067 .list_box li{width: 100%;}
	.gallery0067 .list_box li ~ li{display: none;}
	.gallery0067 .list_box a .img img{height: 100%; object-fit:contain ;}
}
@media (max-width:580px) {
	/* 메인비주얼 */
	.MVisual0067 .control > a{width: 1.5rem; height: 1.5rem; line-height: 1.5rem;}

	/* 캘린더 */
	.pop_schedule0067{padding: 0 1rem;}
	.pop_schedule0067 .month a{width: 1.5rem; height: 1.5rem; line-height: 1.5rem;}
	.pop_schedule0067 .btn_more{font-size: 1rem; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; top: 0.65rem; right: 1rem;}

	/* 식단 */
	.meal_menu0067 .inner{height: 9rem;}
	.meal_menu0067 .inner ul{width: auto; height: 100%; margin-right: 3rem;}
	
	/* 갤러리 */
	.gallery0067 .list_box li{width: 50%;}
	.gallery0067 .list_box li:nth-child(2){display: block;}

}
@media (max-width:460px) {
	/* 캘린더 */
	.notice0067 .titTab{margin-bottom: 0.5rem;}
	.notice0067 .titTab ul li{max-width: 100%; margin-bottom: 0.5rem;}
	.notice0067 .titTab ul li ~ li::before{display: none;}



	/* 바로가기 */
	.M_link0067 li{width: 50%;}
	.M_link0067 li:nth-child(3) a{border-top: 1px dashed rgba(255,255,255,0.5);}


}
@media (max-width:420px) {

}
@media (max-width:370px) {
	/* 메인비주얼 */
	.MVisual0067 .item img{width: 100%; height: auto; }

	/* 핍업존 */
	.pop0067 .pop_img{height: auto;}
	.pop0067 .pop_img .item img{top: 0; left: 0; transform: none;}

	/* 갤러리 */
	.gallery0067 .list_box li{width: 100%;}
	.gallery0067 .list_box li:nth-child(2){display: none;}



}
@media (max-width:320px) {
	/* 바로가기 */
	.M_link0067 li a{flex-direction: column; text-align: center; padding: 0.7rem 0;}
	.M_link0067 li a .img{margin-bottom: 0.3rem;}

	/* 식단 */
	.meal_menu0067 .inner ul{margin-right: 0;}
	.meal_menu0067 .inner dt{width: 100%;}
	.meal_menu0067 .inner img{display: none;}

	
	/* 캘린더 */
	.pop_schedule0067{padding: 0 0.5rem;}
	.pop_schedule0067 .btn_more{right: 0.5rem;}
	


}