﻿
/*-----------------------------------------------------------
Author :JH, Woo
Creative date :2021. 04. 29
-----------------------------------------------------------*/

h2{overflow:hidden; white-space:nowrap;}
.btn_more{color: #fff; font-size: 1.1rem; position: absolute; top: 0; right: 0;}
.btn_more i{transition: 0.3s; -webkit-transition: 0.3s;}
.btn_more:hover i, .btn_more:focus i{transform: rotate(180deg); -webkit-transform: rotate(180deg);}

/* 메인비주얼 */
.main_visual{position:relative; height:21.25rem; overflow:hidden; font-size: 0; line-height: 0;}
.main_visual #m_visual li{overflow:hidden;}
.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%);}
.main_visual .bx-wrapper{position:relative;}
.main_visual .bx-controls{position:absolute; bottom:1rem; 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 #0056a5; border-radius:50%;} /* 비주얼 버튼 색상 */
.main_visual .bx-pager a.active{background-color:#0056a5;}/* 비주얼 버튼 색상 */

/* 바로가기01 210625수정 */
.M_link0031{position: relative;}
.M_link0031 ul {display: table; table-layout: fixed; width: 100%;}
.M_link0031 ul li {display: table-cell;}
.M_link0031 ul li a {display: block;}
.M_link0031 ul li a .img{display: block; position: relative; width: 6rem; height: 6rem; border-radius: 50%; margin: 0 auto; text-align: center; background: #f2f2f2;}
.M_link0031 ul li a .img img{width: 85px; height: 75px; transition: 0.3s; -webkit-transition: 0.3s; margin-top: 1rem;}
.M_link0031 ul li a:hover .img img, .M_link0001 ul li a:focus .img img{transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.M_link0031 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_link0031 ul li a:hover p, .M_link0001 ul li a:focus p{text-decoration: underline;}
/* //210625수정 */

/* 게시판 */
.notice0031{position:relative; height:100%; padding-left: 3.25rem;}
.notice0031::after{width: 2rem; height: 2rem; background: url('/images/template/30167/main/0031_ico_notice1.png') no-repeat center / contain; position: absolute; top: 0.65rem; left: 1rem; content: '';}
.notice0031:before{content:''; position: absolute; width: 100%; height: 3.25rem; background: #00b2e7; top: 0; left: 0;}
.notice0031 h2{display:inline-block; max-width:calc((100% - 3rem) / 3); font-size: 1.05rem; border-radius: 1.25rem;}
.notice0031 h2 ~ h2{ margin-left: 0.3rem; position: relative;}
.notice0031 h2 ~ h2::before{width: 5px; height: 5px; border-radius: 50%; background: #fff; position: absolute; left: 0; top: 1.6rem; content: '';}
.notice0031 h2 a{position:relative; display:inline-block; vertical-align: middle; color:#aee7f8; padding-left: 0.6rem; font-weight: 300; line-height: 3.25rem; overflow:hidden; transition: 0.3s; -webkit-transition: 0.3s;}
.notice0031 .list_box{position:absolute; top:3.25rem; left: 0; display:none; width: 100%; background: #e9faff; padding: 0 1rem;}
.notice0031 .list_box ul{overflow:hidden;}
.notice0031 .list_box ul > li{position: relative; border-top: 2px dotted #79d7f3;}
.notice0031 .list_box ul > li:first-child{border-top: 0;}
.notice0031 .list_box ul > li > a{display: block; padding: 1rem 0;}
.notice0031 .list_box ul > li > a p{font-size: 0.9rem; color: #333; overflow: hidden; white-space: nowrap; line-height: 1.25rem; text-overflow: ellipsis; transition: color 0.3s; -webkit-transition: color 0.3s;}
.notice0031 .list_box ul > li.new a p:before{content:'N'; display:inline-block; width:1.25rem; height:1.25rem; line-height:1.25rem; color:#fff; font-size:0.7rem; text-align:center; border-radius:50%; background:#00b2e7; margin-right:0.5rem;}
.notice0031 .list_box .date{font-size: 0.75rem; color: #555;}
.notice0031 .list_box .date i{padding-right: 0.2rem; vertical-align: middle;}
.notice0031 .btn_more{right: 0.5rem; top: -2.5rem;}
.notice0031_2::after{ background: url('/images/template/30167/main/0031_ico_notice2.png') no-repeat center / contain;}
.notice0031_2::before{background: #1c83d2;}
.notice0031_2 .list_box{background: #edf7ff;}
.notice0031_2 .list_box ul > li.new a p:before{background: #1c83d2;}
.notice0031_2 h2 a{color: #b9d9f1;}
/* active */
.notice0031 h2 a:hover,
.notice0031 h2 a:focus,
.notice0031 h2 a.current{color: #fff;}
.notice0031 .list_box a:hover dd p,
.notice0031 .list_box a:focus dd p{text-decoration: underline;}
.notice0031 .list_box a:hover dt,
.notice0031 .list_box a:focus dt{color: #0056a5;}
.notice0031 .list_box.on{display:block;}
.notice0031 .list_box ul > li > a:hover p,
.notice0031 .list_box ul > li > a:focus p{color: #00b2e7}
.notice0031_2 .list_box ul > li > a:hover p,
.notice0031_2 .list_box ul > li > a:focus p{color: #1c83d2;}

/* 오늘의식단 */
.meal_menu0031{position: relative;}
.meal_menu0031 h2{line-height: 3.25rem; font-size: 1.05rem; padding: 0 2rem 0 1rem; background: #17aaaf; color: #fff; overflow: hidden; white-space: nowrap;}
.meal_menu0031 .meal_wrap{background: #dbf3f4; height: 13.25rem; text-align: center; padding: 1rem 1.5rem;}
.meal_menu0031 .meal_box{margin-top: 1rem; height: 4.6rem; overflow-y: scroll; text-align: left;}
.meal_menu0031 .meal_box li{margin-bottom: 0.5rem;}
.meal_menu0031 ul li.no_Data{text-align:center; line-height:4rem;}
.meal_menu0031 .meal_box dt{font-size: 0.9rem; position: relative; line-height: 1.5rem;}
.meal_menu0031 .meal_box dt::before{content: "\e928"; font-family: 'xeicon'; width: 1.5rem; height: 1.5rem; display: inline-block; line-height: 1.5rem; font-size: 1rem; text-align: center; color: #17aaaf; border: 2px solid #17aaaf; margin-right: 0.2rem; border-radius: 50%;}
.meal_menu0031 .meal_box dt strong{color: #17aaaf; padding-left: 0.3rem; font-weight: 600;}
.meal_menu0031 .meal_box dd{padding-top: 0.3rem; line-height: 1.4rem;}
.meal_menu0031 .meal_box dd .no_data{text-align: center; line-height: 2rem;}
.meal_menu0031 .btn_more {position: absolute; right: 0.5rem; top: 0.75rem;}

/* 팝업존 */
.pop0031{height:100%; background: #f2f2f2; padding: 1.25rem 1.5rem;}
.pop0031 h2{font-size: 1.05rem; line-height: 1.5rem; margin-bottom: 1rem; margin-right: 9rem;}
.pop0031 .nss_pg{position:absolute; right:1.5rem; top:1.25rem;}
.pop0031 .nss_pg span{display:inline-block; padding: 0 0.2rem;}
.pop0031 .nss_pg span .now{color: #0066a7; }
.pop0031 .nss_pg a{display:inline-block; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; background: #0062ae; color: #fff; margin:0 0.1rem; text-align:center; transition: background 0.3s; -webkit-transition: background 0.3s;}
.pop0031 .nss_pg a:hover{background: #044c83;}
.pop0031 .nss_pg .play{display:none;}
.pop0031 .pop_img2{position:relative; margin:0 auto; width:100%; height:225px; overflow:hidden; text-align:center;}
/* .pop0031 .pop_img2 li{display:none;} */
.pop0031 .pop_img2 li a { display:block; height:225px; }
.pop0031 .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%;}
.pop0031 .pop_img2 li.on{display:block;}
/* 팝업리스트 레이어 추가 */
.pop0031 .pop_layer_box{position:absolute; top:0; left:0; display:none; width:100%; height:100%; background:#394b61;}
.pop0031 .pop_layer_box .pop_layer{position:relative; padding:1rem;}
.pop0031 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff;}
.pop0031 .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;}
.pop0031 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff;}
.pop0031 .pop_layer_box .pop_layer ul li a:hover,
.pop0031 .pop_layer_box .pop_layer ul li a:focus{text-decoration:underline;}
.pop0031 .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;}

/* 포토앨범 */
.gallery0031{position:relative; height:100%; padding-top: 1.25rem;}
.gallery0031 h2{font-size: 1.05rem; margin-bottom: 0.75rem; margin-right: 1.5rem;}
.gallery0031 div a{display: block; position: relative; border: 1px solid #ccc;}
.gallery0031 div a::after{display: block; content: ''; clear: both;}
.gallery0031 div a .img{float: left; width: 10.5rem; height: 7.5rem; top: 0; left: 0; overflow: hidden;}
.gallery0031 div a .img img{position: relative; top: 50%; left: 50%; width: 100%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transition: transform 0.3s; -webkit-transition: transform 0.3s;}
.gallery0031 div a .box{width: calc(100% - 10.5rem); float: left; padding:1.25rem 1rem 0.75rem;}
.gallery0031 div a h3{font-size: 0.9rem; height: 2.7rem; margin-bottom: 1rem; overflow: hidden;}
.gallery0031 div a .date{display: block; font-size: 0.75rem; padding-top: 0.5rem; border-top: 2px dotted #ccc;}
.gallery0031 .gall_list{margin-top: 0.5rem;}
.gallery0031 .gall_list li a{display: block; line-height: 1.75rem; padding: 0 3.5rem 0 0.5rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative;}
.gallery0031 .gall_list li a::before{width: 3px; height: 3px; background: #9ea5b5; border-radius: 50%; position: absolute; left: 0; top: 0.8rem; content: '';}
.gallery0031 .gall_list li a .date{position: absolute; right: 0; top: 0; font-size: 0.75rem;}
.gallery0031 .btn_more{color: #333; top: 0.85rem;}
/* 포토앨범:active */
.gallery0031 div a:hover .img img{transform: translate(-50%, -50%) scale(1.2); -webkit-transform:translate(-50%, -50%) scale(1.2);}
.gallery0031 div a:hover h3{text-decoration: underline;}
.gallery0031 .gall_list li a:hover{text-decoration: underline;}

/* 행사일정 */
.pop_schedule0031{position:relative; padding-top: 1.25rem;}
.pop_schedule0031 h2{font-size: 1.05rem; margin-bottom: 0.75rem; margin-right: 1.5rem;}
.pop_schedule0031 .sche_wrap{border: 1px solid #bbb;}
.pop_schedule0031 .month{position:relative; text-align:center; height:3rem; line-height:3rem; background: #ffa922; font-size: 1rem;}
.pop_schedule0031 .month span em{display: inline-block; width: 2.25rem; height: 2.25rem; margin-left: 0.5rem; line-height: 2.25rem; background: #fff; border-radius: 50%; font-size: 1.1rem; color: #ffa922;}
.pop_schedule0031 .month a{display: inline-block; padding: 0 0.5rem;}
.pop_schedule0031 .btn_more{color: #333; top: 0.85rem;}
.lst_schedule{margin: 1rem 2rem; height: 8.5rem; overflow-y:auto;}
.lst_schedule > li{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:8px; width:3.5rem; height:1.75rem; line-height:1.75rem; text-align:center; border-radius:2rem; background:#ffebcd; font-weight:400; transition: 0.3s; -webkit-transition: 0.3s;}
.lst_schedule > .no_Data{line-height:6rem; text-align:center;}
/* active */
.lst_schedule > li a:hover,
.lst_schedule > li a:focus{text-decoration:underline;}
.lst_schedule > li a:hover .date,
.lst_schedule > li a:focus .date{background: #ffce7f;}

/* 배너존 */
.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%}

/* 210625수정 */
@media (max-width:1440px){
	/* 비주얼 */
	.main_visual{height:auto;}
	.main_visual #m_visual li img{width:130%;}

	/* 포토갤러리 */
	.gallery0031{padding-top: 0;}
	.gallery0031 .btn_more{top: 0;}

	/* 행사일정 */
	.pop_schedule0031{padding-top: 0;}
	.pop_schedule0031 .btn_more{top: 0;}
}


/* 210625추가 */
@media (max-width:1024px){

	/* 바로가기 */
	.M_link0031 ul li a .img{width: 5.5rem; height: 5.5rem;}
	.M_link0031 ul li a .img img{width: 70px; height: auto;}

}


@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:890px){
	/* 게시판 */
	.notice0031{padding-left: 0;}
	.notice0031::after{display: none;}
}
@media (max-width:800px){

	/* 바로가기 210625추가 */
	.M_link0031 ul{display: block;}
	.M_link0031 ul::after{display: block; content: ""; clear: both;}
	.M_link0031 ul li{display: block; width: 25%; float: left; margin-bottom: 0.5rem;}


	/* 행사일정 */
	.lst_schedule{margin: 1rem;}

	/* 배너존 */
	.banner_zone ul li{width:25%;}
}


@media (max-width:600px){
	/* 배너존 */
	.banner_zone ul li{width:50%;}
}


@media (max-width:480px){

	/* 바로가기 */
	.M_link0031 ul li a .img{width: 4rem; height: 4rem;}
	.M_link0031 ul li a .img img{width: 50px; margin-top: 0.75rem;}
	.M_link0031 ul li a p{font-size: 0.8rem; height: 2.5rem;}


	/* 게시판 */
	.notice0031 h2{font-size: 0.95rem;}
	.notice0031 h2 a{line-height: 2.75rem; padding-left: 0.4rem;}
	.notice0031:before{height: 2.75rem;}
	.notice0031 h2 ~ h2{margin-left: 0.2rem;}
	.notice0031 h2 ~ h2::before{top: 1.3rem; width: 4px; height: 4px;}
	.notice0031 .list_box{top: 2.75rem;}
	.notice0031 .btn_more{top: -2.3rem;}

	/* 오늘의식단 */
	.meal_menu0031 h2{line-height: 2.75rem; font-size: 0.95rem;}
	.meal_menu0031 .btn_more{top: 0.5rem;}
	.meal_menu0031 .meal_wrap{height: auto; padding: 1rem;}
	.meal_menu0031 .meal_wrap .imgbox img{width: 6rem;}

	/* 팝업존 */
	.pop0031{padding: 1rem;}
	.pop0031 .nss_pg{top: 1rem; right: 1rem;}
	.pop0031 .pop_img2{height: 10rem;}
	.pop0031 .pop_layer_box .pop_layer ul{height: 10rem;}

	/* 포토갤러리 */
	.gallery0031 div a .img{width: 100%;}
	.gallery0031 div a .box{width: 100%;}
	.gallery0031 div a h3{height: auto; white-space: nowrap; text-overflow: ellipsis;}
}

@media (max-width:380px){

	/* 바로가기01 */
	.M_link0031 ul li {width: 33.333%;}


	/* 게시판 */
	.notice0031 h2{font-size: 0.85rem;}
	.notice0031 .list_box ul > li > a p{font-size: 0.85rem;}

	/* 오늘의식단 */
	.meal_menu0031 .meal_wrap .imgbox{display: none;}
	.meal_menu0031 .meal_box{margin-top: 0;}

	/* 배너존 */
	.banner_zone ul li{width:100%;}
}
/* //210625수정 */
