@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 */
#header {position:sticky; width:100%; z-index:101; top: 0; height: 100px; transition: .2s; left: 0; background: #fff; border-bottom: 1px solid #ddd;}
#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.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; position: relative; }
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#121212; font-size:var(--font-size20); font-weight:600; line-height:1.7em; width: 160px; }
#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:10px 0; color:#fff; font-size:var(--font-size18); line-height:1.4em; font-weight: 400; }
#gnb>ul>li:hover .submenu { background: #fff; }
#gnb>ul>li:hover .submenu>ul>li>a { color: #505050; }
#gnb>ul>li:hover .submenu>ul>li>a:hover { color: var(--color-primary); font-weight: 600; }
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:var(--color-primary); }

.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:#121212; 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:#121212; content: "only"; }
.list-icon span:after {bottom:-8px; transition-property:bottom, transform; background:#121212; }

#header.main { position: fixed; background: transparent; border-color:rgba(255, 255, 255, 0.20); }
#header.main .sitelogo { background-image: url(../images/common/logo-w.png);}
#header.main #gnb>ul>li>a { color: #fff; }
#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: #121212; }

#header.active { background: #fff; border-bottom: 1px solid #ddd;}
#header.active .sitelogo { background-image: url(../images/common/logo.png);}
#header.active #gnb>ul>li>a { color: #121212; }
#header.active .list-icon span { background: #121212; }
#header.active .list-icon span::before { background: #121212; }
#header.active .list-icon span::after { background: #121212; }

#header.move { background: #fff; border-bottom: 1px solid #ddd;}
#header.move .sitelogo { background-image: url(../images/common/logo.png);}
#header.move #gnb>ul>li>a { color: #121212; }
#header.move .list-icon span { background: #121212; }
#header.move .list-icon span::before { background: #121212; }
#header.move .list-icon span::after { background: #121212; }

.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: 64px; font-weight: 700; line-height: 1.2em; margin-bottom: 24px; }
.main-visual .caption h4 { margin-bottom: 10px; line-height: 1.4em; font-size: var(--font-size24); font-weight: 400; }
.main-visual .caption p { line-height: 1.66em; font-weight: 300; }

.main-visual .scrolls { position: absolute; left: 0; right: 0; margin: auto; text-align: center; bottom: 120px; }
.main-visual .scrolls span { display: block; line-height: 1em; font-size: 14px; font-weight: 400; color: #fff; margin-bottom: 12px; animation: scrolls-blink 1.4s ease-in-out infinite; }
.main-visual .scrolls img { display: inline-block; animation: scrolls-drop 1.4s ease-in-out infinite; }
@keyframes scrolls-blink {
	0% { opacity: 1; }
	70% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes scrolls-drop {
	0% { transform: translateY(0); opacity: 1; }
	70% { transform: translateY(12px); opacity: 0; }
	100% { transform: translateY(0); opacity: 0; }
}

/* main */
.sec1 { display: flex; align-items: center; justify-content: center; background: url(../images/main/sec1-bg.jpg) center / cover no-repeat; }
.sec1-inner { display: flex; flex-direction: column; align-items: center; gap: 80px; }
.sec1-tit { font-size: var(--font-size40); font-weight: 700; line-height: 1.3em; color: #121212; text-align: center; }
.sec1-tit strong { color: #172951; font-weight: 700; }
.sec1-list { display: flex; gap: 24px; width: 100%; }
.sec1-list li { flex: 1 1 0; min-width: 0; position: relative; display: flex; align-items: center; justify-content: center; aspect-ratio: 4 / 3; padding: 0 15px; overflow: hidden; border-radius: 16px; }
.sec1-list img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sec1-list .dim { position: absolute; inset: 0; }
.sec1-list .txt { position: relative; z-index: 1; text-align: center; color: #fff; }
.sec1-list h3 { font-size: var(--font-size28); font-weight: 600; line-height: 1.3em; }
.sec1-list p { margin-top: 20px; font-weight: 400; line-height: 1.5em; }

.sec2 { display: flex; align-items: center; justify-content: center; background: url(../images/main/sec2-bg.jpg) center / cover no-repeat; }
.sec2-inner { display: flex; flex-direction: column; align-items: center; gap: 80px; }
.sec2-tit { font-size: var(--font-size40); font-weight: 700; line-height: 1.3em; color: #fff; text-align: center; }
.sec2-compare { display: flex; gap: 30px; width: 100%; }
.sec2-card { flex: 1 1 0; min-width: 0; padding: 50px; background: #fff; border-radius: 16px; }
.sec2-card h3 { margin-bottom: 30px; font-size: var(--font-size24); font-weight: 600; line-height: 1.3em; color: #121212; text-align: center; }
.sec2-card.on h3 { color: #172951; }
.sec2-card ul { display: flex; flex-direction: column; gap: 20px; }
.sec2-card li { display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 30px 0; border: 2px solid #ddd; border-radius: 16px; }
.sec2-card.on li { border-color: #172951; }
.sec2-card.on li:first-child { box-shadow: 2px 2px 16px rgba(0,0,0,0.25); }
.sec2-card li img { width: 30px; height: 30px; }
.sec2-card li p { font-size: var(--font-size20); font-weight: 400; line-height: 1.3em; color: #686868; text-align: center; }
.sec2-card.on li p { font-weight: 600; color: #172951; }

.sec3 { display: flex; align-items: center; justify-content: center; overflow: hidden; background: url(../images/main/sec3-bg.jpg) center / cover no-repeat; }
.sec3-inner { display: flex; align-items: center; gap: 84px; }
.sec3-left { width: 43%; }
.sec3-left h2 { margin-bottom: 30px; font-size: var(--font-size40); font-weight: 700; line-height: 1.4em; color: #121212; }
.sec3-left p { margin-bottom: 40px; font-weight: 400; line-height: 1.75em; color: #878787; }
.sec3-more { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 200px; height: 56px; border: 1px solid #ddd; border-radius: 64px; font-weight: 500; line-height: 1em; color: #172951; }
.sec3-more img { width: 12px; height: 10px; }
.sec3-right { width: 100%; margin-right: -43%; }
.sec3-swiper { overflow: hidden; }
.sec3-swiper .swiper-slide { width: 400px; }
.sec3-swiper .swiper-slide a { position: relative; display: block; width: 400px; height: 300px; overflow: hidden; border-radius: 16px; }
.sec3-swiper .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sec3-swiper .txt { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; background: rgba(0,0,0,0.6); color: #fff; opacity: 0; transition: opacity .3s; }
.sec3-swiper .swiper-slide a:hover .txt { opacity: 1; }
.sec3-swiper .txt p { font-size: var(--font-size20); font-weight: 600; line-height: 1.3em; }
.sec3-swiper .txt img { width: 48px; height: 48px; }
.sec3-ctrl { display: flex; align-items: center; gap: 10px; margin-top: 30px; width: 824px; }
.sec3-ctrl button { width: 48px; height: 48px; display: flex; border-radius: 25px; border: 1px solid #DDD; background: #FFF; align-items: center; justify-content: center;}
.sec3-ctrl button img { display: block; width: 7px; height: 14px; }
.sec3-ctrl .sec3-progress { position: relative; top: auto; left: auto; flex: 1 1 auto; min-width: 0; width: auto; height: 2px; background: #ddd; border-radius: 2px; overflow: hidden; }
.sec3-ctrl .sec3-progress .swiper-pagination-progressbar-fill { background: #172951; }

.sec4 { display: flex; align-items: center; justify-content: center; background: url(../images/main/sec4-bg.jpg) center / cover no-repeat; } 
.sec4-inner { display: flex; flex-direction: column; align-items: center; gap: 80px; }
.sec4-tit { text-align: center; color: #fff; }
.sec4-tit h2 { margin-bottom: 30px; font-size: var(--font-size40); font-weight: 700; line-height: 1.3em; }
.sec4-tit p { font-weight: 400; line-height: 1.5em; }
.sec4-list { display: flex; gap: 40px; width: 100%; }
.sec4-card { flex: 1 1 0; min-width: 0; padding: 60px; background: #fff; border-radius: 16px; }
.sec4-card .top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.sec4-card .top img { width: 80px; height: 80px; }
.sec4-card .top .more { width: 48px; height: 48px; }
.sec4-card h3 { margin-bottom: 14px; font-size: var(--font-size24); font-weight: 600; line-height: 1.3em; color: #121212; }
.sec4-card p { font-size: var(--font-size18); font-weight: 400; line-height: 1.56em; color: #505050; }

/* sub */ 
.sub-wrap { padding: 80px 0 120px; text-align: center; }
.menu-ctr { display: flex; justify-content: flex-end; align-items: center; font-weight: 500; color: #ccc; line-height: 1.4em; gap: 24px; }
.menu-ctr span { display: inline-block; position: relative; }
.menu-ctr span::after { content: ""; position: absolute; width: 6px; height: 11px; background: url(../images/sub/menu-ctr.png) center no-repeat; background-size: contain; right: -16px; top: 5px; }
.menu-ctr span:last-child::after { display: none; }
.menu-ctr span.page-title { color: #121212; }
.menu-ctr span.home { width: 16px; height: 22px; background: url(../images/sub/home.png) center 4px no-repeat; background-size: contain; }
.sub-wrap h2 { font-size: 56px; font-weight: 600; line-height: 1.32em; color: #121212; margin: 40px 0; }

.lnb ul {display:flex; justify-content: center;}
.lnb ul li { width: auto;}
.lnb ul li a { display: inline-block; padding:0 30px; color:#bfbfbf ; font-size:var(--font-size20); font-weight:500; line-height:1em; letter-spacing:-.03em; border-right: 1px solid #ddd;}
.lnb ul li:last-child a { border-right: none; }
.lnb ul li.active a {color:var(--color-primary);}

#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; display: none; } 

.real-cont {min-height:300px; padding-bottom: 150px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer {width:100%; z-index:1; position:relative; background:#0d121b; color:#fff; padding:50px 0;}
#footer .contain {max-width:1440px;}
.ft-top {display:flex; align-items:flex-start; justify-content:space-between; gap:40px;}
.ft-left {display:flex; flex-direction:column; gap:24px; flex:0 0 auto;}
.ft-logo {width:196px;}
.ft-logo a {display:block;}
.ft-logo img {display:block; width:196px; height:80px; object-fit:contain; object-position:left center;}
.ft-contact {display:flex; flex-direction:column; gap:10px;}
.ft-contact p {margin:0; font-size:14px; font-weight:400; line-height:1; letter-spacing:-0.03em; color:rgba(255,255,255,0.5);}
.ft-contact strong {font-weight:500; color:rgba(255,255,255,0.8);}
.ft-contact span {display:inline-block; margin:0 6px; color:rgba(255,255,255,0.5);}
.ft-menu {display:flex; align-items:flex-start; gap:56px; flex:0 0 auto;}
.ft-menu-col {display:flex; flex-direction:column; gap:16px; min-width:86px;}
.ft-menu-col strong {display:block; font-size:16px; font-weight:700; line-height:1; letter-spacing:-0.03em; color:#fff;}
.ft-menu-col ul {display:flex; flex-direction:column; gap:14px;}
.ft-menu-col li a {display:block; font-size:14px; font-weight:400; line-height:1; letter-spacing:-0.03em; color:rgba(255,255,255,0.5);}
.ft-menu-col li a:hover {color:#fff;}
.ft-btm {display:flex; justify-content:space-between; align-items:flex-start; gap:24px; margin-top:40px; padding-top:30px; border-top:1px solid rgba(255,255,255,0.2);}
.ft-info {display:flex; flex-direction:column; gap:14px; max-width:280px;}
.ft-info p {margin:0; font-size:14px; font-weight:400; line-height:1; letter-spacing:-0.03em; color:rgba(255,255,255,0.5);}
.ft-meta {display:flex; flex-direction:column; align-items:flex-end; gap:14px;}
.policy {display:flex; align-items:center; gap:12px;}
.policy a {display:inline-block; font-size:14px; font-weight:400; line-height:1; letter-spacing:-0.03em; color:rgba(135,135,135,0.8);}
.policy a:hover {color:#fff;}
.policy a + a {position:relative; padding-left:13px;}
.policy a + a::before {content:""; position:absolute; left:0; top:50%; transform:translateY(-50%); width:1px; height:14px; background:rgba(135,135,135,0.8);}
.cpr {margin:0; font-size:14px; font-weight:400; line-height:1em; letter-spacing:-0.03em; color:rgba(255,255,255,0.5);}

/* 하단 상담배너 */
.ft-banner {display:none;}
#main .ft-banner {display:flex; align-items:center; position:fixed; left:0; bottom:0; width:100%; height:88px; z-index:100; background:#172951; transition:transform .35s ease, opacity .35s ease;}
#main .ft-banner.is-hide {transform:translateY(100%); opacity:0; pointer-events:none;}
.ft-banner-inner {display:flex; align-items:center; justify-content:center; gap:80px; width:100%; max-width:1440px; margin:0 auto; padding:0 30px;}
.ft-banner-tit {flex:0 0 auto; font-size:var(--font-size32); font-weight:600; line-height:1em; letter-spacing:-0.03em; color:#fff;}
.ft-banner-tit a {color:#fff;}
.ft-banner-form {display:flex; flex:1 1 auto; min-width:0; align-items:center; gap:80px;}
.ft-banner-fields {display:flex; flex:1 1 auto; min-width:0; align-items:center; gap:50px;}
.ft-banner-field {display:flex; flex:1 1 auto; min-width:0; align-items:center; gap:10px; margin:0;}
.ft-banner-field span {flex:0 0 auto; font-weight:500; line-height:1em; letter-spacing:-0.03em; color:#fff;}
.ft-banner-field input {flex:1 1 auto; min-width:0; width:100%; height:46px; padding:0 12px; border:0; border-radius:4px; background:rgba(255,255,255,.8); color:#121212; line-height:1.5em;}
.ft-banner-right {display:flex; flex:0 0 auto; align-items:center; gap:30px;}
.ft-banner-agree {display:flex; align-items:center; gap:8px;}
.ft-banner-check {position:relative; display:flex; align-items:center;}
.ft-banner-check input {position:absolute; left:0; top:0; width:0; height:0; opacity:0;}
.ft-banner-check label {display:flex; align-items:center; gap:6px; font-weight:600; line-height:1.2em; letter-spacing:-0.03em; color:#fff; cursor:pointer;}
.ft-banner-check label::before {content:""; display:inline-block; width:16px; height:16px; box-sizing:border-box; border:1px solid rgba(255,255,255,.8); border-radius:1px; background:transparent;}
.ft-banner-check input:checked + label::before { background:url("../images/common/ft-banner-check.svg") 50% 50% / 9px 7px no-repeat;}
.ft-banner-view {display:inline-flex; align-items:center; justify-content:center; width:48px; height:23px; padding:0; border:1px solid rgba(255,255,255,.2); font-size:12px; font-weight:400; line-height:1em; letter-spacing:-0.03em; color:#fff;}
.ft-banner-btn {display:inline-flex; align-items:center; justify-content:center; height:38px; padding:0 40px; border:0; border-radius:5px; background:#fff; font-weight:600; line-height:1em; letter-spacing:-0.03em; color:#121212; cursor:pointer;}
.ft-banner-toggle, .ft-banner-close, .ft-banner-dim {display:none;}

/* 퀵메뉴 */
.quick { position: fixed; right: 100px; top: 50%; transform: translateY(-50%); z-index: 99; width: 80px; display: flex; flex-direction: column; gap: 10px; }
.quick .tt { width: 100%; height: 40px; border-radius: 8px; background: var(--color-primary); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; line-height: 1.5em; padding-top: 2px; }
.quick .btn { width: 100%; height: 80px; border-radius: 8px; background: #f9f9f9; display: flex; align-items: center; flex-direction: column; justify-content: center; gap: 2px; }
.quick .btn span { display: block; font-size: 14px; font-weight: 500; color: #121212; line-height: 1.2em; }