@charset "utf-8";

/* Base */
:root{
  --bg:#0A0F1A;
  --panel:#0F172A;
  --muted:#94A3B8;
  --text:#F1F5F9;
  --border:#334155;
  --blue:#135BEC;
  --cyan:#00F2FF;
  --muted: #94A3B8;
  --muted2: #E2E8F0;
  --panel: rgba(255, 255, 255, 0.05);
}

*{ box-sizing:border-box; }
body{ margin:0; font-family:"Noto Sans KR", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; background:#fff; }

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 64px; /* 실제 헤더 높이 */
  z-index: 1000;
}

.page{
  width:100%;
  height:5614px;
  position:relative;
  background:var(--bg);
  /* overflow:hidden; */
  top: 0;
  margin: 0;padding: 0;
}
.frame{
  width:1280px;
  height:5550px;
  margin: 64px auto;
  position:absolute;
  inset:0;

  display:flex;
  flex-direction:column;
}
.frame__inner{
  position:relative;
  height:5602px;
  min-height:3145px;
  overflow:hidden;
}

/* Common */
.text-muted{ color:var(--muted); font-size:14px; line-height:20px; }
.text-muted--lh{ line-height:22.75px; }
.title-white{ color:#fff; }
.title-blue{ color:var(--blue); }
.kicker{ color:var(--blue); font-size:14px; font-weight:700; letter-spacing:4.2px; text-transform:uppercase; }
.h1{ color:#fff; font-size:36px; font-weight:700; line-height:40px; }

.img-142x52{ width:142px; height:52px; }
.img-123x38{ width:123px; height:38px; }
.icon-12{ width:12px; height:12px; }
.icon-24{ width:24px; height:24px; }
.icon-25{ width:25px; height:25px; }
.icon-26{ width:26px; height:26px; }
.icon-25x15{ width:25px; height:15px; }
.icon-25x20{ width:25px; height:20px; }
.icon-28x23{ width:28px; height:23px; }
.icon-28x19{ width:28px; height:19px; }
.icon-26{ width:26px; height:26px; }
.icon-14x23{ width:14px; height:23px; }
.icon-23x24{ width:23px; height:24px; }
.icon-23x25{ width:23px; height:25px; }
.icon-27x25{ width:27px; height:25px; }

/* Footer */
.footer{
  width:1280px;
  height:291px;
  position:absolute;
  left:0; top:5259px;
  padding:64px 0;
  background:var(--bg);
  border-top:1px solid #1E293B;
  display:flex;
  justify-content:center;
  align-items:left;
}
.footer__container{
  width:100%;
  max-width:1280px;
  padding:0 32px;
  display:flex;
  flex-direction:column;
  gap:48px;
}
.footer__cols{
  display:flex;
  gap:48px;
  justify-content:center;
  align-items:flex-start;
}
.footer__col{
  width:373.33px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
}
.footer__title{
  width:100%;
  color:var(--text);
  font-size:16px;
  font-weight:700;
  line-height:24px;
  text-align:left;
  margin-left: 35px;
  margin-top: 25px;
}
.fq{margin-left: 260px;}
.footer__brandRow{ width:100%; display:flex; justify-content:flex-start; align-items:center; gap:8px; }
.footer__logoWrap{ display:flex; }
.footer__brandText{ width:100%; display:flex; justify-content:left; }
.footer__social{ padding-top:8px; width:100%; }
.footer__socialRow{ display:flex; gap:16px; }
.social-icon{ width:20px; height:20px; }

.footer__bottom{
  padding-top:8px;
  border-top:1px solid rgba(30,41,59,0.5);
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.footer__copy{
  color:#475569;
  font-size:14px;
  line-height:20px;
}
.footer__links{ display:flex; gap:32px; }
.footer__link{ width:103.05px; height:20px; }
.footer__link:last-child{ width:51.53px; }

/* Solution section wrapper */
.section{
  width:1280px;
  position:absolute;
  left:0; top:2623px;
  padding-bottom:89.25px;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.section__header{
  width:100%;
  padding:80px 0 48px;
  position:relative;
  overflow:hidden;
}
.section__bgRadial{
  position:absolute;
  inset:0;
  height:268px;
  background:radial-gradient(ellipse 54.21% 258.90% at 50% 0%, rgba(19,91,236,0.15) 0%, rgba(19,91,236,0) 50%);
}
.section__headerContainer{
  width:100%;
  max-width:1280px;
  padding:0 32px;
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:24px;
}
.section__title{
  width:840px;
  height:60px;
  text-align:center;
  font-size:60px;
  font-weight:900;
  line-height:60px;
}
.section__subtitle{
  width:672px;
  max-width:672px;
  text-align:center;
  color:var(--muted);
  font-size:18px;
  line-height:28px;
}

/* Hardware block */
.block{ width:100%; display:flex; flex-direction:column; }
.block--hardware{
  padding:80px 0;
  border-top:1px solid rgba(255,255,255,0.05);
}
.block__container{
  width:100%;
  max-width:1280px;
  padding:0 32px;
  display:flex;
  flex-direction:column;
  gap:48px;
}
.block__container--wide{ padding:0 60px; }
.labelRow{ display:flex; align-items:center; gap:8px; }
.labelBar{ width:32px; height:4px; background:var(--blue); }
.labelText{ color:var(--blue); font-size:14px; font-weight:700; letter-spacing:1.4px; text-transform:uppercase; }
.block__title{ color:#fff; font-size:30px; font-weight:700; line-height:36px; }

.cardRow{ display:flex; gap:32px; justify-content:center; align-items:stretch; }
.card{
  flex:1 1 0;
  padding:32px;
  background:rgba(22,30,45,0.60);
  border-radius:16px;
  outline:1px solid rgba(51,65,85,0.5);
  outline-offset:-1px;
  backdrop-filter:blur(12px);
  display:flex;
  gap:20px;
  align-items:center;
}
.cardLink{
  flex:1 1 0;
  display:block;
  text-decoration:none;
  color:inherit;
}

.cardLink:hover .card{
  transform:translateY(-5px);
  box-shadow:0 20px 40px rgba(0,0,0,0.35);
  transition:.25s ease;
  cursor:pointer;
  background: rgba(51,65,85,0.5);
}

.card__media{ flex:1 1 0; position:relative; display:flex; }
.card__glow{
  width:265px; height:224px;
  position:absolute;
  left:-16px; top:-16px;
  opacity:0;
  filter:blur(20px);
  box-shadow:40px 40px 40px;
}
.card__glow--blue{ background:rgba(19,91,236,0.20); }
.card__glow--sky{ background:rgba(59,130,246,0.20); }

.card__img{
  width:100%;
  height:192px;
  border-radius:12px;
  border:1px solid #334155;
  object-fit:cover;
}
.card__body{ flex:1 1 0; display:flex; flex-direction:column; gap:15.3px; }
.card__h{ color:#fff; font-size:24px; font-weight:700; line-height:32px; }
.card__p{ color:var(--muted); font-size:14px; line-height:22.75px; }
.card__bullets{ padding-top:8.7px; display:flex; flex-direction:column; gap:12px; }
.bullet{ display:flex; align-items:center; gap:8px; }
.bullet__text{ color:#CBD5E1; font-size:12px; line-height:16px; }

/* Data platform block */
.block--dataplatform{
  padding:96px 0;
  background:rgba(15,23,42,0.40);
}
.centerHead{ width:100%; display:flex; flex-direction:column; gap:16px; align-items:center; }
.centerHead__kicker{ color:var(--blue); font-size:14px; font-weight:700; letter-spacing:4.2px; text-transform:uppercase; text-align:center; }
.centerHead__title{ color:#fff; font-size:36px; font-weight:700; line-height:40px; text-align:center; }

.platformGrid{
  position:relative;
  margin-top:64px;
  height:323.5px;
}
.platformGrid>a{
  width:384px; height:323.5px;
  position:absolute;
  top:0;
  background:rgba(22,30,45,0.60);
  border-radius:12px;
  outline:1px solid rgba(51,65,85,0.5);
  outline-offset:-1px;
  backdrop-filter:blur(12px);
}
.platformGrid>a:nth-child(1){ left:0; }
.platformGrid>a:nth-child(2){ left:416px;}
.platformGrid>a:nth-child(3){ left:832px; }
.platformGrid>a:hover{background: rgba(51,65,85,0.5);transform:translateY(-5px);
  box-shadow:0 20px 40px rgba(0,0,0,0.35);
  transition:.25s ease;
  cursor:pointer;}
.platformCard__icon{
  width:48px; height:48px;
  position:absolute; left:33px; top:33px;
  border-radius:8px;
  display:flex; align-items:center; justify-content:center;
}
.platformCard__icon--blue{ background:rgba(37,99,235,0.10); }
.platformCard__icon--purple{ background:rgba(147,51,234,0.10); }

.platformCard__h{
  position:absolute; left:33px; top:105px;
  color:#fff; font-size:20px; font-weight:700; line-height:28px;
}
.platformCard__p{
  position:absolute; left:33px; top:148.38px;
  color:var(--muted); font-size:14px; line-height:22.75px;
}
.platformCard__partner{
  position:absolute; left:33px; top:218.5px;
  width:318px;
  padding-top:24px;
  border-top:1px solid rgba(51,65,85,0.5);
  display:flex;
  flex-direction:column;
  gap:4px;
}
.partnerKicker{ color:#64748B; font-size:10px; font-weight:700; letter-spacing:1px; text-transform:uppercase; line-height:15px; }
.partnerName{ color:#fff; font-size:18px; font-weight:700; line-height:28px; }

/* Two-column (Core + Effect) */
.twoColWrap{
  width:1216px;
  padding:96px 0 100px;
  display:flex;
  gap:64px;
  justify-content:center;
  align-items:center;
}
.coreText{ flex:1 1 0; display:flex; flex-direction:column; gap:16px; }
.featureList{ padding-top:16px; display:flex; flex-direction:column; gap:32px; }
.feature{ display:flex; gap:24px; align-items:flex-start; }
.feature__icon{
  width:56px; height:56px;
  background:rgba(19,91,236,0.10);
  border-radius:16px;
  outline:1px solid rgba(19,91,236,0.20);
  outline-offset:-1px;
  display:flex; align-items:center; justify-content:center;
}
.feature__h{ color:#fff; font-size:20px; font-weight:700; line-height:28px; }
.feature__p{ color:var(--muted); font-size:16px; line-height:24px; margin-top:8px; }

.effectCardWrap{ flex:1 1 0; position:relative; }
.effectGlow{
  width:576px; height:600px;
  position:absolute; left:0; top:0;
  background:rgba(19,91,236,0.20);
  filter:blur(50px);
  box-shadow:100px 100px 100px;
}
.effectCard{
  position:relative;
  padding:40px;
  background:rgba(22,30,45,0.60);
  border-radius:40px;
  outline:1px solid rgba(51,65,85,0.5);
  outline-offset:-1px;
  backdrop-filter:blur(12px);
  display:flex;
  flex-direction:column;
  gap:32px;
}
.effectBadge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 16px;
  border-radius:9999px;
  background:rgba(19,91,236,0.10);
  outline:1px solid rgba(19,91,236,0.30);
  outline-offset:-1px;
  color:var(--blue);
  font-size:12px;
  font-weight:700;
  letter-spacing:1.2px;
  text-transform:uppercase;
}
.dot{ width:8px; height:8px; border-radius:9999px; background:var(--blue); opacity:.75; }
.dot--cyan{ background:var(--cyan); }
.effectTitle{ color:#fff; font-size:30px; font-weight:700; line-height:36px; }
.effectList{ display:flex; flex-direction:column; gap:24px; padding-top:8px; }
.effectItem{
  padding:24px;
  background:rgba(30,41,59,0.40);
  border-radius:16px;
  outline:1px solid rgba(255,255,255,0.05);
  outline-offset:-1px;
  display:flex;
  gap:20px;
  align-items:flex-start;
}
.effectIcon{
  width:56px; height:56px;
  border-radius:12px;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 0 20px rgba(19,91,236,0.30);
}
.effectIcon--blue{ background:linear-gradient(135deg,#3B82F6 0%, #135BEC 100%); }
.effectIcon--green{ background:linear-gradient(135deg,#34D399 0%, #059669 100%); box-shadow:none; }

.effectH{ color:#fff; font-size:20px; font-weight:700; line-height:28px; }
.effectP{ color:var(--muted); font-size:14px; line-height:22.75px; margin-top:7.38px; }
.effectBottomNote{
  padding-top:40px;
  border-top:1px solid rgba(255,255,255,0.10);
  color:var(--muted);
  text-align:center;
  font-size:14px;
  line-height:20px;
}

/* CTA */
.cta{
  width:1216px;
  padding:48px;
  position:relative;
  border-radius:24px;
  background:linear-gradient(90deg, #135BEC 0%, #1D4ED8 100%);
  box-shadow:0px 25px 50px -12px rgba(19,91,236,0.30);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.cta__bubble{
  width:256px; height:256px;
  position:absolute;
  left:1040px; top:-80px;
  background:rgba(255,255,255,0.10);
  border-radius:9999px;
  filter:blur(32px);
  box-shadow:64px 64px 64px;
}
.cta__inner{ display:flex; flex-direction:column; align-items:center; gap:16px; position:relative; }
.cta__title{ color:#fff; font-size:30px; font-weight:700; line-height:36px; text-align:center; }
.cta__subtitle{ color:rgba(255,255,255,0.8); font-size:18px; line-height:28px; text-align:center; padding-bottom:16px; }
.cta__button{
  padding:16px 40px;
  background:#fff;
  color:var(--blue);
  border:none;
  border-radius:12px;
  font-size:18px;
  font-weight:700;
  line-height:28px;
  cursor:pointer;
}
.cta__button:hover{
  background-color:  #484f5c; color: #F1F5F9;
}
/* HERO WRAP */
.heroWrap{
  width:1280px;
  height:2542px;
  position:absolute;
  left:0;
}

/* Vision/Mission band */
.heroVisionMission{
  width:1280px;
  padding:96px 100px;
  position:absolute;
  left:0; top:792px;
  background:rgba(15,23,42,0.20);
  border-top:1px solid rgba(30,41,59,0.5);
  border-bottom:1px solid rgba(30,41,59,0.5);
  display:flex;
  justify-content:center;
  gap:64px;
}
.vm{ flex:1 1 0; display:flex; flex-direction:column; gap:23.13px; }
.vm__head{ display:flex; align-items:center; gap:12px; }
.vm__title{ color:var(--text); font-size:30px; font-weight:700; line-height:36px; font-family:"Space Grotesk", sans-serif; }
.vm__text{ color:var(--muted); font-size:18px; }

/* Quote band background block */
.heroBgPanel{
  width:1280px;
  height:778px;
  position:absolute;
  left:0; top:1764px;
  background:rgba(15,23,42,0.50);
  border-top:1px solid rgba(30,41,59,0.30);
  border-bottom:1px solid rgba(30,41,59,0.30);
}

/* HERO */
.hero{
  width:1280px;
  padding:80px 32px 128px;
  position:absolute;
  left:0; top:0;
  overflow:hidden;
  display:flex;
  justify-content:center;
}
.hero__decor{ position:absolute; inset:0; opacity:.30; }
.hero__blob{
  width:512px; height:316.8px;
  position:absolute;
  background:rgba(19,91,236,0.20);
  filter:blur(60px);
  border-radius:9999px;
  box-shadow:120px 120px 120px;
}
.hero__blob--left{ left:-128px; top:-79.19px; }
.hero__blob--right{
  left:896px; top:554.39px;
  background:rgba(8,145,178,0.20);
}

.hero__radial{
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse 58.80% 95.03% at 50% 50%, rgba(19,91,236,0.15) 0%, rgba(19,91,236,0) 70%);
}

.hero__content{
  width:1114px;
  position:relative;
  display:flex;
  gap:48px;
  align-items:center;
  justify-content:center;
}
.hero__left{ flex:1 1 0; height:426.5px; position:relative; }
.hero__badge{
  width:473px;
  height:34px;
  padding:6px 16px;
  position:absolute;
  left:30px; top:0.25px;
  background:rgba(0,242,255,0.10);
  border-radius:9999px;
  outline:1px solid rgba(0,242,255,0.30);
  outline-offset:-1px;
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--cyan);
  font-size:14px;
}
.hero__badgeText{ font-weight:500; }
.hero__headline{
  width:473px;
  position:absolute;
  left:30px; top:66.25px;
  font-family:"PT Serif", serif;
  font-weight:700;
  font-size:48px;
  line-height:60px;
}
.hero__headlineWhite{ color:var(--text); }
.hero__headlineBlue{ color:var(--blue); }
.hero__desc{
  width:466px;
  position:absolute;
  left:30px; top:277.25px;
  color:var(--muted);
  font-size:18px;
  line-height:29.25px;
}
.hero__actions{
  position:absolute;
  left:30px; top:368.25px;
  display:flex;
  gap:16px;
}
.btn{
  padding:16px 32px;
  border-radius:8px;
  font-size:16px;
  font-weight:700;
  line-height:24px;
  border:1px solid transparent;
  cursor:pointer;
}
.btn--primary{
  background:var(--blue);
  color:#fff;
  box-shadow:0px 8px 10px -6px rgba(19,91,236,0.30), 0px 20px 25px -5px rgba(19,91,236,0.30);
}
.btn--primary:hover{
    background: rgba(255, 255, 255, 0.5);
    color: #000;
}
.btn--ghost{
  background:rgba(30,41,59,0.50);
  color:var(--text);
  border-color:#334155;
  backdrop-filter:blur(2px);
}
.btn--ghost:hover{
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}
.hero__right{ flex:1 1 0; position:relative; display:flex; justify-content:flex-end; }
.hero__imgGlow{
  width:541px; height:592px;
  position:absolute;
  left:-4px; top:-4px;
  opacity:.25;
  background:linear-gradient(90deg, rgba(19,91,236,0.50) 0%, rgba(0,242,255,0.50) 100%);
  border-radius:12px;
  filter:blur(4px);
  box-shadow:8px 8px 8px;
}
.hero__imgCard{
  width:533px;
  position:relative;
  background:rgba(15,23,42,0.50);
  border-radius:12px;
  outline:1px solid rgba(51,65,85,0.5);
  outline-offset:-1px;
  overflow:hidden;
  box-shadow:0px 25px 50px -12px rgba(0,0,0,0.25);
}
.hero__imgArea{
  height:582px;
  position:relative;
  background:linear-gradient(135deg, #0F172A 0%, #0A0F1A 50%, rgba(19,91,236,0.20) 100%);
  display:flex;
  justify-content:center;
  align-items:center;
}
.hero__imgDots{
  position:absolute;
  inset:0;
  opacity:.20;
  background:radial-gradient(ellipse 70.71% 70.71% at 50% 50%, #135BEC 4%, rgba(19,91,236,0) 4%);
}
.hero__img{
  width:531px;
  height:582px;
  opacity:.80;
  mix-blend-mode:screen;
  object-fit:cover;
  position:relative;
}
.hero__imgFade{
  position:absolute;
  inset:0;
  background:linear-gradient(0deg, #0A0F1A 0%, rgba(10,15,26,0) 50%, rgba(10,15,26,0) 100%);
}

/* Core Services */
.coreServices{
  width:1280px;
  max-width:1280px;
  padding:0 32px;
  position:absolute;
  left:0; top:1200.5px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:64px;
}
.coreServices__head{ display:flex; flex-direction:column; align-items:center; gap:16px; }
.coreServices__kicker{ color:var(--cyan); font-size:14px; font-weight:700; letter-spacing:1.4px; text-transform:uppercase; }
.coreServices__title{ color:var(--text); font-size:48px; font-weight:700; line-height:48px; }
.coreServices__underline{ width:96px; height:12px; padding-top:8px; }
.coreServices__underline > div{ width:96px; height:4px; background:var(--blue); }

.coreServices__grid{
  width:100%;
  display:flex;
  gap:24px;
  justify-content:center;
  align-items:stretch;
}
.serviceCard{
  flex:1 1 0;
  position:relative;
  background:rgba(30,41,59,0.40);
  border-radius:12px;
  outline:1px solid rgba(51,65,85,0.5);
  outline-offset:-1px;
  backdrop-filter:blur(12px);
  min-height:260px;
}
.serviceCard__icon{
  width:56px; height:56px;
  position:absolute; left:33px; top:33px;
  border-radius:8px;
  display:flex; justify-content:center; align-items:center;
}
.serviceCard__icon--blue{ background:rgba(19,91,236,0.10); }
.serviceCard__icon--cyan{ background:rgba(0,242,255,0.10); }
.serviceCard__h{
  position:absolute; left:33px; top:113px;
  color:var(--text); font-size:20px; font-weight:700; line-height:28px;
}
.serviceCard__p{
  position:absolute; left:33px; top:152.25px;
  color:var(--muted); font-size:14px; line-height:22.75px;
}

/* Quote band */
.quoteBand{
  width:1280px;
  padding:70px 224px;
  position:absolute;
  left:0; top:1764px;
  display:flex;
  justify-content:center;
}
.quoteCard{
  width:100%;
  border-radius:16px;
  outline:1px solid #334155;
  outline-offset:-1px;
  background:linear-gradient(156deg, #1E293B 0%, #0F172A 100%);
  padding:64px 64px 117px;
  position:relative;
  overflow:hidden;
}
.quoteCard__avatar{
  width:96px; height:96px;
  border-radius:9999px;
  outline:2px solid var(--cyan);
  outline-offset:-2px;
  overflow:hidden;
  margin:0 auto 32px;
}
.quoteCard__avatar img{ width:100%; height:100%; object-fit:cover; border-radius:9999px; }

.quoteCard__content{ max-width:672px; margin:0 auto; display:flex; flex-direction:column; gap:18px; }
.quoteCard__quote{
  text-align:center;
  color:var(--text);
  font-size:24px;
  font-weight:700;
  line-height:32px;
  letter-spacing:2.4px;
  font-family:"Space Grotesk", sans-serif;
}
.quoteCard__text{
  text-align:center;
  color:#CBD5E1;
  font-size:18px;
  line-height:29.25px;
}
.quoteCard__sign{ text-align:center; color:var(--text); font-size:16px; font-weight:700; line-height:24px; }
.quoteCard__mark{
  position:absolute;
  left:699px; top:1px;
  padding:32px;
  opacity:.20;
}



/* Top bar */
.topbar{
  width:1280px;
  margin: 0 auto;
  left:0; top:0;
  padding:0 32px;
  background:rgba(10,15,26,0.80);
  border-bottom:1px solid rgba(226,232,240,0.10);
  backdrop-filter:blur(6px);
}
.topbar__inner{
  width:1079px;
  height:80px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.topbar__nav{ display:flex; gap:40px; align-items:center; }
.topbar__link{
  color:#CBD5E1;
  text-decoration:none;
  font-size:14px;
  font-weight:500;
  line-height:40px;
  width: 120px;
  height: 40px;
  text-align: center;
  justify-content: center;
}
.topbar__link:hover{background-color: #F1F5F9; color: #1E293B;}
.topbar__cta{
  padding:10px 24px;
  background:var(--blue);
  color:#fff;
  border:none;
  border-radius:8px;
  font-size:14px;
  font-weight:700;
  line-height:20px;
  cursor:pointer;
}
.topbar__cta:hover{background: rgba(255, 255, 255, 0.5); color: #000;}

[hidden] { display: none !important; }

.overlay{
  position: fixed;
  inset: 0;
  background: rgba(16, 22, 34, 0.80);
  backdrop-filter: blur(2px);
  z-index: 10;
}

/* Modal shell */
.contactModal{
  background: var(--bg);
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  outline: 1px rgba(19, 91, 236, 0.40) solid;
  outline-offset: -1px;
  backdrop-filter: blur(6px);
  z-index: 2000;

  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 672px;
  max-width: calc(100vw - 32px);

  /* ⭐ 화면을 넘지 않게 */
  max-height: calc(100vh - 32px);
  display: flex;
  flex-direction: column;

  overflow: hidden; /* 바깥은 숨기고 */
}

/* Header */
.contactModal__header{
  padding: 24px;
  background: rgba(19, 91, 236, 0.05);
  border-bottom: 1px rgba(19, 91, 236, 0.20) solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contactModal__headLeft{
  display: flex;
  align-items: center;
  gap: 12px;
}

.contactModal__appIcon{
  padding: 8px;
  background: rgba(19, 91, 236, 0.20);
  border-radius: 8px;
  display: inline-flex;
}

.contactModal__appIconGlyph{
  width: 17px;
  height: 20px;
  display: block;
}

.contactModal__titles{
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contactModal__title{
  margin: 0;
  color: var(--text);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  font-family: "WenQuanYi Zen Hei", sans-serif;
}

.contactModal__subtitle{
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  font-family: "Space Grotesk", sans-serif;
}

.contactModal__xBtn{
  padding: 8px;
  border-radius: 9999px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.contactModal__xIcon{
  width: 14px;
  height: 14px;
  display: block;
}

/* Body */
.contactModal__body{
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.infoBlocks{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.infoBlock{
  padding-left: 16px;
  border-left: 2px rgba(19, 91, 236, 0.30) solid;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.infoBlock__label{
  color: rgba(19, 91, 236, 0.70);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.60px;
  font-family: "WenQuanYi Zen Hei", sans-serif;
}

.infoBlock__value{
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  font-family: "Space Grotesk", sans-serif;
}

.infoBlock__value--strong{
  color: var(--text);
}

.infoBlock__line{
  color: var(--muted2);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "WenQuanYi Zen Hei", sans-serif;
}

.infoBlock__sub{
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "WenQuanYi Zen Hei", sans-serif;
}

.infoBlock__row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2px;
}

.infoBlock__email{
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  font-family: "Space Grotesk", sans-serif;
}

/* Copy button */
.copyBtn{
  padding: 6px 12px;
  background: rgba(19, 91, 236, 0.10);
  border-radius: 8px;
  outline: 1px rgba(19, 91, 236, 0.20) solid;
  outline-offset: -1px;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.copyBtn__icon{
  width: 9.92px;
  height: 11.67px;
  display: block;
}

.copyBtn__text{
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  font-family: "WenQuanYi Zen Hei", sans-serif;
}

/* Location */
.location{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.location__titleRow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.location__pin{
  width: 9.33px;
  height: 11.67px;
  display: block;
  margin-top: 2px;
  margin-left: 3px;
}

.location__title{
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Space Grotesk", sans-serif;
}

.mapCard{
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  outline: 1px rgba(255, 255, 255, 0.10) solid;
  outline-offset: -1px;
}

/* .mapCard__bg{
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #1E293B;
  background-image: url("https://placehold.co/604x339");
  background-size: cover;
  background-position: center;
} */

.mapCard__dim{
  position: absolute;
  inset: 0;
  background: rgba(16, 22, 34, 0.40);
}

.mapCard__center{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mapCard__markerWrap{
  padding: 12px;
  background: var(--blue);
  box-shadow: 0px 0px 20px rgba(19, 91, 236, 0.60);
  border-radius: 9999px;
  display: flex;
}

.mapCard__markerGlyph{
  width: 19.95px;
  height: 19.90px;
  display: block;
}

.mapCard__badgeWrap{
  padding-top: 8px;
}

.mapCard__badge{
  position: relative;
  background: rgba(16, 22, 34, 0.90);
  border-radius: 9999px;
  outline: 1px rgba(19, 91, 236, 0.30) solid;
  outline-offset: -1px;
  padding: 4px 12px;
}

.mapCard__badgeShadow{
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  box-shadow:
    0px 4px 6px -4px rgba(0, 0, 0, 0.10),
    0px 10px 15px -3px rgba(0, 0, 0, 0.10);
  pointer-events: none;
}

.mapCard__badgeText{
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "WenQuanYi Zen Hei", sans-serif;
}

/* Footer */
.contactModal__footer{
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px rgba(255, 255, 255, 0.05) solid;
  display: flex;
  gap: 16px;
}

.primaryBtn{
  flex: 1 1 0;
  padding: 16px 0;
  position: relative;
  background: var(--blue);
  border-radius: 8px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.primaryBtn__icon{
  width: 15px;
  height: 12px;
  background: #fff;
  display: block;
}

.primaryBtn__text{
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  font-family: "WenQuanYi Zen Hei", sans-serif;
}

.secondaryBtn{
  padding: 19px 24px;
  background: #1E293B;
  border-radius: 8px;
  outline: 1px rgba(255, 255, 255, 0.05) solid;
  outline-offset: -1px;
  border: 0;
  color: #CBD5E1;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  font-family: "WenQuanYi Zen Hei", sans-serif;
  cursor: pointer;
}
