/* 참가 안내 — 헤더·서브네비는 information.css */
@import url('../information.css');

@media (min-width: 1025px) {
  .info-page-top--exh {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    background: none !important;
  }

  .info-page-top--exh .header-bg {
    grid-column: 1;
    grid-row: 1;
    z-index: 2;
    align-self: start;
    background: #011D20 !important;
    background-color: #011D20 !important;
    box-shadow: none !important;
  }

  .info-page-top--exh .exh-hero {
    grid-column: 1;
    grid-row: 2;
    z-index: 1;
    width: 100%;
    min-width: 0;
  }

  .info-page-top--exh .header-inner {
    background: transparent !important;
  }

  .info-page-top--exh .info-subnav {
    grid-row: 3;
    grid-column: 1;
    z-index: 2;
    margin-top: 0 !important;
  }
}

.exh-hero {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px 40px;
  box-sizing: border-box;
  overflow: hidden;
}

.exh-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  isolation: isolate;
  background-color: #fff;
}

.exh-hero__bg img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.45) contrast(0.92) saturate(0.85);
}

.exh-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: none;
  opacity: 1;
  pointer-events: none;
}

.exh-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
  color: #000 !important;
}

.exh-hero__inner h1 {
  color: #000 !important;
  margin: 0 0 12px;
  font-size: 40px;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.03em;
}

.exh-hero__inner p {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 168%;
  letter-spacing: -0.02em;
  color: #000 !important;
}

/* 모바일: 참가안내 5메뉴 — 2×3 그리드, 흰 1px 구분선, 활성 진한 남색 / 비활성 밝은 파랑 */
@media (max-width: 767px) {
  .info-page-top--guide .info-subnav-inner:has(> .info-subnav__link:nth-child(5):last-child) {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1px !important;
    background: #fff !important;
    border: none !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    box-sizing: border-box;
  }

  /* 3행 오른쪽 빈 칸(디자인 스펙) */
  .info-page-top--guide .info-subnav-inner:has(> .info-subnav__link:nth-child(5):last-child)::after {
    content: '';
    display: block;
    grid-column: 2;
    grid-row: 3;
    background: #228380;
    align-self: stretch;
    pointer-events: none;
  }

  .info-page-top--guide .info-subnav-inner:has(> .info-subnav__link:nth-child(5):last-child) > .info-subnav__link {
    border: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    background: #228380 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 140% !important;
    min-height: 0;
    padding: 16px !important;
    box-sizing: border-box;
  }

  .info-page-top--guide .info-subnav-inner:has(> .info-subnav__link:nth-child(5):last-child) > .info-subnav__link.is-active {
    background: #011D20 !important;
    color: #fff !important;
    font-weight: 800 !important;
  }
}

/* 서브메뉴 바: 흰 배경 + 검은 텍스트 */
.info-page-top--guide .info-subnav {
  background-color: #ffffff !important;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  /* 아래쪽으로만 옅게 떨어지는 그림자 */
  box-shadow: 0 4px 10px rgba(1, 29, 32, 0.07);
}

.info-page-top--guide .info-subnav__link,
.info-page-top--guide .info-subnav__link:hover,
.info-page-top--guide .info-subnav__link.is-active,
.info-page-top--guide .info-subnav__link.is-active:hover {
  color: #111111;
}

/* 흰 배경이라 기본 hover(흰 글자)를 쓰면 글자가 사라진다 */
.info-page-top--guide .info-subnav__link:hover,
.info-page-top--guide .info-subnav__link:hover:not(.is-active),
.info-page-top--guide .info-subnav__link.is-active:hover {
  color: #000000 !important;
  opacity: 1;
}

.info-page-top--guide .info-subnav__link.is-active {
  font-weight: 800;
}

/* ----- 본문 ----- */
.guide-content {
  background: #fff;
  padding: 64px 24px 96px;
}

.guide-content-inner {
  position: relative;
}

.guide-section {
  margin-bottom: 72px;
}

.guide-section:last-child {
  margin-bottom: 0;
}

/* 섹션 타이틀 */
.guide-block-head {
  margin-bottom: 28px;
}

.guide-block-head__title-wrap {
  display: inline-block;
  /* 상단 강조선 대신 같은 색을 배경으로 채운다 */
  border-top: none;
  /* 왼쪽은 진하게, 오른쪽 끝으로 갈수록 투명해진다 */
  background: linear-gradient(
    90deg,
    rgba(27, 111, 108, 1) 0%,
    rgba(34, 131, 128, 1) 45%,
    rgba(34, 131, 128, 0.55) 80%,
    rgba(34, 131, 128, 0) 100%
  );
  padding: 16px 20px;
  /* 오른쪽으로 더 길게 뻗게 한다 */
  padding-right: 160px;
  white-space: nowrap;
}

/*
 * 브라우저 왼쪽 끝까지 배경을 흘리고 글자는 원래 자리에 유지한다.
 * 부모 폭(%)에 기대면 중첩된 제목(참가비)에서 어긋나므로,
 * 본문 여백을 뷰포트 기준으로 직접 계산해 쓴다.
 */
.guide-content {
  --guide-bleed: max(24px, calc((100vw - 1440px) / 2));
}

.guide-block-head__title-wrap {
  margin-left: calc(-1 * var(--guide-bleed));
  padding-left: calc(var(--guide-bleed) + 20px);
  /* 제목 길이와 무관하게 모든 섹션의 배경 폭을 맞춘다 */
  width: calc(var(--guide-bleed) + 396px);
  max-width: 100%;
  box-sizing: border-box;
}

/*
 * 행 안에 중첩된 제목(참가비)은 부모가 내용 폭에 맞춰 줄어들어
 * max-width: 100% 에 잘리므로, 부모를 늘리고 제한을 푼다.
 */
.guide-block-head__row > div:has(> .guide-block-head__title-wrap) {
  flex: 1;
  min-width: 0;
}

.guide-block-head__row > div > .guide-block-head__title-wrap {
  max-width: none;
}

.guide-block-head__title-wrap > .guide-block-head__title {
  color: #ffffff;
}

.guide-block-head__title {
  margin: 0;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #011D20;
}

.guide-block-head__lead {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 168%;
  letter-spacing: -0.02em;
  color: #666;
}

.guide-block-head__desc p {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.02em;
  color: #333;
}

.guide-block-head__desc p:last-child {
  margin-bottom: 0;
}

.guide-block-head--fee {
  margin-bottom: 16px;
}

.guide-block-head__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
}

.guide-fee-vat {
  flex-shrink: 0;
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 600;
  color: #F5823A;
  white-space: nowrap;
}

/* 참가신청 절차 */
.guide-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px 16px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.guide-step {
  margin: 0;
  min-width: 0;
}

.guide-step__card {
  display: flex;
  /* 아이콘을 위, 번호·제목을 아래로 (마크업 순서의 반대) */
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 140px;
  padding: 20px 12px 16px;
  border: none;
  /* 섹션 제목과 같은 계열(#228380)을 위에서 아래로 옅게 */
  background: linear-gradient(160deg, #2a9a95 0%, #228380 55%, #1b6f6c 100%);
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(1, 29, 32, 0.06), 0 8px 20px rgba(1, 29, 32, 0.1);
}

.guide-step__label {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-align: center;
}

.guide-step__num {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.82);
}

/* 원형 래퍼를 레이아웃에서 제거하고 아이콘만 카드의 직접 자식처럼 배치한다 */
.guide-step__icon-wrap {
  display: contents;
}

.guide-step__icon {
  display: block;
  /* width/height 속성이 작아 실제 크기가 20px대라 CSS 로 키운다 */
  width: auto;
  height: 38px;
  max-width: 100%;
  flex-shrink: 0;
  /* 어두운 카드 배경 위에서 보이도록 흰색으로 반전 */
  filter: brightness(0) invert(1);
}

.guide-step__desc {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #333;
  text-align: center;
}

.guide-step__desc--empty {
  visibility: hidden;
}

.guide-timeline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  margin: 44px 0 40px;
  padding: 0;
  font-size: 19px;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: -0.02em;
  color: #0F6055;
  text-align: center;
}

.guide-timeline__sep {
  color: #0F6055;
  font-weight: 400;
}

.guide-notes p {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 168%;
  letter-spacing: -0.02em;
  color: #222;
}

.guide-notes p:last-child {
  margin-bottom: 0;
}

.guide-notes strong {
  font-weight: 800;
}

/* 참가비 테이블 */
.guide-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* 절차 카드와 같은 계열 색으로 상단 라인을 강조한다 */
  border-top: 3px solid #228380;
  border-bottom: 1px solid #ddd;
  /* overflow 때문에 표 자체 그림자는 잘리므로 래퍼에 준다 */
  box-shadow: 0 2px 6px rgba(1, 29, 32, 0.06), 0 8px 20px rgba(1, 29, 32, 0.1);
}

.guide-table {
  width: 100%;
  min-width: 360px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 15px;
  letter-spacing: -0.02em;
  text-align: center;
}

.guide-table th,
.guide-table td {
  padding: 18px 16px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.guide-table thead th {
  background: #f5f5f5;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.guide-table tbody td {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  background: #fff;
}

.guide-table tbody td:first-child {
  background: #f5f5f5;
  font-weight: 600;
}

.guide-table tbody td[rowspan] {
  background: #fff;
  font-weight: 500;
}

.guide-table col.guide-table__col-type {
  width: 28%;
}

.guide-table col.guide-table__col-fee {
  width: 38%;
}

.guide-table col.guide-table__col-note {
  width: 34%;
}

/* 부스안내 */
.guide-booth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 28px;
  margin-bottom: 40px;
  align-items: stretch;
}

.guide-booth {
  display: flex;
  flex-direction: column;
}

.guide-booth__type {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.02em;
  color: #222;
}

.guide-booth__figure {
  margin: 0 0 16px;
}

.guide-booth__figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e0e0e0;
  background: #f8f8f8;
  vertical-align: middle;
  box-shadow: 0 2px 6px rgba(1, 29, 32, 0.06), 0 8px 20px rgba(1, 29, 32, 0.1);
}

.guide-booth__figure--stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.guide-booth__box {
  display: flex;
  align-items: stretch;
  flex: 1;
  min-height: 100px;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(1, 29, 32, 0.06), 0 8px 20px rgba(1, 29, 32, 0.1);
}

.guide-booth__box-label {
  flex: 0 0 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px 12px;
  background: #f5f5f5;
  border-right: 1px solid #ddd;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #222;
  text-align: center;
  box-sizing: border-box;
}

.guide-booth__box-body {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 20px 24px;
  background: #fff;
  box-sizing: border-box;
}

.guide-booth__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.guide-booth__list li {
  margin: 0 0 4px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #222;
  text-align: left;
}

.guide-booth__list li:last-child {
  margin-bottom: 0;
}

/* 버튼 */
.guide-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* 협력업체 목록 버튼이 함께 있으면 아래 버튼 줄과 한 줄로 배치한다 */
.guide-actions:has(> .guide-btn--download) {
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
}

.guide-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 28px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(1, 29, 32, 0.06), 0 8px 20px rgba(1, 29, 32, 0.1);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

button.guide-btn {
  border: none;
}

button.guide-btn.guide-btn--outline {
  border: 1px solid #222;
}

.guide-btn--download {
  border: none;
  background: #0F6055;
  color: #fff;
}

.guide-btn--download:hover {
  background: #0F6055;
  color: #fff;
}

.guide-btn--download .guide-btn__icon {
  display: block;
  flex-shrink: 0;
}

/* 세 버튼이 같은 폭을 갖도록 1 : 2(2열 그리드) 로 나눈다 */
.guide-actions > .guide-btn--download {
  flex: 1 1 0;
  min-width: 0;
}

.guide-actions > .guide-btn--download + .guide-nav-btns {
  flex: 2 1 0;
  min-width: 0;
  width: auto;
}

.guide-nav-btns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}

.guide-nav-btns--single {
  grid-template-columns: minmax(0, 1fr);
}

.guide-btn--outline {
  border: 1px solid #222;
  background: #fff;
  color: #222;
}

.guide-btn--outline:hover {
  background: #f5f5f5;
}

.guide-btn--fill {
  border: none;
  background: #0F6055;
  color: #fff;
}

.guide-btn--fill:hover {
  background: #0F6055;
  color: #fff;
}

/* 지정 협력업체 모달 */
.guide-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  box-sizing: border-box;
}

.guide-modal.is-open {
  display: flex;
}

.guide-modal[hidden] {
  display: none !important;
}

.guide-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.guide-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: min(var(--content-max-width), calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  max-height: calc(100dvh - 48px);
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  box-sizing: border-box;
  overflow: hidden;
}

.guide-modal__close-x {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: transparent;
  color: #666;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.guide-modal__close-x:hover {
  color: #222;
}

.guide-modal__inner {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 40px 40px 32px;
  overflow: hidden;
}

.guide-modal__title {
  margin: 0 48px 20px 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #011D20;
}

.guide-modal__intro {
  margin-bottom: 24px;
}

.guide-modal__intro p {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 168%;
  letter-spacing: -0.02em;
  color: #333;
}

.guide-modal__intro p:last-child {
  margin-bottom: 0;
}

.guide-modal__intro strong {
  font-weight: 700;
  color: #0F6055;
}

.guide-modal__table-wrap {
  flex: 1;
  min-height: 0;
  margin-bottom: 28px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.guide-partner-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align: center;
}

.guide-partner-table th,
.guide-partner-table td {
  padding: 14px 12px;
  border: 1px solid #ddd;
  vertical-align: middle;
  word-break: keep-all;
}

.guide-partner-table thead th {
  background: #e7f7f3;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

.guide-partner-table tbody td {
  font-weight: 400;
  color: #222;
  background: #fff;
}

.guide-partner-table tbody td:first-child {
  background: #fff;
  font-weight: 500;
}

.guide-modal__close-btn {
  flex-shrink: 0;
  align-self: center;
  min-width: 160px;
  min-height: 52px;
  padding: 14px 48px;
  border: none;
  border-radius: 2px;
  background: #0F6055;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.guide-modal__close-btn:hover {
  background: #0F6055;
}

body.guide-modal-open {
  overflow: hidden;
}

.guide-modal__inner--scroll {
  overflow-y: auto;
}

.guide-modal--facility .guide-modal__dialog {
  max-width: min(var(--content-max-width), calc(100vw - 48px));
}

/* 부대시설 모달 */
.guide-modal-section {
  margin-bottom: 36px;
}

.guide-modal-section:last-of-type {
  margin-bottom: 28px;
}

.guide-modal-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 16px;
}

.guide-modal-section__head--solo {
  margin-bottom: 20px;
}

.guide-modal-section__title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.guide-modal-section__title {
  margin: 0;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #011D20;
}

/* 모달 안 제목도 본문과 같은 그라디언트 배지 스타일 (화면 끝 확장은 제외) */
.guide-modal .content-title-wrap {
  display: inline-block;
  border-top: none;
  background: linear-gradient(
    90deg,
    rgba(27, 111, 108, 1) 0%,
    rgba(34, 131, 128, 1) 45%,
    rgba(34, 131, 128, 0.55) 80%,
    rgba(34, 131, 128, 0) 100%
  );
  width: min(396px, 100%);
  padding: 16px 140px 16px 20px;
  box-sizing: border-box;
  white-space: nowrap;
}

.guide-modal .content-title-wrap .guide-modal-section__title,
.guide-modal .content-title-wrap .guide-facility-ad__title {
  color: #ffffff;
}

.guide-modal-section__vat {
  flex-shrink: 0;
  margin: 0 0 2px;
  font-size: 13px;
  font-weight: 500;
  color: #888;
  white-space: nowrap;
}

.guide-facility-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align: center;
}

.guide-facility-table th,
.guide-facility-table td {
  padding: 14px 12px;
  border: 1px solid #ddd;
  vertical-align: middle;
  color: #222;
  background: #fff;
}

.guide-facility-table thead th {
  background: #e7f7f3;
  font-weight: 700;
}

.guide-facility-table tbody td:first-child {
  font-weight: 600;
  background: #fff;
}

.guide-facility-table tbody td:nth-child(2) {
  text-align: center;
  line-height: 160%;
}

.guide-facility-table__price p {
  margin: 0 0 6px;
  line-height: 150%;
}

.guide-facility-table__price p:last-child {
  margin-bottom: 0;
}

.guide-facility-table__note {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  color: #0F6055;
}

.guide-facility-table__note--block {
  margin-top: 6px;
}

/* 전시장 내부 광고 */
.guide-modal-section--ad {
  margin-bottom: 28px;
}

.guide-facility-ad__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #e0e0e0;
}

.guide-facility-ad__title {
  margin: 0;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #011D20;
}

.guide-facility-ad__panel {
  padding: 24px 0;
  border-bottom: 1px solid #e0e0e0;
}

.guide-facility-ad {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 28px 32px;
  align-items: center;
}

.guide-facility-ad__figure {
  margin: 0;
}

.guide-facility-ad__figure img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

.guide-facility-ad__text {
  padding-top: 4px;
  text-align: left;
}

.guide-facility-ad__price {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #0F6055;
}

.guide-facility-ad__desc {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 168%;
  letter-spacing: -0.02em;
  color: #222;
}

/* 메뉴얼 및 관련서류 모달 */
.guide-modal--manual .guide-modal__dialog {
  max-width: 720px;
}

.guide-modal--manual .guide-modal__title {
  margin-bottom: 20px;
  color: #222;
}

.guide-manual-intro {
  margin-bottom: 24px;
}

.guide-manual-intro p {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 168%;
  letter-spacing: -0.02em;
  color: #333;
}

.guide-manual-intro p:last-child {
  margin-bottom: 0;
}

.guide-manual-intro strong {
  font-weight: 700;
  color: #0F6055;
}

.guide-manual-list {
  margin-bottom: 28px;
  border-top: 1px solid #ddd;
}

.guide-manual-group__head {
  margin: 0;
  padding: 12px 16px;
  background: #f2f2f2;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #222;
  text-align: left;
}

.guide-manual-group__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-manual-group__list li {
  border-bottom: 1px solid #e8e8e8;
}

.guide-manual-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.02em;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.guide-manual-item:hover {
  background: #f8f9fb;
  color: #222;
}

.guide-manual-item__label {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.guide-manual-item--empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  color: #888;
  cursor: default;
  pointer-events: none;
}

/* 플로팅 */
.guide-floats {
  position: fixed;
  right: max(16px, calc((100vw - var(--content-max-width)) / 2 + 16px));
  top: 200px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}

.guide-floats > * {
  pointer-events: auto;
}

.guide-floats__online {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  padding: 8px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: #0F6055;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.guide-floats__top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: #111;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.guide-floats__top:hover,
button[data-scroll-top]:hover {
  filter: brightness(1.12);
}

@media (min-width: 768px) {
  .info-page-top + main.guide-content,
  .info-page-top + main.exh-content.guide-content {
    padding-top: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .exh-hero {
    min-height: 280px;
    padding: 48px 24px 56px;
  }

  .exh-hero__inner h1 {
  color: #000 !important;
    font-size: clamp(28px, 4vw, 36px);
  }

  .exh-hero__inner p {
    font-size: 16px;
  }

  .guide-content {
    padding: 160px 24px 72px;
  }

  .guide-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .guide-booth-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .guide-floats {
    right: 20px;
    top: 180px;
  }

  .guide-floats__online {
    width: 96px;
    height: 96px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .info-page-top--exh .info-subnav {
    margin-top: 0 !important;
  }

  .exh-hero__inner h1 {
  color: #000 !important;
    font-size: 26px;
    margin-bottom: 12px;
  }

  .exh-hero__inner p {
    font-size: 14px;
  }

  .guide-content {
    --guide-bleed: 16px;
    padding: 40px 16px 64px;
  }

  .guide-section {
    margin-bottom: 56px;
  }

  .guide-block-head__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .guide-fee-vat {
    margin: 0;
  }

  .guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .guide-step__card {
    min-height: 120px;
  }

  .guide-step__desc--empty {
    display: none;
  }

  .guide-timeline {
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
  }

  .guide-timeline__sep {
    display: none;
  }

  .guide-booth-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 32px;
  }

  .guide-booth__box {
    flex-direction: column;
    min-height: 0;
  }

  .guide-booth__box-label {
    flex: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding: 14px 16px;
  }

  .guide-booth__box-body {
    padding: 16px;
  }

  .guide-nav-btns {
    grid-template-columns: 1fr;
  }

  /* 좁은 화면에서는 버튼을 다시 세로로 쌓는다 */
  .guide-actions:has(> .guide-btn--download) {
    flex-direction: column;
    gap: 12px;
  }

  .guide-actions > .guide-btn--download + .guide-nav-btns {
    width: 100%;
  }

  .guide-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .guide-btn--download {
    max-width: 100%;
  }

  .guide-modal__inner {
    padding: 32px 20px 24px;
  }

  .guide-modal__title {
    margin-right: 40px;
    font-size: 22px;
  }

  .guide-modal__intro p {
    font-size: 13px;
  }

  .guide-modal__close-btn {
    width: 100%;
    max-width: 100%;
  }

  .guide-modal-section__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .guide-modal-section__title {
    font-size: 20px;
  }

  .guide-facility-ad__panel {
    padding: 20px 0;
  }

  .guide-facility-ad {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }

  .guide-facility-ad__text {
    padding-top: 0;
  }

  .guide-floats {
    right: 12px;
    top: auto;
    bottom: 24px;
  }

  .guide-floats__online {
    width: 80px;
    height: 80px;
    font-size: 11px;
  }

  .guide-floats__top {
    width: 44px;
    height: 44px;
  }
}
