@charset "UTF-8";

html,
body {
  height: 100%;
}

body.fixed {
  overflow-y: hidden;
  width: 100%;
}

.main {
  width: 100%;
  height: 100%;
  /* padding-top: 53px; */
}

#wrap {
  width: 100%;
  min-height: 100%;
  position: relative;
  padding-bottom: 269px;
}
.main_header {
  padding-top: 117px;
}

.container {
  width: 100%;
  max-width: 1752px;
  margin: 0 auto;
  padding: 0 16px;
}
.container_B {
  width: 100%;
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 16px;
}
.container_no_padding {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
.floating_btn {
  font-family: "KoPub Batang", "Pretendard";
  position: fixed;
  bottom: 40px;
  right: 40px;
  border-radius: 100%;
  height: 140px;
  width: 140px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: end;
  align-items: center;
  background: #ffc833;
  color: var(--color-brand);
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 32px;
  z-index: 101;
  transition: box-shadow 0.35s;
}

.floating_btn::after {
  content: "";
  display: inline-block;
  background: url(../_img/common/icon_arrow_right_brand.svg) no-repeat center center / contain;
  width: 24px;
  height: 24px;
}
.floating_btn:hover {
  box-shadow: 20px 20px 40px 0 #0000001f, 9px 9px 25px 0 #0000001f, 6px 6px 20px 0 #00000017, 3px 3px 15px 0 #0000000f;
}
/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 117px;
  z-index: 101;
  background-color: transparent;
  transition: 0.3s;
}
.header.plus_banner {
  top: 46px;
}

.header.green .header_top {
  background: #1a3636;
}
.header.green .header_menu {
  background: #fff;
}

.header.green {
  box-shadow: 0 3px 15px 0 #0000000d;
}
.header.scrolled {
  background: #fffffff2;
  box-shadow: 0 3px 15px 0 #0000000d;
}
.header.scrolled .header_top {
  background: #1a3636;
}
.header.scrolled .logo img,
.header.green .logo img {
  content: url(../_img/common/logo_on.svg);
}
.header.scrolled .header_gnb li a,
.header.green .header_gnb li a {
  color: #1a3636;
}
.header__inner {
  max-width: 1752px;
  width: 100%;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}
.header_top {
  height: 36px;
  /* background: var(--color-brand); */
  background: transparent;
}
.header_top .header_left {
  display: flex;
  gap: 32px;
  align-items: center;
  height: 100%;
}
.header_top .header_left a {
  font-family: "Playfair Display", serif;
  color: #667878;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.header_top .header_left a.on {
  color: var(--color-point);
  border-bottom: 2px solid var(--color-point);
}
.header_top .header_right {
  display: flex;
  gap: 24px;
  align-items: center;
}
.header_top .header_right a {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-point);
}
.header_top .header_right a.login {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header_top .header_right a.login::before {
  background: url(../_img/common/icon_login.svg) no-repeat center center / contain;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
}
.header_menu {
  background: transparent;
  height: 81px;
}
.header_gnb {
  display: flex;
  /* gap: 10px; */
  align-items: center;
  height: 100%;
  max-width: 714px;
  width: 100%;
  justify-content: space-between;
}
.header_gnb > .gnb_list {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
}
.header_gnb > li > a {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  height: 100%;
  display: inline-flex;
  align-items: center;
  line-height: 140%;
}
.header .header_gnb > .gnb_list > a.on,
.gnb_sub ul li a:hover {
  color: var(--color-point) !important;
}

.gnb_sub {
  background: #fff;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fffffff2;
  z-index: 10;
}
.gnb_sub ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  padding: 16px 40px;
  height: auto;
  width: 100%;
}
.gnb_sub ul li a {
  flex-shrink: 0;
  color: var(--color-brand);
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  width: fit-content;
  white-space: nowrap;
}
.header .logo {
  width: 236px;
}
.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* mo_slider */

aside.mo_sidebar {
  visibility: hidden;
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #00000099;
}
aside.mo_sidebar.open {
  visibility: visible;
}
.sidebar__inner {
  position: absolute;
  left: -301px;
  top: 0;
  width: 301px;
  background-color: #fff;
  height: 100%;
  transition: 0.35s;
}
aside.mo_sidebar.open .sidebar__inner {
  left: 0;
}
.sidebar__close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid #f5f5f5;
}
.sidebar__close .btn_close_sidebar {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../_img/common/icon_close_sidebar.svg) no-repeat center center / contain;
}
.sidebar__gnb {
  margin-top: 8px;
}

.sidebar__gnb li .btn-lnb {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #141414;
  height: 57px;
  line-height: 57px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.sidebar__gnb li .btn-lnb.active {
  background: var(--color-point);
  color: #fff;
}

.sidebar__gnb li .btn-lnb.active p {
  background: url(../_img/common/icon_arrow_down_wh.svg) no-repeat center center / contain;
}
.sidebar__gnb li .btn-lnb p {
  transition: transform 0.3s;
  width: 24px;
  height: 24px;
  background: url(../_img/common/icon_arrow_down_gray.svg) no-repeat center center / contain;
}
.sidebar__gnb li .lnb__list_mo {
  background: #f5f5f5;
  padding: 8px 0;
}
.sidebar__gnb li .lnb__list_mo li {
  padding: 12px 16px;
  color: #8c8c8c;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
}
/* header banner */
.banner_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
.header_banner {
  height: 46px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  position: relative;
  background: #fff;
}
.header_banner h1 {
  color: #141414;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
.header_banner .x-btn {
  background: url(../_img/common/icon_x_btn.svg) no-repeat center center / contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
/* Footer */
.footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -269px;
  height: 269px;
  transform: translateY(-100%);
  background-color: var(--color-brand-sub);
}
.footer__inner {
  padding: 24px 16px 40px;
  max-width: 1792px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.footer_top {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #859788;
  padding-bottom: 12px;
}

.footer_top .terms {
  color: #d0d7d1;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}
.footer_top .privacy {
  color: #d6bd98;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
.footer_bottom {
  display: flex;
  gap: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  align-items: center;
  height: 100%;
}
.footer_bottom > img {
  width: 269px;
  height: auto;
  object-fit: contain;
}
.footer_bottom .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 131px;
}
.footer_bottom p {
  color: #d0d7d1;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 4px;
}

.footer_bottom b {
  color: #d0d7d1;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
.footer_bottom h1 {
  color: var(--color-point);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 4px;
}
.mo_header {
  display: none;
}
/* Mobile */
@media screen and (max-width: 768px) {
  .header_top,
  .header_menu {
    display: none;
  }
  .mo_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    height: 56px;
  }
  .mo_header .logo {
    width: 135px;
    height: auto;
  }
  .btn_mo_menu {
    background: url(../_img/common/icon_ham.svg) no-repeat center center / contain;
    width: 40px;
    height: 40px;
  }
  .btn_mo_member {
    background: url(../_img/common/icon_member.svg) no-repeat center center / contain;
    width: 40px;
    height: 40px;
  }
  .btn_mo_calender {
    background: url(../_img/common/icon_calender.svg) no-repeat center center / contain;
    width: 40px;
    height: 40px;
  }
  .mo_header .menu {
    width: 84px;
    display: flex;
    gap: 4px;
    align-items: center;
  }
  .header.scrolled .btn_mo_menu,
  .mo_header.title .btn_mo_menu {
    background: url(../_img/common/icon_ham_scroll.svg) no-repeat center center / contain;
  }
  .header.scrolled .btn_mo_member,
  .mo_header.title .btn_mo_member {
    background: url(../_img/common/icon_member_scroll.svg) no-repeat center center / contain;
  }
  .header.scrolled .btn_mo_calender,
  .mo_header.title .btn_mo_calender {
    background: url(../_img/common/icon_calender_scroll.svg) no-repeat center center / contain;
  }
  .header {
    height: 56px;
  }
  .header.plus_banner {
    top: 40px;
  }
  .header_banner {
    height: 40px;
    padding: 0 16px;
    justify-content: start;
  }
  .header_banner h1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
  }
  .header_banner .x-btn {
    right: 16px;
  }
  .main {
    padding-top: 0;
  }
  .floating_btn {
    height: 90px;
    width: 90px;
    bottom: 16px;
    right: 16px;
    font-size: 16px;
    padding-bottom: 19px;
    gap: 2px;
  }
  .floating_btn::after {
    width: 20px;
    height: 20px;
    background: url(../_img/common/icon_arrow_right_brand.svg) no-repeat center center / contain;
  }
  #wrap {
    padding-bottom: 321px;
  }
  .footer {
    bottom: -321px;
    height: 321px;
  }
  .footer__inner {
    padding: 16px 16px 24px;
  }
  .footer_bottom {
    flex-direction: column;
    align-items: start;
    gap: 64px;
    padding-top: 24px;
    padding-bottom: 0;
    height: fit-content;
  }
  .footer_bottom > img {
    order: 2;
    width: 168px;
  }
  .footer_bottom .text {
    gap: 24px;
    height: 123px;
  }
  .mo_header.title > h1 {
    color: #141414;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
  }
  .mo_header.title {
    box-shadow: 0 3px 15px 0 #0000000d;
  }
  .mo_header.title .arrow_left {
    background: url(../_img/common/icon_arrow_left_bl.svg) no-repeat center center / contain;
    width: 40px;
    height: 40px;
  }
  .header.green {
    background: #fff;
  }
  .header.green .logo img {
    content: url(../_img/common/logo_on.svg);
  }
}
