/*
Theme Name: Daian Bridge
Version: 5.0
*/

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --white:#fafafa;--red:#c00000;--black:#1a1a1a;--blue:#000b83;
  --navy:#00064b;--blue2:#0047ab;--bg:#f8f9fb;--max-w:1920px;--side-pad:380px;
}
html{scroll-behavior:smooth}
body{font-family:"Pretendard JP",sans-serif;color:var(--black);background:var(--bg);min-width:1920px}
a{text-decoration:none;color:inherit}
ul{list-style:none}
img{max-width:100%;display:block}

/* ═══ HEADER ═══ h=97, backdrop-blur10, bg #f8f9fb */
.site-header{position:fixed;top:0;left:0;width:100%;height:97px;z-index:1000;
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#f8f9fb;transition:box-shadow .3s}
.site-header.scrolled{box-shadow:0 2px 10px rgba(0,0,0,.08)}
.header-inner{max-width:var(--max-w);margin:0 auto;height:97px;display:flex;align-items:center;justify-content:center;gap:26px;padding:0 40px}
.header-logo{flex-shrink:0}
.header-logo img{width:159px;height:60px;object-fit:contain}
.header-nav{margin-left:0;flex:0 0 auto;display:flex;justify-content:center}
.nav-list{display:flex;gap:26px;align-items:center}
.nav-item>a{font-size:13px;font-weight:600;color:#1a1a1a;white-space:nowrap;transition:color .2s}
.nav-item>a:hover{color:var(--red)}
.nav-item.has-dropdown{position:relative}
.dropdown-menu{display:none;position:fixed;top:97px;left:50%;transform:translateX(-50%);width:747px;height:111px;padding:0 60px;
  background:rgba(250,250,250,.85);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:100;
  flex-direction:row;align-items:center;justify-content:center;gap:60px;list-style:none;
  box-shadow:0 6px 20px rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.04)}
.nav-item.has-dropdown:hover .dropdown-menu,.dropdown-menu:hover{display:none}
.dropdown-menu::before{content:"";position:absolute;top:-10px;left:0;width:100%;height:10px}
.dropdown-menu li{flex:0 0 auto}
.dropdown-menu li a{font-family:"Pretendard JP",Pretendard,sans-serif;font-size:14px;font-weight:600;color:#1A1A1A;white-space:nowrap;text-decoration:none;letter-spacing:-.3px;transition:color .15s}
.dropdown-menu li a:hover{color:#0047AB}
.header-buttons{display:flex;gap:8px;margin-left:0}
.btn-login{width:76px;height:28px;border:1px solid #1a1a1a;border-radius:7px;display:flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:600;color:#1a1a1a}
.btn-register{width:76px;height:28px;background:#c00000;border-radius:7px;display:flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:600;color:#fff}

/* ═══ HERO ═══ h=900 (사용자 요청), 피그마 원본 h=1248에서 텍스트 비율 유지 */
.hero-section{position:relative;height:750px;overflow:hidden;margin-top:97px}
.hero-chart-iframe{position:absolute;inset:0;width:100%;height:100%;border:none;z-index:0;pointer-events:auto}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,11,131,.1) 36.54%,#00142b 100%);z-index:1;pointer-events:none}
.hero-content{position:relative;z-index:3;pointer-events:none;padding:0;max-width:var(--max-w);margin:0 auto;height:750px}
/* 피그마: tag left=calc(50%-222/2-754), top=837 → 900px 기준으로 비율 조정 */
.hero-tag{color:#f30000;font-size:30px;font-weight:600;line-height:60px;margin-top:458px;text-align:center}
/* 피그마: title left=calc(50%-812/2-459), top=904, 48px 800, lh=65px */
.hero-title{color:#fafafa;font-size:48px;font-weight:800;line-height:65px;margin-top:7px}
/* 피그마: buttons top=1081, 198x63, gap=25, rounded 15px, 24px 500 */
.hero-buttons{display:flex;gap:25px;margin-top:47px}
.btn-hero-primary{pointer-events:auto;width:198px;height:63px;background:#c00000;border-radius:15px;display:flex;align-items:center;justify-content:center;
  font-size:18px;font-weight:600;color:#fff}
.btn-hero-secondary{pointer-events:auto;width:198px;height:63px;background:rgba(250,250,250,.2);border:2px solid #fafafa;
  border-radius:15px;font-size:18px;font-weight:600;color:#fff}

/* ═══ TICKER ═══ 피그마: white bg, border 1px rgba(0,0,0,0.2), h=112 */
.ticker-section{position:relative;background:#fff;border:1px solid rgba(0,0,0,.2)}
.ticker-wrapper{height:78px;display:flex;align-items:center;overflow:hidden}
/* -30%: items 252x39, gap=28 */
.ticker-track{display:flex;gap:28px;animation:ticker-scroll 40s linear infinite}
.ticker-track:has(.ticker-item:hover){animation-play-state:paused}
.ticker-item{min-width:252px;height:39px;background:#000b83;border-radius:8px;
  display:flex;align-items:center;gap:14px;padding:0 19px 0 25px;flex-shrink:0}
.ticker-symbol{font-size:14px;font-weight:600;color:#fff;white-space:nowrap}
.ticker-price{font-size:14px;font-weight:400;color:#fff;white-space:nowrap}
.ticker-change{font-size:14px;font-weight:600;white-space:nowrap;display:flex;align-items:center;gap:4px}
.ticker-change.up{color:#00d759}
.ticker-change.down{color:#ff5252}
@keyframes ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.tri-up{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:9px solid #00d759}
.tri-down{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:9px solid #ff5252}

/* ═══ CARDS ═══ 피그마: top=1505, cards at left=197/1009 → padding 0 197, gap=98 */
/* 1505-1248(hero)-112(ticker)=145px gap */
.cards-section{padding:60px 0 80px}
.cards-wrapper{max-width:var(--max-w);margin:0 auto;display:flex;justify-content:center;gap:20px;padding:0 var(--side-pad)}
/* 폭 520, 세로 620 */
.status-card,.review-card{width:520px;height:600px;background:#fff;border-radius:28px;
  box-shadow:0 7px 30px rgba(0,0,0,.1);padding:38px 42px 24px}
.card-header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}
.card-title-group{display:flex;flex-direction:column;gap:18px}
/* 피그마: 30px 700 */
.card-title{font-size:20px;font-weight:700;color:#1a1a1a}
.card-title-line{height:2px;background:#9a9a9a;width:100%}
/* 피그마: Live dot #C00000, 11px + Live 24px 600 */
.live-indicator{display:flex;align-items:center;gap:8px;padding-top:10px}
.live-dot{width:11px;height:11px;background:#c00000;border-radius:50%;animation:pulse 1.5s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.live-text{font-size:16px;font-weight:600;color:#1a1a1a}
/* 피그마: 더보기 20px 600 #9a9a9a */
.more-link{font-size:14px;font-weight:600;color:#9a9a9a;padding-top:10px}

/* Status rows: 피그마 h=65, gap=33 (250-152-65) */
.status-row{display:flex;min-height:48px;margin-bottom:22px}
/* bar 4px #1a1a1a, height 48 */
.status-bar{width:4px;min-height:48px;background:#1a1a1a;flex-shrink:0}
.status-content{display:flex;align-items:center;flex:1;padding-left:20px;position:relative;transform-style:preserve-3d;flex-wrap:nowrap}
/* 피그마: type 88.87x30.43, bg #00096b, rounded 3.652, 17px 500 white */
.type-badge{width:78px;height:24px;padding:0;background:#00096b;border-radius:3.652px;text-align:center;justify-content:center;
  font-size:13px;font-weight:500;color:#fff;display:inline-flex;align-items:center;white-space:nowrap;flex-shrink:0}
/* 피그마: pair 75x23, bg rgba(40,173,255,0.15), 14px 500 #00064b */
.pair-badge{height:23px;padding:0 13px;background:rgba(40,173,255,.15);border-radius:3.652px;
  font-size:14px;font-weight:500;color:#00064b;display:inline-flex;align-items:center;margin-left:12px;white-space:nowrap;flex-shrink:0}
.status-user{display:flex;flex-direction:column;margin-left:30px;gap:2px}
/* 피그마: 19px 600, lh=29px */
.status-name{font-size:15px;font-weight:600;color:#1a1a1a;line-height:22px;margin-left:12px}
/* 13px 400, #a7a7a7, lh=20px */
.status-time{font-size:13px;font-weight:400;color:#a7a7a7;line-height:20px;display:flex;align-items:center;gap:4px}
.status-time svg{flex-shrink:0;width:14px;height:14px}
/* 피그마: label 84x32, rounded 4.87, 16px 700 */
.status-label{width:70px;height:26px;padding:0;border-radius:4.87px;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;flex-shrink:0}
.status-label.approved{background:#e7faef;color:#027a48}
.status-label.rejected{background:#fff4f4;color:#e32929}
.status-label.processing{background:#fffaea!important;color:#efb700!important;border:2px solid transparent!important;transition:box-shadow .5s ease}

/* Review rows: 피그마 type 16px 200, text 20px 500 lh=30, tags h=27 rounded 20 */
.review-row{display:flex;align-items:flex-start;padding:10px 6px}
.review-type{font-size:13px;font-weight:200;color:#1a1a1a;line-height:20px;width:48px;flex-shrink:0;padding-top:3px}
.review-body{margin-left:12px;flex:1}
.review-text{font-size:15px;font-weight:500;color:#1a1a1a;line-height:24px;margin-bottom:9px}
.review-tags{display:flex;gap:6px;flex-wrap:wrap}
.review-tag{height:22px;padding:0 8px;background:rgba(40,173,255,.12);border-radius:20px;
  font-size:12px;font-weight:400;color:#00064b;display:inline-flex;align-items:center}
/* 피그마: divider 1px rgba(26,26,26,0.15) */
.review-divider{height:1px;background:rgba(26,26,26,.15);margin:8px 0}

/* ═══ WHY ═══ 피그마: top=2482, h=980, title 40px 500 at top=167 within section */
/* 2482-1505-770(cards)=207px from cards bottom */
.why-section{position:relative;padding:60px 0 60px;background:var(--bg);overflow:hidden}
.why-section::before{content:'';position:absolute;inset:0;
  background:url('assets/images/why-bg.png') center/cover;opacity:1;pointer-events:none}
.why-inner{position:relative;max-width:var(--max-w);margin:0 auto;text-align:center;min-height:400px}
/* 피그마: "왜 다이안 브릿지를 선택해야 할까요?" 45px 600 → corrected from figma CSS: 40px 500 */
.why-title{font-size:26px;font-weight:500;color:#1a1a1a;line-height:1.3;margin-bottom:70px}
/* 4 stats, gap=56, w=180 each */
.why-stats{display:flex;justify-content:center;gap:24px;align-items:flex-start}
.why-stat{display:flex;flex-direction:column;align-items:center;gap:4.54px;width:180px}
/* number 44px 700 #0047ab, lh=70px */
.why-stat-number{font-size:44px;font-weight:700;color:#0047ab;line-height:70px}
/* label 16px 400 #7d7d7d, lh=22px */
.why-stat-label{font-size:16px;font-weight:400;color:#7d7d7d;line-height:22px}
/* 피그마: 24H box 259x259, bg #0047ab, rounded 30, shadow 5 5 20 */
.why-stat{position:relative;cursor:pointer;transition:all .3s ease}
.why-stat:hover .why-stat-number{color:#fafafa;position:relative;z-index:2}
.why-stat:hover .why-stat-label{color:#fafafa;position:relative;z-index:2}
.why-stat::before{content:'';position:absolute;width:200px;height:200px;
  background:#0047ab;border-radius:28px;box-shadow:5px 5px 20px rgba(0,0,0,.3);
  top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .3s ease}

/* ═══ SERVICES ═══ 피그마: top=3406, content w=1525, padding 0 197 */
/* 3406-2482-980(why)= -56 → services starts ~56px before why ends, but in flow layout this is just after why */
.services-section{padding:0 0 0;background:var(--bg)}
.services-inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--side-pad)}
/* "Our Services" 26px 700 centered, lh=38 */
.services-title{font-size:31px;font-weight:700;color:#1a1a1a;text-align:center;line-height:46px;margin-bottom:30px}
/* subtitle 14px 400 #7d7d7d, gap to cards=120px */
.services-subtitle{font-size:14px;font-weight:400;color:#7d7d7d;text-align:center;margin-top:14px;margin-bottom:120px}
/* 폭 560 → 520 (조금 더 짧게), 헤더 여백 안에서 살짝 인셋 */
.services-cards{display:flex;justify-content:center;gap:20px}
.service-card{position:relative;width:520px;height:600px;border-radius:28px;overflow:hidden;flex-shrink:0}
.service-card-bg{position:absolute;inset:0;background-size:cover;background-position:center}
/* 피그마: gradient from transparent to black */
.service-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#000 100%)}
.service-card-content{position:absolute;bottom:0;left:0;right:0;padding:0 38px 34px 38px;z-index:2;display:flex;flex-direction:column}
/* title 26px 700 white */
.service-card-title{font-size:26px;font-weight:700;color:#fff;line-height:1.3;margin-bottom:18px}
/* sub 14px 400 white */
.service-card-sub{font-size:14px;font-weight:400;color:#fff;line-height:1.4;margin-bottom:18px}
/* desc 16px 400, lh=24px */
.service-card-desc{font-size:16px;font-weight:400;color:#fff;line-height:24px;margin-bottom:18px;word-break:keep-all}
/* features 16px 400, lh=28px */
.service-card-features{list-style:disc;padding-left:20px}
.service-card-features li{font-size:16px;font-weight:400;color:#fff;line-height:28px}
/* button 134x44, bg #c00000, rounded 10 */
.btn-service{width:175px;height:60px;position:absolute;right:-18px;bottom:0;z-index:3;flex-direction:column;line-height:1.2;background:#c00000;border-radius:10px;display:flex;align-items:center;justify-content:center;
  font-size:16px;font-weight:700;color:#fff;text-align:center;
  margin-top:0}

/* ═══ CONTACT ═══ 피그마: top=4872, h=1198, overlay rgba(0,19,83,0.45) */
/* 4872-3406-1242(services)=224px gap */
.contact-section{position:relative;height:600px;overflow:hidden;margin-top:120px;background:none}
.contact-bg{position:absolute;inset:0;background:url(/wp-content/themes/taian-bridge/assets/images/contact-bg-v3.png) center/cover no-repeat;z-index:0}
.contact-overlay{position:absolute;inset:0;background:transparent;z-index:1}
/* 피그마: titles at y=142, padding 198 */
.contact-inner{position:relative;z-index:2;max-width:var(--max-w);margin:0 auto;padding:36px var(--side-pad) 24px}
.contact-titles{text-align:center;margin-bottom:24px}
/* title 36px 700, lh=48px, gap=20 to subtitle */
.contact-title{font-size:36px;font-weight:700;color:#fafafa;line-height:40px;margin-bottom:14px}
/* subtitle 18px 400 */
.contact-subtitle{font-size:16px;font-weight:400;color:#fafafa;line-height:1.4}
/* form card 560 wide, padding 38/60/30 */
.contact-form-card{width:560px;min-height:430px;margin:0 auto;
  backdrop-filter:blur(7.5px);-webkit-backdrop-filter:blur(7.5px);
  background:rgba(250,250,250,.1);border:1px solid #fafafa;border-radius:24px;padding:36px 50px 26px;display:flex;flex-direction:column;justify-content:center}
.contact-form{display:flex;flex-direction:column}
/* 피그마: label 25px 700, input underline 510x2 */
.form-group{margin-bottom:34px}
.form-group label{font-size:18px;font-weight:700;color:#fff;display:block;margin-bottom:10px}
.form-group input{width:100%;background:transparent;border:none;outline:none;color:#fff;
  font-size:14px;font-family:'Pretendard JP',sans-serif;padding-bottom:8px}
.form-line{height:2px;background:#fafafa;max-width:510px}
/* 피그마: button 258x65, #c00000, rounded 12, 25px 700 */
.btn-contact-submit{width:198px;height:50px;margin-top:18px;display:flex;align-items:center;justify-content:center;background:#c00000;border-radius:12px;border:none;cursor:pointer;
  font-size:18px;font-weight:700;color:#fff;font-family:'Pretendard JP',sans-serif;align-self:center;margin-bottom:24px}
/* note 14px 400 white */
.contact-note{font-size:16px;font-weight:400;color:#fff;text-align:center;margin-top:10px}

/* ═══ FOOTER ═══ 피그마: h=352, bg #00064b */
.site-footer{background:var(--navy);min-height:352px;color:var(--white);position:relative}
.footer-top-line{height:2px;background:var(--white)}
.footer-inner{max-width:var(--max-w);margin:0 auto;padding:40px 410px}
.footer-row-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.footer-nav-primary{display:flex;gap:45px}
.footer-nav-primary a{font-size:15px;font-weight:500;color:var(--white);transition:opacity .2s}
.footer-nav-primary a:hover{opacity:.8}
.footer-social-instagram{width:26px;height:26px;transition:opacity .2s;opacity:.75}
.footer-social-instagram:hover{opacity:1}
.footer-social-instagram img{width:26px;height:26px;filter:brightness(0) invert(1) opacity(.85)}
.footer-nav-secondary{display:flex;gap:45px;margin-bottom:20px}
.footer-nav-secondary a{font-size:15px;font-weight:500;color:rgba(250,250,250,.6);transition:opacity .2s}
.footer-nav-secondary a:hover{opacity:1;color:var(--white)}
.footer-divider{height:1px;background:rgba(250,250,250,.2);margin-bottom:30px}
.footer-bottom{display:flex;justify-content:space-between;align-items:flex-end}
.footer-bottom-left{display:flex;flex-direction:column;gap:12px}
.footer-logo{width:139px;height:53px;object-fit:contain;opacity:.9}
.footer-copyright{font-size:13px;font-weight:200;color:var(--white)}
.footer-bottom-right{display:flex;flex-direction:column;align-items:flex-end;gap:18px}
.footer-contact-item{display:flex;align-items:center;gap:16px}
.footer-contact-text{font-size:18px;font-weight:600;color:var(--white);letter-spacing:.6px}
.footer-contact-icon{width:31px;height:31px;background:var(--red);border-radius:6.4px;display:flex;align-items:center;justify-content:center;
  flex-shrink:0}
.footer-contact-icon img{width:14px;height:14px;filter:brightness(0) invert(1)}

/* ═══ CHAT WIDGET ═══ 피그마: 108x94, #c00000, rounded 15 */
.chat-widget{position:fixed;bottom:24px;right:24px;z-index:9999;width:108px;height:94px;
  background:#c00000;border-radius:15px;border:none;cursor:pointer;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;
  box-shadow:0 2px 25px rgba(0,0,0,.1)}
.chat-widget img{width:35px;height:35px;filter:brightness(0) invert(1)}
.chat-widget span{font-size:15px;font-weight:700;color:#fafafa;font-family:'Pretendard JP',sans-serif}

/* ═══ RESPONSIVE ═══ */

/* ── CHATBOT (from Figma Make) ── */
.cb-window{position:fixed;bottom:170px;right:40px;width:480px;height:640px;background:#fff;border-radius:16px;
  box-shadow:0 25px 50px rgba(0,0,0,.25);border:2px solid #0A1F44;z-index:9999;flex-direction:column;overflow:hidden}
.cb-header{background:linear-gradient(to right,#0A1F44,#002868);color:#fff;padding:16px;display:flex;align-items:center;justify-content:space-between}
.cb-header-left{display:flex;align-items:center;gap:12px}
.cb-avatar{width:40px;height:40px;background:#BF0A30;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}
.cb-title{font-size:18px;font-weight:700;color:#fff}
.cb-status{display:flex;align-items:center;gap:8px;font-size:12px;color:rgba(255,255,255,.8)}
.cb-status-dot{width:8px;height:8px;background:#4ade80;border-radius:50%}
.cb-close{background:none;border:none;color:#fff;cursor:pointer;padding:4px;border-radius:8px;transition:background .2s}
.cb-close:hover{background:rgba(255,255,255,.2)}
.cb-body{flex:1;padding:16px;background:#f9fafb;overflow-y:auto}
.cb-message{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}
.cb-msg-avatar{width:32px;height:32px;background:#BF0A30;border-radius:50%;color:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}
.cb-bubble{background:#fff;padding:12px;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);max-width:80%}
.cb-bubble p{font-size:14px;color:#1f2937;line-height:1.5}
.cb-time{font-size:12px;color:#9ca3af;margin-top:8px;display:block}
.cb-actions{display:flex;flex-direction:column;gap:8px}
.cb-actions-label{font-size:12px;color:#6b7280;text-align:center;margin-bottom:4px}
.cb-action-btn{width:100%;background:#fff;border:1px solid #e5e7eb;padding:12px;border-radius:8px;font-size:14px;text-align:left;cursor:pointer;transition:background .2s;font-family:inherit}
.cb-action-btn:hover{background:#f9fafb}
.cb-input-area{padding:16px;border-top:1px solid #e5e7eb;background:#fff;display:flex;gap:8px}
.cb-input{flex:1;padding:8px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none;font-family:inherit}
.cb-input:focus{border-color:#BF0A30}
.cb-send{background:#BF0A30;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:14px;cursor:pointer;font-family:inherit;transition:background .2s}
.cb-send:hover{background:#DC143C}
.cb-float-btn{position:fixed;bottom:40px;right:40px;width:130px;height:110px;background:#C00000;color:#fff;border:none;border-radius:15px;box-shadow:0 8px 35px rgba(192,0,0,.5);z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:transform .2s}
  color:#fff;border:none;border-radius:50%;box-shadow:0 25px 50px rgba(0,0,0,.25);z-index:9999;cursor:pointer;transition:transform .2s}
.cb-float-btn:hover{transform:scale(1.08)}
.cb-float-btn::after{content:"";position:absolute;inset:-4px;border-radius:20px;background:rgba(192,0,0,.4);z-index:-1;animation:cb-pulse 2s ease-in-out infinite}
@keyframes cb-pulse{0%,100%{transform:scale(1);opacity:.6}50%{transform:scale(1.25);opacity:0}}

/* ── HERO SLIDER ── */
.hero-slider{position:relative;width:100%;height:750px}
.hero-slide{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:0 var(--side-pad) 100px calc(var(--side-pad) + 50px);box-sizing:border-box;opacity:0;transform:translateX(60px);transition:opacity .6s ease,transform .6s ease;pointer-events:none}
.hero-slide.active{opacity:1;transform:translateX(0)}
.hero-slide.active .hero-buttons,.hero-slide.active .hero-buttons a{pointer-events:auto}
.hero-tag,.hero-title{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none;-webkit-user-drag:none;cursor:default}
.hero-dot{user-select:none;-webkit-user-select:none}
/* 좌측 정렬 슬라이드 — 부모 padding(95) + 1920 초과 viewport 가운데 정렬 오프셋까지 함께 상쇄 */

.hero-slide .hero-tag{margin-top:0}
.hero-dots{position:absolute;bottom:30px;left:calc(var(--side-pad) + 50px);transform:none;display:flex;gap:10px;z-index:10;pointer-events:auto}
.hero-dot{width:12px;height:12px;border-radius:50%;background:rgba(250,250,250,.4);cursor:pointer;transition:background .3s,transform .3s;pointer-events:auto}
.hero-dot.active{background:#fff;transform:scale(1.3)}



@keyframes flipCard{0%{transform:rotateX(0)}50%{transform:rotateX(90deg)}100%{transform:rotateX(0)}}
.why-stat:hover::before{opacity:1}

/* ── 공항 flip v3 ── */
.status-row{perspective:600px}
.status-content .status-time{margin-left:auto;margin-right:16px;flex-shrink:0;white-space:nowrap}
.status-content .status-label{margin-left:0;flex-shrink:0}

/* 승인완료: 느리게 깜빡 (2초 주기) */
.status-label.approved{animation:slow-blink 2s ease-in-out infinite}
@keyframes slow-blink{0%,100%{opacity:1}50%{opacity:.4}}

/* 처리중: 테두리 노란 빛 회전 */

/* 서비스 카드 하단: 텍스트 왼쪽 + 버튼 오른쪽 나란히 */
.service-card-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-top:auto;position:relative;padding-right:195px;min-height:60px}
.service-card-bottom-left{flex:1}

/* 처리중: 빛 광선이 테두리를 따라 회전 */
  content:'';position:absolute;width:200%;height:200%;top:-50%;left:-50%;
  background:conic-gradient(transparent 270deg,#efb700 360deg);
  animation:border-rotate 3s linear infinite;
}
  
}


  0%{top:-15px;left:-15px}
  25%{top:-15px;left:calc(100% - 15px)}
  50%{top:calc(100% - 15px);left:calc(100% - 15px)}
  75%{top:calc(100% - 15px);left:-15px}
  100%{top:-15px;left:-15px}
}


  0%{top:-5px;left:10%;} 
  25%{top:-5px;left:calc(100% - 5px);}
  26%{top:0;left:calc(100% + 1px);}
  50%{top:calc(100% - 5px);left:calc(100% + 1px);}
  51%{top:calc(100% + 1px);left:calc(100% - 5px);}
  75%{top:calc(100% + 1px);left:0;}
  76%{top:calc(100% - 5px);left:-5px;}
  99%{top:-5px;left:-5px;}
  100%{top:-5px;left:10%;}
}

  0%{box-shadow:3px 0 4px -2px rgba(239,183,0,.8)}
  25%{box-shadow:0 3px 4px -2px rgba(239,183,0,.8)}
  50%{box-shadow:-3px 0 4px -2px rgba(239,183,0,.8)}
  75%{box-shadow:0 -3px 4px -2px rgba(239,183,0,.8)}
  100%{box-shadow:3px 0 4px -2px rgba(239,183,0,.8)}
}

  content:'';
  position:absolute;
  top:-50%;left:-50%;
  width:200%;height:200%;
  background:conic-gradient(
    transparent 0deg,
    transparent 340deg,
    #efb700 350deg,
    transparent 360deg
  );
  animation:spin 2s linear infinite;
  z-index:0;
}
  z-index:1;
}
}
}

/* 처리중: 테두리 빛 회전 */
  background:#fffaea;color:#efb700;
  border:2px solid transparent;
  border-radius:4.87px;
}

/* 처리중 기본 스타일 */
.cb-avatar > *,.cb-msg-avatar > *{display:block;margin:0;flex-shrink:0}

/* 첫번째 슬라이드: 좌측 상단 */
.hero-slide-top-left{justify-content:flex-start;padding-top:100px;padding-bottom:0}



/* 긴 숫자 라벨 — 줄바꿈 방지 */
.why-stat-number-sm{font-size:34px !important;white-space:nowrap;letter-spacing:-1px}


/* MEGA MENU — all dropdown items in one panel */
.header-mega{display:none;position:fixed;top:97px;background:rgba(250,250,250,.96);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:100;padding:20px 40px 30px;box-sizing:border-box;box-shadow:0 8px 24px rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.05)}
.header-mega.is-open{display:block}
.header-mega-grid{display:flex;gap:26px;width:100%;align-items:flex-start;justify-content:flex-start}
.header-mega-col{display:flex;flex-direction:column;gap:14px;align-items:center;text-align:center;flex:0 0 auto;min-width:0}
.header-mega-col a{font-family:"Pretendard JP",Pretendard,sans-serif;font-size:12px;font-weight:600;color:rgba(26,26,26,.65);text-decoration:none;white-space:nowrap;letter-spacing:-.3px;transition:color .15s;text-align:center}
.header-mega-col a:hover{color:#0047AB}


/* ========== 약관/개인정보처리방침 페이지 ========== */
.page-legal { background:#fff; }
.legal-hero {
    width:100%; min-height:340px; margin-top:97px; padding:60px 80px;
    background:linear-gradient(120deg,#00064B 0%, #1a2466 100%);
    color:#fff; display:flex; align-items:center; justify-content:center;
}
.legal-hero-content { max-width:1240px; margin:0 auto; }
.legal-hero-title { font-size:44px; font-weight:700; line-height:1.3; margin:0 0 12px; letter-spacing:-0.5px; }
.legal-hero-sub   { font-size:16px; opacity:.7; letter-spacing:1px; margin:0; }

.legal-content { padding:80px 80px 120px; }
.legal-inner   { max-width:960px; margin:0 auto; color:#1f2330; line-height:1.9; font-size:15px; }
.legal-intro   { font-size:15px; line-height:2; color:#333; margin:0 0 48px; padding:24px 28px; background:#f6f7fb; border-left:4px solid #00064B; border-radius:4px; }
.legal-section-title { font-size:20px; font-weight:700; color:#00064B; margin:40px 0 14px; padding-bottom:8px; border-bottom:1px solid #e3e6ef; }
.legal-inner p  { margin:0 0 14px; }
.legal-list     { margin:0 0 14px; padding-left:22px; }
.legal-list li  { margin-bottom:8px; line-height:1.85; }
.legal-contact  { background:#f6f7fb; padding:18px 22px; border-radius:6px; line-height:2; font-size:14px; }
.legal-date     { margin-top:60px; padding-top:24px; border-top:1px solid #e3e6ef; color:#7a8094; font-size:13px; line-height:1.9; }

@media (max-width:900px){
    .legal-hero { padding:80px 24px 56px; }
    .legal-hero-title { font-size:30px; }
    .legal-content { padding:48px 24px 80px; }
    .legal-section-title { font-size:18px; }
}
