@charset "utf-8";

/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }
#container ::-webkit-scrollbar { width: 5px; height:3px; }
#container ::-webkit-scrollbar-thumb { background-color: #aaa; border-radius:10px; }
#container ::-webkit-scrollbar-track { background-color: #ddd; border-radius:10px; }

/* btn_more */
.btn_more { position:absolute; right:0; top:0; font-size:1.2rem; color:#000; -webkit-transition:0.2s; transition:0.2s; }
.btn_more:hover,
.btn_more:focus { -webkit-transform:rotate(180deg); transform:rotate(180deg);}

/* 메인비주얼 */
.main_visual { position:relative; height: 100%; border-radius:0 0 5rem 5rem; overflow:hidden; }
.main_visual .bx-wrapper { height:100%; }
.main_visual .bx-viewport,
.main_visual ul,
.main_visual li { height:100%; }
.main_visual li { overflow:hidden; font-size:0; }
.main_visual img {position:absolute; top:0; left:50%; width:auto; height:100%; -webkit-transform:translateX(-50%); transform:translateX(-50%);}
.main_visual .bx-controls{position:absolute; left:calc(50% - 600px); bottom:1rem; z-index:55; }
.main_visual .bx-pager-item{display:inline-block; vertical-align:middle; font-size:0; width:15px; height:15px; }
.main_visual .bx-pager-item + .bx-pager-item{margin-left:.5rem; }
.main_visual .bx-pager-item a{display:block; width:100%; height:100%; border:1px solid #00ba95; border-radius:50%; }
.main_visual .bx-pager-item a.active{background:#00ba95; }
.main_visual .bx-pager{display:inline-block; vertical-align:middle; margin-left:.5rem; line-height:0; }
.main_visual .bx-controls-auto-item{display:inline-block; vertical-align:middle; }
.main_visual .bx-controls-auto-item + .bx-controls-auto-item{margin-left:.25rem;}
.main_visual .bx-controls-auto a{position:relative; display:block; }
.main_visual .bx-controls-auto a:before{position:relative;display:block;width:20px;height:20px;font-size:.65rem;color:#fff;font-family:'xeicon';content:'\ea3e';background: #00ba95;border-radius:50%;text-align:center;line-height:20px;opacity: .9;}
.main_visual .bx-controls-auto a.bx-stop:before{content:'\ea3b';}
.main_visual .bx-controls-auto a.active:before{background: #00ba95; }
.main_visual .bx-controls-auto { font-size:0; vertical-align:middle; }
.main_visual .bx-controls-auto,
.main_visual .bx-pager,
.main_visual .bx-pager-item {display: inline-block; }

/* 바로가기 */
.mLink0010{ position: relative; overflow:hidden;}
.mLink0010 ul { display:flex; flex-wrap:wrap; }
.mLink0010 ul li { position:relative; flex:1; }
.mLink0010 ul li + li:before { content:""; position:absolute; left:-4px; top:3rem; width:1px; height:1.25rem; border-left:4px dotted #cecece;}
.mLink0010 ul li a { position:relative; display:block; padding:1rem 0.5rem;}
.mLink0010 ul li a .img { position:relative; width:5rem; height:5rem; border-radius:50%; background:#e5f8f4; margin:0 auto 0.6rem; }
.mLink0010 ul li a .img:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:#fff; border:2px dotted #03bb96; border-radius:50%; opacity:0; -webkit-transform:scale(0); transform:scale(0); }
.mLink0010 ul li a .img img { position:relative; width:100%; height:100%; }
.mLink0010 ul li a span { position:relative; display:block; max-height:2rem; line-height:1rem; font-weight:600; text-align:center; font-size:0.9rem; color:#000; overflow:hidden; }
/** 바로가기 : active **/
.mLink0010 ul li a .img:before { -webkit-transition:0.2s; transition:0.2s;}
.mLink0010 ul li a:hover .img:before,
.mLink0010 ul li a:focus .img:before { opacity:1; -webkit-transform:scale(1); transform:scale(1);}

/* 게시판 */
.notice0010 { position:relative; height:100%; padding-right:1.5rem; background:#fff;}
.notice0010 h2 { position:relative; float:left; max-width:33.33%; }
.notice0010 h2 a { position:relative; display:block; font-size:1.1rem; line-height:2.5rem; border-radius:2.5rem 2.5rem 2.5rem 0; padding:0 1rem; color:#555; z-index:2; }
.notice0010 h2 a span { display:block; overflow:hidden; white-space: nowrap; }
.notice0010 .list_box { display:none; position:absolute; top:2.5rem; left:0; width:100%; height:13.5rem; }
.notice0010 .list_box.on { display:block }
.notice0010 .list_box .top_list a { display:block; height:5.5rem; background:#f0f1fc; border-radius:0 1rem 1rem 1rem; padding:1rem 1rem 1rem 6rem; }
.notice0010 .list_box .top_list a dl dt,
.notice0010 .list_box .top_list a dl dd { line-height:1.7rem; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.notice0010 .list_box .top_list a dl dt { position:relative; color:#222; font-size:0.95rem; font-weight:600; }
.notice0010 .list_box .top_list a dl dd { color:#555; }
.notice0010 .list_box .top_list a .date { position:absolute; left:1rem; top:0.7rem; width:4rem; height:4rem; background:#fff; border-radius:1rem; font-weight:600; text-align:center; padding:0.7rem 0; line-height:1.4; }
.notice0010 .list_box .top_list a .date strong { display:block; font-size:1.25rem; font-weight:900; color:#333; }
.notice0010 .list_box ul {}
.notice0010 .list_box li { overflow:hidden; }
.notice0010 .list_box li:nth-child(n+5) {display:none;}
.notice0010 .list_box li a { position:relative; display:block; height:100%; line-height:1.8rem; color:#444; padding:0 4rem 0 0.5rem; text-overflow:ellipsis; overflow:hidden; white-space: nowrap;}
.notice0010 .list_box li a:before { content:""; position:absolute; left:0; top:0.8rem; width:0.15rem; height:0.15rem; background:#444; border-radius:50%; }
.notice0010 .list_box li a span { position:absolute; right:0; top:0; color:#74746c; font-size:0.75rem; }
.notice0010 .list_box .btn_more { top:-2rem; }
/** 게시판 : new **/
.notice0010 .list_box .top_list a.new dl dt { padding-left:1.6rem;}
.notice0010 .list_box .top_list a.new dl dt:before { content:"N"; position:absolute; left:0; top:0.25rem; width:1.3rem; height:1.3rem; line-height:1.3rem; color:#fff; font-size:0.7rem; margin-right:0.5rem; background:#4c55ca; border-radius:50%; text-align:center; }
.notice0010 .list_box li a.new { padding-left:2rem; }
.notice0010 .list_box li a.new:after {content:"N"; position:absolute; left:0.5rem; top:0.3rem; width:1.2rem; height:1.2rem; line-height:1.2rem; text-align:center; color:#fff; background:#4c55ca; border-radius:50%; }
/** 게시판 : no_Data **/
.notice0010 .list_box .top_list a dl.no_Data .date { padding:0; line-height:4rem; }
.notice0010 .list_box .top_list a dl.no_Data dt { line-height:3rem; font-size:0.9rem; }
.notice0010 .list_box li.no_Data { display:flex; height:7rem; align-items:center; justify-content:center; text-align:center; background:rgba(0,0,0,0.1); border-radius:1rem; }
/** 게시판 : active **/
.notice0010 h2 a,
.notice0010 .list_box li a,
.notice0010 .list_box .top_list a {-webkit-transition:0.2s; transition:0.2s; }
.notice0010 h2 a.current,
.notice0010 h2 a:hover,
.notice0010 h2 a:focus { color:#fff; background:#6c74df; font-weight:700; }
.notice0010 .list_box .top_list a:hover,
.notice0010 .list_box .top_list a:focus { background:#dddff8; }
.notice0010 .list_box li a:hover,
.notice0010 .list_box li a:focus { text-decoration:underline; color:#6c74df; font-weight:600; }

/* 식단 */
.meal_menu0010 {position:relative; display:flex; height:4.5rem; align-items:center; padding:0 2rem 0 1rem; background:#e5f8f4; border-radius:1.3rem; }
.meal_menu0010 h2 { position:relative; width:7rem; font-size:1.1rem; font-weight:700; color:#000; text-align:center; overflow:hidden; white-space:nowrap; }
.meal_menu0010 .img { width:3.35rem; height:56px; font-size:0; }
.meal_menu0010 .img img { width:100%; }
.meal_menu0010 .inner {width:calc(100% - 12rem); margin-left:1rem;}
.meal_menu0010 .inner ul { overflow-y:auto; height:2.3rem; }
.meal_menu0010 .inner li + li { margin-top:1rem; }
.meal_menu0010 .inner .no_Data { line-height:2.3rem; text-align:center; color: #333;}
.meal_menu0010 .inner dl { position:relative; padding-left:10rem; z-index:2; }
.meal_menu0010 .inner dt { position:absolute; left:0; top:0; display:block; max-width:9.4rem; line-height:2.3rem; padding:0 1rem; background:#00ba95; border-radius:2.3rem; color:#fff; text-align:center; font-size:0.9rem; font-weight:600; }
.meal_menu0010 .inner dd { padding-top:0.5rem; line-height:1.5rem;}
.meal_menu0010 .btn_more { right:1rem; top:1.5rem; }
i {font-style: inherit;}

/* 캘린더 */
.pop_schedule0010 { position:relative; height:100%; color:#fff; padding:1rem; background:#6c74df; border-radius:1rem; }
.pop_schedule0010 h2 { position:relative; display:block; margin-right:1.5rem; font-size:1.1rem; font-weight:700; overflow:hidden; white-space:nowrap; }
.pop_schedule0010 .month {position:relative; display:block; text-align:center; margin:0.5rem 0; z-index:1; }
.pop_schedule0010 .month a {position:relative; display:inline-block; width:2.5rem; height:2.5rem; border-radius:50%; vertical-align:middle; text-align:center; line-height:2.5rem; background:#fff; color:#6c74df; font-size:1.2rem; }
.pop_schedule0010 .month .date { display:inline-block; width:4.9rem; height:4.9rem; font-size:0.9rem; background:#4c55ca; border-radius:1.8rem; vertical-align:middle; margin:0 0.5rem; padding:0.7rem 1rem; }
.pop_schedule0010 .month em { display:block; font-size:1.75rem; font-weight:900; border-top:1px solid #95a4dd; line-height:1.5; margin-top:3px; }
.pop_schedule0010 .lst_schedule {position:relative; margin-top:0.5rem; }
.pop_schedule0010 .lst_schedule ul {overflow-y:auto; height:6.9rem; }
.pop_schedule0010 .lst_schedule li{position:relative;}
.pop_schedule0010 .lst_schedule li + li { margin-top:0.3rem;}
.pop_schedule0010 .lst_schedule li a{position:relative; display:block; line-height:1.5rem;  font-weight:600; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.pop_schedule0010 .lst_schedule li a span {  left:0; top:0;width: auto; line-height:1.5rem; font-size:0.75rem; color:#000; text-align:center; background:#fefefe; border-radius:1.5rem;padding: 3px;margin-right: 5px;}
.pop_schedule0010 .lst_schedule li.no_Data{width:100%; line-height:6rem; text-align:center; padding:0; }
.pop_schedule0010 .lst_schedule p:after {content:"등록된 행사일정이 없습니다.";font-weight: 600;}
.pop_schedule0010 .btn_more { color:#fff; right:1rem; top:1rem; }
/** 캘린더 : active **/
.pop_schedule0010 .month a,
.pop_schedule0010 .lst_schedule li a span { -webkit-transition:0.2s; transition:0.2s;}
.pop_schedule0010 .month a:hover,
.pop_schedule0010 .month a:focus { background:#bcc1ff; color:#fff; }
.pop_schedule0010 .lst_schedule li a:hover,
.pop_schedule0010 .lst_schedule li a:focus {text-decoration:underline; }
.pop_schedule0010 .lst_schedule li a:hover span,
.pop_schedule0010 .lst_schedule li a:focus span { color:#fff; background:#4c55ca; }

/* 갤러리 */
.gallery0010 { position:relative; height:100%; }
.gallery0010 h2 { position:relative; font-size:1.1rem; font-weight:700; color:#373737; margin-right:1.5rem; overflow:hidden; white-space:nowrap; margin-bottom:0.6rem; }
.gallery0010 .list_box li {width:100%; }
.gallery0010 .list_box li:nth-child(n+2) {display:none;}
.gallery0010 .list_box li a { position:relative; display:block; }
.gallery0010 .list_box li a div { position:relative; height:12.7rem; background:rgba(0,0,0,0.1); overflow:hidden; border-radius:1rem; }
.gallery0010 .list_box li a div img { position:relative; top:50%; left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width: 100%;height: 100%;}
.gallery0010 .list_box li a p { position:absolute; left:0; bottom:-1.5rem; width:90%; padding:0 1rem; background:#00ba95; border-radius:0 3rem 3rem 3rem; font-size:0.9rem; color:#fff; font-weight:600; line-height:3.5rem; text-align:center; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.gallery0010 .list_box li a .date { position:absolute; right:1rem; bottom:0;   font-size:0.75rem; font-weight:400; }
.gallery0010 .list_box li.no_Data { width:100%; line-height:14rem; border-radius:1rem; background:rgba(0,0,0,0.1); text-align:center; }
/** 갤러리 : active **/
.gallery0010 .list_box li a div img,
.gallery0010 .list_box li a p {-webkit-transition:0.2s; transition:0.2s;}
.gallery0010 .list_box li a:hover p,
.gallery0010 .list_box li a:focus p { background:#4c55ca; }
.gallery0010 .list_box li a:hover div img,
.gallery0010 .list_box li a:focus div img { -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1);}
.pop_img table {height: 100%;}

/* 팝업존 */
.pop0010 { position:relative; }
.pop0010 h2 { position:relative; font-size:1.1rem; font-weight:700; color:#373737; margin-right:6.5rem; overflow:hidden; white-space:nowrap; margin-bottom:0.6rem; }
.pop0010 .nss_pg {position:absolute; right:0; top:0; line-height:1rem;}
.pop0010 .nss_pg span {display:inline-block; vertical-align:middle; margin-right:0.5rem;}
.pop0010 .nss_pg span em {display: inline-block; font-size: 0.75rem; color:#555; }
.pop0010 .nss_pg span .now { position: relative; color:#1f92fe; }
.pop0010 .nss_pg span .now::after{content:"/";  }
.pop0010 .nss_pg a {position:relative; display: inline-block; line-height:1.7rem;; text-align:center; font-size:1.1rem; color:#000; overflow: hidden; vertical-align:middle; -webkit-transition:0.2s; transition:0.2s; }
.pop0010 .nss_pg a.stop,
.pop0010 .nss_pg a.play { width:1.7rem; height:1.7rem;  background:#ededed; border-radius:50%;}
.pop0010 .pop_img { height:14.25rem; border-radius:1rem; background:url('/images/template/10355/main/0010_pop_ptrn.png'); padding:1.5rem 0;text-align: center;}
.pop0010 .pop_img td a {position: relative; display: block; height: 100%; overflow: hidden; line-height:0; text-align:center; }
.pop0010 .pop_img td img {position:relative;max-width: 100%;min-width: 350px;min-height: 225px;}
/** 팝업존 : active **/
.pop0010 .nss_pg a:hover,
.pop0010 .nss_pg a:focus { color:#4c55ca; }

/* 배너존 */
.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; display: inline-block; margin-top: 1.5rem; width: 4rem; font-size: 0.85rem; font-weight: 400; color: #191919;}
.banner_zone .btn {float: left; margin-top: 1.35rem; overflow: hidden;}
.banner_zone .btn a {float: left; width: 27px; height: 28px; color: transparent; background: no-repeat center / 100%; overflow: hidden;}
.banner_zone .btn a.prev {background-image: url('/images/template/10355/main/btn_b_prev.png');}
.banner_zone .btn a.stop {background-image: url('/images/template/10355/main/btn_b_stop.png');}
.banner_zone .btn a.next {background-image: url('/images/template/10355/main/btn_b_next.png');}
.banner_zone .btn a.list {background-image: url('/images/template/10355/main/btn_b_list.png');}
.banner_zone ul {float: left; display: inline-block; padding-top: 0.75rem; padding-left:1.5rem; width: calc(100% - 10rem); overflow: hidden;}
.banner_zone ul li {float: left; display: inline-block; margin-bottom: 0.75rem; padding: 0 0.25rem; width: 20%;}
.banner_zone ul li a {display: block; height: 2.5rem; line-height: 2.3rem; text-align: center; border: 1px solid #c8d1db; overflow: hidden;}
.banner_zone ul li a img {max-width: 100%; max-height: 100%; vertical-align: middle;}


@media (max-width: 1440px) {
	/* 비주얼 */
	.main_visual .bx-controls { left:3rem; }

}
@media (max-width: 1240px) {
	/* 비주얼 */
	.main_visual { border-radius:0 0 3rem 3rem; }
	.main_visual img {position:relative; top:auto; left:-15%; width:130%; height:auto; -webkit-transform:none; transform:none;}
	.main_visual .bx-controls { left:1.5rem; }

}
@media (max-width: 1024px) {
	/* 게시판 */
	.notice0010 h2 a { font-size:1rem; padding:0 0.5rem; }

	/* 일정 */
	.pop_schedule0010 .month span { width:4rem; height:4rem; padding:0.5rem; border-radius:1rem; }
	.pop_schedule0010 .month span strong {font-size:1.2rem; }
	.pop_schedule0010 .month a { width:2rem; height:2rem; line-height:2rem;}

	/* 식단 */
	.meal_menu0010 h2 { font-size:1rem; }

	/* 일정 */
	.pop_schedule0010 h2 { font-size:1rem; }

	/* 갤러리 */
	.gallery0010 h2 { font-size:1rem; }

	/* 팝업존 */
	.pop0010 h2 { font-size:1rem; }

	/* 배너존 */
	.banner_zone h2 {position: absolute; top: 0; left: 0; margin: -1px; padding: 0; width: 1px; height: 1px; border: 0; clip: rect(0, 0, 0, 0); overflow: hidden;}
	.banner_zone .btn {position: absolute; top: 50%; left: 0; margin-top: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
	.banner_zone ul {margin-left: 6rem; width: calc(100% - 6rem);}
}
@media (max-width: 768px){
	/* 바로가기 */
	.mLink0010 ul li { width:33.333%; flex:inherit; }

	/* 식단 */
	.meal_menu0010 { display:block; height:auto; padding:1rem;  }
	.meal_menu0010 h2 { width:calc(100% - 1.5rem); text-align:left; }
	.meal_menu0010 .inner { width:calc(100% - 4rem); margin:0.5rem 0 0; }
	.meal_menu0010 .inner ul { height:5.4rem; }
	.meal_menu0010 .inner dl { padding-left:0; }
	.meal_menu0010 .inner dt { position:relative; left:auto; top:auto;}
	.meal_menu0010 .inner dd { line-height:1.2rem; }
	.meal_menu0010 .img { position:absolute; right:0.5rem; bottom:0.5rem; }
	.meal_menu0010 .btn_more { top:1rem; }

	/* 팝업 */
    .pop0010 .pop_img{ height:auto; text-align:center; }
    .pop0010 .pop_img li img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}

	/* 갤러리 */
	.gallery0010 .list_box li a div img {
    width: auto;
}
}
@media (max-width: 680px){
	/* 배너존 */
	.banner_zone ul li {width: 50%;}
}
@media (max-width: 480px) {
	/* 바로가기 */
	.mLink0010 ul li a .img { width:4rem; height:4rem; }
}
@media (max-width: 380px) {
	/* 배너존 */
	.banner_zone ul li {width: 100%;}
}


