.board-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 78px;
  background:
    linear-gradient(90deg, rgba(0, 45, 122, 0.88), rgba(0, 62, 165, 0.7)),
    url("../assets/images/home-air-care-20260710/gallery-diagnosis.webp") center / cover no-repeat;
  color: #ffffff;
}

/* 1. 시공사례 (시공갤러리) */
.page-board-gallery .page-hero--support,
.page-board-gallery-detail .page-hero--support {
  --page-hero-image: url("../assets/images/gallery_pagehero.webp");
}

/* 2. 고객 리뷰 */
.page-board-reviews .page-hero--support {
  --page-hero-image: url("../assets/images/board_pagehero.webp");
}

/* 3. FAQ / 온라인 견적신청 */
.page-board-faq .page-hero--support,
.page-board-contact .page-hero--support {
  --page-hero-image: url("../assets/images/board_pagehero.webp");
}

.board-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  color: #b9f4df;
  font-size: 13.12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.board-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: 48px;
  font-weight: 950;
  line-height: 1.16;
  letter-spacing: 0;
  word-break: keep-all;
}

.board-hero__text {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17.28px;
  font-weight: 600;
  line-height: 1.7;
  word-break: keep-all;
}

.board-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.board-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 15.04px;
  font-weight: 850;
  text-decoration: none;
}

.board-tabs a:hover,
.board-tabs a.is-active {
  background: #ffffff;
  color: #04735f;
}

.board-section {
  padding: 82px 0 100px;
}

.board-section__head {
  display: flex;
  flex-direction: column; /* 세로 방향으로 적재 */
  align-items: center; /* 가로 기준 가운데 정렬 */
  justify-content: center;
  text-align: center; /* 텍스트 정중앙 정렬 */
  gap: 16px;
  margin-bottom: 28px;
}

.board-section__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #04735f;
  font-size: 13.12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.board-section__head h2 {
  margin: 0;
  color: #111827;
  font-size: 32px;
  font-weight: 950;
  line-height: 1.25;
  word-break: keep-all;
}

.board-section__head p {
  max-width: 640px;
  margin: 12px auto 0; /* 마진 오토로 가로 정중앙 배치 */
  color: #4b5563;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  word-break: keep-all;
}

.board-static-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 28px;
}

.board-static-copy__item {
  padding: 22px;
  border: 1px solid #dce9e3;
  border-radius: 8px;
  background: #ffffff;
}

.board-static-copy__item h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 16.32px;
  font-weight: 950;
  line-height: 1.4;
}

.board-static-copy__item p {
  margin: 0;
  color: #4b5563;
  font-size: 15.2px;
  font-weight: 600;
  line-height: 1.72;
  word-break: keep-all;
}

.board-static-copy__item ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: #4b5563;
  font-size: 15.2px;
  font-weight: 600;
  line-height: 1.65;
}

.board-count {
  flex: 0 0 auto;
  padding: 9px 14px;
  border-radius: 999px;
  background: #e9f8f3;
  color: #04735f;
  font-size: 13.76px;
  font-weight: 800;
}

.gallery-board__summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 분류 탭을 정중앙(가운데) 배치로 정렬 */
  gap: 10px;
  margin-bottom: 24px;
}

.gallery-board__summary a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid #dce9e3;
  border-radius: 999px;
  background: #ffffff;
  color: #344b43;
  font-size: 14.4px;
  font-weight: 850;
  text-decoration: none;
}

.gallery-board__summary a:hover,
.gallery-board__summary a.is-active {
  border-color: #04735f;
  background: #04735f;
  color: #ffffff;
}

.gallery-board__summary em {
  font-style: normal;
  opacity: 0.78;
}

.gallery-board__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
}

html.js .gallery-board .gallery-board__summary,
html.js .gallery-board .gallery-board__list,
html.js .gallery-board .pagination,
html.js .gallery-detail[data-board-gallery-detail],
html.js .gallery-detail__nav {
  visibility: hidden;
}

html.js .gallery-board.is-board-rendered .gallery-board__summary,
html.js .gallery-board.is-board-rendered .gallery-board__list,
html.js .gallery-board.is-board-rendered .pagination,
html.js .gallery-detail[data-board-gallery-detail].is-board-rendered,
html.js .gallery-detail__nav.is-board-rendered {
  visibility: visible;
}

.noscript-gallery-list {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-top: 15px;
  background: #ffffff;
}

.noscript-gallery-list h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.noscript-gallery-list ul {
  list-style: disc;
  padding-left: 20px;
  line-height: 1.8;
}

.noscript-gallery-list a {
  color: var(--color-primary);
  text-decoration: underline;
}

.gallery-board__item {
  display: flex;
  flex-direction: column;
}

.gallery-board__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 12px;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(12, 42, 62, 0.035);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  overflow: hidden;
}

.gallery-board__item a:hover {
  border-color: rgba(0, 62, 165, 0.35);
  box-shadow: 0 16px 36px rgba(12, 42, 62, 0.08);
  transform: translateY(-6px);
}

.gallery-board__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e5f5f8;
}

.gallery-board__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-board__item a:hover .gallery-board__thumb img {
  transform: scale(1.05);
}

.gallery-board__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px 24px 24px;
}

.gallery-board__meta-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #64748b;
  font-size: 13.12px;
  font-weight: 800;
}

.gallery-board__meta-line em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  border-radius: 4px;
  background: #e9f8f3;
  color: #04735f;
  font-style: normal;
  font-size: 12.48px;
  font-weight: 800;
}

.gallery-board__meta-line time,
.gallery-board__meta-line span {
  font-size: 13.12px;
  font-weight: 700;
  color: #64748b;
}

.gallery-board__meta-line em + time {
  margin-left: 4px;
}

.gallery-board__meta-line time + span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  background: #cbd5e1;
  margin-right: 8px;
  vertical-align: middle;
}

.gallery-board__content strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #111827;
  font-size: 18.4px;
  font-weight: 950;
  line-height: 1.42;
  margin-bottom: 8px;
  word-break: keep-all;
}

.gallery-board__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 6px;
  color: #52616f;
  font-size: 14.08px;
  font-weight: 580;
  line-height: 1.6;
  word-break: keep-all;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 34px;
}

.pagination.is-hidden {
  display: none;
}

.pagination__num {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #dce9e3;
  border-radius: 8px;
  background: #ffffff;
  color: #344b43;
  font-size: 15.2px;
  font-weight: 800;
  text-decoration: none;
}

.pagination__num:hover,
.pagination__num.is-active {
  border-color: #04735f;
  background: #04735f;
  color: #ffffff;
}

.board-empty {
  padding: 42px 24px;
  border: 1px solid #dce9e3;
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
}

.board-empty strong {
  display: block;
  color: #111827;
  font-size: 17.6px;
  font-weight: 800;
}

.board-empty p {
  margin: 8px 0 0;
  color: #64748b;
  font-weight: 600;
}

.review-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-card,
.faq-card,
.board-contact-panel,
.contact-side-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(12, 42, 62, 0.055);
}

.review-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
}

.review-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.review-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  border-top: 1px solid rgba(216, 227, 220, 0.7);
  padding: 24px;
}

.review-card__meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 6px;
  margin-bottom: 0;
  color: #04735f;
  font-size: 13.76px;
  font-weight: 800;
}

.review-card h3 {
  margin: 0;
  color: #111827;
  font-size: 18.4px;
  font-weight: 950;
  line-height: 1.4;
}

.review-card p {
  margin: 12px 0 8px;
  color: #52616f;
  font-size: 15.2px;
  font-weight: 580;
  line-height: 1.7;
  word-break: keep-all;
}

.faq-board {
  display: grid;
  gap: 12px;
}

.faq-card {
  overflow: hidden;
}

.faq-card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  color: #111827;
  cursor: pointer;
  font-size: 16.64px;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
  word-break: keep-all;
}

.faq-card summary::-webkit-details-marker {
  display: none;
}

.faq-card summary::after {
  content: "+";
  flex: 0 0 auto;
  color: #04735f;
  font-size: 21.6px;
  font-weight: 800;
}

.faq-card[open] summary::after {
  content: "-";
}

.faq-card p {
  margin: 0;
  padding: 0 24px 24px;
  color: #52616f;
  font-size: 15.68px;
  font-weight: 580;
  line-height: 1.75;
  word-break: keep-all;
}

.board-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  width: 100%;
}

.board-contact-panel {
  padding: 32px;
}

.board-contact-form {
  display: grid;
  gap: 38px; /* 입력폼 카테고리 간의 세로 간격을 38px로 넓혀 가독성 극대화 */
}

.board-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 26px; /* 그리드 내의 세로 갭을 32px로 여유 있게 상향 */
}

.board-field {
  display: grid;
  gap: 10px; /* 라벨과 인풋 창의 틈새를 10px로 정돈 */
}

.board-field--full {
  grid-column: 1 / -1;
}

.board-field label,
.board-agree span {
  color: #344b43;
  font-size: 14.72px;
  font-weight: 800;
}

.board-field input,
.board-field select,
.board-field textarea {
  width: 100%;
  border: 1px solid #dce9e3;
  border-radius: 8px;
  background: #ffffff;
  color: #111827;
  font: inherit;
  font-size: 15.68px;
}

.board-field input,
.board-field select {
  height: 52px;
  padding: 0 14px;
}

.board-field textarea {
  min-height: 150px;
  padding: 14px;
  resize: vertical;
}

.board-field small {
  display: block;
  margin-top: 8px;
  color: #6b7d75;
  font-size: 13px;
  line-height: 1.5;
}

.board-choice-list {
  display: grid;
  gap: 10px;
}

.board-choice-list label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #dce9e3;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.board-choice-list input {
  width: auto;
  min-width: 16px;
  height: 16px;
}

.board-checkbox-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.board-checkbox-item {
  display: grid;
  grid-template-columns: 18px 1fr; /* 원래대로 1fr로 환원하여 왼쪽 정렬 복구 */
  align-items: center;
  min-height: 48px;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #dce9e3;
  border-radius: 8px;
  background: #ffffff;
  color: #344b43;
  cursor: pointer;
  font-size: 14.88px;
  font-weight: 800;
  line-height: 1.35;
  box-sizing: border-box;
  outline: none !important;
  user-select: none;
  -webkit-tap-highlight-color: transparent; /* 모바일 터치 하이라이트 제거 */
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.board-checkbox-item:hover {
  border-color: #9bcfc2;
  background: #f8fcfa;
}

.board-checkbox-item:focus,
.board-checkbox-item:active,
.board-checkbox-item:focus-within {
  outline: none !important;
  box-shadow: none !important;
  transform: none !important; /* 클릭/선택 시 삐걱거리는 움직임 차단 */
}

.board-field .board-checkbox-item input[type="checkbox"],
.board-field .board-checkbox-item input[type="radio"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  flex: 0 0 18px !important;
  aspect-ratio: 1 / 1 !important; /* 1:1 정사각형 가로세로 비율 강제 고정 */
  margin: 0 !important;
  border: 1px solid #dce9e3 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  position: relative !important;
  cursor: pointer !important;
  outline: none !important;
  box-shadow: none !important;
  transform: translate3d(0, 0, 0) !important; /* 클릭/체크 시 픽셀 떨림 원천 방지 */
  transition: background 0.15s ease, border-color 0.15s ease;
}

/* 체크박스 활성화 시 스타일 */
.board-field .board-checkbox-item input[type="checkbox"]:checked {
  background: #00cce0 !important; /* 포인트 시안블루 컬러 */
  border-color: #00cce0 !important;
}

/* 체크박스 가상 꺾쇠(V) 마크 묘사 */
.board-field .board-checkbox-item input[type="checkbox"]::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}

.board-field .board-checkbox-item input[type="checkbox"]:checked::after {
  transform: rotate(45deg) scale(1);
}

/* 라디오 활성화 시 스타일 */
.board-field .board-checkbox-item input[type="radio"] {
  border-radius: 50%;
}

.board-field .board-checkbox-item input[type="radio"]:checked {
  background: #00cce0;
  border-color: #00cce0;
}

/* 라디오 가상 중앙 원형 마크 묘사 */
.board-field .board-checkbox-item input[type="radio"]::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  transform: scale(0);
  transition: transform 0.15s ease;
  box-sizing: border-box;
}

.board-field .board-checkbox-item input[type="radio"]:checked::after {
  transform: scale(1);
}

.board-field input:focus,
.board-field select:focus,
.board-field textarea:focus {
  border-color: #04735f;
  outline: 3px solid rgba(4, 115, 95, 0.14);
}

.board-agree {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  border-radius: 8px;
  background: #f1f8f5;
}

.board-agree input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.board-privacy-consent {
  display: grid;
  gap: 0; /* 체크박스와 약관 상자 간의 여백을 완전히 제거 */
  padding: 16px;
  border: 1px solid #dce9e3;
  border-radius: 10px;
  background: #f8fcfa;
}

.board-privacy-consent small,
.board-privacy-scroll-box {
  display: block;
  max-height: 110px;
  overflow-y: auto;
  margin: 0 !important; /* 상단 여백 강제 완전 제거 */
  padding: 12px;
  border: 1px solid #e4eee9;
  border-radius: 8px;
  background: #ffffff;
  color: #52616f;
  font-size: 13.76px;
  line-height: 1.65;
}

.board-privacy-consent .board-checkbox-item {
  border: 0;
  min-height: 0;
  padding: 0;
  background: transparent;
}

.board-privacy-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0;
  accent-color: #04735f;
}

.board-privacy-consent__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #cddfd7;
  border-radius: 8px;
  background: #ffffff;
  color: #04735f;
  cursor: pointer;
  font: inherit;
  font-size: 14.72px;
  font-weight: 800;
}

.board-privacy-consent__btn:hover,
.board-privacy-consent__btn:focus-visible {
  border-color: #04735f;
  outline: none;
}

.board-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  background: #04735f;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
}

.board-submit:hover {
  background: #025a4a;
}

.board-contact-form__submit {
  display: flex;
  justify-content: center; /* 버튼을 폼 가로 영역의 정중앙에 정렬 */
}

.board-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  gap: 8px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  background: #04735f;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
}

.board-submit-btn:hover,
.board-submit-btn:focus-visible {
  background: #025a4a;
  outline: none;
}

.board-form-message {
  min-height: 22px;
  margin: 0;
  color: #04735f;
  font-size: 14.72px;
  font-weight: 800;
}

.board-contact-form__message {
  min-height: 22px;
  margin: 0;
  color: #04735f;
  font-size: 14.72px;
  font-weight: 800;
}

.contact-side-card {
  padding: 28px;
}

.contact-side-card + .contact-side-card {
  margin-top: 16px;
}

.contact-side-card strong {
  display: block;
  color: #111827;
  font-size: 17.6px;
  font-weight: 950;
}

.contact-side-card p,
.contact-side-card li {
  color: #52616f;
  font-size: 15.2px;
  font-weight: 620;
  line-height: 1.7;
  word-break: keep-all;
}

.contact-side-card ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.contact-side-card a {
  color: #04735f;
  font-weight: 800;
  text-decoration: none;
}

.board-contact-card {
  display: grid;
  gap: 12px;
}

.board-contact-card h3,
.board-feature-item h4 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.35;
}

.board-contact-card p,
.board-feature-item p {
  margin: 0;
  color: #52616f;
  font-size: 15.2px;
  font-weight: 620;
  line-height: 1.7;
  word-break: keep-all;
}

.board-contact-card__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.board-contact-card__notice {
  color: #52616f;
  font-size: 14.4px;
  font-weight: 700;
}

.board-contact-features {
  display: grid;
  gap: 18px;
}

.board-feature-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.board-feature-item__icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: #eef8f4;
  color: #04735f;
  font-size: 19.2px;
}

.board-modal[aria-hidden="true"] {
  display: none;
}

.board-modal[aria-hidden="false"] {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.board-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 24, 20, 0.58);
}

.board-modal__container {
  position: relative;
  z-index: 1;
  width: min(640px, calc(100vw - 32px));
  max-height: min(720px, calc(100dvh - 48px));
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
}

.board-modal__header,
.board-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  border-bottom: 1px solid #e4eee9;
}

.board-modal__footer {
  justify-content: flex-end;
  border-top: 1px solid #e4eee9;
  border-bottom: 0;
}

.board-modal__header h3 {
  margin: 0;
  color: #111827;
  font-size: 19.2px;
  font-weight: 800;
}

.board-modal__close-btn {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #dce9e3;
  border-radius: 8px;
  background: #ffffff;
  color: #344b43;
  cursor: pointer;
  font: inherit;
}

.board-modal__body {
  max-height: calc(100dvh - 220px);
  overflow: auto;
  padding: 22px;
  color: #52616f;
  font-size: 15.2px;
  font-weight: 620;
  line-height: 1.75;
}

.board-modal__body p {
  margin: 0 0 14px;
}

.board-modal__body ul {
  display: grid;
  gap: 10px;
  margin: 0 0 14px;
  padding-left: 18px;
}

.board-modal-confirm-btn {
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  background: #04735f;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

body.is-board-modal-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .board-static-copy {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .board-contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .board-hero {
    padding: 116px 0 58px;
  }

  .board-hero h1 {
    font-size: 34.4px;
  }

  .board-hero__text {
    font-size: 15.68px;
  }

  .board-tabs {
    gap: 8px;
  }

  .board-tabs a {
    min-height: 40px;
    padding: 0 13px;
    font-size: 13.76px;
  }

  .board-section {
    padding: 58px 0 76px;
  }

  .board-section__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .board-count {
    display: inline-flex;
    margin-top: 16px;
  }

  .board-static-copy {
    grid-template-columns: 1fr;
  }

  .gallery-board__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }

  .gallery-board__item a {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .gallery-board__thumb {
    aspect-ratio: 16 / 10;
  }

  .gallery-board__content {
    padding: 16px;
  }

  .gallery-board__content strong {
    font-size: 15.68px;
  }

  .gallery-board__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13.12px;
    margin-top: 4px;
  }

  .gallery-board__meta-line {
    font-size: 11.84px;
    margin-bottom: 8px;
  }

  .review-board,
  .board-contact-form__grid {
    grid-template-columns: 1fr;
  }

  .board-checkbox-group {
    grid-template-columns: 1fr;
  }

  .board-contact-panel {
    padding: 22px;
  }
}

@media (max-width: 480px) {
  .gallery-board__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gallery-board__thumb {
    aspect-ratio: 16 / 9;
  }

  .gallery-board__content {
    padding: 18px;
  }

  .gallery-board__content strong {
    font-size: 16.8px;
  }

  .gallery-board__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 13.76px;
  }
}

/* Board pages: align support pages with the main site design system. */
.page-board {
  --board-bg: #ffffff; /* 보드 페이지 배경을 완벽한 흰색으로 변경 */
  --board-surface: var(--color-white);
  --board-surface-soft: var(--color-panel);
  --board-ink: var(--color-ink);
  --board-muted: var(--color-muted);
  --board-soft: #718083;
  --board-line: var(--color-line);
  --board-primary: var(--color-primary);
  --board-primary-dark: var(--color-primary-dark);
  --board-primary-deep: var(--color-primary-deep);
  --board-radius: var(--radius-card);
  --board-shadow: var(--shadow-card);
  background: var(--board-bg);
  color: var(--board-ink);
}

.page-board .site-main {
  padding-top: 0;
}

.page-board .page-hero {
  height: clamp(320px, 32vw, 430px);
  background: #101827;
}

.page-board .page-hero::before {
  background-image:
    linear-gradient(90deg, rgba(8, 17, 22, 0.82) 0%, rgba(8, 31, 42, 0.58) 48%, rgba(8, 31, 42, 0.32) 100%),
    var(--page-hero-image);
}

.page-board .page-hero::after {
  height: 42%;
  background: linear-gradient(180deg, rgba(16, 24, 39, 0) 0%, rgba(12, 42, 62, 0.4) 100%);
}

.page-board .page-hero__inner {
  width: calc(100% - (var(--page-gutter) * 2));
  max-width: var(--container);
  padding: calc(var(--header-height) * 0.4) 0 0;
  text-align: left;
}

.page-board .page-hero__title {
  max-width: 760px;
  margin: 0;
  color: var(--color-white);
  font-size: clamp(36px, 4vw, 50.4px);
  font-weight: var(--font-heavy);
  line-height: 1.16;
  letter-spacing: 0;
  word-break: keep-all;
}

.page-board .page-hero__text {
  max-width: 660px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16.96px;
  font-weight: var(--font-medium);
  line-height: 1.7;
  opacity: 1;
  word-break: keep-all;
}

.page-board .section-tabs {
  position: sticky;
  top: var(--header-height);
  z-index: 20;
  border-bottom: 1px solid rgba(0, 204, 224, 0.14);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
  backdrop-filter: blur(14px);
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media (min-width: 1081px) {
  html.is-scrolled .page-board .section-tabs {
    top: 70px;
    background-color: #00cce0; /* 포인트 청록색 */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
  }

  html.is-scrolled .page-board .section-tabs__link {
    color: rgba(255, 255, 255, 0.82);
  }

  html.is-scrolled .page-board .section-tabs__link:hover {
    color: #ffffff;
  }

  html.is-scrolled .page-board .section-tabs__link.is-active {
    color: #ffffff;
    border-bottom-color: #ffffff;
  }
}

.page-board .section-tabs__inner {
  justify-content: flex-start;
  width: calc(100% - (var(--page-gutter) * 2));
  max-width: var(--container);
  padding-inline: 0;
}

.page-board .section-tabs__link {
  display: inline-flex;
  align-items: center;
  min-height: 60px;
  padding: 0 22px;
  border-bottom: 3px solid transparent;
  color: var(--board-muted);
  font-size: 15.36px;
  font-weight: var(--font-bold);
  line-height: 1.2;
}

.page-board .section-tabs__link:first-child {
  padding-left: 0;
}

.page-board .section-tabs__link:hover,
.page-board .section-tabs__link.is-active {
  color: var(--board-primary-dark);
}

.page-board .section-tabs__link.is-active {
  border-bottom-color: var(--board-primary);
}

.board-section {
  padding: 92px 0 112px;
}

.board-section__head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
  text-align: left;
}

.board-section__head > div {
  max-width: 800px;
}

.board-section__eyebrow {
  margin-bottom: 12px;
  color: var(--board-primary-dark);
  font-size: 13.12px;
  font-weight: var(--font-bold);
  line-height: 1.2;
  letter-spacing: 0;
}

.board-section__head h2 {
  color: var(--board-ink);
  font-size: clamp(32.8px, 3.4vw, 42.4px);
  font-weight: var(--font-heavy);
  line-height: 1.25;
  letter-spacing: 0;
}

.board-section__head p {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--board-muted);
  font-size: 16.8px;
  font-weight: var(--font-medium);
  line-height: 1.72;
}

.board-static-copy {
  gap: 20px;
  margin-bottom: 34px;
}

.board-static-copy__item,
.gallery-board__item a,
.review-card,
.faq-card,
.board-contact-panel,
.board-contact-card,
.board-feature-item,
.board-empty {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--board-radius);
  background: var(--board-surface);
  box-shadow: var(--board-shadow);
}

.board-static-copy__item {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 26px;
}

.board-static-copy__item h3,
.review-card h3,
.faq-card summary,
.board-contact-card h3,
.board-feature-item h4 {
  margin: 0;
  color: var(--board-ink);
  font-size: var(--type-card-title);
  font-weight: var(--font-bold);
  line-height: 1.38;
  letter-spacing: 0;
}

.board-static-copy__item p,
.board-static-copy__item ul,
.review-card p,
.faq-card p,
.board-contact-card p,
.board-feature-item p,
.board-empty p {
  margin: 0;
  color: var(--board-muted);
  font-size: var(--type-small);
  font-weight: var(--font-medium);
  line-height: 1.68;
}

.board-static-copy__item p,
.board-static-copy__item ul {
  margin-top: 12px;
}

.gallery-board__summary {
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 28px;
}

.gallery-board .board-section__head {
  margin-bottom: 30px;
}

.gallery-board .gallery-board__summary {
  margin-bottom: 30px;
}

.gallery-board__summary a,
.pagination__num,
.board-privacy-consent__btn,
.nav-btn,
.gallery-detail__cta a {
  min-height: 42px;
  border-radius: var(--radius-sm);
  font-size: 14.4px;
  font-weight: var(--font-bold);
  line-height: 1.2;
}

.gallery-board__summary a {
  padding: 0 15px;
  border-color: var(--board-line);
  color: var(--board-muted);
}

.gallery-board__summary a:hover,
.gallery-board__summary a.is-active,
.pagination__num:hover,
.pagination__num.is-active {
  border-color: var(--board-primary-dark);
  background: var(--board-primary-dark);
  color: var(--color-white);
}

.gallery-board__list {
  gap: 24px;
}

.gallery-board__item a {
  border-radius: var(--board-radius);
  box-shadow: var(--board-shadow);
}

.gallery-board__item a:hover,
.review-card:hover,
.board-static-copy__item:hover {
  border-color: rgba(0, 204, 224, 0.28);
  box-shadow: var(--shadow-lift);
  transform: translateY(-4px);
}

.board-static-copy__item,
.review-card {
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}

.gallery-board__thumb {
  background: var(--board-surface-soft);
}

.gallery-board__content {
  padding: 24px;
}

.gallery-board__meta-line,
.review-card__meta {
  margin-bottom: 12px;
  color: var(--board-soft);
  font-size: 13.12px;
  font-weight: var(--font-bold);
  line-height: 1.35;
}

.gallery-board__meta-line em {
  border-radius: var(--radius-xs);
  background: var(--color-primary-soft);
  color: var(--board-primary-dark);
  font-weight: var(--font-bold);
}

.gallery-board__content strong {
  color: var(--board-ink);
  font-size: 17.92px;
  font-weight: var(--font-bold);
  line-height: 1.42;
}

.gallery-board__excerpt {
  color: var(--board-muted);
  font-size: var(--type-small);
  font-weight: var(--font-medium);
  line-height: 1.65;
}

.pagination {
  gap: 8px;
  margin-top: 40px;
}

.pagination__num {
  width: 42px;
  height: 42px;
  border-color: var(--board-line);
  color: var(--board-muted);
}

.review-board {
  gap: 24px;
}

.review-card {
  border-radius: var(--board-radius);
}

.review-card img {
  background: var(--board-surface-soft);
}

.review-card__body {
  padding: 24px;
}

.review-card__meta {
  color: var(--board-primary-dark);
}

.page-board-faq {
  --faq-content-width: var(--container, 1280px);
  --faq-section-gap: 28px;
  --faq-card-gap: 14px;
  --faq-card-padding-x: 30px;
  --faq-card-padding-y: 22px;
  --faq-icon-size: 32px;
}

.page-board-faq .site-main {
  background: var(--board-bg);
}

.page-board-faq .page-hero {
  height: clamp(300px, 30vw, 400px);
}

.page-board-faq .page-hero::before {
  background-image:
    linear-gradient(90deg, rgba(8, 17, 22, 0.84) 0%, rgba(8, 31, 42, 0.62) 48%, rgba(8, 31, 42, 0.34) 100%),
    var(--page-hero-image);
}

.page-board-faq .section-tabs {
  border-bottom-color: rgba(8, 34, 62, 0.08);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 24px rgba(8, 34, 62, 0.045);
}

.page-board-faq .section-tabs__inner {
  gap: 6px;
}

.page-board-faq .section-tabs__link {
  min-height: 58px;
  padding: 0 20px;
  color: #5b686b;
  font-size: 15.04px;
}

.page-board-faq .section-tabs__link.is-active {
  color: var(--board-primary-dark);
  font-weight: var(--font-heavy);
}

.page-board-faq .board-section {
  padding: 72px 0 108px;
}

.page-board-faq .board-section > .container {
  display: grid;
  grid-template-columns: minmax(0, min(100%, var(--faq-content-width)));
  justify-content: start;
  row-gap: var(--faq-section-gap);
}

.page-board-faq .board-section__head {
  display: block;
  width: 100%;
  max-width: var(--faq-content-width);
  margin: 0;
}

.page-board-faq .board-section__head > div {
  max-width: 760px;
}

.page-board-faq .board-section__eyebrow {
  margin-bottom: 10px;
  color: var(--board-primary-dark);
  font-size: 12.48px;
  font-weight: var(--font-heavy);
}

.page-board-faq .board-section__head p {
  max-width: 680px;
  margin-top: 12px;
  color: #58686b;
  font-size: 16px;
  line-height: 1.7;
}

.faq-board {
  width: 100%;
  max-width: var(--faq-content-width, var(--container, 1280px));
  gap: var(--faq-card-gap, 16px);
}

.faq-card {
  overflow: hidden;
  border-color: rgba(8, 34, 62, 0.075);
  border-radius: var(--board-radius);
  background: #ffffff; /* 단색 흰색으로 변경 */
  box-shadow: 0 8px 22px rgba(12, 42, 62, 0.04);
  transition: border-color var(--ease), box-shadow var(--ease), transform var(--ease), background var(--ease);
}

.faq-card:hover {
  border-color: rgba(0, 162, 179, 0.22);
  box-shadow: 0 14px 32px rgba(12, 42, 62, 0.075);
  transform: translateY(-2px);
}

.faq-card[open] {
  border-color: rgba(0, 162, 179, 0.32);
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(8, 34, 62, 0.09);
}

.faq-card summary {
  min-height: 78px;
  align-items: center;
  gap: 20px;
  padding: var(--faq-card-padding-y, 24px) var(--faq-card-padding-x, 28px);
  color: #17211d;
  font-size: clamp(16px, 1.1vw, 17.28px);
  font-weight: var(--font-bold);
  transition: color var(--ease), background var(--ease);
}

.faq-card[open] summary {
  color: var(--board-primary-deep);
}

.faq-card summary::after {
  display: grid;
  width: var(--faq-icon-size, 34px);
  height: var(--faq-icon-size, 34px);
  place-items: center;
  border: 1px solid rgba(0, 162, 179, 0.18);
  border-radius: 50%;
  background: #effbfc;
  color: var(--board-primary-dark);
  font-size: 17.28px;
  line-height: 1;
  transition: border-color var(--ease), background var(--ease), color var(--ease), transform var(--ease);
}

.faq-card:hover summary::after {
  border-color: rgba(0, 162, 179, 0.32);
  background: #e6f8fa;
}

.faq-card[open] summary::after {
  background: var(--board-primary);
  border-color: var(--board-primary);
  color: var(--color-white);
  transform: rotate(180deg);
}

.faq-card p {
  max-width: 760px;
  padding: 0 var(--faq-card-padding-x, 28px) var(--faq-card-padding-y, 24px);
  color: #536366;
  font-size: 15.04px;
  line-height: 1.72;
}

.board-contact-layout {
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  max-width: none;
  gap: 32px;
  margin-inline: 0;
}

.board-contact-panel {
  padding: 36px;
  border-radius: var(--board-radius);
}

.board-contact-form {
  gap: 36px; /* 모바일 입력 카테고리 간 세로 간격을 36px로 상향 */
}

.board-contact-form__grid {
  gap: 32px 20px; /* 모바일 그리드 내 세로 갭을 32px로 충분히 확보 */
}

.board-field {
  gap: 10px;
}

.board-field label,
.board-field__label,
.board-agree span {
  color: var(--board-ink);
  font-size: 14.4px;
  font-weight: var(--font-bold);
  line-height: 1.4;
}

.board-field input,
.board-field select,
.board-field textarea {
  border-color: var(--board-line);
  border-radius: var(--radius-sm);
  background: #fbfdfe;
  color: var(--board-ink);
  font-size: 15.36px;
  font-weight: var(--font-medium);
  line-height: 1.5;
  transition: border-color var(--ease), box-shadow var(--ease), background var(--ease);
}

.board-field input:hover,
.board-field select:hover,
.board-field textarea:hover {
  border-color: #b8dfe6;
}

.board-field input:focus,
.board-field select:focus,
.board-field textarea:focus {
  border-color: var(--board-primary);
  outline: 3px solid rgba(0, 204, 224, 0.13);
  background: var(--color-white);
}

.board-checkbox-group {
  gap: 12px;
}

.board-checkbox-item,
.board-choice-list label,
.board-file-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--board-line);
  border-radius: var(--radius-sm);
  background: #fbfdfe;
  color: var(--board-muted);
  font-size: 14.72px;
  font-weight: var(--font-bold);
  line-height: 1.4;
  cursor: pointer;
  transition: border-color var(--ease), background var(--ease);
}

/* 체크박스 정렬을 18px 그리드로 강제 고정하여 체크 시의 위치 흔들림 원천 방지 */
.board-checkbox-item {
  display: grid !important;
  grid-template-columns: 18px 1fr !important; /* 모바일 반응형 뷰에서도 원래대로 왼쪽 정렬로 환원 */
}

.board-checkbox-item:hover,
.board-choice-list label:hover,
.board-file-row:hover {
  border-color: rgba(0, 204, 224, 0.42);
  background: #f7fdff;
}

.board-field .board-checkbox-item input[type="checkbox"],
.board-field .board-checkbox-item input[type="radio"],
.board-privacy-consent input[type="checkbox"] {
  accent-color: var(--board-primary-dark);
}

.board-file-list {
  display: grid;
  gap: 10px;
}

.board-file-row {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr); /* 라벨 영역 너비를 100px로 확장하여 겹침 방지 */
  column-gap: 16px; /* 열 간의 여백을 16px로 충분히 보장 */
  cursor: default;
}

.board-file-row span {
  color: var(--board-ink);
  font-size: 13.76px;
  font-weight: var(--font-bold);
}

.board-file-row input[type="file"] {
  min-width: 0;
  color: var(--board-soft);
  font-size: 13.76px;
}

.board-privacy-consent {
  gap: 0; /* 모바일/반응형 갭도 0으로 제거 */
  padding: 18px;
  border-color: var(--board-line);
  border-radius: var(--board-radius);
  background: var(--board-surface-soft);
}

.board-privacy-consent .board-checkbox-item {
  color: var(--board-ink);
}

.board-privacy-consent__btn {
  padding: 0 16px;
  border-color: var(--board-line);
  color: var(--board-primary-dark);
}

.board-privacy-consent__btn:hover,
.board-privacy-consent__btn:focus-visible {
  border-color: var(--board-primary);
  background: var(--color-primary-soft);
}

.board-contact-form__submit {
  justify-content: flex-start;
}

.board-submit,
.board-submit-btn,
.board-modal-confirm-btn {
  min-height: 54px;
  border-radius: var(--radius-sm);
  background: var(--board-primary);
  color: var(--color-white);
  font-size: 16px;
  font-weight: var(--font-bold);
  line-height: 1.2;
  transition: background var(--ease), transform var(--ease), box-shadow var(--ease);
}

.board-submit:hover,
.board-submit-btn:hover,
.board-submit-btn:focus-visible,
.board-modal-confirm-btn:hover {
  background: var(--board-primary-dark);
  box-shadow: 0 12px 26px rgba(0, 162, 179, 0.22);
  transform: translateY(-2px);
}

.board-contact-card,
.board-feature-item {
  padding: 26px;
}

.board-contact-card {
  display: grid;
  gap: 14px;
}

.board-contact-card__btns {
  gap: 10px;
}

.site-nav__contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: var(--radius-sm);
  color: var(--color-white);
  font-size: 14.72px;
  font-weight: var(--font-bold);
  line-height: 1.2;
  text-decoration: none;
  transition: background var(--ease), transform var(--ease), box-shadow var(--ease);
}

.site-nav__contact-btn--primary {
  background: var(--board-primary-dark);
}

.site-nav__contact-btn--secondary {
  background: var(--board-primary-deep);
}

.site-nav__contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 162, 179, 0.18);
}

.board-contact-card__notice {
  color: var(--board-soft);
  font-size: 13.76px;
  font-weight: var(--font-bold);
  line-height: 1.5;
}

.board-contact-features {
  gap: 14px;
}

.board-feature-item {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  box-shadow: 0 10px 26px rgba(12, 42, 62, 0.045);
}

.board-feature-item__icon {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-sm);
  background: var(--color-primary-soft);
  color: var(--board-primary-dark);
  font-size: 18.88px;
}

.board-modal__container {
  border-radius: var(--board-radius);
}

.board-modal__header h3 {
  color: var(--board-ink);
  font-size: 18.88px;
  font-weight: var(--font-bold);
}

.board-modal__body {
  color: var(--board-muted);
  font-size: var(--type-small);
  font-weight: var(--font-medium);
}

.page-board-contact {
  --contact-section-y: clamp(64px, 7vw, 96px);
  --contact-head-gap: 32px;
  --contact-panel-padding: clamp(28px, 3vw, 40px);
  --contact-grid-gap-x: 24px;
  --contact-grid-gap-y: 20px;
  --contact-field-gap: 10px;
  --contact-control-height: 52px;
  --contact-choice-height: 52px;
}

.page-board-contact .board-section {
  padding: var(--contact-section-y) 0 calc(var(--contact-section-y) + 12px);
}

.page-board-contact .board-section__head {
  margin-bottom: var(--contact-head-gap);
}

.page-board-contact .board-section__head > div,
.page-board-contact .board-contact-layout,
.page-board-contact .board-contact-panel {
  width: 100%;
  max-width: none;
}

.page-board-contact .board-contact-panel {
  padding: var(--contact-panel-padding);
}

.page-board-contact .board-contact-form {
  gap: 24px;
}

.page-board-contact .board-contact-form__grid {
  gap: var(--contact-grid-gap-y) var(--contact-grid-gap-x);
}

.page-board-contact .board-field {
  gap: var(--contact-field-gap);
}

.page-board-contact .board-field label,
.page-board-contact .board-field__label {
  margin: 0;
  line-height: 1.45;
}

.page-board-contact .board-field input,
.page-board-contact .board-field select {
  height: var(--contact-control-height);
}

.page-board-contact .board-field textarea {
  min-height: 156px;
}

.page-board-contact .board-checkbox-group {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.page-board-contact .board-checkbox-item {
  min-height: var(--contact-choice-height);
  padding: 12px 14px;
  align-items: center;
}

.page-board-contact .board-file-list {
  gap: 8px;
}

.page-board-contact .board-file-row {
  grid-template-columns: 100px minmax(0, 1fr); /* 80px에서 100px로 확장하여 파일선택 겹침 완전 해소 */
  column-gap: 16px;
  align-items: center;
  min-height: 48px;
  padding: 8px 16px;
  background: var(--color-white);
  border: 1px solid var(--board-line, #e9ecef);
  border-radius: var(--radius-md, 8px);
  box-sizing: border-box;
}

.page-board-contact .board-file-row span {
  font-size: 13.5px;
  font-weight: 600;
  color: #495057;
  line-height: 1.4;
}

.page-board-contact .board-file-row input[type="file"] {
  display: inline-flex; /* display: block에서 flex로 변경하여 수직 중앙 맞춤 */
  align-items: center;
  width: 100%;
  height: 30px; /* 파일선택 버튼 높이(30px)와 일치 */
  line-height: 1;
  font-size: 13px;
  color: #666;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
}

.page-board-contact .board-file-row input[type="file"]::file-selector-button {
  height: 30px;
  padding: 0 14px;
  margin: 0 12px 0 0;
  border: 1px solid var(--board-line, #dcdcdc);
  border-radius: var(--radius-sm, 4px);
  background-color: var(--color-white);
  color: var(--board-ink, #333);
  font-family: inherit;
  font-size: 13px;
  font-weight: var(--font-bold, 700);
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all 0.2s ease;
}

.page-board-contact .board-file-row input[type="file"]::-webkit-file-upload-button {
  height: 30px;
  padding: 0 14px;
  margin: 0 12px 0 0;
  border: 1px solid var(--board-line, #dcdcdc);
  border-radius: var(--radius-sm, 4px);
  background-color: var(--color-white);
  color: var(--board-ink, #333);
  font-family: inherit;
  font-size: 13px;
  font-weight: var(--font-bold, 700);
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all 0.2s ease;
}

.page-board-contact .board-privacy-consent {
  padding: 18px;
}

/* 신규 인라인 약관 뷰어 박스 */
.page-board-contact .board-privacy-scroll-box {
  margin-top: 12px;
  padding: 14px;
  background-color: #ffffff; /* 흰색 배경으로 변경 */
  border: 1px solid #dce9e3; /* 인풋 테두리와 어울리는 색상으로 통일 */
  border-radius: var(--radius-md, 8px);
  max-height: 120px;
  overflow-y: auto;
  font-size: 13.5px;
  color: #52616f;
  line-height: 1.65;
  text-align: justify; /* 깔끔하게 가로 균등 양끝 정렬 적용 */
  word-break: keep-all; /* 단어 쪼개짐 방지로 한글 가독성 최적화 */
}

.page-board-contact .board-privacy-scroll-box strong {
  display: block;
  margin-bottom: 6px;
  color: #17211d;
  font-weight: var(--font-bold, 700);
}

.page-board-contact .board-privacy-scroll-box ul {
  margin: 6px 0;
  padding-left: 16px; /* 불릿 왼쪽 여백을 16px로 정밀 조율하여 정렬 */
  list-style-type: disc;
}

.page-board-contact .board-privacy-scroll-box li {
  margin-bottom: 4px;
}

.page-board-contact .board-contact-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 2px;
}

.page-board-contact .floating-quick-menu {
  display: none;
}

@media (max-width: 1080px) {
  .page-board .section-tabs {
    top: 0;
  }

  .board-section {
    padding: 72px 0 92px;
  }

  .page-board-faq {
    --faq-section-gap: 28px;
  }

  .page-board-faq .board-section {
    padding: 72px 0 92px;
  }

  .board-static-copy,
  .gallery-board__list,
  .review-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .board-contact-layout {
    grid-template-columns: 1fr;
  }

  .page-board-contact {
    --contact-section-y: 72px;
    --contact-head-gap: 28px;
    --contact-panel-padding: 32px;
  }

  .page-board-contact .board-checkbox-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .board-contact-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .page-board .page-hero {
    height: 280px;
  }

  .page-board .page-hero__inner {
    padding-top: 28px;
  }

  .page-board .page-hero__title {
    font-size: 32px;
    line-height: 1.2;
  }

  .page-board .page-hero__text {
    margin-top: 12px;
    font-size: 15.04px;
    line-height: 1.62;
  }

  .page-board .section-tabs__link {
    min-height: 52px;
    padding: 0 16px;
    font-size: 14.4px;
  }

  .page-board .section-tabs__link:first-child {
    padding-left: 0;
  }

  .board-section {
    padding: 56px 0 76px;
  }

  .board-section__head {
    display: block;
    margin-bottom: 28px;
  }

  .board-section__head h2 {
    font-size: 28.48px;
    line-height: 1.28;
  }

  .board-section__head p {
    margin-top: 12px;
    font-size: 15.04px;
    line-height: 1.64;
  }

  .board-static-copy,
  .gallery-board__list,
  .review-board,
  .board-contact-form__grid {
    grid-template-columns: 1fr;
  }

  .board-static-copy__item,
  .review-card__body,
  .board-contact-card,
  .board-feature-item {
    padding: 22px;
  }

  .gallery-board__summary {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .gallery-board__summary::-webkit-scrollbar {
    display: none;
  }

  .gallery-board__content {
    padding: 20px;
  }

  .gallery-board__content strong {
    font-size: 16.8px;
  }

  .gallery-board__excerpt {
    -webkit-line-clamp: 2;
    font-size: 13.76px;
  }

  .faq-card summary {
    padding: 20px;
    font-size: 16px;
  }

  .faq-card p {
    padding: 0 20px 20px;
    font-size: 14.4px;
  }

  .page-board-faq {
    --faq-section-gap: 24px;
    --faq-card-gap: 12px;
    --faq-card-padding-x: 20px;
    --faq-card-padding-y: 18px;
    --faq-icon-size: 30px;
  }

  .page-board-faq .board-section {
    padding: 56px 0 76px;
  }

  .page-board-faq .board-section__head {
    margin: 0;
  }

  .page-board-faq .board-section__head p {
    max-width: 100%;
    margin-top: 12px;
  }

  .page-board-faq .faq-card summary {
    min-height: 68px;
    gap: 16px;
    padding: var(--faq-card-padding-y) var(--faq-card-padding-x);
    font-size: 16px;
    line-height: 1.42;
  }

  .page-board-faq .faq-card p {
    max-width: 100%;
    padding: 0 var(--faq-card-padding-x) var(--faq-card-padding-y);
    font-size: 14.72px;
    line-height: 1.66;
  }

  .board-contact-panel {
    padding: 22px;
  }

  .board-checkbox-group {
    grid-template-columns: 1fr;
  }

  .page-board-contact {
    --contact-section-y: 56px;
    --contact-head-gap: 28px;
    --contact-panel-padding: 22px;
    --contact-grid-gap-y: 16px;
    --contact-grid-gap-x: 16px;
  }

  .page-board-contact .board-checkbox-group {
    grid-template-columns: 1fr;
  }

  .board-file-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .page-board-contact .board-file-row {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }

  .board-contact-card__btns,
  .site-nav__contact-btn,
  .board-submit-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .board-static-copy__item,
  .review-card__body,
  .board-contact-card,
  .board-feature-item,
  .board-contact-panel {
    padding: 20px;
  }
}

/* 전역 내 체크박스/라디오 정사각형 고정 수호 */
.board-checkbox-item input[type="checkbox"],
.board-checkbox-item input[type="radio"],
.board-privacy-consent input[type="checkbox"] {
  display: inline-block !important;
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  flex: 0 0 18px !important;
  aspect-ratio: 1 / 1 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
}
