@charset "utf-8";
@import url("/resources/user/_common/_layout/hb_glamp/font/remixicon/remixicon.css");

:root {
  --gl-primary: #111932;
  --gl-purple: #49235c;
  --gl-gold: #e7b008;
  --gl-red: #dc2828;
  --gl-bg: #f8f9fc;
  --gl-surface: #ffffff;
  --gl-text: #172033;
  --gl-muted: #697184;
  --gl-border: #e4e8f0;
  --gl-shadow: 0 18px 44px rgba(17, 25, 50, 0.12);
  --gl-font: "Noto Sans KR", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --header-height: 82px;
  --container-max: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  color: var(--gl-text);
  font-family: var(--gl-font);
  line-height: 1.55;
  background: var(--gl-bg);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
ol,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

.inner,
.layout {
  width: min(100% - 48px, var(--container-max));
  margin: 0 auto;
}

.pcShow {
  display: block;
}

.mobileShow {
  display: none;
}

#glamp_site {
  min-width: 320px;
  overflow-x: hidden;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(17, 25, 50, 0.2);
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

#header.scrolled {
  background: rgba(17, 25, 50, 0.98);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#header #top_etc.headerBar,
#header .headerBar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#header #top_etc .top_etc_wrap {
  width: 100%;
}

#header #top_etc .top_etc_wrap .inner,
#header .headerBar > .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  min-height: 34px;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

#header #top_etc .top_etc_wrap li,
#header .headerBar > .inner > a {
  float: none;
  display: inline-flex;
  align-items: center;
  height: 34px;
  line-height: 1.2;
  padding: 0;
}

#header #top_etc .top_etc_wrap a,
#header #top_etc .top_etc_wrap button,
#header .headerBar > .inner > a {
  color: inherit;
  font-size: 13px;
  line-height: 1.2;
}

#header #top_etc .search_btn {
  position: relative;
  margin-left: 2px;
}

#header #btn-sch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
}

#header #btn-sch::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  border-radius: 50%;
}

#header #btn-sch::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 21px;
  width: 8px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: left center;
}

#header #sch-area {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 5;
  display: none;
  width: 280px;
  padding: 12px 52px 12px 12px;
  background: #fff;
  box-shadow: var(--gl-shadow);
}

#header #sch-area form {
  position: relative;
}

#header #sch-area input {
  width: 100%;
  height: 38px;
  padding: 0 44px 0 12px;
  color: var(--gl-text);
  border: 1px solid var(--gl-border);
  border-radius: 4px;
}

#header #sch-area .search-form-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  background: var(--gl-primary);
}

#header #sch-area .search-form-btn::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
}

#header #sch-area .search-form-btn::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 8px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: left center;
}

#header #sch-area .close {
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  background: #263047;
  border: 1px solid #263047;
  border-radius: 4px;
  box-shadow: none;
  opacity: 1;
}

#header #sch-area .close::before {
  content: "×";
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-indent: 0;
}

#header #top_etc.headerBar #sch-area {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 200;
  width: 320px;
  height: auto;
  min-height: 62px;
  margin: 0;
  padding: 12px 56px 12px 12px;
  background: #fff;
  border: 1px solid var(--gl-border);
  box-shadow: var(--gl-shadow);
}

#header #top_etc.headerBar #sch-area form {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0;
}

#header #top_etc.headerBar #sch-area input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 44px 0 12px;
  color: var(--gl-text);
  background: #fff;
  border: 1px solid var(--gl-border);
  border-radius: 4px;
}

#header #top_etc.headerBar #sch-area .search-form-btn {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  background: var(--gl-primary);
}

#header #top_etc.headerBar #sch-area .search-form-btn::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
}

#header #top_etc.headerBar #sch-area .search-form-btn::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 8px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: left center;
}

#header #top_etc.headerBar #sch-area .close {
  position: absolute;
  top: 15px;
  right: 12px;
  left: auto;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  background: #263047;
  border: 1px solid #263047;
  border-radius: 4px;
  box-shadow: none;
  opacity: 1;
}

#header #top_etc.headerBar #sch-area .close::before {
  content: "×";
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-indent: 0;
}

#header .nav > .inner {
  display: flex;
  align-items: center;
  min-height: var(--header-height);
}

.logo {
  flex: 0 0 auto;
}

.logo a {
  display: flex;
  align-items: center;
  gap: 13px;
}

.logo img {
  display: block;
  width: auto;
  max-width: 260px;
  max-height: 54px;
  object-fit: contain;
}

.logo img.mobi-l {
  display: none;
}

.gl-logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 0 8px;
  color: var(--gl-primary);
  font-weight: 900;
  letter-spacing: 0.04em;
  background: var(--gl-gold);
  border-radius: 8px;
}

.gl-logo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.gl-logo-title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.gl-logo-sub {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.gnb.pc {
  display: flex;
  align-items: stretch;
  gap: 6px;
  height: var(--header-height);
  margin-left: auto;
}

.gnb.tablet {
  display: none;
}

.gnb_dep1 {
  position: relative;
  float: none;
  display: flex;
  align-items: center;
}

.gnb_dep1 > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.gnb_dep1 > a:hover,
.gnb_dep1.on > a {
  color: var(--gl-gold);
}

.gnb_dep2 {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 210px;
  padding-top: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.gnb_dep1:hover .gnb_dep2,
.gnb_dep1:focus-within .gnb_dep2 {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dep2_list_w {
  padding: 10px;
  background: #fff;
  border: 1px solid var(--gl-border);
  border-radius: 8px;
  box-shadow: var(--gl-shadow);
}

.dep2_list li + li {
  margin-top: 2px;
}

.dep2_list li {
  float: none;
}

.dep2_list p {
  margin: 0;
}

.dep2_list a {
  display: block;
  padding: 10px 12px;
  color: #263047;
  font-size: 14px;
  border-radius: 6px;
}

.dep2_list a:hover {
  color: var(--gl-primary);
  background: #f3f5fa;
}

.header_btn {
  display: none;
  margin-left: auto;
}

.btn_ham {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 42px;
  height: 42px;
  padding: 0 8px;
  background: transparent;
}

.btn_ham span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 4px;
}

.allmenu_bg {
  display: none;
}

.hide {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

@media (max-width: 1023px) {
  :root {
    --header-height: 70px;
  }

  #header #top_etc.headerBar,
  #header .headerBar {
    display: none;
  }

  #header .nav > .inner {
    min-height: var(--header-height);
  }

  .gnb.pc {
    display: none;
  }

  .gnb.tablet {
    position: absolute;
    top: var(--header-height);
    left: 0;
    right: 0;
    z-index: 120;
    max-height: calc(100vh - var(--header-height));
    overflow-y: auto;
    padding: 12px 0;
    background: rgba(17, 25, 50, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--gl-shadow);
  }

  .gnb.tablet .gnb_dep1 {
    display: block;
    width: min(100% - 32px, var(--container-max));
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .gnb.tablet .gnb_dep1 > a {
    display: flex;
    min-height: 50px;
    padding: 0 4px;
    color: #fff;
    font-size: 16px;
  }

  .gnb.tablet .gnb_dep2 {
    position: static;
    min-width: 0;
    padding: 0 0 12px;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
  }

  .gnb.tablet .dep2_list_w {
    padding: 6px;
    background: rgba(255, 255, 255, 0.06);
    border: 0;
    box-shadow: none;
  }

  .gnb.tablet .dep2_list a {
    color: rgba(255, 255, 255, 0.82);
    background: transparent;
  }

  .header_btn {
    display: block;
  }

  .logo img.pc {
    display: none;
  }

  .logo img.mobi-l {
    display: block;
  }

  .logo img {
    max-width: 220px;
    max-height: 46px;
  }

  .gl-logo-mark {
    min-width: 42px;
    height: 42px;
    font-size: 14px;
  }

  .gl-logo-title {
    font-size: 16px;
  }

  .gl-logo-sub {
    display: none;
  }
}

@media (max-width: 767px) {
  .inner,
  .layout {
    width: min(100% - 28px, var(--container-max));
  }

  .pcShow {
    display: none;
  }

  .mobileShow {
    display: block;
  }

  .gl-logo-title {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
