﻿ 
/*-----------------------------------------------------------
Author : yejin, Son
Creative date :2021. 09. 13
-----------------------------------------------------------*/
/*imgcut*/
div[class*="gallery"] .img { position: relative; }
div[class*="gallery"] .img > img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; }
div[class*="gallery"] a { display: block; }

/* 메인비주얼 */ 
.MVisual3019{position:relative; height: 100%; overflow:hidden;}
.MVisual3019 #m_visual li{overflow:hidden; text-align:center;}
.MVisual3019 #m_visual li img{position:relative; border-bottom-left-radius: 2rem;}
.MVisual3019 .bx-wrapper{position:relative;}
.MVisual3019 .bx-controls{position:absolute;bottom:2rem;left:0;width:100%;/* height:1.3rem; */text-align:center;}
.MVisual3019 .bx-controls-direction{display:none;}
.MVisual3019 .bx-controls a{display:inline-block; margin:0 3px; color:transparent; overflow:hidden; vertical-align:middle;}
.MVisual3019 .bx-controls-auto{font-size:0; vertical-align:middle;}  
.MVisual3019 .bx-controls-auto,
.MVisual3019 .bx-pager,
.MVisual3019 .bx-pager-item{display:inline-block;}
.MVisual3019 .bx-controls-auto a{width:1.3rem; height:1.3rem; background:no-repeat center / 100%;}
.MVisual3019 .bx-controls-auto a.bx-start{display:none; background-image:url('/00_common/images/con_com/btn_play.png');}
.MVisual3019 .bx-controls-auto a.bx-stop{display:inline-block; background-image:url('/00_common/images/con_com/btn_stop.png');}
.MVisual3019 .bx-pager{height:0.8rem; vertical-align:middle;}
.MVisual3019 .bx-pager-item{height:100%;}
.MVisual3019 .bx-pager a{width:0.8rem;height:100%;vertical-align:top;border: 1px solid #5cc88b;border-radius:50%;} /* 비주얼 버튼 색상 */
.MVisual3019 .bx-pager a.active{background-color: #5cc88b;}/* 비주얼 버튼 색상 */

 
/* 게시판 */
.notice3019{position:relative; height:100%; }
.notice3019 h2{display:inline-block; max-width:calc((100% - 4rem) / 3); line-height:2rem; font-size:1.1rem; overflow:hidden; white-space:nowrap; font-weight: 300; } 
.notice3019 h2 ~ h2{margin-left:0.8rem; }
.notice3019 h2 a{position:relative; display:block; color:#555; padding-right:0.6rem; }
.notice3019 h2 a span:before{content:''; position:absolute; bottom: 0.2rem; left:0; display:block; width:100%; height:0.8rem; background:url('/00_common/images/T3019_main/patten01.png'); border-radius: 1rem; opacity:0; -webkit-transition:opacity 0.3s; -ms-transition:opacity 0.3s; -moz-transition:opacity 0.3s; transition:opacity 0.3s; z-index: 0; }
.notice3019 h2 a span {position: relative; display:block; overflow:hidden; z-index: 1; }
.notice3019 .list_box{position:absolute; top:2.8rem; display:none; width:100%; border-top: 3px solid #1e6f41;  height:calc(100% - 2.8rem); }
.notice3019 .list_box ul{overflow:hidden; } 
.notice3019 .list_box ul > li {border-bottom:1px dotted #999; }
.notice3019 .list_box ul > li > a{position:relative; display:block; width:100%; line-height:2.5rem; padding-right: 5rem; color: #222; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; } 
.notice3019 .list_box ul > li.new a:before{content:'N'; display:inline-block; width:1.15rem; height:1.15rem; line-height:1.15rem; color:#fff; font-size:0.6rem; text-align:center; border-radius: 0.3rem; background: #ff8610; margin-right:0.5rem; } 
.notice3019 .list_box .date{position:absolute; top:0; right:0; color:#777; font-size:0.75rem; } 
.notice3019 .list_box .date i{margin-right:0.2rem; }
.notice3019 .btn_more{position:absolute; top:-3.1rem; right:0; text-align:center; color:#222; font-size:1.3rem; -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s; }
/* active */ 
.notice3019 h2 a.current span{color:#1e6f41; font-weight:500; }
.notice3019 h2 a.current span:before,
.notice3019 h2 a:focus span:before,
.notice3019 h2 a:hover span:before { opacity:1; }
.notice3019 .list_box.on{display:block; }
.notice3019 .list_box ul > li > a:hover,
.notice3019 .list_box ul > li > a:focus{text-decoration:underline; }
.notice3019 .btn_more:hover,
.notice3019 .btn_more:focus{-webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); transform:rotate(180deg); }

.notice3019 .list_box .NoData {display:table; width:100%; height:100%; text-align:center; font-size:.75rem; background:#f3f3f3;}
.notice3019 .list_box .NoData span {display:table-cell; vertical-align:middle;}

/* 바로가기01 */
.M_link3019{position:relative; height:100%; overflow:hidden; }
.M_link3019 ul{width:100%; display:table; table-layout:fixed; }
.M_link3019 ul li{display:table-cell; }  
.M_link3019 ul li a { display:block; } 
.M_link3019 ul li a .ico{position:relative; display:block; width:5.25rem; height:5.25rem; background:#5cc88b; border-radius: 1.5rem; margin:0 auto 1.5rem; padding:1.1rem 0; text-align:center; }
.M_link3019 ul li a .ico img { -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s; }
.M_link3019 ul li a em{display:block; height:2.4rem; color:#333; font-size:0.85rem; line-height:1.2rem; text-align:center; overflow:hidden; padding:0 0.5rem; font-weight: 500; } 
/* active */
.M_link3019 ul li a:hover .ico img,
.M_link3019 ul li a:focus .ico img{-webkit-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -moz-transform:rotateY(180deg); transform:rotateY(180deg); }
.M_link3019 ul li a:hover,
.M_link3019 ul li a:focus { text-decoration:underline; }

/* 행사일정 */
.pop_schedule3019{position:relative; height:100%; } 
.pop_schedule3019 h2{margin:0 2rem 0.5rem 0; line-height:2rem; font-size:1.1rem; overflow:hidden; white-space:nowrap; color: #222; } 
.pop_schedule3019 .schedule_wrap {background: #fabe39; height:auto; padding:1.1rem 1rem; overflow:hidden; border-radius: 1.5rem; box-shadow: 3px 3px 7px rgba(0,0,0,0.1); }
.pop_schedule3019 .month{position:relative; width:5.25rem; float:left; }
.pop_schedule3019 .month > span{position:relative; display:block; font-size:0.75rem; text-align:center; padding:1.8rem 0 1.5rem; }
.pop_schedule3019 .month > span:before {content:''; position:absolute; left:50%; top:50%; background:#fff; width: 5.25rem; height: 5.25rem; border-radius: 50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.pop_schedule3019 .month span em {position: relative; color: #222; }
.pop_schedule3019 .month span strong {display:block; color: #e3780c; font-size:1.4rem; }
.pop_schedule3019 .month a { position:relative; display:block; width:2rem; height:2rem; background:#fff; border-radius:50%; float:left; text-align:center; line-height:2rem; font-size:1rem; }
.pop_schedule3019 .month a.next { float:right; }
.pop_schedule3019 .month a i{font-weight: 600; color: #222; -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s; }
.pop_schedule3019 .btn_more{position:absolute; top:0; right:0; width:1.5rem; line-height:1.5rem; color:#222; border-radius:50%; text-align:center; font-size:1.3rem; -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s; } 
.lst_schedule{width:calc(100% - 6.5rem); height:9rem; line-height:2rem; overflow-y:auto; float:right; }
.lst_schedule > li{white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.lst_schedule > li + li{margin-top:0.3rem; }
.lst_schedule > li a{color:#222; }
.lst_schedule > li .date{display:inline-block; margin-right:8px; width:2rem; height:2rem; line-height:2rem; text-align:center; border-radius:50%; background: #a88023; color:#fff; }
.lst_schedule > .no_Data{line-height:6rem; text-align:center; }
/* active */
.pop_schedule3019 .month a:hover.prev i,
.pop_schedule3019 .month a:focus.prev i{-webkit-transform:translateX(-30%); -ms-transform:translateX(-30%); -moz-transform:translateX(-30%); transform:translateX(-30%); }
.pop_schedule3019 .month a:hover.next i,
.pop_schedule3019 .month a:focus.next i{-webkit-transform:translateX(30%); -ms-transform:translateX(30%); -moz-transform:translateX(30%); transform:translateX(30%); }
.pop_schedule3019 .btn_more:hover,
.pop_schedule3019 .btn_more:focus{-webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); transform:rotate(180deg); }
.lst_schedule > li a:hover,
.lst_schedule > li a:focus{text-decoration:underline; } 

/* 오늘의식단 */
.meal_menu3019{position:relative; height:100%; }
.meal_menu3019 h2{margin:0 2rem 0.5rem 0; line-height:2rem; font-size:1.1rem; overflow:hidden; white-space:nowrap; color: #222; }
.meal_menu3019 .meal_wrap { background:#ffc8be; height:11.2rem; padding:1.8rem 140px 1.8rem 1rem; border-radius: 1.5rem; box-shadow: 3px 3px 7px rgba(0,0,0,0.1); }
.meal_menu3019 ul{ height:100%; overflow-y:auto; }
.meal_menu3019 ul li + li{margin-top:1rem; }
.meal_menu3019 ul li.no_Data{text-align:center; line-height:4.5rem; }
.meal_menu3019 .imgbox{position:absolute; bottom:-10px; right:-30px; width:162px; height:225px; }
.meal_menu3019 .imgbox img{width:100%; }
.meal_menu3019 dl{position:relative; }
.meal_menu3019 dl dt.kcal{width:100%; line-height:2.25rem; border-radius:2.25rem; background:#fff; font-size:0.95rem; color:#6a4e08; text-align:center; } 
.meal_menu3019 dl dt.kcal .point{color: #ff7a62; margin-right: 0.2rem; }
.meal_menu3019 dl dd.meal_list{margin-top:0.5rem; color: #222; }
.meal_menu3019 dl dt.kcal strong {font-size:0.85rem; color:#000; }
.meal_menu3019 .btn_more{position:absolute; top:0; right:0; font-size:1.3rem; color:#222; -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s; }
/* active */
.meal_menu3019 .btn_more:hover,
.meal_menu3019 .btn_more:focus{-webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); transform:rotate(180deg); }

/* 팝업존 */
.pop3019{height:100%; }
.pop3019 h2{margin:0 11rem 0.5rem 0; line-height:2rem; font-size:1.1rem; overflow:hidden; white-space:nowrap; color: #222; }
.pop3019 .nss_pg{position:absolute; right:0; top:0; }
.pop3019 .nss_pg span em {padding:0 0.2rem; }
.pop3019 .nss_pg span{display:inline-block; font-size:0.75rem; } 
.pop3019 .nss_pg span .now{font-size:0.9rem; color: #138d79; }
.pop3019 .nss_pg a{display:inline-block; margin:0 0.1rem; color:#222; width:2rem; height:2rem; border-radius:50%; border: 1px solid #94cac1; line-height:2rem; font-size:1rem; text-align:center; background:#fff; transition:border 0.3s; -webkit-transition:border 0.3s; -ms-transition:border 0.3s; -moz-transition:border 0.3s; } 
.pop3019 .nss_pg .play{display:none; } 
.pop3019 .bx-wrapper{position:relative; margin:0 auto; width:100%; height: 11.3rem;  text-align:center; border-radius: 1.5rem; box-shadow: 3px 3px 7px rgba(0,0,0,0.1); }
.pop3019 .pop_img li img{position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%); max-width:100%; max-height:100%; }
.pop3019 .pop_img li a { position:relative; display: block; width:100%; height: 11.3rem; overflow:hidden; background:#cbe5f1; border-radius: 1.5rem; }
/* 팝업리스트 레이어 추가 */
.pop3019 .pop_layer_box{position:absolute; top:0; left:0; display:none; width:100%; height:100%; background:#394b61; }
.pop3019 .pop_layer_box .pop_layer{position:relative; padding:1rem; }
.pop3019 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff; }
.pop3019 .pop_layer_box .pop_layer ul{margin-top:0.75rem; padding:1rem 2rem; height:8.9rem; line-height:1.1rem; text-align:left; background:#576c85; overflow-y:auto; }
.pop3019 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff; }
.pop3019 .pop_layer_box .pop_layer ul li a:hover,
.pop3019 .pop_layer_box .pop_layer ul li a:focus{text-decoration:underline; }
.pop3019 .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; }
/* active*/
.pop3019 .nss_pg a:hover,
.pop3019 .nss_pg a:focus {border-color: #619517; }

/* 포토갤러리 */
.gallery3019{position:relative; height:100%; }
.gallery3019 h2{margin:0 5rem 1rem 0; line-height:2rem; color: #222; } 
.gallery3019 .gall_list{margin:0 -0.5rem; }
.gallery3019 .gall_list li{display:block; width:25%; float:left; padding: 0 0.8rem; } 
.gallery3019 .gall_list li a{ display:block; }
.gallery3019 .gall_list li .img{position:relative; display:block; width:100%; height:9.5rem; overflow:hidden; background:#eee; border-radius: 1.5rem; box-shadow: 3px 3px 7px rgba(0,0,0,0.1); }
.gallery3019 .gall_list li .img img{position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s; }
.gallery3019 .gall_list li .txt{display:block; margin-top:0.5rem; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color: #222; }
.gallery3019 .gall_list li .date{color:#777; font-size:0.65rem; }
.gallery3019 .gall_list li .date i{margin-right:0.2rem; }
.gallery3019 .btn_more{position:absolute; top:0; right:0; width:4.5rem; line-height:1.75rem; border-radius:1.75rem; text-align:center; color:#000; font-size:0.65rem; background:#fff; font-style:italic; border: 1px solid #94cac1; -webkit-transition:background 0.3s; -ms-transition:border 0.3s; -moz-transition:border 0.3s; transition:border 0.3s; } 
.gallery3019 .btn_more i {font-size:1.1rem; margin-left:0.2rem; vertical-align:middle; }
/* active */
.gallery3019 .btn_more:hover,
.gallery3019 .btn_more:focus{border-color:#49a1ca; }
.gallery3019 .gall_list li a:hover .txt,
.gallery3019 .gall_list li a:focus .txt { text-decoration:underline; }
.gallery3019 .gall_list li a:hover .img img,
.gallery3019 .gall_list li a:focus .img img{transform:translate(-50%, -50%) scale(1.2); -webkit-transform:translate(-50%, -50%) scale(1.2); -ms-transform:translate(-50%, -50%) scale(1.2); -moz-transform:translate(-50%, -50%) scale(1.2); }

.gallery3019 .NoData {display:table; width:100%; height:12.4rem; text-align:center; font-size:.75rem; background:#f3f3f3;}
.gallery3019 .NoData span {display:table-cell; vertical-align:middle;}

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #d1d8e4;}
.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.35rem;}
.banner_zone .btn a {float: left; width: 27px; height: 28px; color: transparent; font-size:0; line-height:0; background: #000 no-repeat center / 100%; }
.banner_zone .btn a.prev {background-image: url('/00_common/images/common/btn_b_prev.png');}
.banner_zone .btn a.stop {background-image: url('/00_common/images/common/btn_b_stop.png');}
.banner_zone .btn a.play {background-image: url('/00_common/images/common/btn_b_play.png');}
.banner_zone .btn a.next {background-image: url('/00_common/images/common/btn_b_next.png');}
.banner_zone .btn a.list {background-image: url('/00_common/images/common/btn_b_list.png');}
.banner_zone .bx-wrapper {float: left; display:block; padding-top: 0.75rem; padding-left:1.5rem; width: calc(100% - 11rem); overflow: hidden;}
.banner_zone ul li { 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 {width: 100%; height: 100%; }
 
/* 배너 리스트 */
.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{max-height:310px; 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:1440px){
	.MVisual3019 #m_visual li img {position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%);/* width:150%; */}
}

@media (max-width:1240px){
	/* 비주얼 */
	.MVisual3019 #m_visual li img{/* left:50%; *//* transform:translateX(-50%); *//* -webkit-transform:translateX(-50%); */-ms-transform:translateX(-50%);-moz-transform:translateX(-50%);width:150%;} 

	/* 오늘의 식단 */
	.meal_menu3019 .meal_wrap { padding-right:90px; }
	.meal_menu3019 .imgbox { width:110px; height:200px; } 
}
@media (max-width:1140px){
	/* 공지사항 */
	.notice3019 h2 { max-width:calc((100% - 2.5rem) / 3); }
	.notice3019 h2 ~ h2 { margin-left:0.2rem; }
	/* 오늘의식단 */
	.meal_menu3019 .meal_wrap { padding-right:120px; }
	.meal_menu3019 .imgbox { right:0; }

	/* 포토갤러리 */
	.gallery3019 h2 { margin-bottom:0.5rem; }
	.gallery3019 .gall_list li { width:50%; }
	.gallery3019 .gall_list li + li + li { display:none; }
	.gallery3019 .gall_list li .img { height:8.6rem; }
	.gallery3019 .btn_more { top:0.2rem; height:1.5rem; line-height:1.5rem; }
}
@media (max-width:1024px){
	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 .bx-wrapper {margin-left: 6rem; width: calc(100% - 6rem);}
} 
@media (max-width:800px){ 
	/* 바로가기 */
	.M_link3019 ul { display:block; }
	.M_link3019 ul li { display:block; float:left; width:33.333%; }
	.M_link3019 ul li a .ico { margin:0.5rem auto; }

	
} 
@media (max-width:760px){ 
 	.M_link3019 ul li a .ico{width:4.5rem; height:4.5rem; padding:1rem 0; }
 	.M_link3019 ul li a .ico img{width: 3rem; }

	/* 공지사항 */
	.notice3019 .list_box { top:2rem; }
	.notice3019 .list_box ul > li:nth-child(n+4) { display:none; }
	.notice3019 .btn_more { top:-2.4rem; }
	
} 
@media (max-width:480px){
	/* 메인비주얼 */
	.main_visual .bx-controls{bottom:1rem; }
 
}
@media (max-width:380px){ 
	.M_link3019 ul li a .ico{width:4.5rem; height:4.5rem; }
	.M_link3019 ul li a .ico img{width: 2.6rem; }

	/*공지사항*/
	.notice3019 h2 { font-size:0.9rem; max-width:calc((100% - 2rem) / 3); } 
	.notice3019 h2 ~ h2 { margin-left:0; } 
	.notice3019 h2 a {padding-right:0.3rem; }
	.notice3019 h2 a:before { width:5px; height:5px; }

	/* 바로가기 */
	.M_link3019 ul li { width:50%; }

	/* 행사일정 */
	.pop_schedule3019 .month { width:100%; margin-bottom:0.7rem; background:#fff; border-radius:2rem; }
	.pop_schedule3019 .month > span { position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%); padding:0; }
	.pop_schedule3019 .month > span:before { display:none; }
	.pop_schedule3019 .month > span strong { display:inline-block; font-size:0.75rem; }
	.lst_schedule { width:100%; height:6.6rem; }

	/* 오늘의식단 */
	.meal_menu3019 .meal_wrap { padding:1.5rem 1rem; }
	.meal_menu3019 .imgbox img { display:none; }

	/* 포토갤러리 */
	.gallery3019 .gall_list li { width:100%; }
	.gallery3019 .gall_list li + li {display:none; } 
}
