@charset "UTF-8";

:root {
  --black: #171717;
  --red: #d9294f;
  --pink: #eb4f8b;
  --yellow: #f5c531;
  --purple: #562b68;
  --cream: #f7f5f1;
  --line: #dedede;
  --text: #202020;
  --muted: #666;
  --container: 1040px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; color: var(--text); background: #fff; font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif; line-height: 1.65; letter-spacing: -.03em; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--container), calc(100% - 34px)); margin: 0 auto; }

/* 단순한 흰색 헤더 */
.site-header { position: sticky; z-index: 30; top: 0; background: #fff; border-bottom: 1px solid #d9d9d9; }
.header-inner { display: flex; min-height: 58px; align-items: center; justify-content: space-between; }
.brand { display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 9px; max-width: 640px; color: var(--red); font-size: 16px; font-weight: 950; line-height: 1.2; }
.brand strong { white-space: nowrap; }
.brand-red { color: var(--red); }
.brand-pink { color: #b9376d; }
.brand-gold { color: #b27716; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { color: #333; font-size: 13px; font-weight: 700; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--red); }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 7px; background: transparent; border: 0; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #222; }

/* 전화·카카오톡 문의 간판 */
.neon-contact { padding: 15px 0; background: #fff; }
.neon-contact-top { padding-top: 16px; }
.neon-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.neon-banner { display: grid; min-height: 118px; align-content: center; justify-items: center; gap: 3px; padding: 13px 16px; color: #fff; background: #111; border: 3px solid #ed3159; border-radius: 0; text-align: center; text-decoration: none; cursor: pointer; box-shadow: 0 0 8px rgba(237, 49, 89, .55), inset 0 0 10px rgba(237, 49, 89, .12); animation: neonPulse 3.6s ease-in-out infinite; }
.neon-banner span { color: #ff8da5; font-size: 15px; font-weight: 900; }
.neon-banner strong { color: #fff; font-size: clamp(24px, 3.2vw, 39px); font-weight: 950; letter-spacing: -.055em; line-height: 1.12; }
.neon-banner small { color: #ddd; font-size: 11px; font-weight: 700; }
.neon-banner:hover, .neon-banner:focus-visible { color: #fff; border-color: #ff9cb2; outline: 0; }
.neon-kakao { border-color: #e4af28; box-shadow: 0 0 8px rgba(228, 175, 40, .55), inset 0 0 10px rgba(228, 175, 40, .12); animation-name: neonPulseGold; animation-delay: -1.8s; }
.neon-kakao span, .neon-kakao strong { color: #ffd85d; }
.neon-kakao small { color: #f0dfaa; }
.neon-contact-mid { padding: 12px 0; }
.neon-contact-mid .neon-banner { min-height: 98px; }
@keyframes neonPulse {
  0%, 100% { box-shadow: 0 0 7px rgba(237, 49, 89, .42), inset 0 0 8px rgba(237, 49, 89, .1); }
  50% { box-shadow: 0 0 17px rgba(237, 49, 89, .78), inset 0 0 13px rgba(237, 49, 89, .18); }
}
@keyframes neonPulseGold {
  0%, 100% { box-shadow: 0 0 7px rgba(228, 175, 40, .42), inset 0 0 8px rgba(228, 175, 40, .1); }
  50% { box-shadow: 0 0 17px rgba(228, 175, 40, .78), inset 0 0 13px rgba(228, 175, 40, .18); }
}
@media (prefers-reduced-motion: reduce) {
  .neon-banner { animation: none; }
}

/* 상단: 큰 포스터부터 바로 노출 */
.top-intro { padding: 24px 0 20px; background: #fff; }
.narrow-copy { max-width: 900px; }
.narrow-copy h1 { margin: 0; color: var(--black); font-size: clamp(32px, 4.5vw, 46px); font-weight: 950; letter-spacing: -.09em; line-height: 1.1; }
.narrow-copy > p { margin: 6px 0 0; color: #444; font-size: 15px; font-weight: 700; }
.narrow-copy .brand-subline { margin-top: 7px; color: #5e263e; font-size: 14px; font-weight: 900; }
.narrow-copy .brand-subline b { color: var(--red); }
.main-poster-wrap { margin-top: 16px; }
.customer-poster { margin: 0 auto; min-width: 0; }
.main-poster { max-width: 900px; }
.first-posters { display: block; }
.first-posters .main-poster { max-width: 920px; }
.first-side-posters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 920px; margin: 12px auto 0; }
.first-side-posters .customer-poster { max-width: none; }
.first-side-posters .customer-poster figcaption { margin-top: 4px; font-size: 10px; }
.poster-button { position: relative; display: block; width: 100%; padding: 0; background: #fff; border: 0; cursor: zoom-in; }
.poster-button img, .phone-poster img { width: 100%; height: auto; object-fit: contain; }
.poster-button span, .phone-poster span { position: absolute; right: 9px; bottom: 9px; padding: 3px 7px; color: #fff; background: rgba(0, 0, 0, .7); font-size: 10px; opacity: 0; }
.poster-button:hover span, .poster-button:focus-visible span, .phone-poster a:hover span, .phone-poster a:focus-visible span { opacity: 1; }
.phone-poster a { display: block; position: relative; }
.customer-poster figcaption { margin-top: 7px; color: #777; font-size: 11px; text-align: center; }
.intro-after { max-width: 900px; padding-top: 19px; border-top: 1px solid #ddd; }
.intro-after > p { margin: 0; font-size: 15px; }
.top-contact, .text-contact-links { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.top-contact a, .top-contact button, .text-contact-links a, .text-contact-links button { padding: 9px 15px; color: #fff; background: var(--red); border: 1px solid var(--red); border-radius: 2px; font-size: 13px; font-weight: 800; cursor: pointer; }
.top-contact a:nth-child(2), .text-contact-links a:nth-child(2) { color: var(--black); background: var(--yellow); border-color: var(--yellow); }
.top-contact button, .text-contact-links button { color: #fff; background: var(--purple); border-color: var(--purple); }
.copy-status { min-height: 18px; margin: 6px 0 0; color: var(--red); font-size: 11px; }

/* 포스터 사이 설명 텍스트 */
.text-section { padding: 34px 0; background: #fff; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; }
.text-copy { max-width: 1040px; }
.text-copy h2 { margin: 0 0 15px; color: #171717; font-size: clamp(25px, 4vw, 38px); font-weight: 950; letter-spacing: -.09em; line-height: 1.25; }
.text-copy p { max-width: 930px; margin: 0 0 12px; color: #3d3d3d; font-size: 15px; }
.text-copy p:last-child { margin-bottom: 0; }
.text-copy .emphasis, .text-copy b { color: var(--red); font-weight: 900; }
.poster-step { padding: 20px 0; background: #fff; }
.inline-poster { max-width: 900px; }
.poster-step > .container > .inline-poster { max-width: 560px; }
.mid-poster-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; max-width: 900px; }
.mid-poster-grid .inline-poster { max-width: none; }
.html-poster-section { padding: 28px 0; background: var(--cream); }

/* HTML 광고 전단지: 둥근 SaaS 카드 대신 직선 테두리 */
.html-poster { position: relative; max-width: 900px; margin: 0 auto; overflow: hidden; padding: 39px 43px; border: 3px solid #191919; border-radius: 0; box-shadow: 2px 3px 0 rgba(0, 0, 0, .12); }
.html-poster h2 { position: relative; z-index: 1; margin: 0 0 18px; font-size: clamp(32px, 6vw, 60px); font-weight: 950; letter-spacing: -.1em; line-height: 1.1; }
.html-poster p { position: relative; z-index: 1; margin: 0 0 15px; font-size: 15px; line-height: 1.75; }
.poster-topline { position: relative; z-index: 1; margin-bottom: 14px; font-size: 13px; font-weight: 900; }
.poster-lead { font-size: 18px !important; line-height: 1.55 !important; }
.poster-highlights { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.poster-highlights b { padding: 7px 10px; color: #171717; background: var(--yellow); font-size: 12px; }
.poster-list { position: relative; z-index: 1; display: grid; gap: 9px; margin: 20px 0; padding: 0; list-style: none; }
.poster-list li { font-size: 14px; font-weight: 700; }
.poster-list li::before { margin-right: 8px; color: var(--red); content: "■"; font-size: 10px; }
.poster-end { position: relative; z-index: 1; display: block; margin-top: 18px !important; font-weight: 950; }
.poster-intro { color: #fff; background: #21151e; border-color: #34202d; }
.poster-intro .poster-topline { color: var(--yellow); }
.poster-intro h2 { color: var(--yellow); }
.poster-intro p { color: #eee5eb; }
.poster-intro .poster-lead b { color: #ff74a7; }
.poster-conditions { color: #251b20; background: #fff4f6; border-color: #b94b68; }
.poster-conditions .poster-topline { color: #a1264c; }
.poster-conditions h2 { color: #9f244a; }
.poster-conditions .poster-highlights b { color: #fff; background: #b64063; }
.poster-pay { color: #fff; background: #1a1a1a; border-color: #b08a32; }
.poster-pay .poster-topline, .poster-pay h2, .poster-pay .poster-end { color: var(--yellow); }
.poster-pay p { color: #eee; }
.pay-cards { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 22px 0; }
.pay-cards > div { display: grid; min-height: 130px; align-content: center; justify-items: center; padding: 10px; background: #292929; border: 1px solid #ad8331; text-align: center; }
.pay-cards small { color: #c8c8c8; font-size: 10px; }
.pay-cards strong { color: #fff; font-size: 22px; font-weight: 950; line-height: 1.2; }
.pay-cards .pay-card-main { background: #332319; border-color: var(--yellow); }
.pay-cards .pay-card-main strong { color: var(--yellow); }
.poster-contact { color: #fff; background: #301633; border-color: #e05598; }
.poster-contact .poster-topline { color: #ffb4d5; }
.poster-contact h2 { color: #ff79af; }
.poster-contact p { color: #f0e5ee; }
.poster-contact-lines { position: relative; z-index: 1; display: grid; gap: 8px; margin: 22px 0; }
.poster-contact-lines a, .poster-contact-lines button { display: flex; min-height: 58px; align-items: center; justify-content: space-between; padding: 10px 15px; color: #271323; background: #ff7caf; border: 0; border-radius: 0; cursor: pointer; }
.poster-contact-lines button { background: var(--yellow); }
.poster-contact-lines strong { font-size: 19px; }
.poster-location { color: #fff; background: #172644; border-color: #1e5091; }
.poster-location .poster-topline { color: #94c9ff; }
.poster-location h2 { color: #fff; }
.poster-location h2 em { color: #75baff; font-style: normal; }
.poster-location p { color: #d2e2f5; }
.location-contact { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 21px; }
.location-contact a, .location-contact button { padding: 8px 12px; color: #151f31; background: #8bc9ff; border: 0; border-radius: 0; font-size: 12px; font-weight: 900; cursor: pointer; }
.location-contact button { background: var(--yellow); }

/* 소형 전화 광고판 */
.ad-section { padding: 16px 0; background: #f0f0f0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.ad-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.ad-banner { display: grid; min-height: 132px; align-content: center; justify-items: center; gap: 5px; padding: 12px 8px; color: #fff; background: var(--black); border: 2px solid #222; border-radius: 0; text-align: center; }
.ad-banner:hover, .ad-banner:focus-visible { border-color: var(--yellow); }
.ad-banner strong { font-size: clamp(28px, 3vw, 36px); font-weight: 950; letter-spacing: -.07em; line-height: 1.15; }
.ad-banner span { color: var(--yellow); font-size: 14px; font-weight: 800; }
.ad-banner.price-10 strong { color: #ff637d; }
.ad-banner.price-5 strong { color: var(--yellow); }
.ad-banner.price-55 strong { color: #ff84bc; }
.ad-banner.price-day strong { color: #fff; }

/* 지도 */
.maps-section { padding: 36px 0 30px; background: #fff; }
.map-intro { margin-bottom: 24px; }
.maps-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.map-block { padding: 16px 0 0; border-top: 3px solid #202020; }
.map-block h3 { margin: 0; font-size: 22px; font-weight: 950; }
.map-block > p { margin: 4px 0 14px; color: #444; font-size: 14px; overflow-wrap: anywhere; }
.map-embed-placeholder { display: grid; min-height: 190px; align-content: center; justify-items: center; gap: 4px; color: #666; background: #ededed; border: 1px solid #cfcfcf; border-radius: 0; }
.map-block iframe { display: block; width: 100%; height: 260px; border: 0; }
.map-embed-placeholder b { font-size: 14px; }
.map-embed-placeholder span { font-size: 11px; }
.map-block > a { display: inline-block; margin-top: 9px; color: var(--red); font-size: 12px; font-weight: 900; }

/* FAQ */
.faq-section { padding: 48px 0 58px; color: #222; background: #f4f4f4; border-top: 1px solid #ddd; }
.faq-copy h2 { margin: 0 0 18px; font-size: 35px; font-weight: 950; letter-spacing: -.09em; }
.faq-copy .eyebrow { margin-bottom: 8px; color: var(--red); }
.faq-copy .eyebrow::before { background: var(--red); }
.faq-list { border-top: 1px solid #cfcfcf; }
.faq-item { border-bottom: 1px solid #cfcfcf; }
.faq-item summary { display: flex; min-height: 62px; align-items: center; justify-content: space-between; gap: 14px; cursor: pointer; font-size: 14px; font-weight: 850; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { position: relative; flex: 0 0 15px; width: 15px; height: 15px; }
.faq-item summary span::before, .faq-item summary span::after { position: absolute; top: 7px; left: 0; width: 15px; height: 2px; content: ""; background: var(--red); }
.faq-item summary span::after { transform: rotate(90deg); }
.faq-item[open] summary span::after { transform: rotate(0); }
.faq-item p { max-width: 750px; margin: -3px 25px 19px 0; color: #555; font-size: 13px; }

/* Footer와 모바일 고정 문의 */
.site-footer { padding: 34px 0 90px; color: #777; background: #fafafa; border-top: 1px solid #ddd; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; }
.footer-inner strong { color: #222; font-size: 15px; }
.footer-inner span { font-size: 11px; }
.footer-inner span:nth-of-type(2) { color: var(--red); font-weight: 800; }
.footer-inner small { flex-basis: 100%; color: #888; font-size: 10px; }
.final-contact-sign { padding: 26px 0 30px; color: #fff; background: #171014; border-top: 4px solid #e54270; }
.final-sign-inner h2 { margin: 0 0 17px; color: #ffd05c; font-size: clamp(22px, 4vw, 38px); font-weight: 950; letter-spacing: -.08em; line-height: 1.2; text-align: center; }
.final-sign-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.final-sign-grid a, .final-sign-grid button { display: grid; min-height: 112px; align-content: center; justify-items: center; gap: 3px; padding: 12px; color: #fff; background: #211a20; border: 3px solid #ef3e69; border-radius: 0; cursor: pointer; text-align: center; }
.final-sign-grid button { color: #ffd35e; border-color: #e4af28; }
.final-sign-grid span { font-size: 16px; font-weight: 900; }
.final-sign-grid strong { font-size: clamp(25px, 3vw, 42px); font-weight: 950; letter-spacing: -.05em; line-height: 1.1; }
.final-sign-grid a strong { color: #ff7193; }
.final-sign-grid button strong { color: #ffd35e; }
.mobile-contact-bar { display: none; }
.lightbox { display: grid; position: fixed; z-index: 100; inset: 0; place-items: center; padding: 18px; background: rgba(0, 0, 0, .84); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 95vw; max-height: 92vh; width: auto; height: auto; object-fit: contain; }
.lightbox-close { position: absolute; top: 12px; right: 15px; width: 40px; height: 40px; color: #fff; background: transparent; border: 1px solid #aaa; border-radius: 0; font-size: 27px; cursor: pointer; }

@media (max-width: 700px) {
  body { padding-bottom: 60px; }
  .container { width: calc(100% - 28px); }
  .header-inner { min-height: 54px; }
  .brand { max-width: calc(100% - 48px); gap: 1px 6px; font-size: 13px; }
  .menu-toggle { display: block; }
  .site-nav { display: grid; position: absolute; top: 100%; right: 0; left: 0; gap: 0; padding: 4px 14px 10px; background: #fff; border-bottom: 1px solid #d8d8d8; box-shadow: 0 8px 18px rgba(0, 0, 0, .09); opacity: 0; pointer-events: none; transform: translateY(-5px); transition: opacity .2s, transform .2s; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav a { padding: 11px 2px; border-bottom: 1px solid #eee; font-size: 13px; }
  .site-nav a:last-child { border-bottom: 0; }
  .top-intro { padding-top: 22px; }
  .narrow-copy h1 { font-size: 35px; }
  .narrow-copy > p { font-size: 15px; }
  .narrow-copy .brand-subline { font-size: 12px; }
  .neon-contact { padding: 9px 0; }
  .neon-contact-top { padding-top: 10px; }
  .neon-grid { grid-template-columns: 1fr; gap: 8px; }
  .neon-banner { min-height: 108px; padding: 11px 12px; }
  .neon-banner span { font-size: 14px; }
  .neon-banner strong { font-size: 30px; }
  .neon-contact-mid .neon-banner { min-height: 92px; }
  .main-poster-wrap { margin-top: 14px; }
  .first-posters { grid-template-columns: 1fr; gap: 10px; }
  .first-side-posters { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .first-side-posters .customer-poster figcaption { display: none; }
  .intro-after > p { font-size: 13px; }
  .top-contact a, .top-contact button { flex: 1 1 auto; padding: 9px 10px; font-size: 12px; text-align: center; }
  .text-section { padding: 28px 0; }
  .text-copy h2 { font-size: 28px; }
  .text-copy p { font-size: 13px; }
  .poster-step { padding: 15px 0; }
  .poster-step > .container > .inline-poster { max-width: 560px; }
  .mid-poster-grid { grid-template-columns: 1fr; gap: 10px; }
  .html-poster-section { padding: 20px 0; }
  .html-poster { padding: 27px 19px; border-width: 2px; }
  .html-poster h2 { font-size: 35px; }
  .html-poster p { font-size: 13px; }
  .poster-lead { font-size: 16px !important; }
  .poster-list { gap: 7px; }
  .poster-list li { font-size: 12px; }
  .poster-highlights b { padding: 6px 8px; font-size: 10px; }
  .pay-cards { gap: 4px; }
  .pay-cards > div { min-height: 113px; padding: 7px 3px; }
  .pay-cards strong { font-size: 16px; }
  .pay-cards small { font-size: 9px; }
  .poster-contact-lines strong { font-size: 16px; }
  .ad-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .ad-banner { min-height: 110px; padding: 10px 6px; }
  .ad-banner strong { font-size: 25px; }
  .ad-banner span { font-size: 12px; }
  .maps-grid { grid-template-columns: 1fr; gap: 22px; }
  .map-block iframe { height: 220px; }
  .map-embed-placeholder { min-height: 150px; }
  .faq-copy h2 { font-size: 29px; }
  .faq-item summary { min-height: 58px; font-size: 13px; }
  .faq-item p { margin-right: 5px; font-size: 12px; }
  .final-contact-sign { padding: 22px 0 25px; }
  .final-sign-inner h2 { font-size: 23px; }
  .final-sign-grid { grid-template-columns: 1fr; gap: 8px; }
  .final-sign-grid a, .final-sign-grid button { min-height: 100px; }
  .final-sign-grid strong { font-size: 31px; }
  .mobile-contact-bar { display: grid; position: fixed; z-index: 40; right: 0; bottom: 0; left: 0; grid-template-columns: 1fr 1fr; height: 60px; background: var(--red); box-shadow: 0 -4px 15px rgba(0, 0, 0, .18); }
  .mobile-contact-bar a, .mobile-contact-bar button { display: flex; align-items: center; justify-content: center; color: #fff; background: transparent; border: 0; font-size: 14px; font-weight: 950; cursor: pointer; }
  .mobile-contact-bar button { color: #1d1d1d; background: var(--yellow); }
}

@media (max-width: 380px) {
  .first-side-posters { grid-template-columns: 1fr; }
}
