@charset "UTF-8";

/* header.css — 헤더 템플릿용 (Bricks Header 템플릿 Custom CSS에 붙여넣기) */

.global-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.global-header .header-container {
  display: flex;
  justify-content: space-between;
  max-width: 1350px;
  width: 100%;
  min-width: 1280px;
  margin: 0 auto;
}

.global-header .header-symbol {
  position: relative;
  top: 4px;
  margin-top: 12px;
  margin-right: 24px;
  margin-left: 8px;
  display: inline-flex;
}

.global-header .header-symbol a {
  height: 40px;
}

.global-header .header-symbol.type-data img {
  max-width: 180px;
  max-height: 40px;
}

.global-header .header-symbol img {
  display: inline-block;
  width: auto;
  height: auto;
  object-fit: contain;
  vertical-align: middle;
}

.global-header .header-nav {
  display: flex;
  align-items: center;
  transition: padding 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding-top: 10px;
  padding-bottom: 8px;
}

.global-header .header-nav .nav-item {
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
  padding-left: 8px;
  padding-right: 8px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.global-header .header-nav .header-nav-item + .header-nav-item {
  margin-left: 8px;
}

.global-header .header-nav .header-nav-item img {
  height: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

.global-header .header-nav .header-nav-item:hover, .global-header .header-nav .header-nav-item.active {
  font-weight: 600;
}

.global-header .header-nav .header-divider {
  height: 10px;
  margin: 0 16px;
  border-color: #999;
}

.global-header .nav-brand-title > img {
  height: 24px;
}

.global-header .nav-brand-title {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 19px;
  font-weight: 600;
  line-height: 40px;
  margin-left: 8px;
  margin-right: 28px;
}

.global-header .nav-brand-title .icon-heart {
  margin-left: 4px;
}

.global-header .header-start {
  flex-shrink: 0;
}

.global-header .header-end {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-shrink: 0;
}

.global-header .header-gateway {
  margin-top: 22px;
  margin-right: 10px;
  display: inline-flex;
}

.global-header .header-gateway .header-link {
  color: #000;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

.global-header .header-gateway .header-link.active {
  color: #000;
  font-weight: 600;
}

.global-header .header-gateway .header-link + .header-link {
  padding-left: 24px;
}

.global-header .header-gateway .header-link + .header-link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #999;
}

.global-header .header-end .header-nav {
  margin-right: 32px;
}

.global-header .header-end .header-nav .header-nav-item + .header-nav-item {
  margin-right: 0;
}

.global-header .header-end .catalog-item.st-tile .tile-thumb .tile-heart, .catalog-item.st-tile .tile-thumb .global-header .header-end .tile-heart {
  margin-left: 10px;
}

.global-header .header-end .catalog-item.st-tile .tile-thumb .tile-heart:last-child, .catalog-item.st-tile .tile-thumb .global-header .header-end .tile-heart:last-child {
  margin-right: -8px;
}

.global-header .header-home {
  font: 0/0 a !important;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 193px;
  height: 40px;
  background: transparent url("../../assets/img/site-brand-go__black.png") 0 0 no-repeat;
  background-size: 100% auto;
  margin-right: 20px;
}

.global-header .header-search {
  margin-top: 12px;
  display: inline-flex;
  position: relative;
}

.global-header .header-search .header-search__close {
  display: none;
  position: absolute;
  z-index: 2;
  right: -46px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.global-header .header-search .header-search__close .icon {
  width: 22px;
  height: 22px;
}

.global-header .header-search.active .header-search__close {
  display: block;
}

.global-header .header-search .text-input-box {
  width: 350px;
}

.global-header .header-search .text-input-box .text-input-currency {
  position: relative;
}

.global-header .header-search .text-input-box .text-input-action {
  overflow: hidden;
}

.global-header .header-search .text-input-box .text-input-action .button-icon {
  margin-right: -6px;
}

.global-header .header-search:not(.active) .text-input-box .text-input-action .button-clear {
  display: none;
}

.global-header .text-input-box .text-input-layer {
  display: none;
  left: -24px;
  top: -6px;
  width: 428px;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  padding-top: 68px;
}

.global-header .header-search .text-input-box .text-input-layer.active {
  border: 1px solid #000;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.20);
}

.global-header .header-search.active .text-input-box .text-input-layer.active {
  display: block;
}

.global-header .text-input-box .text-input-layer__inner {
  max-height: calc(100vh - 71px);
  overflow-y: auto;
}

.global-header .search-placeholder {
  display: none;
  position: absolute;
  left: 8px;
  top: 10px;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  pointer-events: none;
}

.global-header .header-search .search-placeholder strong {
  color: #1384ff;
  font-weight: 400;
}

.global-header .header-search .text-secondary {
  color: #666 !important;
  font-size: 12px;
  font-weight: 400;
}

.global-header .header-search .search-layer-list {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  margin-bottom: 30px;
  position: relative;
}

.global-header .header-search .search-layer-list .heading {
  padding: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.global-header .header-search .search-layer-list .search-layer__end, .global-header .header-search .search-layer-list .search-layer__start {
  width: 44.59459459%;
}

.global-header .header-search .search-layer-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #eee;
  transform: translate(-50%);
}

.global-header .header-search .search-layer-list p .text-inner {
  color: #333;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
}

.global-header .header-search .search-layer-list b {
  color: #000;
}

.global-header .header-search .search-layer-list .search-layer__end strong:not(.text-dimmed) {
  color: #006BFF !important;
}

.global-header .header-search .search-layer-list .search-layer__end strong.text-dimmed {
  color: #333 !important;
}

.global-header .header-search-recommend .heading {
  padding: 10px 0 12px 4px;
}

.global-header .header-search .search-swiper {
  padding: 0 20px 40px;
}

.global-header .header-search .search-swiper .catalog-item.st-tile .tile-brand {
  font-size: 12px;
}

.global-header .header-search .search-swiper .swiper-slide {
  width: 132px;
}

.global-header .header-search .search-swiper .catalog-item.st-tile .tile-thumb .tile-link {
  padding-top: 134.177%;
}

.global-header .header-search .search-swiper .catalog-item.st-tile.st-simple .tile-body {
  padding-top: 4px;
  padding-right: 0;
}

.global-header .header-search .search-swiper .catalog-item.st-tile .tile-price-box {
  margin-top: 16px;
}

.global-header .header-search .search-swiper .carousel-nav {
  width: 32px;
  height: 32px;
  padding: 0;
  align-items: center;
  justify-content: center;
  transform: translateY(calc(-50% - 50px));
}

.global-header .header-search .search-swiper .button-icon .icon {
  width: 13px;
  height: 13px;
}

.global-header .header-search .header-search__input {
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}

.global-header .header-search .header-search__input .text-input, .global-header .header-search .header-search__input .text-search-keyword + .text-input-currency {
  border-bottom: none;
}

.global-header .header-search .header-search__input:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
}

.global-header .header-search.active .header-search__input:after {
  background-color: #000;
}

.global-header .header-search:not(.active) .text-search-keyword {
  display: none;
}

.global-header .header-search .text-search-keyword {
  margin-bottom: -2px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  top: -2px;
  padding: 6px 8px;
  margin-left: 10px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  max-width: 80px;
}

.global-header .header-search .text-search-keyword .text-inner {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.global-header .search-autocomplete-list {
  margin: 0 24px 36px;
}

.global-header .search-autocomplete-list li {
  font-size: 14px;
  line-height: 17px;
}

.global-header .search-autocomplete-list li + li {
  margin-top: 16px;
}

.global-header .search-autocomplete-list .text-truncate {
  display: block;
}

.global-header .header-search .header-search__overlay {
  display: none;
}

.global-header .header-search.active .header-search__overlay {
  display: block;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.20);
}

.global-header .header-nav-item.active .header-layer {
  display: block;
}

.global-header .header-layer {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-top: 1px solid #eee;
  display: none;
}

.global-header .header-layer .header-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  padding: 8px 16px 40px;
}

.global-header .header-layer .header-col {
  width: 100px;
}

.global-header .header-layer .header-layer-nav {
  padding-left: 4px;
}

.global-header .header-layer .header-layer-nav .header-strong:first-child {
  margin-top: 0;
}

.global-header .header-layer .header-strong {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0;
  font-weight: 600;
  margin-top: 8px;
}

.global-header .header-layer .header-strong.header-col {
  width: 127px;
  flex-shrink: 0;
}

.global-header .header-layer .header-strong.header-col .icon-chevron-next-button-cta-14 {
  display: none;
}

.global-header .header-layer .header-strong.header-col:hover .icon-chevron-next-button-cta-14 {
  display: block;
}

.global-header .header-layer .header-panel {
  max-height: 470px;
  overflow-x: hidden;
  overflow-y: auto;
}

.global-header .header-layer.st-scroll .header-panel {
  max-height: 380px;
  overflow-x: hidden;
  overflow-y: auto;
}

.global-header .header-layer .header-title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0;
  margin-bottom: 8px;
}

.global-header .header-layer .header-text {
  display: block;
  font-size: 13px;
  line-height: 19px;
  padding: 8px 0;
  color: #666;
  font-weight: 400;
}

.global-header .header-layer .header-text:hover {
  color: #000;
  text-decoration: underline;
}

.global-header .header-quickmenu {
  margin-top: 10px;
  display: flex;
}

.global-header .header-quickmenu a {
  padding: 8px;
}

.best-brand__header .header-link {
  min-height: 34px;
}
