
:root{
  --green:#0c5a33; --green2:#174f38; --ink:#18201c; --muted:#68716b;
  --cream:#f7f4eb; --line:#e6e7e3; --orange:#f35a18; --blue:#2767b7; --purple:#7650a6;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Pretendard","Noto Sans KR","Malgun Gothic",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(1180px,92vw);margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06)}
.header-inner{height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:10px;min-width:330px}
.brand-mascot{height:64px;width:auto}
.brand-copy{display:flex;flex-direction:column;justify-content:center;line-height:1}
.brand-tagline{font-size:15px;font-weight:900;color:var(--green);margin:0 0 3px 5px;letter-spacing:-.02em}
.brand-wordmark{height:40px;width:auto}
.nav{display:flex;align-items:center;gap:28px;font-weight:800;font-size:15px}
.nav a{position:relative;padding:12px 0}
.nav a:hover,.nav a.active{color:var(--green)}
.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:2px;background:var(--green);transition:.25s}
.nav a:hover:after,.nav a.active:after{right:0}
.menu-toggle{display:none;border:0;background:none;font-size:26px}
.hero-slider{position:relative;height:min(670px,70vw);min-height:520px;overflow:hidden;background:#111}
.slide{position:absolute;inset:0;opacity:0;transition:opacity .9s ease}
.slide.active{opacity:1}
.slide img{width:100%;height:100%;object-fit:cover}
.slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.17) 55%,rgba(0,0,0,.08))}
.slide-caption{position:absolute;z-index:2;left:max(4vw,calc((100vw - 1180px)/2));top:50%;transform:translateY(-50%);max-width:610px;color:white}
.eyebrow{display:inline-block;padding:7px 13px;border-radius:999px;background:rgba(12,90,51,.92);font-size:14px;font-weight:800;letter-spacing:.02em}
.slide-caption h1{font-size:clamp(42px,5.2vw,74px);line-height:1.08;margin:18px 0 16px;letter-spacing:-.045em}
.slide-caption p{font-size:clamp(17px,1.7vw,22px);max-width:560px;margin:0;color:#f7f7f7}
.slider-dots{position:absolute;z-index:4;left:50%;bottom:28px;transform:translateX(-50%);display:flex;gap:9px}
.slider-dot{width:10px;height:10px;border-radius:50%;border:1px solid #fff;background:transparent;cursor:pointer;padding:0}
.slider-dot.active{background:#fff}
.section{padding:86px 0}
.section.alt{background:#f8f8f5}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:32px}
.kicker{font-size:13px;font-weight:900;color:var(--orange);letter-spacing:.15em;text-transform:uppercase}
.section h2,.page-hero h1{font-size:clamp(34px,4vw,52px);line-height:1.14;letter-spacing:-.035em;margin:6px 0 0}
.section-intro{color:var(--muted);max-width:620px;font-size:17px}
.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 14px 35px rgba(26,40,32,.07)}
.card .pic{aspect-ratio:4/3;overflow:hidden}
.card .pic img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.card:hover .pic img{transform:scale(1.035)}
.card-body{padding:24px}
.card h3{font-size:23px;margin:0 0 8px;letter-spacing:-.02em}
.card p{color:var(--muted);margin:0}
.cta-band{display:none}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta-inner h2{margin:0;font-size:34px}
.cta-inner p{margin:5px 0 0;color:#dcebe3}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;font-weight:900;border:1px solid transparent}
.btn.light{background:#fff;color:var(--green)}
.footer{background:var(--green);color:#e8f2ec;padding:30px 0 26px;font-size:14px}
.footer strong{color:#fff}
.footer-grid{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}
.small{font-size:13px;color:#879189}
.page-hero{padding:72px 0 44px;background:linear-gradient(180deg,#f7f4eb,#fff)}
.page-hero p{font-size:19px;color:var(--muted);max-width:780px}
.image-hero{border-radius:26px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.1);margin-top:28px}
.image-hero img{width:100%;height:min(540px,55vw);object-fit:cover}
.two-col{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}
.list-clean{list-style:none;margin:22px 0 0;padding:0}
.list-clean li{padding:12px 0;border-bottom:1px solid var(--line);font-weight:700}
.gallery{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
.gallery img{width:100%;height:100%;object-fit:cover;border-radius:18px;min-height:260px}
.gallery .stack{display:grid;grid-template-rows:1fr 1fr;gap:18px}
.price-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.price-box{border:1px solid var(--line);border-radius:20px;padding:26px;background:#fff}
.price-box h3{margin:0 0 8px}
.notice{background:#f7f4eb;border-radius:18px;padding:18px 20px;color:#545c56}
.contact-box{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.contact-card{border:1px solid var(--line);border-radius:22px;padding:28px;background:#fff}
.contact-card b{display:block;font-size:28px;color:var(--green);margin-top:8px}
@media(max-width:900px){
  .header-inner{height:72px}.menu-toggle{display:block}
  .nav{display:none;position:absolute;left:0;right:0;top:72px;background:#fff;border-top:1px solid var(--line);padding:18px 4vw;flex-direction:column;align-items:flex-start;gap:6px}
  .nav.open{display:flex}
  .hero-slider{height:72vh;min-height:540px}.slide-caption{left:6vw;right:6vw}
  .cards3,.two-col,.price-grid,.contact-box,.gallery{grid-template-columns:1fr}
  .gallery .stack{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .section{padding:62px 0}.cta-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:600px){
  .hero-slider{min-height:590px}.slide:after{background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.72) 72%)}
  .slide-caption{top:auto;bottom:86px;transform:none}.slide-caption h1{font-size:40px}
  .gallery .stack{grid-template-columns:1fr}
}

.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand img{height:54px;width:auto}
.card:hover .pic img
@media(max-width:900px){.brand{min-width:0;gap:7px}.brand-mascot{height:52px}.brand-wordmark{height:31px}.brand-tagline{font-size:12px;margin-left:3px}.footer-brand img{height:46px}}

.table-wrap{overflow-x:auto}.price-table{width:100%;border-collapse:collapse;background:#fff}.price-table th,.price-table td{border:1px solid #d8ded8;padding:14px 16px;text-align:left;line-height:1.5}.price-table th{background:#0d5b2c;color:#fff}.price-table td:last-child,.price-table th:last-child{width:170px;text-align:center;white-space:nowrap}

.price-example-image img{width:100%;height:auto;object-fit:contain}

/* 행사실적 첨부 이미지: 확대·크롭 없이 원본 비율로 표시 */
.history-flyer-image{
  background:#fff;
  box-shadow:none;
  text-align:center;
  overflow:visible;
}
.history-flyer-image img{
  width:min(420px,100%);
  height:auto;
  max-height:none;
  object-fit:contain;
  margin:0 auto;
}

/* 메인 슬라이드 제목: 지정된 두 줄을 유지 */
.slide-caption h1.fixed-two-lines span{
  display:block;
  white-space:nowrap;
}
@media (max-width:700px){
  .slide-caption h1.fixed-two-lines{
    font-size:clamp(30px,8vw,52px);
  }
}


/* ===== MOBILE WIDTH FIX ONLY =====
   문구/이미지/SEO는 변경하지 않고 모바일 가로 넘침만 방지 */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

@media (max-width:900px){
  .site-header{
    width:100%;
    max-width:100%;
    overflow:visible;
  }

  .site-header .container.header-inner{
    width:100%;
    max-width:100%;
    padding-left:16px;
    padding-right:16px;
    margin-left:0;
    margin-right:0;
    gap:10px;
  }

  .brand{
    min-width:0;
    max-width:calc(100% - 54px);
    flex:1 1 auto;
    overflow:hidden;
  }

  .brand-copy{
    min-width:0;
    max-width:100%;
    flex:1 1 auto;
    overflow:hidden;
  }

  .brand-mascot{
    flex:0 0 auto;
  }

  .brand-wordmark{
    max-width:100%;
    width:auto;
    object-fit:contain;
  }

  .brand-tagline{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:clip;
  }

  .menu-toggle{
    display:block;
    flex:0 0 44px;
    width:44px;
    height:44px;
    margin-left:auto;
    padding:0;
    line-height:44px;
    text-align:center;
    position:relative;
    right:0;
  }

  .nav{
    width:100%;
    max-width:100%;
    left:0;
    right:0;
  }

  main,
  .hero-slider,
  .section,
  .page-hero,
  .footer{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  .slide-caption{
    max-width:88vw;
  }
}

@media (max-width:480px){
  .site-header .container.header-inner{
    padding-left:12px;
    padding-right:12px;
  }

  .brand{
    max-width:calc(100% - 50px);
    gap:5px;
  }

  .brand-mascot{
    height:48px;
  }

  .brand-wordmark{
    height:29px;
  }

  .brand-tagline{
    font-size:11px;
  }

  .menu-toggle{
    flex-basis:42px;
    width:42px;
    height:42px;
    line-height:42px;
    font-size:25px;
  }
}


/* ===== FINAL MOBILE VIEWPORT ALIGNMENT =====
   콘텐츠/이미지/SEO 변경 없음. 헤더와 본문 우측 끝선을 모바일 뷰포트에 정확히 정렬. */
@media (max-width:900px){

  html{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  body{
    width:100%;
    max-width:100%;
    margin:0;
    padding:0;
    overflow-x:hidden;
    position:relative;
  }

  .site-header{
    width:100%;
    max-width:none;
    margin:0;
    padding:0;
    left:0;
    right:0;
  }

  .site-header .header-inner,
  .site-header .container.header-inner{
    width:100%;
    max-width:none;
    height:72px;
    margin:0;
    padding:0 12px 0 10px;
    display:grid;
    grid-template-columns:minmax(0,1fr) 44px;
    align-items:center;
    column-gap:8px;
    box-sizing:border-box;
  }

  .site-header .brand{
    width:auto;
    max-width:none;
    min-width:0;
    height:72px;
    margin:0;
    padding:0;
    display:flex;
    align-items:center;
    overflow:hidden;
    flex:none;
  }

  .site-header .brand-copy{
    min-width:0;
    max-width:100%;
    overflow:hidden;
  }

  .site-header .brand-wordmark{
    max-width:100%;
    width:auto;
  }

  .site-header .menu-toggle{
    position:static;
    display:flex;
    align-items:center;
    justify-content:center;
    width:44px;
    min-width:44px;
    max-width:44px;
    height:44px;
    margin:0;
    padding:0;
    overflow:visible;
    box-sizing:border-box;
    justify-self:end;
    flex:none;
  }

  .site-header .nav{
    box-sizing:border-box;
    width:100%;
    max-width:100%;
    left:0;
    right:0;
  }

  main,
  .hero-slider,
  .section,
  .page-hero,
  .footer,
  .cta-band{
    width:100%;
    max-width:100%;
    margin-left:0;
    margin-right:0;
    box-sizing:border-box;
  }

  .hero-slider{
    left:0;
    right:auto;
  }

  .slide{
    width:100%;
    max-width:100%;
  }

  .slide > img{
    width:100%;
    max-width:100%;
  }

  /* 일반 컨테이너는 기존 여백 유지, 헤더만 100% */
  main .container,
  .section .container,
  .page-hero .container,
  .footer .container{
    max-width:92vw;
  }
}

@media (max-width:480px){
  .site-header .header-inner,
  .site-header .container.header-inner{
    padding-left:8px;
    padding-right:8px;
    grid-template-columns:minmax(0,1fr) 42px;
    column-gap:6px;
  }

  .site-header .menu-toggle{
    width:42px;
    min-width:42px;
    max-width:42px;
    height:42px;
  }

  .site-header .brand{
    height:72px;
  }
}

/* 행사실적·이용료·문의: 소개문과 첫 콘텐츠 사이 간격만 축소 */
.section.compact-follow{padding-top:28px}
@media (max-width:900px){.section.compact-follow{padding-top:24px}}


/* ===== HISTORY RECORD AS REAL TEXT ===== */
.history-record-card{
  width:min(520px,100%);
  margin:0 auto;
  border:2px solid #0b5a31;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.06);
}
.history-record-title{
  background:#0b5a31;
  color:#fff;
  font-size:30px;
  font-weight:900;
  line-height:1.2;
  padding:18px 24px;
  letter-spacing:-.03em;
}
.history-star{color:#ffd21a;margin-right:8px}
.history-record-list{list-style:none;margin:0;padding:18px 26px 22px}
.history-record-list li{
  position:relative;
  padding:9px 0 9px 38px;
  font-size:22px;
  font-weight:700;
  line-height:1.45;
  letter-spacing:-.025em;
  color:#222;
}
.history-record-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:11px;
  width:24px;
  height:24px;
  border-radius:50%;
  background:#0b5a31;
  color:#fff;
  font-size:16px;
  line-height:24px;
  text-align:center;
  font-weight:900;
}
@media(max-width:700px){
  .history-record-card{width:100%;border-radius:18px}
  .history-record-title{font-size:24px;padding:16px 18px}
  .history-record-list{padding:14px 18px 18px}
  .history-record-list li{font-size:18px;padding-left:32px}
  .history-record-list li::before{width:21px;height:21px;line-height:21px;font-size:14px;top:10px}
}


/* Footer contact icons only */
.footer-contact-line{
  display:flex;
  align-items:center;
  gap:8px;
  margin:2px 0;
}
.footer-icon{
  display:inline-flex;
  width:22px;
  min-width:22px;
  align-items:center;
  justify-content:center;
  font-size:17px;
  line-height:1;
}
