﻿ 
/*-----------------------------------------------------------
Author :SY, Kwak
Creative date :2021. 09. 09
-----------------------------------------------------------*/
/*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; }


/* 메인비주얼 */
.MVisual3011{position:relative; height:25.9rem; overflow:hidden;}
.MVisual3011 #m_visual li{overflow:hidden;}
.MVisual3011 #m_visual li img{position:relative; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); -moz-transform:translateX(-50%);}
.MVisual3011 .bx-wrapper{position:relative;}
.MVisual3011 .bx-controls{position:absolute; bottom:5rem; left:0; width:100%; height:1.3rem; text-align:center;}
.MVisual3011 .bx-controls-direction{display:none;}
.MVisual3011 .bx-controls a{display:inline-block; margin:0 3px; color:transparent; overflow:hidden; vertical-align:middle;}
.MVisual3011 .bx-controls-auto{font-size:0; vertical-align:middle;}  
.MVisual3011 .bx-controls-auto,
.MVisual3011 .bx-pager,
.MVisual3011 .bx-pager-item{display:inline-block;}
.MVisual3011 .bx-controls-auto a{width:1.3rem; height:1.3rem; background:no-repeat center / 100%;}
.MVisual3011 .bx-controls-auto a.bx-start{display:none; background-image:url('/00_common/images/con_com/btn_play.png');}
.MVisual3011 .bx-controls-auto a.bx-stop{display:inline-block; background-image:url('/00_common/images/con_com/btn_stop.png');}
.MVisual3011 .bx-pager{height:0.8rem; vertical-align:middle;}
.MVisual3011 .bx-pager-item{height:100%;}
.MVisual3011 .bx-pager a{width:0.8rem; height:100%; vertical-align:top; border:1px solid #ffa210; border-radius:50%;} /* 비주얼 버튼 색상 */
.MVisual3011 .bx-pager a.active{background-color:#ffa210;}/* 비주얼 버튼 색상 */

/* 게시판 */
.notice3011{position:relative; height:100%; padding:2rem 2rem 0;}
.notice3011 h2{display:inline-block; max-width:calc((100% - 5rem) / 3); font-size:1rem; overflow:hidden; white-space:nowrap; line-height:1rem; border-radius:1rem 1rem 0 1rem;}  
.notice3011 h2 ~ h2{margin-left:0.25rem;}
.notice3011 h2 a{position:relative; display:inline-block; padding:0 .5rem; color:#555; line-height:2rem; overflow:hidden;}
.notice3011 .list_box{position:absolute; top:4.25rem; display:none; width:calc(100% - 4rem); height:calc(100% - 4.25rem);}
.notice3011 .list_box ul{overflow:hidden;} 
.notice3011 .list_box ul > li + li{border-top:1px dashed #c1c1c1;}
.notice3011 .list_box ul > li > a{position:relative; display:block; width:100%; line-height:2.75rem; padding-right:4rem; color:#333; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;} 
.notice3011 .list_box ul > li.new a:before{content:'N'; display:inline-block; width:1.5rem; height:1.5rem; line-height:1.5rem; color:#fff; font-size:0.85rem; text-align:center; border-radius:50%; background:#fb7db2; margin-right:0.5rem;} 
.notice3011 .list_box .date{position:absolute; top:0; right:0; color:#777; font-size:0.75rem; } 
.notice3011 .btn_more{position:absolute; top:-1.9rem; right:-0.5rem; width:1.5rem; line-height:1.5rem; text-align:center; border-radius:50%; font-size:1.1rem; -webkit-transition:background 0.3s; -ms-transition:background 0.3s; -moz-transition:background 0.3s; transition:background 0.3s;}
.notice3011_2:after{content:''; position:absolute; left:0; top:2.5rem; display:block; width:1px; height:calc(100% - 5rem); border-left:2px dotted #d8d8d8;} 
/* active */
.notice3011 h2 a:hover,
.notice3011 h2 a:focus,
.notice3011 h2 a.current{color:#fff;  background:#fb7db2;}
.notice3011 h2 a:focus:before,
.notice3011 h2 a:hover:before,
.notice3011 h2 a.current:before{width:100%; } 
.notice3011 .list_box.on{display:block;}
.notice3011 .list_box ul > li > a:hover,
.notice3011 .list_box ul > li > a:focus{text-decoration:underline;}
.notice3011 .btn_more:hover,
.notice3011 .btn_more:focus{background:#eee;;}

.notice3011 .list_box .NoData {display:table; width:100%; height:85%; text-align:center; font-size:.75rem; background:#f3f3f3;}
.notice3011 .list_box .NoData span {display:table-cell; vertical-align:middle;}

/* 오늘의식단 */
.meal_menu3011{position:relative; height:100%; padding:1.7rem 2rem; border:2px solid #e996b9; overflow:hidden;}
.meal_menu3011 h2{width:calc(100% - 2rem); color:#333; font-size:1.1rem; overflow:hidden; white-space:nowrap; line-height:1;}
.meal_menu3011 ul{width:calc(100% - 100px); height:8rem; margin-top:1rem; overflow-y:auto; padding-right:0.5rem;}
.meal_menu3011 ul li + li{margin-top:1rem;}
.meal_menu3011 ul li.no_Data{text-align:center; color:#666; line-height:6rem;}
.meal_menu3011 .imgbox{position:absolute; bottom:30px; right:30px; width:83px; height:83px;}
.meal_menu3011 .imgbox img{width:100%; height:100%;}
.meal_menu3011 dl{position:relative;}
.meal_menu3011 dl dt.kcal{width:10rem; max-width:100%; line-height:2.5rem; border-radius:2.5rem 2.5rem 0 2.5rem; background:#fb7db2; font-size:0.95rem; color:#fff; text-align:center;} 
.meal_menu3011 dl dd.meal_list{margin-top:0.5rem; color:#666; }
.meal_menu3011 .btn_more{position:absolute; top:1.5rem; right:1.5rem; width:1.5rem; line-height:1.5rem; border-radius:50%; text-align:center; color:#333; font-size:1.1rem; -webkit-transition:background 0.3s; -ms-transition:background 0.3s; -moz-transition:background 0.3s; transition:background 0.3s;}
/* active */
.meal_menu3011 .btn_more:hover,
.meal_menu3011 .btn_more:focus{background:#075f30;}

/* 행사일정 */
.pop_schedule3011{position:relative; height:100%; border:2px solid #ffa210; padding:1.7rem 2rem 1rem;} 
.pop_schedule3011 h2{width:calc(100% - 2rem); color:#333; font-size:1.1rem; overflow:hidden; white-space:nowrap; line-height:1;} 
.pop_schedule3011 .month{position:relative; text-align:center; height:2.5rem; line-height:2.5rem; color:#fff; font-size:1rem; background:#ffa210; border-radius:2.5rem; margin:1rem 0 0.5rem;}
.pop_schedule3011 .month em{color:#fff;}
.pop_schedule3011 .month a{position:absolute; top:0; width:3rem;}
.pop_schedule3011 .month a.prev{left:0;}
.pop_schedule3011 .month a.next{right:0;}
.pop_schedule3011 .month a i{-webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s;}
.pop_schedule3011 .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;} 
.pop_schedule3011 .lst_schedule{width:100%; height:9rem; line-height:2rem; overflow-y:auto;}
.pop_schedule3011 .lst_schedule > li{white-space:nowrap; text-overflow:ellipsis; overflow:hidden; color:#666;}
.pop_schedule3011 .lst_schedule > li + li{margin-top:0.3rem;}
.pop_schedule3011 .lst_schedule > li .date{display:inline-block; margin-right:8px; width:2rem; height:2rem; line-height:2rem; text-align:center; border-radius:50%; background:#ff7800; color:#fff; font-weight:400;}
.pop_schedule3011 .lst_schedule > .no_Data{line-height:6rem; text-align:center;}
/* active */
.pop_schedule3011 .month a:hover.prev i,
.pop_schedule3011 .month a:focus.prev i{-webkit-transform:translateX(-30%); -ms-transform:translateX(-30%); -moz-transform:translateX(-30%); transform:translateX(-30%);}
.pop_schedule3011 .month a:hover.next i,
.pop_schedule3011 .month a:focus.next i{-webkit-transform:translateX(30%); -ms-transform:translateX(30%); -moz-transform:translateX(30%); transform:translateX(30%);}
.pop_schedule3011 .btn_more:hover,
.pop_schedule3011 .btn_more:focus{background:#1c5d9b;}
.pop_schedule3011 .lst_schedule > li a:hover,
.pop_schedule3011 .lst_schedule > li a:focus{text-decoration:underline;} 

/* 바로가기01 */
.M_link3011{position:relative; height:100%; overflow:hidden;}
.M_link3011 ul{overflow:hidden;}
.M_link3011 ul li{position:relative; float:left; width:33.333%; height:8.5rem;}  
.M_link3011 ul li a{display:block; height:100%;}
.M_link3011 ul li a .ico{display:block; padding:1rem 0 0.5rem; text-align:center;}
.M_link3011 ul li a .ico img{width: 85px; height: 81px; transition: 0.3s; -webkit-transition: 0.3s;}
.M_link3011 ul li a em{display:block; height:2.4rem; color:#333; font-size:0.85rem; line-height:1.2rem; text-align:center; overflow:hidden; padding:0 0.5rem;} 
.M_link3011 ul li a:hover .ico img, .M_link3011 ul li a:focus .ico img{transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.M_link3011 ul li a:hover em, .M_link3011 ul li a:focus em{text-decoration: underline;}

/* 팝업존 */
.pop3011{height:100%; border:2px solid #8f7aff; color:#666; padding:1.5rem 1rem 1rem;}
.pop3011 h2{margin:0 8.5rem 1rem 1rem; font-size:1.1rem; color:#333; overflow:hidden; white-space:nowrap; line-height:1;}
.pop3011 .nss_pg{position:absolute; right:0.5rem; top:1.5rem;}
.pop3011 .nss_pg span{display:inline-block;} 
.pop3011 .nss_pg span .now{font-weight:600; color:#8f7aff;}
.pop3011 .nss_pg a{display:inline-block; margin:0 0.1rem; width:1.5rem; text-align:center;} 
.pop3011 .nss_pg .play{display:none;} 
.pop3011 .bx-wrapper{position:relative; margin:0 auto; width:100%; height:225px; overflow:hidden;  text-align:center;}
.pop3011 .pop_img li { height:100%;}
.pop3011 .pop_img li a { display: block; height:11.3rem; }
.pop3011 .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%; vertical-align:middle; overflow:hidden;}

/* 팝업리스트 레이어 추가 */
.pop3011 .pop_layer_box{position:absolute; top:0; left:0; display:none; width:100%; height:100%; background:#394b61;}
.pop3011 .pop_layer_box .pop_layer{position:relative; padding:1rem;}
.pop3011 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff;}
.pop3011 .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;}
.pop3011 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff;}
.pop3011 .pop_layer_box .pop_layer ul li a:hover,
.pop3011 .pop_layer_box .pop_layer ul li a:focus{text-decoration:underline;}
.pop3011 .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;}

/* 포토앨범 */
.gallery3011{position:relative; height:100%;}
.gallery3011 h2{width:calc(100% - 2rem); margin-bottom:1rem; font-size:1.1rem; color:#333; overflow:hidden; white-space:nowrap; line-height:1;}  
.gallery3011 .gall_list{margin:0 -0.5rem;}
.gallery3011 .gall_list li{display:block; width:33.333%; float:left; padding:0 0.5rem;} 
.gallery3011 .gall_list li .img{position:relative; width:9rem; height:9rem; border-radius:50%; margin:0 auto; overflow:hidden; background:#eee;}
.gallery3011 .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;}
.gallery3011 .gall_list li .txt{margin-top:0.5rem; text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.gallery3011 .btn_more{position:absolute; top:0; right:0; width:1.5rem; line-height:1.5rem; border-radius:50%; text-align:center; color:#000; font-size:1.1rem; -webkit-transition:background 0.3s; -ms-transition:background 0.3s; -moz-transition:background 0.3s; transition:background 0.3s;} 
/* active */
.gallery3011 .btn_more:hover,
.gallery3011 .btn_more:focus{background:#dee9f3;}
.gallery3011 .gall_list li .img:hover img,
.gallery3011 .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);}

.gallery3011 .NoData {display:table; width:100%; height:10.7rem; text-align:center; font-size:.75rem; background:#f3f3f3;}
.gallery3011 .NoData span {display:table-cell; vertical-align:middle;}

/* 배너존 */
.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){
	/* 비주얼 */
	.MVisual3011{height:auto;}
	.MVisual3011 #m_visual li img{width:100%;}

	/* 오늘의식단 */
	.meal_menu3011 ul{height:10.5rem;}
}
@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 .bx-wrapper {margin-left: 6rem; width: calc(100% - 6rem);}
}
@media (max-width:890px){
	/* 공지사항 */
	.notice3011{padding:1.5rem 1.5rem 0;}
	.notice3011 h2{font-size:1rem;}
	.notice3011_2:after{left:1.5rem; top:0; width:calc(100% - 3rem); height:1px; border-left:none; border-top:1px solid #d8d8d8;}
	.notice3011 .list_box{top:3.5rem; width:calc(100% - 3rem); height:calc(100% - 3.5rem);}

	/* 오늘의식단 */
	.meal_menu3011{padding:1.5rem 1.2rem 1rem;}	
	.meal_menu3011 h2{font-size:1rem;}
	.meal_menu3011 .imgbox{right:15px;}
	.meal_menu3011 .btn_more{top:1.2rem; right:1rem;}

	/* 행사일정 */
	.pop_schedule3011{padding:1.5rem 1.2rem 1rem; background-size:cover;}
	.pop_schedule3011 h2{font-size:1rem;}
	.pop_schedule3011 .btn_more{top:1.2rem; right:1rem;}

	/* 팝업존 */
	.pop3011 h2{margin-left:0.5rem; font-size:1rem;}

	/* 바로가기 */
	.M_link3011 ul li a .ico img{height:3.5rem; width:3.65rem;}
}
@media (max-width:700px){
	/* 오늘의식단 */
	.meal_menu3011 ul{height:9rem;} 

	/* 행사일정 */
	.pop_schedule3011 .lst_schedule{height:6.8rem;}

	/* 바로가기 */
	.M_link3011 ul li{height:auto;}
	.M_link3011 ul li a{padding-bottom:0.5rem;}
	.M_link3011 ul li a .ico img{height:3rem; width:3.15rem;}

	/* 포토갤러리 */
	.gallery3011 .gall_list li{width:50%;}
	.gallery3011 .gall_list li + li + li {display:none;}

}
@media (max-width:480px){
	/* 메인비주얼 */
	.MVisual3011 .bx-controls{bottom:1rem;}

	/* 공지사항 */
	.notice3011{padding:1.5rem 0;}
	.notice3011:before{display:none;}
	.notice3011 h2{max-width:calc((100% - 2.5rem) / 3); font-size:0.9rem;}
	.notice3011 h2 ~ h2{margin-left:0.5rem;}
	.notice3011 .list_box{width:100%;}
	.notice3011_2:after{width:100%; left:0;}
}
@media (max-width:380px){ 
	/* 오늘의식단 */
	.meal_menu3011 ul{width:100%;} 
	.meal_menu3011 .imgbox{display:none;}

	/* 바로가기 */
	.M_link3011 ul li{width:50%;}
	.M_link3011 ul li a .ico img{height:2.5rem;}

	/* 포토갤러리 */
	.gallery3011 .gall_list li{width:100%;} 
	.gallery3011 .gall_list li + li {display:none;} 
}
