
@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}


:root {
  --navy: #131d2f;
  --navy-deep: #0c1420;
  --navy-mid: #1a2a45;
  --navy-light: #243656;
  --gold: #6b98ea;
  --gold-light: #88aae9;
  --bg-gray: #f2f2f0;
  --bg-white: #ffffff;
  --text-dark: #1a1a1a;
  --text-mid: #555;
  --text-light: #888;
  --border-light: #e0e0e0;
  --shadow: 0 4px 30px rgba(0,0,0,0.08);
  --shadow-lg: 0 12px 50px rgba(0,0,0,0.12);
  --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --max-w: 1280px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
input, textarea, select, button { font-family: inherit; }  /* ¡ç Ãß°¡ */
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Paperozi';
  color: var(--text-dark);
  /* background: var(--bg-gray); */
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
img { max-width: 100%; display: block; }
section[id] { scroll-margin-top: 72px; }

/* ===== TOP GNB - WHITE ===== */
.gnb {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #e8e8e6;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  transition: var(--transition);
}
.gnb-inner {
  max-width: var(--max-w); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px; height: 72px;
}
.gnb-logo {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Cormorant Garamond', serif;
  color: var(--navy); font-size: 22px; font-weight: 700; letter-spacing: 2px;
}
.gnb-logo img { height: 36px; width: auto; }
.gnb-logo .logo-sub {
  font-family: 'Paperozi';
  font-size: 18px; font-weight: 600; color: #000;
  letter-spacing: 0px;
}
.gnb-menu { display: flex; gap: 36px;}
.gnb-menu a {
  color: var(--text-mid); font-size: 16px; font-weight: 500;
  letter-spacing: 0.2px; transition: var(--transition);
  position: relative; padding: 4px 0;
}
.gnb-menu a::after {
  content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 1.5px;
  background: var(--gold); transition: var(--transition);
}
.gnb-menu a:hover { color: var(--navy); }
.gnb-menu a:hover::after { width: 100%; }
.gnb-menu a.active { color: var(--navy); font-weight: 500; }
.gnb-menu a.active::after { width: 100%; }

.gnb-hamburger {
  display: none; flex-direction: column; gap: 5px; padding: 8px;
}
.gnb-hamburger span {
  width: 22px; height: 1.5px; background: var(--navy); transition: var(--transition);
}

/* Mobile menu overlay */
.mobile-menu-overlay {
  display: none;
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(12, 20, 32, 0.97);
  z-index: 1100;                          /* ¡ç 1000 ¡æ 1100 (GNB À§·Î) */
  flex-direction: column;
  align-items: center; justify-content: center;
  gap: 32px;
  padding-top: 72px;                      /* ¡ç GNB ³ôÀÌ¸¸Å­ ¿©¹é */
}
.mobile-menu-overlay.active { display: flex; }
.mobile-menu-overlay a {
  color: #fff; font-size: 20px; font-weight: 500; letter-spacing: 1px;
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.4s, transform 0.4s;
  padding: 8px 0;                         /* ¡ç ÅÍÄ¡ ¿µ¿ª È®º¸ */
}
.mobile-menu-overlay.active a { opacity: 1; transform: translateY(0); }

.mobile-menu-overlay .close-btn {
  position: fixed;                        /* ¡ç absolute ¡æ fixed */
  top: 16px; right: 20px;
  z-index: 1101;                          /* ¡ç ¿À¹ö·¹ÀÌº¸´Ù À§ */
  color: #fff; font-size: 32px;
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  transition: background 0.2s;
  line-height: 1;
}
.mobile-menu-overlay .close-btn:hover,
.mobile-menu-overlay .close-btn:active {
  background: rgba(255,255,255,0.2);
}



/* ÇÜ¹ö°Å ¹öÆ° - È°¼ºÈ­ ½Ã X ¾Ö´Ï¸ÞÀÌ¼Ç */



.gnb-hamburger {
  display: none; flex-direction: column; gap: 5px;
  padding: 8px; z-index: 1101;            /* ¡ç ¿À¹ö·¹ÀÌ À§ */
  position: relative;
}
.gnb-hamburger span {
  width: 22px; height: 1.5px;
  background: var(--navy); transition: var(--transition);
  transform-origin: center;
}
/* ¿À¹ö·¹ÀÌ ¿­¸± ¶§ ÇÜ¹ö°Å ¡æ X º¯È¯ */
.gnb-hamburger.open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.gnb-hamburger.open span:nth-child(2) {
  opacity: 0; transform: scaleX(0);
}
.gnb-hamburger.open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}
/* ¿À¹ö·¹ÀÌ ¿­¸± ¶§ ÇÜ¹ö°Å ¼± »ö»ó ¹ÝÀü (¹è°æÀÌ ¾îµÎ¿öÁö´Ï±î) */
.gnb-hamburger.open span { background: #fff; }




/* ===== SECTION COMMON ===== */
.section { padding: 80px 40px; }
.section-inner { max-width: var(--max-w); margin: 0 auto; }
.section-label {
  font-size: 16px; color: #8e8e8e; letter-spacing: 1px;
  text-transform: uppercase; margin-bottom: 12px; font-weight:500;
}
.section-title {
  font-family: 'Paperozi';
  font-size: 32px; font-weight: 700; color: var(--text-dark);
  margin-bottom: 50px; line-height: 1.3;
}
.section-title.white { color: #fff; }

/* ===== PAGE HERO (¼­ºê ÆäÀÌÁö¿ë) ===== */
.page-hero {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 50%, var(--navy-mid) 100%);
  padding: 140px 40px 80px; text-align: center;
  position: relative;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 80%, rgba(201,169,110,0.06) 0%, transparent 60%);
}
.page-hero .section-label { position: relative; z-index: 1; }
.page-hero-title {
  font-family: 'Paperozi';
  font-size: 36px; font-weight: 700; color: #fff;
  position: relative; z-index: 1;
}

/* ===== SIDE NAV ===== */
.side-nav {
  position: fixed; right: 0; top: 50%; transform: translateY(-50%);
  z-index: 900; display: flex; flex-direction: column; gap: 2px;
  opacity: 0; pointer-events: none; transition: opacity 0.4s;
}
.side-nav.visible { opacity: 1; pointer-events: auto; right:10px;}
.side-nav a {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  width: 70px; height: 70px;
  background: var(--gold); color: #fff;
  font-size: 12px; gap: 4px; transition: var(--transition); text-align: center;
  border-radius: 50%;
}
.side-nav a:hover { background: var(--navy); color: #fff; }

/* ÀÚ°¡Áø´Ü¸¸ ³×ÀÌºñ */
.side-nav a:first-child { background: var(--navy); color: #fff; }
.side-nav a:first-child:hover { background: var(--gold); color: #fff; }


.side-nav a svg { width: 22px; height: 22px; }


.side-nav a i { font-size:22px; }
	
	
/* ===== BOTTOM BAR ===== */
.bottom-bar {
  position: fixed; bottom: 0; left: 0; width: 100%;
  background: rgba(19,29,47,0.98);
  backdrop-filter: blur(12px); z-index: 950;
  display: flex; align-items: center; height: 100px;
  opacity: 0; pointer-events: none; transition: opacity 0.4s;
}
.bottom-bar.visible { opacity: 1; pointer-events: auto; }
.bottom-bar-inner {
  max-width: 1280px; margin: 0 auto; width: 100%;
  padding: 0 40px; display: flex; align-items: center;
  justify-content: space-between; gap: 32px;
}
.bottom-bar-phone {
  display: flex; flex-direction: column; gap: 2px; color: #fff; flex-shrink: 0;
}
.bottom-bar-phone .label { font-size: 16px; color: #6b98ea; letter-spacing: 0.5px; }
.bottom-bar-phone .number { font-size: 27px; font-weight: 700; letter-spacing: -0.5px; }

.bottom-bar-right {
  display: flex; align-items: center; gap: 12px;
}
.bottom-bar-right .ct-field-label {
  font-size: 17px; color: #fff; font-weight: 500; flex-shrink: 0;
}
.bottom-bar-right input {
  flex: 1; max-width: 320px;
  padding: 10px 16px; background: #fff;
  border: none; color: var(--text-dark);
  font-size: 14px; font-family: inherit;
  outline: none;
}
.bottom-bar-right label {
  font-size: 12px; color: rgba(255,255,255,0.6);
  display: flex; align-items: center; gap: 5px; flex-shrink: 0;
}
.bottom-bar-right label input[type="checkbox"] { width: 14px; height: 14px; accent-color: var(--gold); }
.bottom-bar-submit {
  padding: 10px 24px; background: #4469ad;
  color: #fff; font-size: 14px; font-weight: 600;
  border: none; cursor: pointer; flex-shrink: 0;
  font-family: inherit; transition: var(--transition); white-space: nowrap;
}
.bottom-bar-submit:hover { background: var(--gold-light); }


/* ===== FOOTER ===== */
.footer {
  background: #fff;
  border-top: 1px solid #e8e8e6;
  padding: 48px 40px 85px;
}
.footer-inner { max-width: var(--max-w); margin: 0 auto; }  /* ¡ç ÀÌ°Å ÅëÂ°·Î ¾øÀ½ */
.footer-top {
  display: flex; justify-content: space-between; align-items: flex-start;  /* ¡ç flex ¾øÀ½ */
  margin-bottom: 32px; padding-bottom: 24px;                               /* ¡ç °£°Ý ¾øÀ½ */
  border-bottom: 1px solid #e8e8e6;
}
.footer-logo { color: var(--navy); }
.footer-logo span { color: var(--gold); }
.footer-links { display: flex; gap: 24px; font-weight:600; }                 /* ¡ç ÀÌ°Å ÅëÂ°·Î ¾øÀ½ */
.footer-links a { color: var(--text-mid); }
.footer-links a:hover { color: var(--navy); }
.footer-bottom { font-size: 14px; color: #585858; line-height: 1.7; }  /* ¡ç font-size, line-height ¾øÀ½ */
/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(40px); }
  to { opacity: 1; transform: translateX(0); }
}
.reveal {
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal.active { opacity: 1; transform: translateY(0); }

/* ===== FORM COMMON ===== */
.form-card {
  background: #fff; border-radius: 16px; padding: 48px 40px;
  box-shadow: var(--shadow-lg);
}
.form-group { margin-bottom: 24px; }
.form-label {
  font-size: 14px; font-weight: 600; color: var(--text-dark);
  margin-bottom: 8px; display: block;
}
.form-input {
  width: 100%; padding: 14px 18px;
  background: var(--bg-gray); border: 1px solid var(--border-light);
  font-size: 14px; color: var(--text-dark); outline: none;
  font-family: inherit; transition: var(--transition);
}
.form-input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,169,110,0.15); }
.form-textarea {
  width: 100%; padding: 14px 18px; min-height: 120px; resize: vertical;
  background: var(--bg-gray); border: 1px solid var(--border-light);
  font-size: 14px; color: var(--text-dark); outline: none;
  font-family: inherit; transition: var(--transition);
}
.form-textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,169,110,0.15); }
.form-check {
  display: flex; align-items: center; gap: 8px;
  font-size: 15px; color: var(--text-mid); margin-bottom: 24px;
}
.form-check input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--gold); }
.btn-gold {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 40px; background: var(--gold); color: var(--navy-deep);
  font-size: 15px; font-weight: 600; letter-spacing: 0.5px;
  transition: var(--transition); border: none; font-family: inherit;
}
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(201,169,110,0.3); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 32px; background: transparent;
  border: 1px solid var(--gold); color: var(--gold);
  font-size: 14px; font-weight: 500; letter-spacing: 0.5px;
  transition: var(--transition); font-family: inherit;
}
.btn-outline:hover { background: var(--gold); color: var(--navy-deep); }

/* ===== PRIVACY MODAL ===== */
.modal-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,0.6); z-index: 9999;
  align-items: center; justify-content: center; padding: 20px;
}
.modal-overlay.show { display: flex; }
.modal-box {
  background: #fff; border-radius: 16px; padding: 40px;
  max-width: 520px; width: 100%; max-height: 80vh; overflow-y: auto;
  box-shadow: 0 30px 80px rgba(0,0,0,0.25);
}
.modal-box h3 { font-size: 20px; font-weight: 700; margin-bottom: 20px; color: var(--text-dark); }
.modal-box p { font-size: 14px; line-height: 1.8; color: var(--text-mid); margin-bottom: 16px; }
.modal-close {
  display: block; margin: 20px auto 0; padding: 12px 40px;
  background: var(--navy); color: #fff; font-size: 14px; font-weight: 500;
  transition: var(--transition);
}
.modal-close:hover { background: var(--navy-mid); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .page-hero { padding: 120px 40px 60px; }
  .page-hero-title { font-size: 30px; }
}

@media (max-width: 768px) {
  html { font-size: 15px; }
  .gnb-inner { padding: 0 20px; height: 60px; }
  .gnb-menu { display: none; }
  .gnb-hamburger { display: flex; }
  .gnb-logo { font-size: 18px; }
  .gnb-logo img { height: 28px; }
  .section { padding: 64px 20px; }
  .section-title { font-size: 24px; margin-bottom: 36px; }
  .page-hero { padding: 100px 20px 50px; }
  .page-hero-title { font-size: 24px; }
  .side-nav { display: none; }
  .bottom-bar-inner { padding: 0 16px; }
  .bottom-bar-phone .number { font-size: 18px; }
  .bottom-bar-right input { width: 120px; padding: 8px 12px; font-size: 12px; }
  .bottom-bar-right label { font-size: 10px; }
  .bottom-bar-submit { padding: 8px 16px; font-size: 12px; }
  .footer { padding: 36px 20px 24px; }
  .footer-top { flex-direction: column; gap: 20px; }
  .form-card { padding: 32px 24px; }
  
  .mobile-menu-overlay a:not(.close-btn) {
    font-size: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    width: 70%; text-align: center;
    padding: 14px 0;
  }
  .mobile-menu-overlay a.active {
    color: var(--gold);
  }

  /* ÇÏ´Ü¹Ù ¸ð¹ÙÀÏ Á¤¸® */
  .bottom-bar { height: auto; }
  .bottom-bar-phone .label { font-size: 10px; }  
  
}

@media (max-width: 480px) {
  .bottom-bar { height: auto; padding: 10px 0; }
  .bottom-bar-inner { flex-direction: column; gap: 8px; }
  .bottom-bar-right { width: 100%; justify-content: center; flex-wrap: wrap; gap: 8px; }
  .bottom-bar-right input { width: 100px; }
  /* ÇÜ¹ö°Å gap ¹Ì¼¼ Á¶Á¤ */
  .gnb-hamburger span { width: 20px; }  
}