.bg-btn-primary {
  background-color: #256EF4;
}
.bg-btn-primary:hover {
  background-color: #0B50D0;
}

.bg-btn-secondary {
  background-color: #ECF2FE;
}
.bg-btn-secondary:hover {
  background-color: #D8E5FD;
}

.bg-btn-tertiary {
  background-color: #ffffff;
}
.bg-btn-tertiary:hover {
  background-color: #f0f0f0;
}

.bg-btn-disabled {
  background-color: #CDD1D5;
}
.bg-btn-black {
  background-color: #222222;
}
.bg-badge-primary {
  background-color: #8C006E;
}
.bg-badge-secondary {
  background-color: #063A74;
}
.bg-badge-tertiary {
  background-color: #6D7882;
}
.bg-badge-point {
  background-color: #D63D4A;
}
.bg-badge-danger {
  background-color: #DE3412;
}
.bg-badge-warning {
  background-color: #FFB114;
}
.bg-badge-success {
  background-color: #228738;
}
.bg-badge-info {
  background-color: #0B78CB;
}
.bg-badge-search {
  background-color: #FFF2FC;
}
.textcolor-basic {
  color: #1E2124;
}

.textcolor-subtle {
  color: #464C53;
}

.textcolor-bolder {
  color: #131416;
}

.textcolor-primary {
  color: #0B50D0;
}

.textcolor-secondary {
  color: #052b57;
}

.textcolor-information {
  color: #096AB3;
}

.textcolor-sedonary_dark {
  color: #374058;
}

.textcolor-danger {
  color: #BD2C0F;
}

.textcolor-body_secondary {
  color: #444;
}

.textcolor-sg {
  color: #A50082;
}

.textcolor-static {
  color: #1E2124;
}

.textcolor-disabled {
  color: #B1B8BE;
}

.main header {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  border: none !important;
}
.main header > .header-bottom > .inner > .etc-menu > li + li::after {
  background-color: #fff;
}
.main header > .header-bottom > .inner > .etc-menu > li > a {
  color: #fff;
  padding: 0 18px 0 18px;
  font-weight: 400;
}
.main header > .header-bottom > .inner > .etc-menu > li > a.total-search {
  line-height: 100%;
}
.main header > .header-bottom > .inner > .etc-menu > li > a.total-search::after {
  background-image: url(/humanframe/theme/tour/assets/images/ico/ico_search_white.svg);
}
.main header > .header-bottom > .inner > .etc-menu > li > a.button-bottom {
  padding: 0 18px 0 0;
  background-image: url(/humanframe/theme/global/assets/images/ico/ico_arrow_white.svg);
}
@media only screen and (max-width: 63.99em) {
  .main header > .header-bottom > .inner > .etc-menu > li > a.button-bottom {
    background-image: url(/humanframe/theme/global/assets/images/ico/ico_arrow_bottom.svg);
  }
}
.main header > .header-bottom > .inner > .etc-menu > li > a.lang {
  padding: 0 18px 0;
}
.main header > .header-bottom > .inner > .etc-menu > li > a.lang::after {
  background-image: url(/humanframe/theme/global/assets/images/ico/ico_lang.svg);
}
.main header > .header-bottom > .inner > .etc-menu > li > a.home {
  background-image: url(/humanframe/theme/global/assets/images/ico/ico_arrow_right_white.svg);
}
@media only screen and (max-width: 63.99em) {
  .main header > .header-bottom > .inner > .etc-menu > li > a.home {
    background-image: url(/humanframe/theme/global/assets/images/ico/ico_arrow_right.svg);
  }
  .main header > .header-bottom > .inner > .etc-menu > li > a.home::before {
    background-color: #CDD1D5;
  }
}
@media only screen and (max-width: 63.99em) {
  .main header > .header-bottom > .inner > .etc-menu > li #menuAll::after {
    background: url(/humanframe/theme/global/assets/images/ico/ico_all_menu_white.svg) no-repeat center 0;
  }
}
.main header > .header-bottom .logo h1 a {
  background-image: url(/humanframe/theme/tour/assets/images/common/logo.svg);
}
.main header > .header-bottom nav > ul > li > a {
  color: #fff;
}
.main header > .header-bottom nav > ul > li > a::before {
  background-image: url(/humanframe/theme/global/assets/images/ico/ico_arrow_white.svg);
}
.main header.active > .header-bottom > .inner > .etc-menu > li + li::after {
  background-color: #CDD1D5;
}
.main header.active > .header-bottom > .inner > .etc-menu > li > a.total-search::after {
  background-image: url(/humanframe/theme/global/assets/images/ico/ico_search.svg);
}
.main header.active > .header-bottom > .inner > .etc-menu > li > a.button-bottom {
  background-image: url(/humanframe/theme/global/assets/images/ico/ico_arrow_bottom.svg);
}
.main header.active > .header-bottom > .inner > .etc-menu > li > a.lang::after {
  background-image: url(/humanframe/theme/global/assets/images/ico/ico_lang_black.svg);
}
.main header.active > .header-bottom > .inner > .etc-menu > li > a.home {
  background-image: url(/humanframe/theme/global/assets/images/ico/ico_arrow_right.svg);
}
@media only screen and (max-width: 63.99em) {
  .main header.active > .header-bottom > .inner > .etc-menu > li #menuAll::after {
    background: url(/humanframe/theme/global/assets/images/ico/ico_all_menu.svg) no-repeat center 0;
  }
}

header {
  width: 100%;
}
@media only screen and (max-width: 63.99em) {
  header .header-top {
    z-index: 0;
  }
}
header > .header-bottom {
  border: none;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 72px;
    background-color: transparent;
    position: static;
    padding: 9px 10px 9px 16px;
  }
}
header > .header-bottom > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom > .inner {
    height: auto;
  }
}
header > .header-bottom > .inner > .etc-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom > .inner > .etc-menu {
    gap: 0;
  }
}
header > .header-bottom > .inner > .etc-menu > li {
  position: relative;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom > .inner > .etc-menu > li {
    position: static;
  }
}
header > .header-bottom > .inner > .etc-menu > li + li::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #CDD1D5;
  position: absolute;
  top: 3px;
  left: -12px;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom > .inner > .etc-menu > li + li::after {
    display: none;
  }
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom > .inner > .etc-menu > li .zoom-btn {
    top: 60px;
    left: 0;
  }
}
header > .header-bottom > .inner > .etc-menu > li > a {
  font-size: 15px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
  position: relative;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom > .inner > .etc-menu > li > a {
    font-weight: 700 !important;
  }
}
header > .header-bottom > .inner > .etc-menu > li > a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  position: absolute;
  top: 4px;
  left: 0;
}
header > .header-bottom > .inner > .etc-menu > li > a.total-search {
  display: block;
  padding: 0 0 0 18px;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom > .inner > .etc-menu > li > a.total-search {
    padding: 28px 12px 2px;
  }
}
header > .header-bottom > .inner > .etc-menu > li > a.total-search::after {
  background-image: url(/humanframe/theme/global/assets/images/ico/ico_search.svg);
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom > .inner > .etc-menu > li > a.total-search::after {
    width: 20px;
    height: 20px;
    background-size: 100%;
    top: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
header > .header-bottom > .inner > .etc-menu > li > a.button-bottom {
  background-image: url(/humanframe/theme/global/assets/images/ico/ico_arrow_bottom.svg);
  padding: 0 18px 0 0;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom > .inner > .etc-menu > li > a.button-bottom {
    display: none;
    position: fixed;
    top: 25px;
    left: 16px;
    color: #1E2124;
    z-index: 999;
    background-image: url(/humanframe/theme/global/assets/images/ico/ico_arrow_bottom.svg);
    font-weight: 400;
    padding: 0 18px 0 0;
  }
  header > .header-bottom > .inner > .etc-menu > li > a.button-bottom i {
    display: none;
  }
  header > .header-bottom > .inner > .etc-menu > li > a.button-bottom::before {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #CDD1D5;
    position: absolute;
    top: 3px;
    right: -8px;
  }
}
@media only screen and (max-width: 63.99em) and (max-width: 47.99em) {
  header > .header-bottom > .inner > .etc-menu > li > a.button-bottom::before {
    height: 13px;
    top: 4px;
    right: -10px;
  }
}
header > .header-bottom > .inner > .etc-menu > li > a.lang {
  padding: 0 18px 0 18px;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom > .inner > .etc-menu > li > a.lang {
    left: 85px;
  }
}
header > .header-bottom > .inner > .etc-menu > li > a.lang::after {
  background-image: url(/humanframe/theme/global/assets/images/ico/ico_lang_black.svg);
}
header > .header-bottom > .inner > .etc-menu > li > a.home {
  background-image: url(/humanframe/theme/global/assets/images/ico/ico_arrow_right.svg);
  padding: 0 18px 0 0;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom > .inner > .etc-menu > li > a.home {
    display: none;
    position: fixed;
    top: 27px;
    left: 205px;
    color: #1E2124;
    z-index: 999;
    font-weight: 400;
    background-image: url(/humanframe/theme/global/assets/images/ico/ico_arrow_right.svg);
  }
}
header > .header-bottom > .inner > .etc-menu > li #menuAll {
  display: none;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom > .inner > .etc-menu > li #menuAll {
    display: block;
    padding: 28px 12px 2px;
  }
  header > .header-bottom > .inner > .etc-menu > li #menuAll::after {
    background: url(/humanframe/theme/global/assets/images/ico/ico_all_menu.svg) no-repeat center 0;
    top: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
header > .header-bottom > .inner > .etc-menu > li:last-child {
  display: none;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom > .inner > .etc-menu > li:last-child {
    display: block;
  }
}
header > .header-bottom .logo h1 {
  width: 229px;
  height: 48px;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom .logo h1 {
    width: 159px;
    height: 32px;
  }
}
header > .header-bottom .logo h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(/humanframe/theme/tour/assets/images/common/logo_active.svg);
  background-size: cover;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom nav {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    padding-top: 70px;
    overflow: visible;
  }
}
header > .header-bottom nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 80em) {
  header > .header-bottom nav > ul {
    gap: 0;
  }
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom nav > ul {
    display: block;
    height: 100%;
    background-color: #EEF2F7;
    border-top: 1px solid #CDD1D5;
  }
}
header > .header-bottom nav > ul > li > a {
  font-size: 19px;
  padding: 27px 28px 27px 16px;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom nav > ul > li > a {
    padding: 0 24px;
    font-size: 17px;
  }
}
header > .header-bottom nav > ul > li > a::before {
  background-image: url(/humanframe/theme/global/assets/images/ico/ico_arrow_bottom.svg);
  background-size: 20px;
  right: 0;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom .gnb-wrap .inner {
    height: 100%;
    max-height: calc(100vh - 100px);
  }
}
header > .header-bottom .gnb-wrap .wrap {
  width: 100%;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom .gnb-wrap.type-depth3 {
    top: 71px;
    overflow-y: auto;
    height: calc(100% - 75px);
  }
  header > .header-bottom .gnb-wrap.type-depth3 .inner {
    max-height: 100%;
    overflow: visible;
  }
}
header > .header-bottom .gnb-wrap.type-depth3 .wrap {
  min-height: auto;
}
header > .header-bottom .mobile-close {
  display: none;
  position: fixed;
  top: 20px;
  right: 16px;
  z-index: 999;
}
header > .header-bottom .mobile-close a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/humanframe/theme/global/assets/images/ico/ico_close.svg) no-repeat 0 0/100%;
}
header > .header-bottom.active {
  background-color: #fff;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom.active > .inner {
    border: none;
  }
}
header > .header-bottom.active .logo h1 a {
  background-image: url(/humanframe/theme/tour/assets/images/common/logo_active.svg);
}
header > .header-bottom.active nav > ul > li > a {
  color: #464C53;
}
header > .header-bottom.active nav > ul > li > a::before {
  background-image: url(/humanframe/theme/global/assets/images/ico/ico_arrow_bottom.svg);
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom.active nav > ul > li > a::after {
    bottom: 0;
  }
}
header > .header-bottom.active .etc-menu li + li::after {
  background-color: #CDD1D5;
}
header > .header-bottom.active .etc-menu li a {
  color: #1E2124 !important;
}
header > .header-bottom.active .etc-menu li a.lang {
  background-image: url(/humanframe/theme/global/assets/images/ico/ico_arrow_bottom.svg);
}
header > .header-bottom.active .etc-menu li a.lang::after {
  background-image: url(/humanframe/theme/global/assets/images/ico/ico_lang_black.svg);
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom.active .etc-menu li a.lang::after {
    display: none;
  }
}
header > .header-bottom.active .etc-menu li a.home {
  background-image: url(/humanframe/theme/global/assets/images/ico/ico_arrow_button.svg);
}
header > .header-bottom .header-search {
  display: none;
  position: fixed;
  top: 116px;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 999;
  border-radius: 0;
  border-top: 1px solid #CDD1D5;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom .header-search {
    top: 104px;
    height: 100%;
    border-top: none;
  }
}
header > .header-bottom .header-search .inner {
  position: relative;
}
header > .header-bottom .header-search .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/humanframe/theme/global/assets/images/ico/ico_close.svg) no-repeat 0 0;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom .header-search .close {
    width: 25px;
    height: 25px;
    background-size: cover;
  }
}
header > .header-bottom .header-search .pc-search {
  width: 820px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom .header-search .pc-search {
    width: 100%;
  }
}
header > .header-bottom .header-search p {
  display: block;
  font-size: 24px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom .header-search p {
    font-size: 19px;
    margin-bottom: 24px;
  }
}
header > .header-bottom .header-search input {
  width: 100%;
  height: 80px;
  border-radius: 10px;
  border: 1px solid #0B50D0;
  background-color: #fff;
  padding-left: 16px;
  font-size: 24px;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom .header-search input {
    height: 48px;
    font-size: 15px;
    border-radius: 6px;
  }
}
header > .header-bottom .header-search .header-search-btn {
  width: 40px;
  height: 40px;
  background-size: 30px;
  background-position: center;
  display: block;
  position: absolute !important;
  top: 68px;
  right: 24px;
}
@media only screen and (max-width: 63.99em) {
  header > .header-bottom .header-search .header-search-btn {
    width: 20px;
    height: 20px;
    background-size: 20px;
    top: 66px;
    right: 16px;
  }
}
header > .header-bottom .header-search.active {
  display: block;
}
@media only screen and (min-width: 63.99em) {
  header > .header-bottom .header-search.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 63.99em) {
  header .drop-menu {
    top: 73px;
    left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    z-index: 9999;
  }
}

@media only screen and (max-width: 63.99em) {
  footer .footer-info .footer-logo img {
    width: 170px;
  }
}