﻿
.heading { font-size: 1rem; color: #222; font-weight: 700; margin-right: 3.8rem; margin-bottom: 1.2rem; overflow: hidden; white-space: nowrap; }

/* btn_more */
.btn_more { position: absolute; top: 0; right: 0; display: block; text-align: center; border-radius: 50%; z-index: 2; font-size: 1.2rem; }
.btnTy1 { width: 1.6rem; height: 1.6rem; line-height: 1.6rem; color: #fff; }
.btnTy2 { width: 2rem; height: 2rem; line-height: 2rem; }
/* btn_more : active */
.btn_more:hover i,
.btn_more:focus i { transform: rotate(180deg); -webkit-transform: rotate(180deg); }
.btn_more,
.btn_more i {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 메인비주얼 */ 
.MVisual0034 { position: relative; width:100%; height: 100%; max-width:96rem; line-height:1; margin: auto; text-align: center; }
.MVisual0034::before { position: absolute; top: 4.35rem; left: -6.25rem; width: 6.25rem; height: 11.5rem; background: url('/images/template/T0034/main/M_visual_bg.png') no-repeat center / cover; z-index: -2; content: ""; }
.MVisual0034::after {position: absolute; bottom: -0.4rem; right: 0.4rem; width: 100%; height: 100%; background: #fff; z-index: -1; content: ""; }
.MVisual0034 .item{overflow:hidden; line-height:0; }
.MVisual0034 .item img{position:relative; width:auto; height:100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0034 .control{position:absolute; left: 1rem; bottom: 1rem; z-index:1;}
.MVisual0034 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgba(0, 141, 139, 0.5); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0034 .control > a.play{display:none;}
.MVisual0034 .control > a:hover,
.MVisual0034 .control > a:focus{ background:rgba(0, 141, 139, 0.9);}

/* 게시판 */
.notice0034 { position:relative; height:100%; }
.notice0034 .titTab{margin-bottom:1.2rem; }
.notice0034 .titTab ul{ position: relative; font-size:0; padding-right: 2rem; overflow: hidden;}
.notice0034 .titTab li { position: relative; display:inline-block; max-width:calc(33% - 1.4rem); font-weight:400;vertical-align: top; }
.notice0034 .titTab li ~ li { margin-left: 2.2rem; }
.notice0034 .titTab li ~ li a::before { position: absolute; top: 0.55rem; left: -1.2rem; width: 0.3rem; height: 0.3rem; border-radius: 50%; background: #77afae; z-index: -1; content: ""; }
.notice0034 .list_box li:nth-child(n+5) { display: none; }
.notice0034 .titTab li a { display:block; position:relative; font-size: 1.1rem; color:#444; }
.notice0034 .titTab li a::after { position: absolute; top: 0.6rem; right: -0.8rem; width: 0; height: 0.15rem; border-radius: 0.5rem; background: #008d8b; content: ""; }
.notice0034 .titTab li a span { position: relative; display:block; overflow:hidden; white-space:nowrap; }
.notice0034 .list_box { display:none; width:100%; height:calc(100% - 2.5rem); }
.notice0034 .list_box ul { height:100%; font-size: 0; }
.notice0034 .list_box li { display: inline-block; width: 31.5%; }
.notice0034 .list_box li ~ li { margin-left: 2.75%; }
.notice0034 .list_box li a { position:relative; display:block; padding: 1.5rem 1.3rem; overflow:hidden; border: 2px solid transparent; box-shadow: 0 0 10px rgba(69, 107, 105, 0.15); background: #fff; }
.notice0034 .list_box li a .tit { font-size: 0.9rem; color: #111; height: 2.5rem; line-height: 1.3rem; overflow: hidden; font-weight: 600; }
.notice0034 .list_box li a .txt { font-size: 0.8rem; color: #666; height: 2.5rem; line-height: 1.3rem; overflow: hidden; margin: 0.8rem 0 1rem; }
.notice0034 .list_box li a span { position: relative; font-size: 0.8rem; font-family: 'Titillium Web'; color: #757575; }
.notice0034 .list_box li a.new span { padding-left: 1.3rem; }
.notice0034 .list_box li a.new span:before{content:"\e9a8"; position: absolute; top: 0; left: 0; color: #008d8b; font-size: 1rem; font-family: 'xeicon'; }
.notice0034 .list_box li.no_data{ width: 100%; line-height: 11.2rem; text-align:center; box-shadow: 0 0 10px rgba(69, 107, 105, 0.15); background: #fff; font-size: 0.75rem; }
.notice0034 .btn_more { background: #008d8b;}
/* 게시판 : active */
.notice0034 .titTab li a.current { color: #018c8a; font-weight: 700; padding-right: 1rem; }
.notice0034 .titTab li a.current::after { width: 1.2rem; }
.notice0034 .titTab li ~ li a.current::before { background: #008d8b; }
.notice0034 .list_box.on { display: block; }
.notice0034 .list_box li a:hover,
.notice0034 .list_box li a:focus { border-color: #018c8a; }
.notice0034 .titTab li a,
.notice0034 .list_box li a {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 팝업존 */
.pop0034 { position:relative; height:100%; }
.pop0034 h2 { margin-right: 7.5rem; margin-bottom: 1.2rem; }
.pop0034 .nss_pg { position: absolute; top: 0; right: 0; }
.pop0034 .nss_pg p { display: inline-block; vertical-align: middle; margin-right: 0.7rem; color:#333; font-size:0.8rem; font-family: 'Titillium Web'; }
.pop0034 .nss_pg p strong { position: relative; color: #018c8a; padding-right: 1.2rem; font-size: 1rem; vertical-align: middle;}
.pop0034 .nss_pg p strong::before { position: absolute; top: 0.75rem; right: 0.4rem; width: 0.2rem; height: 0.2rem; background: #b2b2b2; border-radius: 50%; content: ""; }
.pop0034 .nss_pg p span { vertical-align: middle; }
.pop0034 .nss_pg a { display: inline-block; vertical-align: middle; font-size: 1rem; color: #000; }
.pop0034 .nss_pg .play {display: none;}
.pop0034 .pop_img { position:relative; height:11.25rem; overflow: hidden; background:rgba(0,0,0,0.1); box-shadow: 0 0 10px rgba(32, 49, 48, 0.27); }
.pop0034 .pop_img div,
.pop0034 .pop_img .item {height:100%;}
.pop0034 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0034 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}
/* 팝업존 */
.pop0034 .nss_pg a.prev:hover,
.pop0034 .nss_pg a.prev:focus { transform: translateX(-4px); -webkit-transform: translateX(-4px); }
.pop0034 .nss_pg a.next:hover,
.pop0034 .nss_pg a.next:focus { transform: translateX(4px); -webkit-transform: translateX(4px); }
.pop0034 .nss_pg a {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 바로가기1 */
.M_link0034 { position:relative; height:100%; }
.M_link0034 ul { display: table; table-layout: fixed; width: 100%; font-size: 0; }
.M_link0034 li { position: relative; display: table-cell; }
.M_link0034 li ~ li::before { position: absolute; top: 1rem; left: -1.5rem; width: 0.4rem; height: 0.4rem; border-radius: 50%; background: #e9e9e9; z-index: -1; content: ""; }
.M_link0034 li a { position: relative; display: flex; justify-content: center; align-items: center; flex-direction: row; }
.M_link0034 li a .img img { width: 2.5rem; height: 2.25rem; }
.M_link0034 li a span { display: block; width: calc(100% - 2.5rem); font-size:0.8rem; line-height:1.2rem; max-height:2.4rem; overflow:hidden; color:#000; font-weight: 600; padding: 0 1.5rem 0 0.6rem; }
/** 바로가기1 : active **/
.M_link0034 li a:hover span em,
.M_link0034 li a:focus span em { box-shadow: 0 -14px rgba(239, 249, 221, 0.8) inset; }
.M_link0034 li a:hover .img img,
.M_link0034 li a:focus .img img { transform: translateY(-4px); -webkit-transform: translateY(-4px); }
.M_link0034 li a,
.M_link0034 li a .img img,
.M_link0034 li a span em { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 캘린더 */
.pop_schedule0034 {position: relative; overflow: hidden; }
.pop_schedule0034 .inBox { position: relative; }
.pop_schedule0034 .month { float: left; display: flex; width: 7.5rem; height: 4rem; text-align: center; color: #fff; background: #008d8b; align-items: center; justify-content: center; font-size: 1.1rem; font-family: 'Titillium Web'; }
.pop_schedule0034 .month em { font-weight: 700; }
.pop_schedule0034 .sche_list {position: relative; float: right; padding: 0 2.75rem; width: calc(100% - 7.5rem); height: 4rem; background: #e7f9f9; }
.pop_schedule0034 .sche_list a.prev,
.pop_schedule0034 .sche_list a.next {position: absolute; top: 1.2rem; font-size: 1.2rem; color: #000; }
.pop_schedule0034 .sche_list a.prev {left: 1.85rem;} 
.pop_schedule0034 .sche_list a.next {right: 1.85rem;} 
.pop_schedule0034 .sche_list ul { padding: 1.25rem 0 0.4rem; white-space:nowrap; overflow:hidden; overflow-x:auto; }
.pop_schedule0034 .sche_list li { display:inline-block; text-align: center; width: 1.6rem; }
.pop_schedule0034 .sche_list li a { display: inline-block; font-size: 0.8rem; color: #222; font-weight: 400; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; border-radius: 50%; font-family: 'Titillium Web'; }
.pop_schedule0034 .sche_list li a.event { background: #008d8b; color: #fff; }
.pop_schedule0034 .sche_list li a.today { background: #fff; box-shadow: 0 0 10px rgba(69, 107, 105, 0.15);}
.pop_schedule0034 .sche_list li.sat a {color: #6048be;}
.pop_schedule0034 .sche_list li.sun a {color: #e33d65;}
.pop_schedule0034 .lst { margin-top: 0.75rem; float: left; width: 100%; }
.pop_schedule0034 .lst ul {height: 4.5rem; overflow-y: auto;}
.pop_schedule0034 .lst li { position: relative; float: left; display: inline-block; width: 33.333%; padding: 0.25rem 0 ; }
.pop_schedule0034 .lst li ~ li::before {position: absolute; top: 1.35rem; left: -1.5rem; width: 0.25rem; height: 0.75rem; background: url('/images/template/T0034/main/0034_sche_dot.png') no-repeat center / cover; content: ""; }
.pop_schedule0034 .lst li:nth-child(2n + 1)::before { display: none; }
.pop_schedule0034 .lst li a { position: relative; display: block; line-height: 1.75rem; font-size: 0.8rem; font-weight: 600; color: #515151; }
.pop_schedule0034 .lst li a span {display: inline-block; width: 3.5rem; height: 1.75rem; line-height: 1.75rem;  text-align: center; background: #fff; border: 1px solid #008d8b; margin-right: 0.5rem; font-family: 'Titillium Web'; color: #008d8b; font-size: 0.8rem; }
.pop_schedule0034 .lst li a em { width: calc(100% - 4rem); display: inline-block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; vertical-align: middle; }
.pop_schedule0034 .lst .no_data {width: 100%; line-height: 4.5rem; text-align: center; padding: 0; }
.pop_schedule0034 .btn_more { top: 0.9rem; right: auto; left: 6.5rem; background: #fff; color: #111; box-shadow: 2px 2px 5px rgba(25, 61, 60, 0.3); }
/** 캘린더 : active **/
.pop_schedule0034 .lst li a:hover span,
.pop_schedule0034 .lst li a:focus span { background: #008d8b; color: #fff; }
.pop_schedule0034 .lst li a:hover em,
.pop_schedule0034 .lst li a:focus em { text-decoration: underline; }
.pop_schedule0034 .sche_list a.prev:hover,
.pop_schedule0034 .sche_list a.prev:focus { transform: translateX(-4px); -webkit-transform: translateX(-4px); } 
.pop_schedule0034 .sche_list a.next:hover,
.pop_schedule0034 .sche_list a.next:focus { transform: translateX(4px); -webkit-transform: translateX(4px); } 
.pop_schedule0034 .sche_list > a,
.pop_schedule0034 .lst li a,
.pop_schedule0034 .lst li a span {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 식단 */
.meal_menu0034 { position:relative; height:100%; font-size: 0; background: #ff914f; overflow: hidden; }
.meal_menu0034 h2 { color: #fff; padding: 1.2rem 1.2rem 0; margin-bottom: 0.7rem; }
.meal_menu0034 ul { overflow-y:auto; height:5.4rem; margin-right: 5rem; }
.meal_menu0034 li { display: block; overflow: hidden;}
.meal_menu0034 li:not(.no_data) { padding-right:1rem; }
.meal_menu0034 li + li { margin-top:1rem; }
.meal_menu0034 li.no_data { line-height: 5.4rem; text-align: center; font-size:0.8rem; color: #fff; }
.meal_menu0034 dt { position: relative; width: 100%; height: 2.35rem; line-height: 2.35rem; display: inline-block; color: #111; font-size: 0.9rem; z-index: 1; text-align: center; margin-bottom: 0.7rem; }
.meal_menu0034 dt::before { position: absolute; top: 0; right: 0; width: 100vw; height: 100%; z-index: -1; background: #ffebda; content: ""; }
.meal_menu0034 dt em { font-weight: 700; }
.meal_menu0034 dd { display: inline-block; color:#fff; font-size:0.8rem; word-break:keep-all; padding: 0 1rem; }
.meal_menu0034 img{position:absolute; bottom: 1.4rem; right: 1rem; width: 3.45rem; height: 3.4rem; }
.meal_menu0034 .btn_more { top: 0.9rem; right: 1rem; background: rgba(255, 235, 218, 0.2); color: #fff; }

/* 갤러리 */
.gallery0034 { position:relative; height:100%; padding-left: 20rem; }
.gallery0034.gla_nodata { padding-left: 0; }
.gallery0034 .list_box{ width: calc(100% + 1.05rem); margin-left: -0.525rem; }
.gallery0034 .list_box li {float: left; padding: 0 0.525rem; width: 33.333%; height: 11.4rem;}
.gallery0034 .list_box li:nth-of-type(n+5) {display: none;}
.gallery0034 .list_box li:first-child { position: absolute; top: 0; left: 0; width: 17.5rem; padding: 0; }
.gallery0034 .list_box li:first-child a .img { height: 12.5rem; }
.gallery0034 .list_box li:first-child a .txt { background: #ff914f; color: #fff; left: -0.5rem; }
.gallery0034 .list_box li:first-child a .txt::before { position: absolute; top: -0.4rem; left: 0.2rem; width: 0.8rem; height: 0.8rem; background: #ef5b02; transform: rotate(45deg); z-index: -1; content: ""; }
.gallery0034 .list_box li a {position: relative; display: block; }
.gallery0034 .list_box li a .img {position: relative; width: 100%; height: 10.05rem; background: #eee; overflow: hidden; }
.gallery0034 .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;}
.gallery0034 .list_box li a .txt { position: absolute; bottom: -1.25rem; left: 0; width: calc(100% - 1.4rem); height: 2.5rem; line-height: 2.5rem; background: #fff; color: #222; font-size: 0.8rem; font-weight: 600; padding: 0 1rem; box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }
.gallery0034 .list_box li a .txt span { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block; }
.gallery0034 .list_box li.no_data{ position: relative; left: auto; top: auto; width: calc(100% - 1.05rem); margin-left: 0.525rem; line-height: 11.4rem; background: rgba(0, 0, 0, 0.2); text-align: center; padding: 0; }
.gallery0034 .btn_more { background: #ff914f; }
/** 갤러리 : active **/
.gallery0034 .list_box li a:hover .img > img,
.gallery0034 .list_box li a:focus .img > img { -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); } 
.gallery0034 .list_box li a:hover .txt,
.gallery0034 .list_box li a:focus .txt { text-decoration: underline;}
.gallery0034 .list_box li a .img::before,
.gallery0034 a{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #e5e5e5;}
.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;}


@media (max-width:1280px){
	/* 메인비주얼 */
	.MVisual0034::before { display: none; }
	.MVisual0034 .item img { width: 100%; height: auto; }

	/* 바로가기 */
	.M_link0034 li ~ li::before { left: 0; }
	.M_link0034 li a { flex-direction: column; }
	.M_link0034 li a span { width: 100%; padding: 0 0.5rem; text-align: center; margin-top: 0.8rem;}

	/* 캘린더 */
	.pop_schedule0034 .lst li { width: 50%; }
}

@media (max-width:1024px){
	/* 게시판 */
	.notice0034 .list_box li { width: 49%; }
	.notice0034 .list_box li ~ li { margin-left: 2%; }
	.notice0034 .list_box li:nth-child(n+3) { display: none; }

	/* 갤러리 */
	.gallery0034 .list_box li { width: 50%; }
	.gallery0034 .list_box li:nth-of-type(n+4) { display: none; }
	
}

@media (max-width:900px){
	/* 팝업 */
	.pop0034 .pop_img { height: auto; }
	.pop0034 .pop_img li img { max-height: 15rem; }

	/* 식단 */
	.meal_menu0034 .inner { padding-bottom: 1.2rem; }
}

@media (max-width: 860px) {
	/* 갤러리 */
	.gallery0034 { padding-left: 0; }
	.gallery0034 .list_box li { width: 33.3333% !important; }
	.gallery0034 .list_box li:first-child { position: relative; top: auto; left: auto; padding: 0 0.525rem; }
	.gallery0034 .list_box li:first-child a .img { height: 10.05rem; }
	.gallery0034 .list_box li.no_data { width: calc(100% - 1.05rem) !important; margin-left: 0.525rem; }
 
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width:768px){
	/* 게시판 */
	.notice0034 .titTab li a { font-size: 1rem; }

	/* 바로가기 */
	.M_link0034 li { width: calc(100% / 3); display: inline-block; }
	.M_link0034 li:nth-child(3n+1)::before { display: none; }
	.M_link0034 li a span { margin-bottom: 1rem; }

	/* 갤러리 */
	.gallery0034 .list_box li { width: 50% !important; }
	.gallery0034 .list_box li:nth-of-type(n+3) { display: none; }

}

@media (max-width: 480px) {
	.btnTy2 { width: 1.8rem; height: 1.8rem; line-height: 1.8rem; }

	/* 게시판 */
	.notice0034 .titTab { margin-bottom: .9rem; }
	.notice0034 .titTab li a::after { display: none; }
	.notice0034 .titTab li { max-width: 100%; padding: 0.2rem 0.5rem; left: -0.5rem; }
	.notice0034 .titTab li ~ li { margin-left: 0; }
	.notice0034 .titTab li ~ li a::before { left: -0.55rem; }
	.notice0034 .titTab li a.current { padding-right: 0; }
	.notice0034 .list_box li { width: 100%; }
	.notice0034 .list_box li:nth-child(n+2) { display: none; }
	.notice0034 .list_box li a { padding: 1.2rem; }
	.notice0034 .list_box li.no_data { line-height: 10.6rem; }

	/* 캘린더 */
	.pop_schedule0034 .month { width: 100%; height: 3rem; float: none; padding-right: 2.5rem; }
	.pop_schedule0034 .sche_list { width: 100%; float: none; padding: 0 1.5rem; }
	.pop_schedule0034 .sche_list a.prev { left: 0; }
	.pop_schedule0034 .sche_list a.next { right: 0; }
	.pop_schedule0034 .lst li a span { width: 3rem; }
	.pop_schedule0034 .btn_more { top: 0.6rem; right: 0.5rem; left: auto; }

	/* 식단 */
	.meal_menu0034 ul { margin-right: 3.5rem; }
	.meal_menu0034 img { width: 2.8rem; height: auto; right: 0.5rem; bottom: 1rem; }

	/* 갤러리 */
	.gallery0034 .list_box { width: 100%; margin-left: 0; }
	.gallery0034 .list_box li { width: 100% !important; float: none; }
	.gallery0034 .list_box li ~ li { margin-top: 1.2rem; }
	.gallery0034 .list_box li.no_data { width: 100% !important; margin-left: 0;}
	
}

@media (max-width: 380px) {
	/* 캘린더 */
	.pop_schedule0034 .lst li { width: 100%; }
}