/* 모든 페이지의 큰 글자 체계와 연락처. styles.css, pages.css 다음에 불러옵니다. */
:root {
  --text-body: 1.375rem;
  --text-small: 1.0625rem;
  --text-label: 1rem;
  --text-action: 1.25rem;
  --text-section: clamp(2.75rem, 4vw, 4rem);
  --text-subheading: 2rem;
  --readable-muted: #555;
}
body { font-size: var(--text-body); line-height: 1.7; }
.header { min-height: 116px; height: auto; padding-inline: 32px; gap: 22px; }
.brand { gap: 14px; }
.brand img { width: 58px; height: 58px; }
.brand-wordmark strong { font-size: 1.875rem; font-weight: 800; letter-spacing: .01em; }
.brand-wordmark>span { font-size: 1rem; color: #444; margin-top: 7px; }
.desktop-nav { gap: clamp(14px, 1.25vw, 24px); }
.desktop-nav>a { font-size: 1.25rem; font-weight: 650; padding-block: 36px; }
.desktop-nav>a[aria-current=page]:after { bottom: 25px; }
.header-cta { font-size: 1.0625rem; padding: 11px 14px; gap: 13px; }
.header-cta span { font-size: 1.5rem; }
.mobile-nav a { font-size: 1.5rem; padding-block: 15px; }
.mobile-nav a>span { font-size: 1.25rem; }
.info-bar { height: auto; min-height: 70px; grid-template-columns: minmax(0,1fr) auto; font-size: 1.0625rem; }
.info-bar>.info-intro { padding-inline: 32px; gap: 22px; }
.mini-label { font-size: .875rem; letter-spacing: .025em; }
.info-bar>.header-contact { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 12px 22px; padding: 16px 32px; color: #222; }
.header-contact .contact-label { font-size: 1rem; font-weight: 550; color: #555; }
.header-phone { font-size: 1.375rem; font-weight: 750; white-space: nowrap; letter-spacing: -.025em; }
.header-email { font-size: 1.125rem; font-weight: 550; white-space: nowrap; }
.header-contact a:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero { padding-top: 88px; }
.eyebrow { font-size: 1rem; margin-bottom: 28px; letter-spacing: .07em; }
.hero h1 { font-size: clamp(3.5rem,6vw,6rem); line-height: 1.22; font-weight: 700; letter-spacing: -.055em; }
.hero-copy>p { font-size: 1.5rem; color: #4b4b4b; line-height: 1.8; margin-top: 38px; }
.hero-actions { gap: 32px; margin-top: 34px; flex-wrap: wrap; }
.button { font-size: var(--text-action); font-weight: 600; padding: 16px 27px; line-height: 1.5; gap: 28px; border-radius: 36px; }
.button>span { font-size: 1.625rem; }
.text-link { font-size: var(--text-action); font-weight: 550; gap: 18px; line-height: 1.6; }
.text-link>span { font-size: 1.625rem; }
.hero-side-note { font-size: .875rem; }
.hero-bottom { font-size: .875rem; letter-spacing: .035em; gap: 24px; }
.hero-bottom a { font-size: .875rem; }
.section-kicker, .section-heading .section-kicker, .page-heading .section-kicker,
.service-intro-copy .section-kicker, .delivery-visual .section-kicker,
.closing .section-kicker { font-size: var(--text-label); color: #555; letter-spacing: .055em; line-height: 1.7; }
.intro h2, .section-heading h2, .faq-heading h2,
.service-intro-copy h2, .detail-section h2, .process-section h2,
.project-description h2, .home-links h2 { font-size: var(--text-section); font-weight: 650; line-height: 1.35; letter-spacing: -.045em; }
.intro p, .section-heading>p, .service-intro-copy>p, .feature-grid p,
.process-steps p, .preparation p, .preparation li, .service-overview p,
.faq-heading>p, .faq-answer, .board-intro p, .project-description p,
.service-content>p { font-size: var(--text-body); line-height: 1.85; color: var(--readable-muted); }
.section-heading { gap: 40px; }
.section-heading>p { max-width: 32rem; }
.intro-content, .service-intro, .project-description { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
.service-intro { gap: 64px; align-items: center; }
.service-intro-copy>p { margin-top: 28px; }
.service-intro-copy .tags { margin-top: 30px; }
.service-intro-copy .button { margin-top: 34px; }
.service-art { height: 540px; }
.breadcrumb { font-size: 1rem; gap: 16px; line-height: 1.8; margin-bottom: 18px; }
.page-heading { padding-block: 20px 28px; }
.page-heading h1 { font-size: clamp(3.25rem,5.7vw,5.5rem); font-weight: 700; line-height: 1.25; letter-spacing: -.045em; }
.page-heading>p { font-size: 2rem; color: #555; line-height: 1.55; margin-top: 12px; }
.feature-grid h3 { font-size: var(--text-subheading); line-height: 1.4; font-weight: 650; }
.feature-grid article>span, .process-steps li>span,
.overview-number, .overview-format, .preparation li>span { font-size: var(--text-label); color: #666; }
.process-steps h3 { font-size: 2.25rem; line-height: 1.4; font-weight: 650; }
.process-steps small { font-size: var(--text-small); line-height: 1.85; color: #626262; }
.preparation li { gap: 24px; padding-block: 23px; }
.preparation li>span { line-height: 2.5; }
.tags { gap: 10px; }
.tags>span { font-size: 1rem; padding: 5px 13px; color: #555; }
.service-overview h3 { font-size: 2.25rem; font-weight: 650; }
.service-overview>a { padding-block: 37px; gap: 32px; }
.service-overview p { margin-top: 12px; }
.home-links>a>span:first-child { font-size: var(--text-label); color: #666; line-height: 1.7; }
.page-next a { font-size: 1.125rem; line-height: 1.8; color: #666; }
.page-next strong { font-size: 1.5rem; font-weight: 600; line-height: 1.6; margin-top: 12px; }
.delivery-visual { height: auto; min-height: 540px; padding: 38px; }
.delivery-visual h2 { font-size: 2.75rem; font-weight: 650; }
.delivery-channels>div { padding-block: 17px; }
.delivery-channels strong { font-size: 1.625rem; font-weight: 600; }
.delivery-channels>div>span:first-child { font-size: 1rem; }
.delivery-bottom { font-size: .9375rem; margin-top: 30px; }
.board-intro>span { font-size: 1.125rem; }
.filter { font-size: 1.1875rem; padding: 11px 20px; line-height: 1.6; }
.filter sup { font-size: .875rem; }
.sample-note { font-size: .875rem; color: #666; }
.portfolio-toolbar { align-items: flex-start; }
.project-meta { font-size: 1.125rem; line-height: 1.7; flex-wrap: wrap; }
.project-meta>span:last-child { font-size: .875rem; color: #666; }
.project-name { font-size: 2rem; font-weight: 600; line-height: 1.5; gap: 15px; }
.project-name>span { flex-shrink: 0; }
.portfolio-footnote, .project-description .portfolio-footnote { font-size: 1.125rem; line-height: 1.85; color: #666; }
.faq-section { grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); }
.faq-list summary { padding-block: 27px; gap: 20px; }
.faq-list h3 { font-size: 1.375rem; font-weight: 600; line-height: 1.7; }
.faq-q { font-size: 1.25rem; }
.faq-answer { font-size: 1.25rem; padding-bottom: 30px; }
.faq-plus { font-size: 2rem; }
.dialog-facts { gap: 30px; }
.dialog-facts dt { font-size: 1.0625rem; color: #666; }
.dialog-facts dd { font-size: 1.25rem; line-height: 1.7; }
.detail-navigation { font-size: 1.125rem; line-height: 1.8; }
.closing h2 { font-size: 4rem; font-weight: 600; }
.closing .section-kicker { color: #ccc; }
.closing-link { font-size: 1.375rem; gap: 45px; }
.footer { padding-top: 65px; }
.footer-contact { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 65px; border-bottom: 1px solid var(--line); padding-bottom: 60px; margin-bottom: 45px; }
.footer-contact p { font-size: 1.25rem; line-height: 1.65; color: #666; margin-top: 14px; }
.footer-contact h2 { font-size: clamp(2.5rem,3.4vw,3.5rem); font-weight: 650; line-height: 1.35; }
.footer-contact address { font-style: normal; display: flex; flex-direction: column; gap: 20px; align-items: flex-start; justify-content: center; }
.footer-contact address a { display: flex; flex-direction: column; gap: 5px; max-width: 100%; }
.footer-contact address a>span { font-size: 1.0625rem; color: #666; }
.contact-phone strong { font-size: clamp(2.25rem,3.3vw,3.25rem); font-weight: 750; line-height: 1.3; letter-spacing: -.035em; }
.contact-email strong { font-size: 1.75rem; font-weight: 550; line-height: 1.5; overflow-wrap: anywhere; }
.footer-contact address a:hover strong { text-decoration: underline; text-underline-offset: 7px; }
.footer-top { flex-wrap: wrap; gap: 30px; }
.footer-top .brand-wordmark strong { font-size: 1.875rem; }
.footer-top .brand-wordmark>span { font-size: 1rem; }
.footer-top p { font-size: 1.125rem; color: #555; }
.footer-top nav { font-size: 1.1875rem; gap: 30px; }
.footer-bottom { font-size: .875rem; color: #666; line-height: 1.8; flex-wrap: wrap; }
.to-top { width: 48px; height: 48px; font-size: 1.75rem; }
/* 표지 속 보조 문구도 읽기 쉬운 크기로 조정합니다. */
.cover-top, .cover-top>span { font-size: .75rem; line-height: 1.5; }
.cover-bottom { font-size: .875rem; line-height: 1.6; gap: 10px; }
.paper-sub { font-size: 1rem; line-height: 1.6; }
.next-sub { font-size: 1.125rem; line-height: 1.6; }
.cover-one { height: 395px; }.cover-two { height: 375px; }.cover-four { height: 360px; }
.cover-title { bottom: 98px; }
.cover-two .paper-title { top: 78px; }
.cover-two .paper-rule { top: 225px; }
.cover-two .paper-sub { top: 244px; }
.cover-four .next-sub { bottom: 80px; }
.project-paper-top, .image-label, .project-large-preview .project-paper-top,
.project-large-preview .image-label { font-size: .875rem; line-height: 1.6; }
.project-paper-bottom, .service-art .project-paper-bottom,
.project-large-preview .project-paper-bottom { font-size: 1rem; line-height: 1.7; }
.art-kicker, .art-foot { font-size: .9375rem; line-height: 1.7; }

@media(max-width:1500px) and (min-width:1381px) { .header-cta { display:none; } }
@media(max-width:1380px) {
  .header { min-height: 104px; padding-inline: 30px; position: sticky; top: 0; gap: 24px; }
  .desktop-nav { display: none; }
  .header-cta { display: flex; margin-left: auto; font-size: 1.125rem; }
  .menu-toggle { width: 36px; height: 44px; display: flex; flex-direction: column; gap: 7px; justify-content: center; padding: 3px; }
  .menu-toggle span { display: block; height: 2px; width: 28px; background: #111; transition: transform .2s; }
  .menu-toggle[aria-expanded=true] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; display: flex; top: 104px; left: 0; right: 0; background: #fff; z-index: 19; flex-direction: column; padding: 16px 30px 28px; border-bottom: 1px solid #ddd; box-shadow: 0 15px 20px #0001; max-height: calc(100dvh - 104px); overflow: auto; }
  .info-bar { display:block; }
  .info-bar>.info-intro { display:none; }
  .info-bar>.header-contact { border-left:0; justify-content:flex-end; padding-inline:36px; }
  .hero h1 { font-size: clamp(3.25rem,6.3vw,5.375rem); }
  .intro-content, .service-intro, .project-description { gap: 38px; }
  .section-heading { align-items: flex-start; }
  .cover-gallery { margin-top: -100px; }
  .cover-one { height: 350px; }.cover-two { height: 340px; }.cover-three { height: 420px; }.cover-four { height: 320px; }
  .cover-top, .cover-top>span { font-size: .6875rem; }
  .cover-two .paper-rule { top: 194px; }.cover-two .paper-sub { top: 213px; font-size: .9375rem; }
  .cover-four .next-sub { font-size: 1rem; bottom: 75px; }
  .service-art { height: 500px; }
  .feature-grid { gap: 25px; }.feature-grid h3 { font-size: 1.75rem; }
  .overview-format { display:none; }
  .overview-arrow { margin-left:auto; }
  .footer-contact { gap: 40px; }
}
@media(max-width:1000px) and (min-width:761px) {
  :root { --text-section: 2.625rem; --text-body: 1.25rem; }
  .hero-copy>p { font-size: 1.375rem; }
  .section-heading { flex-direction: column; gap: 22px; }
  .intro-content, .service-intro, .project-description, .faq-section { grid-template-columns: 1fr; }
  .service-art { max-width: 650px; width: 100%; }
  .service-intro-copy { max-width: 760px; }
  .feature-grid { grid-template-columns:1fr; gap: 34px; }
  .feature-grid.two-columns { grid-template-columns:1fr 1fr; }
  .faq-list { margin-top: 24px; }.faq-decoration { display:none; }
  .cover-gallery { margin-top: 45px; gap: 18px; }
  .cover-three { margin-top: 0; height: 360px; }.cover-one { margin-top: 95px; height: 340px; }
  .cover-two { margin-top: 50px; height: 335px; }.cover-four { margin-top: 82px; height: 320px; }
  .cover-top { font-size: .625rem; }.cover-bottom { font-size: .75rem; }
  .cover-two .paper-sub { font-size:.8125rem; }
  .next-title { font-size: 3.5rem; }.cover-four .next-sub { font-size: .9375rem; }
  .portfolio-toolbar { flex-wrap: wrap; }.sample-note { display:none; }
  .project-paper-bottom { font-size: .875rem; }
}
@media(max-width:760px) {
  :root { --text-body: 1.25rem; --text-small: 1rem; --text-label: .9375rem; --text-action: 1.125rem; --text-section: 2.375rem; --text-subheading: 1.625rem; }
  html { scroll-padding-top: 105px; }
  .header { min-height: 92px; padding-inline: 20px; gap: 18px; }
  .brand { gap: 11px; }.brand img { width: 48px; height: 48px; }
  .brand-wordmark strong { font-size: 1.625rem; }.brand-wordmark>span { font-size: .9375rem; margin-top: 5px; }
  .header-cta { display:none; }.menu-toggle { margin-left:auto; }
  .mobile-nav { top: 92px; max-height: calc(100dvh - 92px); padding-inline: 22px; }
  .mobile-nav a { font-size: 1.375rem; }
  .info-bar>.header-contact { display:grid; grid-template-columns:auto 1fr; justify-content:initial; column-gap: 18px; row-gap: 2px; padding:14px 20px; }
  .contact-label { grid-column:1; grid-row:1 / 3; align-self:center; }
  .header-contact .contact-label { font-size: .9375rem; }
  .header-phone { grid-column:2; font-size:1.375rem; }.header-email { grid-column:2; font-size:1.125rem; }
  .hero { padding-top: 49px; }.eyebrow { font-size: .8125rem; letter-spacing: .035em; margin-bottom: 22px; }
  .hero h1 { font-size:clamp(2.375rem,9.3vw,4rem); line-height:1.28; letter-spacing:-.06em; }
  .hero-copy>p { font-size:1.25rem; line-height:1.85; margin-top:28px; }
  .hero-actions { gap:18px 23px; margin-top:27px; }
  .button { font-size:var(--text-action); padding:13px 20px; gap:19px; }.button>span { font-size:1.5rem; }
  .text-link { font-size:var(--text-action); gap:12px; }
  .hero-bottom { align-items:flex-start; flex-direction:column; gap:13px; font-size:.8125rem; }.hero-bottom a { font-size:.8125rem; }
  .section-kicker, .section-heading .section-kicker, .page-heading .section-kicker, .service-intro-copy .section-kicker { font-size:var(--text-label); }
  .section-heading { display:block; }.section-heading>p { font-size:var(--text-body); }
  .intro-content, .service-intro, .project-description { display:grid; grid-template-columns:1fr; gap:28px; }
  .intro-content>div { margin-top:0; }.intro p { font-size:var(--text-body); }
  .intro h2, .section-heading h2, .faq-heading h2, .service-intro-copy h2,
  .detail-section h2, .process-section h2, .project-description h2, .home-links h2 { font-size:var(--text-section); }
  .breadcrumb { font-size:.9375rem; gap:11px; margin-bottom:12px; }
  .page-heading { padding-block:16px 20px; }.page-heading h1 { font-size:clamp(2.5rem,10vw,3.25rem); }
  .page-heading>p { font-size:1.625rem; margin-top:10px; }
  .service-intro { gap:36px; }.service-art { height:410px; }
  .service-intro-copy>p, .feature-grid p, .process-steps p, .preparation p,
  .preparation li, .service-overview p, .faq-heading>p, .board-intro p,
  .project-description p { font-size:var(--text-body); }
  .service-intro-copy .button { font-size:1.125rem; }
  .feature-grid h3 { font-size:1.625rem; }.process-steps h3 { font-size:1.875rem; }
  .process-steps small { font-size:1rem; }.preparation li { gap:17px; }.preparation li>span { font-size:1rem; line-height:2.2; }
  .tags>span { font-size:.9375rem; padding:5px 11px; }
  .service-overview h3 { font-size:1.875rem; }.service-overview>a { gap:16px; padding-block:30px; }.overview-number { font-size:.9375rem; }
  .service-overview p { font-size:1.1875rem; }.overview-arrow { font-size:1.75rem; }
  .home-links>a>span:first-child { font-size:.9375rem; }
  .page-next a { font-size:1.0625rem; }.page-next strong { font-size:1.375rem; }
  .delivery-visual { height:auto; min-height:460px; padding:28px; }.delivery-visual h2 { font-size:2.25rem; }
  .delivery-visual .section-kicker { font-size:.875rem; }.delivery-channels strong { font-size:1.5rem; }
  .delivery-channels>div>span:first-child { font-size:.9375rem; }.delivery-bottom { font-size:.875rem; }
  .filter { font-size:1.0625rem; padding:9px 14px; }.filter-group { gap:8px; }
  .board-intro>span { font-size:1.0625rem; }.project-meta { font-size:1rem; }.project-meta>span:last-child { font-size:.8125rem; }
  .project-name { font-size:1.75rem; }.portfolio-footnote, .project-description .portfolio-footnote { font-size:1.0625rem; }
  .faq-section { display:block; }.faq-list h3 { font-size:1.25rem; }.faq-q { font-size:1.125rem; }.faq-list summary { gap:14px; padding-block:24px; align-items:flex-start; }
  .faq-plus { font-size:1.625rem; }.faq-answer { font-size:1.1875rem; padding-inline:28px 12px; }
  .dialog-facts { gap:20px; }.dialog-facts dt { font-size:1rem; }.dialog-facts dd { font-size:1.125rem; }
  .detail-navigation { font-size:1rem; flex-wrap:wrap; }
  .closing h2 { font-size:2.75rem; }.closing .section-kicker { font-size:.875rem; }
  .closing-link { font-size:1.25rem; }.closing-issue { opacity:.35; }
  .footer { padding-top:48px; }.footer-contact { grid-template-columns:1fr; gap:29px; padding-bottom:38px; margin-bottom:32px; }
  .footer-contact h2 { font-size:2.375rem; }.footer-contact .section-kicker { font-size:1rem; }
  .footer-contact address { gap:19px; }.footer-contact address a>span { font-size:1rem; }
  .contact-phone strong { font-size:2.375rem; }.contact-email strong { font-size:1.5rem; }
  .footer-top .brand-wordmark strong { font-size:1.625rem; }.footer-top .brand-wordmark>span { font-size:.9375rem; }
  .footer-top nav { font-size:1.125rem; gap:22px; }.footer-bottom { font-size:.8125rem; line-height:1.9; }
  .to-top { width:43px; height:43px; font-size:1.625rem; }
  .cover-gallery { margin-top:45px; gap:17px; }
  .cover-one { height:305px; margin-top:45px; }.cover-two { height:280px; margin-top:0; }
  .cover-three { height:335px; margin-top:0; }.cover-four { height:285px; margin-top:-15px; }
  .cover-top { font-size:.625rem; left:13px; right:13px; }.cover-top>span { display:none; }
  .cover-bottom { font-size:.75rem; line-height:1.6; left:13px; right:13px; bottom:17px; align-items:flex-end; }
  .cover-title { font-size:2.625rem; left:17px; bottom:94px; }.ocean-title { font-size:3.75rem; }
  .cover-two .paper-title { top:53px; left:16px; font-size:2.5rem; }.paper-spark { left:85px; font-size:3.25rem; top:46px; }
  .cover-two .paper-rule { top:160px; left:16px; right:16px; }.cover-two .paper-sub { top:179px; left:16px; font-size:.8125rem; }
  .cover-two .cover-bottom { font-size:.625rem; bottom:13px; }
  .next-title { font-size:3.75rem; top:50px; left:16px; }.next-title>span { margin-left:12px; }
  .cover-four .next-sub { font-size:.9375rem; left:16px; bottom:64px; }
  .project-paper-top, .image-label, .project-large-preview .project-paper-top, .project-large-preview .image-label { font-size:.8125rem; }
  .project-paper-bottom, .service-art .project-paper-bottom, .project-large-preview .project-paper-bottom { font-size:.9375rem; }
  .art-kicker,.art-foot { font-size:.8125rem; }
}
@media(max-width:370px) {
  :root { --text-section:2.125rem; }
  .header { padding-inline:17px; gap:12px; }.brand { gap:9px; }.brand img { width:42px; height:42px; }
  .brand-wordmark strong { font-size:1.5rem; }.brand-wordmark>span { font-size:.875rem; }
  .info-bar>.header-contact { padding-inline:17px; column-gap:12px; }
  .header-contact .contact-label { font-size:.875rem; }.header-phone { font-size:1.25rem; }.header-email { font-size:1.0625rem; }
  .hero h1 { font-size:2.125rem; }.hero-actions { align-items:flex-start; flex-direction:column; }
  .page-heading h1 { font-size:2.25rem; }.page-heading>p { font-size:1.5rem; }
  .page-heading .section-kicker { font-size:.8125rem; }.breadcrumb { font-size:.875rem; }
  .service-overview h3 { font-size:1.625rem; }.service-overview p { font-size:1.125rem; }
  .cover-title { font-size:2.125rem; }.cover-top { font-size:.5625rem; }
  .cover-bottom { font-size:.6875rem; }.cover-two .paper-title { font-size:2.125rem; }.paper-spark { left:68px; font-size:2.5rem; }
  .cover-two .paper-sub { font-size:.75rem; }.cover-two .cover-bottom { font-size:.5625rem; }
  .next-title { font-size:3.25rem; }.next-title>span { margin-left:7px; }.cover-four .next-sub { font-size:.875rem; }.ocean-title { font-size:3.125rem; }
  .service-intro-copy .button { font-size:1.0625rem; gap:13px; padding-inline:17px; }
  .contact-phone strong { font-size:2.125rem; }.contact-email strong { font-size:1.3125rem; }
  .footer-contact h2 { font-size:2.125rem; }.footer-top nav { font-size:1.0625rem; }
}
