﻿/* 공통 */
h2.heading {margin-bottom: 1.25rem; max-width: calc(100% - 3rem); font-size: 1.1rem; font-weight: 700; color: #222; white-space: nowrap; overflow: hidden;} 

/* btn_more */
.btn_more {position: absolute; top: -0.5rem; right: 0; width: 2rem; height: 2rem; line-height: 2rem; text-align: center; font-size: 1.2rem; color: #000; background: #fff; border-radius: 50%;}
/** btn_more active **/ 
.btn_more:hover i,
.btn_more:focus i { transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }
.btn_more,
.btn_more i {-webkit-transition: 0.2s; transition: 0.2s;}

/* 메인비주얼 */
.MVisual0018 { position:relative; height:100%; overflow:hidden; border-radius: 0 0 3.5rem 0;}
.MVisual0018 .slider,
.MVisual0018 .slick-list,
.MVisual0018 .slick-track{height:100%; }
.MVisual0018 .item { overflow:hidden; line-height:0; }
.MVisual0018 .item img { position:relative; width:auto; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.MVisual0018 .item img.M_visual_m { display:none; }
.MVisual0018 .control { position:absolute; left:19rem; bottom:2rem; z-index:1; }
.MVisual0018 .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 .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0018 .control > a.play { display:none; }
/** 메인비주얼 active **/
.MVisual0018 .control > a:hover,
.MVisual0018 .control > a:focus { background:rgba(0,0,0,0.5); }

/* 바로가기 */
.M_link0018 { position:relative; } 
.M_link0018 ul { width: 100%; height:100%; }
.M_link0018 ul li { width: 50%; float: left; }
.M_link0018 li a { display:block; position:relative; width:100%; height:100%; word-break:keep-all; text-align:center; } 
.M_link0018 li a .img { position:relative; display:block; margin:0 auto; width:5.5rem; height:5.5rem; line-height:5.3rem; text-align:center; background:#fff; border:0.1rem solid #e0e0e0; border-radius:50%;}
.M_link0018 li a .img img { max-width: 100%; max-height: 100%; vertical-align: middle;}
.M_link0018 li a p {position:relative; display:inline-block; margin-top: 1rem; height:2rem; line-height:1rem; font-size:0.9rem; font-weight:600; color: #222; word-break:break-all; overflow:hidden; z-index: 1;} 
.M_link0018 li a p:before {position: absolute; bottom: 0; left: 50%; width: 0; height: 0.7rem; background: #ffc259; opacity: 0; content: ""; z-index: -1;}
/** 바로가기 active **/ 
.M_link0018 li a,
.M_link0018 li a .img,
.M_link0018 li a p:before {-webkit-transition: 0.25s; transition: 0.25s;}
.M_link0018 li a:hover .img,
.M_link0018 li a:focus .img { background: #fff7e9; border: 3px solid #ffc259; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.M_link0018 li a:hover p:before,
.M_link0018 li a:focus p:before {left: 0; width: 100%; opacity: 0.3;}

/* 행사일정 */
.pop_schedule0018 {position: relative; height: 100%;}
.pop_schedule0018 .sche_wrap {display: flex; padding: 1.5rem; height: 11.25rem; align-items: center; background: #7c61f4; border-radius: 1.5rem;}
.pop_schedule0018 .month {width: 5rem; text-align: center;}
.pop_schedule0018 .month .date {position: relative; display: inline-block; margin-bottom: 0.25rem; width: 5rem; height: 5rem; text-align: center; vertical-align:bottom; background: #fafafa; border-radius: 50%; overflow: hidden;}
.pop_schedule0018 .month .date strong {position: absolute; top: 50%; left: 50%; display: block; line-height: 1.2; font-size: 0.8rem; font-weight: 600; color: #222; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);}
.pop_schedule0018 .month .date em {display: block; font-size: 1.75rem; font-weight: 700; color: #7c61f4;}
.pop_schedule0018 .month a {display: inline-block; width: 2rem; height: 2rem; line-height: 2rem; vertical-align: middle; font-size: 1.2rem; background: #fff; border-radius: 50%;}
.pop_schedule0018 .month a ~ a {margin-left: 0.5rem;}
.pop_schedule0018 .lst {position: relative; padding-left: 1.5rem; width: calc(100% - 5rem);}
.pop_schedule0018 .lst ul {height: 8.5rem; overflow-y: auto;} 
.pop_schedule0018 .lst ul li {margin-bottom: 0.5rem;}
.pop_schedule0018 .lst ul li a {position: relative; display: block; padding-left: 2.5rem; line-height: 1.75rem; font-weight: 600; color: #fff; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.pop_schedule0018 .lst li.sche_list_type2 a { padding-left:4rem; } /* 20221004 장주연 수정 */
.pop_schedule0018 .lst ul li a span {position: absolute; top: 0; left: 0; width: 1.75rem; height: 1.75rem; line-height: 1.75rem; text-align: center; font-size: 0.8rem; background: #583dcd; border-radius: 0.5rem;}
.pop_schedule0018 .lst li.sche_list_type2 a span { width:3.5rem; } /* 20221004 장주연 수정 */
.pop_schedule0018 .lst .no_data {line-height: 8.5rem; text-align: center; font-weight: 600; color: #fff;}
/** 행사일정 :action **/  
.pop_schedule0018 a {-webkit-transition: all .15s; transition: all .15s;} 
.pop_schedule0018 .month a:hover,
.pop_schedule0018 .month a:focus {color: #fff; background: #583dcd;}
.pop_schedule0018 .lst ul li a:hover,
.pop_schedule0018 .lst ul li a:focus {text-decoration: underline;}

/* 식단 */
.meal_menu0018 {position: relative; height: 100%;}
.meal_menu0018 .inner {position: relative; padding: 2rem 1.5rem; height: 11.25rem; background: #fff7e9 url('/images/template/T0018/main/0018_meal_bg.png') no-repeat right center; border: 2px solid #ffc259; border-radius: 1.5rem;} 
.meal_menu0018 .inner ul {margin-right: 5.5rem; height: 7.25rem; overflow: hidden; overflow-y: auto;} 
.meal_menu0018 .inner li + li {margin-top: 1rem;}
.meal_menu0018 .inner dl dt {display: inline-block; margin: 0 auto; width: 90%; line-height: 2.25rem; text-align: center; font-size: 0.85rem; font-weight: 700; color: #333; background: #fff; border-radius: 1.5rem;}
.meal_menu0018 .inner dl dt strong {display: inline-block; margin-right: 0.5rem; font-size: 0.95rem; color: #734c0a; vertical-align: bottom; overflow: hidden;}
.meal_menu0018 .inner dl dd {margin-top: 0.5rem; line-height: 1.8; font-size: 0.8rem; font-weight: 500; word-break: keep-all;} 
.meal_menu0018 .inner .no_data {line-height: 7.25rem; text-align: center; font-weight: 600;}

/* 팝업존 */
.pop0018 {position: relative;}
.pop0018 h2.heading {max-width: calc(100% - 9rem);}
.pop0018 .pop_img {position: relative; height: 11.25rem; background: #dbdbdb; border-radius: 1.5rem; overflow: hidden;}
.pop0018 .pop_img div,
.pop0018 .pop_img .item {height: 100%;}
.pop0018 .pop_img .item a {display: block; height: 100%; line-height: 0; text-align: center; overflow: hidden;}
.pop0018 .pop_img .item img {position: relative; max-width: 100%; width: auto; height: 100%;}
.pop0018 .nss_pg {position: absolute; top: -0.5rem; right: 0; line-height: 2rem; font-size: 0;}   
.pop0018 .page {display: inline-block; margin-right: 0.5rem; font-size: 0.75rem; vertical-align: middle; font-family: 'NotoSans';}
.pop0018 .page strong {font-size: 0.9rem; font-weight: 600; color: #7c61f4;}
.pop0018 .nss_pg a {position: relative; display: inline-block; margin-left: 0.25rem; width: 2rem; height: 2rem; vertical-align: middle; text-align: center; font-size: 1.2rem; color: #333; background: #fff; border-radius: 50%; -webkit-transition:all .15s; transition:all .15s;}  
.pop0018 .nss_pg .play {display: none;}
.pop0018 .nss_pg .play,
.pop0018 .nss_pg .stop {color: #fff; background: #7c61f4;}
/** 팝업존 :action **/ 
.pop0018 .nss_pg a:hover,
.pop0018 .nss_pg a:focus {color: #fff; background: #7c61f4;}
.pop0018 a {-webkit-transition: all .15s; transition: all .15s;} 

/* 게시판 */
.notice0018 {position: relative;}    
.notice0018 .titTab {margin: 0 2rem 1rem 0; font-size: 0;} 
.notice0018 .titTab ul li {position: relative; display: inline-block; max-width: 30%; margin-right: 1rem;}
.notice0018 .titTab ul li + li {padding-left: 1rem; background: url('/images/template/T0018/main/0018_notice_dots.png') no-repeat left center;}
.notice0018 .titTab ul li a {display: block; padding: 0 0.25rem; height: 1.5rem; font-size: 1.1rem; font-weight: 500; color: #777; white-space: nowrap; overflow: hidden;}
.notice0018 .titTab ul li a span {position: relative;}
.notice0018 .titTab ul li a span::before {position: absolute; bottom: 0; left: 50%; width: 0; height: 0.5rem; border-radius: 1rem; content: ""; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); z-index: -1;}
.notice0018 .tabWrap {position: relative;}
.notice0018 .tabWrap:before {position: absolute; top: 0.5rem; left: 0.5rem; width: 100%; height: 100%; background: #fff; border-radius: 1.5rem; content: "";}
.notice0018.type01 .tabWrap:before {background: #fff7e9;}
.notice0018.type02 .tabWrap:before {background: #f1eeff;}
.notice0018 .list_box {position: relative; display: none; width: 100%; padding: 0.75rem 1.5rem; background: #fff; border-radius: 1.5rem; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.notice0018 .list_box ul {height: 12.5rem; overflow: hidden;}
.notice0018 .list_box li:nth-of-type(n+6) {display: none;}
.notice0018 .list_box li ~ li {border-top: 1px dashed #d8d8d8;}
.notice0018 .list_box li a {position: relative; display: block; line-height: 2.5rem;}
.notice0018 .list_box li p {position: relative; width: calc(100% - 4.5rem); font-size: 0.85rem; color: #222; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.notice0018 .list_box li.new p {padding-left: 1.5rem;}
.notice0018 .list_box li.new p::before {position: absolute; top: 0; left: 0; font-family: 'xeicon'; font-size: 1.2rem; content: "\e9a8";}
.notice0018.type01 .list_box li.new p::before {color: #ffc259;}
.notice0018.type02 .list_box li.new p::before {color: #7c61f4;}
.notice0018 .list_box li span {position: absolute; top: 0; right: 0; font-size: 0.7rem; color: #777;}
.notice0018 .list_box li span i {margin-right: 0.25rem;}
.notice0018 .btn_more {top: -2.5rem; right: 0;}
.notice0018.type01 .btn_more {background: #fff7e9;}
.notice0018.type02 .btn_more {background: #f1eeff;}
.notice0018 .list_box li.no_data {line-height: 12.5rem; text-align: center; font-weight: 600;}
/** 게시판 :action **/  
.notice0018 .titTab ul li a:hover,
.notice0018 .titTab ul li a:focus,
.notice0018 .titTab ul li a.current {color: #000; font-weight: 700;}
.notice0018 .titTab ul li a.current span::before {width: 100%;}
.notice0018.type01 .titTab ul li a.current span::before {background: #fff7e9;}
.notice0018.type02 .titTab ul li a.current span::before {background: #f1eeff;}
.notice0018 .list_box li a:hover,
.notice0018 .list_box li a:focus {text-decoration: underline;}
.notice0018 a {-webkit-transition: all .15s; transition: all .15s;} 
.notice0018 .list_box.on {display: block;}

/* 갤러리 */
.gallery0018 { position:relative; height:100%; }
.gallery0018 ul { position:relative; display: flex; margin: 0 -0.75rem; width: calc(100% + 1.5rem);}
.gallery0018 ul li { width:25%; height:13rem; padding:0 0.75rem;  }
.gallery0018 ul li:nth-child(n+5) { display:none; }
.gallery0018 ul li a { position:relative; display:block; height:100%; }
.gallery0018 ul li a .img { position:relative; height:9.5rem; border-radius: 1.5rem; overflow:hidden; box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1); background:rgba(0, 0, 0, 0.2);}
.gallery0018 ul li 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 .15s; -ms-transition:all .15s; transition:all .15s; }
.gallery0018 ul li a p { font-weight:600; text-overflow:ellipsis; overflow:hidden; white-space: nowrap; z-index:2; -webkit-transition:0.2s; transition:0.2s; margin: 0.8rem 0 0.5rem; font-size: 0.85rem; } 
.gallery0018 ul li a .date { font-size: 0.75rem; color: #777; }
.gallery0018 ul li a .date i {margin-right: 0.25rem;}
.gallery0018 .list_box li.no_data{ width:100%; height:13rem; display:flex; align-items:center; justify-content:center; padding:2rem 0; font-size:.9rem; background:rgba(0, 0, 0, 0.2); border-radius:1.5rem; margin:0 0.7rem;}  
.gallery0018 .btn_more {background: #f6f6f6;}
/** 갤러리 active **/
.gallery0018 ul li a:hover p,
.gallery0018 ul li a:focus p { text-decoration: underline; }
.gallery0018 .list_box a:hover .img img,
.gallery0018 .list_box a:focus .img img { -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.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.8rem; font-weight: 600; 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: 1240px) {   
	/* 캘린더 */
	.pop_schedule0018 .sche_wrap { padding: 1.3rem; }
	.pop_schedule0018 .lst { padding-left: 1rem; }

	/* 식단 */
	.meal_menu0018 .inner { padding: 1.3rem; background-size: 6rem;}

	/* 팝업 */
	.pop0018 .pop_img .item img {width:auto; height:100%;}

}

@media (max-width:1024px){
	/* 공통 */
	h2.heading {margin-bottom: 1rem; font-size: 1rem;} 

	/* 게시판 */
	.notice0018 .titTab ul li a {font-size: 1rem;}

	/* 갤러리 */
	.gallery0018 ul li { width: 50%; }
	.gallery0018 ul li:nth-child(n+3) { display:none; }
	.gallery0018 ul li:nth-child(n+4) { display:none; }
}

@media (min-width:941px) and (max-width:1023px){
	/* 바로가기 */
	.M_link0018 li a .img {width:4.5rem; height:4.5rem; line-height:4.3rem;}
	.M_link0018 li a .img img {width:3.5rem;}
	.M_link0018 li a p {height:2rem; line-height:1rem;} 
}

@media (max-width:940px){
	/* 메인비주얼 */
	.MVisual0018 .item img { width: 100%; height: auto;}
	.MVisual0018 .control { left: 1rem; bottom: 1rem; }

	/* 바로가기 */
	.M_link0018 ul { display: table; table-layout: fixed; }
	.M_link0018 ul li { display: table-cell; width: auto; float: none; }
}

@media (max-width: 860px) {    
	/* 메인비주얼 */
	.MVisual0018 { border-radius: 0 0 2.5rem 0;}

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}  

@media (max-width:680px){
	/* 바로가기 */
	.M_link0018 ul li { display: block; width: calc(100% / 3); float: left; }
	.M_link0018 ul li:nth-of-type(3n+1) { clear: both; }
	.M_link0018 li a p {font-size: 0.8rem;}

	/* 캘린더 */
	.pop_schedule0018 .sche_wrap { height: auto; }
	.pop_schedule0018 .lst ul { height: 6.8rem; }
	.pop_schedule0018 .lst ul li { float: left; width: 50%; }
	.pop_schedule0018 .lst .no_data { width: 100%; line-height: 6.8rem; }

	/* 식단 */
	.meal_menu0018 .inner { height: 10.25rem; }

	/* 팝업존 */
    .pop0018 .pop_img{ height:auto; }
    .pop0018 .pop_img .item img { top:auto; left:auto; max-height:15rem;}
}

@media (max-width:500px){
	/* 캘린더 */
	.pop_schedule0018 .sche_wrap { padding: 1rem;}
	.pop_schedule0018 .lst ul li { width: 100%; }

	/* 식단 */
	.meal_menu0018 .inner { padding: 1rem; }
}

@media (max-width:420px){
	/* 메인비주얼 */
	.MVisual0018 { border-radius: 0 0 2rem 0;}

	/* 게시판 */
	.notice0018 .titTab ul li { margin-right: 0.5rem; max-width: 100%; }
	.notice0018 .titTab ul li + li {padding-left: 0.5rem;}
	.notice0018 .titTab ul li a {font-size: 0.9rem;}

	/* 갤러리 */
	.gallery0018 ul { margin: 0.5rem 0 0 0; width: 100%;}
	.gallery0018 ul li { width: 100%; padding: 0; }
	.gallery0018 ul li:nth-child(n+2) { display:none; }
	.gallery0018 .list_box li.no_data { margin: 0;}
}

@media (max-width:360px){
	/* 바로가기 */
	.M_link0018 li a .img { width: 4.5rem; height: 4.5rem; line-height: 4.3rem; }
	.M_link0018 li a .img img { width: 3rem; height: auto; }

	/* 캘린더 */
	.pop_schedule0018 .sche_wrap { display: block; }
	.pop_schedule0018 .month { position: relative; width: 100%; }
	.pop_schedule0018 .month a { position: absolute; top: 1.5rem; }
	.pop_schedule0018 .month .prev { left: 0; }
	.pop_schedule0018 .month .next { right: 0; }
	.pop_schedule0018 .month .date { width: 4.5rem; height: 4.5rem;}
	.pop_schedule0018 .lst { width: 100%; padding-left: 0; margin-top: 0.5rem; }
} 

@media (max-width:320px){
	/* 바로가기 */
	.M_link0018 li a .img { width: 3.7rem; height: 3.7rem; line-height: 3.5rem; border-radius: 1.2rem; }
	.M_link0018 li a .img img { width: 2.4rem; }

	/* 식단 */
	.meal_menu0018 .inner { height: auto; background-image: none;}
	.meal_menu0018 .inner ul { margin-right: 0; height: 7.4rem; }
	.meal_menu0018 .inner .no_data { line-height: 7.4rem;}
}