﻿
/*-----------------------------------------------------------
Author :JH, Woo
Creative date :2021. 05. 21
-----------------------------------------------------------*/

h2{font-size:1.1rem; overflow:hidden; white-space:nowrap; line-height:1;}
.btn_more{position: absolute; top: 0; right: 0;}
.btn_more i{font-size: 1.2rem; transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s;}
.btn_more:hover i, .btn_more:focus i{transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}

/* 메인비주얼 */
.main_visual{position:relative; height:23.5rem; overflow:hidden;}
.main_visual #m_visual li{overflow:hidden;}
.main_visual #m_visual li img{position:relative; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.main_visual .bx-controls{position:absolute; bottom:1rem; 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 #43508d; border-radius:50%;} /* 비주얼 버튼 색상 */
.main_visual .bx-pager a.active{background-color:#43508d;}/* 비주얼 버튼 색상 */

/* 바로가기01 */
.M_link0029{position:relative; overflow:hidden; border-bottom: 1px dashed #c7c7c7; padding: 1rem 0;}
.M_link0029 ul{display: table; table-layout: fixed; width: 100%;}
.M_link0029 ul li{display: table-cell; position: relative;}
.M_link0029 ul li a .ico{display:block; text-align:center;}
.M_link0029 ul li a .ico img{margin-top: 0.5rem; transition: 0.3s; -webkit-transition: 0.3s; width: 3rem; height: 3rem;}
.M_link0029 ul li a em{display:block; margin-top: 0.5rem; font-size:0.9rem; height: 2.7rem; padding: 0 0.5rem; text-align:center; overflow:hidden;}
/* active */
.M_link0029 ul li a:hover .ico img, .M_link0029 ul li a:focus .ico img{transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.M_link0029 ul li a:hover em, .M_link0029 ul li a:focus em{text-decoration: underline;}

/* 게시판 */
.notice0029{position:relative; overflow: hidden; height:100%; }
.notice0029 h2{float: left; font-size: 1rem; max-width:calc((100% - 1.8rem) / 3);}
.notice0029 h2 a{position:relative; display:block; padding-top: 0.8rem; }
.notice0029 h2 a span{display: block; border: 1px solid #d8d8d8; border-left: 0; line-height: 2.7rem; overflow:hidden; padding: 0 0.5rem; transition: 0.3s; -webkit-transition: 0.3s;}
.notice0029 h2 a::before{content: "\e941"; opacity: 0; font-family: 'xeicon'; display: block; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; background: #ffa531; color: #fff; text-align: center;position: absolute; top: 0; right: 0.5rem;  transition: opacity 0.3s; -webkit-transition: opacity 0.3s;}
.notice0029 h2:first-child a span{border-left: 1px solid #d8d8d8;}
.notice0029 .list_box{position:absolute; top: 3.6rem; display:none; width:100%; }
.notice0029 .list_box .noti_top a{display: block; padding: 1.5rem 0 1.5rem 6rem; border-top: 1px solid #43508d;}
.notice0029 .list_box .noti_top .ico{position: absolute; left: 1rem; top: 1.3rem; width: 3.8rem; height: 3.8rem; background: #eee; border-radius: 50%; text-align: center;}
.notice0029 .list_box .noti_top .ico img{width: 2.5rem; height: 2.75rem; margin-top: 0.5rem;}
.notice0029 .list_box .noti_top h3{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 1rem; margin-bottom: 0.3rem; transition: color 0.3s; -webkit-transition: color 0.3s;}
.notice0029 .list_box .noti_top .txt{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 0.8rem; color: #555;}
.notice0029 .list_box ul > li > a{position:relative; display:block; width:100%; padding:0 4rem 0 0.75rem; line-height: 1.8rem; color:#333; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.notice0029 .list_box ul > li > a::before{width: 5px; height: 5px; background: #e66517; border-radius: 50%; position: absolute; left: 0; top: 0.9rem; content: '';}
.notice0029 .list_box .date{position:absolute; top:0; right:0; color:#777; font-size:0.75rem; }
.notice0029 .btn_more{position:absolute; top:-1.9rem; right:0;}
/* active */
.notice0029 h2 a:hover span,
.notice0029 h2 a:focus span,
.notice0029 h2 a.current span{color:#fff; background: #43508d; border: 1px solid #43508d;}
.notice0029 h2 a.current::before{opacity: 1;}
.notice0029 .list_box.on{display:block;}
.notice0029 .list_box .noti_top a:hover h3, .notice0029 .list_box .noti_top a:focus h3{color: #43508d;}
.notice0029 .list_box .noti_top a:hover .txt, .notice0029 .list_box .noti_top a:focus .txt{text-decoration: underline;}
.notice0029 .list_box ul > li > a:hover,
.notice0029 .list_box ul > li > a:focus{text-decoration:underline;}

/* 행사일정 */
.pop_schedule0029{position:relative; height:100%; border: 1px solid #c6cbd4; margin-top: 1rem;}
.pop_schedule0029::after{display: block; content: ''; clear: both;}
.pop_schedule0029 h2{font-size: 1.2rem; display: inline-block; line-height: 1.5; font-weight: 300; padding-right: 3rem; position: relative;}
.pop_schedule0029 h2::before{width: 2rem; height: 1px; background: #ffa531; position: absolute; right: 0; top: 0.8rem; content: '';}
.pop_schedule0029 h2 em{font-weight: 500;}
.pop_schedule0029 .tit{width: 13.5rem; height: 7rem; background: #fff; padding: 1.5rem; border-bottom: 2px solid #ffc56e; float: left; position: relative;}
.pop_schedule0029 .month{position: relative;}
.pop_schedule0029 .month a{display: inline-block; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; margin: 0 0.5rem; background: #43508d; color: #fff; border-radius: 50%; text-align: center; vertical-align: middle; transition: background 0.3s; -webkit-transition: background 0.3s;}
.pop_schedule0029 .month p{font-size: 1.2rem; font-weight: 300; display: inline-block; vertical-align: middle;}
.pop_schedule0029 .month em{display: inline-block; text-align: center; font-size: 1.6rem; color: #e66517; vertical-align: middle;}
.sche_wrap{width: calc(100% - 13.5rem); height:7rem; float: right; background: #f9f9fa; border-bottom: 2px solid #43508d;}
.lst_schedule{overflow-y:auto; height: 7rem; }
.lst_schedule::after{display: block; content: ''; clear: both;}
.lst_schedule > li{width: 33.333%; float: left;height: 7rem; overflow: hidden; padding: 1.25rem; border-left: 1px dashed #b4b4b4;}
.lst_schedule > li .date{display: block; font-size: 1rem; color: #e66517; margin-bottom: 0.3rem;}
.lst_schedule > li ul{height: 2.4rem; overflow: hidden;}
.lst_schedule > li ul li{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding-left: 0.8rem; position: relative;}
.lst_schedule > li ul li::before{width: 3px; height: 3px; background: #868686; position: absolute; left: 0; top: 0.6rem; content: '';}
.lst_schedule > .no_Data{line-height: 6.5rem; width: 100%; text-align:center;}
.pop_schedule0029 .btn_more{width: 2rem; height: 2rem; line-height: 2rem; text-align: center; background: #43508d; position: absolute; top: -1rem; right: 1rem;}
.pop_schedule0029 .btn_more i{color: #fff; line-height: 2rem;}
/* active */
.pop_schedule0029 .month a:hover, .pop_schedule0029 .month a:focus{background: #23306d;}
.pop_schedule0029 .btn_more:hover, .pop_schedule0029 .btn_more:focus{background: #23306d;}
.lst_schedule > li ul li a:hover{text-decoration: underline;}

/* 포토앨범 */
.gallery0029{position:relative; height:100%;}
.gallery0029 h2{width:calc(100% - 1.5rem); line-height: 1.8rem; margin-bottom: 1rem;}
.gallery0029 h2 .ico{display: inline-block; vertical-align: middle; width: 1.8rem; height: 1.8rem; border-radius: 50%; text-align: center; margin-right: 0.3rem; background: #ffa531;}
.gallery0029 h2 .ico img{width: 1.8rem; height: 1.8rem;}
.gallery0029 .gall_list li{display:block; width:30%; float:left; position: relative;; margin-left: 5%;}
.gallery0029 .gall_list li:first-child{margin-left: 0;}
.gallery0029 .gall_list li .img{position:relative; width:100%; height:8.25rem; overflow:hidden; background:#b9c3df;}
.gallery0029 .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;}
.gallery0029 .gall_list li .txt{text-align:center; overflow:hidden; text-overflow:ellipsis;white-space:nowrap; font-size: 0.9rem; margin-top: 0.75rem;}
.gallery0029 .gall_list li span{font-size: 0.7rem; color: #777;}
.gallery0029 .btn_more i{color: #fff;}
/* active */
.gallery0029 .gall_list li:hover .img img,
.gallery0029 .gall_list li: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);}
.gallery0029 .gall_list li:hover .txt,
.gallery0029 .gall_list li:focus .txt{text-decoration: underline;}

/* 팝업존 */
.pop0029{height:100%;}
.pop0029 h2{line-height: 1.8rem; margin-bottom: 1rem; width: calc(100% - 10rem);}
.pop0029 h2 .ico{display: inline-block; vertical-align: middle; width: 1.8rem; height: 1.8rem; border-radius: 50%; text-align: center; margin-right: 0.3rem; background: #ffa531;}
.pop0029 h2 .ico img{width: 1.8rem; height: 1.8rem;}
.pop0029 .nss_pg{position:absolute; right:0; top:0; line-height: 1.8rem;}
.pop0029 .nss_pg span{display:inline-block;}
.pop0029 .nss_pg span em{padding: 0 0.2rem; text-align: center;}
.pop0029 .nss_pg span .now{font-weight:600; color: #eb7c10; position: relative;}
.pop0029 .nss_pg a{display:inline-block; margin:0 0.1rem; width:1.5rem; height: 1.5rem; line-height: 1.5rem; color: #fff; border-radius: 50%; background: #11436d; text-align:center; transition: color 0.3s; -webkit-transition: color 0.3s;}
.pop0029 .nss_pg a.list{background: #718698;}
.pop0029 .nss_pg .play{display:none;}
.pop0029 .pop_img2{position:relative; z-index: 1; overflow: hidden; width: 100%; height: 225px;  text-align:center; background: #b9c3df;}
.pop0029 .pop_img2 a { height:225px; display:block; }
.pop0029 .pop_img2 li img{position:absolute; max-width: 100%; left:50%; top:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.pop0029 .pop_img2 li.on{display:block;}
/* 팝업리스트 레이어 추가 */
.pop0029 .pop_layer_box{position:absolute; top:0; left:0; display:none; width:100%; height:100%; background:#394b61; z-index: 1;}
.pop0029 .pop_layer_box .pop_layer{position:relative; padding:1rem;}
.pop0029 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff;}
.pop0029 .pop_layer_box .pop_layer ul{margin-top:0.75rem; padding:1rem 2rem; height:10rem; line-height:1.1rem; text-align:left; background:#576c85; overflow-y:auto;}
.pop0029 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff;}
.pop0029 .pop_layer_box .pop_layer ul li a:hover,
.pop0029 .pop_layer_box .pop_layer ul li a:focus{text-decoration:underline;}
.pop0029 .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_menu0029{position:relative; height:100%;}
.meal_menu0029::after{display: block; content: ''; clear: both;}
.meal_menu0029 h2{width:10.5rem; float: left; text-align: center; background: #43508d; height: 4.5rem; line-height: 4.5rem; color: #fff;}
.meal_menu0029 h2 .imgBox{display: inline-block; margin-right: 0.5rem;}
.meal_menu0029 .imgBox img{vertical-align: middle; max-width: 100%;}
.meal_menu0029 .meal_wrap{width: calc(100% - 10.5rem); height: 4.5rem; float: left; background: #fff; padding:1rem 3rem 1rem 0;}
.meal_menu0029 ul{ height:2.8rem; overflow-y:auto;}
.meal_menu0029 ul li + li{margin-top:1rem;}
.meal_menu0029 ul li.no_Data{text-align:center; line-height:2.5rem;}
.meal_menu0029 dl::after{display: block; content: ''; clear: both;}
.meal_menu0029 dl dt.kcal{width: 9.5rem; padding-left: 1rem; float: left; position: relative;}
.meal_menu0029 dl dt.kcal em{display: inline-block; width: 2.8rem; height: 2.8rem; line-height: 2.8rem; text-align: center; border-radius: 50%; background: #ffa531; color: #fff; margin-right: 1rem; font-size: 1.1rem;}
.meal_menu0029 dl dt.kcal strong{color: #042a59; font-size: 1rem; display: inline-block; font-weight: 500;}
.meal_menu0029 dl dd.meal_list{width: calc(100% - 10.5rem); float: right;}
.meal_menu0029 .btn_more{background: #c3c3c3; text-align: center; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; border-radius: 50%; top: calc(50% - 0.75rem); right: 1rem;}
.meal_menu0029 .btn_more i{color: #fff; line-height: 1.5rem;}

/* 배너존 */
.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:1240px){
	/* 메인비주얼 */
	.main_visual{height: auto;}
	.main_visual #m_visual li img{width: 120%;}
}
@media (max-width:1024px){
	h2{font-size:1rem;}

	/* 포토갤러리 */
	.gallery0029 .gall_list li{width: 47.5%;}
	.gallery0029 .gall_list li:last-child{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) !important;}
}
@media (max-width:840px){
	/* 행사일정 */
	.pop_schedule0029 .tit{width: 100%; text-align: center; height: auto; padding: 0.5rem 0;}
	.sche_wrap{width: 100%;}
	.pop_schedule0029 .month em{font-size: 1.4rem;}
	.pop_schedule0029 .month a{width: 1.25rem; height: 1.25rem; line-height: 1.25rem;}

	/* 갤러리 */
	.gallery0029 .gall_list li{width: 32%; margin-left: 2%;}
	.gallery0029 .gall_list li:last-child{display: block;}
}
@media (max-width:800px){ 
	/* 배너존 */
	.banner_zone ul li{width:25%;}
}

@media (max-width:600px){
	/* 바로가기 */
	.M_link0029 ul{display: block;}
	.M_link0029 ul::after{display: block; content: ''; clear: both;}
	.M_link0029 ul li{display: block; width: 33.333%; float: left; margin-top: 1rem;}

	/* 행사일정 */
	.lst_schedule > li{padding: 0.5rem;}

	/* 오늘의식단 */
	.meal_menu0029 h2 {width: 100%; height: auto; line-height: 3rem; text-align: left; padding: 0 2rem 0 1rem;}
	.meal_menu0029 .btn_more{top: 0.75rem;}
	.meal_menu0029 .meal_wrap{width: 100%; padding-right: 1rem; height: auto;}

	/* 배너존 */
	.banner_zone ul li{width:50%;}
}
@media (max-width:480px){ 
	/* 공지사항 */
	.notice0029 h2 a span{font-size: 0.9rem;}
	.notice0029 .list_box .noti_top a{padding: 1.5rem 0 1.5rem 4.5rem;}
	.notice0029 .list_box .noti_top h3{font-size: 0.9rem;}
	.notice0029 .list_box .noti_top .ico{left: 0;}

	/* 행사일정 */
	.sche_wrap{height: auto;}
	.lst_schedule{height: 10.3rem;}
	.lst_schedule > li{width: 50%; height: 5.2rem; border-left: 0; border-bottom: 1px dashed #b4b4b4;}
	.lst_schedule > li:nth-of-type(odd){border-right: 1px dashed #b4b4b4;}
	.lst_schedule > .no_Data{line-height: 10rem;}

	/* 포토갤러리 */
	.gallery0029 .gall_list li{width: 47.5%;}
	.gallery0029 .gall_list li:first-child{display: none;}

	/* 오늘의식단 */
	.meal_menu0029 ul{height: 5.4rem;}
	.meal_menu0029 dl dt.kcal{width: 100%;}
	.meal_menu0029 dl dd.meal_list{width: 100%; padding-left: 1rem;}
}
@media (max-width:380px){
	/* 바로가기 */
	.M_link0029{padding: 0;}
	.M_link0029 ul li a .ico img{width: 2.5rem; height: auto;}

	/* 포토갤러리 */
	.gallery0029 .gall_list li{width: 100%; margin: 0 0 1rem 0;}

	/* 배너존 */
	.banner_zone ul li{width:100%;}
}

