﻿
/*-----------------------------------------------------------
Author :HR, Park
Creative date :2021. 04. 22
-----------------------------------------------------------*/

h2{font-size:1.1rem; overflow:hidden; white-space:nowrap; line-height:1;}

/* 메인비주얼 */
.main_visual{position:relative; height:27.5rem; overflow:hidden;}
.main_visual #m_visual li{overflow:hidden; text-align:center; }
.main_visual #m_visual li img{display:inline-block;}
.main_visual .bx-wrapper{position:relative;}
.main_visual .bx-controls{position:absolute; bottom:2rem; left:0; width:100%; height:1.3rem; text-align:center;}
.main_visual .bx-controls-direction{display:none;}
.main_visual .bx-controls a{display:inline-block; margin:0 3px; color:transparent; overflow:hidden; vertical-align:middle;}
.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;}
.main_visual .bx-controls-auto a{width:1.3rem; height:1.3rem; background:no-repeat center / 100%;}
.main_visual .bx-controls-auto a.bx-start{display:none; background-image:url('/00_common/images/con_com/btn_play.png');}
.main_visual .bx-controls-auto a.bx-stop{display:inline-block; background-image:url('/00_common/images/con_com/btn_stop.png');}
.main_visual .bx-pager{height:0.8rem; vertical-align:middle;}
.main_visual .bx-pager-item{height:100%;}
.main_visual .bx-pager a{width:0.8rem; height:100%; vertical-align:top; border:1px solid #2bacef; border-radius:50%;} /* 비주얼 버튼 색상 */
.main_visual .bx-pager a.active{background-color:#2bacef;}/* 비주얼 버튼 색상 */

/* 공지사항 */
.notice0004{position:relative; height:100%; background:url('/tempSample/30004/images/main/0004_bg_noti.png') no-repeat top left 10rem; }
.notice0004 h2{display:inline-block; max-width:calc((100% - 5rem) / 3);}
.notice0004 h2 ~ h2{margin-left:0.8rem;}
.notice0004 h2 a{position:relative; display:block; width:100%; color:#555; line-height:2rem; border-radius:2rem; padding:0 0.5rem; overflow:hidden; -webkit-transition:color 0.3s, background 0.3s; -ms-transition:color 0.3s, background 0.3s; -moz-transition:color 0.3s, background 0.3s; transition:color 0.3s, background 0.3s;}
.notice0004 h2 a span {display:block; width:100%; overflow:hidden;}
.notice0004 .list_box{position:absolute; top:3rem; display:none; width:100%;}
.notice0004 .list_box ul{margin:0 -0.5rem;}
.notice0004 .list_box ul > li {width:25%; float:left; padding:0 0.5rem;}
.notice0004 .list_box ul > li > a{position:relative; display:block; width:100%; height:12.5rem; padding:1.5rem 1.7rem; background:#fff; border:1px solid #dfdfdf;}
.notice0004 .list_box ul > li > a:before {content:''; position:absolute; left:0; top:0; width:100%; height:100%; border:5px solid #2bacef; opacity:0; -webkit-transition:opacity 0.2s; -ms-transition:opacity 0.2s; -moz-transition:opacity 0.2s; transition:opacity 0.2s;}
.notice0004 .list_box ul > li > a:after {content:"\e913"; position:absolute; bottom:-1rem; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); -moz-transform:translateX(-50%); transform:translateX(-50%); width:2.1rem; height:2.1rem; border-radius:50%; background:#2bacef; font-family:'xeicon'; font-size:1.2rem; color:#fff; text-align:center; line-height:2.1rem; opacity:0; -webkit-transition:opacity 0.2s; -ms-transition:opacity 0.2s; -moz-transition:opacity 0.2s; transition:opacity 0.2s;}
.notice0004 .list_box ul > li > a .date {color:#787878; font-size:0.8rem;}
.notice0004 .list_box ul > li > a strong {position:relative; display:block; height:2.4rem; font-weight:400; font-size:1rem; line-height:1.2rem; margin:0.8rem 0; overflow:hidden;}
.notice0004 .list_box ul > li > a .bar { display:block; width:2.5rem; height:1px; background:#000;}
.notice0004 .list_box ul > li > a span {display:block; height:2rem; margin:1rem 0; line-height:1rem; color:#4e4e4e; overflow:hidden;}
.notice0004 .btn_more{position:absolute; top:-3rem; right:0; width:1.9rem; height:1.9rem;  border-radius:50%; background:#2bacef url('/tempSample/30004/images/main/0004_btn_more.png') no-repeat center; -webkit-transition:background 0.3s; -ms-transition:background 0.3s; -moz-transition:background 0.3s; transition:background 0.3s;}
.notice0004_2:after{content:''; position:absolute; left:0; top:2.5rem; display:block; width:1px; height:calc(100% - 5rem); border-left:2px dotted #d8d8d8;}
/* active */
.notice0004 h2 a:hover,
.notice0004 h2 a:focus,
.notice0004 h2 a.current{color:#fff; background:#0080c2;}
.notice0004 .list_box ul > li > a:hover,
.notice0004 .list_box ul > li > a:focus {border-color:#2bacef; -webkit-box-shadow:8px 8px 13px rgba(0,0,0,0.23); -ms-box-shadow:8px 8px 13px rgba(0,0,0,0.23); -moz-box-shadow:8px 8px 13px rgba(0,0,0,0.23); box-shadow:8px 8px 13px rgba(0,0,0,0.23);}
.notice0004 .list_box ul > li > a:hover:before,
.notice0004 .list_box ul > li > a:focus:before,
.notice0004 .list_box ul > li > a:hover:after,
.notice0004 .list_box ul > li > a:focus:after {opacity:1;}
.notice0004 .list_box.on{display:block;}
.notice0004 .btn_more:hover,
.notice0004 .btn_more:focus{background-color:#0069df;}

/* 바로가기01 */
.M_link0004{position:relative;}
.M_link0004 ul{width:100%; display:table; table-layout:fixed;}
.M_link0004 ul li{position:relative; display:table-cell;}
.M_link0004 ul li a{display:block; height:100%; text-align:center;}
.M_link0004 ul li a .ico{display:block; -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s;}
.M_link0004 ul li a .ico img {width:5rem; height:5rem;}
.M_link0004 ul li a em{display:block; height:2.4rem; margin-top:0.5rem; color:#333; font-size:1rem; line-height:1.2rem; text-align:center; overflow:hidden; padding:0 0.5rem;}
/* active */
.M_link0004 ul li a:hover .ico,
.M_link0004 ul li a:focus .ico{transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -moz-transform:rotateY(180deg);}

/* 행사일정 */
.pop_schedule0004{position:relative; height:100%;}
.pop_schedule0004 h2{width:calc(100% - 2rem); margin-bottom:1.3rem;}
.pop_schedule0004 .month{position:relative; text-align:center; margin:0 0 1rem;}
.pop_schedule0004 .month:before {content:''; position:absolute; left:0; top:50%; width:100%; height:1px; border-top:1px dotted #d8d8d8;}
.pop_schedule0004 .month span{position:relative; color:#fff; display:inline-block; width:8.5rem; line-height:2rem; border-radius:2rem; background:#ff934e;}
.pop_schedule0004 .month a{position:absolute; top:0; width:2rem; height:2rem; line-height:2rem; border-radius:50%; background:#ff6060; color:#fff; font-size:1.2rem;}
.pop_schedule0004 .month a.prev{left:0;}
.pop_schedule0004 .month a.next{right:0;}
.pop_schedule0004 .month a i{-webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s;}
.pop_schedule0004 .btn_more{position:absolute; top:-0.2rem; right:0; width:1.5rem; line-height:1.5rem; border-radius:50%; text-align:center; color:#767676; font-size:1.1rem; -webkit-transition:color 0.3s; -ms-transition:color 0.3s; -moz-transition:color 0.3s; transition:color 0.3s;}
.lst_schedule{width:100%; height:11rem; overflow-y:auto;}
.lst_schedule > li{white-space:nowrap; text-overflow:ellipsis; overflow:hidden; line-height:1.6rem; padding:0.3rem 0;}
.lst_schedule > li + li{ border-top:1px dotted #e5e5e5;}
.lst_schedule > li .date{display:inline-block; margin-right:8px; width:1.6rem; height:1.6rem; line-height:1.6rem; text-align:center; border-radius:50%; background:#ffe8da; color:#333; font-weight:400;}
.lst_schedule > .no_Data{line-height:6rem; text-align:center;}
/* active */
.pop_schedule0004 .month a:hover.prev i,
.pop_schedule0004 .month a:focus.prev i{-webkit-transform:translateX(-20%); -ms-transform:translateX(-20%); -moz-transform:translateX(-20%); transform:translateX(-20%);}
.pop_schedule0004 .month a:hover.next i,
.pop_schedule0004 .month a:focus.next i{-webkit-transform:translateX(20%); -ms-transform:translateX(20%); -moz-transform:translateX(20%); transform:translateX(20%);}
.pop_schedule0004 .btn_more:hover,
.pop_schedule0004 .btn_more:focus{color:#ff6060;}
.lst_schedule > li a:hover,
.lst_schedule > li a:focus{text-decoration:underline;}

/* 포토앨범 */
.gallery0004{position:relative; height:100%;}
.gallery0004 h2{width:calc(100% - 2rem); margin-bottom:1rem;}
.gallery0004 .gall_list{position:relative; overflow:hidden;}
.gallery0004 .gall_list .img {position:relative; width:100%; max-width:350px; height:11.25rem; margin:0 auto; background:rgba(255,255,255,0.5); overflow:hidden; }
.gallery0004 .gall_list .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%); max-width:100%; -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s;}
.gallery0004 .gall_list .txt {position:absolute; left:0; bottom:0; width:90%; line-height:2.3rem; background:#ffc865; border-radius:0 1.5rem 0 0; padding:0 1rem; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.gallery0004 .btn_more{position:absolute; top:-0.2rem; right:0; width:1.5rem; line-height:1.5rem; border-radius:50%; text-align:center; color:#767676; font-size:1.1rem; -webkit-transition:color 0.3s; -ms-transition:color 0.3s; -moz-transition:color 0.3s; transition:color 0.3s;}
/* active */
.gallery0004 .btn_more:hover,
.gallery0004 .btn_more:focus{color:#ff6060;}
.gallery0004 .gall_list .img:hover img,
.gallery0004 .gall_list .img:focus 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);}

/* 팝업존 */
.pop0004{height:100%; }
.pop0004 h2{margin:0 9rem 1rem 0;}
.pop0004 .nss_pg{position:absolute; right:0.5rem; top:1.2rem;}
.pop0004 .nss_pg span{display:inline-block; font-size:0.75rem;}
.pop0004 .nss_pg span .now{font-weight:600; color:#eb4d4d; font-size:0.85rem;}
.pop0004 .nss_pg a{display:inline-block; margin:0 0.1rem; width:1.5rem; height:1.5rem; line-height:1.5rem; background:#2bacef; border-radius:50%; text-align:center; color:#fff;}
.pop0004 .nss_pg .play{display:none;}
.pop0004 .pop_img2 {position:relative; width:100%; text-align:center;}
.pop0004 .pop_img2 a { display:block; margin:0 auto; max-width:350px;  height:225px; overflow:hidden; background:rgba(255,255,255,0.5);  }
.pop0004 .pop_img2 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%;}
.pop0004 .pop_img2 li.on{display:block;}
/* 팝업리스트 레이어 추가 */
.pop0004 .pop_layer_box{position:absolute; top:0; left:0; display:none; width:100%; height:100%; background:#394b61;}
.pop0004 .pop_layer_box .pop_layer{position:relative; padding:1rem;}
.pop0004 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff;}
.pop0004 .pop_layer_box .pop_layer ul{margin-top:0.75rem; padding:1rem 2rem; height:12rem; line-height:1.1rem; text-align:left; background:#576c85; overflow-y:auto;}
.pop0004 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff;}
.pop0004 .pop_layer_box .pop_layer ul li a:hover,
.pop0004 .pop_layer_box .pop_layer ul li a:focus{text-decoration:underline;}
.pop0004 .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;}

/* 오늘의식단 */
.meal_menu0004{position:relative; height:100%; }
.meal_menu0004:after {content:''; display:block; clear:both;}
.meal_menu0004 h2{width:calc(100% - 2rem); margin-bottom:1.5rem;}
.meal_menu0004 .imgbox{position:absolute; left:0; top:2.5rem; width:109px; height:77px;}
.meal_menu0004 .imgbox img{width:100%; height:100%;}
.meal_menu0004 .meal_wrap { width:calc(100% - 130px); height:3.75rem; border:1px solid #f6f6f6; border-radius:1rem; box-shadow: 0 0 8px rgba(0,0,0,0.1); float:right; overflow:hidden; }
.meal_menu0004 ul{ height:100%; overflow-y:auto;}
.meal_menu0004 ul li + li{border-top:1px dashed #ffa421; }
.meal_menu0004 ul li.no_Data{text-align:center; line-height:3.6rem;}
.meal_menu0004 dl{position:relative; padding:0.5rem 0 0.5rem 11rem; min-height:3.65rem;}
.meal_menu0004 dl:before {content:''; position:absolute; left:0; top:0; display:block; width:10rem; height:100%; background:#ffa421; }
.meal_menu0004 dl dt.kcal{position:absolute; left:0; top:0; width:10rem; height:3.65rem; line-height:3.65rem; font-size:1rem; color:#fff; text-align:center;}
.meal_menu0004 dl dd { line-height: 1.4rem; }
.meal_menu0004 .btn_more{position:absolute; top:-0.2rem; right:0; width:1.5rem; line-height:1.5rem; border-radius:50%; text-align:center; color:#767676; font-size:1.1rem; -webkit-transition:color 0.3s; -ms-transition:color 0.3s; -moz-transition:color 0.3s; transition:color 0.3s;}
/* active */
.meal_menu0004 .btn_more:hover,
.meal_menu0004 .btn_more:focus{color:#ff6060;}

/* 배너존 */
.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: 0.85rem; font-weight: 400; color: #191919;}
.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; font-size:0;}
.banner_zone ul li a img {width: 100%; 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:1940px){
	.main_visual #m_visual li img{position:relative; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); -moz-transform:translateX(-50%);}
}
@media (max-width:1240px){
	.main_visual {height:auto;}
	.main_visual #m_visual li img {width:150%;}

	/* 바로가기 */
	.M_link0004 ul li a .ico img {width:4rem; height:4rem;}
	.M_link0004 ul li a em { font-size:0.8rem;}
}
@media (max-width:1024px){
	h2{font-size:1rem;}

	/* 공지사항 */
	.notice0004 .list_box ul > li { width:33.333%; }
	.notice0004 .list_box ul > li:last-child { display:none; }
	.notice0004 .list_box ul > li > a { height:11rem; padding:1rem; }

	/* 행사일정 */
	.pop_schedule0004 .month { width:10rem; float:left; }
	.pop_schedule0004 .month span { width:4.2rem; height:4.2rem; padding-top:1rem; line-height:1.2rem; border-radius:50%; }
	.pop_schedule0004 .month span em { display:block;}
	.pop_schedule0004 .month a { top:1rem; }
	.lst_schedule { width:calc(100% - 11rem); height:4.2rem; float:right;}
	.lst_schedule > li { width:50%; float:left;}
	.lst_schedule > li:nth-child(2) { border-top: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) !important;}
}
@media (max-width:800px){
	/* 공지사항 */
	.notice0004 .list_box ul > li { width:50%;}
	.notice0004 .list_box ul > li:nth-child(3) { display:none; }

	/* 바로가기 */
	.M_link0004 ul li { display:block; float:left; width:25%; }
	.M_link0004 ul li a em {margin:0 0 0.5rem;}

	/* 배너존 */
	.banner_zone ul li{width:25%;}
}
@media (max-width:640px){
	/* 공지사항 */
	.lst_schedule > li { width:100%; }
	.lst_schedule > li:nth-child(2) { border-top:1px dotted #e5e5e5; }

	/* 행사일정 */
	.pop_schedule0004 .month { width:100%; }
	.pop_schedule0004 .month span { width:8rem; height:2rem; line-height:2rem; border-radius:2rem; padding:0; }
	.pop_schedule0004 .month span em { display:inline-block; }
	.pop_schedule0004 .month a { top:0; }
	.lst_schedule { width:100%; height:9rem; }

	/* 팝업존 */
	.pop0004 .pop_img2 { background:#fbffdd;}

	/* 오늘의 식단 */
	.meal_menu0004 h2 { margin-bottom:0.5rem; }
	.meal_menu0004 .imgbox {left:auto; top:auto; right:25px; bottom:0; z-index:2;}
	.meal_menu0004 .meal_wrap { width:100%; height:12rem; }
	.meal_menu0004 ul { height:7.5rem;}
	.meal_menu0004 ul li + li { border-top:none;}
	.meal_menu0004 ul li.no_Data { line-height:7rem; }
	.meal_menu0004 dl { padding:0; }
	.meal_menu0004 dl:before { display:none; }
	.meal_menu0004 dl dt.kcal { position:relative; left:auto; top:auto; width:100%; height:2.5rem; line-height:2.5rem; background:#ffa421; padding-left:1rem; font-size:0.9rem; }
	.meal_menu0004 dl dd {padding:1rem; }

	/* 배너존 */
	.banner_zone ul li{width:50%;}
}
@media screen and (max-width: 520px){
	/* 공지사항 */
	.notice0004 h2 ~ h2 { margin-left:0.2rem; }
	.notice0004 h2 {max-width:calc((100% - 3rem) / 3); font-size:0.9rem; }
	.notice0004 h2 a { padding:0 0.2rem; }
	.notice0004 .list_box ul > li > a strong { font-size:0.9rem; }
}
@media (max-width:480px){
	/* 메인비주얼 */
	.main_visual .bx-controls{bottom:1rem;}

	/* 공지사항 */
	.notice0004 .list_box ul > li { width:100%; }
	.notice0004 .list_box ul > li:nth-child(2) { display:none;}

	/* 바로가기 */
	.M_link0004 ul li { width:33.333%; }
	.M_link0004 ul li a .ico img { width:3rem; height:3rem; }
}
@media (max-width:380px){
	/* 배너존 */
	.banner_zone ul li{width:100%;}
}

