﻿/* 공통 */
.btn_more {display: inline-block; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; text-align: center; font-size: 1rem; color: #333; border-radius: 50%; position: absolute; top: 0.25rem; right: 0; background: rgba(235, 211, 247, 0.5); -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.btn_more.skyBtn{background: rgba(224, 231, 241, 0.5)}
.btn_more:hover,
.btn_more:focus {transform: rotate(180deg); -webkit-transform: rotate(180deg);}

/* 메인비주얼 */
.MVisual0078 {position: relative; height: 100%; border-radius: 1.25rem 1.25rem 1.25rem 0; background: #eee; overflow: hidden;}
.MVisual0078 .item {line-height: 0; overflow: hidden;}
.MVisual0078 .item img {position: relative; left: 50%; width: auto; height: 100%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0078 .control {position: absolute; right: 1rem; bottom: 1rem; z-index: 1;}
.MVisual0078 .control > a {display: inline-block; width: 2rem; height: 2rem; line-height: 2rem; text-align: center; color: #fff; background: rgb(17, 50, 30, 0.5); border-radius: 50%; -webkit-transition: all .15s; -ms-transition: all .15s; transition: all .15s;}
.MVisual0078 .control > a.play {display: none;}
.MVisual0078 .control > a:hover,
.MVisual0078 .control > a:focus {background: rgba(3, 3, 39, 0.6);}

/* 캘린더 */
.pop_schedule0078 { position:relative; height:100%; padding: 1rem; border-radius:1.25rem 1.25rem 0 1.25rem; color:#fff; background:#a978c0;}
.pop_schedule0078 h2 {margin-right:2rem; font-weight: 600; font-size:1rem; overflow:hidden; white-space:nowrap; margin-bottom: 0.5rem;}
.pop_schedule0078 .sche_wrap{ line-height:2rem; text-align:center; }
.pop_schedule0078 .month { position:relative; font-size:1rem; line-height:2rem; margin-bottom: 0.75rem; background: #fff; border-radius: 1rem; color: #333;}
.pop_schedule0078 .month > *{ position:relative; display:inline-block;}
.pop_schedule0078 .month span { margin:0 .25rem; padding:0 1.25rem; font-weight: 600; }
.pop_schedule0078 .month span em{color: #8957a1;}
.pop_schedule0078 .lst { position:relative; z-index:1; }
.pop_schedule0078 .lst ul { overflow-y:auto; height:5.5rem; padding-right:0.5rem;}
.pop_schedule0078 .lst li + li{margin-top:.5rem;}
.pop_schedule0078 .lst li a { position:relative; padding-left:2.15rem; display:block; line-height:1.5rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-weight: 400; text-align: left;}
.pop_schedule0078 .lst li a span{ position:absolute; left:0; top:0; width:1.5rem; height:1.5rem; border-radius:50%; font-weight:600; font-size:.7rem; background:#4b467e; color:#fff; text-align:center;}
.pop_schedule0078 .lst .no_data { padding-left:0; padding-top:1.8rem; text-align:center; }
.pop_schedule0078 .btn_more{right: 1rem; top: 1rem;}
/** 캘린더 : active **/
.pop_schedule0078 .lst li a:hover,
.pop_schedule0078 .lst li a:focus{text-decoration: underline;}

/* 식단 */
.meal_menu0078 {position: relative; height: 100%; border-radius: 1.25rem 1.25rem 0 1.25rem; background: #00b7ee; color: #fff; padding: 1rem;}
.meal_menu0078 h2 {margin-right:2rem; font-weight: 600; font-size:1rem; overflow:hidden; white-space:nowrap; margin-bottom: 0.5rem;}
.meal_menu0078 .inner {position: relative;}
.meal_menu0078 .inner ul {height: 5.8rem; overflow-y: auto;}
.meal_menu0078 .inner li + li {margin-top: 1rem;}
.meal_menu0078 .inner dl {position: relative; min-height: 6.5rem;}
.meal_menu0078 .inner dt {background: #fff; color: #333; line-height: 2.25rem; text-align: center; width: calc(100% - 3rem); border-radius: 1rem; margin-left: 1.5rem; font-size: 0.85rem; font-weight: 600;}
.meal_menu0078 .inner dt strong {color: #00b7ee;}
.meal_menu0078 .inner dd {padding: 1rem 0; font-size: 0.85rem; font-weight: 400; word-break: keep-all;}
.meal_menu0078 .meal_bg_menu0078 {position: absolute; right: -0.7rem; bottom: -1rem; width: 4.6rem; height: 6.7rem;}
.meal_menu0078 .meal_bg_menu0078 img {max-width: 100%; max-height: 100%;}
.meal_menu0078 .btn_more {right: 1rem; top: 1rem;}
.meal_menu0078 .inner .no_data {padding-top: 2.5rem; text-align: center;}

/* 바로가기 */
.M_link0078 {height:100%; } 
.M_link0078 li { position:relative;width: 50%; float: left;}
.M_link0078 li a { display:block; position:relative; height: 3.8rem; padding:0 0.5rem 0 2.8rem; transition: border 0.3s; -webkit-transition: border 0.3s;}
.M_link0078 li:nth-of-type(2n+1)::before{width: 200%; height: 1px; border-top: 1px dotted #cbcbcb; position: absolute; top: 0; left: 0; content: '';}
.M_link0078 li:nth-of-type(1)::before{display: none;}
.M_link0078 li a .img {position: absolute; left: 0; top: 0.75rem;}
.M_link0078 li a .img img{max-width: 2.25rem; transition: transform 0.3s; -webkit-transition: transform 0.3s;}
.M_link0078 li a .txt {position: relative; line-height:1rem; height:2rem; overflow:hidden; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.M_link0078 li a .txt span{ display: table; height: 2rem; width: 100%;}
.M_link0078 li a .txt span em{display: table-cell; width: 100%; vertical-align: middle; font-size:0.9rem; font-weight: 600; word-break: keep-all;}
/** 바로가기1 : active **/
.M_link0078 li a:hover::before,
.M_link0078 li a:focus::before{opacity: 1;}
.M_link0078 li a:hover .img img{transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}

/* 게시판 */
.notice0078 {position: relative; height: 100%;}
.notice0078 .titTab {position: relative;}
.notice0078 .titTab::before{width: calc(100% - 0.75rem); height: 2px; background: #a978c0; position: absolute; right: 0; bottom: 0; content: '';}
.notice0078 .titTab ul {font-size: 0; margin-right: 2rem;}
.notice0078 .titTab li {display: inline-block; max-width: 32%; vertical-align: top;}
.notice0078 .titTab li + li {margin-left: 0.25rem;}
.notice0078 .titTab li a {position: relative; display: block; padding: 0 1rem; line-height: 2.5rem; font-size: 1rem; color: #777; border-radius: 0.75rem 0.75rem 0 0.75rem;}
.notice0078 .titTab li a span {display: block; white-space: nowrap; overflow: hidden;}
.notice0078 .list_box {display: none; width: 100%; height: 100%;}
.notice0078 .list_box .topList{position: relative; display: block; padding: 1.5rem 0 1.5rem 5.5rem; border-bottom: 1px dotted #999999;}
.notice0078 .list_box .topList dt{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 1rem; font-weight: 600; margin-bottom: 0.25rem;}
.notice0078 .list_box .topList dl.new dt::before{display: inline-block; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; text-align: center; border-radius: 50%; color: #fff; background: #00b7ee; margin-right: 0.25rem; font-size: 0.75rem; vertical-align: bottom; font-weight: 600; content: 'N';}
.notice0078 .list_box .topList dl.no_data dt{line-height: 2.8rem;}
.notice0078 .list_box .topList dd p{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.notice0078 .list_box .topList dd span{position: absolute; top: 1rem; left: 0.25rem; width: 4rem; height: 4rem; border-radius: 50%; background: #8957a1; color: #fff; text-align: center; padding-top: 0.7rem; font-size: 0.75rem;}
.notice0078 .list_box .topList dd span::before{width: calc(100% + 0.8rem); height: calc(100% + 0.8rem); border-radius: 50%; border: 2px dotted #8957a1; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); content: '';}
.notice0078 .list_box .topList dd span em{display: block; font-size: 1rem; font-weight: 700;}
.notice0078 .list_box ul {height: 100%; overflow: hidden; margin-top: 0.5rem;}
.notice0078 .list_box li:nth-of-type(n+6) {display: none;}
.notice0078 .list_box li a {position: relative; display: block; padding: 0 5rem 0 .75rem; line-height: 1.75rem; font-size: 0.8rem;}
.notice0078 .list_box li a:after {position: absolute; left: 0; top: calc(50% - 2px); width: 4px; height: 4px; background: #8957a1; border-radius: 50%; content:"";}
.notice0078 .list_box li a p {width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-weight: 600;}
.notice0078 .list_box li a.new p::before{display: inline-block; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; text-align: center; border-radius: 50%; color: #fff; background: #00b7ee; margin-right: 0.25rem; font-size: 0.75rem; vertical-align: bottom; font-weight: 600; content: 'N';}
.notice0078 .list_box li a span {position: absolute; top: 0; right: 0; font-size: 0.75rem;}
.notice0078 .list_box li.no_data {text-align: center; line-height: 6rem;}
/* 게시판 : active */
.notice0078 .list_box.on {display: block;}
.notice0078 .list_box li a:hover p,
.notice0078 .list_box li a:focus p {text-decoration: underline;}
.notice0078 .titTab li a:hover,
.notice0078 .titTab li a:focus,
.notice0078 .titTab li a.current {background: #8957a1; color: #fff; font-weight: 600; }
.notice0078 .list_box .topList:hover dt{color: #8957a1;}
.notice0078 .titTab li a,
.notice0078 .list_box li a,
.notice0078 .list_box .topList dt{-webkit-transition: all .3s; -ms-transition: all .15s; transition: all .3s;}

/* 팝업존 */
.pop0078 {position: relative; width: 100%; height: 100%; overflow: hidden;}
.pop0078 .tit_wrap{position: relative; margin-bottom: 1.5rem; padding-right: 7rem;}
.pop0078 .tit_wrap::before{width: calc(100% - 0.75rem); height: 2px; background: #4b487f; position: absolute; right: 0; bottom: 0; content: '';}
.pop0078 .tit_wrap h2 {display: inline-block; line-height: 2.5rem; background: #4b487f; padding: 0 1rem; color: #fff; font-weight: 600; font-size: 1rem; border-radius: 0.75rem 0.75rem 0 0.75rem; max-width: 100%; overflow: hidden; white-space: nowrap; vertical-align: middle;}
.pop0078 .nss_pg {position: absolute; right: 0; top: 0.5rem;}
.pop0078 .nss_pg p {position: relative; display: inline-block; margin-right: 0.5rem; vertical-align: middle; font-size: 0.8rem;}
.pop0078 .nss_pg p strong {position: relative; display: inline-block; font-weight: 700; color: #4b487f;}
.pop0078 .nss_pg a {display: inline-block; color: #222;}
.pop0078 .nss_pg .play, .pop0078 .nss_pg .stop{width: 1.5rem; height: 1.5rem; line-height: 1.5rem; text-align: center; border-radius: 50%; background: #ecdbf4;}
.pop0078 .nss_pg .play {display: none;}
.pop0078 .pop_img { position:relative; height:11.25rem; overflow: hidden; background:#eee}
.pop0078 .pop_img div,
.pop0078 .pop_img .item {height:100%;}
.pop0078 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0078 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}

/* 갤러리 */
.gallery0078 {position: relative; height: 100%; z-index: 1;}
.gallery0078 .tit_wrap{position: relative; margin-bottom: 1.5rem; padding-right: 2rem;}
.gallery0078 .tit_wrap::before{width: calc(100% - 0.75rem); height: 2px; background: #00b7ee; position: absolute; right: 0; bottom: 0; content: '';}
.gallery0078 .tit_wrap h2 {display: inline-block; line-height: 2.5rem; background: #00b7ee; padding: 0 1rem; color: #fff; font-weight: 600; font-size: 1rem; border-radius: 0.75rem 0.75rem 0 0.75rem; max-width: 100%; overflow: hidden; white-space: nowrap; vertical-align: middle;}
.gallery0078 .tit_wrap .btn_more {position: absolute; right: 0; top: 0; background-color: #fc714e;}
.gallery0078 .list_box {margin: 0 -0.6rem;}
.gallery0078 .list_box::after {clear: both; display: block; content: '';}
.gallery0078 .list_box li {float: left; padding: 0 0.6rem; width: 33.333%;}
.gallery0078 .list_box li:nth-of-type(n+4) {display: none;}
.gallery0078 .list_box li.no_data{ width:calc(100% - 1.2rem); margin-left: 0.6rem; height:11.3rem; display:flex; align-items:center; justify-content:center; padding:2rem 0; font-size:.9rem; background:rgba(0,0,0,0.05);}
.gallery0078 .list_box li a {position: relative; display: block; text-align: center; background: #fff; overflow: hidden;}
.gallery0078 .list_box li a .img {position: relative; width: 100%; height: 9.5rem; background: #eee; overflow: hidden;}
.gallery0078 .list_box li a .img img {position: absolute; top: 50%; left: 50%; width: 100%; height: auto; transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.gallery0078 .list_box li a .txt {margin-top: 0.75rem; padding: 0 1rem; height: 1.25rem; line-height: 1.25rem; font-size: 0.9rem; font-weight: 600; color: #000; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
/** 갤러리 : active **/
.gallery0078 .list_box li a:hover .img,
.gallery0078 .list_box li a:focus .img {border-color: #245c98;}
.gallery0078 .list_box li a:hover .img img,
.gallery0078 .list_box li a:focus .img img {transform: translate(-50%, -50%) scale(1.1); -webkit-transform: translate(-50%, -50%) scale(1.1);}
.gallery0078 .list_box a:hover .txt,
.gallery0078 .list_box a:focus .txt {text-decoration: underline;}

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #ccc; background: #fff; border-bottom: 1px solid #ccc;}
.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;}
/* 배너존 : active */
.banner_zone .btn a:hover,
.banner_zone .btn a:focus {background:#f1f1f1;}


@media (max-width: 1240px) {
	/* 갤러리 */
	.gallery0078 .list_box li{width: 50%;}
	.gallery0078 .list_box li:nth-of-type(3) {display: none;}

	/* 팝업존 */
	.pop0078 .pop_img .item img {width:auto; height:100%;}
}

@media (max-width: 900px) {
	/* 메인비주얼 */
	.MVisual0078 .item img{width: 100%; height: auto;}

	/* 식단 */
	.meal_menu0078 .inner ul{height: 6.8rem;}

	/* 바로가기 */
	.M_link0078 li{width: 33.333%;}
	.M_link0078 li:nth-of-type(2n+1)::before{display: none;}
	.M_link0078 li:nth-of-type(3n+1)::before{display: block; width: 300%; height: 1px; border-top: 1px dotted #cbcbcb; position: absolute; top: 0; left: 0; content: '';}
	.M_link0078 li:nth-of-type(1):before{display: none;}

	/* 갤러리 */
	.gallery0078 .list_box li{width: 100%;}
	.gallery0078 .list_box li:nth-of-type(n+2) {display: none;}
}

@media (max-width: 768px) {
	/* 배너존 */
	.banner_zone h2 {display:none;}
	.banner_zone .bnWrap {width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 620px) {	
	/* 메인비주얼 */
	.MVisual0078 .item img{width: 130%;}

	/* 팝업존 */
    .pop0078 .pop_img{ height:auto; }
    .pop0078 .pop_img .item img { top:auto; left:auto; max-height:15rem;}

	/* 갤러리 */
	.gallery0078 .list_box li{width: 50%;}
	.gallery0078 .list_box li:nth-of-type(2) {display: block;}
}

@media (max-width: 480px) {
	/* 게시판 */
	.notice0078 .titTab li{max-width: 100%;}
	.notice0078 .titTab li a{padding: 0 0.5rem; font-size: 0.95rem;}

	/* 바로가기 */
	.M_link0078 li{width: 50%;}
	.M_link0078 li a .txt span em{font-size: 0.85rem;}
	.M_link0078 li:nth-of-type(3n+1)::before{display: none;}
	.M_link0078 li:nth-of-type(2n+1)::before{display: block; width: 300%; height: 1px; border-top: 1px dotted #cbcbcb; position: absolute; top: 0; left: 0; content: '';}
	.M_link0078 li:nth-of-type(1):before{display: none;}

	/* 포토갤러리 */
	.gallery0078 .list_box li{width: 100%; margin-bottom: 1rem;}
}

@media (max-width: 380px) {
	/* 메인비주얼 */
	.MVisual0078 .control {bottom: 1rem;}

	/* 팝업존 */
	.pop_schedule0078 .month {font-size: 1rem;}
	.pop_schedule0078 .month span {margin: 0 0.5rem;}
	.pop_schedule0078 .month span em {font-size: 1.25rem;}
}