@charset "UTF-8";

html,
body {
  height: 100%;
}

body.fixed {
  overflow-y: hidden;
}

.main {
  width: 100%;
  height: 100%;
  padding-top: 72px;
}

.state_main {
  width: 100%;
  height: 100%;
  position: relative;
}

#wrap {
  width: 100%;
  min-height: 100%;
  position: relative;
  padding-bottom: 238px;
  overflow: hidden;
}
.section__inner {
  /* padding-top: 72px; */
  width: 100%;
  height: 100%;
}
.container {
  width: 100%;
  height: 100%;
  max-width: 1480px;
  padding: 100px 20px;
  margin: 0 auto;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  z-index: 101;
  background-color: #fff;
  border-bottom: 1px solid #e5e5ec;
  transition: 0.35s;
}

.header.hidden {
  /* transform: translateY(-100%); */
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  border-bottom: none;
}
.header__inner {
  max-width: 1480px;
  padding: 0 20px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__inner .logo {
  width: 120px;
  height: 22.669px;
}
.header__inner .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
nav.gnb ul {
  display: flex;
  gap: 8px;
  padding: 4px;
  align-items: center;
  border-radius: 8px;
  background: #f1f1f5;
}

nav.gnb ul li a {
  display: inline-block;
  color: #505050;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.4px;
  padding: 0 16px;
  border-radius: 8px;
  height: 38px;
  line-height: 38px;
}

nav.gnb ul li.on a {
  background: #fff;
  font-weight: 600;
  color: #111;
}
.header_btns {
  display: flex;
  gap: 12px;
}
.global_ul {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  border-radius: 8px;
  border: 1px solid #e5e5ec;
  background: #fff;
  display: flex;
  width: 94px;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.global_ul li {
  color: #505050;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;
}
.global_ul li.on {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;
}
.global_lang_btn {
  display: flex;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 14px;
  color: var(--main-font-color);
}
.global_lang_btn::before {
  content: "";
  background: url(../_img/common/icon_lang.svg) no-repeat center center / contain;
  width: 16px;
  height: 16px;
}
.global_lang_btn::after {
  content: "";
  background: url(../_img/common/icon_lang_down.svg) no-repeat center center / contain;
  width: 10px;
  height: 7px;
}

/* Footer */

.footer {
  width: 100%;
  height: 238px;
  padding: 40px 0 56px;
  background: #fafafa;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -238px;
  height: 238px;
  transform: translateY(-100%);
}
.footer__inner {
  max-width: 1480px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  gap: 40px;
  align-items: start;
  margin: 0 auto;
  height: 100%;
  justify-content: space-between;
}
.footer_logo {
  width: 169.39px;
  height: 32.001px;
  flex-shrink: 0;
}
.footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer_right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer_right li {
  display: flex;
  gap: 17px;
}
.footer_right li .txt {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer_right li h3 {
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.footer_right li h3:first-child {
  position: relative;
}
.footer_right li h3:first-child::after {
  content: "";
  width: 1px;
  height: 12px;
  background: #ddd;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}
/* top, reserve btn */
.main_btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: fixed;
  bottom: 80px;
  right: 80px;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.main_btns > a,
.main_btns button {
  border-radius: 800px;
  width: 64px;
  height: 64px;
  text-align: center;
  backdrop-filter: blur(20px);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
  line-height: 64px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.35px;
}
.main_btns .btn_top {
  border: 1px solid var(--brand_color);
  background: rgba(255, 255, 255, 0.9);
  color: var(--brand_color);
}
.main_btns a.go_reserve {
  /* border: 1px dashed #fff; */
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='white' stroke-width='2' stroke-dasharray='5%2c 5' stroke-dashoffset='22' stroke-linecap='butt'/%3e%3c/svg%3e");
  background-color: #21859e;
  color: var(--white);
}
.message_wrap {
  position: relative;
  border-radius: 800px;
}
.message_btn {
  border-radius: 800px;
  border: 1px solid #2393af;
  background: #21859e;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(20px);
  background-image: url(../_img/common/icon_wh_massage.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}
.message_list {
  position: absolute;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  display: none;
  gap: 8px;
}

.message_list.active {
  display: flex;
}

.message_list li a {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 800px;
  background: #f1f1f5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.message_list li.zalo a {
  background-image: url(../_img/common/icon_zalo.png);
  background-size: 28px;
}
.message_list li.whatsapp a {
  background-image: url(../_img/common/icon_whatsapp.svg);
}
.message_list li.message a {
  background-image: url(../_img/common/icon_massage.svg);
}
.message_list li.line a {
  background-image: url(../_img/common/icon_line.svg);
}
.message_list li.kakao a {
  background-image: url(../_img/common/icon_kakao.svg);
  background-size: 32px;
}
.message_list li.wechat a {
  background-image: url(../_img/common/icon_wechat.svg);
}
/* side_nav */
.side_nav ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  right: 80px;
  width: 64px;
}
.side_nav ul li {
  border-radius: 800px;
  opacity: 0.2;
  background: #111;
  width: 12px;
  height: 12px;
  display: inline-block;
  cursor: pointer;
}
.side_nav ul li.active {
  background: #fff;
  opacity: 1;
  border: 1px dashed #21859e;
}
.btn_mo_menu {
  display: none;
}

aside.mo_sidebar {
  visibility: hidden;
  width: 100%;
  height: calc(100dvh - 56px);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 900;
}
aside.mo_sidebar.open {
  visibility: visible;
}
.sidebar__inner {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  background: url(../_img/sub/mo_slider_bar_back.png) no-repeat bottom center / cover;
  height: 100%;
  padding: 40px 20px;
  transition: 0.35s;
  background-color: #fff;
}
aside.mo_sidebar.open .sidebar__inner {
  right: 0;
}
.sidebar__gnb {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  margin-bottom: 40px;
}

.sidebar__gnb li {
  width: 100%;
}
.sidebar__gnb li a {
  padding: 8px 16px;
  display: inline-block;
  border-radius: 8px;
  color: #505050;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.4px;
  border-radius: 8px;
  width: 100%;
}
.sidebar__gnb li.active a {
  background: #f1f1f5;
  font-weight: 600;
  color: #111;
}
.header_btns .lang {
  position: relative;
  background: #fff;
  border-radius: 100px;
}

/* 예약현황 헤더 */
.state_header_pc {
  width: 240px;
  flex-shrink: 0;
  height: 100%;
  background: linear-gradient(157deg, #176275 -0.07%, #27788d 99.93%);
  position: absolute;
  top: 0;
  left: 0;
}
.state_haeder_inner {
  min-height: calc(100dvh - 238px);
  background: linear-gradient(157deg, #176275 -0.07%, #27788d 99.93%);
}
.state_header_pc .logo {
  margin: 24px auto 24px;
  width: 127.042px;
  height: 24px;
  display: block;
}
.state_header_pc .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.state_ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.state_ul li a {
  display: flex;
  padding: 12px 8px;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.4px;
  border-radius: 8px;
}

.state_ul li.active a {
  background: rgba(255, 255, 255, 0.1);
}
.state_ul li a::after {
  background: url(../_img/common/icon_arrow_right_wh.svg) no-repeat center center / contain;
  width: 24px;
  height: 24px;
  content: "";
}
/* Pad & Mobile */
@media screen and (max-width: 1200px) {
  .side_nav {
    display: none;
  }
  nav.gnb {
    display: none;
  }
  .header {
    height: 56px;
    z-index: 1000;
  }
  .main {
    padding-top: 56px;
  }
  .header__inner {
    padding: 12px 20px;
  }
  .header__inner .logo {
    width: 95.279px;
    height: 18px;
    flex-shrink: 0;
  }
  .header_btns .lang {
    /* display: none; */
  }
  .header_btns > button {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .lang_mo {
    position: relative;
  }
  .global_ul {
    top: calc(100% + 4px);
    width: 100%;
    padding: 12px 20px;
    align-items: start;
  }
  .btn_mo_menu {
    background: url(../_img/common/icon_ham_btn.svg) no-repeat center center / contain;
    width: 24px;
    height: 24px;
    display: block;
  }
  .btn_mo_menu.open {
    background: url(../_img/common/icon_ham_x.svg) no-repeat center center / contain;
  }
  .header_btns {
    align-items: center;
    gap: 20px;
  }
  .global_lang_btn {
    width: 100px;
    justify-content: start;
    position: relative;
    padding: 0 30px 0 20px;
  }
  .global_lang_btn::after {
    position: absolute;
    right: 16px;
  }
}
/* Mobile */
@media screen and (max-width: 768px) {
  .container {
    padding: 38px 20px;
  }
  .footer {
    height: 204px;

    bottom: -204px;
    padding: 20px;
  }
  #wrap {
    padding-bottom: 204px;
  }
  .footer__inner {
    flex-direction: column;
    gap: 16px;
    padding: 0;
  }
  .footer_logo {
    order: 1;
    width: 127.045px;
    height: 23.999px;
  }
  .footer_right {
    order: 2;
    gap: 0;
  }
  .footer_right li h3 {
    font-size: 12px;
  }
  .footer_right li {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 0;
  }
  .main_btns {
    bottom: 32px;
    right: 16px;
  }
  .main_btns > a,
  .main_btns button {
    width: 48px;
    height: 48px;
    font-size: 12px;
    line-height: 48px;
  }

  /* 예약현황 헤더 */
  .state_header_pc {
    height: 110px;
    width: 100%;
  }
  .state_haeder_inner {
    min-height: auto;
  }
  .state_header_pc .logo {
    margin: 12px auto;
  }
  .state_ul {
    padding: 12px 8px;
    flex-direction: inherit;
    justify-content: center;
  }
  .state_ul li a {
    padding: 8px;
    font-size: 14px;
  }
  .state_ul li a::after {
    display: none;
  }
  .message_btn {
    background-size: 32px;
  }
  .message_list li a {
    width: 40px;
    height: 40px;
  }
  .message_list li.kakao a {
    background-size: 24px;
  }
  .message_list li.zalo a {
    background-size: 22px;
  }
}
