﻿ 
/*-----------------------------------------------------------
Author :SY, Kwak
Creative date :2021. 09. 03
-----------------------------------------------------------*/
/*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; }

/* 메인비주얼 */
.MVisual3004{position:relative; height:100%; overflow:hidden;}
.MVisual3004:before {content:""; display:block; position:absolute; bottom:0; left:0; width:100%; max-width:1920px; height:4rem; background:url('/00_common/images/T3004_main/3004_MVisualBG.png') no-repeat center; background-size:auto 100%; z-index:1;}
.MVisual3004 #m_visual li{overflow:hidden;}
.MVisual3004 #m_visual li img{position:relative; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); -moz-transform:translateX(-50%);}
.MVisual3004 .bx-wrapper{position:relative; }
.MVisual3004 .bx-controls{position:absolute; bottom:1rem; left:0; width:100%; height:1.3rem; text-align:center; z-index:2;}
.MVisual3004 .bx-controls-direction{display:none;}
.MVisual3004 .bx-controls a{display:inline-block; margin:0 3px; color:transparent; overflow:hidden; vertical-align:middle;}
.MVisual3004 .bx-controls-auto{font-size:0; vertical-align:middle;}  
.MVisual3004 .bx-controls-auto,
.MVisual3004 .bx-pager,
.MVisual3004 .bx-pager-item{display:inline-block;}
.MVisual3004 .bx-controls-auto a{width:1.3rem; height:1.3rem; background:no-repeat center / 100%;}
.MVisual3004 .bx-controls-auto a.bx-start{display:none; background-image:url('/00_common/images/con_com/btn_play.png');}
.MVisual3004 .bx-controls-auto a.bx-stop{display:inline-block; background-image:url('/00_common/images/con_com/btn_stop.png');}
.MVisual3004 .bx-pager{height:0.8rem; vertical-align:middle;}
.MVisual3004 .bx-pager-item{height:100%;}
.MVisual3004 .bx-pager a{width:0.8rem; height:100%; vertical-align:top; border:1px solid #7334d4; border-radius:50%;} /* 비주얼 버튼 색상 */
.MVisual3004 .bx-pager a.active{background-color:#7334d4;}/* 비주얼 버튼 색상 */

/* 행사일정 */
.pop_schedule3004{position:relative; height:100%; border-radius:0 2rem 0 0; background: #7077b2; padding:2rem;} 
.pop_schedule3004 h2{color: transparent; position: absolute; overflow:hidden; white-space:nowrap; line-height:1;} 
.pop_schedule3004 .month{position:relative; text-align:center; height:2rem; line-height:2rem; color:#ff6982; width: 7.5rem; margin: 0 auto; font-size: 1rem; background:#fff; border-radius:2rem;}
.pop_schedule3004 .month a{position:absolute; top:0; width:2rem; height: 2rem; background: #ff6982; color: #fff; border-radius: 50%; transition: background 0.3s; -webkit-transition: background 0.3s;}
.pop_schedule3004 .month a.prev{left:-1.5rem;}
.pop_schedule3004 .month a.next{right:-1.5rem;}
.pop_schedule3004 .btn_more{position:absolute; top:1.5rem; right:1.5rem; width:1.5rem; line-height:1.5rem; border-radius:50%; text-align:center; color:#fff; font-size:1.1rem; -webkit-transition:background 0.3s; -ms-transition:background 0.3s; -moz-transition:background 0.3s; transition:background 0.3s;} 
.lst_schedule{width:100%; height:9rem; line-height:2rem; margin-top: 0.5rem; overflow-y:auto;}
.lst_schedule > li{white-space:nowrap; text-overflow:ellipsis; overflow:hidden; color:#fff; font-weight: 100;}
.lst_schedule > li + li{margin-top:0.3rem;}
.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:.5rem; background:#fff; color:#e4008b; font-weight:400; transition: 0.3s; -webkit-transition: 0.3s;} 
.lst_schedule > .no_Data{line-height:6rem; text-align:center;}
/* active */
.pop_schedule3004 .month a:hover,
.pop_schedule3004 .month a:focus{background: #e03041; color: #fff;}
.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: #e03041; color: #fff;}

/* 바로가기01 */
.M_link3004{position:relative; height:100%; overflow:hidden;}
.M_link3004 ul{overflow:hidden; display: table; table-layout: fixed; width: 100%;}
.M_link3004 ul li{position:relative; display: table-cell;}  
.M_link3004 ul li a{display:block; padding: 0 0.25rem; height:100%; -webkit-transition:background 0.3s; -ms-transition:background 0.3s; -moz-transition:background 0.3s; transition:background 0.3s;}
.M_link3004 ul li a .ico{display:block; padding:.5rem 0 0.5rem; text-align:center;}
.M_link3004 ul li a .ico img{width: 80px; height: 60px; transition: 0.3s; -webkit-transition: 0.3s;}
.M_link3004 ul li a em{display:block; max-height:2.4rem; color:#333; font-size:0.85rem; line-height:1.2rem; text-align:center; overflow:hidden; padding:0 0.25rem;} 
.M_link3004 ul li a:hover .ico img, .M_link3004 ul li a:focus .ico img{transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.M_link3004 ul li a:hover em, .M_link3004 ul li a:focus em{text-decoration: underline;}

/* 오늘의식단 */
.meal_menu3004{position: relative; height:100%; padding: 0.75rem 0 0.75rem 6rem; border-radius:0 1.5rem 0 0; background: #ecedf7;}
.meal_menu3004::after{display: block; content: ""; clear: both;}
.meal_menu3004 .imgbox{position: absolute; left: 1.5rem; bottom:1rem; width:3.8rem; height:3.7rem; background:#7077b2; border-radius:0 1.5rem 0 0;}
.meal_menu3004 h2{width: 6.5rem; line-height: 2rem; float: left; text-align: center; font-size: 1rem; overflow: hidden; white-space: nowrap;}
.meal_menu3004 .meal_box{width: calc(100% - 9.5rem); float: left; height: 2rem; overflow-y: scroll;}
.meal_menu3004 .meal_box li{margin-bottom: 0.5rem;}
.meal_menu3004 ul li.no_Data{text-align:center; line-height:1.5rem;}
.meal_menu3004 .meal_box li dl::after{display: block; content:""; clear: both;}
.meal_menu3004 .meal_box dt{width: 9.5rem; font-size: 0.9rem; float: left; text-align: center; color: #5a63b0; font-weight: 500; background: #fff; border-radius: 1.5rem; position: relative; line-height: 2rem; white-space: nowrap;}
.meal_menu3004 .meal_box dd{width: calc(100% - 10.5rem); float: right; padding-top: 0.3rem; line-height: 1.4rem;}
.meal_menu3004 .meal_box dd .no_data{text-align: center; line-height: 2rem;}
.meal_menu3004 .btn_more {position: absolute; right: 1rem; color: #222; font-size: 1.1rem;}
.meal_menu3004 .btn_more i{transition: 0.3s; -webkit-transition: 0.3s;}
.meal_menu3004 .btn_more:hover i, .meal_menu3004 .btn_more:focus i{transform: rotate(180deg); -webkit-transform: rotate(180deg);}


/* 게시판 */
.notice3004{position:relative; height:100%;}
.notice3004:before{content:''; position: absolute; width: 100%; height: 2.5rem; background: #e6f6f8; border-radius:0 1.5rem 0 0; top: 0; left: 0;}
.notice3004 h2{display:inline-block; max-width:calc((100% - 3rem) / 3); font-size: 1rem; border-radius:0 1.5rem 0 0; overflow:hidden; white-space:nowrap; line-height:1;}  
.notice3004 h2 ~ h2{margin-left:0.3rem;}
.notice3004 h2 a{position:relative; display:inline-block; vertical-align: middle; color:#555; line-height: 2.5rem; overflow:hidden; padding: 0 0.5rem; transition: 0.3s; -webkit-transition: 0.3s;}
.notice3004 .list_box{position:absolute; top:3rem; display:none; width: 100%; padding: 1rem; background:#fff; box-shadow:0 0 1.5rem 0 rgba(0, 0, 0, 0.03); border-radius:0 1rem 0 0;}
.notice3004 .list_box dl {border-bottom: 1px dashed #00b5cb; padding-bottom: 0.5rem; margin-bottom: 0.5rem;}
.notice3004 .list_box dl dt{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 0.95rem; transition: color 0.3s; -webkit-transition: color 0.3s;}

.notice3004 .list_box dl.new dt {position:relative; padding-left:1.5rem;}
.notice3004 .list_box dl.new dt:before{content:'N'; position:absolute; top:50%; left:0; display:block; width:1.25rem; height:1.25rem; margin-top:-.625rem; line-height:1.25rem; color:#fff; font-size:0.7rem; text-align:center; border-radius:50%; background:#00b5cb; margin-right:0.5rem;}

.notice3004 .list_box dl dd{color:#858585; text-align: right;}
.notice3004 .list_box dl dd p{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: left; font-weight: 300; line-height: 2rem;}
.notice3004 .list_box dl dd span{font-size: 0.75rem;}
.notice3004 .list_box dl dd span i{padding-right: 0.2rem;}
.notice3004 .list_box ul{overflow:hidden;} 
.notice3004 .list_box ul > li{padding-left: 0.5rem; position: relative;}
.notice3004 .list_box ul > li::before{width: 4px; height: 4px; background: #00b5cb; border-radius: 50%; position: absolute; left: 0; top:0.9rem; content: "";}
.notice3004 .list_box ul > li > a{position:relative; display:block; width:100%; line-height:1.75rem; padding-right:5rem; color:#333; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;} 
.notice3004 .list_box ul > li.new a: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:#00b5cb; margin-right:0.5rem;} 
.notice3004 .list_box .date{position:absolute; top:0; right:0; color:#858585; font-size:0.75rem; } 
.notice3004 .list_box .date i{padding-right: 0.2rem;}
.notice3004 .btn_more{position:absolute; top:-2.5rem; right: 0.5rem; width:1.5rem; line-height:1.5rem; color: #222; font-size: 1.1rem; text-align:center; border-radius:50%; -webkit-transition:background 0.3s; -ms-transition:background 0.3s; -moz-transition:background 0.3s; transition:background 0.3s;}
.notice3004 .btn_more i{transition: 0.3s; -webkit-transition: 0.3s;}
.notice3004 .btn_more:hover i, .notice3004 .btn_more:focus i{transform: rotate(180deg); -webkit-transform: rotate(180deg);}


.notice3004_2::before{background: #e0f6e9;}
.notice3004_2 .list_box dl{border-bottom: 1px dashed #37cb76;}

.notice3004_2 .list_box dl.new dt:before{background:#37cb76;}

.notice3004_2 .list_box ul > li.new a:before{background: #37cb76;}
.notice3004_2 .list_box ul > li::before{background: #7acb11;}
/* active */
.notice3004 h2 a:hover,
.notice3004 h2 a:focus,
.notice3004 h2 a.current{background: #00b5cb; color: #fff;}
.notice3004_2 h2 a:hover,
.notice3004_2 h2 a:focus,
.notice3004_2 h2 a.current{background: #37cb76;}
.notice3004 .list_box a:hover dd p,
.notice3004 .list_box a:focus dd p{text-decoration: underline;}
.notice3004 .list_box a:hover dt,
.notice3004 .list_box a:focus dt{color: #00b5cb;}
.notice3004_2 .list_box a:hover dt,
.notice3004_2 .list_box a:focus dt{color: #5e9912;}
.notice3004 .list_box.on{display:block; width:100%; height:100%; height:calc(100% - 3rem); }
.notice3004 .list_box ul > li > a:hover,
.notice3004 .list_box ul > li > a:focus{text-decoration:underline;}

.notice3004 .list_box .NoData {display:table; width:100%; height:100%; text-align:center; font-size:.75rem; background:#f3f3f3;}
.notice3004 .list_box .NoData span {display:table-cell; vertical-align:middle;}


/* 포토앨범 */
.gallery3004{position:relative; height:100%;}
.gallery3004::before{content: ""; width: calc(100% - 3rem); height: 1px; border-top: 1px dotted #5a63b0; position: absolute; top:1.25rem; right: 3rem;}
.gallery3004 h2{font-size: 1.1rem; line-height: 2.25rem; display: inline-block; max-width:calc(100% - 2.5rem); margin-bottom:1rem; padding-right: 1rem; background: #f5fbff; position: relative; z-index: 1; overflow:hidden; white-space:nowrap;}  
.gallery3004 .gall_list::after{display: block; content: ""; clear: both;}
.gallery3004 .gall_list li{display:block; width:33.333%; float:left; } 
.gallery3004 .gall_list li .img{position:relative; width:11rem; height:11rem; border-radius:1.75rem; margin: 0 auto; overflow:hidden; background:#eee;}
.gallery3004 .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;}
.gallery3004 .gall_list li .txt{margin-top:0.75rem; padding: 0 0.5rem; text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.gallery3004 .btn_more{position:absolute; top:0; right:0; width:2.25rem; height: 2.25rem; line-height:2.25rem; border-radius:.5rem; text-align:center; color:#fff;  font-size: 1.1rem; background:#5a63b0; -webkit-transition:background 0.3s; -ms-transition:background 0.3s; -moz-transition:background 0.3s; transition:background 0.3s;} 
.gallery3004 .btn_more i{transition: 0.3s; -webkit-transition: 0.3s;}
.gallery3004 .btn_more:hover i, .gallery3004 .btn_more:focus i{transform: rotate(180deg); -webkit-transform: rotate(180deg);}
/* active */
.gallery3004 .btn_more:hover,
.gallery3004 .btn_more:focus{background:#414a96;}
.gallery3004 .gall_list li .img:hover img,
.gallery3004 .gall_list li .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);}

.gallery3004 .NoData {display:table; width:100%; height:9.9rem; text-align:center; font-size:.75rem; background:#f5f5f5;}
.gallery3004 .NoData span {display:table-cell; vertical-align:middle;}

/* 팝업존 */
.pop3004{height:100%;}
.pop3004 h2{margin: 0 8.5rem 0.5rem 0; line-height: 2.25rem; font-size: 1.1rem; overflow:hidden; white-space:nowrap;}
.pop3004 .nss_pg{position:absolute; right:0.5rem; top:0; line-height: 2.25rem;}
.pop3004 .nss_pg span{display:inline-block;} 
.pop3004 .nss_pg span .now{color: #e03041;}
.pop3004 .nss_pg a{display:inline-block; margin:0 0.1rem; text-align:center;} 
.pop3004 .nss_pg .play{display:none;} 
.pop3004 .pop_wrap{width: 100%; background:url('/00_common/images/T3004_main/3004_Popzonebg.png') repeat; border-radius:0 1rem 0 0; padding: 1rem 0;}
.pop3004 .bx-wrapper{position:relative; margin:0 auto; max-width: 17.5rem; height: 11.3rem;  overflow:hidden; text-align:center;}
.pop3004 .pop_img li a { display: block; height: 11.3rem; }
.pop3004 .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%; border-radius:.75rem; overflow:hidden;}
/* 팝업리스트 레이어 추가 */
.pop3004 .pop_layer_box{position:absolute; top:0; left:0; display:none; width:100%; height:100%; border-radius:1rem; background:#394b61;}
.pop3004 .pop_layer_box .pop_layer{position:relative; padding:1rem;}
.pop3004 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff;}
.pop3004 .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;}
.pop3004 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff;}
.pop3004 .pop_layer_box .pop_layer ul li a:hover,
.pop3004 .pop_layer_box .pop_layer ul li a:focus{text-decoration:underline;}
.pop3004 .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;}

/* 배너존 */
.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: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; overflow: hidden;}
.banner_zone .btn a {float: left; width: 27px; height: 28px; color: transparent; background: no-repeat center / 100%; overflow: hidden;}
.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 {display:none; 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% - 10rem); 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%; }
 


@media (max-width:1240px){
	/* 비주얼 */
	.MVisual3004 #m_visual li img{width:150%;}

	/* 포토갤러리 */
	.gallery3004 .gall_list li{width: 50%;}
	.gallery3004 .gall_list li + li +li{display: none;}
}
@media (max-width:1024px){
	h2{font-size:1rem;}
 
	/* 바로가기 */
	.M_link3004 ul{display: block;}
	.M_link3004 ul::after{display: block; content: ""; clear: both;}
	.M_link3004 ul li{width: 33.333%; height:7.5rem; float: left;}

	/* 공지사항 */
	.notice3004{margin-right: 1rem;}
	.notice3004_2{margin-left: 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:890px){
	/* 포토갤러리 */
	.gallery3004 .gall_list li .img{width: 8.5rem; height: 8.5rem;}
}
@media (max-width:800px){  
	/* 메인비주얼 */
	.MVisual3004 .bx-controls{bottom: 2rem;}

	/* 공지사항 */
	.notice3004{margin-right: 0;}
	.notice3004_2{margin-left: 0;}

	/* 오늘의식단 */
	.meal_menu3004{padding:1rem;}
	.meal_menu3004 h2{width: 100%; float: none; text-align: left; padding-left: 6rem;}
	.meal_menu3004 .imgbox{bottom: auto; top: -1.5rem;}
	.meal_menu3004 .meal_box{width: 100%; margin-top: 1rem;}
	.meal_menu3004 .btn_more{top: 1rem;}

	/* 포토갤러리 */
	.gallery3004 h2{background: #fff;}  
	.gallery3004 .gall_list li .img{width: 10rem; height: 10rem;}
}
@media (max-width:480px){
	/* 오늘의식단 */
	.meal_menu3004 .meal_box{height: 5rem;}
	.meal_menu3004 .meal_box dt{float: none; width: 100%;}
	.meal_menu3004 .meal_box dd{width: 100%; float: none;}
	.meal_menu3004 ul li.no_Data{line-height: 4rem;}

	/* 공지사항 */
	.notice3004 .btn_more{top: -2.5rem;}
	.notice3004:before{height: 2rem;}
	.notice3004 h2{font-size: 0.85rem;}
	.notice3004 h2 a{height: 2rem; line-height: 2rem;}
	.notice3004 .list_box{top: 2.5rem;}

	/* 포토갤러리 */
	.gallery3004 .gall_list li{width: 100%; float: none;}
	.gallery3004 .gall_list li:nth-of-type(2){display: none;}
}
@media (max-width:380px){ 

	/* 행사일정 */
	.pop_schedule3004 .month{width: 6rem;}

	/* 바로가기 */
	.M_link3004 ul li{width: 50%;}

	/* 오늘의식단 */
	.meal_menu3004 h2{padding-left: 0;}
	.meal_menu3004 .imgbox{display: none;}
	.meal_menu3004 .meal_box{margin-top: 0;}
}
