/* 기본 설정 */
/*
Theme Name: Ntelecom Guide
Theme URI: https://ntelecomguide.com/
Author: Ntelecom Guide
Author URI: https://ntelecomguide.com/
Description: 앤텔레콤 요금제 비교, 유심 구매, 온라인 개통 및 방문 예약을 위한 전용 테마입니다.
 Version: 1.3.112
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: ntelecom-guide
*/

:root {
  --navy: #112f68;
  --blue: #1769e8;
  --blue-dark: #0f56c9;
  --blue-light: #edf5ff;
  --mint: #25c6b1;
  --ink: #14213d;
  --text: #536179;
  --line: #e6ebf2;
  --surface: #f7f9fc;
  --white: #fff;
  --shadow: 0 18px 48px rgba(25, 50, 95, .09);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); 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; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only,.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 9999; padding: 12px 18px; border-radius: 8px; background: var(--ink); color: white; transition: top .2s; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid #ffb62e; outline-offset: 3px; }

/* 헤더와 내비게이션 */
.site-header { position: sticky; top: 0; z-index: 1000; height: 76px; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(230,235,242,.85); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: none; font-size: 20px; font-weight: 700; letter-spacing: -.7px; }
.brand strong { color: var(--blue); }
.brand-logo { display: block; width: clamp(168px, 16vw, 208px); height: auto; object-fit: contain; }
.brand-logo--footer {
  width: 220px !important;
  padding: 0;
  border-radius: 0;
  background: transparent;
  filter: brightness(0) invert(1) drop-shadow(0 0 2px rgba(255,255,255,.62));
  opacity: .95;
}
.brand-lockup { gap: 8px; min-width: 0; letter-spacing: 0; }
.brand-lockup__symbol { display: block; flex: 0 0 69px; width: 69px; height: 52px; overflow: hidden; }
.brand-lockup__symbol img { display: block; width: auto; max-width: none; height: 52px; }
.brand-lockup__type { display: grid; align-content: center; gap: 5px; min-width: 0; line-height: 1; }
.brand-lockup__type strong { display: block; color: #071333; font-size: 25px; font-weight: 950; letter-spacing: -1.8px; white-space: nowrap; }
.brand-lockup__type strong em { color: var(--blue); font-style: normal; }
.brand-lockup__type small { display: flex; align-items: center; justify-content: center; gap: 7px; color: #26344d; font-size: 8px; font-weight: 850; letter-spacing: 4px; }
.brand-lockup__type small i { display: block; width: 28px; height: 1px; background: #92a9cd; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px 10px 10px 3px; color: white; background: linear-gradient(145deg, var(--blue), #49a6ff); font-weight: 900; font-style: italic; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(12px, 1.55vw, 25px); margin-left: auto; font-size: 14px; font-weight: 600; color: #39465c; }
.primary-nav > a:not(.button) { padding: 27px 0 24px; border-bottom: 3px solid transparent; white-space: nowrap; }
.primary-nav > a:not(.button):hover { color: var(--blue); border-color: var(--blue); }
.primary-nav__dropdown { position: relative; align-self: stretch; display: flex; align-items: center; }
.primary-nav__dropdown-toggle { display: flex; align-items: center; gap: 7px; height: 100%; padding: 27px 0 24px; border: 0; border-bottom: 3px solid transparent; color: inherit; background: transparent; font: inherit; font-weight: inherit; white-space: nowrap; cursor: pointer; }
.primary-nav__dropdown-toggle::after { content: ""; width: 7px; height: 7px; margin-top: -4px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .2s; }
.primary-nav__dropdown:hover .primary-nav__dropdown-toggle,.primary-nav__dropdown.is-open .primary-nav__dropdown-toggle { color: var(--blue); border-color: var(--blue); }
.primary-nav__dropdown.is-open .primary-nav__dropdown-toggle::after { margin-top: 4px; transform: rotate(225deg); }
.primary-nav__dropdown-menu { position: absolute; z-index: 20; top: calc(100% - 4px); left: 50%; width: 252px; padding: 9px; border: 1px solid #dfe7f2; border-radius: 15px; background: #fff; box-shadow: 0 18px 42px rgba(13,42,84,.16); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%,-8px); transition: opacity .2s,visibility .2s,transform .2s; }
.primary-nav__dropdown.is-open .primary-nav__dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%,0); }
.primary-nav__dropdown-menu a { display: grid; gap: 2px; padding: 12px 13px; border-radius: 10px; }
.primary-nav__dropdown-menu a:hover,.primary-nav__dropdown-menu a:focus-visible { color: var(--blue); background: var(--blue-light); }
.primary-nav__dropdown-menu strong { font-size: 14px; line-height: 1.35; }
.primary-nav__dropdown-menu small { color: #718097; font-size: 11px; font-weight: 650; line-height: 1.45; }

/* PC 공통 상단 메뉴: 모든 페이지의 메뉴와 개통 버튼을 같은 읽기 크기로 통일 */
@media (min-width: 1051px) {
  .primary-nav .header-share-button--desktop { margin-left: calc(8px - clamp(11px,1.25vw,21px)); }
  .primary-nav { gap: clamp(11px,1.25vw,21px); font-size: 16px; font-weight: 750; letter-spacing: -.35px; }
  .primary-nav > a,.primary-nav .nav-cta,.primary-nav__dropdown-toggle { font-size: 16px; font-weight: 750; }
  .primary-nav > a:not(.button),.primary-nav__dropdown-toggle { padding-top: 30px; padding-bottom: 21px; }
  .primary-nav .nav-cta { flex: 0 0 auto; white-space: nowrap; }
}
@media (min-width: 1051px) and (max-width: 1180px) {
  .primary-nav { gap: 9px; font-size: 15px; }
  .primary-nav > a,.primary-nav .nav-cta,.primary-nav__dropdown-toggle { font-size: 15px; }
  .primary-nav .nav-cta { padding-inline: 13px; }
  .primary-nav .header-share-button--desktop { margin-left: -1px; }
}
.menu-toggle { display: none; border: 0; background: transparent; padding: 9px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); transition: transform .25s, opacity .25s; }
.header-share-button { flex: 0 0 42px; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(6,151,141,.18); border-radius: 13px; color: #fff; background: linear-gradient(145deg,#0bbbad,#0a91b8); box-shadow: 0 9px 22px rgba(8,156,161,.2); cursor: pointer; transition: transform .2s,box-shadow .2s,filter .2s; }
.header-share-button:hover { transform: translateY(-2px); box-shadow: 0 13px 27px rgba(8,156,161,.28); filter: saturate(1.08); }
.header-share-button:active { transform: translateY(0); }
.header-share-button svg { display: block; width: 23px; height: 23px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.header-share-button svg circle { fill: currentColor; stroke: none; }
.header-share-button--mobile { display: none; }
.header-share-status { position: fixed; z-index: 200100; top: 88px; right: 20px; max-width: min(310px,calc(100% - 32px)); padding: 10px 14px; margin: 0; border: 1px solid rgba(8,122,117,.16); border-radius: 12px; color: #075c59; background: rgba(240,255,253,.97); box-shadow: 0 12px 28px rgba(6,73,81,.15); font-size: 13px; font-weight: 850; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-7px); transition: opacity .2s,visibility .2s,transform .2s; }
.header-share-status.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.ntgh-fallback-home.has-header-share { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.ntgh-fallback-home.has-header-share .header-share-button { margin-left: auto; }
.header-open-cta { display: none; align-items: center; justify-content: center; flex: none; min-height: 40px; padding: 0 14px; border: 1px solid rgba(23,105,232,.2); border-radius: 11px; color: #fff; background: linear-gradient(135deg,#1769e8,#415ee5); box-shadow: 0 9px 22px rgba(23,105,232,.2); font-size: 13px; font-weight: 850; letter-spacing: -.35px; white-space: nowrap; }

/* 검색엔진과 방문자 모두가 현재 페이지 위치를 확인하는 경로 표시 */
.site-breadcrumb { border-bottom: 1px solid #edf1f6; background: #fbfcfe; }
.site-breadcrumb ol { display: flex; align-items: center; gap: 9px; min-height: 42px; padding: 0; margin: 0; list-style: none; color: #6d7b90; font-size: 12px; }
.site-breadcrumb li + li::before { content: "/"; margin-right: 9px; color: #a8b2c1; }
.site-breadcrumb a { color: var(--blue); font-weight: 750; }
.site-breadcrumb [aria-current="page"] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* 공통 요소 */
.section { padding: 106px 0; }
.section-heading { margin-bottom: 46px; }
.section-heading.centered { max-width: 690px; margin-inline: auto; text-align: center; }
.section-heading h2, .faq-intro h2 { margin: 4px 0 10px; font-size: clamp(30px, 3.5vw, 42px); line-height: 1.25; letter-spacing: -1.7px; }
.section-heading p, .faq-intro p { margin: 0; color: var(--text); }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; margin: 0 0 14px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: 1.5px; }
.eyebrow:not(.plain):not(.light) { padding: 6px 12px; border-radius: 99px; background: var(--blue-light); letter-spacing: 0; }
.eyebrow.light { color: #9ed0ff; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 1px solid transparent; border-radius: 12px; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 10px 24px rgba(23,105,232,.24); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 13px 28px rgba(23,105,232,.3); }
.button-secondary { color: var(--navy); background: white; border-color: #d8e0eb; }
.button-small { min-height: 42px; padding: 0 18px; border-radius: 10px; }
.nav-cta { color: white; background: var(--blue); }
.button-white { color: var(--blue); background: white; box-shadow: 0 10px 28px rgba(0,0,0,.12); }
.button-outline-light { color: white; border-color: rgba(255,255,255,.5); }
.button-outline-light:hover { background: rgba(255,255,255,.1); }
.button-group { display: flex; flex-wrap: wrap; gap: 12px; }

/* 히어로 */
.hero { position: relative; overflow: hidden; min-height: 650px; display: flex; align-items: center; background: linear-gradient(112deg, #f8fbff 0%, #eef6ff 65%, #e9f3ff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; gap: 55px; padding-top: 54px; padding-bottom: 64px; }
.hero h1 { margin: 0 0 24px; font-size: clamp(42px, 5.1vw, 66px); line-height: 1.16; letter-spacing: -3.5px; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-description { margin: 0 0 32px; color: #526078; font-size: 18px; line-height: 1.75; }
.hero-note { margin: 16px 0 0; color: #7b8799; font-size: 12px; }
.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 400px; height: 400px; border-radius: 50%; background: linear-gradient(145deg, #dcecff, #f8fbff); box-shadow: inset 0 0 60px rgba(23,105,232,.07); }
.phone { position: relative; z-index: 2; width: 250px; height: 450px; padding: 12px; border: 7px solid #15356a; border-radius: 38px; background: #102955; box-shadow: 0 35px 60px rgba(16,47,104,.25); transform: rotate(5deg); }
.phone-speaker { position: absolute; z-index: 2; left: 50%; top: 16px; width: 60px; height: 6px; border-radius: 4px; background: #0c244d; transform: translateX(-50%); }
.phone-screen { height: 100%; padding: 70px 20px 20px; border-radius: 25px; background: linear-gradient(170deg, #f8fbff, #e6f1ff); text-align: center; }
.screen-logo { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 24px; border-radius: 15px 15px 15px 4px; color: white; background: linear-gradient(145deg, var(--blue), #46a4ff); font-size: 27px; font-weight: 900; font-style: italic; }
.phone-screen p { margin: 0; color: var(--text); font-size: 11px; }
.phone-screen > strong { display: block; margin-bottom: 30px; font-size: 18px; }
.screen-option { display: flex; align-items: center; gap: 12px; margin: 9px 0; padding: 12px; border-radius: 10px; background: white; box-shadow: 0 6px 16px rgba(30,60,100,.07); color: #37465f; font-size: 12px; font-weight: 700; }
.screen-option span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; color: var(--blue); background: var(--blue-light); }
.screen-bar { width: 62%; height: 8px; margin: 22px auto; border-radius: 8px; background: #c9dcf3; }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 13px 18px; border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: 0 14px 35px rgba(30,55,95,.14); }
.float-card > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; color: white; background: var(--mint); font-weight: 900; }
.float-card small, .float-card strong { display: block; line-height: 1.4; }
.float-card small { color: #8993a4; font-size: 10px; }.float-card strong { font-size: 12px; }
.float-card-top { top: 90px; right: 5px; }.float-card-bottom { bottom: 85px; left: 0; }
.hero-decoration { position: absolute; border-radius: 50%; border: 1px solid rgba(23,105,232,.08); }.decoration-one { width: 250px; height: 250px; left: -100px; bottom: -80px; }.decoration-two { width: 90px; height: 90px; right: 6%; top: -40px; }

/* 빠른 메뉴 */
.quick-section { position: relative; z-index: 3; padding: 62px 0 76px; border-bottom: 1px solid var(--line); background: white; }
.compact-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 30px; }
.compact-heading h2 { margin: 1px 0 0; font-size: 28px; letter-spacing: -1px; }.compact-heading > p { font-size: 14px; }
.quick-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }
.quick-card { position: relative; min-height: 180px; padding: 24px 18px; border: 1px solid var(--line); border-radius: 18px; background: white; transition: transform .2s, border-color .2s, box-shadow .2s; }
.quick-card:hover { transform: translateY(-5px); border-color: #b9d2f6; box-shadow: var(--shadow); }
.icon-box, .service-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 13px; color: var(--blue); background: var(--blue-light); font-size: 21px; font-weight: 800; }
.quick-card strong, .quick-card small { display: block; }.quick-card strong { margin-bottom: 4px; font-size: 17px; }.quick-card small { color: #7a8596; font-size: 12px; }.quick-card i { position: absolute; right: 17px; bottom: 16px; color: #a0aabd; font-style: normal; }

/* 서비스 */
.services { background: var(--surface); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; overflow: hidden; min-height: 340px; padding: 32px 27px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 8px 25px rgba(30,50,85,.04); }
.service-card.featured { border-top: 4px solid var(--blue); }
.service-number { position: absolute; top: 18px; right: 22px; color: #e8edf5; font-size: 32px; font-weight: 900; }
.service-card h3 { margin: 4px 0 12px; font-size: 21px; }.service-card p { min-height: 93px; margin: 0 0 25px; color: var(--text); font-size: 14px; }.service-card a { color: var(--blue); font-size: 14px; font-weight: 750; }

/* 요금제 */
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 20px; max-width: 1000px; margin: auto; }
.plan-card { position: relative; padding: 35px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 30px rgba(25,50,90,.06); }
.primary-plan { padding-block: 48px; border: 2px solid var(--blue); box-shadow: 0 22px 55px rgba(23,105,232,.14); }
.recommended { position: absolute; top: -15px; left: 50%; padding: 6px 17px; border-radius: 99px; color: white; background: var(--blue); font-size: 12px; font-weight: 800; transform: translateX(-50%); }
.plan-tag { display: inline-block; padding: 5px 10px; border-radius: 8px; color: var(--blue); background: var(--blue-light); font-size: 11px; font-weight: 700; }
.plan-symbol { margin: 24px 0 8px; color: var(--blue); font-size: 34px; font-weight: 300; }.plan-card h3 { margin: 0; font-size: 26px; }.plan-card > p { min-height: 53px; margin: 7px 0 22px; color: var(--text); font-size: 13px; }.plan-card ul { padding: 20px 0 0; margin: 0 0 27px; border-top: 1px solid var(--line); list-style: none; }.plan-card li { position: relative; padding: 5px 0 5px 22px; color: #536179; font-size: 13px; }.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--mint); font-weight: 900; }.text-link { color: var(--blue); font-size: 14px; font-weight: 750; }.full-button { width: 100%; }.disclaimer { margin: 30px 0 0; color: #8791a1; text-align: center; font-size: 12px; }

/* 절차 */
.process { background: var(--surface); }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1000px; padding: 0; margin: auto; list-style: none; }
.process-list li { position: relative; text-align: center; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; top: 51px; left: 68%; width: 64%; border-top: 2px dashed #cbd9eb; }
.step-number { display: block; margin-bottom: 10px; color: var(--blue); font-size: 12px; font-weight: 800; }.step-icon { position: relative; z-index: 2; display: grid; place-items: center; width: 76px; height: 76px; margin: auto; border: 8px solid var(--surface); border-radius: 50%; color: var(--blue); background: white; box-shadow: 0 8px 24px rgba(25,60,105,.1); font-size: 22px; font-weight: 800; }.process-list h3 { margin: 18px 0 5px; font-size: 18px; }.process-list p { margin: 0; color: var(--text); font-size: 13px; }

/* 센터 */
.center-section { padding-bottom: 80px; }
.center-card { position: relative; overflow: hidden; min-height: 330px; display: flex; align-items: center; padding: 58px clamp(35px, 7vw, 90px); border-radius: 28px; color: white; background: linear-gradient(120deg, #123a7b, #1769e8); box-shadow: 0 24px 55px rgba(22,76,160,.2); }
.center-copy { position: relative; z-index: 2; }.center-copy h2 { margin: 4px 0 15px; font-size: clamp(30px, 4vw, 44px); line-height: 1.25; letter-spacing: -1.8px; }.center-copy > p:not(.eyebrow) { margin: 0 0 27px; color: #d4e5ff; font-size: 14px; }
.map-art { position: absolute; right: 4%; width: 43%; height: 100%; opacity: .8; }.map-art::before, .map-art::after { content: ""; position: absolute; border: 2px solid rgba(255,255,255,.18); border-radius: 45% 55% 56% 44%; transform: rotate(-17deg); }.map-art::before { width: 300px; height: 190px; right: 10px; top: 56px; }.map-art::after { width: 230px; height: 260px; right: 95px; top: 18px; }.map-pin { position: absolute; z-index: 2; right: 140px; top: 105px; display: grid; place-items: center; width: 66px; height: 66px; border: 12px solid rgba(255,255,255,.23); border-radius: 50%; color: white; background: #ffb327; box-shadow: 0 12px 30px rgba(0,0,0,.18); }.map-dot { position: absolute; width: 12px; height: 12px; border: 3px solid white; border-radius: 50%; }.dot-a { right: 55px; bottom: 90px; }.dot-b { right: 330px; top: 78px; }

/* FAQ */
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }.faq-intro { position: sticky; top: 130px; align-self: start; }.faq-intro .text-link { display: inline-block; margin-top: 22px; }.faq-item { border-bottom: 1px solid var(--line); }.faq-item:first-child { border-top: 1px solid var(--line); }.faq-item h3 { margin: 0; }.faq-item button { width: 100%; min-height: 78px; display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 20px 4px; border: 0; color: var(--ink); background: transparent; text-align: left; font-size: 16px; font-weight: 700; cursor: pointer; }.faq-item button b { margin-right: 13px; color: var(--blue); }.faq-item button i { position: relative; flex: 0 0 20px; height: 20px; }.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; top: 9px; left: 3px; width: 14px; height: 2px; background: var(--ink); transition: transform .2s; }.faq-item button i::after { transform: rotate(90deg); }.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }.faq-answer { padding: 0 42px 22px; color: var(--text); font-size: 14px; }.faq-answer p { margin: 0; }.faq-answer[hidden] { display: none; }

/* CTA와 푸터 */
.bottom-cta { padding: 88px 0; color: white; background: linear-gradient(120deg, #15366f, #155fd4); text-align: center; }.bottom-cta h2 { margin: 0 0 13px; font-size: clamp(34px, 4vw, 48px); line-height: 1.25; letter-spacing: -2px; }.bottom-cta p:not(.eyebrow) { margin: 0 0 30px; color: #d6e5fc; }.centered-buttons { justify-content: center; }.mobile-only { display: none; }
.site-footer { padding: 48px 0; background: #0b1d3d; color: white; }.footer-inner { display: flex; justify-content: space-between; gap: 50px; }.footer-brand { margin-bottom: 12px; }.footer-inner p { margin: 2px 0; color: #98a9c2; font-size: 12px; }.footer-note { text-align: right; }.footer-note small { display: block; margin-top: 18px; color: #667994; font-size: 11px; }
.footer-guide-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 20px; width: min(calc(100% - 40px),var(--container)); padding-top: 22px; margin: 30px auto 0; border-top: 1px solid rgba(255,255,255,.1); color: #bbcae0; font-size: 12px; font-weight: 700; }
.footer-guide-links a:hover { color: #fff; }
.site-footer .home-footer__links { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: flex-end; gap: 10px 18px; color: #bbcae0; font-size: 12px; font-weight: 700; }
.site-footer .home-footer__links a:hover { color: #fff; }

/* 모든 페이지 공통 담당자 빠른 상담 */
.contact-dock { position: fixed; z-index: 900; right: 18px; bottom: 22px; display: grid; gap: 9px; width: 174px; padding: 0; border: 0; background: transparent; box-shadow: none; }
.contact-dock__link { display: flex; align-items: center; gap: 10px; min-height: 58px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.62); border-radius: 16px; box-shadow: 0 10px 25px rgba(9,27,61,.14); font-weight: 800; line-height: 1.25; backdrop-filter: blur(15px) saturate(125%); -webkit-backdrop-filter: blur(15px) saturate(125%); transition: transform .2s,box-shadow .2s,background .2s; }
.contact-dock__link:hover { transform: translateY(-2px); box-shadow: 0 17px 38px rgba(9,27,61,.28); }
.contact-dock__link--phone { color: #fff; background: linear-gradient(135deg,rgba(15,95,218,.72),rgba(28,125,241,.66)); }
.contact-dock__link--kakao { color: #251f00; border-color: rgba(241,216,0,.7); background: rgba(254,229,0,.68); }
.contact-dock__link--visit { color: #fff; border-color: rgba(14,139,121,.62); background: linear-gradient(135deg,rgba(8,122,107,.72),rgba(17,162,141,.66)); }
.contact-dock__icon { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; border-radius: 12px; color: currentColor; background: rgba(255,255,255,.2); font-size: 18px; font-weight: 950; }
.contact-dock__link--kakao .contact-dock__icon { background: rgba(55,44,0,.09); }
.contact-dock__link small,.contact-dock__link strong { display: block; }
.contact-dock__link small { margin-bottom: 1px; font-size: 10px; opacity: .74; }
.contact-dock__link strong { font-size: 14px; white-space: nowrap; }

@media (max-width: 1050px) {
  .header-inner { gap: 8px; }
  .header-open-cta { display: inline-flex; margin-left: auto; }
  .header-share-button--desktop { display: none; }
  .header-share-button--mobile { display: grid; margin-right: 0; }
  .menu-toggle { display: block; margin-left: 0; }
  .primary-nav { position: absolute; top: 76px; left: 0; right: 0; max-height: 0; overflow: hidden; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; padding: 0 20px; background: white; box-shadow: 0 18px 28px rgba(20,40,70,.1); opacity: 0; visibility: hidden; transition: max-height .35s, opacity .25s, visibility .25s, padding .35s; }
  .primary-nav.is-open { max-height: 540px; padding-block: 14px 22px; opacity: 1; visibility: visible; }
  .primary-nav > a:not(.button) { padding: 13px 10px; border-bottom: 1px solid var(--line); }
  .primary-nav__dropdown { display: block; align-self: auto; border-bottom: 1px solid var(--line); }
  .primary-nav__dropdown-toggle { justify-content: space-between; width: 100%; height: auto; padding: 13px 10px; border-bottom: 0; text-align: left; }
  .primary-nav__dropdown:hover .primary-nav__dropdown-toggle,.primary-nav__dropdown.is-open .primary-nav__dropdown-toggle { border-color: transparent; }
  .primary-nav__dropdown-menu { position: static; width: auto; max-height: 0; overflow: hidden; padding: 0 8px; border: 0; border-radius: 0; box-shadow: none; opacity: 0; visibility: hidden; transform: none; transition: max-height .25s,opacity .2s,visibility .2s,padding .25s; }
  .primary-nav__dropdown.is-open .primary-nav__dropdown-menu { max-height: 270px; padding: 0 8px 10px; opacity: 1; visibility: visible; transform: none; }
  .primary-nav__dropdown-menu a { padding: 10px 12px; background: #f5f8fd; }
  .primary-nav__dropdown-menu a + a { margin-top: 6px; }
  .nav-cta { grid-column: 1 / -1; margin-top: 14px; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .quick-grid { grid-template-columns: repeat(3, 1fr); }.service-grid { grid-template-columns: repeat(2, 1fr); }.service-card { min-height: 300px; }
}

@media (max-width: 760px) {
  .header-share-status { top: 78px; right: 16px; }
  .container { width: min(calc(100% - 32px), var(--container)); }.section { padding: 74px 0; }.site-header { height: 68px; }.header-inner { gap: 8px; }.primary-nav { top: 68px; }.brand { font-size: 18px; }.brand-logo { width: 164px; }.brand-mark { width: 31px; height: 31px; }
  .header-share-button--mobile { margin-right: 0; }
  .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; gap: 18px; padding-top: 58px; padding-bottom: 58px; }.hero h1 { font-size: clamp(39px, 11vw, 52px); letter-spacing: -2.5px; }.hero-description { font-size: 16px; }.hero-visual { min-height: 395px; transform: scale(.88); margin: -15px 0 -25px; }.button-group .button { flex: 1 1 160px; }.hero-note { text-align: center; }
  .quick-section { padding: 52px 0; }.compact-heading { display: block; }.compact-heading > p { margin-top: 10px; }.quick-grid { grid-template-columns: repeat(2, 1fr); }.quick-card { min-height: 165px; padding: 20px 16px; }
  .service-grid, .plan-grid { grid-template-columns: 1fr; }.service-card { min-height: auto; }.service-card p { min-height: auto; }.primary-plan { padding-block: 40px; order: -1; }.plan-card > p { min-height: auto; }
  .process-list { grid-template-columns: repeat(2, 1fr); row-gap: 46px; }.process-list li:nth-child(2)::after { display: none; }.process-list li:not(:last-child)::after { left: 67%; width: 66%; }
  .center-card { min-height: 480px; align-items: flex-start; padding: 45px 28px; }.map-art { right: -15%; bottom: -90px; width: 95%; height: 75%; }.center-copy > p:not(.eyebrow) br { display: none; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }.faq-intro { position: static; }.faq-item button { font-size: 15px; }.faq-answer { padding-left: 4px; }
  .footer-inner { display: block; }.footer-note { margin-top: 28px; text-align: left; }.mobile-only { display: block; }
  .footer-guide-links { justify-content: flex-start; }
  .has-contact-dock .site-footer { padding-bottom: 126px; }
  .contact-dock { left: 12px; right: 12px; bottom: max(10px,env(safe-area-inset-bottom)); grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; width: auto; }
  .contact-dock__link { justify-content: center; min-width: 0; min-height: 56px; padding: 8px 10px; border-radius: 15px; }
  .contact-dock__icon { flex-basis: 32px; width: 32px; height: 32px; border-radius: 10px; font-size: 16px; }
  .contact-dock__link strong { font-size: 14px; }
  .contact-dock__link small { display: none; }
}

@media (max-width: 430px) {
  .header-inner { gap: 6px; }
  .brand-lockup { gap: 6px; }
  .brand-lockup__symbol { flex-basis: 43px; width: 43px; height: 33px; }
  .brand-lockup__symbol img { height: 33px; }
  .brand-lockup__type { gap: 3px; }
  .brand-lockup__type strong { font-size: 20px; letter-spacing: -1.35px; }
  .brand-lockup__type small { display: none; }
  .brand-lockup__type small i { width: 23px; }
  .header-inner.has-header-share .brand-logo { width: 140px; }
  .header-open-cta { min-height: 36px; padding: 0 6px; border-radius: 9px; font-size: 10px; }
  .header-share-button { flex-basis: 34px; width: 34px; height: 34px; border-radius: 10px; }
  .header-share-button--mobile { margin-right: 0; }
  .header-share-button svg { width: 19px; height: 19px; }
  .menu-toggle { padding-inline: 4px; }
  .brand-logo--footer { width: 205px !important; }
  .contact-dock { left: 8px; right: 8px; gap: 6px; }
  .contact-dock__link { gap: 6px; padding-inline: 7px; }
  .contact-dock__icon { flex-basis: 29px; width: 29px; height: 29px; }
  .contact-dock__link strong { font-size: 12px; }
}

@media (max-width: 420px) {
  .primary-nav { grid-template-columns: 1fr; overflow-y: auto; }.primary-nav.is-open { max-height: calc(100vh - 68px); }.quick-grid { gap: 10px; }.quick-card { min-height: 155px; }.quick-card small { line-height: 1.4; }.hero-visual { margin-inline: -25px; }.phone { transform: scale(.92) rotate(4deg); }.float-card-top { right: -5px; }.float-card-bottom { left: -8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .contact-dock,.site-breadcrumb { display: none !important; }
}

/* 1.2.0 · 알닷 참고 UI 정돈: 넓은 여백, 밝은 표면, 간결한 카드 */
body { background: #f7f8fb; }
.site-header { border-bottom: 1px solid rgba(20,35,60,.07); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); }
.site-breadcrumb { background: rgba(255,255,255,.78); }
.site-breadcrumb ol { padding-block: 13px; }
:is(.trend-card,.journey-card,.plan-panel,.contract-card,.benefit-plan,.usim-product-card,.activation-card,.prepare-grid article,.choice-grid article,.hours-grid article,.membership-app-card,.visit-benefit-grid article,.join-type-grid article,.recharge-app-card,.ready-grid article) {
  border-color: rgba(25,45,78,.08);
  border-radius: 24px;
  box-shadow: 0 12px 38px rgba(19,39,74,.07);
}
:is(.button,.home-button,.open-button,.usim-button,.recharge-kakao-button) { border-radius: 15px; }

/* 모든 페이지 맨 위로 */
.back-to-top {
  position: fixed;
  z-index: 910;
  right: 24px;
  bottom: 226px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(24,50,86,.12);
  border-radius: 50%;
  color: #14294a;
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 30px rgba(9,27,61,.18);
  font-size: 24px;
  font-weight: 900;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .2s,transform .2s,background .2s,color .2s;
}
.back-to-top:hover { color: #fff; background: #1769e8; }
.back-to-top:focus-visible { outline: 3px solid rgba(23,105,232,.25); outline-offset: 3px; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* 유심 준비 두 경로 공통 UI */
.route-overview { padding: 82px 0; background: #f7f8fb; }
.route-overview__heading { max-width: 760px; margin: 0 auto 30px; text-align: center; }
.route-overview__heading h2 { margin: 7px 0 12px; color: #101f38; font-size: clamp(30px,4.4vw,48px); line-height: 1.15; letter-spacing: -2px; }
.route-overview__heading > p:last-child { margin: 0; color: #61708a; line-height: 1.75; }
.route-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.route-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 330px; padding: 30px; border: 1px solid rgba(22,52,92,.08); border-radius: 28px; color: #132542; background: #fff; box-shadow: 0 18px 52px rgba(19,39,74,.08); }
.route-card::after { content: ""; position: absolute; right: -36px; top: -46px; width: 165px; height: 165px; border-radius: 50%; background: rgba(35,116,239,.08); }
.route-card--delivery { background: linear-gradient(145deg,#fff8fb,#f5f0ff); }
.route-card--delivery::after { background: rgba(239,40,116,.1); }
.route-card__number { position: relative; z-index: 1; display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 25px; border-radius: 14px; color: #fff; background: #1769e8; font-size: 13px; font-weight: 900; }
.route-card--delivery .route-card__number { background: linear-gradient(135deg,#ff286f,#7657f2); }
.route-card__badge { align-self: flex-start; margin: -4px 0 12px; padding: 7px 11px; border-radius: 999px; color: #df165d; background: #ffe5ee; font-size: 12px; font-weight: 900; }
.route-card h3 { margin: 0 0 12px; font-size: clamp(24px,3vw,33px); line-height: 1.2; letter-spacing: -1.2px; }
.route-card > p { margin: 0 0 21px; color: #66738a; line-height: 1.7; }
.route-card ol { display: grid; gap: 8px; padding: 0; margin: auto 0 24px; list-style: none; counter-reset: route-step; }
.route-card li { display: flex; align-items: center; gap: 9px; color: #35465e; font-size: 14px; font-weight: 750; }
.route-card li::before { counter-increment: route-step; content: counter(route-step); display: grid; place-items: center; flex: 0 0 24px; height: 24px; border-radius: 50%; color: #1769e8; background: #eaf2ff; font-size: 11px; font-weight: 950; }
.route-card--delivery li::before { color: #df165d; background: #ffe5ee; }
.route-card__link { display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 52px; padding: 13px 17px; border-radius: 15px; color: #fff; background: #152d52; font-weight: 900; }
.route-card--delivery .route-card__link { background: linear-gradient(135deg,#f51f68,#7657f2); }

/* 개통 후 유심 당일배송 / 8월 프로모션 */
.same-day-delivery { padding: 86px 0; background: #f3f5fa; }
.same-day-promo { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: center; padding: clamp(28px,5vw,56px); border-radius: 32px; color: #fff; background: linear-gradient(130deg,#191343 0%,#31136f 58%,#801b89 100%); box-shadow: 0 24px 65px rgba(44,20,102,.22); }
.same-day-promo::before,.same-day-promo::after { content: ""; position: absolute; border-radius: 50%; filter: blur(2px); }
.same-day-promo::before { right: -70px; top: -100px; width: 290px; height: 290px; background: rgba(255,62,153,.22); }
.same-day-promo::after { left: 48%; bottom: -130px; width: 260px; height: 260px; background: rgba(73,114,255,.2); }
.same-day-promo__copy,.same-day-promo__visual { position: relative; z-index: 1; }
.promo-kicker { display: inline-flex; align-items: center; gap: 7px; margin: 0 0 16px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #f7dfff; background: rgba(255,255,255,.09); font-size: 12px; font-weight: 900; }
.same-day-promo h2 { margin: 0 0 15px; font-size: clamp(31px,4.7vw,54px); line-height: 1.08; letter-spacing: -2.2px; }
.same-day-promo h2 em { color: #ff75b5; font-style: normal; }
.same-day-promo__copy > p:not(.promo-kicker) { max-width: 620px; margin: 0; color: #dddaf3; line-height: 1.75; }
.same-day-promo__price { display: grid; place-items: center; min-height: 270px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: rgba(255,255,255,.09); text-align: center; backdrop-filter: blur(10px); }
.same-day-promo__price span { display: block; color: #d7d1ef; font-size: 13px; font-weight: 800; }
.same-day-promo__price s { display: block; margin-top: 12px; color: #bdb5d7; font-size: 18px; }
.same-day-promo__price strong { display: block; margin: -2px 0 4px; color: #fff; font-size: clamp(45px,7vw,76px); line-height: 1; letter-spacing: -3px; }
.same-day-promo__price b { color: #ff9ac6; font-size: 15px; }
.same-day-promo__price small { display: block; margin-top: 17px; color: #ddd7ef; }
.promotion-period { margin: 13px 0 0; color: #d9d5eb; font-size: 12px; text-align: right; }

.coverage-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; margin-top: 20px; }
.delivery-facts,.coverage-checker { padding: 28px; border: 1px solid rgba(28,51,83,.08); border-radius: 26px; background: #fff; box-shadow: 0 13px 38px rgba(22,41,73,.06); }
.delivery-facts h3,.coverage-checker h3 { margin: 0 0 8px; color: #12233d; font-size: 24px; letter-spacing: -.9px; }
.delivery-facts > p,.coverage-checker > p { margin: 0 0 22px; color: #69758a; font-size: 14px; line-height: 1.7; }
.delivery-facts dl { margin: 0; }
.delivery-facts dl > div { display: grid; grid-template-columns: 105px 1fr; gap: 12px; padding: 14px 0; border-top: 1px solid #edf0f5; }
.delivery-facts dt { color: #1f3150; font-weight: 900; }
.delivery-facts dd { margin: 0; color: #5f6d82; line-height: 1.55; }
.coverage-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.coverage-form label { grid-column: 1 / -1; color: #263b5a; font-size: 13px; font-weight: 900; }
.coverage-form input { min-width: 0; min-height: 52px; padding: 0 15px; border: 1px solid #cad3e1; border-radius: 14px; color: #132542; background: #fff; font: inherit; }
.coverage-form input:focus { border-color: #1769e8; outline: 3px solid rgba(23,105,232,.12); }
.coverage-form button { min-height: 52px; padding: 0 18px; border: 0; border-radius: 14px; color: #fff; background: #1769e8; font-weight: 900; cursor: pointer; }
.coverage-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 10px; }
.coverage-actions button,.coverage-actions summary { min-height: 43px; display: inline-flex; align-items: center; padding: 0 14px; border: 1px solid #d7deea; border-radius: 13px; color: #263b5a; background: #fff; font-size: 13px; font-weight: 850; cursor: pointer; }
.coverage-actions details { display: contents; }
.coverage-region-list { flex-basis: 100%; padding: 17px; margin-top: 2px; border-radius: 16px; color: #5e6d83; background: #f4f6fa; font-size: 13px; line-height: 1.75; }
.coverage-region-list strong { color: #1f3150; }
.coverage-status { min-height: 54px; padding: 14px 16px; margin: 14px 0 0; border-radius: 15px; color: #46566e; background: #f1f4f8; font-size: 14px; line-height: 1.6; }
.coverage-status.is-success { color: #075f45; background: #e5f8f1; }
.coverage-status.is-partial { color: #794b00; background: #fff4d7; }
.coverage-status.is-error { color: #a32d2d; background: #fff0f0; }
.coverage-disclaimer { margin: 14px 2px 0; color: #7b8697; font-size: 12px; line-height: 1.65; }
.same-day-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.same-day-actions a { flex: 1 1 190px; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 18px; border-radius: 15px; color: #fff; background: #1769e8; font-weight: 900; }
.same-day-actions a:last-child { background: #6b47d8; }

/* 1.3.0 · GPS 이진 배송지역 확인 / 두발히어로 배송조회 */
.gps-coverage-action { margin-top: 20px; }
.gps-coverage-button { width: 100%; min-height: 82px; display: grid; grid-template-columns: 46px 1fr; grid-template-rows: auto auto; column-gap: 13px; align-items: center; padding: 15px 18px; border: 0; border-radius: 19px; color: #fff; background: linear-gradient(135deg,#1269e8,#6852e8); box-shadow: 0 13px 28px rgba(29,92,210,.24); text-align: left; cursor: pointer; transition: transform .2s ease,box-shadow .2s ease,opacity .2s ease; }
.gps-coverage-button:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(29,92,210,.3); }
.gps-coverage-button:focus-visible { outline: 3px solid rgba(18,105,232,.25); outline-offset: 3px; }
.gps-coverage-button:disabled { cursor: wait; opacity: .72; }
.gps-coverage-button > span { grid-row: 1 / 3; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: #1769e8; background: #fff; font-size: 26px; font-weight: 900; }
.gps-coverage-button strong { align-self: end; font-size: 16px; }
.gps-coverage-button small { align-self: start; color: rgba(255,255,255,.78); font-size: 11px; }
.gps-coverage-button.is-loading > span { animation: gps-pulse 1s ease-in-out infinite alternate; }
.gps-coverage-checker .coverage-status { min-height: 76px; display: grid; place-items: center; text-align: center; }
.gps-coverage-checker .coverage-status strong { font-size: clamp(20px,3.2vw,27px); letter-spacing: -.7px; }
.gps-coverage-checker .coverage-status[data-result="available"]::before { content: "✓"; display: grid; place-items: center; width: 30px; height: 30px; margin-bottom: -4px; border-radius: 50%; color: #fff; background: #10956d; font-weight: 900; }
.gps-coverage-checker .coverage-status[data-result="unavailable"]::before { content: "×"; display: grid; place-items: center; width: 30px; height: 30px; margin-bottom: -4px; border-radius: 50%; color: #fff; background: #d94242; font-size: 22px; font-weight: 900; }
.delivery-tracking-card { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: clamp(24px,4vw,38px); margin-top: 18px; border: 1px solid #e5e9f0; border-radius: 27px; color: #172641; background: linear-gradient(120deg,#fff 0%,#f0f6ff 100%); box-shadow: 0 13px 38px rgba(22,41,73,.07); }
.delivery-tracking-card span:first-child { display: block; margin-bottom: 8px; color: #1769e8; font-size: 11px; font-weight: 950; letter-spacing: 1.7px; }
.delivery-tracking-card h3 { margin: 0 0 7px; font-size: clamp(23px,3vw,32px); letter-spacing: -1px; }
.delivery-tracking-card p { margin: 0; color: #66758b; line-height: 1.65; }
.delivery-tracking-card > a,.delivery-tracking-link { flex: 0 0 auto; min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 20px; border-radius: 15px; color: #fff; background: #172641; font-weight: 900; }
.delivery-tracking-link { width: 100%; margin-top: 18px; background: linear-gradient(135deg,#172641,#254c89); }
@keyframes gps-pulse { from { transform: scale(.9); opacity: .72; } to { transform: scale(1.06); opacity: 1; } }

@media (max-width: 820px) {
  .route-grid,.same-day-promo,.coverage-layout { grid-template-columns: 1fr; }
  .same-day-promo__price { min-height: 210px; }
  .promotion-period { text-align: left; }
}

@media (max-width: 760px) {
  .back-to-top { right: 14px; bottom: calc(78px + env(safe-area-inset-bottom)); width: 44px; height: 44px; }
  .route-overview,.same-day-delivery { padding: 66px 0; }
  .route-card { min-height: auto; padding: 24px; border-radius: 23px; }
  .same-day-promo { padding: 27px 22px; border-radius: 25px; }
  .delivery-facts,.coverage-checker { padding: 22px; border-radius: 22px; }
  .coverage-form { grid-template-columns: 1fr; }
  .coverage-form button { width: 100%; }
  .delivery-tracking-card { align-items: stretch; flex-direction: column; border-radius: 22px; }
  .delivery-tracking-card > a { width: 100%; }
}

@media (min-width: 761px) and (max-width: 1050px) {
  .has-contact-dock .site-footer { padding-bottom: 126px; }
  .contact-dock { left: 50%; right: auto; bottom: 12px; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; width: min(calc(100% - 32px),720px); transform: translateX(-50%); }
  .contact-dock__link { justify-content: center; min-width: 0; min-height: 56px; padding: 8px 10px; border-radius: 15px; }
  .contact-dock__icon { flex-basis: 32px; width: 32px; height: 32px; border-radius: 10px; font-size: 16px; }
  .contact-dock__link small { display: none; }
  .contact-dock__link strong { font-size: 14px; }
  .back-to-top { right: 16px; bottom: 84px; width: 44px; height: 44px; }
}

@media print {
  .back-to-top { display: none !important; }
}

/* 온라인 개통 전 KT망 연체 이력 단말기 확인 */
.device-history-check[hidden] { display: none !important; }
.device-history-check { position: fixed; inset: 0; z-index: 200100; display: grid; place-items: center; padding: 20px; }
.device-history-check__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(18,42,78,.58); backdrop-filter: blur(5px); cursor: default; }
.device-history-check__dialog { position: relative; width: min(520px,100%); max-height: calc(100dvh - 40px); overflow-y: auto; padding: 32px; border: 1px solid #dbe8f8; border-radius: 26px; color: #13233f; background: #fff; box-shadow: 0 24px 70px rgba(35,89,164,.26); text-align: center; }
.device-history-check__badge { display: inline-flex; margin-bottom: 13px; padding: 6px 11px; border-radius: 999px; color: #1768e8; background: #eaf3ff; font-size: 12px; font-weight: 950; letter-spacing: .4px; }
.device-history-check__badge--lg { color: #9c235c; background: #fff0f7; }
.device-history-check__dialog h2 { margin: 0 0 11px; color: #13233f; font-size: clamp(27px,4vw,34px); line-height: 1.28; letter-spacing: -1.2px; font-weight: 950; }
.device-history-check__dialog p { margin: 0 auto 22px; color: #536985; font-size: 15px; line-height: 1.65; word-break: keep-all; }
.device-history-check__dialog p strong { color: #9c235c; font-weight: 950; }
.device-history-check__dialog p b { color: #1768e8; font-weight: 950; }
.device-history-check__choices { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }
.device-history-check__choice { min-width: 0; min-height: 82px; display: grid; place-items: center; align-content: center; gap: 4px; padding: 13px; border: 1px solid #c9dcf6; border-radius: 15px; color: #163b70; background: #f4f8ff; font: inherit; cursor: pointer; transition: transform .18s,border-color .18s,box-shadow .18s; }
.device-history-check__choice strong { font-size: 18px; font-weight: 950; }
.device-history-check__choice span { color: #62738b; font-size: 12px; font-weight: 750; }
.device-history-check__choice--yes { border-color: #edc86d; color: #734d00; background: #fff9e9; }
.device-history-check__choice:hover { transform: translateY(-2px); border-color: #70a8ef; box-shadow: 0 10px 22px rgba(23,105,232,.14); }
.device-history-check__choice--yes:hover { border-color: #e5aa22; box-shadow: 0 10px 22px rgba(210,143,0,.14); }
.device-history-check__choice:focus-visible,.device-history-check__continue:focus-visible,.device-history-check__back:focus-visible,.device-history-check__close:focus-visible { outline: 3px solid rgba(23,105,232,.28); outline-offset: 3px; }
.device-history-check__continue { width: 100%; min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 16px; border: 0; border-radius: 14px; color: #fff; background: linear-gradient(135deg,#b83277,#8f3670); box-shadow: 0 10px 24px rgba(143,54,112,.22); font: inherit; font-size: 15px; font-weight: 950; cursor: pointer; }
.device-history-check__back { margin-top: 10px; padding: 7px 10px; border: 0; color: #58708f; background: transparent; font: inherit; font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.device-history-check__close { width: 100%; min-height: 44px; margin-top: 14px; border: 0; border-radius: 12px; color: #34445e; background: #edf2f8; font: inherit; font-size: 14px; font-weight: 900; cursor: pointer; }

/* 1.3.48 · 온라인 개통 방법을 두 가지 선택지로 간결하게 안내 */
.open-gate[hidden] { display: none !important; }
.open-gate { position: fixed; inset: 0; z-index: 200000; display: grid; place-items: center; padding: 20px; }
.open-gate__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(18,42,78,.56); backdrop-filter: blur(5px); cursor: default; }
.open-gate__dialog { position: relative; width: min(760px,100%); max-height: calc(100dvh - 40px); overflow-y: auto; padding: 32px; border: 1px solid #dbe8f8; border-radius: 28px; color: #13233f; background: #fff; box-shadow: 0 24px 70px rgba(35,89,164,.24); }
.open-gate__icon { width: fit-content; margin: 0 auto 12px; padding: 6px 11px; border-radius: 999px; color: #1768e8; background: #eaf3ff; font-size: 12px; font-weight: 900; letter-spacing: .7px; }
.open-gate__dialog h2 { margin: 0 0 8px; color: #13233f; font-size: clamp(27px,4vw,35px); line-height: 1.28; letter-spacing: -1.3px; text-align: center; font-weight: 900; }
.open-gate__intro { margin: 0 auto 17px; color: #526680; font-size: 16px; line-height: 1.55; text-align: center; }
.open-gate__notice { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 0 0 18px; padding: 11px 14px; border: 1px solid #d7e7fb; border-radius: 13px; color: #1f4677; background: #f5f9ff; font-size: 15px; line-height: 1.45; text-align: center; }
.open-gate__notice > span { flex: 0 0 auto; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: #fff; background: #1768e8; font-size: 12px; font-weight: 950; }
.open-gate__network-recommendation { display: flex; align-items: center; justify-content: center; gap: 9px; margin: -7px 0 18px; padding: 10px 13px; border: 1px solid #efbf5c; border-radius: 13px; color: #654400; background: #fff8e4; font-size: 14px; line-height: 1.45; text-align: center; }
.open-gate__network-recommendation[hidden] { display: none !important; }
.open-gate__network-recommendation > span { flex: 0 0 22px; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: #fff; background: #e79a00; font-size: 12px; font-weight: 950; }
.open-gate__steps { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.open-gate__step { min-width: 0; min-height: 270px; display: flex; flex-direction: column; padding: 22px; border: 1px solid #d9e7f8; border-radius: 20px; background: #f8fbff; }
.open-gate__step--primary { border-color: #a9c9fa; background: linear-gradient(150deg,#f8fbff,#eaf3ff); }
.open-gate__step--usim { border-color: #f0c3d4; background: linear-gradient(150deg,#fffafd,#fff0f6); }
.open-gate__step-number { display: block; margin-bottom: 12px; color: #1768e8; font-size: 16px; line-height: 1.2; font-weight: 950; }
.open-gate__step--usim .open-gate__step-number { color: #c31d5b; }
.open-gate__step h3 { margin: 0 0 9px; color: #13233f; font-size: 20px; line-height: 1.38; letter-spacing: -.6px; font-weight: 900; word-break: keep-all; }
.open-gate__step p { margin: 0; color: #536985; font-size: 14px; line-height: 1.65; }
.open-gate__esim-note { min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 9px; align-items: center; margin: 0 0 10px; padding: 10px 11px; border: 1px solid #74d5e7; border-radius: 13px; color: #123654; background: linear-gradient(135deg,#e8fbff,#e9f4ff); box-shadow: 0 7px 18px rgba(30,143,183,.1); }
.open-gate__esim-note:hover { border-color: #28acc8; transform: translateY(-1px); box-shadow: 0 9px 20px rgba(30,143,183,.15); }
.open-gate__esim-note:focus-visible { outline: 3px solid rgba(24,153,190,.25); outline-offset: 2px; }
.open-gate__esim-badge { display: grid; place-items: center; min-width: 46px; height: 27px; padding: 0 8px; border-radius: 999px; color: #fff; background: linear-gradient(135deg,#0789aa,#1768e8); font-size: 11px; line-height: 1; font-weight: 950; letter-spacing: .2px; }
.open-gate__esim-copy { min-width: 0; display: grid; gap: 3px; }
.open-gate__esim-copy strong,.open-gate__esim-copy strong span { display: block; color: #086b91; font-size: 13px; line-height: 1.3; font-weight: 950; white-space: nowrap; }
.open-gate__esim-copy small { display: grid; gap: 1px; color: #45677e; font-size: 10px; line-height: 1.3; word-break: keep-all; }
.open-gate__esim-copy small span { display: block; white-space: nowrap; }
.open-gate__esim-copy small b { display: block; color: #1768e8; font-weight: 950; white-space: nowrap; }
.open-gate__esim-link { display: inline-flex; align-items: center; justify-content: center; gap: 3px; min-height: 28px; padding: 0 8px; border: 1px solid #b8d8f7; border-radius: 999px; color: #1768e8; background: rgba(255,255,255,.88); box-shadow: 0 4px 10px rgba(23,104,232,.09); font-size: 9.5px; line-height: 1.2; font-weight: 900; white-space: nowrap; }
.open-gate__esim-link b { font-size: 12px; }
.open-gate__options { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.open-gate__options li { display: grid; gap: 3px; padding: 10px 12px; border: 1px solid #d8e7fb; border-radius: 12px; background: rgba(255,255,255,.78); }
.open-gate__options strong { color: #cf2e4f; font-size: 14px; line-height: 1.4; }
.open-gate__options span { color: #536985; font-size: 13px; line-height: 1.55; word-break: keep-all; }
.open-gate__options em { color: #1768e8; font-style: normal; font-weight: 850; white-space: nowrap; }
.open-gate__choice { min-height: 54px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 10px; margin-top: auto; padding: 13px 15px; border: 1px solid #1768e8; border-radius: 13px; color: #fff; background: #1f70ed; font-size: 15px; font-weight: 900; transition: transform .18s,box-shadow .18s; }
.open-gate__choice:hover { transform: translateY(-2px); box-shadow: 0 10px 23px rgba(23,105,232,.2); }
.open-gate__choice:focus-visible,.open-gate__close:focus-visible { outline: 3px solid rgba(23,105,232,.32); outline-offset: 3px; }
.open-gate__choice strong { min-width: 0; }
.open-gate__choice > span { color: #fff; font-size: 18px; }
.open-gate__choice--primary { border-color: #1768e8; background: linear-gradient(135deg,#2477f2,#1263df); box-shadow: 0 8px 20px rgba(23,105,232,.2); }
.open-gate__choice--usim { border-color: #bd1853; background: linear-gradient(135deg,#e23772,#b81753); }
.open-gate__choice--usim:hover { box-shadow: 0 10px 23px rgba(190,24,84,.22); }
.open-gate__guide-actions { flex: 1; display: grid; grid-template-rows: auto auto minmax(0,1fr) auto; align-content: stretch; gap: 9px; margin-top: 16px; }
.open-gate__guide-actions .open-gate__choice { margin-top: 0; }
.open-gate__guide-link { position: relative; min-width: 0; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; align-items: center; padding: 12px 14px; border: 1px solid #efb7ce; border-radius: 13px; color: #6d2146; background: rgba(255,255,255,.82); font-size: 13px; font-weight: 900; }
.open-gate__guide-link:hover { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(190,24,84,.13); }
.open-gate__guide-link:focus-visible { outline: 3px solid rgba(190,24,84,.24); outline-offset: 3px; }
.open-gate__guide-link > span { color: #bd1853; font-size: 17px; }
.open-gate__guide-link--delivery { align-items: start; }
.open-gate__guide-link--delivery ul { grid-column: 1; display: grid; gap: 3px; padding: 7px 0 0; margin: 0; color: #76536a; font-size: 11px; line-height: 1.4; list-style: none; }
.open-gate__guide-link--delivery li::before { content: '✓'; margin-right: 5px; color: #c31d5b; font-weight: 950; }
.open-gate__guide-link--delivery > span { grid-column: 2; grid-row: 1/3; align-self: center; }
.open-gate__guide-link--kakao { border-color: #ebcf25; color: #322900; background: #fee500; }
.open-gate__guide-link--kakao > span { color: #322900; }
.open-gate__kakao-logo { position: relative; display: block; width: 23px; height: 18px; border-radius: 50%; background: #191919; }
.open-gate__kakao-logo::after { content: ''; position: absolute; left: 3px; bottom: -3px; width: 7px; height: 7px; background: #191919; clip-path: polygon(0 0,100% 0,0 100%); }
.open-gate__close { width: 100%; min-height: 46px; margin-top: 14px; border: 0; border-radius: 12px; color: #34445e; background: #edf2f8; font: inherit; font-size: 15px; font-weight: 900; cursor: pointer; }
.open-gate-active { overflow: hidden; }

@media (max-width: 620px) {
  .device-history-check { align-items: end; padding: 10px; }
  .device-history-check__dialog { max-height: calc(100dvh - 20px); padding: 24px 17px 16px; border-radius: 22px; }
  .device-history-check__dialog h2 { font-size: 25px; }
  .device-history-check__dialog p { margin-bottom: 17px; font-size: 13.5px; line-height: 1.55; }
  .device-history-check__choices { grid-template-columns: 1fr; gap: 8px; }
  .device-history-check__choice { min-height: 66px; grid-template-columns: auto 1fr; justify-content: start; gap: 10px; padding: 11px 14px; text-align: left; }
  .device-history-check__choice strong { font-size: 16px; }
  .device-history-check__choice span { font-size: 12px; }
  .device-history-check__continue { min-height: 50px; font-size: 14px; }
  .device-history-check__close { min-height: 42px; margin-top: 9px; font-size: 13px; }
  .open-gate { align-items: end; padding: 10px; }
  .open-gate__dialog { max-height: calc(100dvh - 20px); padding: 20px 16px 16px; border-radius: 22px; }
  .open-gate__dialog h2 { font-size: 25px; }
  .open-gate__intro { margin-bottom: 12px; font-size: 14px; line-height: 1.5; }
  .open-gate__notice { align-items: flex-start; margin-bottom: 12px; padding: 9px 10px; font-size: 13px; line-height: 1.45; text-align: left; }
  .open-gate__network-recommendation { align-items: flex-start; justify-content: flex-start; margin: -4px 0 12px; padding: 9px 10px; font-size: 12.5px; text-align: left; }
  .open-gate__steps { grid-template-columns: 1fr; gap: 9px; }
  .open-gate__step { min-height: 0; padding: 15px; border-radius: 16px; }
  .open-gate__step-number { margin-bottom: 6px; font-size: 14px; }
  .open-gate__step h3 { margin-bottom: 5px; font-size: 17px; }
  .open-gate__step p { font-size: 12px; line-height: 1.55; }
  .open-gate__esim-note { grid-template-columns: auto minmax(0,1fr) auto; gap: 7px 8px; margin-bottom: 7px; padding: 8px 9px; }
  .open-gate__esim-badge { min-width: 41px; height: 24px; padding-inline: 7px; font-size: 10px; }
  .open-gate__esim-copy strong { font-size: 12px; }
  .open-gate__esim-copy small { font-size: 9.5px; }
  .open-gate__esim-link { min-height: 26px; padding-inline: 7px; font-size: 9px; }
  .open-gate__options { gap: 7px; }
  .open-gate__options li { gap: 2px; padding: 8px 9px; }
  .open-gate__options strong { font-size: 13px; }
  .open-gate__options span { font-size: 12px; line-height: 1.45; }
  .open-gate__choice { min-height: 48px; margin-top: 10px; padding: 10px 12px; font-size: 13px; }
  .open-gate__close { min-height: 42px; margin-top: 9px; font-size: 13px; }
  .open-gate__guide-actions { flex: none; grid-template-rows: repeat(4,auto); gap: 7px; margin-top: 8px; }
  .open-gate__guide-link { padding: 10px 11px; font-size: 12px; }
  .open-gate__guide-link--delivery ul { padding-top: 5px; font-size: 10.5px; }
}

@media print {
  .device-history-check,.open-gate { display: none !important; }
}

/* PC 헤더 로고: 영문 GUIDE를 숨기고 심볼과 한글 높이를 정돈 */
.site-header .brand-lockup { gap: 7px; }
.site-header .brand-lockup__symbol { flex-basis: 54px; width: 54px; height: 41px; }
.site-header .brand-lockup__symbol img { height: 41px; }
.site-header .brand-lockup__type { display: flex; align-items: center; }
.site-header .brand-lockup__type strong { font-size: 24px; line-height: 1; letter-spacing: -1.65px; }
.site-header .brand-lockup__type small { display: none; }

/* 모바일 헤더 로고: 더 작은 화면에 맞게 추가 축소 */
@media (max-width: 760px) {
  .site-header .brand-lockup { gap: 5px !important; }
  .site-header .brand-lockup__symbol { flex-basis: 48px !important; width: 48px !important; height: 36px !important; }
  .site-header .brand-lockup__symbol img { height: 36px !important; }
  .site-header .brand-lockup__type { display: flex !important; align-items: center !important; }
  .site-header .brand-lockup__type strong { font-size: 22px !important; line-height: 1 !important; letter-spacing: -1.5px !important; }
  .site-header .brand-lockup__type small { display: none !important; }
}

@media (max-width: 430px) {
  .site-header .brand-lockup__symbol { flex-basis: 42px !important; width: 42px !important; height: 32px !important; }
  .site-header .brand-lockup__symbol img { height: 32px !important; }
  .site-header .brand-lockup__type strong { font-size: 19px !important; letter-spacing: -1.3px !important; }
}

/* 모든 서비스·블로그 페이지 공통 푸터 */
.ntg-site-footer { padding: 54px 0 30px; color: #fff; background: #071a38; }
.ntg-site-footer a { color: inherit; }
.ntg-site-footer__main { display: grid; grid-template-columns: minmax(0,1.14fr) minmax(0,1fr) minmax(0,1fr); gap: 34px; }
.ntg-site-footer__brand,.ntg-site-footer__section { min-width: 0; }
.ntg-site-footer__logo { display: inline-flex; width: min(225px,100%); margin-bottom: 17px; }
.ntg-site-footer__logo img { display: block; width: 100%; height: auto; filter: brightness(0) invert(1) drop-shadow(0 0 2px rgba(255,255,255,.5)); }
.ntg-site-footer__intro { max-width: 440px; margin: 0; color: #c5d2e7; font-size: 13px; line-height: 1.75; word-break: keep-all; }
.ntg-site-footer__partner { max-width: 470px; margin: 17px 0 0; padding: 12px 14px; border: 1px solid rgba(112,231,255,.26); border-radius: 12px; color: #e8fbff; background: rgba(29,111,174,.18); font-size: 12px; font-weight: 800; line-height: 1.65; word-break: keep-all; }
.ntg-site-footer__services { display: flex; flex-wrap: wrap; gap: 8px 13px; margin-top: 19px; }
.ntg-site-footer__services a { color: #aebfd8; font-size: 11px; font-weight: 800; }
.ntg-site-footer__services a:hover,.ntg-site-footer__services a:focus-visible { color: #78e9ff; }
.ntg-site-footer__section h2 { margin: 2px 0 18px; color: #fff; font-size: 15px; line-height: 1.3; letter-spacing: -.02em; }
.ntg-site-footer__details { display: grid; gap: 9px; margin: 0; }
.ntg-site-footer__details > div { display: grid; grid-template-columns: 102px minmax(0,1fr); gap: 12px; align-items: start; }
.ntg-site-footer__details dt { color: #8196b7; font-size: 11px; font-weight: 800; }
.ntg-site-footer__details dd { min-width: 0; margin: 0; color: #d9e3f1; font-size: 12px; line-height: 1.55; word-break: keep-all; }
.ntg-site-footer__details address { color: inherit; font: inherit; }
.ntg-site-footer__details a { text-decoration: underline; text-decoration-color: rgba(255,255,255,.28); text-underline-offset: 3px; overflow-wrap: anywhere; }
.ntg-site-footer__contact-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.ntg-site-footer__contact-links a { display: inline-flex; align-items: center; min-height: 34px; padding: 0 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #e7f0ff; background: rgba(255,255,255,.06); font-size: 10px; font-weight: 850; }
.ntg-site-footer__contact-links a:hover,.ntg-site-footer__contact-links a:focus-visible { border-color: rgba(120,233,255,.55); color: #78e9ff; background: rgba(120,233,255,.08); }
.ntg-site-footer__legal-links { display: flex; flex-wrap: wrap; gap: 10px 21px; padding-top: 25px; margin-top: 32px; border-top: 1px solid rgba(255,255,255,.1); }
.ntg-site-footer__legal-links a { color: #b9c8dc; font-size: 11px; font-weight: 800; }
.ntg-site-footer__legal-links a:first-child { color: #fff; }
.ntg-site-footer__legal-links a:hover,.ntg-site-footer__legal-links a:focus-visible { color: #78e9ff; }
.ntg-site-footer__bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; padding-top: 20px; }
.ntg-site-footer__bottom p { max-width: 820px; margin: 0; color: #7186a7; font-size: 10px; line-height: 1.7; word-break: keep-all; }
.ntg-site-footer__bottom small { flex: 0 0 auto; color: #7186a7; font-size: 10px; white-space: nowrap; }

@media (max-width: 980px) {
  .ntg-site-footer__main { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .ntg-site-footer__brand { grid-column: 1/-1; }
  .ntg-site-footer__intro,.ntg-site-footer__partner { max-width: 700px; }
}

@media (max-width: 640px) {
  .ntg-site-footer { padding: 42px 0 26px; }
  .has-contact-dock .ntg-site-footer { padding-bottom: 126px; }
  .ntelecom-wp-fallback .ntg-site-footer { padding-bottom: 106px; }
  .ntg-site-footer__main { grid-template-columns: 1fr; gap: 30px; }
  .ntg-site-footer__brand { grid-column: auto; }
  .ntg-site-footer__logo { width: 205px; }
  .ntg-site-footer__partner { margin-top: 14px; }
  .ntg-site-footer__section { padding-top: 25px; border-top: 1px solid rgba(255,255,255,.09); }
  .ntg-site-footer__section h2 { margin-bottom: 15px; }
  .ntg-site-footer__details > div { grid-template-columns: 92px minmax(0,1fr); gap: 10px; }
  .ntg-site-footer__legal-links { gap: 8px 16px; margin-top: 29px; }
  .ntg-site-footer__bottom { display: grid; gap: 11px; }
  .ntg-site-footer__bottom small { white-space: normal; }
}

@media print {
  .ntg-site-footer { display: none !important; }
}


/* 1.3.58 · 공통 푸터를 핵심 정보 중심으로 압축 */
.ntg-site-footer { padding: 30px 0 22px; }
.ntg-site-footer__main { grid-template-columns: minmax(170px,.72fr) minmax(0,1.15fr) minmax(0,1.15fr); gap: 24px; align-items: start; }
.ntg-site-footer__logo { width: min(170px,100%); margin-bottom: 10px; }
.ntg-site-footer__intro,.ntg-site-footer__partner,.ntg-site-footer__services { display: none; }
.ntg-site-footer__section h2 { margin: 0 0 10px; font-size: 13px; }
.ntg-site-footer__details { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.ntg-site-footer__details > div { display: flex; grid-template-columns: none; gap: 6px; align-items: baseline; }
.ntg-site-footer__details dt { font-size: 10px; }
.ntg-site-footer__details dd { font-size: 11px; line-height: 1.45; }
.ntg-site-footer__contact-links { gap: 6px; margin-top: 11px; }
.ntg-site-footer__contact-links a { min-height: 29px; padding: 0 9px; font-size: 9px; }
.ntg-site-footer__legal-links { gap: 7px 18px; padding-top: 15px; margin-top: 18px; }
.ntg-site-footer__legal-links a { font-size: 10px; }
.ntg-site-footer__bottom { align-items: center; gap: 22px; padding-top: 13px; }
.ntg-site-footer__bottom p { font-size: 9px; line-height: 1.55; }
.ntg-site-footer__bottom small { font-size: 9px; }
@media (max-width: 980px) {
  .ntg-site-footer__main { grid-template-columns: 150px minmax(0,1fr); gap: 18px 24px; }
  .ntg-site-footer__brand { grid-column: auto; }
  .ntg-site-footer__business { grid-column: 1/-1; }
}
@media (max-width: 640px) {
  .ntg-site-footer { padding-top: 25px; }
  .ntg-site-footer__main { grid-template-columns: 1fr; gap: 16px; }
  .ntg-site-footer__logo { width: 155px; margin-bottom: 0; }
  .ntg-site-footer__section { padding-top: 13px; border-top: 1px solid rgba(255,255,255,.09); }
  .ntg-site-footer__section h2 { margin-bottom: 8px; }
  .ntg-site-footer__details { gap: 5px 13px; }
  .ntg-site-footer__details > div { display: flex; gap: 5px; }
  .ntg-site-footer__legal-links { gap: 7px 13px; margin-top: 18px; }
  .ntg-site-footer__bottom { gap: 8px; padding-top: 11px; }
}


/* 1.3.58 · 푸터 카카오·네이버 링크를 브랜드 아이콘 버튼으로 표시 */
.ntg-site-footer__contact-links .footer-social-link { width: 36px; min-height: 36px; height: 36px; display: inline-grid; place-items: center; padding: 0; border-radius: 11px; }
.ntg-site-footer__contact-links .footer-social-link--kakao { border-color: #fee500; color: #191919; background: #fee500; }
.ntg-site-footer__contact-links .footer-social-link--naver { border-color: #03c75a; color: #fff; background: #03c75a; }
.ntg-site-footer__contact-links .footer-social-link--kakao:hover,.ntg-site-footer__contact-links .footer-social-link--kakao:focus-visible { border-color: #ffe927; color: #191919; background: #ffe927; transform: translateY(-2px); }
.ntg-site-footer__contact-links .footer-social-link--naver:hover,.ntg-site-footer__contact-links .footer-social-link--naver:focus-visible { border-color: #19d56b; color: #fff; background: #19d56b; transform: translateY(-2px); }
.footer-social-image { display: block; width: 30px; height: 30px; object-fit: contain; }
.footer-social-image--kakao { border-radius: 9px; }
.footer-social-image--naver { width: 28px; height: 28px; border-radius: 7px; }

/* 1.3.99 · 푸터 인증 판매점 고지와 창업 문의 CTA */
.ntg-site-footer__brand .ntg-site-footer__partner {
  display: grid;
  gap: 4px;
  max-width: 260px;
  margin: 0;
  padding: 11px 13px;
  border-color: rgba(112,231,255,.3);
  background: linear-gradient(135deg,rgba(28,108,173,.24),rgba(18,181,169,.11));
  font-weight: 600;
}
.ntg-site-footer__partner strong { color: #78e9ff; font-size: 11px; letter-spacing: .02em; }
.ntg-site-footer__partner span { color: #d6e4f5; font-size: 10px; line-height: 1.55; }
.ntg-site-footer__contact-links .ntg-site-footer__startup-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 6px 13px 6px 8px;
  border: 1px solid rgba(139,120,255,.55);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg,#4935b8,#1769e8);
  box-shadow: 0 8px 20px rgba(23,105,232,.16);
}
.ntg-site-footer__startup-link > span:last-child { display: grid; gap: 1px; }
.ntg-site-footer__startup-link strong { font-size: 10px; line-height: 1.25; }
.ntg-site-footer__startup-link small { color: rgba(255,255,255,.73); font-size: 8px; line-height: 1.25; }
.ntg-site-footer__startup-icon { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; color: #31217f; background: #fff; font-size: 15px; font-weight: 950; }
.ntg-site-footer__contact-links .ntg-site-footer__startup-link:hover,
.ntg-site-footer__contact-links .ntg-site-footer__startup-link:focus-visible { border-color: #a99cff; color: #fff; background: linear-gradient(135deg,#5a43cf,#237bf2); transform: translateY(-2px); }
@media (max-width: 980px) {
  .ntg-site-footer__brand .ntg-site-footer__partner { max-width: 235px; }
}
@media (max-width: 640px) {
  .ntg-site-footer__brand .ntg-site-footer__partner { max-width: 100%; margin-top: 11px; }
  .ntg-site-footer__contact-links .ntg-site-footer__startup-link { flex: 0 1 auto; }
}

/* 1.3.101 · 푸터 요소 크기·하단선·PC 상담 도크 정돈 */
.ntg-site-footer__contact-links { align-items: center; }
.footer-social-image--kakao,.footer-social-image--naver { width: 28px; height: 28px; border-radius: 7px; }
@media (min-width: 981px) {
  .ntg-site-footer__main { align-items: stretch; }
  .ntg-site-footer__brand,.ntg-site-footer__section { display: flex; flex-direction: column; }
  .ntg-site-footer__brand .ntg-site-footer__partner { margin-top: auto; }
  .ntg-site-footer__contact-links { margin-top: auto; padding-top: 11px; }
}
@media (min-width: 981px) {
  .contact-dock { right: 14px; bottom: 18px; gap: 7px; width: 150px; }
  .contact-dock__link { gap: 8px; min-height: 52px; padding: 7px 10px; border-radius: 14px; }
  .contact-dock__icon { flex-basis: 32px; width: 32px; height: 32px; border-radius: 10px; font-size: 16px; }
  .contact-dock__link small { font-size: 9px; }
  .contact-dock__link strong { font-size: 13px; }
  .back-to-top { right: 22px; bottom: 198px; width: 44px; height: 44px; font-size: 22px; }
}
@media (max-width: 640px) {
  .ntg-site-footer__contact-links { align-items: center; gap: 7px; }
  .ntg-site-footer__contact-links .ntg-site-footer__startup-link { flex: 0 0 158px; min-height: 46px; padding: 7px 12px 7px 8px; }
  .ntg-site-footer__startup-link strong { font-size: 12px; letter-spacing: -.02em; }
  .ntg-site-footer__startup-link small { font-size: 8.5px; }
  .ntg-site-footer__startup-icon { flex: 0 0 30px; width: 30px; height: 30px; }
  .ntg-site-footer__contact-links .footer-social-link { flex: 0 0 38px; width: 38px; min-height: 38px; height: 38px; }
}

/* 1.3.111 · 사업자 정보 우측 하단에 사전승낙판매점 마크 표시 */
.ntg-site-footer__preapproved {
  display: inline-flex;
  width: 64px;
  height: 64px;
  margin-top: 11px;
  border-radius: 50%;
  line-height: 0;
  transition: transform .18s ease,filter .18s ease;
}
.ntg-site-footer__preapproved img { display: block; width: 100%; height: 100%; object-fit: contain; }
.ntg-site-footer__preapproved:hover { transform: translateY(-2px) scale(1.03); filter: drop-shadow(0 7px 12px rgba(0,0,0,.24)); }
.ntg-site-footer__preapproved:focus-visible { outline: 3px solid #78e9ff; outline-offset: 4px; }
@media (min-width: 981px) {
  .ntg-site-footer__business .ntg-site-footer__preapproved { align-self: flex-end; margin-top: auto; margin-right: 38px; }
}
@media (max-width: 640px) {
  .ntg-site-footer__preapproved { width: 58px; height: 58px; }
}

/* 1.3.59 · 온라인 개통 팝업 안내 버튼과 기능 설명 분리 */
.open-gate__choice--delivery { border-color: #c62662; background: linear-gradient(135deg,#cf3970,#a91b51); box-shadow: 0 8px 20px rgba(174,28,83,.18); }
.open-gate__choice--delivery:hover { box-shadow: 0 10px 23px rgba(174,28,83,.24); }
.open-gate__delivery-features { display: grid; align-content: center; gap: 4px; margin: 0 5px; padding: 0; color: #76536a; font-size: 11px; line-height: 1.45; list-style: none; }
.open-gate__delivery-features li::before { content: '✓'; margin-right: 6px; color: #c31d5b; font-weight: 950; }
@media (max-width: 620px) {
  .open-gate__delivery-features { align-content: start; gap: 2px; margin-inline: 3px; font-size: 10.5px; }
}

/* 1.3.110 · 갤럭시 폴드의 낮고 넓은 가로 화면에서 상담 도크 충돌 방지 */
@media (min-width: 760px) and (max-height: 500px) and (orientation: landscape) {
  .contact-dock {
    left: 50%;
    right: auto;
    bottom: max(6px,env(safe-area-inset-bottom));
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 6px;
    width: min(calc(100% - 32px),510px);
    transform: translateX(-50%);
  }
  .contact-dock__link {
    gap: 6px;
    min-width: 0;
    min-height: 44px;
    padding: 5px 8px;
    border-radius: 12px;
  }
  .contact-dock__icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    font-size: 14px;
  }
  .contact-dock__link strong { font-size: 12px; white-space: nowrap; }
  .contact-dock__link small { display: none; }
}
