
:root{
  --blue:#2458cc;
  --blue2:#173b96;
  --ink:#111827;
  --line:#e4e8f1;
}
*{box-sizing:border-box}
html,body{
  margin:0;
  background:#f4f5f8;
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;
  word-break:keep-all;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
.site{width:100%;background:#f4f5f8;padding-bottom:0}
.visual-sec{
  width:100%;
  text-align:center;
  line-height:0;
  overflow:visible;
  background:#fff;
}
.visual-sec.dark{background:#222}
.visual-sec.beige{background:#d8cec0}
.visual-sec.brown{background:#5a463f}
.visual-sec.soft{background:#f4f7fb}
.visual-sec img{
  display:block;
  width:100%;
  max-width:1180px;
  height:auto;
  margin:0 auto;
}
@media(min-width:1181px){
  .visual-sec img{max-width:1180px}
}
@media(max-width:1180px){
  .visual-sec img{
    width:100%;
    max-width:100%;
  }
}
.cta-band{
  background:#fff;
  padding:24px 14px;
  text-align:center;
}
.cta-band.alt{background:#f7f8fc}
.cta-box{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:4px;
  width:min(560px,92vw);
  min-height:70px;
  margin:0 auto;
  border-radius:18px;
  background:linear-gradient(135deg,#2d62dd 0%,#183d9c 100%);
  color:#fff;
  box-shadow:0 10px 24px rgba(33,76,180,.2);
  padding:12px 16px;
}
.cta-box .small{
  font-size:16px;
  font-weight:850;
  letter-spacing:-.04em;
  color:#e9efff;
  line-height:1.15;
}
.cta-box .main{
  font-size:28px;
  font-weight:1000;
  letter-spacing:-.065em;
  line-height:1.1;
}
.cta-box .main span{color:#ffe66b}
.footer{
  background:#f0f2f6;
  color:#4a5365;
  border-top:1px solid #e1e5ef;
  font-size:15px;
  line-height:1.75;
}
.footer-inner{
  width:min(1000px,92vw);
  margin:0 auto;
  padding:24px 0 30px;
}
.footer p{margin:3px 0}
.footer strong{color:#172034}
.footer-links{display:flex;gap:16px;margin-top:10px}
.footer-links a{text-decoration:underline;text-underline-offset:3px;font-weight:800}
.sticky-cta{position:fixed;z-index:90}
.sticky-cta a{
  display:block;
  text-align:center;
  background:linear-gradient(135deg,#2d62dd 0%,#183d9c 100%);
  color:#fff;
  box-shadow:0 12px 28px rgba(0,0,0,.22);
}
.sticky-cta .small{
  display:block;
  font-size:14px;
  font-weight:800;
  color:#e8efff;
  margin-bottom:3px;
  letter-spacing:-.035em;
}
.sticky-cta .main{
  display:block;
  font-size:22px;
  font-weight:1000;
  letter-spacing:-.06em;
  line-height:1.1;
}
.sticky-cta .main span{color:#ffe66b}
@media(min-width:1180px){
  .sticky-cta{right:28px;top:50%;transform:translateY(-50%);width:220px}
  .sticky-cta a{border-radius:16px;padding:15px 10px}
}
@media(max-width:1179px){
  .site{padding-bottom:72px}
  .sticky-cta{
    left:0;right:0;bottom:0;
    background:rgba(255,255,255,.96);
    border-top:1px solid #e7e9ef;
    padding:7px 12px;
  }
  .sticky-cta a{
    width:min(520px,100%);
    margin:0 auto;
    border-radius:15px;
    padding:9px 10px;
  }
  .sticky-cta .small{font-size:13px}
  .sticky-cta .main{font-size:22px}
}
.doc{
  width:min(920px,92vw);
  margin:0 auto;
  padding:34px 0 58px;
  line-height:1.8;
  font-size:18px;
}
.doc h1{font-size:34px;letter-spacing:-.06em}
.doc h2{font-size:24px;letter-spacing:-.05em;margin-top:28px}
.doc a{text-decoration:underline;text-underline-offset:3px}
.form-page{background:#f4f6fb;min-height:100vh;padding:28px 12px 48px}
.form-wrap{width:min(900px,100%);margin:0 auto}
.form-head{text-align:center;margin-bottom:18px}
.form-head .badge{display:inline-block;background:#2d62dd;color:#fff;border-radius:999px;padding:8px 16px;font-size:16px;font-weight:900}
.form-head h1{margin:14px 0 8px;font-size:34px;letter-spacing:-.07em}
.form-head p{margin:0;font-size:19px;font-weight:800;color:#526078}
.form-card{background:#fff;border:2px solid #2d62dd;border-radius:20px;padding:16px;box-shadow:0 16px 42px rgba(47,97,212,.12)}
.form-card iframe{display:block;width:100%;min-height:620px;border:0}
.form-back{display:block;margin:18px auto 0;width:max-content;text-decoration:underline;text-underline-offset:3px;color:#333;font-size:15px}
@media(max-width:520px){
  .cta-band{padding:21px 10px}
  .cta-box{width:min(500px,92vw);min-height:66px;padding:10px 14px;border-radius:16px}
  .cta-box .small{font-size:14px}
  .cta-box .main{font-size:24px}
  .footer{font-size:14px}
  .footer-inner{padding-bottom:86px}
  .form-head h1{font-size:28px}
  .form-head p{font-size:17px}
  .form-card{padding:10px}
  .form-card iframe{min-height:700px}
}


/* MOBILE ONLY: prevent side cropping, keep PC unchanged */
@media(max-width:767px){
  html,body,.site{
    width:100% !important;
    max-width:100% !important;
    overflow-x:hidden !important;
    background:#fff !important;
  }
  .visual-sec{
    width:100% !important;
    max-width:100% !important;
    overflow:hidden !important;
    padding:0 !important;
    margin:0 !important;
    background:#fff !important;
  }
  .visual-sec img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    height:auto !important;
    margin:0 auto !important;
    transform:none !important;
    object-fit:contain !important;
  }
  .cta-band{
    width:100% !important;
    overflow:hidden !important;
  }
  .footer{
    width:100% !important;
    overflow:hidden !important;
  }
}


/* MOBILE SAFE MAX: PC unchanged, mobile only. Slightly larger without heavy side crop. */
@media(max-width:767px){
  .visual-sec{
    width:100vw !important;
    max-width:100vw !important;
    overflow:hidden !important;
    padding:0 !important;
    margin:0 !important;
  }
  .visual-sec img{
    display:block !important;
    width:112vw !important;
    max-width:none !important;
    min-width:0 !important;
    height:auto !important;
    margin-left:-6vw !important;
    margin-right:0 !important;
    transform:none !important;
    object-fit:contain !important;
  }
}
/* Very narrow phones: a little less zoom to avoid cutting side text */
@media(max-width:390px){
  .visual-sec img{
    width:108vw !important;
    margin-left:-4vw !important;
  }
}


/* MOBILE FINAL: reduce blank side margins while avoiding heavy text cut */
@media(max-width:767px){
  .visual-sec{
    width:100vw !important;
    max-width:100vw !important;
    overflow:hidden !important;
    padding:0 !important;
    margin:0 !important;
  }
  .visual-sec img{
    display:block !important;
    width:132vw !important;
    max-width:none !important;
    min-width:0 !important;
    height:auto !important;
    margin-left:-16vw !important;
    margin-right:0 !important;
    transform:none !important;
    object-fit:contain !important;
  }
}
/* Very narrow phones: less zoom so side labels are not cut too much */
@media(max-width:390px){
  .visual-sec img{
    width:124vw !important;
    margin-left:-12vw !important;
  }
}
/* Wider mobile screens can take a bit more zoom */
@media(min-width:430px) and (max-width:767px){
  .visual-sec img{
    width:138vw !important;
    margin-left:-19vw !important;
  }
}
