﻿ 
/*-----------------------------------------------------------
Author :JI, cohi
Creative date :2021. 09. 16
-----------------------------------------------------------*/
/*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; }

/* 메인비주얼 */
.MVisual3029{position:relative;height:25rem;overflow:hidden;border-radius: 0 0 1.5rem 1.5rem;}
.MVisual3029 #m_visual li{overflow:hidden;}
.MVisual3029 #m_visual li img{position:relative; width: 100%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.MVisual3029 .bx-wrapper{position:relative;}
.MVisual3029 .bx-controls{position:absolute; bottom:1rem; left:1rem; width:100%; height:1.3rem; text-align:left;}
.MVisual3029 .bx-controls-direction{display:none;}
.MVisual3029 .bx-controls a{display:inline-block; margin:0 3px; color:transparent; overflow:hidden; vertical-align:middle;}
.MVisual3029 .bx-controls-auto{font-size:0; vertical-align:middle;}  
.MVisual3029 .bx-controls-auto,
.MVisual3029 .bx-pager,
.MVisual3029 .bx-pager-item{display:inline-block;}
.MVisual3029 .bx-controls-auto a{width:1.3rem; height:1.3rem; background:no-repeat center / 100%;}
.MVisual3029 .bx-controls-auto a.bx-start{display:none; background-image:url('/00_common/images/con_com/btn_play.png');}
.MVisual3029 .bx-controls-auto a.bx-stop{display:inline-block; background-image:url('/00_common/images/con_com/btn_stop.png');}
.MVisual3029 .bx-pager{height:0.8rem; vertical-align:middle;}
.MVisual3029 .bx-pager-item{height:100%;}
.MVisual3029 .bx-pager a{width:0.8rem;height:100%;vertical-align:top;border: 1px solid #482491;border-radius:50%;} /* 비주얼 버튼 색상 */
.MVisual3029 .bx-pager a.active{background-color: #482491;}/* 비주얼 버튼 색상 */


/* 게시판 */
.notice3029{position:relative; height:100%; }
.notice3029::before{width: 100%; height: 1px; background: #c0c0c0; position: absolute; left: 0; top: 2.4rem; content: '';}
.notice3029 h2{display:inline-block; font-size: 1rem; max-width:calc((100% - 3rem) / 3); overflow:hidden; white-space:nowrap; line-height:1;}   
.notice3029 h2 ~ h2{margin-left:0.3rem;}
.notice3029 h2 a{position:relative; display:inline-block; color:#555; line-height: 2rem; padding-bottom: 0.5rem; overflow:hidden; transition: color 0.3s; -webkit-transition: color 0.3s;}
.notice3029 h2:first-child a{padding-left: 0;}
.notice3029 h2 a:after{content:'';position:absolute;left: 0;bottom: 0;display:block;width: 100%;height:4px;background: #1f2973;border-radius: 2rem;opacity: 0;}
.notice3029 .list_box{position:absolute; top: 2.4rem; display:none; width:100%; height:calc(100% - 2.4rem); }
.notice3029 .list_box .noti_top a{display: block; padding: 1rem 1rem 1.5rem 0; }
.notice3029 .list_box .noti_top a dl{position: relative; padding-left: 6rem;}
.notice3029 .list_box .noti_top a dl dt{position: absolute; width: 5rem; height: 100%; left: 0; top: 0; text-align: center; font-size: 1.1rem; line-height: 2.5rem; font-weight: 500; letter-spacing: 1.5px;}
.notice3029 .list_box .noti_top a dl dt em{display:block; width:100%; position:absolute; left:0; bottom:0; color:#fff; font-weight:300;	letter-spacing:normal;	line-height:1.5rem;	font-size:0.8rem; background:#1f2973; border-radius:2rem;}
.notice3029 .list_box .noti_top a dl dt strong{color: #1f2973;}
.notice3029 .list_box .noti_top a dl dd h3{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 0.95rem; line-height: 1.5rem; position: relative;}
.notice3029 .list_box .noti_top.new a dl dd h3{padding-left: 2rem; margin-bottom: 0.3rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: color 0.3s; -webkit-transition: color 0.3s;}
.notice3029 .list_box .noti_top.new a dl dd h3::before{display: block;width: 1.5rem;height: 1.5rem;line-height: 1.5rem;border-radius: 50%;background: #482491;color: #fff;text-align: center;position: absolute;left: 0;font-size: 0.8rem;content: 'N';}
.notice3029 .list_box .noti_top a dl dd p{color: #555; height: 2.4rem; overflow: hidden;}
.notice3029 .list_box ul{overflow:hidden;padding: 0.3rem 1.5rem;background: #fff;border: 2px dashed #e6e8e8;} 
.notice3029 .list_box ul > li + li{border-top: 1px solid #e6e8e8;}
.notice3029 .list_box ul > li > a{position:relative; display:block; width:100%; padding:0 4rem 0 0.75rem; line-height: 2.9rem; color:#333; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;} 
.notice3029 .list_box ul > li > a::before{width: 5px; height: 5px; background: #899192; position: absolute; left: 0; top: 1.4rem; content: '';}

.notice3029 .list_box ul > li.new > a {padding-left:2rem;}
.notice3029 .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; border-radius:50%; background:#482491; margin-right:0.5rem;}

.notice3029 .list_box .date{position:absolute; top:0; right:0; color:#777; font-size:0.75rem; } 
.notice3029 .btn_more{position:absolute; top:-2rem; right:0;}
.notice3029 .btn_more i{color: #333;font-size: 1rem;transition: 0.3s;-webkit-transition: 0.3s;-o-transition: 0.3s;-moz-transition: 0.3s;}
/* active */
.notice3029 h2 a:hover,
.notice3029 h2 a:focus,
.notice3029 h2 a.current{color: #1f2973;}
.notice3029 h2 a.current:before, .notice3029 h2 a.current:after{opacity: 1;}
.notice3029 .list_box.on{display:block;}
.notice3029 .list_box .noti_top a:hover dl dd h3, .notice3029 .list_box .noti_top a:focus dl dd h3{color: #482491;}
.notice3029 .list_box .noti_top a:hover dl dd p, .notice3029 .list_box .noti_top a:focus dl dd p{text-decoration: underline;}
.notice3029 .list_box ul > li > a:hover,
.notice3029 .list_box ul > li > a:focus{text-decoration:underline;}
.notice3029 .btn_more:hover i, .notice3029 .btn_more:focus i{transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}

.notice3029 .list_box .NoData {display:table; width:100%; height:calc(100% - 1rem); margin-top:1rem; text-align:center; font-size:.75rem; background:#f3f3f3;}
.notice3029 .list_box .NoData span {display:table-cell; vertical-align:middle;}

/* 행사일정 */
.pop_schedule3029{position:relative; height:100%;} 
.pop_schedule3029 h2{width:calc(100% - 1rem); margin-bottom: 1rem; color:#333; font-size:1.1rem; overflow:hidden; white-space:nowrap; line-height:1;}
.lst_schedule{width:100%; height:16.5rem; overflow-y:auto;}
.lst_schedule > li + li{margin-top: 0.5rem;}
.lst_schedule > li a{display: block; line-height: 3.75rem; padding-left: 4.5rem;white-space:nowrap; text-overflow:ellipsis; overflow:hidden; position: relative;}
.lst_schedule > li .date{position: absolute;left: 0;top: 0;display: block;width:3.75rem;height:3.75rem;line-height: 1.3;text-align:center;padding-top: 0.5rem;background: #2746b7;border-radius: 1rem;color:#fff;font-size: 0.75rem;transition: background 0.3s;-webkit-transition: background 0.3s;}
.lst_schedule > li .date em{display: block; font-size: 1.25rem; font-weight: 600;}
.lst_schedule > .no_Data{line-height:6rem; text-align:center;}
.pop_schedule3029 .btn_more{position: absolute; top: 0; right: 0;}
.pop_schedule3029 .btn_more i{color: #333;font-size: 1rem;transition: 0.3s;-webkit-transition: 0.3s;-o-transition: 0.3s;-moz-transition: 0.3s;}
/* active */
.pop_schedule3029 .month a:hover.prev i,
.pop_schedule3029 .month a:focus.prev i{-webkit-transform:translateX(-30%); -ms-transform:translateX(-30%); -moz-transform:translateX(-30%); transform:translateX(-30%);}
.pop_schedule3029 .month a:hover.next i,
.pop_schedule3029 .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,
.lst_schedule > li a:focus{text-decoration:underline;} 
.lst_schedule > li a:hover .date,
.lst_schedule > li a:focus .date{background: #1d3282;}
.pop_schedule3029 .btn_more:hover i, .pop_schedule3029 .btn_more:focus i{transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}


/* 바로가기01 */
.M_link3029{position:relative; overflow:hidden;}
.M_link3029 ul{display: table; table-layout: fixed;width: calc(100% + 1rem); transform: translateX(-0.5rem); -webkit-transform: translateX(-0.5rem);}
.M_link3029 ul li{position: relative;display: table-cell;padding: 0.5rem 0.8rem;}  
.M_link3029 ul li a{display: block;width: 8.5rem;height: 8.5rem;background: #fff;border: 3px solid #fff;background-size: 100% 100%;border-radius: 50%;padding: 1.5rem 0 1rem;transition:0.3s;-webkit-transition:0.3s;box-shadow: 1px 1px 15px 3px rgb(23 101 182 / 10%);z-index: -2;} 
.M_link3029 ul li a:before {content:"";display:block;position:absolute;width:1rem;height:1rem;background:#2746b7;border-radius: 50%;left: 50%;transform: translateX(-50%);top: 0; opacity:0; transition: background 0.3s; -webkit-transition: background 0.3s;}
.M_link3029 ul li a .ico{display:block; text-align:center;}
.M_link3029 ul li a .ico img{width: 3.4rem;height: 3.4rem;}
.M_link3029 ul li a em{position: relative;display:block;width: 56%;height:2.4rem;font-size:0.85rem;margin: 0 auto;line-height:1.2rem;text-align:center;overflow:hidden;z-index: 1;} 
.M_link3029 ul li a em:before {content:'';position:absolute;top: 0.3rem;left: 50%;transform: translateX(-50%);display:block;width: 100%;height:0.8rem;box-shadow: inset rgb(55 123 223 / 20%) 0 -10px 0;opacity:0;-webkit-transition:opacity 0.3s;-ms-transition:opacity 0.3s;-moz-transition:opacity 0.3s;transition:opacity 0.3s;z-index: 0;}
.M_link3029 ul li a:hover em, .M_link3029 ul li a:focus em{color: #4774c5;}
.M_link3029 ul li a:hover, .M_link3029 ul li a:focus{border:3px solid #2746b7;}
.M_link3029 ul li a:hover:before, .M_link3029 ul li a:focus:before{opacity:1;}
.M_link3029 ul li a:hover em:before, .M_link3029 ul li a:focus em:before {opacity:1;}


/* 포토앨범 */
.gallery3029{position:relative; height:100%;}
.gallery3029 h2{width:calc(100% - 2rem); margin-bottom: 1rem; font-size:1.1rem; overflow:hidden; white-space:nowrap; line-height:1; color:#333;} 
.gallery3029 h2 span{font-size: 0.8rem; padding-left: 0.5rem;} 
.gallery3029 .gall_list::after{display: block; content: ''; clear: both;}
.gallery3029 .gall_list li{display:block; width:100%; position: relative;}
.gallery3029 .gall_list li + li {display: none;}
.gallery3029 .gall_list li .img{position:relative; width:100%; height:11.25rem; overflow:hidden; background:#eee; border-radius:1.5rem;}
.gallery3029 .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;}
.gallery3029 .gall_list li .txt{position: absolute; width: 90%; right: 0; bottom: 0; overflow:hidden; text-overflow:ellipsis; font-size: 0.95em; line-height: 2.25rem; white-space:nowrap; background: #fff; padding: 0 4rem 0 1rem;}
.gallery3029 .gall_list li .txt span{font-size: 0.7rem; position: absolute; right: 0.5rem; color: #555;}
.gallery3029 .btn_more{position: absolute; top: 0; right: 0;}
.gallery3029 .btn_more i{color: #333;font-size: 1rem;transition: 0.3s;-webkit-transition: 0.3s;-o-transition: 0.3s;-moz-transition: 0.3s;}
/* active */
.gallery3029 .gall_list li:hover .img img,
.gallery3029 .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);}
.gallery3029 .gall_list li:hover .txt,
.gallery3029 .gall_list li:focus .txt{text-decoration: underline;}
.gallery3029 .btn_more:hover i, .gallery3029 .btn_more:focus i{transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}

.gallery3029 .NoData {display:table; width:100%; height:11.25rem; text-align:center; font-size:.75rem; background:#f3f3f3;}
.gallery3029 .NoData span {display:table-cell; vertical-align:middle;}

/* 오늘의식단 */
.meal_menu3029{position:relative; height:100%;}
.meal_menu3029 h2{width:calc(100% - 2rem); margin-bottom: 1rem; font-size:1.1rem; overflow:hidden; white-space:nowrap; line-height:1; color:#333;}
.meal_menu3029 .imgBox{position: absolute;bottom: 2.2rem;right: 1rem;}
.meal_menu3029 .imgBox img{vertical-align: bottom; max-width: 100%;}
.meal_menu3029 .meal_wrap{padding: 1.5rem 6rem 2.6rem 1rem;background: #fff;border-radius: 1.5rem;}
.meal_menu3029 ul{ height:7.2rem; overflow-y:auto; padding-right:0.5rem;}
.meal_menu3029 ul li + li{margin-top:1rem;}
.meal_menu3029 ul li.no_Data{text-align:center; line-height:6rem;}
.meal_menu3029 dl dt.kcal{position: relative;font-size: 0.9rem;line-height: 2.25rem;text-align: center;} 
.meal_menu3029 dl dt.kcal strong{position:absolute; left:0;	bottom:0; width:4.25rem; text-align:center;	color:#fff;	background:#1f2973;	border-radius:0.8rem 0 0 0.8rem;}
.meal_menu3029 dl dt.kcal em{display: block;margin-left: 4.25rem;background: #f4f4f4;border-radius: 0 0.8rem 0.8rem 0;}
.meal_menu3029 dl dd.meal_list{margin-top:1.25rem; }
.meal_menu3029 .btn_more{position: absolute; top: 0; right: 0;}
.meal_menu3029 .btn_more i{color: #333;font-size: 1rem;transition: 0.3s;-webkit-transition: 0.3s;-o-transition: 0.3s;-moz-transition: 0.3s;}
.meal_menu3029 .btn_more:hover i, .meal_menu3029 .btn_more:focus i{transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}


/* 팝업존 */
.pop3029{height:100%;}
.pop3029 h2{margin-bottom: 1rem; font-size:1.1rem; overflow:hidden; white-space:nowrap; line-height:1; color:#333;}
.pop3029 .nss_pg{position:absolute; right:0; top:0;}
.pop3029 .nss_pg span{display:inline-block;} 
.pop3029 .nss_pg span em{text-align: center; color: #555; font-size: 0.7rem; padding: 0 0.2rem;}
.pop3029 .nss_pg span .now{font-weight:600;color: #2746b7;position: relative;font-size: 0.8rem;}
.pop3029 .nss_pg a{display:inline-block; margin:0 0.1rem; width:1rem; text-align:center; transition: color 0.3s; -webkit-transition: color 0.3s;} 
.pop3029 .nss_pg a:hover, .pop3029 .nss_pg a:focus{color: #4774c5;}
.pop3029 .nss_pg .play{display:none;} 
.pop3029 .pop_img{position:relative;margin:0 auto;width:100%;height:225px;overflow:hidden;text-align:center;background: #4ea2ea;border-radius: 1.5rem;} 
.pop3029 .pop_img li a { display: block; height: 11.3rem; }
.pop3029 .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%;}
/* 팝업리스트 레이어 추가 */
.pop3029 .pop_layer_box{position:absolute; top:0; left:0; display:none; width:100%; height:100%; background:#394b61; z-index: 1;}
.pop3029 .pop_layer_box .pop_layer{position:relative; padding:1rem;}
.pop3029 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff;}
.pop3029 .pop_layer_box .pop_layer ul{margin-top:0.75rem; padding:1rem 2rem; height:9.3rem; line-height:1.1rem; text-align:left; background:#576c85; overflow-y:auto;}
.pop3029 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff;}
.pop3029 .pop_layer_box .pop_layer ul li a:hover,
.pop3029 .pop_layer_box .pop_layer ul li a:focus{text-decoration:underline;}
.pop3029 .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){
	/* 메인비주얼 */
	.MVisual3029{height: auto;}
	
	/* 바로가기 */
	.M_link3029 ul li {padding:0.5rem;}
	.M_link3029 ul li a {width:8rem; height:8rem;}
	.M_link3029 ul li a em {width:60%;}
}
@media (max-width:1024px){
	.MC_wrap2 {padding:2rem 0 1.5rem 0;}
	.MC_wrap2::before {height:100%;}
	
	/* 게시판 */
	.notice3029 h2 {font-size:1rem;}
	
	/* 행사일정 */
	.pop_schedule3029 h2 {font-size:1rem;}
	
	/* 오늘의식단 */
	.meal_menu3029 h2 {font-size:1rem;}
	
	/* 바로가기 */
	.M_link3029 ul{display: block; width: 100%; transform: none; -webkit-transform: none;}
	.M_link3029 ul::after{display: block; content: ''; clear: both;}
	.M_link3029 ul li{display: block; width: 25%; float: left; padding:0.5rem 0.5rem 1rem;}
	.M_link3029 ul li a {width:8.5rem; height:8.5rem;}
	
	
	/* 포토갤러리 */
	.gallery3029 h2 {font-size:1rem;}
	.gallery3029 .gall_list li + li{display: block;}
	.gallery3029 .gall_list li{width: 49%; float: left; margin-left: 2%;}
	.gallery3029 .gall_list li:first-child{margin-left: 0;}
	
	/* 팝업존 */
	.pop3029 h2 {font-size: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:920px){
	/* 오늘의식단 */
	.meal_menu3029 .meal_wrap{padding-right: 4.5rem;}
	.meal_menu3029 .imgBox img{width: 3.5rem;}
}
@media (max-width:800px){  
	/* 바로가기 */
	.M_link3029 ul li{width: 33.333%;}
	
	
}

@media (max-width:600px){
	
	/* 바로가기 */
	.M_link3029 ul li{width: 50%;}
	.M_link3029 ul li a {margin:0 auto;}

}  
@media (max-width:480px){
	/* 공지사항 */
	.notice3029 h2{font-size: 0.9rem; max-width: calc((100% - 2rem) / 3);}
	.notice3029 h2 a{padding-left: 0.5rem;}
	.notice3029 h2 ~ h2{margin-left: 0;}
	.notice3029 .list_box ul { padding:0.3rem 0.5rem; }
	.notice3029 .list_box ul > li > a { line-height:2.25rem; }
	.notice3029 .list_box ul > li > a::before { top:1rem;}
	.notice3029 .list_box .noti_top a dl{padding-left: 4.5rem;}
	.notice3029 .list_box .noti_top a dl dd h3{font-size: 0.9rem;}
	.notice3029 .list_box .noti_top a dl dt{width: 3.5rem; letter-spacing:0.5px;}
	
	/* 바로가기 */
	.M_link3029 ul li a {width:7rem;height:7rem; padding:1rem 0;}
	.M_link3029 ul li a .ico img{width: 3rem;height: auto;} 
	
	/* 포토갤러리 */
	.gallery3029 .gall_list li{width: 100%;}
	.gallery3029 .gall_list li + li {display: none;}
}
@media (max-width:380px){ 
	/* 바로가기 */
	.M_link3029 ul li a { width:6rem; height:6rem; padding:0.8rem 0;}
	.M_link3029 ul li a em {width:90%; font-size:0.8rem;}
	.M_link3029 ul li a .ico img { width:2.5rem; }

	/* 오늘의식단 */
	.meal_menu3029 .imgBox{display: none;}
	.meal_menu3029 .meal_wrap{padding: 1rem;}
	.meal_menu3029 ul{padding-right: 0;}
}