@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:1500px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width:100%; max-width:1260px; 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 */
.hd-bnr-text { height: 48px; display: flex; align-items: center; justify-content: center; background: var(--color-primary); color: #fff; font-size: var(--font-size18); color: #242424; line-height: 1.94em; font-weight: 600; }
#header {position:sticky; width:100%; z-index:101; top: 0; transition: .2s; left: 0; border-bottom: 1px solid #ddd; background: #fff;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 1820px; }
#header .contain::after { content: none; }

.hd-btm { height: 88px; }

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo.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:center; } 
#gnb>ul>li {position:relative; padding: 0 36px; position: relative; }
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:88px; color:#242424; font-size:var(--font-size18); font-weight:600; line-height:1.94em; }
#gnb>ul>li:hover>a { color: var(--color-primary);}

#gnb .submenu {display:none; position:absolute; left:50%; width:220px; transform:translateX(-50%); background:#fff; border:1px solid #ddd; border-top:0; text-align:center; padding: 16px; border-radius: 0 0 16px 16px;}
#gnb .submenu ul li a {display:block; padding:8px 16px; color:#454545; font-size:16px; line-height: em; border-radius: 8px; position: relative; text-align: left; font-weight: 400; }
#gnb .submenu ul li a::after { content: ""; position: absolute; right: 16px; top: 0; bottom: 0; margin: auto; width: 6px; height: 10px; background: url(../images/common/hd-view.png) center no-repeat; background-size: contain; opacity: 0; transition: .2s;}
#gnb .submenu ul>li>a:hover { background: var(--color-primary); color: #fff; }
#gnb .submenu ul>li>a:hover::after { opacity: 1; }
#gnb>ul>li:nth-child(2) .submenu { width: auto; }
#gnb>ul>li:nth-child(2) .submenu>div { display: flex; gap: 10px; }
#gnb>ul>li:nth-child(2) .submenu ul>li>a { width: 198px; }

.util { display: flex; align-items: center; gap: 10px; }
.hd-links { display: flex; gap: 12px; }
.hd-links a { display: inline-block; padding: 8px 16px; font-weight: 700; line-height: 1.5em; color: #242424; position: relative; }
.hd-links a.tel { padding-left: 42px; border: 1px solid #000;}
.hd-links a.tel::before { content: ""; position: absolute; left: 16px; top: 0; bottom: 0; margin: auto; width: 18px; height: 18px; background: url(../images/common/hd-call-ico.png) center no-repeat; background-size: contain; transition: .2s;}
.hd-links a.tel:hover { background: #000; color: #fff; }
.hd-links a.tel:hover::before { background-image: url(../images/common/hd-call-ico-w.png);}
.hd-links a.contact { border: 1px solid #000; background: #FFCF01; }
.hd-links a.contact:hover { color: var(--color-primary); background: #000; }
.hd-search { width: 240px; border-radius: 80px; border: 1px solid #ddd; position: relative; transition: .2s; margin-left: 72px; }
.hd-search .input { border-style: none; height: 48px; padding: 6px 18px; border-radius: 24px; background: transparent;color: #bebebe; font-size: 14px; line-height: 2em; width: 100%; padding-right: 48px; }
.hd-search .input:focus { outline: none; }
.hd-search .input::placeholder { color: #bebebe; }
.hd-search .btns { position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 48px; height: 48px; border: none; background: transparent url(../images/common/hd-sch.png) center no-repeat; background-size: 18px; text-indent: -9999em; }
.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:#242424; 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:#242424; content: "only"; }
.list-icon span:after {bottom:-8px; transition-property:bottom, transform; background:#242424; }

#header.main { position: fixed; }
#header.main .sitelogo { background-image: url(../images/common/logo-w.png);}
#header.main #gnb>ul>li>a { color: #fff; }
#header.main #gnb>ul>li:hover>a { color: var(--color-primary);}
#header.main .hd-search { border-color: rgba(255, 255, 255, 0.20); }
#header.main .hd-search .input { color: rgba(255, 255, 255, 0.40); }
#header.main .hd-search .input::placeholder { color: rgba(255, 255, 255, 0.40); }
#header.main .hd-search .btns { background-image: url(../images/common/hd-sch-w.png);}
#header.main .list-icon span { background: #fff; }
#header.main .list-icon span::before { background: #fff; }
#header.main .list-icon span::after { background: #fff; }

#header.hover { background: #fff; }
#header.hover .sitelogo { background-image: url(../images/common/logo.png);}
#header.hover #gnb>ul>li>a { color: #242424; }
#header.hover #gnb>ul>li:hover>a { color: var(--color-primary);}
#header.hover .hd-search { border-color: #ddd; }
#header.hover .hd-search .input { color: #bebebe; }
#header.hover .hd-search .input::placeholder { color: #bebebe; }
#header.hover .hd-search .btns { background-image: url(../images/common/hd-sch.png);}

#header.move { background: #fff; border-bottom: 1px solid #eee;}
#header.move .sitelogo { background-image: url(../images/common/logo.png);}
#header.move #gnb>ul>li>a { color: #242424; }
#header.move #gnb>ul>li:hover>a { color: var(--color-primary);}
#header.move .hd-search { border-color: #ddd; }
#header.move .hd-search .input { color: #bebebe; }
#header.move .hd-search .input::placeholder { color: #bebebe; }
#header.move .hd-search .btns { background-image: url(../images/common/hd-sch.png);}
#header.move .list-icon span { background: #242424; }
#header.move .list-icon span::before { background: #242424; }
#header.move .list-icon span::after { background: #242424; }

.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:70vh; overflow:hidden;}
.main-visual .slick-slide {position:relative; height:70vh; 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: left; width: 100%; top: 43%; 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 h4 { display: inline-block; padding: 2px 16px; color: var(--color-primary); font-weight: 600; line-height: 1.75em; background: #000; backdrop-filter: blur(4px); border-radius: 25px; }
.main-visual .caption h4 span { position: relative; padding-left: 18px; display: inline-block; }
.main-visual .caption h4 span::before { content: ""; position: absolute; left: 0; top: 8px; width: 12px; height: 12px; border-radius: 18px; background: var(--color-primary); border: 3px solid #332900;}
.main-visual .caption h2 { font-size: 64px; line-height: 1.12em; color: #242424; font-weight: 700; margin: 28px 0;}
.main-visual .caption h2 span { color: var(--color-primary);}
.main-visual .caption p { line-height: 1.77em; font-size: var(--font-size18); color: #454545; }

.main-visual .vs-pagination { max-width: 1500px; display: flex; justify-content: flex-start; padding-left: 30px; padding-right: 30px; align-items: center; position: absolute; bottom: 15%; left: 0; right: 0; margin: auto; gap: 8px; width: auto;}
.main-visual .roll-btn { z-index: 50; position: relative; display: flex; align-items: center; gap: 2px; min-width: 3.5em; font-size: 15px; font-weight: 500; line-height: 1.5em; letter-spacing: 0.04em; padding-left: 10px; }
.main-visual .roll-btn .current { color: #242424; }
.main-visual .roll-btn .sep,
.main-visual .roll-btn .total { color: rgba(36, 36, 36, 0.40); }
.main-visual .slick-arrow { position: relative; z-index: 50; width: 40px; height: 40px; background-repeat: no-repeat; background-position: center; background-size: 6px; cursor: pointer; border-radius: 20px; border: 1px solid #DDD; background-color: #FFF;}
.main-visual .slick-prev { background-image: url(../images/main/main-prev.png); }
.main-visual .slick-next { background-image: url(../images/main/main-next.png); }

/* 메인 공통 */
.main-pd { padding: 60px 0 120px;}
.main-tit { font-size: var(--font-size48); font-weight: 700; line-height: 1.16em; color: #242424; text-align: center; margin-bottom: 72px; }
.main-tit span { color: var(--color-primary); }

/* 메인 */
.main-marquee { padding: 10px 0; background: #000; border-top: 4px solid var(--color-primary); overflow: hidden; margin-bottom: 60px; }
.main-marquee .item-wrap { display: flex; gap: 52px; }
.main-marquee .item { position: relative; font-size: var(--font-size18); line-height: 1.55em; font-weight: 700; color: var(--color-primary); }
.main-marquee .item::after { content: ""; position: absolute; right: -28px; top: 0; bottom: 0; margin: auto; width: 4px; height: 4px; border-radius: 4px; background: #fff; }
.main-marquee .item:last-child::after { display: none; }

.sec1-wrap { display: flex; gap: 24px; flex-wrap: wrap;}
.sec1-wrap .item { position: relative; overflow: hidden; width: calc(100%/2 - 12px); padding: 63px 40px; background-color: #f8f8f8; transition: .2s; background-repeat: no-repeat; background-position: top right; background-size: 180px; background-image: url(../images/main/sec1-sb.png); padding-bottom: 20px;}
.sec1-wrap .item::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0; transition: .2s; background: url(../images/main/sec1-sb-on.png) top right / 180px no-repeat, linear-gradient(180deg, #FFCF01 0%, #FF9501 100%); }
.sec1-wrap .item > * { position: relative; z-index: 1; }
.sec1-wrap .item .en-tt { margin: 54px 0 8px; font-size: var(--font-size18); font-weight: 500; line-height: 1.55em; color: var(--color-primary); transition: .2s;}
.sec1-wrap .item .tt { font-size: var(--font-size28); font-weight: 600; line-height: 1.14em; color: #242424; transition: .2s;}
.sec1-wrap .item .txt { color: rgba(255,255,255,0.8); line-height: 1.62em; font-weight: 400; margin-top: 10px; opacity: 0; transition: .2s;}
.sec1-wrap .item:hover::before { opacity: 1; }
.sec1-wrap .item:hover .en-tt { color: #fff;}
.sec1-wrap .item:hover .tt { color: #fff;}
.sec1-wrap .item:hover .txt { opacity: 1;}

.sec2-swiper .item a { display: block; }
.sec2-swiper .item .thumb { position: relative; padding-bottom: 100%; overflow: hidden; display: block; }
.sec2-swiper .item .thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.sec2-swiper .item .abbox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; color: #fff; display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.6)); opacity: 0; transition: .3s;}
.sec2-swiper .item .abbox .ctr { font-weight: 500; line-height: 1.5em; margin-bottom: 4px; }
.sec2-swiper .item .abbox .tt { font-size: var(--font-size24); font-weight: 600; line-height: 1.25em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.sec2-swiper .item .abbox .view { position: absolute; right: 0; top: 32px; width: 48px; height: 48px; background: url(../images/main/sec2-view.png) center no-repeat; background-size: contain; opacity: 0; transition: .3s;}
.sec2-swiper .item a:hover .abbox { opacity: 1; }
.sec2-swiper .item a:hover .abbox .view { right: 32px; opacity: 1; }
.sec2-btn { width: 130px; height: 60px; display: flex; align-items: center; justify-content: flex-start; padding-left: 26px; border-radius: 30px; margin: 72px auto 0; border: 1px solid #242424; position: relative; font-size: var(--font-size18); font-weight: 500; color: #242424; line-height: 1em; }
.sec2-btn::after { content: ""; position: absolute; right: 32px; width: 12px; height: 12px; top: 0; bottom: 0; margin: auto; background: url(../images/main/sec2-plus.png) center no-repeat; background-size: contain; transition: .2s;}
.sec2-btn:hover { background: #242424; color: #fff;}
.sec2-btn:hover::after { background-image: url(../images/main/sec2-plus-w.png);}

.sec3-wrap { display: flex; gap: 24px; flex-wrap: wrap;}
.sec3-wrap .item { width: calc(100%/4 - 18px); position: relative; }
.sec3-wrap .item img { width: 100%; }
.sec3-wrap .item .abbox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.60); opacity: 0; transition: .3s; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; font-size: var(--font-size24); font-weight: 600; line-height: 1.41em; }
.sec3-wrap .item:hover .abbox { opacity: 1; }

/* 그래프 부분 */
.graph-wrap .main-tit { margin-bottom: 0; }
.graph-wrap > p { margin: 24px 0 72px; text-align: center; font-size: var(--font-size18); line-height: 1.44em; color: #454545; }
.graph-motion { margin-bottom: 72px; display: flex; flex-direction: column; align-items: center; gap: 40px; }
.graph-gauge { position: relative; width: 540px; max-width: 100%; height: 270px; }
.graph-svg { display: block; width: 100%; height: auto; overflow: visible; }
.graph-mask-path { stroke-dasharray: 100; stroke-dashoffset: 100; }
.graph-txt { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 175px; padding-bottom: 10px; text-align: center; }
.graph-num { display: block; font-size: 80px; font-weight: 700; line-height: 1; letter-spacing: -0.04em; background: linear-gradient(239deg, #FFCF01 37.87%, #FF9501 95.44%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.graph-label { display: block; margin-top: 12px; font-size: var(--font-size28); font-weight: 600; line-height: 1.28em; color: #242424; }
.graph-caption { font-size: var(--font-size24); font-weight: 500; line-height: 1.16em; color: #242424; text-align: center; }
.graph-list { display: flex; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; flex-wrap: wrap; }
.graph-list .item { display: flex; flex-direction: column; justify-content: space-between; width: calc(100% / 4); min-height: 232px; padding: 32px; border-right: 1px solid #ddd; box-sizing: border-box; }
.graph-list .item:last-child { border-right: none; }
.graph-list .item .txt { font-size: var(--font-size18); line-height: 1.55em; color: #242424; font-weight: 400; }
.graph-list .item .txt strong { font-weight: 600; }
.graph-list .item .num { margin-top: 48px; text-align: right; font-size: 48px; font-weight: 700; line-height: 1.16em; color: #242424; }
.graph-list .item .num .count { font-weight: 700; }
.graph-list .item .num i { font-style: normal; font-size: 28px; font-weight: 800; line-height: 1.33em; }
.graph-list .item .num .unit { font-size: 32px; font-weight: 700; line-height: 1.75em; }
.graph-list .item .num { text-align: right; font-size: var(--font-size48); line-height: 1.16em; color: #242424; font-weight: 700; display: flex; align-items: center; justify-content: flex-end; gap: 5px;}

/* sub */ 
#contArea {max-width:1500px; 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: 80px 0; }
.sub-title h4 { font-size: 16px; font-weight: 600; line-height: 1.5em; color: var(--color-primary); margin-bottom: 24px; }
.sub-title h2 { font-size: var(--font-size56); font-weight: 700; line-height: 1.14em; color: #242424; }
.sub-title p { line-height: 1.5em; color: #686868; font-weight: 400; margin-top: 24px; }
.sub-title.pd { padding: 50px 0;}

.real-cont {min-height:300px; padding-bottom: 150px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: var(--color-primary); color: #242424; padding: 64px 0;}
#footer .contain { display: flex; justify-content: space-between; }
#footer .contain::after { content: none;}
.ft-text { margin-top: 40px; }
.ft-text span { display: block; line-height: 1.75em; font-weight: 400; }
.ft-right { text-align: right; }
.ft-sns { display: flex; gap: 10px 16px; flex-wrap: wrap; justify-content: flex-end;}
.policy { margin-top: 96px; }
.policy a { display: inline-block; font-weight: 400; padding-right: 24px; line-height: 1.75em; position: relative; }
.policy a::after { content: ""; position: absolute; width: 1px; height: 14px; right: 10px; background: #242424; top: 6px; }
.policy a:last-child { padding-right: 0; }
.policy a:last-child::after { display: none; }
.cpr { font-weight: 400; line-height: 1.75em; }
.scroll-top { position: fixed; right: 14px; border-radius: 16px; background: #fff url(../images/common/top.png) center no-repeat; box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16); width: 52px; height: 52px; text-indent: -9999em; overflow: hidden; background-size: 14px; z-index: 999; display: none; top: 50%; transform: translateY(-50%);}

.rolling-inq-btn { display: flex; position: fixed; z-index: 999; width: 160px; height: 160px; right: 10px; bottom: 10px; align-items: center; justify-content: center; text-align: center; }
.rolling-inq-btn strong { position: relative; z-index: 2; display: flex; flex-direction: column; width: 120px; height: 120px; align-items: center; justify-content: center; background: #000; box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12); border-radius: 120px; line-height: 1.5em; font-size: 16px; font-weight: 700; color: var(--color-primary); font-family: var(--paperlogy); }
.rolling-inq-btn .rolling-text { position: absolute; inset: 0; z-index: 1; pointer-events: none; animation: rolling-inq-spin 20s linear infinite; }
.rolling-inq-btn .rolling-text i { position: absolute; top: 0; left: 50%; width: 16px; height: 80px; margin-left: -8px; font-style: normal; font-family: var(--paperlogy); font-size: 12px; font-weight: 700; line-height: 1; color: #000; text-align: center; transform: rotate(calc(var(--i) * 15deg)); transform-origin: 50% 80px; }
@keyframes rolling-inq-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

