﻿ 
/*-----------------------------------------------------------
Author : yejin, Son
Creative date :2021. 09. 14
-----------------------------------------------------------*/
/*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; }

.btn_more{width: 1.5rem;height: 1.5rem;line-height: 1.5rem;text-align: center;color: #fff;position: absolute;top: 0;right: 0;border-radius: 50%;background: #00479d;}
.btn_more i{font-size: 1.1rem; line-height: 1.5rem; 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);}

/* 메인비주얼 */
.MVisual3022{position:relative; height:28.25rem; overflow:hidden;}
.MVisual3022 #m_visual li{overflow:hidden; text-align:center; font-size:0; line-height:0; }
.MVisual3022 #m_visual li img{display:inline-block; }
.MVisual3022 .bx-controls{position:absolute; bottom:6rem; left:0; width:100%; height:1.3rem; text-align:center;}
.MVisual3022 .bx-controls-direction{display:none;}
.MVisual3022 .bx-controls a{display:inline-block; margin:0 3px; color:transparent; overflow:hidden; vertical-align:middle;}
.MVisual3022 .bx-controls-auto{font-size:0; vertical-align:middle;}  
.MVisual3022 .bx-controls-auto,
.MVisual3022 .bx-pager,
.MVisual3022 .bx-pager-item{display:inline-block;}
.MVisual3022 .bx-controls-auto a{width:1.3rem; height:1.3rem; background:no-repeat center / 100%;}
.MVisual3022 .bx-controls-auto a.bx-start{display:none; background-image:url('/00_common/images/con_com/btn_play.png');}
.MVisual3022 .bx-controls-auto a.bx-stop{display:inline-block; background-image:url('/00_common/images/con_com/btn_stop.png');}
.MVisual3022 .bx-pager{height:0.8rem; vertical-align:middle;}
.MVisual3022 .bx-pager-item{height:100%;}
.MVisual3022 .bx-pager a{width:0.8rem;height:100%;vertical-align:top;border: 1px solid #5d27b6;border-radius:50%;} /* 비주얼 버튼 색상 */
.MVisual3022 .bx-pager a.active{background-color: #5d27b6;}/* 비주얼 버튼 색상 */

/* 게시판 */
.notice3022{position:relative; height:100%;}
.notice3022 h2{display:inline-block;font-size: 1rem;max-width: calc((100% - 6rem) / 3);font-size:1.1rem;overflow:hidden;white-space:nowrap;line-height:1;}   
.notice3022 h2 ~ h2{margin-left:1rem;}
.notice3022 h2 a{position:relative;display:inline-block;color:#555;overflow:hidden;line-height: 2rem;transition: color 0.3s;-webkit-transition: color 0.3s;font-weight: 200;padding-right: 0.3rem;}
.notice3022 h2 span{position: relative;z-index: 1;}
.notice3022 h2 span:before{content:'';position:absolute;right: -0.3rem;top:0;display:block;width: 0;height: 1rem;background: #e7e0f4;transition: width 0.3s;-webkit-transition: width 0.3s;border-radius: 50%;z-index: -1;}
.notice3022 .list_box{position:absolute; top:2.3rem; display:none; width:100%; height:calc(100% - 2.3rem); }
.notice3022 .list_box .noti_top{background: #fcfaff;border: 1px solid #a789da;border-radius: 1.5rem 1.5rem 0 0;border-bottom: 2px solid #5d27b6;}
.notice3022 .list_box .noti_top a{display: block; padding: 1rem 1rem 1rem 5rem; }
.notice3022 .list_box .noti_top .date{width: 4.5rem; text-align: center; position: absolute; top: 1.2rem; left: 0.5rem; color: #555;}
.notice3022 .list_box .noti_top .date em{display: block;color: #5d27b6;font-size: 1.2rem;font-weight: 600;}
.notice3022 .list_box .noti_top h3{position:relative;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 0.95rem;margin-bottom: 0.3rem;transition: color 0.3s;-webkit-transition: color 0.3s;color: #222;}
.notice3022 .list_box .noti_top.new h3:before {content:"N";position:relative;display:inline-block;width:1.25rem;height:1.25rem;background: #0f1479;color:#fff;text-align:center;font-weight:600;margin-right:0.3rem;line-height:1.25rem;}
.notice3022 .list_box .noti_top .txt{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 0.8rem; color: #666; font-weight: 200;} 
.notice3022 .list_box ul{overflow:hidden; margin-top: 1rem;} 
.notice3022 .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;} 
.notice3022 .list_box ul > li > a::before{width: 4px;height: 4px;background: #5d27b6;border-radius: 50%;position: absolute;left: 0;top: 0.9rem;content: '';}

.notice3022 .list_box ul > li.new > a {padding-left:1.9rem;}
.notice3022 .list_box ul > li.new > a:after{content:'N'; position:absolute; top:50%; left:.5rem; display:block; width:1.25rem; height:1.25rem; margin-top:-.625rem; line-height:1.25rem; color:#fff; font-size:0.7rem; text-align:center; background:#0f1479; }


.notice3022 .list_box .date{position:absolute; top:0; right:0; color:#777; font-size:0.75rem; } 
.notice3022 .btn_more{position:absolute; top:-1.9rem; right:0; background: #370f79;}
/* active */
.notice3022 h2 a:hover,
.notice3022 h2 a:focus,
.notice3022 h2 a.current{color: #370f79;font-weight: 500;}
.notice3022 h2 a:hover:before,
.notice3022 h2 a:focus:before,
.notice3022 h2 a.current span:before{width: 1rem;}
.notice3022 .list_box.on{display:block;}
.notice3022 .list_box .noti_top a:hover .txt, .notice3022 .list_box .noti_top a:focus .txt{text-decoration: underline;}
.notice3022 .list_box ul > li > a:hover,
.notice3022 .list_box ul > li > a:focus{text-decoration:underline;}

.notice3022 .list_box .NoData {display:table; width:100%; height:100%; text-align:center; font-size:.75rem; background:#f3f3f3;}
.notice3022 .list_box .NoData span {display:table-cell; vertical-align:middle;}

/* 오늘의식단 */
.meal_menu3022{position:relative;height:100%;border: 1px solid #ccc;border-radius: 1rem 0 0 1rem;overflow: hidden;}
.meal_menu3022::after{display: block; content: ''; clear: both;}
.meal_menu3022 h2{width:10.5rem;float: left; font-size:1.1rem;overflow:hidden;white-space:nowrap;line-height:1;background: #0f1479;text-align: center;height: 4.5rem;line-height: 4.5rem;color: #fff;} 
.meal_menu3022 .imgBox{ position: absolute; top: 0.7rem; left: 1.5rem;}
.meal_menu3022 .meal_wrap{width: calc(100% - 10.5rem); height: 4.5rem; float: left; background: #fff; position: relative; padding:1rem 3rem 1rem 5rem;}
.meal_menu3022 ul{ height:2.4rem; overflow-y:auto;}
.meal_menu3022 ul li + li{margin-top:1rem;}
.meal_menu3022 ul li.no_Data{text-align:center; line-height:2.5rem;}
.meal_menu3022 dl::after{display: block; content: ''; clear: both;}
.meal_menu3022 dl dt.kcal{position: relative;text-align: center;font-weight: 600;font-size: 0.8rem;width: 6rem;line-height: 2rem;float: left;background: #d8e2f2;border-radius: 1rem;color: #222;} 
.meal_menu3022 dl dt.kcal strong{color: #00479d;font-weight: 500;padding-left: 0.1rem;}
.meal_menu3022 dl dd.meal_list{width: calc(100% - 7rem);float: right;color: #333;}
.meal_menu3022 .btn_more{right: 1rem;top: calc(50% - 0.75rem);background: #0f1479;}

/* 행사일정 */
.pop_schedule3022{position:relative; height:100%; overflow:hidden; } 
.pop_schedule3022 .title_wrap {position:relative;max-width:100%;padding-right:2rem;float: left;}
.pop_schedule3022 .title_wrap:before { content:""; position:absolute; top:50%; right:-200%; width:200%; height:1px; background:#ccc; }
.pop_schedule3022 .title_wrap h2 {margin-right:0.5rem;color: #222;font-size: 1.05rem;overflow: hidden;white-space: nowrap;float: left;}
.pop_schedule3022 .title_wrap p {color:#555;font-size:0.8rem;font-weight: 300;float: left;padding-top: 0.2rem;}
.pop_schedule3022 .month{text-align: center; margin: 0.25rem 0; background: #3a8bfb; color: #fff; width: calc(100% - 0.5rem); line-height: 2.5rem; position: relative;}
.pop_schedule3022 .month::before{width: 100%; height: 100%; background: #21325c; position: absolute; right: -0.5rem; bottom: -0.5rem; content: ''; z-index: -1;}
.pop_schedule3022 .month a{display: inline-block; line-height: 2.5rem;}
.pop_schedule3022 .month a i{transition: 0.3s; -webkit-transition: 0.3s;}
.pop_schedule3022 .month p{display: inline-block; margin: 0 1rem; font-size: 1rem; font-weight: 300;}
.lst_schedule{width:100%;height:13rem;margin-top: 2.2rem;overflow-y:auto;}
.lst_schedule > li{position:relative; width:50%; float:left; margin:0.4rem 0; }  
.lst_schedule > li a { display:block; position: relative; }
.lst_schedule > li .date{display:block;width:3.5rem;height:3.5rem;background: #25a7a6;padding:0.4rem;text-align:center;color:#fff;font-size:0.75rem;transition: background 0.3s;-webkit-transition: background 0.3s;border-radius: 0.8rem;}
.lst_schedule > li .txt { position:absolute; left:4rem; top:50%; display:block; width:calc(100% - 5rem); max-height:2.4rem; line-height:1.2rem; overflow:hidden; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%);}
.lst_schedule > li .date strong { display:block; line-height:1; font-size:1.25rem; } 
.lst_schedule > .no_Data{ width:100%; line-height:6rem; text-align:center;}
.pop_schedule3022 .btn_more {background: #0b6463;color:#fff;}
/* active */
.pop_schedule3022 .month a:hover.prev i,
.pop_schedule3022 .month a:focus.prev i{-webkit-transform:translateX(-30%); -ms-transform:translateX(-30%); -moz-transform:translateX(-30%); transform:translateX(-30%);}
.pop_schedule3022 .month a:hover.next i,
.pop_schedule3022 .month a:focus.next i{-webkit-transform:translateX(30%); -ms-transform:translateX(30%); -moz-transform:translateX(30%); transform:translateX(30%);}
.lst_schedule > li a:hover .txt,
.lst_schedule > li a:focus .txt{text-decoration:underline;} 
.lst_schedule > li a:hover .date,
.lst_schedule > li a:focus .date{background: #0b6463;}

/* 팝업존 */
.pop3022{position:relative; height:100%; padding-bottom:3.5rem;}
.pop3022:before {content:"";position:absolute;bottom:0;left:0;width:100%;height:11rem;border-radius:0 3rem 0 0; background: url('/00_common/images/T3022_main/popup_patten.png');}
.pop3022 h2{position:absolute;left:1.4rem;bottom:1.1rem;width:calc(100% - 12.5rem);color: #222;font-size: 1.1rem;overflow: hidden;white-space: nowrap;line-height: 1;}
.pop3022 .nss_pg{position:absolute; right:1.4rem; bottom:1rem; }
.pop3022 .nss_pg span{display:inline-block; font-size:0.7rem; color:#555;} 
.pop3022 .nss_pg span em{padding: 0 0.3rem; text-align: center;}
.pop3022 .nss_pg span .now{font-weight:600;color: #0f1479;font-size:0.8rem;position: relative;padding-right: 0.5rem;}
.pop3022 .nss_pg span .now::before{width:1px; height:6px; background: #554; position: absolute; right: 0; top: 0.5rem; transform: rotate(45deg); -webkit-transform: rotate(45deg); content: '';} 
.pop3022 .nss_pg a{display:inline-block; margin:0 0.1rem; width:1.5rem; height:1.5rem; line-height:1.5rem; border:1px solid #ccc; text-align:center; transition: color 0.3s; -webkit-transition: color 0.3s;} 
.pop3022 .nss_pg a:hover, .pop3022 .nss_pg a:focus{color: #fa7d0f;}
.pop3022 .nss_pg .play{display:none;} 
.pop3022 .pop_wrap{position: relative;width:calc(100% - 2.8rem);max-width:350px;margin: 0 auto;background: #eaebef;}
.pop3022 .pop_img{position:relative; z-index: 1; box-shadow:1px 1px 5px rgba(0,0,0,0.2); overflow: hidden; height: 225px;  text-align:center;}
.pop3022 .pop_img li a { display: block; height: 11.3rem; }
.pop3022 .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%;}
/* 팝업리스트 레이어 추가 */
.pop3022 .pop_layer_box{position:absolute; top:0; left:0; display:none; width:100%; height:100%; background:#394b61; z-index: 1;}
.pop3022 .pop_layer_box .pop_layer{position:relative; padding:1rem;}
.pop3022 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff;}
.pop3022 .pop_layer_box .pop_layer ul{margin-top:0.75rem; padding:1rem 2rem; height:11rem; line-height:1.1rem; text-align:left; background:#576c85; overflow-y:auto;}
.pop3022 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff;}
.pop3022 .pop_layer_box .pop_layer ul li a:hover,
.pop3022 .pop_layer_box .pop_layer ul li a:focus{text-decoration:underline;}
.pop3022 .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;}

/* 바로가기01 */
.M_link3022{position:relative; overflow:hidden;}
.M_link3022 ul{display: table; table-layout: fixed; width: 100%;}
.M_link3022 ul li{display: table-cell;}  
.M_link3022 ul li a{display: block;}
.M_link3022 ul li a .ico{display: block; text-align: center; width: 5rem; height: 5rem; border-radius: 50%; border: 1px solid #ccc; background: #fff; margin: 0 auto;}
.M_link3022 ul li a .ico img{width: 3.1rem; height: 3rem; margin-top: 1rem; transition: transform 0.3s; -webkit-transition: transform 0.3s;}
.M_link3022 ul li a em{display:block; margin-top: 1rem; height:2.4rem; font-size:0.85rem; padding: 0 0.5rem; line-height:1.2rem; text-align:center; overflow:hidden;} 
.M_link3022 ul li a:hover em, .M_link3022 ul li a:focus em{text-decoration: underline;}
.M_link3022 ul li a:hover .ico img, .M_link3022 ul li a:focus .ico img{transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}

/* 포토앨범 */
.gallery3022{position:relative; height:100%;}
.gallery3022 h2{width:calc(100% - 1.5rem);margin-bottom: 1.25rem;color: #111;font-size: 1.1rem;overflow: hidden;white-space: nowrap;line-height: 1;} 
.gallery3022 .gall_list li{display:block;width:30%;float:left;position: relative;margin-left: 5%;border-bottom: 1px solid #00479d;border-radius: 1rem 1rem 0 0;overflow: hidden;}
.gallery3022 .gall_list li:first-child{margin-left: 0;}
.gallery3022 .gall_list li .img{position:relative; width:100%; height:11.75rem; overflow:hidden; background:#eee;}
.gallery3022 .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;}
.gallery3022 .gall_list li .txt{text-align: left;overflow:hidden;text-overflow:ellipsis;line-height: 3rem;font-size: 0.85rem;font-weight: 200;padding-right: 0.5rem;white-space:nowrap;position: relative;color: #333;}
.gallery3022 .gall_list li .txt::before{font-family: 'xeicon'; content: "\e93f"; font-size: 1rem; position: absolute; top: 0; right: 0;}
/* active */
.gallery3022 .gall_list li:hover .img img,
.gallery3022 .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);}
.gallery3022 .gall_list li:hover .txt,
.gallery3022 .gall_list li:focus .txt{text-decoration: underline;}
 
.gallery3022 .NoData {display:table; width:100%; height:14.8rem; text-align:center; font-size:.75rem; background:#f3f3f3;}
.gallery3022 .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:1440px){
	.MVisual3022 { height:auto; }
	.MVisual3022 #m_visual li img { position:relative; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); -moz-transform:translateX(-50%); transform:translateX(-50%); width:150%; }
}
@media (max-width:1024px){
	h2{font-size:1rem;}

	/* 행사일정 */
	.lst_schedule > li { width:100%; }

	/* 바로가기 */
	.M_link3022 ul li a .ico { width:4rem; height:4rem; }
	.M_link3022 ul li a .ico img {width:2.5rem;height:auto;}


	/* 배너존 */
	.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:800px){   
	/* 비주얼 */
	.MVisual3022 .bx-controls { bottom:5%; }

	/* 오늘의 식단 */
	.meal_menu3022{border-radius:0; }
	.meal_menu3022 h2 { width:100%; height:2.5rem; line-height:2.5rem; }
	.meal_menu3022 .meal_wrap { width:100%; height:8rem; padding-left:1rem; }
	.meal_menu3022 ul { height:6rem; }
	.meal_menu3022 dl dt.kcal { float:none; }
	.meal_menu3022 dl dd.meal_list { width:100%; }
	.meal_menu3022 .imgBox { display:none; }
	.meal_menu3022 .btn_more { top:3.5rem; }

	/* 바로가기 */
	.M_link3022 ul { display:block; }
	.M_link3022 ul li { display:block; width:25%; float:left; }
	.M_link3022 ul li a em { margin:0.5rem 0; }

	/* 포토갤러리 */
	.gallery3022 .gall_list li { width:49%; margin-left:2%; }
	.gallery3022 .gall_list li + li + li { display:none; }
}

@media (max-width:600px){ 	 
}   
@media (max-width:480px){    
	/* 공지사항 */
	.notice3022 h2 { max-width:calc((100% - 2.5rem) / 3); font-size:0.9rem; }
	.notice3022 h2 ~ h2 { margin-left:0.2rem; }
	.notice3022 .list_box .noti_top a { padding-left:4rem; }
	.notice3022 .list_box .noti_top .date { width:3rem; }
	.notice3022 .list_box .noti_top .date em { font-size:1rem; }
	.notice3022 .list_box .noti_top h3 { font-size:0.85rem; }

	/* 바로가기 */ 
	.M_link3022 ul li { width:33.333%; }  
}
@media (max-width:380px){   
	/* 팝업존 */ 
	.pop3022 { padding-bottom:5rem; }
	.pop3022 h2 { padding-bottom:2rem; width:calc(100% - 2.8rem); text-align:center; }
	.pop3022 .pop_img { height:180px; }
	.pop3022 .nss_pg { width:calc(100% - 2.8rem); text-align:center; }

	/* 포토갤러리 */
	.gallery3022 .gall_list li { width:100%; margin-left:0; }
	.gallery3022 .gall_list li:nth-child(2) { display:none; }
}
