@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1660px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto; }
.contain:after {content:""; display:block; clear:both;}

#container>div { overflow: hidden;}
#ws-wrapper {display:flex; min-height:100vh;}

#ws-header {width:200px; background:#fafafa; box-shadow:0 0 5px rgba(0,0,0,.2);}

.ws-menu .ui {display:block; padding:13px 0; background:#5e31a1; color:#fff; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em; text-align:center; border-bottom:2px solid #3c2065;}
.ws-menu h2 {font-family:"Roboto",sans-serif; font-size:15px; color:#fff; line-height:1.3em; padding:7px 0; text-align:center; background:#7952b3; }
.ws-menu ul {display:flex; flex-wrap:wrap;}
.ws-menu ul li {width:100%; border-bottom:1px solid #e5e5e5;}
.ws-menu ul li.w50 {width:50%; border-right:1px solid #e5e5e5;}
.ws-menu ul li.w50:nth-child(2n) {border-right:0;}
.ws-menu ul li a {display:block; color:#333; text-decoration:none; font-size:13px; font-weight:300; line-height:1.4em; letter-spacing:-.04em; padding:5px 5px 5px 11px;}
.ws-menu ul li a:hover,
.ws-menu ul li.active a {background:#eee; color:#653ba4; font-weight:500; padding-left:14px;}

#ws-content {flex:1 1 auto; min-width:0; width:1%; padding:30px;}

.ws-title {display:flex; align-items:center; padding-bottom:15px; margin-bottom:50px; border-bottom:1px solid #ddd;}
.ws-title h2 {flex:1 1 auto; min-width:0; width:1%; font-size:30px; line-height:1.3em; letter-spacing:-.04em;}

.btn-psd-download {display:inline-block; padding:8px 20px; font-family:"Roboto",sans-serif; color:#fff; font-size:16px; font-weight:500; line-height:1.3em; background:#7952b3; border-radius:4px;}
 
.ws-real-cont {max-width:1200px; margin:0 auto;}

/* header */
#header {position:fixed; width:100%; z-index:101; top: 0; height: 100px; transition: .2s; left: 0; }
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; }
#header .contain::after { content: none;}

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo-w.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; } 
#gnb>ul {display:flex; justify-content:flex-end;} 
#gnb>ul>li {position:relative; padding:0 70px;}
#gnb>ul>li::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--color-primary); transition: .3s;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#fff; font-size:var(--font-size20); font-weight:600; line-height:1.7em; }
#gnb>ul>li:hover::after { width: 100%; }
#gnb>ul>li:hover>a { color: var(--color-primary);}

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:9px 0; color:#484848; line-height:1.33em;}
#gnb .submenu>ul>li>a:hover { color: var(--color-primary); font-weight: 600; }
.submenu-bg {display:none; position:absolute; width:100%; left:0; background: #fff; border-top: 1px solid #eee;}

.util { display: flex; align-items: center; gap: 10px; }
.list-icon { width:22px; height:16px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: none; position: relative;}
.list-icon span {position:absolute; right:0; top:50%; margin-top:0px; height:2px; background:#fff; left: 0; }
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:0; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; }
.list-icon span:before {top:-8px; transition-property:top, transform; background:#fff; content: "only"; }
.list-icon span:after {bottom:-8px; transition-property:bottom, transform; background:#fff; }

#header.hover { background: #fff;  }
#header.hover .sitelogo { background-image: url(../images/common/logo.png);}
#header.hover #gnb>ul>li>a { color: #222;}
#header.hover #gnb>ul>li:hover>a { color: var(--color-primary);}
#header.hover #gnb>ul>li:hover .submenu { background: #fef3f4; }

#header.move { background: #fff;  }
#header.move .sitelogo { background-image: url(../images/common/logo.png);}
#header.move #gnb>ul>li>a { color: #222;}
#header.move .list-icon span { background: #222; }
#header.move .list-icon span::before, 
#header.move .list-icon span::after { background: #222; }

.mobile-navigation {display:block; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:17px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--color-primary);}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:15px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a br { display: none;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateY(0); transform:translateY(0);}
html.menu-opened .mobile-overlay {display:block;} 

/* 키비주얼관리 */
.main-visual {position:relative; height:100vh; overflow:hidden;}
.main-visual .slick-slide {position:relative; height:100vh; overflow:hidden;}
.main-visual .item {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.main-visual .item .video-js,
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .item iframe {position:absolute; top:50%; left:50%; width:100vw; height:100vh; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.main-visual .item>img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}

.main-visual .caption { position: absolute; left: 0; text-align: center; width: 100%; top: 50%; transform: translateY(-50%);}
.main-visual .caption .txt { width: 100%; transform:translateX(-50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s; color: #fff; }
.main-visual .items .slick-active .caption .txt { transform:translateX(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:0.6s;}
.main-visual .items .reset-animation .caption .txt { transform:translateX(-50px); opacity:0; transition:all 0s}
.main-visual .caption h2 { font-size: var(--font-size56); line-height: 1.25em; font-weight: 700; margin-bottom: 35px;}
.main-visual .caption p { font-size: var(--font-size24); line-height: 1.58em; font-weight: 500; }

.main-visual .slick-dots { position: absolute; bottom: 80px; left: 0; right: 0; margin: auto; z-index: 50; text-align: center; }
.main-visual .slick-dots li { display: inline-block; width: 48px; height: 8px; background: rgba(255, 255, 255, 0.48); border-radius: 8px; margin: 0 8px; cursor: pointer;}
.main-visual .slick-dots li button { display: none; }
.main-visual .slick-dots li.slick-active { background: #fff; }

/* main 공통 */
.main-pd { padding: 120px 0; }
.main-subtit { font-size: var(--font-size20); line-height: 1.7em; font-weight: 600; color: var(--color-primary); margin-bottom: 12px; }
.main-subtit.tc { text-align: center; }
.main-tit { font-size: var(--font-size48); color: #222; font-weight: 700; line-height: 1.16em; }
.main-tit.tc { text-align: center; }
.main-tit.mg { margin-bottom: 32px; }
.main-tit.mg2 { margin-bottom: 80px; }
.main-txt { font-size: var(--font-size18); line-height: 1.77em; color: #484848; }
.main-txt.tc { text-align: center; }
.main-txt.mg { margin-bottom: 80px; }
.main-link { display: inline-block; padding: 16px 32px; border-radius: 40px; border: 1px solid #ddd; line-height: 1.87em; color: #999; font-weight: 600; } 
.main-link:hover { border-color: var(--color-primary); background: var(--color-primary); color: #fff; }

/* main */
.sec1 .contain { display: flex; gap: 43px; align-items: flex-start;}
.sec1 .contain::after { content: none;}
.sec1 h5 { font-size: var(--font-size24); line-height: 1.58em; font-weight: 600; color: #484848; margin: 56px 0 16px;}
.sec1 .main-txt { margin-bottom: 120px; }
.sec1 .left { width: 33.5%; border-radius: 32px; border: 1px solid #ddd; padding: 85px 56px; padding-right: 20px; }
.sec1 .right { width: 66.5%; position: relative; }
.sec1 .btns { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; width: 944px; left: -32px; display: flex; justify-content: space-between; align-items: center;}
.sec1-prev::after, .sec1-next::after { display: none; }
.sec1-prev, .sec1-next { border-radius: 32px; background-color: #fff; box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08); width: 64px; height: 64px; background-repeat: no-repeat; background-position: center; background-size: 9px; position: relative; top: auto; margin-top: 0; transition: .3s;}
.sec1-swiper { width: 115%; margin-right: -15%; }
.sec1-prev { left: auto; background-image: url(../images/main/main-prev.png);}
.sec1-prev:hover { background-color: var(--color-primary); background-image: url(../images/main/main-prev-w.png);}
.sec1-next { right: auto; background-image: url(../images/main/main-next.png); left: auto;}
.sec1-next:hover { background-color: var(--color-primary); background-image: url(../images/main/main-next-w.png);}
.sec1-swiper .item { opacity: 0.24; }
.sec1-swiper .item a { display: block; border-radius: 32px; overflow: hidden;}
.sec1-swiper .item a::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-radius: 32px; border: 1px solid #eee;}
.sec1-swiper .item .thumb { overflow: hidden; padding-bottom: 75%; display: block; position: relative; }
.sec1-swiper .item .thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.sec1-swiper .item .txtbox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; flex-direction: column; justify-content: space-between; padding: 48px; border-radius: 32px; background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(4px); opacity: 0; transition: .3s; display: flex; }
.sec1-swiper .item .txtbox .tt { display: flex; justify-content: space-between; align-items: flex-start;}
.sec1-swiper .item .txtbox .tt h3 { font-size: var(--font-size36); line-height: 1.38em; color: #fff; font-weight: 600;  flex: 1 1 auto; min-width: 0; width: 1%; padding-right: 20px; }
.sec1-swiper .item .txtbox span { display: inline-block; line-height: 1.5em; font-weight: 400; color: #fff; margin-right: 8px; border-radius: 100px; border: 1px solid rgba(255, 255, 255, 0.24); background: rgba(255, 255, 255, 0.24); padding: 8px 16px; }
.sec1-swiper .swiper-slide-active { opacity: 1; }
.sec1-swiper .item .txtbox span:last-child { margin-right: 0; }
.sec1-swiper .item .txtbox .view { display: inline-block; width: 60px; height: 60px; background: url(../images/main/sec1-view.png) center no-repeat; background-size: contain; }
.sec1-swiper .item a:hover .txtbox { opacity: 1; }
/* .sec1-swiper .item .hash { position: absolute; left: 20px; bottom: 20px; display: flex; gap: 6px; }
.sec1-swiper .item .hash span { display: inline-block; padding: 10px 20px 8px; border-radius: 30px; color: #fff; line-height: 1.4em; background: rgba(0,0,0,0.2); font-weight: 600; font-size: 15px; } */

.sec2 { background: #fafafa; }
.sec2 .top { display: flex; align-items: center; }
.sec2 .top .left { width: 29%; padding-right: 20px; }
.sec2 .top h5 { margin-top: 20px; font-size: var(--font-size22); font-weight: 600; line-height: 1.7em; color: #505050; }
.sec2 .top .left .main-txt { margin: 32px 0 120px; }
.sec2 .top .right { width: 71%; display: grid; }
.sec2 .top .right .group { grid-area: 1 / 1; display: flex; opacity: 0; visibility: hidden; transform: translateY(50px); transition: opacity 0.9s ease, transform 0.9s ease; pointer-events: none; z-index: 0; border-radius: 32px; background: #fff; box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08); align-items: center; overflow: hidden; }
.sec2 .top .right .group.active { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; z-index: 1; }
.sec2 .top .right .img { width: 54%; height: 100%; }
.sec2 .top .right .img img { width: 100%; height: 100%; object-fit: cover;}
.sec2 .top .right .info { width: 46%; padding: 0 56px;}
.sec2 .top .right .info h4 { line-height: 1.87em; font-weight: 600; font-size: 16px; color: var(--color-primary);}
.sec2 .top .right .info h2 { font-size: var(--font-size32); line-height: 1.43em; color: #222; font-weight: 600; }
.sec2 .top .right .info p { padding: 24px 0 32px; border-bottom: 1px solid #ddd;}
.sec2 .top .right .info h5 { font-size: 16px; font-weight: 600; line-height: 1.25em; color: var(--color-primary); margin: 30px 0 12px; }
.sec2 .top .right .info .txt { margin-bottom: 64px; }
.sec2 .top .right .info .txt span { display: block; line-height: 1.87em; position: relative; padding-left: 12px; }
.sec2 .top .right .info .txt span::before { content: ""; position: absolute; left: 0; top: 12px; width: 4px; height: 4px; border-radius: 4px; background: var(--color-primary); }
.sec2 .btm { display: flex; flex-wrap: wrap; margin-top: 56px; gap: 20px; }
.sec2 .btm .col { width: calc(100%/5 - 16px); }
.sec2 .btm .col a { display: block; border-radius: 24px; overflow: hidden; color: #fff; position: relative; }
.sec2 .btm .col .abbox { position: absolute; left: 0; top: 0; display: flex; align-items: flex-end; width: 100%; height: 100%; padding: 28px 32px; }
.sec2 .btm .col .abbox::before { content: ""; position: absolute; left: 0; top: 0; width: 0; height: 100%; transition: width 0.4s cubic-bezier(0.6, 0, 0.5, 1); background: rgba(230, 0, 19,0.8); }
.sec2 .btm .col .abbox h4 { font-size: var(--font-size20); line-height: 1.7em; font-weight: 600; position: relative; z-index: 1; }
.sec2 .btm .col .abbox h4::before { display: block; content: ""; width: 22px; height: 20px; background: url(../images/main/sec1-bf.png) center no-repeat; background-size: contain; margin-bottom: 16px; opacity: 0; transition: .3s; position: relative; z-index: 1; }
.sec2 .btm .col .abbox .view { position: absolute; right: 16px; top: 16px; width: 38px; height: 38px; background: url(../images/main/main-view.png) center no-repeat; background-size: contain; transition: .3s; opacity: 0; z-index: 1;  }
.sec2 .btm .col a:hover .abbox::before { width: 100%; }
.sec2 .btm .col a:hover .abbox h4::before { opacity: 1; }
.sec2 .btm .col a:hover .abbox .view { opacity: 1; }
.sec2 .btm .col.active  .abbox::before { width: 100%; }
.sec2 .btm .col.active .abbox h4::before { opacity: 1; }
.sec2 .btm .col.active .abbox .view { opacity: 1; }

.sec3 .titbox { margin-bottom: 80px; display: flex; justify-content: space-between; align-items: flex-end;}
.sec3 .titbox h5 { margin-top: 20px; font-size: var(--font-size22); font-weight: 600; line-height: 1.7em; color: #505050; }
.sec3 .titbox p { text-align: left; margin-top: 32px; }
.sec3-wrap { display: flex; flex-wrap: wrap; gap: 24px; }
.sec3-wrap .col { width: calc(100%/4 - 18px); }
.sec3-wrap .col a { display: block; }
.sec3-wrap .col .img { position: relative; border-radius: 32px; overflow: hidden; color: #fff; }
.sec3-wrap .col .abbox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 40px; display: flex; justify-content: flex-end; flex-direction: column;}
.sec3-wrap .col .abbox h3 { line-height: 1em; font-size: var(--font-size32); font-weight: 600; margin-bottom: 12px; }
.sec3-wrap .col .abbox h5 { font-size: var(--font-size18); font-weight: 500; line-height: 1em; color: rgba(255,255,255,0.64);}
.sec3-wrap .col .txt { padding-top: 32px; padding-left: 24px; }
.sec3-wrap .col .txt h4 { font-size: var(--font-size24); line-height: 1.58em; font-weight: 600; color: #222; transition: .3s; margin-bottom: 12px; }
.sec3-wrap .col .txt p { line-height: 1.87em; color: #484848; font-weight: 400; }
.sec3-wrap .col a:hover .txt h4 { color: var(--color-primary);}

.op { padding: 24px 0; overflow: hidden; background: #fff; }
.op-wrap { display: flex; gap: 16px; }
.op-wrap .item { width: 240px; min-width: 0; flex-shrink: 0; text-align: center; overflow: hidden; }
.op-wrap .item img { display: block; width: 100%; height: auto; }

.sec4 { background: url(../images/main/sec4-bg.jpg) center no-repeat; background-size: cover; color: #fff; }
.sec4 .contain { display: flex; align-items: center;}
.sec4 .contain::after { content: none;}
.sec4 .left { width: 36%; }
.sec4 .left .main-subtit { color: #fff;}
.sec4 .left .main-tit { color: #fff;}
.sec4 .left .main-txt { color: #fff; margin: 32px 0 64px;}
.sec4 .left ul li { margin-bottom: 16px; display: flex; align-items: center;}
.sec4 .left ul li:last-child { margin-bottom: 0; }
.sec4 .left ul li .icon { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; border-radius: 56px; background: rgba(255, 255, 255, 0.24); backdrop-filter: blur(2px);}
.sec4 .left ul li .txt { padding-left: 24px; flex: 1 1 auto; min-width: 0; width: 1%; font-size: var(--font-size20); line-height: 1.7em; font-weight: 500; }
.sec4 .right { border-radius: 32px; background: rgba(0, 0, 0, 0.24); box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08); backdrop-filter: blur(4px); padding: 48px; width: 64%; }
.sec4 .right .quick-form dl dt { color: #fff; }
.sec4 .right .quick-form dl dd .input { border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.24); background: rgba(255, 255, 255, 0.08); color: #fff; }
.sec4 .right .quick-fx .check span { color: #fff; }

/* sub */ 
.sub-visual {position:relative; height:400px; background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; align-items: center; color: #fff; text-align: center; }
.sub-visual h2 { font-size: 56px; font-weight: 700; line-height: 1.25em; }
.sub-visual h4 { line-height: 1.5em; font-size: 16px; font-weight: 500; color: var(--color-primary); margin-bottom: 10px; }

.sub-visual.bg1 {background-image:url("../images/sub/sub-visual1.jpg");}
.sub-visual.bg2 {background-image:url("../images/sub/sub-visual2.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub-visual3.jpg");} 
.sub-visual.bg5 {background-image:url("../images/sub/sub-visual5.jpg");} 

.lnb-wrap {position:relative; background: rgba(0, 0, 0, 0.32); backdrop-filter: blur(12px); margin-top: -82px; }
.lnb {margin:0 auto; max-width:1600px;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; transition: .3s; position: relative; }
.lnb ul li::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #fff; display: none; }
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:82px; padding:0 15px; color:rgba(255,255,255,0.5); font-size:20px; font-weight:600; line-height:1.7em; letter-spacing:-.03em;}
.lnb ul li.active a {color:#fff;}
.lnb ul li.active::after { display: block; }
.lnb ul li a:hover {color:#fff;}

#contArea {max-width:1660px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { position: relative; padding: 60px 0;}
.sub-title.pd { padding: 0; }

.real-cont {min-height:300px; padding-bottom: 120px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #1F0002; color: #fff; padding: 64px 0 56px;}
#footer .contain { display: flex; align-items: flex-end; justify-content: space-between; }
#footer .contain::after { content: none;}
.ft-info h3 { margin: 30px 0; font-size: var(--font-size20); font-weight: 600; line-height: 1.44em; }
.ft-text span { display: inline-block; padding-right: 20px; margin-bottom: 8px; line-height: 1.87em; font-weight: 300; }
.ft-text span strong { position: relative; font-weight:600; padding-right: 20px; }
.ft-text span strong::after { content: ""; position: absolute; width: 1px; height: 10px; background: #fff; right: 9px; top: 5px; }
.ft-text span:last-child { padding-right: 0; }
.ft-right { text-align: right; padding-bottom: 8px; }
.policy { margin-bottom: 8px; }
.policy a { display: inline-block; font-weight: 600; padding-right: 64px; line-height: 1.87em; }
.policy a:last-child { padding-right: 0; }
.cpr { color: rgba(255, 255, 255, 0.48); }
.cpr span { display: inline-block; padding-right: 20px; position: relative; line-height: 1.87em; }
.cpr span::after { content: ""; position: absolute; width: 1px; height: 10px; background: rgba(255, 255, 255, 0.48); right: 9px; top: 10px; }
.cpr a { display: inline-block; line-height: 1.87em; }
.quick-btn { position: fixed; z-index: 999; right: 32px; bottom: 32px; border-radius: 24px; width: 88px; height: 88px; display: flex; align-items: center; justify-content: center; text-align: center; background: #fff; flex-direction: column; box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08); gap: 6px; }
.quick-btn strong { display: block; font-weight: 600; line-height: 1.5em; color: var(--color-primary);}