/* FinPlex 브랜드 사이트 랜딩 — BGK 시안 v12 기반 (FINOPS-1192)
   변경: 웹폰트 자체 호스팅 · 미사용 규칙 제거(GNB/검색/모바일드로어/구 푸터/패밀리사이트)
        · 애니메이션을 .js-anim 뒤로 게이트(JS 미동작 시에도 콘텐츠 노출) */
/* Pretendard Variable — 자체 호스팅 (SIL OFL 1.1, assets/fonts/OFL.txt).
   외부 CDN 미사용: 방문자 요청이 제3자로 나가지 않도록 동일 출처에서 서빙한다. */
@font-face{font-family:'Pretendard';src:url('/assets/fonts/PretendardVariable.woff2') format('woff2-variations');font-weight:45 920;font-style:normal;font-display:swap}
:root{--fp-font:'Pretendard',-apple-system,BlinkMacSystemFont,'Apple SD Gothic Neo','Malgun Gothic','Noto Sans KR',sans-serif;--fp-blue:#377CF4;--fp-navy:#0f172a;--fp-black:#000;--fp-text:#222;--fp-muted:#8590a1;--fp-light:#f7f9fb;--fp-container:1398px;}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--fp-text);font-family:var(--fp-font)!important;-webkit-font-smoothing:antialiased;word-break:keep-all;}
a{text-decoration:none;color:inherit}
button{font-family:var(--fp-font)}
img{max-width:100%;display:block}
.finplex-page{overflow:visible}
main{overflow-x:clip}
.fp-container,.fp-inner{width:min(calc(100% - 40px),var(--fp-container));margin-left:auto;margin-right:auto;}
.finplex-header{height:70px;background:#000;color:#fff;position:relative;z-index:100;}
.finplex-header-inner{width:min(calc(100% - 40px),var(--fp-container));height:70px;margin:auto;display:flex;align-items:center;}
.finplex-logo{flex:0 0 auto;display:flex;align-items:center}
.finplex-logo img{width:191px;height:17px;object-fit:contain}




.finplex-header-actions{margin-left:auto;display:flex;align-items:center;gap:10px}
.finplex-header-btn{height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 17px;border-radius:8px;font-size:13px;font-weight:400;letter-spacing:0;white-space:nowrap;}

.finplex-header-btn--blue{background:#377cf4;color:#fff}



/* Hero */
.fp-hero{min-height:570px;background:#f7f9fb;display:flex;align-items:center;text-align:center;}
.fp-hero h1{margin:0;font-size:4rem;line-height:1.2;font-weight:400;letter-spacing:-0.6px;color:#0F172A;}
.fp-hero h1 strong{font-weight:700}
.fp-hero p{margin:24px 0 30px;color:#64748B;font-size:20px;line-height:1.5em;letter-spacing:-.6px;}
.fp-button{display:inline-flex;align-items:center;justify-content:center;min-width:240px;min-height:50px;padding:16px 28px;border-radius:8px;font-size:16px;font-weight:500;letter-spacing:-.6px;transition:transform .1s ease-in-out,box-shadow .1s ease-in-out}
.fp-button-black{background:#000;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.05)}
.fp-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(15,23,42,.3)}
/* Sections: same 30/70 composition as the supplied Elementor page */
.fp-section{width:100%}
.fp-section-half{padding:8rem 0 8rem}
.fp-inner{display:grid;grid-template-columns:30% 70%;align-items:start;}
.fp-col-left{padding-right:40px}
.fp-col-left h2{margin:0;font-size:2.5rem;line-height:1.2;font-weight:700;letter-spacing:-0.4px;color:#222}
.fp-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.fp-info-card{border:1px solid #e0e6ec;border-radius:8px;overflow:hidden;background:#fff;transition:transform .3s ease,box-shadow .3s ease}
.fp-info-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(15,23,42,.1)}
.fp-card-image{height:220px;background:#f4f7fa;overflow:hidden}
.fp-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.fp-info-card:hover .fp-card-image img{transform:scale(1.035)}
.fp-card-content{padding:25px 28px 30px}
.fp-tag{font-size:1rem;line-height:1.3;color:#377cf4;font-weight:700}
.fp-card-content h3{margin:10px 0 13px;font-size:1.5rem;line-height:1.4;font-weight:600;letter-spacing:-.7px}
.fp-card-content p{margin:0;color:#666;font-size:1rem;line-height:1.75;letter-spacing:-.4px}
/* Vendors */
.fp-vendors{background:#f7f9fb;padding:8rem 0}
.fp-vendor-intro{margin:0.1rem 0 2.4rem;color:#222;font-size:1.13rem;line-height:1.5;font-weight:bold;letter-spacing:-.4px}
.fp-vendor-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}
.fp-vendor-card{height:180px;background:#fff;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;transition:transform .25s ease,box-shadow .25s ease}
.fp-vendor-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(15,23,42,.08)}
.fp-vendor-card span{font-size:1rem;line-height:1.4;color:#222;font-weight:bold;}
.fp-vendor-card b{font-weight:700;align-self:center}
.fp-vendor-card .aws{font-size:31px;font-style:italic}
.fp-vendor-card .azure{font-size:38px}
.fp-vendor-card .gcp,.fp-vendor-card .oracle,.fp-vendor-card .naver{font-size:13px}
.wrap_img img{float:right;}
.wrap_img img{float:right;}
/* Services */
.fp-services{background:var(--fp-navy);color:#fff;padding:8rem 0;}
.fp-services .fp-col-left h2{color:#fff}
.fp-services .fp-col-left{padding-right:40px}
.fp-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.fp-service-card{min-height:275px;background:#0c111e;padding:32px 36px;border-radius:4px;transition:transform .3s ease,background .3s ease}
.fp-service-card-third{grid-column:1}
.fp-service-card .num{font-size:14px;color:#377cf4;font-weight:700;letter-spacing:-.4px}
.fp-service-card h3{margin:16px 0;font-size:1.5rem;line-height:1.4;font-weight:600;letter-spacing:-.7px}
.fp-service-card p{margin:0 0 18px;color:#b9b9b9;font-size:1rem;line-height:1.75;letter-spacing:-0.6px;word-break:keep-all;}
.fp-service-card ul{margin:0;padding-left:0;list-style:none}
.fp-service-card li{font-size:1rem;line-height:1.8;color:#fff;letter-spacing:-0.2px;}
.fp-service-card li:before{content:"✓";margin-right:8px;color:#fff}
/* FAQ: same 30/70 composition and 8px accordion radius */
.fp-faq{padding:8rem 0 0}
.fp-faq .fp-col-left h2{font-size:2.5rem}
.fp-accordion{padding-left:0}
.fp-accordion details{border:1px solid #e0e6ec;border-radius:8px;margin-bottom:12px;background:#f7f9fb;overflow:hidden}
.fp-accordion details.is-open{background:#fff;border-color:#377cf4}
.fp-accordion summary{list-style:none;cursor:pointer;min-height:66px;padding:20px 24px;display:flex;align-items:center;font-size:1.2rem;font-weight:700;letter-spacing:-.4px;position:relative;padding-left:3.6rem;}
.fp-accordion summary::-webkit-details-marker{display:none}
.fp-accordion summary:after{content:"+";position:absolute;left:24px;top:50%;transform:translateY(-50%);font-size:22px;font-weight:bold;color:#222;}
.fp-accordion details.is-open summary:after{content:"−"}
.fp-accordion-content{display:grid;grid-template-rows:0fr;opacity:0;padding:0 24px;transition:grid-template-rows .32s ease,opacity .22s ease,padding .32s ease;}
.fp-accordion-content p{min-height:0;overflow:hidden;margin:0;color:#666;font-size:16px;line-height:1.4;letter-spacing:-.3px;padding-left:2.2rem;}
.fp-accordion details.is-open .fp-accordion-content{grid-template-rows:1fr;opacity:1;padding:0 24px 22px;}
/* CTA: exact animation model from supplied page:
   .animated-fast = .75s; .zoomIn = scale3d(.3,.3,.3) + opacity. */
.fp-cta-wrap{width:100%;padding:0 0 8rem;margin-top:8rem;}
.fp-cta{width:min(calc(100% - 40px),1398px);margin:0 auto;padding:80px 20px;border-radius:24px;background:#377cf4;text-align:center;color:#fff}
.fp-cta h2{margin:0 0 3rem;font-size:2.4rem;font-weight:bold;line-height:1.3em;letter-spacing:-0.4px;color:#FFFFFF;}
.js-anim .fp-zoom-in{opacity:0;transform:scale3d(.3,.3,.3);}
.js-anim .fp-zoom-in.is-visible{animation-name:zoomIn;animation-duration:.75s;animation-fill-mode:both;animation-timing-function:ease;}
.pc_block{display:inline;}
@keyframes zoomIn{
  from{opacity:0;transform:scale3d(.3,.3,.3)}
  50%{opacity:1}
  to{opacity:1;transform:scale3d(1,1,1)}
}
/* Same animation names used by the supplied page */
.js-anim .fp-animated{opacity:0}
.js-anim .fp-animated.is-visible{animation-duration:.75s;animation-fill-mode:both}
.js-anim .fp-fade-left.is-visible{animation-name:fadeInLeft}
.js-anim .fp-fade-right.is-visible{animation-name:fadeInRight}
.js-anim .fp-fade-up.is-visible{animation-name:fadeInUp}
@keyframes fadeInLeft{
  from{opacity:0;transform:translate3d(-100%,0,0)}
  to{opacity:1;transform:none}
}
@keyframes fadeInRight{
  from{opacity:0;transform:translate3d(100%,0,0)}
  to{opacity:1;transform:none}
}
@keyframes fadeInUp{
  from{opacity:0;transform:translate3d(0,100%,0)}
  to{opacity:1;transform:none}
}
.fp-top{position:fixed;right:25px;bottom:25px;width:44px;height:44px;border-radius:50%;border:1px solid #e0e6ec;background:#fff;z-index:99;cursor:pointer;opacity:0;pointer-events:none;transition:.25s}
.fp-top.is-show{opacity:1;pointer-events:auto}
.fp-top{display:flex;align-items:center;justify-content:center;}
.fp-top i{font-size:14px;color:#111;line-height:1;}
.fp-top:hover i{color:#377cf4;}
/* Responsive values mirror the source site's 899px mobile breakpoint */
@media(max-width:1199px){
  
  .finplex-header-actions{gap:6px}
  .finplex-header-btn{padding:0 13px}
  .fp-hero h1{font-size:3rem;}
  .fp-hero p{font-size:18px;}
  .fp-col-left h2,.fp-faq .fp-col-left h2{font-size:2rem;}
  .fp-card-content h3{font-size:1.4rem;}
  .fp-cta h2{margin:0 0 2rem;font-size:1.8rem;}
  .fp-cta{padding:4rem 2rem;}
  .pc_block{display:none;}
}
@media(max-width:899px){
  .finplex-header,.finplex-header-inner{height:64px}
  .finplex-header-inner{width:calc(100% - 32px)}
  .finplex-logo img{width:191px;height:auto}
  
  .finplex-header-actions{margin-left:auto}
  
  .finplex-header-btn{height:38px;font-size:12px;padding:0 12px}
  
  .fp-container,.fp-inner{width:calc(100% - 32px)}
  .fp-hero{min-height:500px}
  .fp-hero .fp-container{padding: 0 0.5rem;}
  .fp-hero h1{font-size:36px;letter-spacing:-1.1px}
  .fp-hero p{font-size:1rem}
  .fp-inner{display:block}
  .fp-col-left{padding:0 0 35px}
  .fp-section-half{padding:80px 0 70px}
  .fp-card-grid,.fp-service-grid{grid-template-columns:1fr}
  .fp-card-image{height:250px}
  .fp-vendor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fp-vendor-card:last-child{grid-column:1/-1}
  .fp-services{padding:80px 0}
  .fp-service-card-third{grid-column:auto}
  .fp-faq{padding-top:80px}
  .fp-accordion summary{font-size:16px}
  .fp-accordion p{font-size:14px}
  .fp-cta-wrap{margin-top:0;padding-bottom:55px}
  .fp-cta{width:calc(100% - 32px);padding:55px 18px}
  .fp-cta h2{font-size:30px}
}
@media(max-width:600px){
  .fp-button{width:100%;min-width:0}
  .fp-card-image{height:210px}
  .fp-vendor-grid{gap:10px}
  .fp-vendor-card{height:125px}
  .fp-service-card{padding:26px 24px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .fp-accordion-content{grid-template-rows:1fr!important;opacity:1!important;padding:0 24px 22px!important}
  *,*::before,*::after{animation:none!important;transition:none!important}
  .fp-animated,.fp-zoom-in{opacity:1!important;transform:none!important}
}















@media(max-width:899px){
  .fp-footer-inner{width:calc(100% - 40px);min-height:0;padding:42px 0 30px;}
  
  
  
  
  
  
  
  
  
  
}
/* ============================================================
   BESPINGLOBAL GNB — 70px desktop reference
   Desktop: 70px / mobile: 48px
   Mobile hamburger is disabled in HTML/JS for now.
   ============================================================ */
.finplex-header{height:70px;background:#000;color:#fff;position:relative;z-index:110;}
.finplex-header-inner{width:min(calc(100% - 40px),1400px);height:70px;margin:0 auto;display:flex;align-items:center;}
.finplex-logo{flex:0 0 auto;display:flex;align-items:center;}
.finplex-logo img{width:191px;height:17px;object-fit:contain;}





.finplex-header-actions{margin-left:auto;display:flex;align-items:center;gap:7px}
.finplex-header-btn{height:32px;padding:0 1.5rem;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1;font-weight:500;letter-spacing:0;white-space:nowrap;}





/* Current-site footer: compact dark-gray information footer */
.fp-footer{background:#333;color:#313131;width:100%;font-family:var(--fp-font)}
.fp-footer-inner{width:min(calc(100% - 104px),1398px);min-height:129px;margin:0 auto;position:relative;padding:21px 0 18px;display:flex;align-items:flex-start;justify-content:space-between;gap:40px}
.fp-footer-copy{min-width:0;flex:1}
.fp-footer-copy p{margin:0;font-size:14px;line-height:1.7;font-weight:400;letter-spacing:-.35px;color:#999;white-space:nowrap}
.fp-footer-copy .fp-footer-slogan{font-size:14px;line-height:1.65;margin-bottom:0}
.fp-footer-copy a{color:#929292}

.fp-footer-copyright{margin-top:1px!important;color:#999}


a.fp-footer-select:hover{color:#fff}










@media(max-width:899px){
  .finplex-header{height:48px}
  .finplex-header-inner{height:48px;width:100%;padding:0 10px}
  .finplex-logo img{width:126px;max-height:15px}
  
  
  
  
  
  
  
  
  
  .fp-col-left h2 br{display:none;}
  /* mobile typography and spacing */
  .fp-container,.fp-inner{width:calc(100% - 28px)}
  .fp-hero{min-height:280px;padding:48px 0 44px}
  .fp-hero h1{font-size:31px;line-height:1.25;letter-spacing:-1.25px}
  .fp-hero p{margin:18px 0 22px}
  .fp-button{min-width:200px;min-height:46px;padding:15px 28px;border-radius:6px}
  .fp-section-half{padding:65px 0 55px}
  .fp-inner{display:block}
  .fp-col-left{padding-right:0;margin-bottom:0}
  .fp-col-left h2{font-size:1.7rem;line-height:1.28;letter-spacing:-1px}
  .fp-card-grid{grid-template-columns:1fr;gap:16px}
  /* 모바일에서는 카드 이미지를 자르지 않고 원본 비율 그대로 보여준다
     (기존: 컨테이너 비율 1.55 + cover 로 좌우 약 9.5% 잘림) */
  .fp-card-image{height:auto;aspect-ratio:auto}
  .fp-card-image img{height:auto}
  .fp-card-content{padding:20px 20px 24px}
  .fp-tag{font-size:14px}
  .fp-card-content h3{font-size:1.1rem;margin:8px 0 10px}
  .fp-card-content p{font-size:14px;line-height:1.7}
  .fp-vendors{padding:62px 0}
  .fp-vendor-intro{font-size:1.1rem;margin-bottom:18px}
  .fp-vendor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .fp-vendor-card{height:105px;padding:14px 12px}
  .fp-vendor-card span{font-size:1rem}
  .fp-vendor-card .aws{font-size:24px}
  .fp-vendor-card .azure{font-size:30px}
  .fp-vendor-card .gcp,.fp-vendor-card .oracle,.fp-vendor-card .naver{font-size:11px}
  .fp-services{padding:62px 0 70px}
  .fp-services .fp-col-left{margin-bottom:0}
  .fp-service-grid{grid-template-columns:1fr;gap:12px}
  .fp-service-card,.fp-service-card-third{grid-column:auto;min-height:0;padding:24px 22px}
  .fp-service-card h3{font-size:1.2rem;margin:12px 0 14px;}
  .fp-service-card p,.fp-service-card li{font-size:14px;line-height:1.65}
  .fp-faq{padding:62px 0 0}
  .fp-faq .fp-col-left{margin-bottom:0}
  .fp-faq .fp-col-left h2{font-size:1.7rem;}
  .fp-accordion summary{min-height:54px;padding:16px 42px 16px 16px;font-size:1rem;line-height:1.45;padding-left:3.2rem;}
  .fp-accordion summary:after{right:16px;font-size:19px}
  .fp-accordion-content{padding-left:16px!important;padding-right:16px!important}
  .fp-accordion details.is-open .fp-accordion-content{padding-bottom:16px!important}
  .fp-accordion-content p{font-size:14px;line-height:1.7}
  .fp-cta-wrap{padding:65px 0 70px!important}
  .fp-cta{margin:0 14px!important;padding:2.3rem 2rem!important;border-radius:16px!important}
  .fp-cta h2{font-size:1.2rem !important;}
  #contact a.fp-button.fp-button-black{max-width:240px;margin:0 auto;}
  /* compact mobile footer */
  .fp-footer-inner{width:calc(100% - 28px);min-height:0;padding:25px 0 22px;display:block}
  .fp-footer-copy{width:100%}
  .fp-footer-copy p{white-space:normal;font-size:10px;line-height:1.7;letter-spacing:-.3px}
  .fp-footer-copy .fp-footer-slogan{font-size:10px;line-height:1.6;margin-bottom:5px}
  
  
  .fp-footer-copyright{margin-top:4px!important}
}
@media(max-width:480px){
  
  .fp-hero h1{font-size:27px}
  .fp-hero p{font-size:12px}
  .fp-col-left h2,.fp-faq .fp-col-left h2{font-size:25px}
  .fp-cta h2{font-size:22px!important}
}
html{scroll-padding-top:70px}
.finplex-header{height:70px !important;position:sticky !important;top:0 !important;width:100%;z-index:1000 !important;}
.finplex-header-inner{height:70px !important;}


/* Mobile hamburger */


/* Mobile drawer */









/* Requested footer links */
.fp-footer-links{display:flex;align-items:center;flex-wrap:wrap;gap:0;}
.fp-footer-links a,.fp-footer-links span{color:#929292;}
.fp-footer-links a:hover{color:#fff}
@media(max-width:899px){
  .finplex-header,.finplex-header-inner{height:70px !important;}
  .finplex-header-inner{width:100%;padding:0 14px;}
  .finplex-logo img{width:161px;max-height:18px;}
  .fp-footer-links{line-height:1.8}
  .fp-footer-links a,.fp-footer-links span{font-size:10px}
}



/* v10 refinements: header CTA + footer navigation hierarchy */
@media(min-width:900px){
  .finplex-header-actions{gap:8px}
  .finplex-header-btn{width:150px !important;height:44px !important;padding:14px 12px !important;box-sizing:border-box;border-radius:8px !important;font-size:14px !important;font-weight:700 !important;letter-spacing:-.4px;transition:.1s all ease-in-out;}
  .finplex-header-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(15,23,42,.3) !important;transition:.1s all ease-in-out;}
  
  .finplex-header-btn--blue:hover{background-color:#165cdd;color:#fff;}
}
/* Footer links sit above the brand statement and are intentionally more prominent,
   while keeping the same compact dark-gray BESPIN footer visual language. */
.fp-footer-copy .fp-footer-links{order:-1;margin:0 0 12px !important;line-height:1.5;}
.fp-footer-links a,.fp-footer-links span{color:#c7c7c7;font-size:14px;font-weight:600;letter-spacing:-.35px;text-decoration:none;transition:color .15s ease,opacity .15s ease;}
.fp-footer-links a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px;}
.fp-footer-links span{margin:0 9px;color:#666;font-weight:400}
.fp-footer-copy .fp-footer-slogan{color:#9f9f9f;font-size:14px;line-height:1.65;margin-bottom:0;}
@media(max-width:899px){
  .fp-footer-copy .fp-footer-links{margin:0 0 11px !important;line-height:1.8;}
  .fp-footer-links a,.fp-footer-links span{font-size:12px;}
  .fp-footer-links span{margin:0 5px}
  .fp-footer-copy .fp-footer-slogan{font-size:10px;line-height:1.6;}
}
/* v11 fixes: single-open FAQ + sticky GNB + exact CTA radius */
.finplex-page{overflow:visible}   /* 클리핑은 main 에만 — sticky 헤더 보호 */
.finplex-header{position:sticky !important;top:0 !important;z-index:1000 !important;}
@media(min-width:900px){
  .finplex-header-btn{width:150px !important;height:44px !important;padding:14px 12px !important;border-radius:8px !important;font-size:14px !important;font-weight:700 !important;}
}
/* ── 브랜드 사이트 통합 (FINOPS-1192) ─────────────────────────────
   헤더 로고는 sites/info 가 내려주는 로고(어두운 워드마크)를 그대로 쓰되,
   검정 헤더 위에서 보이도록 반전한다 → 화이트라벨(DB 주입) 구조를 유지한다. */
.finplex-logo img{filter:brightness(0) invert(1)}
/* 로고 세로 위치 — 베스핀글로벌 사이트 실측값에 맞춘다.
   그 사이트는 70px 헤더 안에서 로고를 정중앙이 아니라 y=29 (상단 29 / 하단 24) 에 둔다.
   우리 기본 가운데 정렬은 (70-17)/2 = 26.5 라 ① 위치가 2.5px 뜨고
   ② 반픽셀이라 리샘플링으로 글자가 흐려졌다(순백 픽셀 737 vs 954).
   2.5px 내려 정수 위치 29 로 맞추면 위치·선명도가 모두 동일해진다. */
@media(min-width:900px){
  .finplex-logo img{transform:translateY(2.5px)}
}
/* 맨 위로 버튼 아이콘 — 외부 아이콘 폰트 대신 인라인 SVG */
.fp-top svg{width:16px;height:16px;display:block;color:#111;transition:color .2s ease}
.fp-top:hover svg{color:#377cf4}

/* ── 상단 GNB (FINOPS-1192) ───────────────────────────────────────
   www.bespinglobal.com 헤더와 동일 구성. 실측 토큰:
   헤더 70px / 상단항목 15px·700 · hover #2573ff / 패널 #000 · 하단바 #1b1b1b
   그룹타이틀 16px #71767a / 링크 16px #dbdbdb · 컬럼 280px */
.fp-nav{margin-left:92px;height:70px;display:flex;align-items:stretch}
.fp-nav>ul{display:flex;align-items:stretch;gap:33px;margin:0;padding:0;list-style:none}
.fp-nav-item{position:static;display:flex;align-items:stretch}
.fp-nav-link{height:70px;padding:0;display:inline-flex;align-items:center;gap:7px;
  background:none;border:0;cursor:pointer;font:700 15px/1 var(--fp-font);color:#fff;white-space:nowrap;
  letter-spacing:normal;transition:color .15s ease}
.fp-nav-link i{width:5px;height:5px;margin-top:-3px;border-right:1.4px solid currentColor;
  border-bottom:1.4px solid currentColor;transform:rotate(45deg);transition:transform .2s ease}
.fp-nav-item:hover>.fp-nav-link,.fp-nav-item:focus-within>.fp-nav-link{color:#2573ff;
  text-decoration:underline;text-underline-offset:8px;text-decoration-thickness:2px}

.fp-mega{position:absolute;left:0;right:0;top:70px;background:#000;z-index:1000;
  opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}
.fp-nav-item:hover>.fp-mega,.fp-nav-item:focus-within>.fp-mega,
.fp-nav-item.is-open>.fp-mega{opacity:1;visibility:visible;pointer-events:auto}
.fp-mega-inner{width:min(calc(100% - 40px),var(--fp-container));margin:0 auto;display:flex;
  align-items:flex-start;padding:28px 0 40px;min-height:250px}
.fp-mega-col{width:280px;flex:0 0 280px;padding:0 24px;border-right:1px solid #212121}
.fp-mega-col:first-child{padding-left:0}
.fp-mega-col:last-child{border-right:0}
.fp-mega-group{margin:0 0 18px;font-size:16px;line-height:1.3;font-weight:400;color:#71767a}
.fp-mega-col ul{margin:0;padding:0;list-style:none}
.fp-mega-col li+li{margin-top:26px}
.fp-mega-col a{font-size:16px;line-height:1.35;color:#dbdbdb;transition:color .15s ease}
.fp-mega-col a:hover{color:#fff}
.fp-mega-foot{background:#1b1b1b}
.fp-mega-foot{display:flex;align-items:center;height:45px;padding:0 max(20px,calc((100% - var(--fp-container))/2))}
.fp-mega-foot a{font-size:14px;font-weight:700;color:#fff}
.fp-mega-foot a[href^="tel:"]{font-weight:400}
.fp-mega-foot span{margin:0 12px;color:#5b5b5b}

/* 햄버거 — 모바일에서만 노출 */
.fp-burger{display:none;width:38px;height:38px;padding:0;border:0;background:none;cursor:pointer;
  flex-direction:column;justify-content:center;align-items:center;gap:5px}
.fp-burger span{display:block;width:20px;height:2px;background:#fff;border-radius:2px;transition:.2s}

/* 모바일 드로어 — 베스핀글로벌 모바일 메뉴 실측 기준
   드로어 330px·흰 배경 / 상단 가운데 로고 191x17 / 좌측 딤에 원형 닫기
   1단계 13px·700·행높이 44·들여쓰기 20  2·3단계 12px·700·행높이 36·들여쓰기 32/44 */
.fp-drawer-dim{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:1100}
.fp-drawer-close{position:absolute;left:18px;top:22px;width:26px;height:26px;padding:0;border:0;border-radius:50%;
  background:#111;color:#fff;font-size:17px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
.fp-drawer{position:fixed;top:0;right:0;width:min(330px,85vw);height:100%;background:#fff;z-index:1101;
  overflow-y:auto;-webkit-overflow-scrolling:touch}
.fp-drawer-head{height:77px;display:flex;align-items:center;justify-content:center}
.fp-drawer-logo{width:191px;height:17px;object-fit:contain;filter:brightness(0)}   /* 흰 워드마크를 검정으로 */
.fp-drawer-nav{padding:0 20px 40px}

.fp-drawer-item{border-top:1px solid #e9e9e9}
.fp-drawer-item:first-child{border-top:0}
.fp-drawer-lv1{width:100%;height:44px;padding:0;border:0;background:none;color:#313131;cursor:pointer;
  display:flex;align-items:center;justify-content:space-between;font:700 13px/1 var(--fp-font);text-align:left}
a.fp-drawer-lv1{border-top:1px solid #e9e9e9}
.fp-drawer-lv1 i,.fp-drawer-lv2 i{width:7px;height:7px;margin-right:2px;border-right:1.4px solid #313131;
  border-bottom:1.4px solid #313131;transform:rotate(45deg) translate(-2px,-2px);transition:transform .2s ease}
.fp-drawer-lv1[aria-expanded="true"] i,.fp-drawer-lv2[aria-expanded="true"] i{transform:rotate(-135deg) translate(-2px,-2px)}
.fp-drawer-panel{padding-bottom:6px}
.fp-drawer-lv2{width:100%;height:36px;padding:0 0 0 12px;border:0;background:none;color:#313131;cursor:pointer;
  display:flex;align-items:center;justify-content:space-between;font:700 12px/1 var(--fp-font);text-align:left}
.fp-drawer-sub{margin:0;padding:0;list-style:none}
.fp-drawer-lv3 a{display:flex;align-items:center;height:36px;padding-left:24px;color:#313131;font:700 12px/1 var(--fp-font)}
.fp-drawer-lv2-list a{display:flex;align-items:center;height:36px;padding-left:12px;color:#313131;font:700 12px/1 var(--fp-font)}
.fp-drawer-lv2[aria-expanded="true"]{color:#2573ff}
.fp-drawer-lv2[aria-expanded="true"] i{border-color:#2573ff}
.fp-drawer-lv3 a:hover,.fp-drawer-lv2-list a:hover,.fp-drawer-lv1:hover,.fp-drawer-lv2:hover{color:#2573ff}
body.fp-nav-open{overflow:hidden}

@media(max-width:1199px){
  .fp-nav{margin-left:48px}
  .fp-nav>ul{gap:24px}
  .fp-nav-link{font-size:14px}
  .fp-mega-col{width:240px;flex:0 0 240px;padding:0 18px}
}
@media(max-width:899px){
  .fp-nav{display:none}
  .fp-burger{display:flex}
  .finplex-header-actions{display:flex;align-items:center;gap:8px}
}
@media(min-width:900px){
  .fp-drawer,.fp-drawer-dim{display:none!important}
}
