@charset "utf-8";

/* -------------------------------------------------
   ILB TOUR COMMON
------------------------------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  color: #3f3f3f;
  font-size: 14px;
  line-height: 1.7;
  font-family: Arial, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}

/* -------------------------------------------------
   °øÅë ·¡ÆÛ
------------------------------------------------- */

.ilbtour-page {
  width: 100%;
  background: #fff;
  padding: 28px 0 54px 0;
}

.ilbtour-wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 18px;
}

/* -------------------------------------------------
   »ó´Ü 3ºÐÇÒ ÅÇ
------------------------------------------------- */

.ilbtour-tabs {
  margin: 0 0 28px 0;
}

.ilbtour-tabs__list {
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ilbtour-tabs__item {
  margin: 0;
  padding: 0;
}

.ilbtour-tabs__link,
.ilbtour-tabs__link:link,
.ilbtour-tabs__link:visited {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;
  padding: 0 18px;

  border-radius: 14px;
  border: 1px solid #DDD6D0;
  background: #F8F5F0;

  color: #4C4541 !important;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;

  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.ilbtour-tabs__link:hover,
.ilbtour-tabs__link:focus {
  background: #EFE9E2;
  border-color: #CFC7BF;
  color: #2B2523 !important;
  text-decoration: none !important;
}

.ilbtour-tabs__item.is-active .ilbtour-tabs__link,
.ilbtour-tabs__link.is-active {
  background: #4A4542;
  border-color: #4A4542;
  color: #fff !important;
}

/* -------------------------------------------------
   ÆäÀÌÁö Çì´õ
------------------------------------------------- */

.ilbtour-hero {
  margin: 0 0 24px 0;
  padding: 26px 28px;

  background: #fff;
  border: 1px solid #E8E2DC;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(23, 20, 18, 0.035);
}

.ilbtour-hero__eyebrow {
  margin-bottom: 8px;
  color: #77706B;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.ilbtour-hero__title {
  margin: 0;
  padding: 0;

  color: #2B2523;
  font-size: 30px;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.ilbtour-hero__desc {
  margin: 14px 0 0 0;
  color: #4A4542;
  font-size: 15px;
  line-height: 1.8;
}

/* -------------------------------------------------
   Ä«µåÇü ¼½¼Ç
------------------------------------------------- */

.ilbtour-section {
  margin-top: 18px;
  padding: 22px 24px;

  background: #fff;
  border: 1px solid #E8E2DC;
  border-radius: 18px;
}

.ilbtour-section__title {
  margin: 0 0 14px 0;
  color: #2B2523;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ilbtour-section__desc {
  margin: 0;
  color: #55504C;
  font-size: 14.5px;
  line-height: 1.8;
}

/* -------------------------------------------------
   °øÅë Å×ÀÌºí
------------------------------------------------- */

.ilbtour-table {
  width: 100%;
  margin-top: 14px;
  border-collapse: collapse;
  background: #fff;
}

.ilbtour-table th,
.ilbtour-table td {
  padding: 13px 12px;
  border: 1px solid #E3DCD4;
  vertical-align: middle;
}

.ilbtour-table th {
  background: #F8F5F0;
  color: #2B2523;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.ilbtour-table td {
  color: #4A4542;
  font-size: 13.5px;
  line-height: 1.65;
  text-align: center;
}

.ilbtour-table td.is-left {
  text-align: left;
}

.ilbtour-table td.is-strong,
.ilbtour-table .is-strong {
  font-weight: 800;
}

.ilbtour-price {
  color: #D71920;
  font-weight: 800;
}

.ilbtour-ask {
  color: #5F5650;
  font-weight: 700;
}

/* -------------------------------------------------
   ¾È³» ¹Ú½º
------------------------------------------------- */

.ilbtour-note {
  margin-top: 16px;
  padding: 16px 18px;

  border-radius: 14px;
  border: 1px solid #E8E2DC;
  background: #FCFAF7;

  color: #55504C;
  font-size: 13.5px;
  line-height: 1.8;
}

.ilbtour-note__title {
  margin: 0 0 8px 0;
  color: #2B2523;
  font-size: 14px;
  font-weight: 800;
}

.ilbtour-note strong {
  color: #2B2523;
}

/* -------------------------------------------------
   ¿¹¾à CTA
------------------------------------------------- */

.ilbtour-cta {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.ilbtour-cta__btn,
.ilbtour-cta__btn:link,
.ilbtour-cta__btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 220px;
  min-height: 48px;
  padding: 0 24px;

  border-radius: 12px;
  border: 1px solid #B72128;
  background: #B72128;

  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  text-align: center;
  white-space: nowrap;

  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.ilbtour-cta__btn:hover,
.ilbtour-cta__btn:focus {
  background: #941B22;
  border-color: #941B22;
  color: #fff !important;
  text-decoration: none !important;
}

/* -------------------------------------------------
   À¯Æ¿
------------------------------------------------- */

.ilbtour-mt16 { margin-top: 16px !important; }
.ilbtour-mt20 { margin-top: 20px !important; }
.ilbtour-mt24 { margin-top: 24px !important; }
.ilbtour-mb0  { margin-bottom: 0 !important; }

/* -------------------------------------------------
   ¹ÝÀÀÇü
------------------------------------------------- */

@media (max-width: 767px) {
  .ilbtour-page {
    padding: 18px 0 36px 0;
  }

  .ilbtour-wrap {
    padding: 0 10px;
  }

  .ilbtour-tabs {
    margin-bottom: 22px;
  }

  .ilbtour-tabs__list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ilbtour-tabs__link,
  .ilbtour-tabs__link:link,
  .ilbtour-tabs__link:visited {
    min-height: 46px;
    padding: 0 14px;
    font-size: 14px;
  }

  .ilbtour-hero {
    padding: 20px 18px;
    border-radius: 16px;
  }

  .ilbtour-hero__title {
    font-size: 24px;
  }

  .ilbtour-hero__desc {
    font-size: 14px;
    line-height: 1.75;
  }

  .ilbtour-section {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .ilbtour-section__title {
    font-size: 18px;
  }

  .ilbtour-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ilbtour-table th,
  .ilbtour-table td {
    padding: 11px 10px;
    font-size: 13px;
  }

  .ilbtour-note {
    padding: 14px 14px;
    font-size: 13px;
  }

  .ilbtour-cta {
    margin-top: 22px;
  }

  .ilbtour-cta__btn,
  .ilbtour-cta__btn:link,
  .ilbtour-cta__btn:visited {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    font-size: 14px;
  }
}