:root{
  --wine:#4b101a;
  --wine-dark:#180407;
  --gold:#d8b46a;
  --white:#ffffff;
  --cream:#fbf6ea;
  --text:#161616;
  --muted:#777;
}

*{box-sizing:border-box}
html{scroll-behavior:auto}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Pretendard","Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;
  color:var(--text);
  background:var(--cream);
}
a{text-decoration:none;color:inherit}

.header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:20;
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:0 5vw;
  color:#fff;
  background:linear-gradient(180deg, rgba(0,0,0,.52), rgba(0,0,0,0));
}

.logo{
  display:flex;
  align-items:center;
  gap:12px;
  flex:0 0 auto;
}

.logo span{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid var(--gold);
  color:var(--gold);
  display:grid;
  place-items:center;
  font-weight:900;
}

.logo strong{
  display:block;
  font-size:18px;
  letter-spacing:-.04em;
}

.logo small{
  display:block;
  margin-top:2px;
  font-size:11px;
  letter-spacing:.16em;
  color:rgba(255,255,255,.68);
}

.top-menu{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:24px;
  flex:1 1 auto;
  min-width:0;
  white-space:nowrap;
  font-size:16px;
  font-weight:600;
  letter-spacing:-.04em;
  color:rgba(255,255,255,.9);
}



.top-menu .premium-item{
  color:var(--gold);
  font-weight:900;
  letter-spacing:.08em;
}


.top-menu a:not(.tel){
  position:relative;
  padding:30px 0 28px;
  text-shadow:0 2px 8px rgba(0,0,0,.38);
}

.top-menu a:not(.tel)::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:20px;
  width:0;
  height:1px;
  background:var(--gold);
  transform:translateX(-50%);
  transition:width .22s ease;
}

.top-menu a:not(.tel):hover::after{
  width:100%;
}

.tel{
  padding:11px 18px;
  border:1px solid rgba(216,180,106,.9);
  border-radius:999px;
  color:var(--gold);
  font-weight:900;
  font-size:15px;
}

.hero{
  position:relative;
  min-height:100vh;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:var(--wine-dark);
}

.bg{
  position:absolute;
  inset:0;
  background:url("assets/main_cg.jpg") center/cover no-repeat;
  transform:scale(1.02);
}

.shade{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at center, rgba(0,0,0,.06) 0%, rgba(0,0,0,.24) 42%, rgba(0,0,0,.64) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(24,4,7,.72) 100%);
}

.content{
  position:relative;
  z-index:2;
  width:min(1040px,90vw);
  color:#fff;
  padding-top:70px;
}

.eyebrow{
  margin:0 0 24px;
  color:var(--gold);
  font-size:14px;
  font-weight:900;
  letter-spacing:.28em;
}

h1{
  margin:0;
  font-size:clamp(56px,8vw,108px);
  line-height:.95;
  letter-spacing:-.08em;
  text-shadow:0 12px 34px rgba(0,0,0,.28);
}

.sub{
  margin:22px 0 0;
  font-size:clamp(22px,3vw,36px);
  font-weight:700;
  letter-spacing:-.055em;
  color:rgba(255,255,255,.9);
}

.line{
  width:74px;
  height:2px;
  background:var(--gold);
  margin:34px auto 30px;
}

.desc{
  margin:0;
  font-size:clamp(17px,2vw,23px);
  color:rgba(255,255,255,.84);
  letter-spacing:-.04em;
}

.actions{
  margin-top:38px;
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
}

.primary,.secondary{
  min-width:210px;
  min-height:56px;
  padding:0 28px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  letter-spacing:-.04em;
  backdrop-filter:blur(8px);
}

.primary{
  background:var(--gold);
  color:#231304;
  box-shadow:0 20px 40px rgba(0,0,0,.24);
}

.secondary{
  color:#fff;
  border:1px solid rgba(255,255,255,.62);
  background:rgba(255,255,255,.08);
}

.facts{
  margin:44px auto 0;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
}

.facts span{
  min-width:148px;
  min-height:42px;
  padding:10px 18px;
  border-radius:999px;
  color:rgba(255,255,255,.92);
  background:rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.18);
  font-size:15px;
  font-weight:800;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  line-height:1.2;
  backdrop-filter:blur(8px);
  box-shadow:0 12px 28px rgba(0,0,0,.12);
}

.facts-blank{
  margin-top:12px;
}

.facts-blank span{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.34);
}

.hanja{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:4px;
  padding:0 7px;
  min-width:22px;
  height:22px;
  border-radius:999px;
  font-style:normal;
  font-weight:900;
  color:#231304;
  background:linear-gradient(180deg, rgba(255,230,173,.98), rgba(216,180,106,.96));
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 6px 16px rgba(0,0,0,.22);
  line-height:1;
}

.scroll{
  position:absolute;
  z-index:2;
  bottom:30px;
  left:50%;
  transform:translateX(-50%);
  color:rgba(255,255,255,.56);
  font-size:11px;
  letter-spacing:.24em;
}

.next,.location{
  padding:110px 5vw;
  text-align:center;
  background:#fff;
}

.location{background:var(--cream)}

.next p:first-child,
.location p:first-child{
  margin:0 0 16px;
  color:var(--wine);
  font-weight:900;
  letter-spacing:.18em;
}

.next h2,.location h2{
  margin:0;
  font-size:clamp(36px,5vw,58px);
  letter-spacing:-.07em;
}

.text{
  margin:22px auto 0;
  max-width:720px;
  color:var(--muted);
  line-height:1.75;
  letter-spacing:-.035em;
}

.bigcall{
  margin-top:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:60px;
  padding:0 34px;
  border-radius:999px;
  background:var(--wine);
  color:#fff;
  font-size:24px;
  font-weight:900;
  letter-spacing:-.04em;
}

.addr{
  margin:22px 0 0;
  font-size:24px;
  font-weight:900;
  letter-spacing:-.04em;
}

footer{
  padding:44px 5vw;
  background:#151515;
  color:#fff;
}

footer p{
  max-width:980px;
  color:rgba(255,255,255,.56);
  font-size:13px;
  line-height:1.65;
}



.floating-interest{
  position:fixed;
  right:28px;
  bottom:28px;
  z-index:40;
  min-width:200px;
  min-height:60px;
  padding:0 26px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:linear-gradient(135deg, rgba(75,16,26,.98), rgba(35,8,12,.98));
  color:#fff;
  font-size:18px;
  font-weight:900;
  letter-spacing:-.04em;
  box-shadow:0 20px 44px rgba(0,0,0,.34), 0 8px 20px rgba(0,0,0,.22);
  border:1px solid rgba(216,180,106,.92);
}

.floating-icon{
  width:28px;
  height:28px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(216,180,106,.18);
  color:var(--gold);
  border:1px solid rgba(216,180,106,.48);
  font-size:16px;
  line-height:1;
  flex:0 0 auto;
}

.floating-interest:hover{
  transform:translateY(-2px);
  background:linear-gradient(135deg, rgba(94,20,33,.98), rgba(47,11,17,.98));
  box-shadow:0 24px 50px rgba(0,0,0,.38), 0 10px 24px rgba(0,0,0,.24);
}

.interest-form-section{
  padding:110px 5vw;
  background:linear-gradient(180deg, #fff 0%, #fbf6ea 100%);
}

.form-wrap{
  width:min(900px, 100%);
  margin:0 auto;
  padding:48px;
  border-radius:28px;
  background:#fff;
  box-shadow:0 24px 60px rgba(0,0,0,.08);
  border:1px solid rgba(75,16,26,.08);
}

.form-label{
  margin:0 0 14px;
  color:var(--wine);
  font-size:14px;
  font-weight:900;
  letter-spacing:.18em;
  text-align:center;
}

.interest-form-section h2{
  margin:0;
  text-align:center;
  font-size:clamp(34px,5vw,52px);
  letter-spacing:-.07em;
}

.form-text{
  margin:18px auto 0;
  max-width:680px;
  text-align:center;
  color:var(--muted);
  line-height:1.7;
}

.interest-form{
  margin-top:34px;
}

.field-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.interest-form label{
  display:block;
}

.interest-form label span{
  display:block;
  margin-bottom:10px;
  color:var(--wine);
  font-size:15px;
  font-weight:800;
  letter-spacing:-.03em;
}

.interest-form input,
.interest-form textarea{
  width:100%;
  border:1px solid rgba(75,16,26,.14);
  background:#fff;
  border-radius:16px;
  padding:16px 18px;
  font:inherit;
  color:var(--text);
  outline:none;
}

.interest-form input:focus,
.interest-form textarea:focus{
  border-color:rgba(75,16,26,.4);
  box-shadow:0 0 0 4px rgba(75,16,26,.08);
}

.interest-form textarea{
  min-height:150px;
  resize:vertical;
}

.interest-form .full{
  display:block;
  margin-top:18px;
}

.form-bottom{
  margin-top:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}

.form-bottom p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
}

.form-bottom button{
  min-width:190px;
  min-height:56px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(75,16,26,1), rgba(35,8,12,1));
  color:#fff;
  font-size:17px;
  font-weight:900;
  letter-spacing:-.04em;
  cursor:pointer;
  box-shadow:0 14px 30px rgba(0,0,0,.16);
}

.form-bottom button:hover{
  filter:brightness(1.06);
}





.premium-section{
  padding:110px 5vw;
  background:linear-gradient(180deg, #f7f2ea 0%, #ffffff 100%);
}

.premium-head{
  width:min(980px,100%);
  margin:0 auto 40px;
  text-align:center;
}

.premium-head > p:first-child{
  margin:0 0 14px;
  color:var(--wine);
  font-weight:900;
  letter-spacing:.18em;
}

.premium-head h2{
  margin:0;
  font-size:clamp(36px,5vw,58px);
  letter-spacing:-.07em;
}

.premium-sub{
  margin:18px auto 0;
  max-width:760px;
  color:var(--muted);
  line-height:1.75;
  letter-spacing:-.035em;
}

.premium-download{
  margin-top:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:999px;
  background:var(--wine);
  color:#fff;
  font-weight:900;
  letter-spacing:-.04em;
  box-shadow:0 14px 30px rgba(0,0,0,.14);
}

.premium-sequence{
  width:min(1280px,100%);
  margin:0 auto;
  display:grid;
  gap:26px;
}

.premium-card{
  position:relative;
  padding:24px;
  border-radius:28px;
  background:#fff;
  box-shadow:0 24px 56px rgba(0,0,0,.08);
  border:1px solid rgba(75,16,26,.08);
}

.premium-order{
  position:absolute;
  top:18px;
  left:18px;
  z-index:2;
  width:56px;
  height:56px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg, rgba(75,16,26,.98), rgba(35,8,12,.98));
  color:var(--gold);
  font-size:22px;
  font-weight:900;
  box-shadow:0 14px 30px rgba(0,0,0,.18);
}

.premium-card img{
  width:100%;
  height:auto;
  display:block;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.06);
}

.video-grid{
  width:min(980px,100%);
  margin:38px auto 0;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:22px;
}

.video-card{
  margin:0;
  padding:16px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(75,16,26,.1);
  box-shadow:0 20px 44px rgba(0,0,0,.08);
  text-align:left;
}

.video-card video{
  width:100%;
  display:block;
  aspect-ratio:16 / 9;
  object-fit:cover;
  border-radius:18px;
  background:#111;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}

.video-card h3{
  margin:16px 4px 6px;
  color:var(--wine);
  font-size:20px;
  font-weight:900;
  letter-spacing:-.05em;
}

.video-card p{
  margin:0 4px 2px;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
  letter-spacing:-.03em;
}

.next .bigcall{
  margin-top:34px;
}

@media(max-width:1180px){
  .header{gap:18px;padding:0 28px}
  .top-menu{gap:14px;font-size:14px}
  .logo strong{font-size:16px}
}

@media(max-width:820px){
  .header{
    align-items:flex-start;
    flex-direction:column;
    justify-content:center;
    gap:8px;
    min-height:108px;
    padding:14px 18px;
  }
  .logo span{width:36px;height:36px}
  .logo strong{font-size:15px}
  .logo small{font-size:9px}
  .top-menu{
    width:100%;
    justify-content:flex-start;
    overflow-x:auto;
    gap:16px;
    font-size:13px;
    padding-bottom:2px;
  }
  .top-menu a:not(.tel){padding:4px 0 8px}
  .top-menu a:not(.tel)::after{bottom:3px}
  .tel{padding:7px 10px;font-size:13px}
  .content{width:90vw;padding-top:118px}
  h1{font-size:clamp(48px,13vw,72px)}
  .sub{font-size:clamp(20px,6vw,28px)}
  .actions a{width:100%}
  .facts{gap:8px}
  .facts span{min-width:132px;min-height:38px;padding:9px 14px;font-size:13px}
  .premium-section,.next,.location,.interest-form-section{padding:78px 22px}
  .premium-card{padding:14px;border-radius:18px}
  .premium-order{width:42px;height:42px;font-size:16px;top:12px;left:12px}
  .video-grid{grid-template-columns:1fr;gap:16px}
  .video-card{padding:12px;border-radius:20px}
  .video-card h3{font-size:18px}
  .form-wrap{padding:28px 20px;border-radius:22px}
  .field-grid{grid-template-columns:1fr}
  .form-bottom{align-items:stretch}
  .form-bottom button{width:100%}
  .floating-interest{
    right:16px;
    bottom:16px;
    min-width:166px;
    min-height:52px;
    padding:0 18px;
    font-size:16px;
  }
  .floating-icon{width:24px;height:24px;font-size:14px}
}

.premium-card img{background:#fff;}


/* multi-page navigation */
.top-menu a.active:not(.tel)::after{
  width:100%;
}
.top-menu a.active{
  color:#fff;
}
.top-menu .premium-item.active{
  color:var(--gold);
}

.sub-page .header{
  background:rgba(24,4,7,.96);
  box-shadow:0 10px 30px rgba(0,0,0,.16);
}

.sub-page main{
  padding-top:82px;
}

.page-hero{
  position:relative;
  overflow:hidden;
  padding:118px 5vw 86px;
  text-align:center;
  color:#fff;
  background:
    linear-gradient(135deg, rgba(75,16,26,.96), rgba(24,4,7,.96)),
    url("assets/main_cg.jpg") center/cover no-repeat;
}
.page-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:1px;
  background:rgba(216,180,106,.5);
}
.page-hero p{
  margin:0 0 14px;
  color:var(--gold);
  font-size:14px;
  font-weight:900;
  letter-spacing:.22em;
}
.page-hero h1{
  margin:0;
  font-size:clamp(42px,6vw,72px);
  line-height:1;
  letter-spacing:-.07em;
}
.page-hero span{
  display:block;
  margin-top:18px;
  color:rgba(255,255,255,.78);
  font-size:18px;
  letter-spacing:-.04em;
}

.quick-nav-section,
.overview-section,
.product-section{
  padding:100px 5vw;
  text-align:center;
  background:#fff;
}
.quick-nav-section>p,
.product-section>p{
  margin:0 0 14px;
  color:var(--wine);
  font-weight:900;
  letter-spacing:.18em;
}
.quick-nav-section h2,
.product-section h2{
  margin:0;
  font-size:clamp(34px,5vw,56px);
  letter-spacing:-.07em;
}
.quick-nav-grid{
  width:min(1100px,100%);
  margin:42px auto 0;
  display:grid;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:14px;
}
.quick-nav-grid a{
  min-height:150px;
  padding:26px 18px;
  border-radius:24px;
  border:1px solid rgba(75,16,26,.12);
  background:linear-gradient(180deg,#fff,#fbf6ea);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  box-shadow:0 18px 38px rgba(0,0,0,.06);
}
.quick-nav-grid strong{
  color:var(--wine);
  font-size:22px;
  font-weight:900;
  letter-spacing:-.05em;
}
.quick-nav-grid span{
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
}

.overview-section{
  background:var(--cream);
}
.overview-card{
  width:min(920px,100%);
  margin:0 auto;
  padding:50px 38px;
  border-radius:30px;
  background:#fff;
  box-shadow:0 24px 60px rgba(0,0,0,.08);
  border:1px solid rgba(75,16,26,.08);
}
.overview-card>p:first-child{
  margin:0 0 16px;
  color:var(--wine);
  font-weight:900;
  letter-spacing:.18em;
}
.overview-card h2{
  margin:0;
  font-size:clamp(36px,5vw,58px);
  line-height:1.18;
  letter-spacing:-.07em;
}
.overview-info-grid{
  width:min(980px,100%);
  margin:28px auto 0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.overview-info-grid div{
  padding:24px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(75,16,26,.08);
}
.overview-info-grid strong{
  display:block;
  color:var(--wine);
  font-size:18px;
  margin-bottom:8px;
}
.overview-info-grid span{
  color:var(--muted);
}

.product-section{
  background:#fff;
}
.product-facts{
  margin-top:34px;
}
.product-facts .facts{
  margin-top:12px;
}
.product-facts .facts span{
  color:#fff;
  background:rgba(75,16,26,.92);
  border-color:rgba(216,180,106,.45);
}

.footer-page{
  margin-top:0;
}

@media(max-width:1180px){
  .quick-nav-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .overview-info-grid{grid-template-columns:1fr}
}
@media(max-width:820px){
  .sub-page main{padding-top:70px}
  .page-hero{padding:92px 22px 64px}
  .quick-nav-section,.overview-section,.product-section{padding:78px 22px}
  .quick-nav-grid{grid-template-columns:1fr}
}

.product-sequence-section{
  background:linear-gradient(180deg,#ffffff 0%, #fbf6ea 100%);
}

.product-sequence-wrap{
  width:min(1280px,100%);
  margin:42px auto 0;
  display:grid;
  gap:28px;
}

.product-step-card{
  text-align:left;
  padding:24px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(75,16,26,.08);
  box-shadow:0 24px 56px rgba(0,0,0,.08);
}

.product-step-head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:18px;
}

.product-step-no{
  width:56px;
  height:56px;
  flex:0 0 auto;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg, rgba(75,16,26,.98), rgba(35,8,12,.98));
  color:var(--gold);
  font-size:20px;
  font-weight:900;
  box-shadow:0 14px 30px rgba(0,0,0,.16);
}

.product-step-head strong{
  display:block;
  color:var(--wine);
  font-size:28px;
  font-weight:900;
  letter-spacing:-.05em;
}

.product-step-head p{
  margin:6px 0 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.55;
  letter-spacing:-.03em;
}

.product-step-media{
  overflow:hidden;
  border-radius:20px;
  border:1px solid rgba(0,0,0,.06);
  background:#fff;
}

.product-step-media img{
  width:100%;
  height:auto;
  display:block;
}

@media(max-width:820px){
  .product-step-card{padding:14px;border-radius:20px}
  .product-step-head{align-items:flex-start;gap:12px;margin-bottom:14px}
  .product-step-no{width:42px;height:42px;font-size:16px}
  .product-step-head strong{font-size:22px}
  .product-step-head p{font-size:13px}
}


/* 사업개요 순서 삽입 이미지 - 첫페이지 영향 없음 */
.overview-sequence-section{
  padding:90px 6vw;
  background:linear-gradient(180deg,#fff 0%,#fbf6ea 100%);
}

.overview-sequence-head{
  width:min(1180px,100%);
  margin:0 auto 42px;
  text-align:center;
}

.overview-sequence-head p{
  margin:0 0 10px;
  color:var(--wine,#5a1420);
  font-size:13px;
  letter-spacing:.28em;
  font-weight:900;
}

.overview-sequence-head h2{
  margin:0;
  color:#161616;
  font-size:clamp(36px,5vw,64px);
  letter-spacing:-.07em;
  font-weight:900;
}

.overview-sequence-head span{
  display:block;
  margin-top:16px;
  color:var(--muted,#777);
  font-size:17px;
  letter-spacing:-.04em;
}

.overview-sequence-wrap{
  width:min(1320px,100%);
  margin:0 auto;
  display:grid;
  gap:36px;
}

.overview-step-card{
  overflow:hidden;
  border-radius:32px;
  background:#fff;
  border:1px solid rgba(75,16,26,.10);
  box-shadow:0 26px 70px rgba(0,0,0,.10);
}

.overview-step-head{
  display:flex;
  align-items:center;
  gap:14px;
  padding:22px 28px;
  background:linear-gradient(135deg,#4b101a 0%,#7b1a25 100%);
  color:#fff;
}

.overview-step-head span{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(216,180,106,.75);
  color:#d8b46a;
  font-weight:900;
  font-size:18px;
}

.overview-step-head strong{
  font-size:24px;
  letter-spacing:-.05em;
  font-weight:900;
}

.overview-step-card img{
  display:block;
  width:100%;
  height:auto;
  background:#fff;
}

@media(max-width:820px){
  .overview-sequence-section{padding:58px 18px}
  .overview-sequence-wrap{gap:24px}
  .overview-step-card{border-radius:22px}
  .overview-step-head{padding:16px 18px}
  .overview-step-head span{width:38px;height:38px;font-size:15px}
  .overview-step-head strong{font-size:19px}
}


/* 홍보센터 동영상 섹션 */
.support-video-section{
  padding:90px 6vw;
  background:linear-gradient(180deg,#fff 0%,#fbf6ea 100%);
}

.support-video-head{
  width:min(980px,100%);
  margin:0 auto 42px;
  text-align:center;
}

.support-video-head p{
  margin:0 0 10px;
  color:var(--wine,#4b101a);
  font-size:13px;
  letter-spacing:.28em;
  font-weight:900;
}

.support-video-head h2{
  margin:0;
  color:#161616;
  font-size:clamp(36px,5vw,64px);
  letter-spacing:-.07em;
  font-weight:900;
}

.support-video-head span{
  display:block;
  margin-top:16px;
  color:var(--muted,#777);
  font-size:17px;
  letter-spacing:-.04em;
}

.video-grid{
  width:min(1120px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
}

.video-card{
  overflow:hidden;
  padding:18px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(75,16,26,.10);
  box-shadow:0 26px 70px rgba(0,0,0,.10);
}

.video-card video{
  width:100%;
  aspect-ratio:16/9;
  display:block;
  object-fit:cover;
  border-radius:20px;
  background:#111;
}

.video-card h3{
  margin:18px 6px 8px;
  color:var(--wine,#4b101a);
  font-size:22px;
  font-weight:900;
  letter-spacing:-.05em;
}

.video-card p{
  margin:0 6px 4px;
  color:var(--muted,#777);
  font-size:15px;
  line-height:1.65;
  letter-spacing:-.035em;
}

@media(max-width:820px){
  .support-video-section{padding:58px 18px}
  .video-grid{grid-template-columns:1fr;gap:20px}
  .video-card{padding:12px;border-radius:22px}
  .video-card video{border-radius:16px}
}


/* 홍보센터 홍보자료 섹션 */
.support-promo-section{
  padding:10px 6vw 90px;
  background:linear-gradient(180deg,#fbf6ea 0%,#fff 100%);
}

.support-promo-head{
  width:min(980px,100%);
  margin:0 auto 42px;
  text-align:center;
}

.support-promo-head p{
  margin:0 0 10px;
  color:var(--wine,#4b101a);
  font-size:13px;
  letter-spacing:.28em;
  font-weight:900;
}

.support-promo-head h2{
  margin:0;
  color:#161616;
  font-size:clamp(34px,5vw,58px);
  letter-spacing:-.07em;
  font-weight:900;
}

.support-promo-head span{
  display:block;
  margin-top:16px;
  color:var(--muted,#777);
  font-size:17px;
  letter-spacing:-.04em;
}

.promo-material-grid{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
}

.promo-material-card{
  overflow:hidden;
  padding:20px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(75,16,26,.10);
  box-shadow:0 26px 70px rgba(0,0,0,.10);
}

.promo-material-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.promo-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:72px;
  height:42px;
  padding:0 16px;
  border-radius:999px;
  background:linear-gradient(135deg,#4b101a 0%,#7b1a25 100%);
  color:#fff;
  font-size:16px;
  font-weight:900;
  letter-spacing:.04em;
}

.promo-material-top a{
  color:var(--wine,#4b101a);
  text-decoration:none;
  font-size:14px;
  font-weight:800;
  border-bottom:1px solid rgba(75,16,26,.25);
}

.promo-material-card img{
  display:block;
  width:100%;
  height:auto;
  border-radius:20px;
  background:#f8f8f8;
}

@media(max-width:820px){
  .support-promo-section{padding:10px 18px 58px}
  .promo-material-card{padding:12px;border-radius:22px}
  .promo-material-top{margin-bottom:12px}
  .promo-badge{min-width:60px;height:36px;font-size:14px}
  .promo-material-card img{border-radius:14px}
}


/* 입지안내 이미지 삽입 섹션 */
.location-insert-section{
  padding:90px 6vw;
  background:linear-gradient(180deg,#fff 0%,#fbf6ea 100%);
}

.location-insert-head{
  width:min(1180px,100%);
  margin:0 auto 44px;
  text-align:center;
}

.location-insert-head p{
  margin:0 0 10px;
  color:var(--wine,#4b101a);
  font-size:13px;
  letter-spacing:.28em;
  font-weight:900;
}

.location-insert-head h2{
  margin:0;
  color:#161616;
  font-size:clamp(34px,5vw,58px);
  letter-spacing:-.07em;
  font-weight:900;
}

.location-insert-head span{
  display:block;
  margin-top:16px;
  color:var(--muted,#777);
  font-size:17px;
  letter-spacing:-.04em;
}

.location-image-stack{
  width:min(1320px,100%);
  margin:0 auto;
  display:grid;
  gap:34px;
}

.location-image-card{
  overflow:hidden;
  padding:20px;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(75,16,26,.10);
  box-shadow:0 26px 70px rgba(0,0,0,.10);
}

.location-card-title{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:18px;
}

.location-card-title span{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,#4b101a 0%,#7b1a25 100%);
  color:#d8b46a;
  font-weight:900;
  border:1px solid rgba(216,180,106,.72);
}

.location-card-title strong{
  color:#4b101a;
  font-size:24px;
  font-weight:900;
  letter-spacing:-.05em;
}

.location-image-card img{
  display:block;
  width:100%;
  height:auto;
  border-radius:22px;
  background:#f8f8f8;
}

@media(max-width:820px){
  .location-insert-section{padding:58px 18px}
  .location-image-stack{gap:24px}
  .location-image-card{padding:12px;border-radius:22px}
  .location-card-title{margin-bottom:12px}
  .location-card-title span{width:38px;height:38px;font-size:14px}
  .location-card-title strong{font-size:19px}
  .location-image-card img{border-radius:14px}
}


/* 상담신청/방문예약 실접수 연동 폼 */
.lead-form label em{
  color:#b5162a;
  font-style:normal;
  font-weight:900;
}

.lead-form select,
.lead-form input[type="date"]{
  width:100%;
  height:56px;
  border:1px solid rgba(0,0,0,.13);
  border-radius:16px;
  padding:0 16px;
  background:#fff;
  color:#222;
  font-size:16px;
  font-family:inherit;
  outline:none;
}

.lead-form select:focus,
.lead-form input[type="date"]:focus{
  border-color:#7b1a25;
  box-shadow:0 0 0 4px rgba(123,26,37,.08);
}

.privacy-check{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-top:18px;
  padding:16px 18px;
  border-radius:16px;
  background:rgba(75,16,26,.05);
  color:#555;
  font-size:14px;
  line-height:1.55;
}

.privacy-check input{
  width:18px;
  height:18px;
  margin-top:2px;
  accent-color:#7b1a25;
  flex:none;
}

.lead-form-status{
  margin-top:18px;
  min-height:24px;
  font-size:15px;
  font-weight:800;
  letter-spacing:-.04em;
}

.lead-form-status[data-type="success"]{color:#0c7a43;}
.lead-form-status[data-type="error"]{color:#b5162a;}
.lead-form-status[data-type="info"]{color:#555;}

.lead-form button:disabled{
  opacity:.65;
  cursor:not-allowed;
}
