@charset "utf-8";
#body_content{padding-bottom:130px;}
.sub-page-top{margin-bottom:50px;}
img{max-width:100%;}
/* Text align */
.text-left{text-align:left !important;}
.text-center{text-align:center !important;}
.text-right{text-align:right !important;}

/* Table */
.table_scroll {overflow-x:auto;margin-bottom: 20px;}/*넓이가 긴 테이블 */
table.table-detail { border-top: 2px solid #000000; border-right: 1px solid #d8d8de; border-left: 0; width: 100%; text-align: left; border-collapse: separate; border-spacing: 0; }
table.table-detail caption { overflow: hidden; position: absolute; top: 0; left: 0; width: 1px; height: 1px; font-size: 0; line-height: 0; }
table.table-detail th,
table.table-detail td { border-left: 1px solid #d8d8de; border-bottom: 1px solid #d8d8de; margin-top: 0; padding: 12px 10px; vertical-align: middle; width: auto; line-height: 1.4; }
table.table-detail th { background: #f8f8f8; color: #000000; font-weight: 500; text-align: center; }
table.table-detail th.th01 { background: #f6f7f9;  }/*가로타이틀경우*/
table.table-detail td { min-height: 40px; color: #666666; }
table.table-scroll { word-break: keep-all; }/* table */
@media all and (max-width:768px){
	.table_scroll table.table-detail{width:1000px}
}

/* TITLE STYLE */
h5.tit{font-size:40px; color:#000; padding:0 0 10px 0px; margin-bottom:36px; display:inline-block; border-bottom:2px solid #000;}
h6.tit{font-size:28px; color:#333e5a; font-weight:600; margin-bottom:20px; padding-top:14px; position:relative; }
.stit{color:#000; font-size:22px; margin-bottom:24px; font-weight:500; padding-left:20px; position:relative; line-height:1;}
.stit::before{width:3px; height:20px; background:#000; content:''; display:block; position:absolute; left:0; top:2px;}
p{line-height:1.5; font-size:18px; color:#222; }
p.point{color:#009858; font-weight:500;}
@media all and (max-width:768px){
	h5.tit{font-size:20px; margin-bottom:24px;}
	h6.tit{font-size:18px; margin-bottom:12px; }
	.stit{font-size:17px; margin-bottom:12px;}
	.stit::before{height:17px; top:0;}
	p{font-size:14px; line-height:1.5;}
}

.contbox{padding:50px; border-radius: 24px;}
.contbox.gray{background:#f5f5f5;}
@media all and (max-width:767px){
	.contbox{padding:30px;}
}

/* gap | sgap */
.gap{height:70px}
.sgap{height:50px}
.ssgap{height:20px}
.f_l{float:left;}
.f_r{float:right;}
@media all and (max-width:768px){
	.gap{height:50px;}
	.sgap{height:30px;}
}

/* TAB STYLE */
.ui-page-tab{margin-bottom:60px;}
.ui-page-tab li{display:table-cell; width:1%; border-bottom:1px solid #e5e5e5; float:none; text-align:center;}
.ui-page-tab li a{display:inline-block; color:#8d8d8d; font-size:18px; font-weight:600;}
.ui-page-tab li.on a{color:#000; font-weight:600; position:relative;}
.ui-page-tab li.on a::before{width:100%; height:3px; position:absolute; bottom:0; content:''; display:block; background:#000;}
@media all and (max-width:768px){
	.ui-page-tab{margin-bottom:30px;}
	.ui-page-tab li{display:block; float:left; width:50%;}
	.ui-page-tab li a{font-size:14px; white-space:nowrap; display:block; text-overflow:ellipsis; overflow-x:hidden;}
}


/* imgbox STYLE*/
.imgBox{border:5px solid #f9f9f9; padding:40px; display:flex; justify-content:space-between; flex-wrap:wrap;}
.imgBox.col2 img{width:48%; margin-bottom:20px}
@media all and (max-width:768px){
	.imgBox{padding:20px;}
	.imgBox.col2 img{width:100%;}
	.imgBox.col2 img:last-child{margin-bottom:0;}
}
.img-zoom{position:relative;}
.img-zoom img{width:100%; height:auto;}
.img-zoom .zoom-btn{display:none; width:60px; height:60px; background:url(/resources/custom/images/hrc/sub/ico_imgZoom.png) no-repeat center,#fff; background-size:24px; position:absolute; bottom:10px; right:10px; z-index:1; text-indent:-9999px; border-radius: 8px; box-shadow: 0 0 5px 0 rgba(0,0,0,.2);}
@media all and (max-width:768px){
	.img-zoom .zoom-btn{display:block;}
}


/* LIST STYLE */
.list-num li{padding-left:40px; position:relative; font-size:18px; color:#222222; margin-bottom:16px; line-height:1.5;}
.list-num li::before{content:''; width:27px; height:27px; border-radius: 50%; background:#f3f3f3; color:#434343; text-align:center; position:absolute; left:0; line-height:27px; font-size:14px;}
.list-num li:nth-child(1)::before{display:block; content:'1';}
.list-num li:nth-child(2)::before{display:block; content:'2';}
.list-num li:nth-child(3)::before{display:block; content:'3';}
.list-num li:nth-child(4)::before{display:block; content:'4';}
.list-num li:nth-child(5)::before{display:block; content:'5';}
.list-num li:nth-child(6)::before{display:block; content:'6';}
.list-num li:nth-child(7)::before{display:block; content:'7';}
.list-num li:nth-child(8)::before{display:block; content:'8';}
.list-num li:nth-child(9)::before{display:block; content:'9';}
.list-num li:nth-child(10)::before{display:block; content:'10';}
.list-kor{padding-left:24px;}
.list-kor li{padding-left:40px; position:relative; font-size:18px; color:#222222; margin-bottom:16px; line-height:1.5;}
.list-kor li::before{content:''; width:27px; height:27px; border-radius: 50%; background:#2d2d2d; color:#fff; text-align:center; position:absolute; left:0; line-height:27px; font-size:14px;}
.list-kor li:nth-child(1)::before{display:block; content:'가';}
.list-kor li:nth-child(2)::before{display:block; content:'나';}
.list-kor li:nth-child(3)::before{display:block; content:'다';}
.list-kor li:nth-child(4)::before{display:block; content:'라';}
.list-kor li:nth-child(5)::before{display:block; content:'마';}
.list-kor li:nth-child(6)::before{display:block; content:'바';}
.list-kor li:nth-child(7)::before{display:block; content:'사';}
.list-kor li:nth-child(8)::before{display:block; content:'아';}
.list-kor li:nth-child(9)::before{display:block; content:'자';}
.list-kor li:nth-child(10)::before{display:block; content:'차';}
.list01 li{padding-left:15px; position:relative; font-size:18px; color:#333; margin-bottom:10px; line-height:1.375;}
.list01 li strong{margin-right:8px;}
.list01 li::before{width:5px; height:5px; background:#8f8f8f; border-radius: 50%; position:absolute; left:0; top:9px; content:''; display:block}
.list01 li:last-child{margin-bottom:0;}
.list02 li{padding-left:15px; position:relative; font-size:18px; color:#333; margin-bottom:10px; line-height:1.375; text-align:left;}
.list02 li::before{width:5px; height:1px; background:#5a5a5a; position:absolute; left:0; top:9px; content:''; display:block;}
.list02 li:last-child{margin-bottom:0;}
.ico_list01{display:flex;flex-wrap:wrap; justify-content:space-between;}
.ico_list01 li{border-radius: 20px; border:1px solid #ccc; padding:50px 30px 50px 170px; width:calc(50% - 10px); margin-bottom:20px}
.ico_list01 li h6{font-size:20px;margin-bottom:10px;}
.ico_list01 li:nth-child(1){background:url(/resources/custom/images/fund/sub/ico_list01.png) no-repeat left 40px center; background-size:90px}
.ico_list01 li:nth-child(2){background:url(/resources/custom/images/fund/sub/ico_list02.png) no-repeat left 40px center; background-size:90px}
.ico_list01 li:nth-child(3){background:url(/resources/custom/images/fund/sub/ico_list03.png) no-repeat left 40px center; background-size:90px}
.ico_list01 li:nth-child(4){background:url(/resources/custom/images/fund/sub/ico_list04.png) no-repeat left 40px center; background-size:90px}
@media all and (max-width:768px){
	.list01 li{font-size:14px; padding-left:10px;}	
	.list01 li::before{width:3px; height:3px; top:7px;}
	.list02 li{font-size:14px; padding-left:10px;}	
	.list02 li::before{width:3px; top:7px;}
	.list-num li::before{width:20px; height:20px; line-height:20px; font-size:12px;}
	.list-kor li::before{width:20px; height:20px; line-height:20px; font-size:12px;}
	.list-num li, .list-kor li{padding-left:30px; font-size:14px; margin-bottom:10px}
	.ico_list01 li{width:100%;}
	.ico_list01 li:nth-child(1){background-position:center 20px; background-size:60px; padding:100px 30px 30px 30px}
	.ico_list01 li:nth-child(2){background-position:center 20px; background-size:60px; padding:100px 30px 30px 30px}
	.ico_list01 li:nth-child(3){background-position:center 20px; background-size:60px; padding:100px 30px 30px 30px}
	.ico_list01 li:nth-child(4){background-position:center 20px; background-size:60px; padding:100px 30px 30px 30px}
}

.info-box{padding:70px 30px 70px 220px; background:url(/resources/custom/images/fund/sub/ico_infobox01.png) no-repeat 70px center, #f9f9f9; background-size:75px; border-radius: 20px}
.info-box h6{font-size:20px; margin-bottom:10px; color:#009858;}
@media all and (max-width:767px){
	.info-box{padding:30px 30px 30px 120px; background-size:35px; background-position:40px center}
	.info-box h6{font-size:16px;}
}
@media all and (max-width:500px){
	.info-box{padding:70px 30px 30px 30px; background-size:30px; background-position:center 20px;}
}
/* SITEMAP COMMON */
.sitemapWrap .sub-page-top{margin-top:60px;}
.sitemap{padding:50px 0; border-top:2px solid #000; border-bottom:1px solid #c5c5c5;}
.sitemap > ul > li{display:flex; margin-bottom:70px;}
.sitemap > ul > li > a{width:200px; font-size:24px; font-weight:600; color:#000; border-right:1px solid #d7d7d7;}
.sitemap > ul > li > ul{width:calc(100% - 200px); padding-left:50px; display:flex; flex-wrap:wrap;}
.sitemap > ul > li > ul > li{width:25%;}
.sitemap > ul > li > ul > li > a{color:#222; font-weight:600; font-size:20px; display:block; margin-bottom:10px;}
.sitemap > ul > li > ul > li > ul > li > a{padding-left:10px; position:relative; color:#5a5a5a; margin-bottom:5px; display:block; font-size:16px;}
.sitemap > ul > li > ul > li > ul > li > a::before{display:block; content:''; width:3px; height:3px; background:#e5e5e5; position:absolute; top:7px; left:0;}
@media all and (max-width:1200px){
	.sitemap{padding:0px;}
	.sitemap > ul > li{display:block; margin-bottom:0;}
	.sitemap > ul > li > a{display:block; width:100%; border-bottom:1px solid #d7d7d7; border-right:0; padding:15px; border-top:1px solid #d7d7d7; background:#f9f9f9;}
	.sitemap > ul > li:first-child > a{border-top:0}
	.sitemap > ul > li > ul{width:100%; padding-left:0; min-height:80px;}
	.sitemap > ul > li > ul > li{padding:15px;}
}
@media all and (max-width:767px){
	.sitemap > ul > li > ul > li{width:50%;}
}


#content-header {display:block;padding-top:0px; position:relative}
#content-header:before,#content-header:after{position:absolute;top:0;left:0;width:100%;height:100%;content:""}
#content-header:before{background-size:cover;}
#content-header.solution:before{background-image:url(/resources/custom/images/main/common/sub-bg.jpg)} 
#content-header-inner {position: relative; margin:0 auto; height:100%; background-repeat: no-repeat; width: 100%;  margin: 0 auto;  background-position: center; background-size: cover;}
#content-header .snbtitle {position: absolute; top: 40px; left: 0; right: 0; color: #fff;}
#content-header .snbtitle > h3 {color: #16808a; font-size: 28px;}
#content-header .snbtitle .sub-top-en {font-size: 16px; color: #79b1b6;}
#content-header .flexslider {background:none; border: none;}
#content-header.no6:before { background-image: url(/resources/custom/images/main/common/sub-bg.jpg)}
@media screen and (max-width:768px){
	#content-header { height:250px;}
	#content-header .snbtitle{ position:relative; top: 105px;}
	#content-header .snbtitle > h2{ font-size: 1.825em}
	.sub-top-ttl p{font-size:24px;}
	.sub-contents:before{opacity: 0.2!important;}
	#body_content h3{margin-bottom:20px;}

	#searchVO input.ui-btn{ padding:8px 20px}
	.line-box .inner{font-size:16px !important; line-height:1.5rem !important;word-break: keep-all; }
	.display_m{ display:block !important}/*모바일에서 존재*/
	.info_box > p{ padding:20px}
	.table_scroll, .table_Scroll {overflow-x:auto;}
	.table_scroll table, .table_Scroll table {width:768px;}
	.list_li02{margin:5px}
 	.ui-page-tab li a {font-size: 15px;}
}

/* S : SUBPAGE */
.intro01 .top-text{display:flex; align-items:center;}
.intro01 .top-text h6{font-family: 'Gmarket'; font-size:36px; color:#5a5a5a; margin-left:60px; position:relative;}
.intro01 .top-text h6 span{color:#009858;font-family: 'Gmarket'; }
.intro01 .top-text h6::before{width:60px; height:3px; background:#009858; display:block; content:''; position:absolute; top:-30px; left:0;}
.intro01 .top-text .img{position:relative; margin-top:50px}
.intro01 .top-text .img::before{width:550px; height:360px; border-radius:180px 0 0 180px; display:block; content:''; background:#f9f9f9; }
.intro01 .top-text .img img{width:530px; position:absolute; bottom:0; left:20px;}
.intro01 .text{margin-top:100px; display:flex; justify-content:space-between; gap:30px}
.intro01 .text p{margin-bottom:10px;}
.intro01 .name{text-align:right; font-family: 'Gmarket'; font-size:24px;}
.intro01 .name span{color:#009858; font-family: 'Gmarket';}
@media all and (max-width:1200px){
	.intro01 .top-text .img::before{width:360px; height:240px;}
	.intro01 .top-text .img img{width:340px;}
	.intro01 .top-text h6{font-size:24px;}
	.intro01 .text{margin-top:30px;display:block;}
}
@media all and (max-width:767px){
	.intro01 .top-text .img::before{width:210px; height:130px;}
	.intro01 .top-text .img img{width:190px;}
	.intro01 .top-text h6{margin-left:20px; font-size:20px;}
	.intro01 .name{font-size:18px;}
}
@media all and (max-width:640px){
	.intro01 .top-text{display:block;}
	.intro01 .top-text .img{margin-top:0;}
	.intro01 .top-text .img img{width:210px; left:50%; transform:translateX(-50%);}
	.intro01 .top-text .img::before{margin:0 auto 50px auto}
}
.intro02 .downFund{background:#eefbfc; padding: 85px 50px; position:relative; bottom:-160px; display:flex; align-items:end;}
.intro02 .downFund::before{display:block; content:''; width:4000px; height:100%; position:absolute; left:50%; transform:translateX(-50%); background:#eefbfc; z-index:-1; top:0;}
.intro02 .downFund::after{width:363px; height:288px; display:block; content:''; position:absolute; right:0; background:url(/resources/custom/images/fund/sub/fundDown_bg.png) no-repeat center; background-size:cover; z-index:1; bottom:0;}
.intro02 .downFund h5{font-family: 'Gmarket'; font-size:34px; color:#111111; margin-bottom:16px;}
.intro02 .downFund p{font-family: 'Gmarket'; font-weight:300; font-size:24px; color:#343434;}
.intro02 .downFund .button{font-family: 'Gmarket'; font-weight:300; color:#00a4aa; background:url(/resources/custom/images/fund/sub/ico_fundDown.png) no-repeat center right 25px, #fff; background-size:20px auto;  display:inline-block; padding:12px 60px 12px 20px; font-size:24px; border-radius: 20px; margin-left:30px; transition:all .3s ease;}
.intro02 .downFund .button:hover{background:url(/resources/custom/images/fund/sub/ico_fundDownOn.png) no-repeat center right 25px, #00a4aa; background-size:20px auto;  color:#fff; transition:all .3s ease;}
@media all and (max-width:1500px){
	.intro02 .downFund{display:block}
	.intro02 .downFund .button{margin-left:0; margin-top:10px}
}
@media all and (max-width:1200px){
	.intro02 .downFund h5{font-size:24px}
	.intro02 .downFund p{font-size:16px;}
	.intro02 .downFund .button{font-size:16px;}
	.intro02 .downFund::after{width:240px; height:180px;}
}
@media all and (max-width:767px){
	.intro02 .downFund{padding:40px 30px;}
	.intro02 .downFund::after{display:none;}
	.intro02 .downFund h5{font-size:18px;}
}

.intro03 .root_daum_roughmap{width:100% !important;}
.intro03 .root_daum_roughmap .cont{display:none}
.intro03 .map_wrap{position:relative;}
.intro03 .map_info{ width:100%; background:linear-gradient(to right, #009958, #00d87c); padding:40px 50px; display:flex; justify-content:space-between; border-bottom-left-radius:24px; border-bottom-right-radius:24px;}
.intro03 .map_info h6{font-size:24px; color:#fff; width:240px; font-family: 'Gmarket'; line-height:1.375;}
.intro03 .map_info ul{width:calc(100% - 450px);}
.intro03 .map_info ul li{color:#fff; display:flex; margin-bottom:10px; font-size:18px;}
.intro03 .map_info ul li strong{width:140px; position:relative;}
.intro03 .map_info ul li strong i{width:24px; height:24px; display:inline-block; vertical-align:middle; border-radius: 50%; margin-right:8px;}
.intro03 .map_info ul li strong::after{content:''; width:1px; height:20px; background:#fff; position:absolute; right:0; top:0;}
.intro03 .map_info ul li span{width:calc(100% - 100px); margin-left:20px; color:#fff;}
.intro03 .map_info ul li i.ico01{background:url(/resources/custom/images/fund/sub/ico_intro0302.png) no-repeat center, #fff; background-size:16px;}
.intro03 .map_info ul li i.ico02{background:url(/resources/custom/images/fund/sub/ico_intro0303.png) no-repeat center, #fff; background-size:16px;}
.intro03 .map_info a{width:150px; height:100px; background:url(/resources/custom/images/fund/sub/ico_intro0301.png) no-repeat center 20px, #fff; background-size:30px; border-radius: 16px; color:blue; text-align:center; transition:all .3s ease; border:1px solid #d0d0d0;}
.intro03 .map_info a span{color:#009958; font-family: 'Gmarket'; padding-top:55px; display:inline-block; }
.intro03 .map_info a:hover{ border:4px solid #009958; transition:all .3s ease;}
@media all and (max-width:1000px){
	.intro03 .map_info h6{font-size:20px;}
	.intro03 .map_info ul{width:auto;}
	.intro03 .map_info ul li{font-size:16px;}
	.intro03 .map_info a{width:100px; height:100px;}
}
@media all and (max-width:640px){
	.intro03 .map_info{display:block; padding:40px 20px;}
	.intro03 .map_info h6{margin-bottom:10px;}
	.intro03 .map_info ul{margin-bottom:10px;}
	.intro03 .map_info ul li{font-size:14px;}
	.intro03 .map_info a{display:block; width:100%; height:auto; border-radius: 8px; padding:10px 0; background-image:none;}
	.intro03 .map_info a span{padding:0; font-size:14px;}
	.intro03 .map_info ul li strong{width:100px;}	
}

.scholar .history{position:relative; padding-left:100px}
.scholar .history::before{width:1px; height:100%; display:block; content:''; position:absolute; left:80px; background:#ccc;}
.scholar .history > li{position:relative; padding:0 0 30px 20px;}
.scholar .history > li::before{display:block; content:''; width:10px; height:10px; background:#009858; position:absolute; left:-25px; top:5px; border-radius: 50%;}
.scholar .history > li span{color:#009858; font-size:24px; font-family: 'Gmarket'; display:inline-block; margin-bottom:10px;}

.linebox{display:flex; gap:20px; justify-content:space-between;}
.linebox > li{border:1px solid #ccc; border-radius: 20px; padding:50px 30px;}
.linebox > li .ico{display:block; width:100px; height:100px; margin:0 auto 20px auto;}
.linebox.col2 > li{width: calc((100% - 20px)/2)}
.linebox.col3 > li{width: calc((100% - 20px)/3)}
.linebox .text h6{text-align:center; font-size:20px; margin-bottom:10px;}
.linebox .text p{margin-bottom:10px;}
@media all and (max-width:768px){
	.linebox > li .ico{width:60px; height:60px;}
	.linebox .text h6{font-size:16px;}
}
@media all and (max-width:500px){
	.linebox{gap:0; display:block;}
	.linebox > li{padding:30px;}
	.linebox.col2 > li, .linebox.col3 > li{width: 100%; margin-bottom:10px}
}

.dona-step{display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; padding:60px 200px 60px 200px; border:1px solid #e5e5e5; border-radius: 20px;}
.dona-step > li{width:250px; height:250px; border-radius: 50%; background:#f9f9f9; text-align:center; padding-top:150px; position:relative;}
.dona-step > li span{font-family: 'Gmarket'; font-size:18px; color:#222; font-weight:300;}
.dona-step > li:first-child{background:url(/resources/custom/images/fund/sub/ico_donastep01.png) no-repeat center 70px, #f9f9f9; background-size:50px;}
.dona-step > li:first-child::after{width:110px; height:17px; content:''; display:block; background:url(/resources/custom/images/fund/sub/ico_donastep_a01.png) no-repeat center; background-size:cover; position:absolute; right:-160px; top:50%;}
.dona-step > li:nth-child(2){background:url(/resources/custom/images/fund/sub/ico_donastep02.png) no-repeat center 70px, #f9f9f9; background-size:50px;}
.dona-step > li:nth-child(2)::after{width:141px; height:310px; content:''; display:block; background:url(/resources/custom/images/fund/sub/ico_donastep_a02.png) no-repeat center; background-size:cover; position:absolute; right:-180px; top:50%; transform:translateY(-50%);}
.dona-step > li.sub{width:auto; height:auto; border-radius: 0; background:none; padding-top:0;}
.dona-step > li.sub li{width:250px; height:250px; border-radius: 50%; background:#f9f9f9; text-align:center; padding:150px 30px 0 30px; margin-bottom:30px;}
.dona-step > li.sub li:first-child{background:url(/resources/custom/images/fund/sub/ico_donastep03.png) no-repeat center 70px, #f9f9f9; background-size:50px;}
.dona-step > li.sub li:last-child{margin-bottom:0;background:url(/resources/custom/images/fund/sub/ico_donastep04.png) no-repeat center 70px, #f9f9f9; background-size:50px;}
.dona-step > li.sub li strong{display:block; text-align:center; font-family: 'Gmarket'; font-size:18px;}
.dona-step > li.sub li span{font-size:16px;}
@media all and (max-width:1600px){
	.dona-step{padding:60px 80px 60px 80px;}
}
@media all and (max-width:1300px){
	.dona-step > li span{font-size:16px;}
	.dona-step > li:first-child, .dona-step > li:nth-child(2), .dona-step > li.sub li:first-child, .dona-step > li.sub li:last-child{width:200px; height:200px; padding-top:100px;background-size:40px; background-position:center 60px;}
	.dona-step > li.sub li span{font-size:12px;}
}
@media all and (max-width:1200px){
	.dona-step{display:block; padding:60px;}
	.dona-step > li:first-child, .dona-step > li:nth-child(2), .dona-step > li.sub li:first-child, .dona-step > li.sub li:last-child{width:150px; height:150px; padding-top:70px; background-size:30px; background-position:center 30px; margin:0 auto 80px auto;}
	.dona-step > li.sub ul{display:flex;}
	.dona-step > li:first-child::after{width:50px; height:30px; background-position:-63px center; bottom:-60px; transform:rotate(90deg); right:calc((100% - 50px)/2); top:unset; background-size:auto;}
	.dona-step > li:nth-child(2)::after{width:150px; height:350px; background-position:-40px center; transform:rotate(90deg); background-size:auto; right:unset; top:50%;}
	.dona-step > li.sub li:first-child, .dona-step > li.sub li:last-child{margin-bottom:0; width:47%; border-radius: 20px; padding-bottom:20px; height:auto;}
}
@media all and (max-width:500px){
	.dona-step{padding:20px;}
	.dona-step > li:nth-child(2)::after{width:50px; height:200px; top:63%; right:calc((100% - 50px)/2); background-size:cover; background-position:-60px center;}
}