@charset "utf-8";

body{letter-spacing: -0.00em; max-width:1920px; margin: 0 auto;}

.wrap1{max-width:1880px; width: 100%; margin: 0 auto; padding: 0 20px; box-sizing: border-box;}	
.wrap2{max-width:1422px; width: 100%; margin: 0 auto; padding: 0 20px; box-sizing: border-box;}
.wrap3{max-width:1246px; width: 100%; margin: 0 auto; padding: 0 20px; box-sizing: border-box;}

/* header */
.header-wrap{position: fixed; left: 0; top: 0; width: 100%; z-index: 20000; transition:.3s; }
#header{display: flex; height: 86px; align-items:center; justify-content: space-between;}
#header .sitelogo{ width: 165px; height: 100%; }
#header .sitelogo > a{position: relative; display: block; width: 100%; height: 100%;}
#header .sitelogo > a img{position: absolute; left: 0; top: 50%; translate:0 -50%; transition:.3s;} 
#header .sitelogo > a img:nth-child(1){}
#header .sitelogo > a img:nth-child(2){opacity: 0;}
#header .hd-info{margin-right: auto; margin-left: 40px; }
#header .hd-info ul{display: flex; flex-wrap:wrap; align-items:center;}
#header .hd-info ul > li {display: flex; align-items:center; gap:5px; color: #EEE;font-size: 14px;font-weight: 500;line-height: 160%; /* 22.4px */}
#header .hd-info ul > li:first-child:after{content: ''; width: 1px; height: 9px; background: rgba(204, 204, 204, 0.40); margin: 0 8px 0 5px;}
#header .hd-info ul > li span{font-weight: 700;}
#header .hd-menu{display: flex; align-items:center; gap:28px}
#header .hd-menu .link-box > a{display: flex; width: 104px; height: 36px;justify-content: center;align-items: center;border-radius: 100px;background: #3688C2; color: #FFF;font-size: 16px;font-weight: 700;line-height: 100%; /* 16px */} 
#header .hd-menu > ul{display: flex; flex-wrap:wrap; gap:28px; }
#header .hd-menu > ul > li{position: relative; }
#header .hd-menu > ul > li > a{display: flex; align-items:center; gap:8px; color: #EEE;font-size: 18px;font-weight: 700;line-height: 100%; /* 18px */ transition:.3s;}
#header .hd-menu > ul > li > a i img{filter:invert(1); transition:.3s;}
#header .hd-menu > ul > li > .hd-login-box{position: absolute; left: 0; top: 20px; z-index: 100; width: 100%; display: none; padding-top: 10px;}
#header .hd-menu > ul > li > .hd-login-box ul{display: flex; flex-direction: column; gap:5px; padding: 10px; width: 100%;  background: rgba(0,0,0,0.3); border-radius: 15px;}
#header .hd-menu > ul > li > .hd-login-box ul > li > a{font-size: 14px; line-height: 1.5; color: #fff !important;}
#header .hd-menu > ul > li:hover > .hd-login-box{display: block;}
#header .hd-menu > ul > li > .hd-login-box ul > li:hover > a{text-decoration: underline;}

#header .sitemap-btn{display: flex; flex-direction: column; align-items: flex-end; justify-content: center;gap:10px; width: 56px; height: 56px; margin-left: 40px;}



#header .sitemap-btn > span{border-radius: 10px; height: 4px; background: #fff; transition:.3s;}
#header .sitemap-btn > span:first-child{width: 45px}
#header .sitemap-btn > span:last-child{width: 36px; background: #3688C2;}

.hd-nav-box{position: fixed; left: 0; top: 86px; background: #fff; width: 100%; height: 300px; backdrop-filter: blur(15px); z-index: 2000; border-top: 1px solid rgba(0, 0, 0, 0.10); box-sizing: border-box; display: none;}
.hd-nav-box #gnb{max-width:1858px; margin: 0 auto; padding: 0 20px; box-sizing: border-box;  border-right: 0; border-left: 0; border-bottom: 0;}
.hd-nav-box #gnb > ul {display: flex; text-align: center; ; }
.hd-nav-box #gnb > ul > li{flex:1; height: 300px; border-right: 1px solid rgba(0, 0, 0, 0.10); padding-top: 40px;}
.hd-nav-box #gnb > ul > li:last-child{border-right: none;}
.hd-nav-box #gnb > ul > li > a{position: relative; display: block; color: #222; font-size: 24px; font-weight: 600; line-height: 140%; padding-bottom: 20px; margin-bottom: 20px;}
.hd-nav-box #gnb > ul > li > a:after{position: absolute; content: ''; width: 20px; height: 1px; background: #999; left: 50%; bottom: 0; margin-left: -10px;}
.hd-nav-box #gnb > ul > li > .subm > ul {display: flex; flex-direction: column; gap:20px;}
.hd-nav-box #gnb > ul > li > .subm > ul > li {padding: 0 20px;}
.hd-nav-box #gnb > ul > li > .subm > ul > li > a{display: flex; justify-content: center; align-items:center; gap:8px; color: #444;font-size: 20px;font-weight: 600;line-height: 160%; transition:.3s; }
.hd-nav-box #gnb > ul > li > .subm > ul > li > a svg{rotate:180deg; transition:.3s;}
.hd-nav-box #gnb > ul > li > .subm > ul > li > a svg path{stroke:#444; transition:.3s;}
.hd-nav-box #gnb > ul > li.gnb-type2{}
.hd-nav-box #gnb > ul > li.gnb-type2 > ol{display: flex; flex-direction: column;  gap:20px;}
.hd-nav-box #gnb > ul > li.gnb-type2 > ol > li{border-bottom: 1px solid  rgba(0, 0, 0, 0.10);}
.hd-nav-box #gnb > ul > li.gnb-type2 > ol > li > a{display: block; color: #222;font-size: 22px; font-weight: 600; line-height: 140%; 	padding-bottom: 26px; transition:.3s;}
.hd-nav-box #gnb > ul > li.gnb-type2 > ol > li:hover > a{color: #3688C2; text-decoration-line: underline; text-decoration-style: solid;text-decoration-skip-ink: auto;text-decoration-thickness: auto;text-underline-offset: auto; text-underline-position: from-font;}
.hd-nav-box #gnb > ul > li > .subm > ul > li:hover{
	> a{color: #3688C2; text-decoration-line: underline; text-decoration-style: solid;text-decoration-skip-ink: auto;text-decoration-thickness: auto;text-underline-offset: auto; text-underline-position: from-font;}
}
.hd-nav-box #gnb > ul > li > .subm > ul > li.on {
	> a{color: #3688C2; text-decoration-line: underline; text-decoration-style: solid;text-decoration-skip-ink: auto;text-decoration-thickness: auto;text-underline-offset: auto; text-underline-position: from-font;}
	> a svg{rotate:0deg; }
	> a svg path{stroke:#3688C2; }
}
.hd-nav-box #gnb > ul > li .dep3{border-radius: 12px; background: rgba(215, 215, 215, 0.80); margin-top: 16px; padding: 12px; display: none;}
.hd-nav-box #gnb > ul > li .dep3 ul{display: flex; flex-direction: column; gap:12px;}
.hd-nav-box #gnb > ul > li .dep3 ul > li > a{color: #444; text-align: center; font-size: 18px; font-weight: 600; line-height: 160%; transition:.3s;}
.hd-nav-box #gnb > ul > li .dep3 ul > li:hover > a{color: #3688C2;font-size: 18px;font-weight: 600;line-height: 160%; /* 28.8px */text-decoration-line: underline;text-decoration-style: solid;text-decoration-skip-ink: auto;text-decoration-thickness: auto;text-underline-offset: auto;text-underline-position: from-font;}
.hd-nav-box #gnb > ul > li.gnb-none{display: none;}




.header-wrap.sc{background: #fff; border-bottom: 1px solid #ddd;
	#header .sitelogo > a img:nth-child(1){opacity: 0;}
	#header .sitelogo > a img:nth-child(2){opacity: 1;}
	#header .hd-info ul > li {color: #666;}
	#header .hd-menu ul > li > a{color: #222;}
	#header .hd-menu ul > li > a i img{filter:invert(0);}
	#header .sitemap-btn > span:first-child{background:#222;}	
}


.header-wrap.on{background: #fff; 
	#header .sitelogo > a img:nth-child(1){opacity: 0;}
	#header .sitelogo > a img:nth-child(2){opacity: 1;}
	#header .hd-info ul > li {color: #666;}
	#header .hd-menu ul > li > a{color: #222;}
	#header .hd-menu ul > li > a i img{filter:invert(0);}
	#header .sitemap-btn > span:first-child{background:#222;}	
}

#sub .header-wrap{background: #fff; border-bottom: 1px solid #ddd; 
	#header .sitelogo > a img:nth-child(1){opacity: 0;}
	#header .sitelogo > a img:nth-child(2){opacity: 1;}
	#header .hd-info ul > li {color: #666;}
	#header .hd-menu ul > li > a{color: #222;}
	#header .hd-menu ul > li > a i img{filter:invert(0);}
	#header .sitemap-btn > span:first-child{background:#222;}	
}

.hd-nav-box,
.hd-nav-box #gnb > ul > li{}
.hd-nav-box.height{height: 600px !important;  transition:height .3s;
	#gnb > ul > li{height: 600px !important; transition:height .3s;}
}



/* siteMap : S */
.sitemap {position:fixed; max-width:100vw; max-height:100vh; width:0; height:0; z-index:40001;  display:block; top:0; right:0; overflow:hidden; letter-spacing:0;}
html.sitemap-opened .sitemap {width:100%; height:100%; visibility:visible;}
.sitemap:before {content:''; position:fixed; z-index:-1; top:0; left:0; width:100vw; height:100vh; background:url('../img/layout/sitemap-black.jpg') center center no-repeat; background-size:cover; transition:all 0.6s ease 0.2s; display:none;}
html.sitemap-opened .sitemap:before {display:block;}

.site-wrap {max-width:1880px; width:100%; padding:0 20px; margin:0 auto; height:100vh; position:relative;}
.site-wrap .head {position:absolute; top:0; left:0; width:100%; height:86px; display:flex; align-items:center; z-index:11; padding:0 20px;}
.site-wrap .head .logo{width: 116px;}
.site-wrap .head ul {margin-left:50px; margin-top:10px; display:flex;}
.site-wrap .head ul li {padding-right:15px; margin-right:15px; position:relative;}
.site-wrap .head ul li:after {content:''; width:1px; height:12px; background:#fff; position:absolute; top:50%; margin-top:-6px; right:0;}
.site-wrap .head ul li:last-child:after {display:none;}
.site-wrap .head ul li a {font-size:14px; color:#888; letter-spacing:0; line-height:1.6em; transition:all 0.6s; font-weight:700; font-family:'Montserrat';}
.site-wrap .head ul li.active a {color:#fff;}

.sitemap .sitemap-close {position:absolute; top:50%; margin-top:-18px; right:15px; width:36px; height:36px; z-index:12; transition:all 0.6s;}
.sitemap .sitemap-close:hover {opacity:0.6;}
.sitemap .sitemap-close:before,
.sitemap .sitemap-close:after {content:''; width:36px; height:2px; background:#fff; position:absolute; left:0; transition:all 0.6s;}
.sitemap .sitemap-close:before {top:10px;}
.sitemap .sitemap-close:after {bottom:10px;}
html.sitemap-opened .sitemap .sitemap-close:before {transform:rotate(45deg); top:50%; margin-top:-1px;}
html.sitemap-opened .sitemap .sitemap-close:after {transform:rotate(-45deg); bottom:50%; margin-bottom:-1px;}

.site-wrap .wrap {padding:160px 0 60px;  height:100vh;display:flex; position:relative;}
.site-wrap .wrap:after {content:''; width:1px; height:100vh; background:rgba(255,255,255,0.2); position:absolute; top:0; left:700px;}
.site-wrap .wrap .info-wrap {width:100%; max-width:700px; display:flex; flex-direction:column; justify-content:space-between; padding-right:60px;}
.site-wrap .info .box {margin-bottom:50px; position:relative; left:100px; opacity:0; transition:all 0.6s;}
html.sitemap-opened .site-wrap .info .box {transition-delay:0.1s; left:0; opacity:1;}
html.sitemap-opened .site-wrap .info .box:nth-child(2) {transition-delay:0.2s;}

.site-wrap .info .box:last-child {margin-bottom:0;}
.site-wrap .info .box h4 {font-size:18px; font-weight:700; color:#fff; line-height:1.6em; font-family:'Montserrat'; margin-bottom:16px;}
.site-wrap .info .box dl {display:flex; font-size:18px; line-height:1.6em; margin-bottom:8px;}
.site-wrap .info .box dt {width:50px; font-weight:500; color:#bbb;}
.site-wrap .info .box dd {width:1%; flex:1 1 auto; color:#888;}
.site-wrap .info .box dd a.mail {text-decoration:underline;}
.site-wrap .btn-wrap .more {display:inline-block; width:230px; line-height:62px; border:1px solid #fff; color:#fff; font-size:18px; padding:0 30px; position:relative; margin-bottom:50px;}
.site-wrap .btn-wrap .more:after {content:''; width:12px; height:12px; background:url('../img/layout/sitemap-btn-w.png') no-repeat; position:absolute; top:50%; margin-top:-6px; right:30px;}
.site-wrap .btn-wrap .more:hover:after {animation: btn-move 1s both .1s;}
@keyframes btn-move {
    0% {right:30px;}
    25% {right:20px;}
    50% {right:30px;}
    75% {right:25px;}
    100 {right:30px;}
}
.site-wrap .btn-wrap ul {display:flex;}
.site-wrap .btn-wrap ul li {margin-right:12px;}
.site-wrap .btn-wrap ul li a {display:block; transition:all 0.3s;}
.site-wrap .btn-wrap ul li a:hover {opacity:0.6;}
.site-wrap .wrap .nav-menu {width:1%; flex:1 1 auto; padding-left:100px;}
.nav-menu > ul > li {margin-bottom:20px;}
.nav-menu > ul > li:first-child .subm > ul{flex-direction: column;}
.nav-menu > ul > li > span {display:block; position:relative; transition:all 0.6s; overflow:hidden;}
.nav-menu > ul > li > span a {display:inline-block; font-size:44px; line-height:1.2em; transition:all 0.6s ease 0s; position:relative; transform:translateY(110%); font-weight:500; padding:0 5px; color:#fff;}
html.sitemap-opened .nav-menu > ul > li > span a {transform:translateY(0); transition-delay:0.5s; transition-property:transform;}
.nav-menu > ul > li > span a:after {content:''; background:#fff; width:0; height:20px; position:absolute; bottom:5px; left:0; z-index:-1; opacity:0.2; transition:all 0.6s;}
.nav-menu > ul > li.active > span a:after {width:100%;}
.nav-menu > ul > li > span a:hover:after {width:100%;}

.nav-menu .subm {display:none;}
.nav-menu .subm ul {display:flex; flex-wrap:wrap; padding-top:20px; padding-left:15px;}
.nav-menu .subm ul li {padding-right:40px; margin-bottom:20px;}


.nav-menu .subm ul li a {display:inline-block; font-size:24px; line-height:1.5em; position:relative; color:#888;}
.nav-menu .subm ul li a br{display: none !important;}
html.sitemap-opened .nav-menu > ul > li > span a br{display: none;}
.nav-menu .subm ul li .dep3{display: none;}
.nav-menu .subm ul li a:hover {color:#fff; font-weight:700;}

.nav-menu .gnb-type2{display: none;}


/* sitemap-white */
.sitemap-white:before {background:url('../img/layout/sitemap-white.jpg') center center no-repeat; background-size: cover;}
.sitemap-white .sitemap-close:before,
.sitemap-white .sitemap-close:after {background:#000;}
.sitemap-white {color:#000;}
.sitemap-white .head ul li:after {background:#ddd;}
.sitemap-white .head ul li a {font-size:14px; color:#666;}
.sitemap-white .head ul li.active a {color:#000;}
.sitemap-white .wrap:after {background:#ddd;}
.sitemap-white .info .box h4 {color:#000;}
.sitemap-white .info .box dt {color:#000;}
.sitemap-white .info .box dd {color:#666;}
.sitemap-white .btn-wrap .more {border:1px solid #000; color:#fff; background:#000;}
.sitemap-white .nav-menu > ul > li > span a {color:#000;}
.sitemap-white .nav-menu > ul > li > span a:after {background:#000; opacity:0.1;}
.sitemap-white .nav-menu .subm ul li a {color:#666; display: flex; align-items:center;}

.sitemap-white .nav-menu .subm ul li a:hover {color:#000;}

.sitemap-white .btn-wrap ul li a img {filter:invert(1);}

.sm-bt {position:absolute; bottom:60px; right:60px; background:#fff; width:30px; height:30px; border-radius:50%; cursor:pointer; transition:all 0.6s; z-index:111;}
.sitemap-white .sm-bt {background:#000;}



/* siteMap : E */
/* siteMap : responsive */
@media (max-width:1400px){
	.site-wrap .wrap:after {left:500px;}
	.site-wrap .wrap .info-wrap {max-width:500px; padding-right:40px;}
	.site-wrap .info .box dl {font-size:16px;}	
	.site-wrap .wrap .nav-menu {padding-left:60px;}
	.nav-menu > ul > li > span a {font-size:40px;}
	.nav-menu .subm ul {padding-top:20px; padding-left:0;}
	.nav-menu .subm ul li {padding-right:20px;}
	.nav-menu .subm ul li a {font-size:20px;}
}
@media (max-width:1024px){
	.site-wrap .wrap:after {display:none;}
	.site-wrap .head {position:relative; left:0; padding: 0;}
	.sitemap .sitemap-close {right:0;}
	
	.site-wrap .wrap {padding:40px 0; height:calc(100vh - 100px); flex-direction:column-reverse; overflow-y: auto;}
	.site-wrap .wrap .nav-menu {width:100%; padding-left:0;}
	
	.nav-menu > ul > li {margin-bottom:20px;}
	.nav-menu > ul > li > span a {font-size:24px; padding:0 5px;}
	.nav-menu .subm ul {padding-top:10px;}
	.nav-menu .subm ul li {padding-right:15px; margin-bottom:10px;}
	.nav-menu .subm ul li a {font-size:16px;}
	
	.site-wrap .wrap .info-wrap {max-width:none;}
	.site-wrap .info .box {margin-bottom:20px;}
	.site-wrap .info .box h4 {font-size:16px; margin-bottom:10px;}
	.site-wrap .info .box:last-child {margin-bottom:20px;}
	.site-wrap .btn-wrap .more {width:200px; line-height:50px; font-size:16px; padding:0 20px; margin-bottom:20px;}
	.site-wrap .btn-wrap .more:after {right:20px;}
}
@media (max-width:640px){
	.site-wrap .wrap {padding:30px 0; height:calc(100vh -100px);}
	.nav-menu > ul > li > span a {font-size:20px;}
	.nav-menu > ul > li > span a:after {height:10px; bottom:0;}
	.nav-menu .subm ul li {padding-right:15px; margin-bottom:8px;}
	.nav-menu .subm ul li a {font-size:16px;}
	.site-wrap .wrap .info-wrap {display:none;}
	
}




/* footer */
.footer-wrap{background: #fff; max-width:1920px; padding-left: 5.31%; padding-right: 2.7%;}
#footer{display: flex; flex-wrap:wrap; height: 222px;     align-items: flex-start;     align-content: flex-start;}
#footer .ft-logo{align-self:center; margin-right: 62px; padding-top: 92px;} 
#footer .ft-cnt {display: flex; justify-content: space-between; flex:1; padding-top: 61px;}
#footer .ft-cnt .lbx ul{display: flex; flex-direction: column;  gap:2px; }
#footer .ft-cnt .lbx ul > li{display: flex; flex-wrap:wrap; gap:45px ;color: #666;font-size: 18px;font-weight: 400;line-height: 160%; /* 28.8px */}
#footer .ft-cnt .lbx ul > li span{display: flex; gap:19px; }
#footer .ft-cnt .lbx ul > li span b{font-weight: 400;}
#footer .ft-cnt .rbx ol{display: flex; flex-wrap:wrap; gap:28px;}
#footer .ft-cnt .rbx ol > li > a{display: flex; align-items:Center; gap:8px; color: #666;font-size: 18px;font-weight: 600;line-height: 160%; /* 28.8px */}
#footer .ft-bottom-cnt{width: 100%; display: flex; justify-content: space-between; padding-left: 245px; margin-top: 26px;}
#footer .ft-bottom-cnt p{color: #999;font-size: 18px;font-weight: 400;line-height: 160%; /* 28.8px */}
#footer .ft-bottom-cnt ol{display: flex; flex-wrap:wrap; align-items:center;}
#footer .ft-bottom-cnt ol > li{display: flex; align-items:center;}
#footer .ft-bottom-cnt ol > li > a{color:#999;font-size: 18px; font-weight: 400; line-height: 160%; /* 28.8px */}
#footer .ft-bottom-cnt ol > li:first-child:after{content: ''; width: 1px; height: 12px; background: #999; margin: 0 24px;}
#footer .ft-bottom-cnt ol > li:first-child a{color: #666; font-weight: 600;}


#sub .footer-wrap{border-top: 1px solid #ddd;}

/* 헤더 검색 */
.hd_sch_box{position: fixed; left: 0; top: 140px; width: 100%;	height: 300px; background: #fff; z-index: 105; display: none;}
#hd_sch_field{display: flex; flex-wrap:wrap; justify-content: center; align-content: center; height: 100%; }
#hd_sch_field form{display: flex; flex-wrap:wrap; }
#hd_sch_field #sch_str{width: 550px; height: 60px; border: 1px solid #000; box-sizing: border-box; padding-right: 100px; font-size: 16px; color: #000; text-indent: 25px; outline:none !important;}
#hd_sch_field #sch_str::placeholder {color: #888;}
#hd_sch_field #sch_submit{width: 100px; height: 60px; background: #000; font-size: 16px; color: #fff; font-weight: 700; border: none; margin-left: -100px; transition:.3s;}
#hd_sch_field #sch_submit:hover{background: #999;}

/* 헤더 스크롤시 // top not 0 */
/* #header.sc{}
#header.sc .hd_cnt .hd_top {height: 59px}
#header.sc .hd_cnt .hd_top .hd_logo{left: 10px; margin-left: 0; top: 29px; z-index: 10005;}
#header.sc .hd_cnt .hd_top .hd_logo img{opacity: 0;}
#header.sc .hd_cnt .hd_top .hd_logo:after{opacity: 1; transform:translate(0, 0)}
#header.sc .hd_bottom{margin-top: -54px; padding-bottom: 20px; padding-bottom: 8px; margin-left: 218px; padding-right: 218px;}
#header.sc .hd_login{top: 13px; right: 52px;	}
#header.sc .hd_bg{top: 58px; border-bottom: 1px solid #ddd;}
.hd_sch_box.sc{top: 58px; border-bottom: 1px solid #ddd;} */

#header.sub{background: #fff; border-bottom: 1px solid #ddd;}




/* 쇼핑몰 카테고리 */
#category{display: block;}

/* footer */
.footer_wrap{background: #f7f7f7; overflow: hidden; position: relative;}
.ft_top{position: relative;}
.ft_top:after{position: absolute; content: ''; width: 400%; height: 1px; background: #ddd; left: -200%; bottom: 0;}
.ft_top ul{justify-content: center; align-items: center; gap:24px; height: 80px;}
.ft_top ul > li > a{position: relative; display: block;}
.ft_top ul > li > a:after{position: absolute; content: ''; width: 100%; height: 5px; border-radius: 50%; background: rgba(0,0,0,0.3); left: 0; bottom: -3px; opacity: 0; transition:.3s;}
.ft_top ul > li > a img{transition:.3s; }
.ft_top ul > li:hover > a img{transform:translate(0, -5px); }
.ft_top ul > li:hover > a:after{opacity: 1;}

.ft_bottom{padding: 64px 0 77px;}
.ft_bottom .box:first-child{width: 61.02%;}
.ft_bottom .box:nth-child(2){width: 24.08%;}
.ft_bottom .box b{display: block; font-size: 18px; line-height: 1.5; color: #000; font-weight: 700; margin-bottom: 12px;}
.ft_bottom .box ul > li{font-size: 16px; line-height: 30px; color: #666; font-weight: 500;}
.ft_bottom .box ul > li span:not(:last-child):after{display: inline-block; content: 'ㅣ'; margin: 0 0 0 1px; vertical-align: top;}
.ft_bottom .box ul > li strong{color: #000; font-weight: 700;}
.ft_bottom .box ol{margin-top: 23px;}
.ft_bottom .box ol > li{display: inline-block;}
.ft_bottom .box ol > li > a{font-size: 16px; line-height: 1.5; color: #333; font-weight: 500;} 
.ft_bottom .box ol > li > a:hover{text-decoration: underline; color: #000;}
.ft_bottom .box ol > li:not(:last-child):after{display: inline-block; content: 'l'; margin: 0 3px 0 6px;}
.ft_bottom .box h5{font-size: 30px; line-height: 1; color: #000; font-weight: 700; margin: 2px 0 18px;}



.scroll-top{position: fixed;  display: flex; align-items:center; text-align: center; justify-content: center; right: 30px; bottom: 195px; z-index: 10; width: 60px; height: 60px; background: rgba(52, 69, 83, 0.80); backdrop-filter: blur(2.6666669845581055px); border-radius: 50%; box-sizing: border-box; transition:.3s; cursor: pointer;}
.scroll-top span{display: inline-block; line-height: 0; width: 100%; position: relative; top: 0; transition:.3s;}
.scroll-top:hover span{ top: -5px;}
