:root {
    --pink: #eb2d70;
    --pink-dark: #d91f61;
    --pink-soft: #fff0f5;
    --blue: #064d9f;
    --blue-dark: #033c7f;
    --cyan: #0797ad;
    --mint: #d3ece9;
    --ink: #171b20;
    --muted: #66717c;
    --line: #dfe5e8;
    --shell: 1000px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #fff; font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif; line-height: 1.65; word-break: keep-all; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 18px; color: #fff; background: #111; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.preview-ribbon { padding: 7px 16px; color: #fff; background: #252b31; font-size: 12px; text-align: center; letter-spacing: .02em; }

.preview-header { position: relative; z-index: 20; background: var(--mint); border-bottom: 0; }
.preview-header__inner { width: min(92%, 1400px); min-height: 90px; margin: 0 auto; display: flex; align-items: center; gap: 48px; }
.brand { flex: 0 0 auto; }
.brand img { width: 110px; mix-blend-mode: multiply; }
.preview-nav { margin-left: auto; display: flex; gap: 42px; font-size: 16px; font-weight: 650; }
.preview-nav a { padding: 12px 0; position: relative; }
.preview-nav a::after { position: absolute; left: 50%; bottom: 4px; width: 0; height: 2px; content: ""; background: var(--pink); transition: .2s; transform: translateX(-50%); }
.preview-nav a:hover::after, .preview-nav a:focus-visible::after { width: 100%; }
.preview-actions { display: flex; gap: 6px; }
.preview-actions a { padding: 11px 18px; color: #fff; border-radius: 6px; font-size: 14px; font-weight: 800; }
.preview-actions__apply { background: var(--pink); }
.preview-actions__expense { background: var(--blue); }

.hero { position: relative; overflow: hidden; background: var(--mint); }
.hero > img { width: 100%; }
.hero-hotspot { position: absolute; z-index: 3; border-radius: 999px; }
.hero-hotspot:focus-visible { outline: 5px solid #fff; box-shadow: 0 0 0 8px #111; }
.hero-hotspot--apply { left: 44.4%; top: 29.8%; width: 12.7%; height: 9.5%; }
.hero-hotspot--faq { left: 57.2%; top: 29.8%; width: 12.7%; height: 9.5%; }
.hero-mobile { display: none; background: var(--mint); overflow: hidden; }

.section-shell { width: min(calc(100% - 40px), var(--shell)); margin: 0 auto; }
.summary { padding: 0 0 118px; }
.info-list { margin: 0; }
.info-row { display: grid; grid-template-columns: 125px minmax(0, 1fr); gap: 28px; align-items: start; margin-bottom: 48px; }
.info-row:last-child { margin-bottom: 0; }
.info-row dt { padding-top: 3px; color: #0083be; font-size: 18px; font-weight: 900; letter-spacing: -.04em; }
.info-row dt.label-pink { color: var(--pink); }
.info-row dd { min-width: 0; margin: 0; }
.info-row dd > strong { display: block; margin-bottom: 5px; font-size: 21px; line-height: 1.35; letter-spacing: -.035em; }
.info-row dd > b { display: block; font-size: 16px; line-height: 1.5; }
.dash-list, .bullet-list { margin: 0; padding: 0; color: #4b4f53; font-size: 13px; line-height: 1.55; list-style: none; }
.dash-list li { position: relative; padding-left: 11px; }
.dash-list li::before { position: absolute; left: 0; content: "-"; }
.info-row--support { margin-top: 2px; margin-bottom: 52px; }
.table-scroll { width: 100%; overflow-x: auto; }
.design-table { width: 100%; border-collapse: collapse; border: 1px solid #aaa; border-top-color: #222; border-bottom-color: #c8c8c8; color: #383b3e; font-size: 13px; line-height: 1.45; }
.design-table th, .design-table td { padding: 10px 14px; border-right: 1px solid #aaa; border-bottom: 1px solid #c8c8c8; text-align: center; vertical-align: middle; }
.design-table tbody tr:last-child > * { border-bottom: 0; }
.design-table thead th { background: #eee; font-weight: 800; }
.design-table tbody th { font-weight: 500; }
.support-table { margin-top: 16px; }
.support-table th:first-child { width: 19%; }
.support-table .support-amount { width: 19%; color: #fff; background: #df5682; font-weight: 900; }
.support-table td:last-child { text-align: left; }
.support-table td small { color: inherit; font-size: 12px; }
.support-notes { margin-top: 20px; }
.policy-note { margin: 2px 0 0 11px; color: var(--pink); font-size: 13px; font-weight: 750; }
.info-row--operation dd > strong { font-size: 20px; }

.guide-section { padding: 70px 0 108px; }
.application-guide { background: var(--pink-soft); }
.expense-guide { background: #fff; }
.pill-title { width: 430px; max-width: calc(100% - 30px); margin: -104px auto 70px; padding: 13px 28px; color: #fff; border-radius: 999px; font-size: 22px; line-height: 1.5; text-align: center; font-weight: 900; letter-spacing: -.035em; }
.pill-title--pink { background: var(--pink); }
.pill-title--blue { background: var(--blue); }
.info-list--guide .info-row { margin-bottom: 50px; }
.info-list--guide .info-row--documents { margin-bottom: 28px; }
.info-list--guide + .table-scroll { margin-bottom: 64px; }
.document-table th:first-child { width: 14%; }
.document-table th:last-child { width: 34%; }
.expense-table th:first-child { width: 14%; }
.expense-table th:nth-child(2) { width: 38%; }
.expense-table th:nth-child(3) { width: 31%; }
.expense-table td { text-align: left; }
.expense-table th { text-align: center; }
.process-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin: 0; padding: 0; list-style: none; }
.process-cards li { position: relative; min-height: 325px; padding: 57px 20px 24px; background: #fff; border: 3px solid; border-radius: 12px; text-align: center; }
.process-cards li:not(:last-child)::after { position: absolute; z-index: 2; right: -27px; top: 49%; width: 0; height: 0; content: ""; border-top: 13px solid transparent; border-bottom: 13px solid transparent; transform: translateY(-50%); }
.process-cards span { position: absolute; left: -3px; right: -3px; top: -3px; padding: 6px 10px; color: #fff; border-radius: 9px 9px 0 0; font-size: 14px; line-height: 1.4; font-weight: 900; }
.process-cards b { display: block; min-height: 72px; margin: 0; font-size: 18px; line-height: 1.35; }
.process-cards i { width: 80px; height: 80px; margin: 12px auto 14px; display: grid; place-items: center; border-radius: 50%; font-size: 42px; font-style: normal; font-weight: 300; }
.process-cards p { margin: 0; color: #444; font-size: 13px; line-height: 1.45; }
.process-cards--pink li { border-color: var(--pink); }
.process-cards--pink span { background: var(--pink); }
.process-cards--pink li::after { border-left: 18px solid var(--pink); }
.process-cards--pink b { color: var(--pink); }
.process-cards--pink i { color: var(--pink); background: #fff0f5; }
.process-cards--blue li { border-color: var(--blue); }
.process-cards--blue span { background: var(--blue); }
.process-cards--blue li::after { border-left: 18px solid var(--blue); }
.process-cards--blue b { color: var(--blue); }
.process-cards--blue i { color: var(--blue); background: #edf4fb; }
.info-list--expense-extra { margin-top: 64px; }
.download-row { display: flex; align-items: center; gap: 18px; margin-top: 22px; }
.download-row > a { flex: 0 0 auto; padding: 11px 28px; color: #fff; background: var(--pink); border-radius: 999px; font-size: 18px; font-weight: 850; }
.download-row p { display: flex; align-items: center; gap: 8px; margin: 0; color: #555; font-size: 11px; line-height: 1.45; }
.download-row p b { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: var(--pink); border-radius: 50%; font-size: 17px; }
.chak-box { position: relative; margin: 66px 0 64px; padding: 49px 50px 42px; border: 4px solid var(--blue); border-radius: 6px; }
.chak-box__title { position: absolute; left: 50%; top: 0; min-width: 430px; padding: 7px 30px; color: #fff; background: var(--blue); border-radius: 999px; text-align: center; font-size: 17px; line-height: 1.35; font-weight: 850; transform: translate(-50%, -55%); }
.chak-box > h3 { margin: 0 0 12px; color: var(--blue); font-size: 23px; line-height: 1.3; }
.chak-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.chak-columns h4 { margin: 0 0 2px; color: #333; font-size: 14px; }
.chak-columns ol { margin: 0; padding-left: 20px; color: #333; font-size: 13px; line-height: 1.6; }
.chak-warning { position: relative; margin: 12px 0 0; padding-left: 34px; color: var(--pink); font-size: 11px; font-weight: 700; line-height: 1.4; }
.chak-warning::before { position: absolute; left: 0; top: 50%; width: 26px; height: 26px; display: grid; place-items: center; content: "!"; color: #fff; background: var(--pink); border-radius: 50%; font-size: 18px; line-height: 1; font-weight: 900; transform: translateY(-50%); }
.chak-refund-layout { display: grid; grid-template-columns: 125px minmax(0, 1fr); gap: 26px; align-items: center; margin-top: 27px; }
.chak-logo { position: relative; width: 108px; height: 108px; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 13px; color: #2d3439; border: 2px solid #078cca; border-radius: 7px; font-size: 27px; line-height: 1; font-weight: 900; letter-spacing: -.06em; }
.chak-logo span { position: absolute; right: -3px; top: -16px; width: 58px; height: 58px; display: grid; place-items: center; color: #078cca; background: #fff; border: 2px solid #078cca; border-radius: 50%; font-size: 29px; font-weight: 400; letter-spacing: 0; }
.chak-logo span::after { position: absolute; left: 4px; bottom: -7px; width: 13px; height: 13px; content: ""; background: #fff; border-left: 2px solid #078cca; border-bottom: 2px solid #078cca; transform: skew(-28deg) rotate(-18deg); }
.chak-logo b { font: inherit; }
.chak-logo i { display: inline-block; width: 11px; height: 11px; margin-left: 3px; border-top: 5px solid #078cca; border-right: 5px solid #078cca; transform: rotate(45deg); }
.chak-refund { margin: 0; color: #333; font-size: 11px; line-height: 1.5; }
.expense-guide .process-cards { margin-bottom: 0; }

.notice-section { padding: 0 0 105px; }
.exclusion-block { display: grid; grid-template-columns: 125px minmax(0, 1fr); gap: 28px; margin-bottom: 74px; }
.exclusion-block h2 { margin: 0; color: var(--pink); font-size: 20px; }
.bullet-list li { position: relative; padding-left: 12px; }
.bullet-list li::before { position: absolute; left: 0; content: "·"; font-weight: 900; }
.exclusion-block p { margin: 5px 0 0; color: var(--pink); font-size: 12px; font-weight: 700; }
.notice-panel { padding: 34px 42px; background: #ffedf3; border-radius: 7px; }
.notice-panel h2 { margin: 0 0 12px; color: var(--pink); font-size: 17px; }
.notice-panel .dash-list { color: #4b4f53; font-size: 12px; }
.preview-footer { padding: 42px 0; background: #f4f5f5; }
.preview-footer__inner { width: min(calc(100% - 40px), var(--shell)); margin: 0 auto; display: flex; align-items: center; gap: 24px; }
.preview-footer img { width: 90px; mix-blend-mode: multiply; }
.preview-footer p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.preview-footer a { margin-left: auto; padding: 9px 14px; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; }

@media (max-width: 1100px) {
    .preview-header__inner { min-height: 76px; gap: 22px; }
    .preview-nav { gap: 22px; font-size: 14px; }
    .preview-actions a { padding: 9px 12px; }
}

@media (max-width: 800px) {
    .preview-ribbon { font-size: 11px; }
    .preview-header { position: sticky; top: 0; }
    .preview-header__inner { width: calc(100% - 32px); min-height: 66px; }
    .brand img { width: 86px; }
    .preview-nav { display: none; }
    .preview-actions { margin-left: auto; }
    .preview-actions a { padding: 8px 11px; font-size: 12px; }
    .hero--desktop { display: none; }
    .hero-mobile { display: block; padding-top: 46px; }
    .hero-mobile__copy { width: min(calc(100% - 40px), 560px); margin: 0 auto; text-align: center; }
    .hero-mobile__copy .eyebrow { margin: 0 0 10px; color: #314548; font-size: 14px; font-weight: 750; }
    .hero-mobile__copy h1 { margin: 0; color: var(--blue); font-size: clamp(38px, 12vw, 62px); line-height: 1.05; letter-spacing: -.06em; }
    .hero-mobile__copy h1 span { color: var(--pink); }
    .hero-mobile__copy > p:not(.eyebrow) { margin: 18px auto; color: #536569; font-size: 14px; }
    .hero-mobile__copy > strong { display: block; font-size: 22px; }
    .hero-mobile__buttons { margin-top: 24px; display: flex; justify-content: center; gap: 8px; }
    .hero-mobile__buttons a { padding: 12px 17px; color: #fff; background: var(--pink); border-radius: 999px; font-size: 13px; font-weight: 850; }
    .hero-mobile__buttons a + a { background: var(--cyan); }
    .hero-mobile > img { width: 170%; max-width: none; margin: 18px 0 0 -35%; }
    .summary { padding: 0 0 92px; }
    .info-row { grid-template-columns: 105px minmax(0, 1fr); gap: 20px; }
    .guide-section { padding: 68px 0 92px; }
    .pill-title { margin-top: -96px; margin-bottom: 48px; padding: 11px 24px; font-size: 18px; }
    .process-cards { grid-template-columns: 1fr; gap: 16px; }
    .process-cards li { min-height: 250px; }
    .process-cards li::after { display: none; }
    .download-row { align-items: flex-start; flex-direction: column; }
    .chak-box { padding: 42px 24px 26px; }
    .chak-columns { grid-template-columns: 1fr; gap: 24px; }
    .chak-box__title { min-width: min(390px, calc(100% - 30px)); font-size: 14px; white-space: nowrap; }
    .notice-panel { padding: 28px 22px; }
    .preview-footer__inner { align-items: flex-start; flex-wrap: wrap; }
    .preview-footer a { margin-left: 0; }
}

@media (max-width: 600px) {
    .preview-header__inner { width: calc(100% - 24px); justify-content: space-between; gap: 8px; }
    .brand img { width: 78px; }
    .preview-actions { flex: 0 0 auto; margin-left: 0; }
    .preview-actions a { padding: 8px 10px; white-space: nowrap; }
    .preview-actions__expense { display: none; }
    .section-shell { width: min(calc(100% - 28px), var(--shell)); }
    .hero-mobile__copy { overflow: hidden; }
    .hero-mobile__copy h1 { font-size: 44px; word-break: normal; }
    .hero-mobile > img { width: 210%; margin-left: -55%; }
    .info-row, .exclusion-block { grid-template-columns: 1fr; gap: 6px; }
    .info-row { margin-bottom: 38px; }
    .info-row dt { font-size: 17px; }
    .info-row dd > strong { font-size: 18px; }
    .info-row--operation dd > strong { font-size: 18px; }
    .info-row dd > strong, .info-row dd > b { word-break: normal; overflow-wrap: anywhere; }
    .design-table { min-width: 720px; }
    .expense-table { min-width: 880px; }
    .pill-title { font-size: 15px; }
    .download-row > a { font-size: 15px; }
    .chak-box__title { min-width: calc(100% - 24px); padding-right: 12px; padding-left: 12px; font-size: 12px; }
    .chak-refund-layout { grid-template-columns: 1fr; gap: 20px; }
    .chak-logo { margin: 0 auto; }
    .exclusion-block { margin-bottom: 52px; }
    .preview-footer__inner { width: calc(100% - 28px); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}

/* Production theme integration */
.taean-new-main { --header_h: 90px; }
.taean-new-main #hd_login_msg { display: none; }
.taean-new-main .header { position: relative; left: auto; top: auto; z-index: 30; background: var(--mint); border: 0; box-shadow: none; }
.taean-new-main .header.is-scrolled { box-shadow: 0 8px 24px rgba(25,45,55,.1); }
.taean-new-main .header_inner { width: min(92%, 1400px); height: 90px; margin: 0 auto; padding: 0; gap: 28px; }
.taean-new-main .header .logo a,
.taean-new-main .header.over .logo a { width: 110px; aspect-ratio: 180 / 110; background: url("./assets/taean-logo.webp") no-repeat center / contain; }
.taean-new-main .header .gnb { display: block; margin-left: auto; }
.taean-new-main .header .gnb > ul > li { padding: 20px 18px; }
.taean-new-main .header .gnb > ul > li > a { font-family: inherit; font-size: 16px; font-weight: 700; }
.taean-new-main .header .right_area { gap: 14px; }
.taean-new-main .header .member_state { margin-left: 0; }
.taean-new-main .header .member_state ul li { padding: 0; }
.taean-new-main .header .member_state ul li::before { display: none; }
.taean-new-main .header .member_state ul li a { color: #59676d; font-size: 13px; }
.taean-main-actions { display: flex; gap: 6px; }
.taean-main-actions a { padding: 11px 18px; color: #fff; border-radius: 6px; font-size: 14px; font-weight: 850; }
.taean-main-actions__apply { background: var(--pink); }
.taean-main-actions__expense { background: var(--blue); }
.taean-new-main .total_menu_open { width: 30px; height: 24px; margin-left: 0; }
.taean-new-main .container { min-height: 0; overflow: hidden; }
.taean-new-main #taean-main { width: 100%; }
.taean-new-main .quick { display: none; }

.hero-hotspot--festival { left: 87.35%; top: 2%; width: 5.3%; height: 15%; border-radius: 10px; }
.hero-hotspot--stay { left: 87.35%; top: 17.5%; width: 5.3%; height: 15%; border-radius: 10px; }
.hero-hotspot--store { left: 87.35%; top: 33%; width: 5.3%; height: 15%; border-radius: 10px; }
.hero-hotspot--excluded { left: 87.35%; top: 48.5%; width: 5.3%; height: 15%; border-radius: 10px; }

.main-community { padding: 92px 0 110px; background: #f7f9f9; }
.community-grid { margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.community-grid > article { min-width: 0; padding: 30px 32px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 12px 32px rgba(30,45,55,.06); }
.community-head { margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.community-head h3 { margin: 0; font-size: 21px; }
.community-head a { color: var(--muted); font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.community-grid .notice_list ul { margin: 0; padding: 0; list-style: none; }
.community-grid .notice_list li { padding: 14px 0; border-top: 1px solid var(--line); }
.community-grid .notice_list .txt_area { position: relative; padding-right: 90px; }
.community-grid .notice_list .tit { overflow: hidden; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.community-grid .notice_list .txt { overflow: hidden; margin-top: 4px; color: var(--muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.community-grid .notice_list .date { position: absolute; right: 0; top: 2px; color: #8a949b; font-size: 11px; }

.taean-new-main .footer::before { display: none; }
.taean-new-main .footer_inner { margin-top: 0; padding: 46px 0; background: #f1f3f3; }
.taean-new-main .footer .cont { width: min(calc(100% - 40px), 1000px); margin: 0 auto; display: grid; grid-template-columns: 110px 1fr; gap: 28px; }
.taean-new-main .footer_logo img { width: 105px; max-height: none; }
.taean-new-main .footer_sns { right: 0; }
.taean-new-main .footer_cont { color: #515b62; font-size: 12px; line-height: 1.7; }
.taean-new-main .footer_cont .link { gap: 14px; }
.taean-new-main .footer .copyright { font-size: 11px; }

@media (max-width: 1100px) {
    .taean-new-main .header_inner { width: calc(100% - 40px); height: 76px; }
    .taean-new-main .header .logo a { width: 90px; }
    .taean-new-main .header .gnb > ul > li { padding: 18px 10px; }
    .taean-new-main .header .gnb > ul > li > a { font-size: 14px; }
    .taean-new-main .header .gnb { display: none; }
    .taean-main-actions a { padding: 9px 12px; }
}

@media (max-width: 800px) {
    .taean-new-main .header { position: sticky; top: 0; }
    .taean-new-main .header_inner { width: calc(100% - 32px); height: 66px; }
    .taean-new-main .header .logo a { width: 80px; }
    .taean-new-main .header .gnb,
    .taean-new-main .header .member_state { display: none; }
    .taean-new-main .header .right_area { margin-left: auto; gap: 10px; }
    .taean-main-actions a { padding: 8px 11px; font-size: 12px; }
    .community-grid { grid-template-columns: 1fr; }
    .taean-new-main .footer .cont { display: flex; align-items: flex-start; flex-wrap: wrap; text-align: left; }
    .taean-new-main .footer_sns { position: relative; width: 100%; }
    .taean-new-main .footer_sns ul { justify-content: flex-start; }
    .taean-new-main .footer_cont { text-align: left; }
    .taean-new-main .footer_cont .link { justify-content: flex-start; }
}

@media (max-width: 600px) {
    .taean-new-main .header_inner { width: calc(100% - 24px); }
    .taean-main-actions__expense { display: none; }
    .community-grid { margin-top: 34px; }
    .community-grid > article { padding: 24px 20px; }
    .community-grid .notice_list .txt_area { padding-right: 0; }
    .community-grid .notice_list .date { position: static; display: block; margin-top: 7px; }
    .taean-new-main .footer .cont { width: calc(100% - 28px); }
    .taean-new-main .footer_logo img { width: 82px; }
}
