/*-----------------------------------------------------------
Author :JH, Woo
Creative date :2021. 04. 21
-----------------------------------------------------------*/


/* 메인 컨테이너 */
#container { width:100%; }

/* 공통 */
h2{overflow: hidden; white-space: nowrap;}
.btn_more{display: block; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; font-size: 1.2rem; text-align: center; border-radius: 50%; transition: 0.3s; -webkit-transition: 0.3s;}
.btn_more:hover, .btn_more:focus{transform: rotate(180deg); -webkit-transform: translate(180deg);}

/* 메인비주얼 */
.main_visual {position: relative; height: 22.5rem; border-radius: 2.5rem; overflow: hidden; }
.main_visual #m_visual li {text-align: center;}
.main_visual #m_visual li img{width: 100%;}
.main_visual .bx-wrapper {position: relative;}
.main_visual .bx-controls {position: absolute; bottom: 1rem; right: 1rem; height: 1.3rem; }
.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 #ff5100; border-radius: 50%;} /* 비주얼 버튼 색상 */
.main_visual .bx-pager a.active {background-color: #ff5100;}/* 비주얼 버튼 색상 */

/* 행사일정 */
.pop_schedule0001 {position: relative; display: block; width: 100%; height: 100%; background: #fdd14a; border-radius: 1.25rem; padding: 1rem;}
.pop_schedule0001::before{content: ''; width: 111px; height: 155px; background: url('/tempSample/30001/images/main/0001_img_schedule.png'); background-size: cover; position: absolute; right: -66px; bottom: 20px;}
.pop_schedule0001 h2 {margin-bottom: 0.5rem; font-size: 1rem; font-weight: 400;}
.pop_schedule0001 .btn_more {position: absolute; top: 1rem; right: 1rem; background: #fff;}
.pop_schedule0001 .month {position: relative; text-align: center; margin-bottom: 1rem; height: 2.2rem; line-height: 2.2rem; font-size: 1rem; font-weight: 200; background: #fff; border-radius: 1rem;}
.pop_schedule0001 .month em {color: #ff5100; font-weight: 400;}
.pop_schedule0001 .month a {display: inline-block; margin: 0 1rem; width: 1.2rem; height: 1.2rem; font-size: 0.8rem; transition: 0.3s; -webkit-transition: 0.3s;}
.pop_schedule0001 .month a:hover, .pop_schedule0001 .month a:focus{color: #ff5100;}

.lst_schedule {height: 6.2rem; margin-right: 1.2rem; line-height: 1.1rem; overflow-y: auto;}
.lst_schedule > li {height: 1.15rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.lst_schedule > li + li {margin-top: 0.5rem;}
.lst_schedule > li .date {display: inline-block; margin-right: 0.75rem; width: 3rem; text-align: center; border-radius: 0.55rem; position: relative;}
.lst_schedule > li .date::before{width: 5px; height: 5px; border-radius: 50%; background: #f07921; position: absolute; right: -0.25rem; top: 0.5rem; content: '';}
.lst_schedule > .no_Data { text-align:center; margin-top: 2.2rem;}

/* 바로가기01 */
.M_link0001{position: relative;}
.M_link0001 ul {display: table; table-layout: fixed; width: 100%;}
.M_link0001 ul li {display: table-cell;}
.M_link0001 ul li a {display: block;}
.M_link0001 ul li a .img{display: block; position: relative; width: 6rem; height: 6rem; border-radius: 50%; margin: 0 auto; text-align: center; background: #f2f2f2;}
.M_link0001 ul li a .img img{width: 85px; height: 75px; transition: 0.3s; -webkit-transition: 0.3s; margin-top: 1rem;}
.M_link0001 ul li a:hover .img img, .M_link0001 ul li a:focus .img img{transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.M_link0001 ul li a p{text-align: center; font-size: 0.9rem; font-weight: 200; margin-top: 0.5rem; height: 2.7rem; padding: 0 0.25rem; overflow: hidden;}
.M_link0001 ul li a:hover p, .M_link0001 ul li a:focus p{text-decoration: underline;}


/* 게시판 */
.notice0001 {position: relative; height: 100%;}
.notice0001 h2 {display: inline-block; margin-right: 0.3rem; max-width: calc((100% - 2.5rem) / 3);}
.notice0001 h2 a {display: inline-block; max-width: 100%; height: 2rem; line-height: 2rem; text-align: center; padding: 0 0.5rem; font-size: 1rem; overflow: hidden; transition: 0.3s; -webkit-transition: 0.3s;}
.notice0001 h2:hover a, .notice0001 h2:focus a{color: #ff5100;}
.notice0001 .list_box {position: absolute; top: 3.25rem; display: none; width: 100%;}
.notice0001 .list_box ul {overflow: hidden;}
.notice0001 .list_box ul > li {float: left; margin-right: 6%; width: 47%; border-radius: 1.2rem; background: #fff;}
.notice0001 .list_box ul > li:nth-of-type(2) {margin-right: 0;}
.notice0001 .list_box ul > li > a {position: relative; display: block; padding: 1.25rem 1rem; width: 100%;  overflow: hidden;}
.notice0001 .list_box ul > li > a > strong {display: block; height: 1.75rem; line-height: 1.75rem; font-size: 0.9rem; font-weight: 400; color: #333; overflow: hidden; transition: 0.3s; -webkit-transition: 0.3s;}
.notice0001 .list_box ul > li > a:hover > strong,
.notice0001 .list_box ul > li > a:focus > strong { color: #ff5100; }
.notice0001 .list_box ul > li > a > p {font-weight: 200; height: 2.4rem; overflow: hidden; margin:0.5rem 0 1.75rem;}
.notice0001 .list_box ul > li > a:hover > p,
.notice0001 .list_box ul > li > a:focus > p{text-decoration: underline;}
.notice0001 .btn_more {position: absolute; top: -3.3rem; right: 0; background: #fff;}
/* on */
.notice0001 h2 a.current {color: #fff; background: #ff5201; border-radius: 1rem;}
.notice0001 .list_box.on {display: block;}

/* 팝업존 */
.pop0001 {position: relative; display: block;}
.pop0001 h2 {margin-bottom: 0.5rem; font-size: 1rem; font-weight: 400; line-height: 1.6;}
.pop0001 .nss_pg {position: absolute; right: 0; top: 0;}
.pop0001 .nss_pg span {vertical-align: top; padding-right: 0.2rem;}
.pop0001 .nss_pg span .now {color: #ff5806;}
.pop0001 .nss_pg a {display: inline-block; padding-left: 0.3rem; height: 1.5rem; line-height: 1.5rem; text-align: center; font-size: 1rem; transition: 0.3s; -webkit-transition: 0.3s;}
.pop0001 .nss_pg a:hover, .pop0001 .nss_pg a:focus{color: #ff5100;}
.pop0001 .bx-viewport { border-radius: 1.75rem; overflow: hidden; }
.pop0001 .pop_img2 {margin: 0 auto; width: 350px; height: 225px; background: #eee; position: relative;}
.pop0001 .pop_img2 li a{display: block; height:225px; }
.pop0001 .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%;}

.pop0001 .pop_img2 li.on {display: block;}
/* 팝업리스트 레이어 추가 */
.pop0001 .pop_layer_box {position: absolute; top: 0; left: 0; display: none; width: 100%; height: 100%; background: #394b61; z-index: 1;}
.pop0001 .pop_layer_box .pop_layer {position: relative; padding: 1rem;}
.pop0001 .pop_layer_box .pop_layer h3 {font-size: 0.9rem; color: #fff;}
.pop0001 .pop_layer_box .pop_layer ul {margin-top: 0.75rem; padding: 1rem 2rem; height: 9rem; line-height: 1.1rem; text-align: left; background: #576c85; overflow-y: auto;}
.pop0001 .pop_layer_box .pop_layer ul li {list-style-type: disc; color: #fff;}
.pop0001 .pop_layer_box .pop_layer ul li a:hover,
.pop0001 .pop_layer_box .pop_layer ul li a:focus { text-decoration:underline; }
.pop0001 .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;}

/* 포토앨범 */
.gallery0001{position: relative;}
.gallery0001 h2{font-size: 1rem; margin-right: 1.8rem;}
.gallery0001 h2 span{font-size: 0.8rem; padding-left: 0.5rem; font-weight: 200;}
.gallery0001 .gall_list{margin-top: 2.5rem;}
.gallery0001 .gall_list::after{display: block; content: ""; clear: both;}
.gallery0001 .gall_list li{width: 25%; float: left; padding: 0 0.5rem;}
.gallery0001 .gall_list li a{display: block;}
.gallery0001 .gall_list li a .img{position: relative; display: block; width: 13rem; height: 13rem; border-radius: 50%; overflow: hidden; margin: 0 auto;}
.gallery0001 .gall_list li a .img img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; -webkit-transition: 0.3s; height: 100%;}
.gallery0001 .gall_list li a:hover .img img, .gallery0001 .gall_list li a:focus .img img{transform: translate(-50%, -50%) scale(1.2); -webkit-transform: translate(-50%, -50%) scale(1.2);}
.gallery0001 .gall_list li a p{text-align: center; font-size: 0.9rem; margin-top: 1rem; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; font-weight: 200;}
.gallery0001 .gall_list li a:hover p, .gallery0001 .gall_list li a:focus p{text-decoration: underline;}
.gallery0001 .btn_more {position: absolute; top: 0; right: 0; background: #425b9b; color: #fff; }

/* 오늘의식단 */
.meal_menu0001{position: relative; color: #fff; padding: 0.75rem 0;}
.meal_menu0001::after{display: block; content: ""; clear: both;}
.meal_menu0001 h2{width: 6.5rem; line-height: 2.5rem; float: left; font-size: 1rem; overflow: hidden; white-space: nowrap;}
.meal_menu0001 ul {height: 2.5rem; background: #425b9b; border-radius: 1.5rem;}
.meal_menu0001 ul li.no_Data{text-align:center; line-height:2.5rem; margin-bottom: 0;}
.meal_menu0001 .meal_box{width: calc(100% - 11rem);float: left;height: 4rem;overflow-y: auto;}
.meal_menu0001 .meal_box li{margin-bottom: 0.5rem;}
.meal_menu0001 .meal_box li dl::after{display: block; content:""; clear: both;}
.meal_menu0001 .meal_box dt{width: 9.5rem; float: left; text-align: center; position: relative; line-height: 2.5rem; white-space: nowrap;}
.meal_menu0001 .meal_box dt::before{width: 38px; height: 8px; background: url('/tempSample/30001/images/main/0001_img_meal.png'); background-size: cover; position: absolute; top: 1rem; right: -28px; content: '';}
.meal_menu0001 .meal_box dd{word-break: keep-all;width: calc(100% - 10.5rem);float: right;padding: 0.5rem 2.5rem;line-height: 2;}
.meal_menu0001 .meal_box dd .no_data{text-align: center; line-height: 2.5rem;}
.meal_menu0001 .btn_more {position: absolute; top: 50%; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); background: #fff; color: #222; }
.meal_menu0001 .btn_more:hover, .meal_menu0001 .btn_more:focus{transform: translateY(-50%) rotate(180deg); -webkit-transform: translateY(-50%) rotate(180deg);}

/*220609_shj*/
.meal_menu0001 .meal_box dd br{display: inline-block;content: '';padding: 0 5px;}
.meal_menu0001 .meal_box dd br::after{display: block; content: '/'; clear: both;}

/* 배너존 */
.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: 1200px) {
	/* 메인비주얼 */
	.main_visual {height: auto; border-radius: 1.5rem;}

	/* 행사일정 */
	.pop_schedule0001::before{width: 85px; height: 120px; right: -46px; bottom: 0; background-size: contain;}

	/* 바로가기 */
	.M_link0001 ul li a .img{width: 5.5rem; height: 5.5rem;}
	.M_link0001 ul li a .img img{width: 70px; height: auto;}

	/* 포토갤러리 */
	.gallery0001 .gall_list li a .img{width: 11rem; height: 11rem;}
}

@media (max-width: 1024px) {
	/* 배너존 */
	.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: 920px) {
	/* 포토갤러리 */
	.gallery0001 .gall_list li{width: 33%;}
	.gallery0001 .gall_list li:last-child{display: none;}
}

@media (max-width: 800px) {
	/* 행사일정 */
	.pop_schedule0001::before{right: -17px;}
	.lst_schedule{margin-right: 2.5rem;}

	/* 바로가기 */
	.M_link0001 ul{display: block;}
	.M_link0001 ul::after{display: block; content: ""; clear: both;}
	.M_link0001 ul li{display: block; width: 25%; float: left; margin-bottom: 0.5rem;}

	/* 오늘의식단 */
	.meal_menu0001 .meal_box{width: calc(100% - 9rem);}
	.meal_menu0001 .meal_box dd{padding: 0.5rem 1rem;}

	/* 배너존 */
	.banner_zone ul li {width: 25%;}
}

@media (max-width: 680px) {
	/* 포토갤러리 */
	.gallery0001 .gall_list li{width: 50%;}
	.gallery0001 .gall_list li:nth-of-type(3){display: none;}

	/* 오늘의식단 */
	.meal_menu0001 h2{width: 5.5rem;}
	.meal_menu0001 .meal_box{width: calc(100% - 8rem);}
	.meal_menu0001 .meal_box dt{width: 7rem;}
	.meal_menu0001 .meal_box dd{width: calc(100% - 8rem);}
}

@media (max-width: 600px) {
	/* 배너존 */
	.banner_zone ul li {width: 50%;}
}

@media (max-width: 540px) {
	/* 오늘의식단 */
	.meal_menu0001 h2{width: 100%; float: none;}
	.meal_menu0001 .meal_box{width: 100%; float: none;}
	.meal_menu0001 .btn_more{top: 1.75rem;}

	/* 메인비주얼 */
	.main_visual .bx-wrapper { padding-bottom:0; }
	.main_visual .bx-controls { display:none; }

}

@media (max-width: 480px) {
	/* 팝업존 */
	.pop0001 .pop_img2{width: 100%;}

	/* 바로가기 */
	.M_link0001 ul li a .img{width: 4rem; height: 4rem;}
	.M_link0001 ul li a .img img{width: 50px; margin-top: 0.75rem;}
	.M_link0001 ul li a p{font-size: 0.8rem; height: 2.5rem;}

	/* 게시판 */
	.notice0001 .list_box ul > li{width: 100%; float: none; margin-bottom: 1rem;}

	/* 포토갤러리 */
	.gallery0001 .gall_list li a .img{width: 7.5rem; height: 7.5rem;}

	/* 오늘의식단 */
	.meal_menu0001 ul li.no_Data{line-height: 6rem;}
	.meal_menu0001 .meal_box{height: 6.7rem;}
	.meal_menu0001 .meal_box dt{width: 100%; float: none; margin-bottom: 0.5rem;}
	.meal_menu0001 .meal_box dt::before{transform: rotate(90deg); -webkit-transform: rotate(90deg); right: 47%; top: 2.5rem; width: 18px; height: 8px; background-size: contain; background-repeat: no-repeat;}
	.meal_menu0001 .meal_box dd{width: 100%; float: none;}
}

@media (max-width: 380px) {

	/* 행사일정 */
	.pop_schedule0001::before{display: none;}
	.lst_schedule{margin-right: 0;}

	/* 바로가기01 */
	.M_link0001 ul li a .img { width:3rem; height:3rem; }
	.M_link0001 ul li a .img img { width:35px; margin-top:0.6rem; }
	.M_link0001 ul li a p { font-size:0.75rem; }

	/* 공지사항 */
	.notice0001 h2 a{padding: 0 0.15rem; font-size:0.9rem; }

	/* 오늘의식단 */
	.meal_menu0001 .meal_box dd{white-space: normal; height: auto; line-height: 1.7;padding: 1rem;}

	/* 배너존 */
	.banner_zone ul li {width: 100%;}
}

@media (max-width: 320px){
	/* 포토갤러리 */
	.gallery0001 .gall_list{margin-top: 1.5rem;}
	.gallery0001 .gall_list li{width: 100%; margin-bottom: 1rem;}
}