/* heading */
.heading {position:absolute; display:inline-block; top:0; left:0; max-width:calc(100% - 3.5rem); padding:0 1rem; font-size:.85rem; line-height:2.4rem; border-radius:1.2rem 1.2rem 1.2rem 0; font-weight:600; color:#111; background:#ffcc00; z-index:1; }
.heading > span { display:block; width:100%; white-space:nowrap; overflow:hidden; }

/* btn_more1 */
.btn_more { position:absolute; top:.35rem; right:0; z-index:1; width:1.6rem; height:1.6rem; background:#00b7ee; border-radius:50%; box-shadow:2px 0 3px rgba(0,0,0,.08); }
.btn_more:before,
.btn_more:after { content:"\e94a"; position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); font-family:"xeicon"; font-size:1rem; color:#fff; -webkit-transition:transform .15s; -ms-transition:transform .15s; transition:transform .15s; }
/* btn_more : active */
.btn_more:hover:after { -webkit-transform:translate(-50%, -50%) rotate(90deg); transform:translate(-50%, -50%) rotate(90deg); }

/* 메인비주얼 */
.MVisual0010 { position:relative; height:100%; border-radius:2rem; background:rgba(0,0,0,.1); overflow:hidden; }
.MVisual0010 #m_visual li{overflow:hidden;}
.MVisual0010 #m_visual li img { position:relative; display:block; width:auto; max-width:100%; height:auto; margin:auto; }
.MVisual0010 .bx-wrapper{ height: auto; }
.MVisual0010 .bx-controls { position:absolute; bottom:1rem; left:1rem; }
.MVisual0010 .bx-controls-direction { display: inline-block; }
.MVisual0010 .bx-controls-auto { position: absolute; top: 0; left: 2.1rem; }
.MVisual0010 .bx-controls-direction a ~ a { margin-left: 2.2rem; }
.MVisual0010 .bx-controls-direction a,
.MVisual0010 .bx-controls-auto a { position: relative; display:inline-block; width:2rem; height:2rem; line-height:2rem; background:#0068b7; color:#fff; text-align:center; border-radius:50%; -webkit-transition:all .15s; transition:all .15s; font-size: 0; vertical-align: middle; }
.MVisual0010 .bx-controls-auto a.bx-start { display: none; }
.MVisual0010 .bx-controls-direction a::before,
.MVisual0010 .bx-controls-auto a::before { position: absolute; width:100%; height:100%; top: 0; left: 0; color: #fff; font-family: 'xeicon'; font-size: 0.8rem; }
.MVisual0010 .bx-controls-direction a.bx-prev::before { content: "\e93b";}
.MVisual0010 .bx-controls-direction a.bx-next::before { content: "\e93e";}
.MVisual0010 .bx-controls-auto a.bx-start::before { content: "\ea3e";}
.MVisual0010 .bx-controls-auto a.bx-stop::before { content: "\ea3b";}
.MVisual0010 .bx-pager { display: none; }
.MVisual0010 .bx-controls-direction a:hover,
.MVisual0010 .bx-controls-auto a:hover { background:#00508c; }

/* 게시판 */
.notice0010 { position:relative; height:100%; }
.notice0010 .titTab { margin-right:2rem; }
.notice0010 .titTab ul { margin:-.15rem; }
.notice0010 .titTab li { position:relative; display:inline-block; max-width:calc(33.333% - .15rem); padding:.15rem; vertical-align:top; }
.notice0010 .titTab a { display:block; font-size:.95rem; text-align:center; color:#222; line-height:2.4rem; border-radius:1.2rem 1.2rem 1.2rem 0; font-weight:600; -webkit-transition:all .15s; transition:all .15s; }
.notice0010 .titTab a span { display:block; width:100%; margin:auto; overflow:hidden; white-space:nowrap; }
.notice0010 .tabWrap { border-top:1px solid #00b7ee; }
.notice0010 .list_box { display:none; margin-top:1.25rem; }
.notice0010 .list_box ul { margin:-.25rem; overflow:hidden; }
.notice0010 .list_box li { padding:.25rem; }
.notice0010 .list_box li:nth-of-type(n + 6) { display:none; }
.notice0010 .list_box li a { position:relative; display:block; padding-left:1rem; overflow:hidden; }
.notice0010 .list_box li a:before { content:""; position:absolute; top:50%; left:0; width:.3rem; height:.3rem; background:#00b7ee; border-radius:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); border-radius:50%; }
.notice0010 .list_box li p { position:relative; width:calc(100% -  6.25rem); float:left; overflow:hidden; font-size:.8rem; color:#333; text-overflow:ellipsis; white-space:nowrap; }
.notice0010 .list_box li span { width:6.25rem; float:left; text-align:right; color:#7e7e7e; font-size:.75rem; }
/* 게시판2 : 새글 */
.notice0010 .list_box li a.new > p:before { content:"N"; display:inline-block; width:1.2rem; height:1.2rem; margin-right:.25rem; line-height:1.2rem; background:#00b7ee; color:#fff; font-size:.6rem; border-radius:50%; font-weight:700; text-align:center; }
.notice0010 .btn_more { top:.5rem; }
/* 게시판 : 데이터 없음 */
.notice0010 .list_box li.no_data { float:none; width:100%; text-align:center; }
.notice0010 .list_box li.no_data > p { width:100%; border:1px solid #d3d3d3; background:#fff; border-radius:1.5rem; line-height:7.7rem; }
/* 게시판 : active */
.notice0010 .titTab a:not(.current):hover { color:#00b7ee; }
.notice0010 .titTab a.current { padding:0 .25rem; background:#00b7ee; font-weight:700; color:#fff; }
.notice0010 .titTab a.current:before { opacity:1; }
.notice0010 .list_box li a:hover > p { color:#00b7ee; }
.notice0010 .list_box.on { display:block; }

/* 게시판2 */
.notice001002 .tabWrap { border-top:1px solid #0c66b6; }
.notice001002 .list_box li a:before { background:#0c66b6; }
.notice001002 .btn_more { background:#0c66b6; }
/* 게시판2 : 새글 */
.notice001002 .list_box li a.new > p:before { background:#0c66b6; }
/* 게시판2 : active */
.notice001002 .titTab a:not(.current):hover { color:#0c66b6; }
.notice001002 .titTab a.current { background:#0c66b6; }
.notice001002 .list_box li a:hover { border-color:#0c66b6; }
.notice001002 .list_box li a:hover > p { color:#0c66b6; }

/* 식단 */
.meal_menu0010 { position:relative; height:100%; overflow:hidden; }
.meal_menu0010 .inner { position:relative; height:calc(100% - 1.2rem); margin-top:1.2rem; padding:2.26rem 1rem 1.5rem; border-radius:0 1rem 1rem 1rem; background:#fcf4d2; }
.meal_menu0010 .inner ul { position:relative; height:2.2rem; overflow-y:auto; z-index:1; }
.meal_menu0010 .inner li + li { margin-top:.75rem; }
.meal_menu0010 .inner li { display:table; width:100%; padding-right:.5rem; }
.meal_menu0010 .inner dl { position:relative; font-size:.8rem; }
.meal_menu0010 .inner dt { display:inline-block; width:7rem; color:#111; background:#fff; border-radius:1.5rem; font-size:.8rem; font-weight:600; line-height:2rem; text-align:center; vertical-align:top; }
.meal_menu0010 .inner dt > em { display:inline-block; color:#ff9000; }
.meal_menu0010 .inner dd { display:inline-block; width:calc(100% - 7.5rem); padding-left:.5rem; font-size:.75rem; word-break:keep-all; text-align:left; color:#000; line-height:1.4; vertical-align:top; }
.meal_menu0010 .btn_more { right:1.25rem; background:#ff9000; }
/* 식단 : 데이터 없음 */
.meal_menu0010 .inner li.no_data { text-align:center; padding-right:0; line-height:2.2rem; }

/* 바로가기1 */
.M_link0010 { position:relative; height:100%; }
.M_link0010 ul { display:table; table-layout:fixed; width:100%; height:100%; margin:-.175rem; }
.M_link0010 li { display:table-cell; vertical-align:top; padding:.175rem; }
.M_link0010 li:nth-of-type(n + 5) { display:none; }
.M_link0010 li a { position:relative; display:flex; align-content:center; justify-content:space-around; flex-wrap:wrap; width:100%; height:5.3rem; padding:0 .75rem; border-width:2px; background:#00b7ee; border-radius:1rem; -webkit-transition:all .15s; transition:all .15s; }
.M_link0010 li a p { width:2.7rem; height:2.3rem; margin:auto; line-height:2.3rem; }
.M_link0010 li a img { display:inline-block; max-width:100%; max-height:100%; vertical-align:middle; }
.M_link0010 li a span { display:block; width:100%; max-height:2.1rem; margin-top:.25rem; color:#fff; font-size:.75rem; font-weight:600; letter-spacing:-.1rem; overflow:hidden; text-align:center; }
/* 바로가기1 : active */
.M_link0010 li a:hover { background:#0068b7; }
.M_link0010 li a:hover p { -webkit-animation: icoAct 0.3s;  animation: icoAct 0.3s; }
@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); }
}

/* 팝업존 */
.pop0010 { position:relative; width:100%; height:100%; padding-top:1.2rem; z-index:1; }
.pop0010:before { content:""; position:absolute; top:3.3rem; left:0; width:100%; height:11.25rem; border-radius:1.5rem; background:url(/tempSample/40010/images/main/0010_ptrn_popup.png); z-index:-1; }
.pop0010 .heading { max-width:calc(100% - 11.5rem); }
.pop0010 .nss_pg { position:absolute; top:0; right:1rem; }
.pop0010 .nss_pg p {position:relative;display:inline-block;vertical-align:middle;/* width:1.75rem; *//* height:1.75rem; */font-size:.7rem;color:#222;font-weight:600;background:#fff;border-radius:50%;box-shadow:2px 0 3px rgba(0,0,0,.08);text-align:center;line-height:1.75rem;}
.pop0010 .nss_pg p strong { position:relative; padding-right:.25rem; color:#ffcc00; }
.pop0010 .nss_pg p strong:after {content:"";position:absolute;top:.5rem;right: 0;width:.2rem;height:.2rem;background:#ffcc00;border-radius:50%;}
.pop0010 .nss_pg p span { display:inline-block; -webkit-transform:translateY(3px); transform:translateY(3px); }
.pop0010 .nss_pg a { display:inline-block; width:1.75rem; height:1.75rem; background:#ffcc00; color:#fff; text-align:center; line-height:1.75rem; font-size:1.05rem; vertical-align:middle; border-radius:50%; box-shadow:2px 0 3px rgba(0,0,0,.08); -webkit-transition:all .15s; transition:all .15s; }
.pop0010 .nss_pg .play { display:none; }
.pop0010 .pop_img { position:relative; width:100%; height:11.25rem; border-radius:0 1.5rem 1.5rem 1.5rem; overflow:hidden; background:#eee; }
.pop0010 .pop_img li { display: none; text-align: center; height: 100%; }
.pop0010 .pop_img li a { position:relative; display: flex; justify-content: center; align-items: center; height:100%; font-size: 0; }
.pop0010 .pop_img li img { max-width:100%; max-height:100%;}
.pop0010 .pop_img li.on{display:block;}
.pop0010 .bx-wrapper { margin-top:1.1rem; }
.pop0010 .bx-wrapper .bx-viewport {border-radius: 1rem;}
/* 팝업존 : active */
.pop0010 .nss_pg a:hover { color:#000; }
/* 팝업리스트 레이어 추가 */
.pop0010 .pop_layer_box{position:absolute; top:-.4rem; left:0; display:none; width:100%; height:calc(100% + .4rem); background:#394b61; z-index:2; }
.pop0010 .pop_layer_box .pop_layer{position:relative; height:100%; padding:1rem; }
.pop0010 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff; }
.pop0010 .pop_layer_box .pop_layer ul{margin-top:0.75rem; padding:1rem 2rem; height:calc(100% - 2rem); line-height:1.1rem; text-align:left; background:#576c85; overflow-y:auto; }
.pop0010 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff; }
.pop0010 .pop_layer_box .pop_layer ul li a:hover{text-decoration:underline; }
.pop0010 .pop_layer_box .pop_layer a.pop_close{position:absolute; top:0.75rem; right:1.25rem; display:block; padding:0.25rem 0.5rem; color:#fff; background:#576c85; border-radius:5px; }

/* 갤러리 */
.gallery0010 { position:relative; padding-top:2.4rem; }
.gallery0010 .heading { max-width:calc(100% - 2.5rem); background:#13b5b1; color:#fff; }
.gallery0010 .list_box { padding-top:1.75rem; border-top:1px solid #13b5b1; }
.gallery0010 .list_box ul { margin:-.25rem -.425rem; }
.gallery0010 .list_box ul:after { content:""; display:block; clear:both; }
.gallery0010 .list_box li { width:25%; float:left; padding:.25rem .425rem; }
.gallery0010 .list_box li:nth-of-type(n + 5) { display:none; }
.gallery0010 .list_box li a { position:relative; display:block; }
.gallery0010 .list_box li a .img { width:100%; height:8.25rem; border-radius:.5rem; overflow:hidden; background:rgba(0,0,0,.1); }
.gallery0010 .list_box li a .img img { position:absolute; top:50%; left:50%; width:100%; height:auto; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:all .15s; transition:all .15s; }
.gallery0010 .list_box li a .cont { margin-top:1.25rem; color:#000; font-size:.8rem; text-align:center; }
.gallery0010 .list_box li a .cont p { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; -webkit-transition:all .15s; transition:all .15s; }
.gallery0010 .list_box li a .cont span { display:block; color:#666; }
.gallery0010 .btn_more { background:#13b5b1; }
/* 갤러리 : 데이터 없음 */
.gallery0010 .list_box li.no_data { width:100%; }
.gallery0010 .list_box li.no_data p { text-align:center; font-size:.9rem; line-height:10.35rem; border-radius:1.5rem; border:1px solid #ccc; }
/* 갤러리 : active */
.gallery0010 .list_box li a:hover .img img { -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); }

/* 캘린더 */
.pop_schedule0010 { position:relative; height:100%; padding-top:1.2rem; }
.pop_schedule0010 .heading { background:#13b5b1; color:#fff; }
.pop_schedule0010 .sche_wrap { height:100%; padding:1.5rem 1rem 1rem 1rem; border-radius:0 1rem 1rem 1rem; overflow:hidden; background:#d1edec; }
.pop_schedule0010 .month { position:relative; font-size:1rem; color:#333; text-align:center; }
.pop_schedule0010 .month > * { position:relative; display:inline-block; }
.pop_schedule0010 .month a { display:inline-block; vertical-align:middle; width:.475rem; height:.55rem; background-image:url(/tempSample/40010/images/main/0010_arr_sche.png); background-position:0 0; background-size:.95rem .55rem; -webkit-transition:all 0.3s; transition:all 0.3s; }
.pop_schedule0010 .month a.next { left:auto; right:0; background-position:-.475rem 0; }
.pop_schedule0010 .month span { display:inline-block; margin:0 0rem; font-size:.9rem; vertical-align:middle; }
.pop_schedule0010 .month span > em { font-weight:700; }
.pop_schedule0010 .sche_tbl { position:relative; padding:0 1rem; font-size:0.8rem; text-align:center; margin-top:.5rem; background:#fff; border-radius:1rem; }
.pop_schedule0010 .sche_tbl table { position:relative; height:9rem; z-index:2; }
.pop_schedule0010 .sche_tbl table thead th { line-height:1.75rem; color:#333; }
.pop_schedule0010 .sche_tbl table thead tr th:first-child { color:#da1a42; }
.pop_schedule0010 .sche_tbl table thead tr th:last-child { color:#2c8ff4; }
.pop_schedule0010 .sche_tbl table tbody tr td { font-size:.7rem; color:#000; font-weight:600; }
.pop_schedule0010 .sche_tbl table tbody tr td:first-child { color:#da1a42; }
.pop_schedule0010 .sche_tbl table tbody tr:first-child td { border-top:3px solid #d1edec; }
.pop_schedule0010 .sche_tbl table tbody tr:first-child td { padding-top:.5rem; }
.pop_schedule0010 .sche_tbl table tbody td .today { position:relative; display:inline-block; color:#fff; font-weight:700; }
.pop_schedule0010 .sche_tbl table tbody td .event { position:relative; display:inline-block; font-weight:700; }
.pop_schedule0010 .sche_tbl table tbody td .today:before,
.pop_schedule0010 .sche_tbl table tbody td .event:before { content:""; display:block; position:absolute; top:50%; left:50%; z-index:-1; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); width:1.05rem; height:1.05rem; border-radius:50%; }
.pop_schedule0010 .sche_tbl table tbody td .event:before { background:#d1edec; }
.pop_schedule0010 .sche_tbl table tbody td .today:before { background:#00b7ee; }
.pop_schedule0010 .btn_more { right:1.25rem; background:#13b5b1; }


/** 캘린더 : active **/
.pop_schedule0010 .month a.prev:hover { left:3px; }
.pop_schedule0010 .month a.next:hover { right:3px; }

/* 배너존 */
.banner_zone { line-height:1; border-top:1px solid #d1d8e4; }
.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:.75rem; font-weight:400; color:#000; font-weight:600; }
.banner_zone .btn { float:left; margin-top:1.35rem; width:6rem; overflow:hidden; }
.banner_zone .btn a { float:left; width:1.4rem; height:1.4rem; line-height:1.4rem; overflow:hidden; border:1px solid #c5c5c5; border-right:none; text-align:center; color:#6f6f6f; }
.banner_zone .btn a:last-child { border-right:1px solid #c5c5c5; }
.banner_zone ul {float: left; display: inline-block; padding-top: 0.75rem; width: calc(100% - 10rem) !important; 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; }
/* 배너 리스트 */
.bannerWrap { max-width:450px; width:90%; border:1px solid #c5c5c5; background:#fff; position:absolute; left:0; top:0; z-index:3; }
.bannerWrap .inner { position:relative; width:100%; }
.bannerWrap .inner > h1 { background:#00b070; padding-left:20px; height:41px; line-height:41px; overflow:hidden; color:#fff; font-family:'NotoSans'; font-size:17px; }
.bannerWrap .inner .btnClose { position:absolute; right:0; top:0; width:41px; height:41px; color:#fff; }
.bannerList { padding:1rem; }
.bannerList ul {   overflow-y:auto; }
.bannerList ul li { float:left; width:48%; margin:1%;  }
.bannerList ul li a { display:block; font-size:0; border:1px solid #c8d1db; }
.bannerList ul li img { width:100%; height:100%}

@media (max-width:13000px) {
	/* 갤러리 */
	.gallery0010 .list_box li { width:33.333%; }
	.gallery0010 .list_box li:nth-of-type(n + 4) { display:none; }
}

@media (max-width:1024px) {
	/* 갤러리 */
	.gallery0010 .list_box li { width:50%; }
	.gallery0010 .list_box li:nth-of-type(n + 3) { display:none; }

	/* 배너존 */
	.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:950px) {
	/* 메인비주얼 */
	.MVisual0010 { height:auto; }
	.MVisual0010 .bx-controls-auto { left: 1.6rem;}
	.MVisual0010 .bx-controls-direction a,
	.MVisual0010 .bx-controls-auto a { width:1.5rem; height:1.5rem; line-height:1.5rem; }
	.MVisual0010 .bx-controls-direction a ~ a { margin-left: 1.7rem; }

    /* 팝업존 */
	.pop0010:before { top:auto; bottom:-1.15rem; }
   	.pop0010 .pop_img { height: auto; }
	.pop0010 .pop_img li img { max-height: 15rem; }
	.pop0010 .pop_layer_box { height:calc(100% + 1.55rem); }
}

@media (max-width:860px) {

	/* 배너존 */
	.banner_zone h2 { display:none; }
	.banner_zone .bnWrap { width:calc(100% - 6rem); padding-left:0.75rem; }
}
@media (max-width:800px) {
	/* 배너존 */
	.banner_zone ul li { width:25%; }
}
@media (max-width:768px) {
	/* heading */
	.heading { font-size:.9rem; }

    /* 게시판 */
	.notice0010 .titTab a { font-size:.9rem; }

}

@media (max-width:600px) {
	/* 배너존 */
	.banner_zone ul li { width:50%; }
}
@media (max-width:480px) {
	/* 메인비주얼 */
	.MVisual0010 { border-radius:1rem; }

    /* 게시판 */
	.notice0010 .titTab li { max-width:100%; }
	.notice0010 .titTab a { padding:0 .5rem; background:#ededed; }
	.notice0010 .titTab a.current { padding:0 .5rem; }

	/* 식단 */
	.meal_menu0010 .inner ul { height:4.5rem; }
	.meal_menu0010 .inner dd { display:block; margin-top:.5rem; }
	/* 식단 : 데이터 없음 */
	.meal_menu0010 .inner li.no_data { line-height:4.5rem; }

	/* 바로가기 */
	.M_link0010 li { width:50%; float:left; }
	.M_link0010 li a span { font-size:.7rem; }

	/* 갤러리 */
	.gallery0010 .list_box li { width:100%; }
	.gallery0010 .list_box li:nth-of-type(n + 2) { display:none; }

}

@media (max-width:380px) {
	/* 배너존 */
	.banner_zone ul li { width:100%; }
}

@media (max-width:320px) {
}

