/* core.css의 메인 전용 스크롤 잠금 해제 */
html:has(body.service-page), body.service-page { overflow: visible; overflow-x: hidden; height: auto; }
.service-page { color: #0d2421; background: #f8f3ec; font-family: 'Pretendard', sans-serif; }
.service-page a { color: inherit; text-decoration: none; }
.service-page a:focus-visible { outline: 3px solid #d15f50; outline-offset: 5px; }
.service-skip { position: fixed; left: 16px; top: -80px; padding: 12px; background: white; z-index: 20; }
.service-skip:focus { top: 12px; }
.service-nav { min-height: 82px; border-bottom: 2px solid #0d2421; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 5vw; }
.service-brand { font-size: 30px; font-weight: 900; letter-spacing: -2px; }
.service-brand span { color: #d15f50; }
.service-nav nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; }
.service-nav [aria-current] { text-decoration: underline; text-decoration-color: #d15f50; text-underline-offset: 9px; text-decoration-thickness: 2px; }
.service-contact { background: #0d2421; color: #f8f3ec !important; padding: 13px 20px; font-weight: 650; font-size: 14px; }
.service-wrap { width: min(1120px, calc(100% - 80px)); margin-inline: auto; }
.service-hero { padding-block: 96px 68px; }
.service-kicker { font-size: 12px; font-weight: 750; letter-spacing: 2px; margin-bottom: 22px; }
.service-hero h1 { font-size: clamp(36px, 4.5vw, 62px); font-weight: 850; line-height: 1.2; letter-spacing: -2px; word-break: keep-all; }
.service-lead { font-size: clamp(24px, 3vw, 38px); font-weight: 650; line-height: 1.45; letter-spacing: -1px; margin-top: 28px; word-break: keep-all; }
.service-intro { max-width: 650px; font-size: 17px; line-height: 1.9; color: #4b453a; margin-top: 26px; word-break: keep-all; }
.service-button { display: inline-flex; align-items: center; gap: 36px; padding: 17px 23px; margin-top: 30px; background: #0d2421; color: #f8f3ec !important; border: 2px solid #0d2421; box-shadow: 4px 4px 0 #d15f50; font-weight: 700; }
.service-web .service-button { box-shadow: 4px 4px 0 #3c9e9a; }
.service-button:hover { background: #24423c; }
.service-facts { display: flex; gap: 30px; flex-wrap: wrap; border-top: 1px solid #b4b3a9; padding-top: 24px; margin-top: 56px; font-size: 14px; font-weight: 650; }
.service-facts span::before { content: '↗'; margin-right: 12px; color: #b8473a; }
.service-band { background: #efeae2; padding-block: 72px; border-block: 1px solid #d8d2c7; }
.service-split { display: grid; grid-template-columns: 1fr 1.3fr; gap: 64px; }
.service-page h2 { font-size: clamp(25px, 2.8vw, 36px); line-height: 1.4; letter-spacing: -1px; word-break: keep-all; }
.service-items article { display: flex; gap: 24px; padding-block: 24px; border-bottom: 1px solid #c9c4b9; }
.service-items article:first-child { padding-top: 0; }
.service-items article:last-child { border: 0; padding-bottom: 0; }
.service-items article > span { color: #a64439; font-size: 14px; font-weight: 800; padding-top: 4px; }
.service-page h3 { font-size: 20px; line-height: 1.5; margin-bottom: 10px; }
.service-items p, .service-steps p, .service-copy p, .service-package > p:not(.service-kicker) { line-height: 1.85; font-size: 16px; color: #4b453a; word-break: keep-all; }
.service-section { padding-block: 76px; }
.service-steps { margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-process-figure { margin: 32px 0; }
.service-process-figure img { display: block; width: 100%; height: auto; }
.service-process-figure figcaption { font-size: 12px; color: #4b453a; line-height: 1.7; margin-top: 12px; }
.service-steps article { padding: 28px; border: 2px solid #0d2421; background: #fffaf3; box-shadow: 4px 4px 0 #0d2421; }
.service-steps span { display: block; font-size: 12px; letter-spacing: 1px; font-weight: 800; margin-bottom: 28px; color: #9b4035; }
.service-rule { border-block: 1px solid #b4b3a9; }
.service-copy p + p { margin-top: 20px; }
.service-text-link { display: inline-block; font-weight: 700; margin-top: 26px; text-decoration: underline !important; text-underline-offset: 6px; line-height: 1.8; }
.service-reading > a { display: flex; justify-content: space-between; gap: 20px; padding-block: 24px; border-bottom: 1px solid #b4b3a9; font-weight: 650; }
.service-reading h2 { margin-bottom: 20px; }
.service-package > p:not(.service-kicker) { max-width: 650px; margin-top: 24px; }
.service-bottom { padding-block: 64px; border-top: 2px solid #0d2421; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.service-bottom .service-button { margin: 0; }
.service-footer { padding: 32px 24px; text-align: center; background: #e5decf; font-size: 12px; line-height: 2; }
.service-footer small { display: block; margin-top: 12px; }
.hero-tagline.hero-service-links { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; column-gap: 12px; row-gap: 8px; font-size: clamp(13px, 1.6vw, 19px); letter-spacing: 0; line-height: 1.7; }
.hero-service-links a { color: inherit; text-decoration: none; border-bottom: 1px solid currentColor; text-underline-offset: 4px; }
.hero-service-links a:hover, .service-detail-links a:hover { color: #a64439; }
.service-detail-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 0 0 24px; }
.service-detail-links a { font-size: 14px; font-weight: 650; color: #0d2421; text-decoration: underline; text-underline-offset: 5px; }
@media (max-width: 700px) {
  .service-nav { padding: 14px 20px; gap: 14px; flex-wrap: wrap; }
  .service-nav nav { order: 3; width: 100%; justify-content: center; gap: 23px; padding-block: 10px 4px; font-size: 13px; }
  .service-contact { padding: 10px 14px; font-size: 12px; }
  .service-wrap { width: calc(100% - 40px); }
  .service-hero { padding-block: 52px 40px; }
  .service-hero h1 { font-size: 35px; letter-spacing: -1.4px; }
  .service-lead { font-size: 27px; }
  .service-intro { font-size: 16px; }
  .service-facts { gap: 12px 20px; font-size: 12px; margin-top: 40px; }
  .service-facts span::before { margin-right: 6px; }
  .service-band, .service-section { padding-block: 48px; }
  .service-split, .service-steps { grid-template-columns: 1fr; gap: 32px; }
  .service-steps article { padding: 24px; }
  .service-steps span { margin-bottom: 18px; }
  .service-bottom { flex-direction: column; align-items: flex-start; padding-block: 42px; }
  .hero-tagline.hero-service-links { max-width: 100%; column-gap: 8px; font-size: 13px; }
}
