@charset "UTF-8";
/* CSS Document */
	  
:root {
      --ink: #353028;
      --muted: #817a6c;
      --line: #d7d2c8;
      --nav: #4f493b;
      --cream: #e7deca;
      --green: #cbd8bf;
      --sand: #d6cfb9;
      --warm: #e8ddc4;
      --content: 1450px;
    }


    body {
      margin: 0;
      color: var(--ink);
      background: #fff;
      font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
    }

    .inner {
      width: min(var(--content), calc(100% - 48px));
      margin: 0 auto;
    }

    .site-header {
      background: #fff;
    }

    .header-top {
      position: relative;
      height: 100px;
    }

    .logo {
      position: absolute;
	  top:10px;
      left: 0;
      
      width: 188px;
      height: auto;
    }

    .utility {
      position: absolute;
      right: 0;
      top: 30px;
      display: flex;
      gap: 16px;
      color: #8b867c;
      font-size: 13px;
    }

    .utility a + a::before {
      content: "|";
      margin-right: 16px;
      color: #c9c4bc;
    }

    .main-nav {
      background: var(--nav);
      color: #fff;
    }

    .main-nav ul,
    .mega-nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .main-nav .inner {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      min-height: 58px;
      align-items: center;
      text-align: center;
      font-size: 17px;
    }

    .main-nav a {
      display: block;
      padding: 16px 8px;
	  color:#fff;
    }

    .main-nav span {
      margin-left: 8px;
      font-size: 10px;
      opacity: .8;
    }

    .mega-nav {
      border-bottom: 1px solid #f0efea;
      background: #fff;
    }

    .mega-nav .inner {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      min-height: 145px;
      color: #554f43;
      text-align: center;
      font-size: 14px;
    }

    .mega-nav ul {
      padding-top: 26px;
      border-left: 1px solid #eeeae3;
    }

    .mega-nav ul:last-child {
      border-right: 1px solid #eeeae3;
    }

    .hero img {
     width: 100%;
	  height: clamp(320px, 40vw, 680px);
	  object-fit: cover;
	  object-position: center top;
    }

    .white-space {
      height: clamp(72px, 7vw, 166px);
      background: #fff;
    }

    .intro {
      display: grid;
      grid-template-columns: 2fr 1fr;
      background: var(--cream);
    }

    .intro-visual img {
      width: 100%;
      height: 100%;
      min-height: 450px;
      object-fit: cover;
    }

    .intro-panel {
      padding: 42px 48px 34px;
      background: var(--cream);
    }

    .keyword-list {
      display: flex;
      flex-wrap: wrap;
      gap: 14px 12px;
      margin-bottom: 48px;
    }

    .keyword-list a {
      min-width: 126px;
      padding: 8px 18px;
      border: 1px solid #aaa38f;
      border-radius: 999px;
      background: rgba(255, 255, 255, .65);
      color: #5e5749;
      font-size: 14px;
      text-align: center;
    }

    .meal h2 {
      margin: 0 0 24px;
      font-size: clamp(28px, 2.4vw, 42px);
      line-height: 1.2;
    }

    .meal h3 {
      margin: 0 0 16px;
      font-size: 24px;
    }

    .meal strong {
      display: block;
      margin-bottom: 8px;
      font-size: 15px;
    }

    .meal p {
      margin: 0;
      color: #5f584c;
      font-size: 15px;
    }

    .meal .rule {
      width: 72%;
      height: 1px;
      margin: 32px 0 22px;
      background: #beb7a6;
    }

    .meal-meta {
      color: #6c6457;
      font-size: 13px;
    }

    .more {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 84px;
      min-height: 30px;
      margin-top: 18px;
      padding: 7px 13px;
      background: #2f2d29;
      color: #fff;
      font-size: 10px;
      line-height: 1;
    }

    .lodging {
      position: relative;
      padding: 86px 0 90px;
    }

    .section-title {
      margin: 0 0 30px;
      font-size: clamp(28px, 2.5vw, 42px);
      line-height: 1.2;
    }

    .room-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 48px;
    }

    .room-card img {
      width: 100%;
      aspect-ratio: 677 / 395;
      object-fit: cover;
    }

    .room-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 22px 0 10px;
      border-bottom: 1px solid #c8c4bc;
    }

    .room-head h3 {
      margin: 0;
      font-size: 25px;
    }

    .room-head .more {
      margin: 0;
      background: #272522;
    }

    .room-head .more.disabled {
      border: 1px solid #d8d5cf;
      background: #f7f7f6;
      color: #bbb5ab;
    }

    .room-numbers {
      display: flex;
      flex-wrap: wrap;
      gap: 4px;
      margin: 20px 0 16px;
    }

    .room-numbers span {
      display: inline-grid;
      min-width: 22px;
      height: 22px;
      place-items: center;
      border: 1px solid #aba79f;
      color: #77736b;
      font-size: 13px;
      line-height: 1;
    }

    .room-numbers span:first-child {
      background: #555047;
      color: #fff;
    }

    .room-card p {
      margin: 0;
      color: #777268;
      font-size: 15px;
    }

    .quick-menu {
      position: absolute;
      left: 0;
      top: 86px;
      width: 78px;
      color: #fff;
      text-align: center;
      font-size: 11px;
    }

    .quick-menu .hint {
      margin-bottom: 10px;
      color: #e89aac;
      font-weight: 700;
      line-height: 1.35;
    }

    .quick-menu .label {
      padding: 7px 0;
      background: #605b51;
      text-transform: uppercase;
    }

    .quick-menu a {
      display: block;
      padding: 12px 4px;
      border-bottom: 1px solid rgba(255, 255, 255, .2);
      background: #b49f7c;
    }

    .quick-menu a:nth-of-type(n+4) {
      background: #6c6a66;
    }

    .quick-menu .top {
      background: #222;
    }

    .info-row {
      display: grid;
      grid-template-columns: 1.2fr .48fr .82fr;
      gap: 34px;
      padding-bottom: 82px;
    }

    .notice h2,
    .tour h2 {
      margin: 0 0 18px;
      font-size: 30px;
      line-height: 1.2;
    }

    .notice-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #aca79d;
      color: #777268;
      font-size: 13px;
    }

    .notice-list {
      margin: 16px 0 0;
      padding: 0;
      list-style: none;
      color: #4f4a42;
      font-size: 15px;
    }

    .notice-list li {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      padding: 4px 0;
    }

    .notice-list time {
      color: #4a443a;
      white-space: nowrap;
    }

    .weather {
      min-height: 264px;
      padding: 22px;
      border: 1px solid #d6d2ca;
      text-align: center;
    }

    .weather h3 {
      margin: 0 0 18px;
      padding-bottom: 14px;
      border-bottom: 1px solid #c8c3ba;
      text-align: left;
      font-size: 17px;
    }

    .sun {
      position: relative;
      width: 78px;
      height: 78px;
      margin: 20px auto 6px;
      border-radius: 50%;
      background: #ffdc28;
      box-shadow:
        0 -32px 0 -24px #ffdc28,
        0 32px 0 -24px #ffdc28,
        32px 0 0 -24px #ffdc28,
        -32px 0 0 -24px #ffdc28,
        22px 22px 0 -24px #ffdc28,
        -22px -22px 0 -24px #ffdc28,
        22px -22px 0 -24px #ffdc28,
        -22px 22px 0 -24px #ffdc28;
    }

    .temperature {
      font-size: 48px;
      line-height: 1;
    }

    .temperature small {
      font-size: 24px;
    }

    .weather p {
      margin: 10px 0 0;
      color: #777268;
      font-size: 13px;
    }

    .contact {
      min-height: 264px;
      padding: 30px 32px;
      background: #f1f1ef;
      color: #68635b;
    }

    .contact-row {
      display: grid;
      grid-template-columns: 82px 1fr;
      gap: 12px;
      align-items: center;
      margin-bottom: 10px;
      font-size: 15px;
    }

    .contact-row strong {
      color: #e64d6a;
      font-size: 28px;
      line-height: 1;
    }

    .bank {
      margin-top: 22px;
      padding: 18px 20px;
      background: #fff;
      font-size: 16px;
      line-height: 1.5;
    }

    .bank strong {
      color: #64aa28;
      font-size: 20px;
    }

    .bank b {
      color: #355b83;
    }

    .tour {
      padding: 0 0 100px;
    }

    .tour-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: clamp(36px, 6vw, 96px);
      margin-top: 38px;
    }

    .tour-card {
      position: relative;
      min-height: 390px;
      padding: 142px 42px 36px;
      text-align: center;
    }

    .tour-card:nth-child(1) {
      background: var(--green);
    }

    .tour-card:nth-child(2) {
      background: var(--sand);
    }

    .tour-card:nth-child(3) {
      background: var(--warm);
    }

    .tour-card img {
      position: absolute;
      left: 50%;
      top: -74px;
      width: 210px;
      height: 210px;
      transform: translateX(-50%);
      border-radius: 50%;
      object-fit: cover;
    }

    .tour-card h3 {
      margin: 0 0 18px;
      font-size: 25px;
    }

    .tour-card p {
      min-height: 96px;
      margin: 0;
      color: #6b665d;
      font-size: 15px;
    }

    .tour-card .line {
      width: 78%;
      height: 1px;
      margin: 24px auto 14px;
      background: rgba(84, 78, 66, .28);
    }

    .tour-card a {
      color: #827c72;
      font-size: 11px;
    }

    .photo-gallery {
      min-height: clamp(360px, 40vw, 770px);
      background: url("/assets/images/main/gallery-bg.jpg") center / cover no-repeat;
    }

    .footer-links {
      margin-top: 118px;
      background: #d4d5d3;
      color: #565653;
      font-size: 12px;
    }

    .footer-links .inner {
      display: flex;
      gap: 28px;
      min-height: 42px;
      align-items: center;
    }

    .site-footer {
      background: #e4e5e4;
      color: #666;
    }

    .footer-body {
      display: grid;
      grid-template-columns: 210px 1fr auto;
      gap: 34px;
      min-height: 220px;
      align-items: center;
      font-size: 12px;
    }

    .footer-body img {
      width: 130px;
    }

    .footer-copy {
      color: #8b8b88;
      white-space: nowrap;
    }

    @media (max-width: 1100px) {
      .quick-menu {
        display: none;
      }

      .intro,
      .info-row {
        grid-template-columns: 1fr;
      }

      .intro-panel {
        padding: 34px 24px;
      }

      .room-grid,
      .tour-grid {
        gap: 34px;
      }
    }

    @media (max-width: 780px) {
      .inner {
        width: min(100% - 32px, var(--content));
      }

      .header-top {
        height: 112px;
      }

      .logo {
        top: 24px;
        width: 142px;
      }

      .utility {
        right: 0;
        top: 78px;
        font-size: 11px;
        gap: 8px;
      }

      .utility a + a::before {
        margin-right: 8px;
      }

      .main-nav .inner,
      .mega-nav .inner,
      .room-grid,
      .tour-grid,
      .footer-body {
        grid-template-columns: 1fr;
      }

      .main-nav .inner {
        min-height: 0;
        text-align: left;
      }

      .main-nav a {
        padding: 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
      }

      .mega-nav {
        display: none;
      }

     /*  .hero img {
        height: 350px;
      } */

      .white-space {
        height: 54px;
      }

      .intro-visual img {
        min-height: 320px;
      }

      .lodging {
        padding: 58px 0 62px;
      }

      .info-row {
        padding-bottom: 64px;
      }

      .tour {
        padding-bottom: 64px;
      }

      .tour-grid {
        margin-top: 96px;
        row-gap: 112px;
      }

      .tour-card {
        min-height: 360px;
      }

      .footer-links {
        margin-top: 64px;
      }

      .footer-links .inner {
        flex-wrap: wrap;
        gap: 14px;
        padding: 10px 0;
      }

      .footer-body {
        min-height: 260px;
        gap: 14px;
        padding: 36px 0;
      }

      .footer-copy {
        white-space: normal;
      }
    }
	
	.quick-menu {
        position: fixed;
        top: 50%;
        left: 0;
        z-index: 10;
        width: 74px;
        transform: translateY(-35%);
        text-align: center;
        font-size: 11px;
        font-weight: 700;
      }

      .quick-menu .scroll {
        margin: 0 0 12px 10px;
        color: var(--accent);
        font-size: 11px;
        text-align: left;
        white-space: nowrap;
      }

      .quick-menu a,
      .quick-menu span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 52px;
        padding: 8px 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
        background: #b69d78;
        color: #fff;
        line-height: 1.25;
      }

      .quick-menu span {
        min-height: 34px;
        background: #5f5f5f;
        font-size: 10px;
      }

      .quick-menu .brand {
        min-height: 60px;
        background: #fff;
        color: #5a5a5a;
      }

      .quick-menu .top {
        min-height: 28px;
        background: #222;
      }
	  
	  
.site-header {
  position: relative;
}

.site-header .mega-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;

  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.site-header:hover .mega-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}