.header__search--layer {
  position: absolute;
  top: 40px;
  left: 132px;
  width: 660px;
  min-height: 470px;
  max-height: 85vh;
  padding: 32px 28px 40px;
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  z-index: 10;
  overflow-y: auto;
}
.header__search--layer::-webkit-scrollbar {
  display: block;
  width: 4px;
}
.header__search--layer::-webkit-scrollbar-thumb {
  background-color: #131922;
  background-clip: padding-box;
}
.header__search--layer::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}
.header__search--layer.auto-complete {
  display: none;
  padding: 32px 0 38px;
}
.header__search--layer.search-layer {
  display: none;
}
.header__search--layer .popluar__rank {
  margin-top: 12px;
}
.header__search--layer .popluar__rank a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
}
.header__search--layer .popluar__rank--ranking {
  width: 22px;
  font-size: 12px;
  color: #000;
}
.header__search--layer .popluar__rank--brand {
  width: 187px;
  margin-left: 4px;
  font-size: 14px;
  line-height: inherit;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-grow: 1;
}
.header__search--layer .popluar__rank--step {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 43px;
  color: #000;
  white-space: nowrap;
}
.header__search--layer .popluar__rank--step.down {
  color: #929292;
}
.header__search--layer .popluar__rank--step.no-change {
  height: 22px;
}
.header__search--layer .popluar__rank--step.no-change::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background-color: #c8c8c8;
}
.header__search--layer .popluar__rank--step.new {
  font-size: 12px;
  font-weight: bold;
  color: #d99c63;
}
.header__search--layer .popluar__rank--step span {
  display: inline-block;
  width: 16px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
.header__search--layer .popluar__rank--step.siv-up::after, .header__search--layer .popluar__rank--step.siv-down::after, .header__search--layer .popluar__rank--step.siv-no-change::after {
  content: "";
  width: 27px;
  height: 22px;
}
.header__search--layer .popluar__rank--step.siv-up::after {
  background: url(../image/serach-new-rank-up.svg) no-repeat center/cover;
}
.header__search--layer .popluar__rank--step.siv-down::after {
  background: url(../image/serach-new-rank-down.svg) no-repeat center/cover;
}
.header__search--layer .popluar__rank--step.siv-no-change::after {
  background: url(../image/serach-new-rank-no-change.svg) no-repeat center/cover;
}
.header__search--layer .recent__wrap {
  margin-top: 12px;
}
.header__search--layer .recent__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
}
.header__search--layer .recent__list--brand {
  width: 220px;
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}
.header__search--layer .recent__list--no-result {
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #787878;
  height: auto;
  padding: 28px 0;
}
.header__search--layer .recent__list--no-result p {
  width: 100%;
  text-align: center;
  font-size: inherit;
  color: inherit;
}
.header__search--layer .recent__list .icon-delete {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../image/05-icon-16-px-thin-close-type-2.svg) no-repeat center/contain;
}
.header__search--layer .hot {
  margin-top: 32px;
}
.header__search--layer .hot__wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.header__search--layer .hot__wrap a {
  display: inline-block;
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 40px;
  color: #131922;
  text-align: center;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  text-decoration: none;
}
.header__search--layer .auto-complete {
  width: 618px;
  padding: 24px 28px;
}
.header__search--layer .auto-complete__brand {
  display: flex;
  align-items: center;
  height: 36px;
  margin: 0 28px;
  background-image: url(../image/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 20px;
}
.header__search--layer .auto-complete__brand--result.current-keyword {
  background-color: #f8f8f8;
}
.header__search--layer .auto-complete__brand--icon {
  width: 38px;
  height: 20px;
  font-size: 8px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #131922;
  box-sizing: border-box;
}
.header__search--layer .auto-complete__brand--title {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  color: #000;
}
.header__search--layer .auto-complete__result li {
  padding: 8px 28px 6px;
}
.header__search--layer .auto-complete__result li a {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.header__search--layer .auto-complete__result li a span {
  color: #d99c63;
}
.header__search--layer .auto-complete__result li.current-keyword {
  background-color: #f8f8f8;
}
.jaju-header .header__search--layer,
.jaju-header .header__search--layer div,
.jaju-header .header__search--layer li,
.jaju-header .header__search--layer p,
.jaju-header .header__search--layer button,
.jaju-header .header__search--layer span,
.jaju-header .header__search--layer a {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Apple SD Gothic Neo", "Apple-Gothic", "Roboto", "Noto Sans KR", "Droid Sans", "dotum", sans-serif;
  letter-spacing: 0;
}
.header__search--box {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
.header__search--text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.header__search--text a {
  font-size: 12px;
  line-height: 18px;
  color: #929292;
  text-decoration: underline;
}
.header__search--title {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  color: #000;
}
.header__search--util {
  display: flex;
  align-items: center;
}
.header__search--util a,
.header__search--util button {
  font-size: 12px;
  line-height: 18px;
  color: #929292;
  text-decoration: none;
}
.header__search--util a:hover,
.header__search--util button:hover {
  text-decoration: underline;
}
.header__search--util a.header__search--delete,
.header__search--util button.header__search--delete {
  margin-right: 12px;
  position: relative;
}
.header__search--util a.header__search--delete:after,
.header__search--util button.header__search--delete:after {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  pointer-events: none;
  background-color: #e0e0e0;
}
.header__search--data {
  font-size: 12px;
  line-height: 18px;
  color: #929292;
}
.header__search--data,
.header__search--data span {
  letter-spacing: 0;
}
.header__search--wrap {
  width: 50%;
}
.header__search--banner {
  margin-top: 20px;
}
.header__search--banner .siv-banner__img {
  width: 100%;
  height: 64px;
  gap: 4px;
}

.popup-bg.active ~ .jaju-header-specific {
  z-index: 100;
}

:not([class^=jj_]) .siv-popup,
:not([class^=jj_]) .toast,
:not([class^=jj_]) .popup-mini {
  display: none;
}
:not([class^=jj_]) .siv-popup.active,
:not([class^=jj_]) .toast.active,
:not([class^=jj_]) .popup-mini.active {
  display: block;
}
:not([class^=jj_]) .siv-popup *,
:not([class^=jj_]) .toast *,
:not([class^=jj_]) .popup-mini * {
  font-family: var(--v-font-sans);
}
:not([class^=jj_]) .siv-popup .underline-btn,
:not([class^=jj_]) .toast .underline-btn,
:not([class^=jj_]) .popup-mini .underline-btn {
  color: #787878;
}
:not([class^=jj_]) .siv-popup .underline-btn:hover,
:not([class^=jj_]) .toast .underline-btn:hover,
:not([class^=jj_]) .popup-mini .underline-btn:hover {
  text-decoration: underline;
}

:not([class^=jj_]) .btn-wide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 2;
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  box-sizing: border-box;
}
:not([class^=jj_]) .btn-wide.big {
  height: 70px;
  font-size: 14px;
}
:not([class^=jj_]) .btn-wide.mid {
  height: 48px;
  font-size: 14px;
}
:not([class^=jj_]) .btn-wide.sml {
  height: 36px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 400;
}
:not([class^=jj_]) .btn-wide:hover {
  text-decoration: none;
}
:not([class^=jj_]) .btn-gray {
  color: #fff;
  background: #929292;
}
:not([class^=jj_]) .btn-gray2 {
  color: #fff;
  background-color: #787878;
}
:not([class^=jj_]) .btn-vlack {
  color: #fff;
  background: #131922;
}
:not([class^=jj_]) .btn-vlack:hover {
  color: #fff;
}
:not([class^=jj_]) .btn-line-gray {
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
:not([class^=jj_]) .btn-line-gray:disabled {
  color: #c8c8c8;
}
:not([class^=jj_]) .btn-line-gray:disabled span {
  opacity: 0.2;
}
:not([class^=jj_]) .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
:not([class^=jj_]) .btn-icon span {
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}
:not([class^=jj_]) .btn-icon span.download {
  background-image: url(../image/icon_download.png);
}
:not([class^=jj_]) .btn-icon span.arrow-up {
  background-image: url(../image/05-icon-20-px-thin-arrow-up.svg);
}
:not([class^=jj_]) .btn-icon span.arrow-right {
  background-image: url(../image/05-icon-20-px-thin-arrow-up.svg);
  transform: rotate(90deg);
}
:not([class^=jj_]) .btn-icon span.arrow-down {
  background-image: url(../image/05-icon-20-px-thin-arrow-up.svg);
  transform: rotate(180deg);
}
:not([class^=jj_]) .btn-icon span.plus {
  background-image: url(../image/05-icon-30-px-thin-add.svg);
}
:not([class^=jj_]) .btn-icon.disabled {
  color: #c8c8c8;
}
:not([class^=jj_]) .btn-icon.disabled span.download {
  background-image: url(../image/icon_download_gray.png);
}
:not([class^=jj_]) .btn-wrap {
  display: flex;
}
:not([class^=jj_]) .btn-wrap button,
:not([class^=jj_]) .btn-wrap a {
  flex: 1;
}
.login .btn-wrap,
.join .btn-wrap, :not([class^=jj_]) .btn-wrap--gap {
  gap: 8px;
}

:not([class^=jj_]) .btn-wrap.type-v {
  gap: 8px;
  flex-direction: column;
}
:not([class^=jj_]) .btn-wrap.type-v button,
:not([class^=jj_]) .btn-wrap.type-v a {
  flex: initial;
}

.popup__content .change-password {
  margin-top: 40px;
  padding: 0 24px;
}
.popup__content .change-password .btn-wrap {
  margin-top: 40px;
}
.popup__content .change-password-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  letter-spacing: 0;
}
.popup__content .change-password-desc {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0;
  color: #404040;
  margin-top: 20px;
}
.popup__content .change-password-do-not-show {
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0;
  text-decoration: underline;
  color: #787878;
  margin-top: 25px;
}
.popup__content .change-password-do-not-show:hover {
  color: #787878;
  text-decoration: underline;
}

.login__wrap {
  padding: 28px 24px 112px;
}
.login__wrap.login__wrap-layout2 {
  padding-top: 0;
}
.login .box-capcha {
  margin-top: 16px;
}
.login .underline-wrap {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.login .underline-btn {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  color: #787878;
  text-decoration: underline;
}
.login .underline-btn:not(:last-child):before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  border-left: 1px solid #e0e0e0;
  content: "";
}
.login .desc-item {
  position: relative;
  padding-left: 10px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #787878;
}
.login .desc-item:not(:first-of-type) {
  margin-top: 8px;
}
.login .desc-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 2px;
  background: #787878;
  border-radius: 50%;
}
.login .side-bar {
  position: relative;
  margin: 32px 0;
  text-align: center;
}
.login .side-bar:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  border-top: 1px solid #929292;
  content: "";
}
.login .side-bar-or {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fff;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}
.login .hide {
  display: none;
}
.login__title.hidden {
  display: none;
}
.login__form-warning {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #db3c3c;
}
.login__form-warning.hidden {
  display: none;
}
.login__form-input .form_input:last-child {
  margin-bottom: 0;
}
.login__form-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.login__form-wrap label {
  position: relative;
  display: flex;
}
.login__form-wrap label:not(:first-of-type) {
  margin-left: 24px;
}
.login__form-wrap label .checkbox__label--input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.login__form-wrap label .checkbox__label--input + span {
  display: flex;
  align-items: center;
}
.login__form-wrap label .checkbox__label--input + span:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url(../image/icon_checkbox_off.svg) no-repeat center/100%;
  content: "";
}
.login__form-wrap label .checkbox__label--input:checked + span:before {
  background: url(../image/icon_checkbox_on_black.svg) no-repeat center/100%;
  content: "";
}
.login__form-wrap .checkbox-title {
  font-size: 14px;
  letter-spacing: 0;
  margin-left: 8px;
}
.login__form-wrap .find-id-pw {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0;
  color: #787878;
  text-decoration: underline;
}
.login__form-btn {
  margin-top: 28px;
}
.login__form-btn2 {
  margin-top: 60px;
}
.login__form-sns {
  margin-top: 32px;
  text-align: center;
}
.login__form-sns li {
  display: inline-block;
  margin: 0 0 0 -3px;
  padding: 0 16px;
}
.login__form-sns li a {
  display: block;
  text-align: center;
}
.login__form-sns li a .sns-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.login__form-sns li a .sns-bg.color-1 {
  background-color: #03cf5d;
}
.login__form-sns li a .sns-bg.color-2 {
  background-color: #1982f4;
}
.login__form-sns li a .sns-bg.color-3 {
  background-color: #231f20;
}
.login__form-sns li a .sns-bg img {
  width: 28px;
  height: 28px;
}
.login__form-sns li a .sns-img {
  width: 48px;
  height: 48px;
}
.login__form-sns li a .sns-img img {
  width: 48px;
  height: 48px;
}
.login__form-sns li a span {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 20px;
  color: #404040;
}
.login__tab {
  display: flex;
  margin: 0 -24px;
}
.login__tab a {
  display: block;
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: -0.1px;
  text-align: center;
  color: #929292;
  border-bottom: 1px solid #e0e0e0;
}
.login__tab a.on {
  font-weight: 500;
  color: #000;
  border-bottom: 2px solid #131922;
}
.login__find-id-pw {
  margin-top: 40px;
}
.login__find-id-pw-form .btn-wrap {
  margin-top: 16px;
}
.login__connect-sns-id .btn-wrap {
  margin-top: 16px;
}
.login__connect-sns-id .login__form-input {
  margin-top: 40px;
}
.login__connect-sns-id .txt-1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0;
  color: #000;
}
.login__connect-sns-id .txt-2 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #404040;
  margin-top: 16px;
}
.login__connect-sns-id .box-capcha {
  margin-bottom: 12px;
}
.login__non-member__order-inquiry .btn-wrap {
  margin-top: 16px;
}
.login__find-id-result .btn-wrap {
  margin-top: 28px;
}
.login__find-id-result .txt-1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0;
  color: #000;
}
.login__find-id-result .txt-2 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #404040;
  margin-top: 8px;
}
.login__find-id-result .member-info {
  background-color: #f8f8f8;
  margin-top: 40px;
  padding: 16px 0;
}
.login__find-id-result .member-info-email {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #000;
}
.login__temp-pw-send .btn-wrap {
  margin-top: 28px;
}
.login__temp-pw-send-msg-1 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #404040;
}
.login__temp-pw-send-msg-2 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  background-color: #f8f8f8;
  color: #000;
  padding: 16px 20px;
  margin-top: 24px;
}
.login__pw-resetup .btn-wrap {
  margin-top: 28px;
}
.login__pw-resetup-msg-1 {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #404040;
}
.login__pw-resetup-msg-2 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background-color: #f8f8f8;
  color: #000;
  padding: 16px 20px;
  margin-top: 40px;
}
.login__pw-resetup .txt-style {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
.login__pw-resetup .txt-style.red {
  color: #db3c3c;
}
.login__pw-resetup .txt-style.gold {
  color: #d99c63;
}
.login__pw-resetup .txt-style.no-blank {
  margin-top: 12px;
}
.login__pw-resetup .txt-style.available-pw {
  margin-top: 2px;
}
.login__pw-resetup .desc {
  margin-top: 41px;
}
.login__release-dormancy .btn-wrap {
  margin-top: 16px;
}
.login__release-dormancy .txt-1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0;
  color: #000;
}
.login__release-dormancy .txt-2 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  word-break: keep-all;
  color: #404040;
  margin-top: 8px;
}
.login__release-dormancy .txt-2 + .btn-wrap {
  margin-top: 40px;
}
.login__release-dormancy .list-form {
  margin-top: 40px;
}
.login__release-dormancy-authentication {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.login__release-dormancy-authentication a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 120px;
  border: 1px solid #000;
}
.login__release-dormancy-authentication a:last-child {
  margin-left: 9px;
}
.login__release-dormancy-authentication a .icon-common {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.login__release-dormancy-authentication a .icon-phone {
  background: url(../image/icon_thin_phone.svg) no-repeat center/cover;
}
.login__release-dormancy-authentication a .icon-ipin {
  background: url(../image/icon_thin_ipin.svg) no-repeat center/cover;
}
.login__release-dormancy-authentication a .s-tit {
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  color: #404040;
  margin-top: 8px;
}
.login__release-dormancy .desc {
  margin-top: 40px;
}

.calander__wrap {
  display: flex;
  align-items: center;
}
.calander__wrap .form_input {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 12px 0 16px;
}
.calander__wrap .form_input input:read-only {
  height: 40px;
  font-size: 12px;
  letter-spacing: 0;
  color: #000;
  background: url(../image/icon_calander.svg) no-repeat center right;
}
.calander__wrap .form_input input:read-only:focus-visible {
  outline: none;
}
.calander__wrap > span {
  padding: 0 6px;
  font-size: 7px;
  flex-grow: 0.5;
}
.calander__wrap > .btn-wide {
  height: 40px;
  margin-left: 12px;
  width: 82px;
  flex-shrink: 0;
}

.popup__product-detail > .header.header-popup {
  width: 1440px;
  margin: 0 auto;
  z-index: auto;
}
.popup__product-detail .popup-mini .header.header-popup {
  position: initial;
  width: auto;
  min-width: auto;
  padding-top: 0;
}
.popup__product-detail .swiper-pagination-progressbar {
  width: 87%;
  top: auto;
  left: 50%;
}
.popup__product-detail .swiper-button-next,
.popup__product-detail .swiper-button-prev {
  transform: none;
}

.fixed_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  opacity: 0;
  z-index: 10;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: opacity 0.2s ease-in-out;
}
.fixed_top img {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}

.fixed_top.on {
  opacity: 1;
}

.fixed_chatview {
  position: fixed;
  bottom: 66px;
  right: 10px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #000;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.fixed_chatview > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fixed_chatview:has(~ .fixed_top.on) {
  pointer-events: auto;
  opacity: 1;
}
