html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html,
body {
  margin: 0;
  color: #111;
  background: #fff;
  font-family: "pretendard", "Inter", "Noto Sans KR", Arial, sans-serif;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

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

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

#skipNavi {
  position: absolute;
  left: -9999px;
}

.inner,
.w-1200,
.sub-con {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.sub-con,
.goods__contents,
.order__contents,
.store__wrap {
  padding-top: 112px;
  padding-bottom: 80px;
}

.sub-title,
.big-title h2 {
  margin: 0 0 34px;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 900;
}

.tobe-wrap a {
  color: inherit;
  text-decoration: none;
}

.tobe-wrap img {
  display: block;
  max-width: 100%;
}

.tobe-header .gnb a {
  white-space: nowrap;
}

.tobe-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  border-bottom: 1px solid #e6e6e6;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
}

.tobe-header > .inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 72px;
  gap: 24px;
}

.tobe-header .logo {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
}

.tobe-header .gnb > ul {
  display: flex;
  gap: 28px;
}

.tobe-header .gnb > ul > li {
  position: relative;
}

.tobe-header .depth2-box {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 780px;
  padding: 30px 48px 32px 56px;
  border: 1px solid #e6e6e6;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.tobe-header .gnb > ul > li:hover .depth2-box,
.tobe-header .gnb > ul > li:focus-within .depth2-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tobe-header .gnb .depth2-box .inner {
  display: flex;
  gap: 112px;
  align-items: flex-start;
}

.tobe-header .gnb .category-box {
  min-width: 170px;
}

.tobe-header .gnb .category-box .tit {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.2;
}

.tobe-header .gnb .category-box ul {
  margin: 0;
}

.tobe-header .gnb .category-box li {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.22;
}

.tobe-header .util {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.tobe-header .util > a:not(.cart) {
  margin: 0;
  white-space: nowrap;
}

.tobe-header .util > .cart {
  flex: 0 0 auto;
}

.tobe-header .util .search-box form {
  display: flex;
  border: 1px solid #111;
}

.tobe-header .util .search-box {
  flex: 0 0 auto;
}

.tobe-header .util .search-box .search__btn {
  min-width: 60px;
  border: 0;
  background: #111;
  color: #fff;
  cursor: pointer;
}

.tobe-header .util .search-box input {
  width: 140px;
  min-height: 34px;
  border: 0;
  padding: 0 10px;
}

.tobe-contents {
  margin-top: 71px;
}

.main__contents.tobe-contents {
  margin-top: 71px;
}

.slider-box__main {
  position: relative;
  overflow: hidden;
  background: #111;
}

.main__slider {
  position: relative;
}

.main__slider picture,
.banner-box__main picture {
  display: block;
}

.main__slider img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.baw-hero__copy {
  position: absolute;
  left: 48px;
  bottom: 64px;
  z-index: 2;
  max-width: 720px;
  color: #fff;
}

.baw-hero__copy h1 {
  margin: 0 0 14px;
  font-size: 72px;
  line-height: 1;
  font-weight: 900;
}

.baw-hero__copy p {
  margin: 0 0 28px;
  font-size: 18px;
}

.baw-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 22px;
  background: #fff;
  color: #111;
  font-weight: 700;
}

.banner-box__main {
  padding: 44px 0;
}

.banner-box__main .banner__list {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.banner-box__main .banner__list li {
  overflow: hidden;
}

.banner-box__main .banner__list,
.col2__list,
.col3,
.goods__list {
  display: grid;
  gap: 24px;
}

.banner-box__main .banner__list.col3,
.col3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.col2__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.goods__list,
.goods ul:not(.photo__list) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.banner-box__main .banner__list img {
  width: 100%;
  min-height: 210px;
  object-fit: cover;
}

.goods__contents.tobe-main-products {
  margin-top: 0;
}

.goods__contents .goods-box .head .select-box a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #ddd;
  background: #fff;
  font-weight: 700;
}

.goods__contents .goods-box .head .select-box a.on {
  border-color: #111;
  background: #111;
  color: #fff;
}

._type_gg .goods__contents .goods-box .head {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 22px;
}

._type_gg .goods__contents .goods-box .head .paging {
  flex: 1 0 auto;
}

._type_gg .goods__contents .goods-box .head .select-box {
  flex: 0 0 auto;
  margin-left: auto;
}

._type_gg .goods__contents .goods-box .head .select-box button {
  appearance: none;
  background: #fff;
  white-space: nowrap;
}

._type_gg .goods__contents .goods-box .filter-list-box {
  clear: both;
}

._type_gg .goods__contents .goods-box .filter-list-box .check-box {
  display: contents;
}

.filter-toggle__btn:empty::before {
  content: attr(data-open);
}

.filter-list-box {
  display: none;
  margin: 0 0 28px;
  padding: 18px;
  border: 1px solid #e6e6e6;
}

.filter-list-box.is-open {
  display: block;
}

.filter-list-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-list-box label {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
}

.filter-list-box input:checked + label {
  border-color: #111;
  background: #111;
  color: #fff;
}

.goods__contents > .inner {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 40px;
}

.goods__contents .lnb {
  position: sticky;
  top: 100px;
  align-self: start;
}

.goods__contents .lnb .tit {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 900;
}

.goods__contents .lnb a {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
}

.goods__contents .lnb .toggle__btn {
  border: 0;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}

.goods__contents .lnb .toggle__btn::before {
  content: "+";
  font-size: 16px;
}

.goods__contents .lnb.v210412 .brand ul.v2 > li > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.goods__contents .lnb.v210412 .brand ul.v2 li .depth2-box {
  display: block;
}

.goods__contents .lnb.v210412 .brand ul.v2 li .depth2-box ul {
  margin-top: 8px;
}

.goods__contents .lnb.v210412 .brand ul.v2 li .depth2-box ul li a {
  text-transform: uppercase;
}

.goods .photo {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #eee;
}

.goods .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.goods .photo .tag,
.goods__contents .photo-box .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.goods .photo .tag p,
.goods__contents .photo-box .tag p {
  margin: 0;
}

.goods .photo .tag span,
.goods__contents .photo-box .tag span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.goods .info .name {
  min-height: 42px;
  margin: 0 0 8px;
  line-height: 1.45;
}

.goods,
.goods__list > li {
  min-width: 0;
}

.goods .info,
.goods__list .info {
  padding-top: 12px;
}

.goods .info .brand,
.brand-category .brand {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  font-weight: 800;
}

.price .normal._sale {
  color: #999;
  text-decoration: line-through;
}

.price .sale span {
  margin-right: 6px;
  color: #e60023;
}

.tobe-empty {
  padding: 70px 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.detail__images {
  display: grid;
  gap: 12px;
}

.detail__images img {
  width: 100%;
  background: #eee;
}

.goods__contents .info-box .btn-box a,
.goods__contents .info-box .btn-box button {
  cursor: pointer;
}

.photo-box .photo__list img {
  width: 100%;
}

.info-box .txt-box,
.info-box .choice,
.info-box .qty,
.info-box .total {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}

.info-box .name {
  margin: 8px 0 16px;
  font-size: 24px;
  font-weight: 900;
}

.select-box select,
.inp-st {
  width: 100%;
  min-height: 44px;
  border: 1px solid #ddd;
  padding: 0 12px;
  background: #fff;
}

.qty .inp {
  display: inline-grid;
  grid-template-columns: 42px 70px 42px;
  border: 1px solid #111;
}

.qty .inp button,
.qty .inp input {
  min-height: 42px;
  border: 0;
  text-align: center;
  background: #fff;
}

.btn-box,
.link-box,
.center-box {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.btn__bdrd,
.btn-box a,
.btn-box button,
.btn-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-weight: 800;
  cursor: pointer;
}

._bk,
.cart__btn,
.buy__btn,
.btn-login {
  background: #111;
  color: #fff;
}

._lngr,
._lnbk,
._gr {
  background: #fff;
  color: #111;
}

.baw-search {
  display: flex;
  gap: 8px;
  align-items: center;
}

.baw-search input {
  min-width: 260px;
  min-height: 42px;
  border: 1px solid #111;
  padding: 0 12px;
}

.baw-search button {
  min-height: 42px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  padding: 0 18px;
  font-weight: 700;
}

.store__wrap.tobe-contents {
  margin-top: 71px;
}

.store__wrap .store-box .photo {
  overflow: hidden;
  background: #eee;
}

.store__wrap .store-box .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tobe-side-nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 28px;
}

.tobe-side-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 700;
}

.tobe-side-nav a.on {
  background: #111;
  color: #fff;
}

.member-box button.btn-login {
  width: 100%;
  border: 0;
}

.member-box {
  max-width: 460px;
  margin: 0 auto;
}

.inp-box,
.login__input {
  display: grid;
  gap: 10px;
}

.login__input {
  position: relative;
  margin-bottom: 10px;
}

.login__input input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #ddd;
  padding: 0 12px;
}

.btn__pwonoff {
  position: absolute;
  right: 8px;
  top: 7px;
  min-height: 32px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.tobe-mypage-summary {
  display: flex;
  gap: 12px;
  margin: 0 0 30px;
}

.tobe-mypage-summary p {
  min-width: 140px;
  padding: 18px;
  border: 1px solid #ddd;
  margin: 0;
}

.tobe-mypage-summary strong {
  display: block;
  margin-top: 8px;
  font-size: 24px;
}

.tobe-placeholder {
  padding: 36px 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.tobe-verify-box {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid #111;
}

.tobe-verify-box p {
  margin: 0;
}

.tobe-verify-box.is-complete {
  background: #f7f7f7;
}

.tobe-order-summary {
  margin-top: 28px;
}

.tobe-order-summary .detail {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.tobe-order-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 20px;
}

.tobe-order-cta.disabled {
  pointer-events: none;
  opacity: .45;
}

.tobe-order-form {
  display: grid;
  gap: 10px;
  max-width: 520px;
}

.tobe-order-form input {
  width: 100%;
  min-height: 44px;
  border: 1px solid #ddd;
  padding: 0 12px;
}

.tobe-order-form select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #ddd;
  padding: 0 12px;
  background: #fff;
}

.order-box .box {
  margin-bottom: 24px;
  border-top: 1px solid #111;
  padding-top: 18px;
}

.order-box .tit {
  margin: 0 0 16px;
  font-size: 18px;
}

.cart__list li {
  border-bottom: 1px solid #eee;
  padding: 18px 0;
}

.cart-box,
.pd-box {
  display: flex;
  gap: 18px;
  min-width: 0;
}

.cart-box .thumb,
.cart-box .photo {
  flex: 0 0 96px;
}

.cart-box .thumb img,
.cart-box .photo img {
  width: 96px;
  aspect-ratio: 130 / 175;
  object-fit: cover;
  background: #eee;
}

.cart-box .con {
  flex: 1 1 auto;
}

.order--fix {
  margin-top: 32px;
  padding: 24px;
  border: 1px solid #111;
  background: #fff;
}

.order--fix dl {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 10px;
}

.order--fix .total {
  padding-top: 12px;
  border-top: 1px solid #ddd;
  font-size: 20px;
}

.tobe-address-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 8px;
}

.tobe-address-row button {
  min-height: 44px;
}

.tobe-coupon-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tobe-coupon-actions button {
  min-height: 42px;
  min-width: 120px;
}

.tobe-payway-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tobe-payway-list button {
  min-width: 130px;
  min-height: 42px;
  cursor: default;
}

.tobe-order-note {
  margin: 16px 0 0;
  color: #666;
  line-height: 1.6;
}

.tobe-profile-list {
  display: grid;
  grid-template-columns: 160px 1fr;
  border-top: 1px solid #111;
}

.tobe-profile-list dt,
.tobe-profile-list dd {
  min-height: 48px;
  margin: 0;
  padding: 14px 16px;
  border-bottom: 1px solid #ddd;
}

.tobe-profile-list dt {
  font-weight: 700;
  background: #f7f7f7;
}

.tobe-profile-list dd {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tobe-qna-form {
  display: grid;
  gap: 10px;
  max-width: 720px;
}

.tobe-qna-form select,
.tobe-qna-form input,
.tobe-qna-form textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 12px;
  font: inherit;
}

.tobe-qna-form button {
  min-height: 46px;
  border: 0;
}

.tobe-answer {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #ddd;
  color: #111;
}

@media (max-width: 900px) {
  .tobe-header > .inner {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 0;
  }

  .tobe-header .util {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .goods__contents > .inner {
    grid-template-columns: 1fr;
  }

  .goods__contents .lnb {
    position: static;
  }

  .goods__list,
  .goods ul:not(.photo__list),
  .banner-box__main .banner__list.col3,
  .col3,
  .col2__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .baw-hero__copy {
    left: 24px;
    right: 24px;
    bottom: 40px;
  }

  .baw-hero__copy h1 {
    font-size: 52px;
  }
}

@media (max-width: 640px) {
  .main__slider img {
    min-height: 430px;
  }

  .baw-hero__copy {
    left: 20px;
    right: 20px;
    bottom: 32px;
  }

  .baw-hero__copy h1 {
    font-size: 40px;
  }

  .baw-search {
    align-items: stretch;
    flex-direction: column;
  }

  .baw-search input {
    min-width: 0;
    width: 100%;
  }

  .goods__list,
  .goods ul:not(.photo__list),
  .banner-box__main .banner__list.col3,
  .col3,
  .col2__list {
    grid-template-columns: 1fr;
  }

  .cart-box,
  .pd-box {
    align-items: flex-start;
  }
}

/* Product list visual spec */
._type_product_list {
  font-family: Arial, "Noto Sans KR", sans-serif;
}

._type_product_list .tobe-header {
  border-bottom: 1px solid #111;
  background: #fff;
  backdrop-filter: none;
}

._type_product_list .tobe-header > .inner {
  width: auto;
  max-width: none;
  min-height: 67px;
  margin: 0;
  padding: 0 72px;
}

._type_product_list .tobe-header .gnb > ul > li > a {
  font-size: 16px;
  font-weight: 900;
}

._type_product_list .tobe-header .logo {
  font-size: 30px;
  line-height: 1;
  letter-spacing: .5px;
}

._type_product_list .tobe-header .util {
  gap: 20px;
  font-size: 14px;
}

._type_product_list .tobe-header .util__join {
  color: #999;
}

._type_product_list .tobe-header .cart {
  position: relative;
  width: 25px;
  height: 25px;
  background: transparent;
}

._type_product_list .tobe-header .cart::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 11px;
  height: 10px;
  border: 3px solid #000;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

._type_product_list .tobe-header .cart::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 0;
  width: 21px;
  height: 17px;
  background: #000;
  clip-path: polygon(17% 0, 83% 0, 100% 100%, 0 100%);
}

._type_product_list .tobe-header .cart span {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #eee;
  color: #777;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  clip-path: none;
}

._type_product_list .tobe-header .util .search-box form {
  width: 168px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  overflow: hidden;
  background: #000;
}

._type_product_list .tobe-header .util .search-box input {
  flex: 1;
  width: auto;
  min-height: 32px;
  padding: 0 12px;
  background: #000;
  color: #fff;
}

._type_product_list .tobe-header .util .search-box .search__btn {
  min-width: 38px;
  height: 32px;
  padding: 0;
  font-size: 0;
}

._type_product_list .tobe-header .util .search-box .search__btn::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  vertical-align: middle;
}

._type_product_list .tobe-header .util .search-box .search__btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-left: -2px;
  background: #fff;
  transform: rotate(45deg) translateY(3px);
  transform-origin: left center;
  vertical-align: middle;
}

._type_product_list .goods__contents {
  padding: 110px 72px 80px;
}

._type_product_list .goods__contents > .inner {
  width: auto;
  max-width: none;
  display: grid;
  grid-template-columns: 276px minmax(0, 1fr);
  gap: 40px;
  margin: 0;
}

._type_product_list .goods__contents .lnb {
  top: 110px;
  padding-top: 0;
}

._type_product_list .goods__contents .lnb .tit {
  margin: 0 0 42px;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}

._type_product_list .goods__contents .lnb .brand > ul > li {
  margin-bottom: 22px;
}

._type_product_list .goods__contents .lnb .brand > ul > li > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 900;
}

._type_product_list .goods__contents .lnb .depth2-box {
  display: none;
  margin-top: 12px;
}

._type_product_list .goods__contents .lnb .open .depth2-box {
  display: block;
}

._type_product_list .goods__contents .lnb .depth2-box li {
  margin-bottom: 12px;
}

._type_product_list .goods__contents .lnb .depth2-box a {
  min-height: 0;
  color: #9a9a9a;
  font-size: 14px;
  font-weight: 700;
}

._type_product_list .goods__contents .lnb .depth2-box span {
  display: inline-flex;
  color: #9a9a9a;
  font-size: 14px;
  font-weight: 800;
}

._type_product_list .goods__contents .lnb .depth2-box li.on a,
._type_product_list .goods__contents .lnb .open .depth2-box a {
  color: #111;
}

._type_product_list .goods__contents .lnb .depth2-box li.on a {
  font-weight: 900;
}

._type_product_list .goods__contents .lnb .open .depth2-box li.is-muted span {
  color: #9a9a9a;
}

._type_product_list .goods__contents .lnb .toggle__btn::before {
  content: "+";
  color: #111;
  font-size: 22px;
  font-weight: 400;
}

._type_product_list .goods__contents .lnb .open .toggle__btn::before {
  content: "-";
}

._type_product_list .goods-box .head {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 34px;
  margin-bottom: 28px;
}

._type_product_list .filter-toggle-box {
  grid-column: 1;
  grid-row: 1;
}

._type_product_list .filter-toggle__btn {
  min-width: 110px;
  height: 28px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 28px;
  cursor: pointer;
}

._type_product_list .goods-box .head .select-box {
  justify-self: end;
  display: flex;
  gap: 10px;
}

._type_product_list .goods-box .head .select-box button {
  min-width: 86px;
  height: 28px;
  padding: 0 16px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 800;
  line-height: 26px;
}

._type_product_list .goods-box .head .select-box button.on {
  background: #000;
  color: #fff;
}

._type_product_list .filter-list-box {
  display: block;
  margin: -4px 0 40px;
  padding: 0;
  border: 0;
}

._type_product_list .filter-list-box ul {
  gap: 13px;
}

._type_product_list .filter-list-box input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

._type_product_list .filter-list-box label {
  min-width: 62px;
  height: 28px;
  justify-content: center;
  border: 1px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

._type_product_list .filter-list-box input:checked + label {
  background: #000;
  color: #fff;
}

._type_product_list .goods__list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px 42px;
}

._type_product_list .goods .photo {
  aspect-ratio: 490 / 660;
  background: #f1efec;
}

._type_product_list .goods .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._type_product_list .goods .info {
  padding-top: 17px;
}

._type_product_list .goods .brand-category {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

._type_product_list .goods .name {
  min-height: 0;
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

._type_product_list .goods .price {
  display: block;
}

._type_product_list .goods .price p {
  margin: 0;
}

._type_product_list .goods .price .normal._sale {
  margin-bottom: 8px;
  color: #bdbdbd;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

._type_product_list .goods .price .sale {
  color: #111;
  font-size: 17px;
  font-weight: 900;
}

._type_product_list .goods .price .sale span {
  display: inline-flex;
  align-items: center;
  height: 20px;
  margin-right: 7px;
  padding: 0 7px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

._type_product_list .foot {
  margin-top: 50px;
}

@media (max-width: 1200px) {
  ._type_product_list .tobe-header > .inner,
  ._type_product_list .goods__contents {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._type_product_list .goods__contents > .inner {
    grid-template-columns: 220px minmax(0, 1fr);
  }
}

/* Global brand header */
body {
  font-family: Arial, "Noto Sans KR", sans-serif;
}

.tobe-header {
  border-bottom: 1px solid #111;
  background: #fff;
  backdrop-filter: none;
}

.tobe-header > .inner {
  width: auto;
  max-width: none;
  min-height: 66px;
  margin: 0;
  padding: 0 68px;
}

.tobe-header .gnb > ul > li > a {
  font-size: 15px;
  font-weight: 900;
}

.tobe-header .logo {
  font-size: 29px;
  line-height: 1;
  letter-spacing: .5px;
}

.tobe-header .util {
  gap: 18px;
  font-size: 13px;
}

.tobe-header .util__join,
.tobe-header .util__account {
  color: #999;
}

.tobe-header .cart {
  position: relative;
  width: 24px;
  height: 24px;
  background: transparent;
}

.tobe-header .cart::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 11px;
  height: 10px;
  border: 3px solid #000;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.tobe-header .cart::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 0;
  width: 21px;
  height: 17px;
  background: #000;
  clip-path: polygon(17% 0, 83% 0, 100% 100%, 0 100%);
}

.tobe-header .cart span {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #eee;
  color: #777;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

.tobe-header .util .search-box form {
  width: 164px;
  height: 31px;
  border: 0;
  border-radius: 999px;
  overflow: hidden;
  background: #000;
}

.tobe-header .util .search-box input {
  flex: 1;
  width: auto;
  min-height: 31px;
  padding: 0 12px;
  background: #000;
  color: #fff;
}

.tobe-header .util .search-box .search__btn {
  min-width: 37px;
  height: 31px;
  padding: 0;
  font-size: 0;
}

.tobe-header .util .search-box .search__btn::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  vertical-align: middle;
}

.tobe-header .util .search-box .search__btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-left: -2px;
  background: #fff;
  transform: rotate(45deg) translateY(3px);
  transform-origin: left center;
  vertical-align: middle;
}

/* Login and join */
.auth-contents {
  min-height: calc(100vh - 67px);
  padding: 205px 20px 80px;
}

.auth-panel {
  width: min(630px, 100%);
  margin: 0 auto;
}

.auth-title {
  margin: 0 0 78px;
  text-align: center;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
}

.auth-form-box,
.join-box {
  max-width: none;
}

.auth-form-box .login__input {
  margin: 0 0 12px;
}

.auth-form-box .login__input input {
  min-height: 64px;
  border: 1px solid #e2e2e2;
  padding: 0 24px;
  color: #111;
  font-size: 15px;
}

.auth-form-box .login__input input::placeholder,
.join-fields .login__input input::placeholder {
  color: #aaa;
}

.auth-form-box .btn__pwonoff {
  top: 16px;
  right: 20px;
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent url("/pc/resource/images/sub/ico_eyes.png") center / 22px auto no-repeat;
  opacity: .45;
}

.auth-form-box .btn__pwonoff.is-visible {
  opacity: 1;
}

.auth-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 28px;
  font-size: 13px;
  font-weight: 700;
}

.cb__style {
  width: 19px;
  height: 19px;
  margin: 0;
  accent-color: #111;
}

.auth-form-box .btn-login {
  width: 100%;
  min-height: 66px;
  border-radius: 4px;
  font-size: 15px;
}

.auth-links {
  justify-content: center;
  gap: 0;
  margin-top: 34px;
}

.auth-links a {
  padding: 0 22px;
  border-right: 1px solid #eee;
  color: #aaa;
  font-size: 14px;
  font-weight: 700;
}

.auth-links a:last-child {
  border-right: 0;
}

.join-panel {
  width: min(720px, 100%);
}

.auth-join .auth-title {
  margin-bottom: 92px;
}

.join-agree-head {
  padding: 38px 0 40px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

.join-all,
.join-row {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 12px;
}

.join-all {
  margin-bottom: 28px;
}

.join-all label {
  font-size: 28px;
  font-weight: 900;
}

.join-agree-head p {
  margin: 0 0 10px 34px;
  color: #aaa;
  font-size: 14px;
  font-weight: 700;
}

.join-agree-list {
  padding: 38px 0 64px;
}

.join-row {
  min-height: 74px;
  font-size: 18px;
  font-weight: 900;
}

.join-row a {
  color: #111;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}

.join-fields {
  display: grid;
  gap: 12px;
}

.join-fields .login__input input {
  min-height: 58px;
  border: 1px solid #e2e2e2;
  padding: 0 20px;
}

.join-verify,
.join-fields .btn-login {
  width: 100%;
  min-height: 68px;
  border: 0;
  background: #f7f7f7;
  color: #aaa;
  font-size: 15px;
}

.join-fields .is-complete + .login__input ~ .btn-login,
.join-fields button.btn-login {
  background: #111;
  color: #fff;
}

/* My page */
.mypage__wrap {
  padding-top: 67px;
}

.mypage-inner {
  width: min(1210px, calc(100% - 120px));
  margin: 0 auto;
}

.mypage-hero {
  background: #000;
  color: #fff;
  padding: 60px 0 58px;
}

.mypage-hero-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 72px;
}

.mypage-hero h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
}

.profile-edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  min-height: 42px;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
}

.mypage-summary-grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr;
  gap: 38px;
}

.member-greeting p {
  margin: 0 0 6px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
}

.member-greeting span {
  display: block;
  margin-top: 12px;
  color: #777;
  font-size: 14px;
  font-weight: 800;
}

.summary-stat {
  border-left: 1px solid #222;
  padding-left: 30px;
}

.summary-stat span {
  display: block;
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: 900;
}

.summary-stat strong {
  font-size: 56px;
  line-height: 1;
  font-weight: 900;
}

.mypage-body {
  padding: 72px 0 64px;
}

.mypage-layout {
  display: grid;
  grid-template-columns: 275px minmax(0, 1fr);
  gap: 40px;
}

.mypage-lnb h3,
.mypage-orders h3 {
  margin: 0 0 26px;
  padding-bottom: 25px;
  border-bottom: 1px solid #111;
  font-size: 15px;
  font-weight: 900;
}

.mypage-lnb a {
  display: block;
  margin-bottom: 15px;
  color: #aaa;
  font-size: 14px;
  font-weight: 800;
}

.mypage-lnb a.on {
  color: #111;
}

.mypage-order {
  border-bottom: 1px solid #eee;
}

.order-top {
  display: flex;
  align-items: center;
  min-height: 72px;
  gap: 12px;
  color: #111;
  font-size: 15px;
  font-weight: 900;
}

.order-top em {
  margin-left: auto;
  font-style: normal;
  font-size: 39px;
  line-height: 1;
}

.order-product-row {
  display: grid;
  grid-template-columns: 106px 1fr 160px;
  gap: 20px;
  align-items: center;
  padding: 30px 0;
}

.order-thumb {
  width: 106px;
  aspect-ratio: 130 / 175;
  background: #f3f3f3;
}

.order-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.order-info strong {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 900;
}

.order-info p {
  margin: 0 0 43px;
  color: #999;
  font-size: 13px;
  font-weight: 800;
}

.order-info b {
  font-size: 15px;
  font-weight: 900;
}

.order-state {
  display: grid;
  justify-items: end;
  gap: 68px;
  color: #d35d4c;
  font-size: 13px;
  font-weight: 900;
}

.ask-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  min-height: 29px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #111;
  font-size: 12px;
}

.mypage-detail__title-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 24px;
  margin-bottom: 39px;
  border-bottom: 5px solid #f5f5f5;
}

.mypage-detail__title-row h3 {
  margin-bottom: 0;
  border-bottom: 0;
}

.mypage-detail__meta,
.mypage-detail__order-meta {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #111;
  font-size: 15px;
  font-weight: 900;
}

.mypage-detail__meta {
  min-height: 41px;
  padding-bottom: 25px;
}

.mypage-detail__meta strong,
.mypage-detail__order-meta strong {
  margin-left: 8px;
  font-weight: 900;
}

.mypage-detail__notice {
  margin-bottom: 28px;
  padding: 14px 16px;
  background: #f7f7f7;
  color: #111;
  font-size: 13px;
  font-weight: 800;
}

.mypage-detail__section {
  margin-bottom: 42px;
}

.mypage-detail__section h4 {
  margin: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #111;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.mypage-detail-payment {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 29px 0 31px;
  border-bottom: 5px solid #f5f5f5;
}

.mypage-detail-payment > div {
  min-height: 78px;
  padding-right: 42px;
}

.mypage-detail-payment > div + div {
  padding-left: 42px;
  border-left: 1px solid #111;
}

.mypage-detail-payment strong {
  display: block;
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 900;
}

.mypage-detail-payment dl {
  display: grid;
  grid-template-columns: 1fr auto;
  row-gap: 10px;
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}

.mypage-detail-payment dt,
.mypage-detail-payment dd {
  margin: 0;
}

.mypage-detail-payment dd {
  text-align: right;
  font-weight: 900;
}

.mypage-detail-payment .is-final {
  text-align: right;
}

.mypage-detail-payment .is-final b {
  display: block;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 900;
}

.mypage-detail-payment .is-final p {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 900;
}

.mypage-detail__order-meta {
  min-height: 72px;
  border-bottom: 1px solid #eee;
}

.mypage-detail-products {
  border-bottom: 0;
}

.mypage-detail-product {
  display: grid;
  grid-template-columns: 1fr 170px;
  gap: 24px;
  padding: 30px 0 24px;
  border-bottom: 1px solid #eee;
}

.mypage-detail-product__info {
  display: grid;
  grid-template-columns: 106px 1fr;
  gap: 22px;
  align-items: start;
}

.mypage-detail-product__thumb {
  width: 106px;
  aspect-ratio: 130 / 175;
  background: #f3f3f3;
  overflow: hidden;
}

.mypage-detail-product__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mypage-detail-product__text {
  min-height: 138px;
  display: flex;
  flex-direction: column;
  padding-top: 2px;
}

.mypage-detail-product__text strong {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.mypage-detail-product__text p {
  margin: 0;
  color: #999;
  font-size: 13px;
  font-weight: 800;
}

.mypage-detail-product__text b {
  margin-top: auto;
  font-size: 15px;
  font-weight: 900;
}

.mypage-detail-product__state {
  display: grid;
  justify-items: end;
  align-content: space-between;
  min-height: 138px;
  color: #d35d4c;
  font-size: 13px;
  font-weight: 900;
}

.mypage-detail-product__state div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.mypage-detail-product__state em {
  color: #111;
  font-style: normal;
  font-weight: 800;
}

.mypage-detail-product__state a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  height: 29px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #111;
  font-size: 12px;
}

.mypage-detail__delivery {
  margin-top: 88px;
}

.mypage-detail__delivery > div {
  padding: 32px 0 27px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.9;
}

.mypage-detail__delivery strong {
  display: block;
  margin-bottom: 14px;
  font-weight: 900;
}

.mypage-detail__delivery p {
  margin: 0 0 3px;
}

.mypage-detail__delivery span + span {
  margin-left: 18px;
}

.mypage-detail__actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 70px;
}

.mypage-detail__actions:empty {
  display: none;
}

.mypage-detail__cancel-form {
  margin: 0;
}

.mypage-detail__actions a,
.mypage-detail__actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 162px;
  height: 44px;
  border: 1px solid #111;
  border-radius: 4px;
  color: #111;
  background: #fff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 900px) {
  .tobe-header > .inner {
    padding: 14px 24px;
  }

  .auth-contents {
    padding-top: 150px;
  }

  .mypage-inner {
    width: min(100% - 40px, 720px);
  }

  .mypage-summary-grid,
  .mypage-layout,
  .order-product-row {
    grid-template-columns: 1fr;
  }

  .mypage-detail__title-row,
  .mypage-detail-payment,
  .mypage-detail-product,
  .mypage-detail-product__info {
    grid-template-columns: 1fr;
  }

  .mypage-detail__meta,
  .mypage-detail__order-meta {
    display: block;
  }

  .mypage-detail__meta span,
  .mypage-detail__order-meta span {
    display: block;
    margin-bottom: 9px;
  }

  .mypage-detail-payment > div,
  .mypage-detail-payment > div + div {
    padding: 22px 0;
    border-left: 0;
    border-top: 1px solid #eee;
  }

  .mypage-detail-payment > div:first-child {
    border-top: 0;
  }

  .mypage-detail-product__state {
    justify-items: start;
    min-height: auto;
    gap: 18px;
  }

  .mypage-detail__actions a,
  .mypage-detail__actions button,
  .mypage-detail__cancel-form {
    flex: 1;
  }
}

/* Global footer */
.site-footer {
  background: #111;
  color: #fff;
  padding: 62px 20px 56px;
  text-align: center;
}

.footer-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.footer-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  margin: 0 auto 56px;
  border-radius: 3px;
  background: #fff;
  color: #111;
  font-size: 0;
  font-weight: 900;
}

.footer-mark::before {
  content: "B";
  color: #111;
  font-size: 14px;
  line-height: 1;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-bottom: 36px;
}

.footer-links a,
.footer-links button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.footer-links button {
  padding: 0;
  font-family: inherit;
}

.footer-company {
  color: #777;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.9;
}

.footer-company p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
}

.footer-company span {
  display: inline-flex;
  align-items: center;
}

.footer-company span + span::before {
  content: "|";
  margin: 0 16px;
  color: #555;
}

.footer-copy {
  margin: 38px 0 0;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.policy-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.policy-modal.is-open {
  display: flex;
}

.policy-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
}

.policy-modal__panel {
  position: relative;
  z-index: 1;
  width: min(724px, calc(100vw - 40px));
  height: min(858px, calc(100vh - 80px));
  padding: 58px 48px 48px;
  background: #fff;
  color: #111;
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", Arial, sans-serif;
  display: flex;
  flex-direction: column;
}

.policy-modal__panel h2 {
  margin: 0 0 43px;
  font-size: 29px;
  line-height: 1;
  font-weight: 900;
}

.policy-modal__close {
  position: absolute;
  top: 50px;
  right: 47px;
  width: 31px;
  height: 31px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.policy-modal__close::before,
.policy-modal__close::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 31px;
  height: 1px;
  background: #d5d5d5;
}

.policy-modal__close::before {
  transform: rotate(45deg);
}

.policy-modal__close::after {
  transform: rotate(-45deg);
}

.policy-modal__body {
  display: none;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 31px;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 700;
  word-break: keep-all;
}

.policy-modal__body.is-active {
  display: block;
}

.policy-modal__body strong {
  display: inline-block;
  margin-top: 10px;
  font-weight: 900;
}

.policy-modal__body::-webkit-scrollbar {
  width: 5px;
}

.policy-modal__body::-webkit-scrollbar-track {
  background: transparent;
}

.policy-modal__body::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: #dedede;
}

.policy-modal-open {
  overflow: hidden;
}

/* Main page product cards */
.main-page.main__contents.tobe-contents {
  margin-top: 67px;
}

.main-page .tobe-main-products {
  padding: 64px 0 92px;
}

.main-page .tobe-main-products > .inner {
  display: block;
  width: min(1320px, calc(100% - 120px));
}

.main-products-box .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.main-products-box .head strong {
  font-size: 22px;
  font-weight: 900;
}

.main-products-box .select-box a {
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
}

.main-products-box .goods__list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.main-products-box .goods .photo {
  aspect-ratio: 374 / 504;
}

.main-products-box .goods .info {
  padding-top: 12px;
}

.main-products-box .goods .brand-category {
  margin: 0 0 8px;
  font-size: 11px;
}

.main-products-box .goods .name {
  min-height: 0;
  margin: 0 0 8px;
  font-size: 16px;
}

.main-products-box .goods .price .normal._sale {
  margin-bottom: 5px;
  font-size: 12px;
}

.main-products-box .goods .price .sale {
  font-size: 15px;
}

.main-products-box .goods .price .sale span {
  height: 18px;
  font-size: 11px;
}

@media (max-width: 900px) {
  .footer-links,
  .footer-company p {
    gap: 14px;
  }

  .footer-company span + span::before {
    display: none;
  }

  .main-products-box .goods__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* My page sub pages: QNA and profile */
.mypage-compact-hero {
  margin-top: 66px;
  background: #000;
  color: #fff;
  padding: 0;
  min-height: 110px;
  overflow: hidden;
}

.mypage-compact-hero .mypage-inner {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr;
  gap: 38px;
  transform: translateY(-34px);
}

.mypage-compact-hero .member-greeting {
  padding-top: 0;
}

.mypage-compact-hero .member-greeting p {
  font-size: 24px;
}

.mypage-compact-hero .summary-stat {
  padding-left: 30px;
}

.qna-page .mypage-body,
.profile-page .mypage-body {
  padding-top: 70px;
}

.qna-content,
.profile-content {
  min-width: 0;
}

.qna-head,
.profile-content > h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
  padding-bottom: 26px;
  border-bottom: 1px solid #111;
  font-size: 15px;
  font-weight: 900;
}

.qna-head h3,
.profile-content > h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
}

.seller-qna-button {
  min-width: 122px;
  min-height: 41px;
  border: 1px solid #111;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.qna-guide {
  margin-bottom: 74px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 800;
}

.qna-guide strong {
  display: block;
  margin: 0 0 4px;
}

.qna-guide strong + p + p + strong {
  margin-top: 34px;
}

.qna-guide p {
  margin: 0;
}

.qna-list-section {
  margin-top: 0;
}

.qna-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  border-bottom: 1px solid #111;
}

.qna-list-head h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
}

.qna-list-head div {
  display: flex;
  gap: 28px;
}

.qna-list-head a {
  color: #aaa;
  font-size: 14px;
  font-weight: 900;
}

.qna-list-head a.on {
  color: #111;
  text-decoration: underline;
}

.qna-history-list li {
  display: grid;
  grid-template-columns: 1fr 130px;
  gap: 20px;
  padding: 24px 0 28px;
  border-bottom: 1px solid #eee;
}

.qna-category,
.qna-history-list time {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 800;
}

.qna-history-list time {
  color: #aaa;
}

.qna-history-list p {
  margin: 26px 0 0;
  font-size: 15px;
}

.qna-history-list strong {
  justify-self: end;
  color: #999;
  font-size: 13px;
}

.qna-write-form {
  display: none;
}

.profile-wrap {
  padding-top: 66px;
}

.profile-body {
  padding-top: 70px;
}

.profile-section {
  padding: 0 0 54px;
  margin-bottom: 56px;
  border-bottom: 1px solid #eee;
}

.profile-section h4 {
  margin: 0 0 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid #111;
  font-size: 14px;
  font-weight: 900;
}

.profile-row {
  display: grid;
  grid-template-columns: 1fr 170px;
  gap: 20px;
  align-items: start;
  min-height: 72px;
}

.profile-row strong {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 900;
}

.profile-row p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
}

.profile-row a {
  justify-self: end;
  align-self: center;
  color: #111;
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
}

.profile-marketing-copy {
  margin: 0 0 44px;
  font-size: 14px;
  line-height: 1.8;
}

.profile-marketing-copy p {
  margin: 0;
}

.profile-checks {
  display: flex;
  gap: 38px;
  padding-top: 18px;
  border-top: 1px solid #eee;
}

.profile-checks label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 800;
}

.member-out-link {
  border: 0;
  border-bottom: 1px solid #111;
  padding: 0;
  background: transparent;
  font-size: 13px;
  color: #777;
  cursor: pointer;
}

.profile-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 72px;
}

.profile-actions a,
.profile-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 146px;
  min-height: 41px;
  border: 1px solid #111;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}

.profile-actions button {
  background: #000;
  color: #fff;
}

.member-out-layer {
  display: none;
}

.member-out-layer.is-open {
  display: block;
}

.member-out-dim {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, .48);
}

.member-out-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  width: 580px;
  max-width: calc(100% - 40px);
  max-height: min(720px, calc(100vh - 80px));
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 48px 40px 40px;
}

.member-out-modal h3 {
  margin: 0 0 34px;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.member-out-close {
  position: absolute;
  right: 34px;
  top: 36px;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.member-out-close::before,
.member-out-close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 1px;
  width: 1px;
  height: 24px;
  background: #ccc;
}

.member-out-close::before {
  transform: rotate(45deg);
}

.member-out-close::after {
  transform: rotate(-45deg);
}

.member-out-scroll {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
  padding-right: 10px;
}

.member-out-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid #eee;
}

.member-out-summary strong {
  font-size: 14px;
  line-height: 1.6;
}

.member-out-summary dl {
  margin: 0;
}

.member-out-summary dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 900;
}

.member-out-summary dt,
.member-out-summary dd {
  margin: 0;
}

.member-out-guide {
  padding: 28px 0 28px;
  border-bottom: 1px solid #111;
}

.member-out-guide h4,
.member-out-form h4 {
  margin: 0 0 22px;
  font-size: 14px;
  font-weight: 900;
}

.member-out-guide p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 800;
}

.member-out-guide b {
  display: inline-block;
  min-width: 30px;
  font-size: 15px;
}

.member-out-form {
  padding-top: 28px;
}

.member-out-form textarea {
  width: 100%;
  min-height: 106px;
  border: 1px solid #e5e5e5;
  padding: 18px;
  resize: vertical;
}

.member-out-form input {
  width: 100%;
  min-height: 40px;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  padding: 0 16px;
}

.member-out-form button {
  width: 100%;
  min-height: 52px;
  margin-top: 38px;
  border: 0;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-weight: 900;
}

/* PDP */
.pdp-wrap {
  display: grid;
  grid-template-columns: minmax(0, 2fr) 560px;
  gap: 40px;
  padding: 108px 34px 80px;
}

.pdp-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pdp-gallery img {
  width: 100%;
  aspect-ratio: 840 / 1132;
  object-fit: cover;
  background: #f1efec;
}

.pdp-info {
  padding: 52px 52px 0 0;
}

.pdp-info form {
  position: sticky;
  top: 108px;
}

.pdp-meta {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 800;
}

.pdp-info h1 {
  margin: 0 0 18px;
  font-size: 29px;
  line-height: 1.15;
  font-weight: 900;
}

.pdp-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 88px;
}

.pdp-price strong {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 25px;
  font-weight: 900;
}

.pdp-price strong span {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 16px;
}

.pdp-price em {
  color: #aaa;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.pdp-option-bar {
  display: grid;
  grid-template-columns: 1fr 250px;
  align-items: center;
  min-height: 50px;
  background: #f1f1f1;
}

.pdp-option-stack {
  display: grid;
  gap: 0;
  margin-bottom: 28px;
}

.pdp-size-select-wrap {
  margin-bottom: 0;
}

.pdp-size-select {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 18px;
  background: #fff;
  font-size: 14px;
  font-weight: 900;
}

.pdp-selected-option {
  padding: 0 24px;
  font-size: 14px;
  font-weight: 900;
}

.pdp-selected-option span {
  margin-left: 8px;
}

.pdp-qty {
  display: grid;
  grid-template-columns: 45px 1fr 45px;
  align-items: center;
}

.pdp-qty button,
.pdp-qty input {
  height: 50px;
  border: 0;
  background: transparent;
  text-align: center;
  font-weight: 900;
}

.pdp-delivery-total {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 800;
}

.pdp-delivery-total p {
  margin: 0;
  line-height: 1.35;
}

.pdp-delivery-total p span {
  font-size: 12px;
}

.pdp-delivery-total dl {
  display: flex;
  align-items: baseline;
  gap: 34px;
  margin: 0;
}

.pdp-delivery-total dt {
  font-size: 13px;
}

.pdp-delivery-total dd {
  margin: 0;
  font-size: 25px;
  font-weight: 900;
}

.pdp-delivery-total dd span {
  font-size: inherit;
}

.pdp-actions {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}

.pdp-actions button {
  min-height: 60px;
  border: 1px solid #111;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

.pdp-actions .buy__btn {
  background: #000;
  color: #fff;
}

.pdp-actions .cart__btn {
  background: #fff;
  color: #111;
}

.pdp-links {
  display: flex;
  gap: 28px;
}

.pdp-links a {
  color: #999;
  font-size: 14px;
  font-weight: 900;
}

/* Cart and checkout */
.shop-flow-wrap {
  width: min(1210px, calc(100% - 120px));
  margin: 0 auto;
  padding: 196px 0 110px;
}

.shop-flow-wrap h2 {
  margin: 0 0 50px;
  text-align: center;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.shop-flow-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 445px;
  gap: 74px;
  align-items: start;
}

.cart-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 54px;
  border-bottom: 1px solid #111;
  font-size: 13px;
  font-weight: 800;
}

.cart-list-head label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cart-list-head button {
  border: 0;
  background: transparent;
  color: #999;
  text-decoration: underline;
  cursor: pointer;
}

.cart-item-list li {
  position: relative;
  display: grid;
  grid-template-columns: 18px 104px 1fr 250px;
  gap: 20px;
  align-items: start;
  padding: 44px 0;
  border-bottom: 1px solid #eee;
}

.cart-check {
  padding-top: 3px;
}

.cart-thumb img,
.checkout-thumb img {
  width: 104px;
  aspect-ratio: 130 / 175;
  object-fit: cover;
  background: #f3f3f3;
}

.cart-item-info span,
.checkout-products span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 800;
}

.cart-item-info strong,
.checkout-products strong {
  display: block;
  margin-bottom: 54px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
}

.cart-item-info p,
.checkout-products p {
  margin: 0 0 4px;
  color: #aaa;
  font-size: 13px;
  font-weight: 800;
}

.cart-item-info b,
.checkout-products b {
  font-size: 15px;
  font-weight: 900;
}

.cart-item-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 50px;
}

.cart-item-actions input {
  width: 54px;
  min-height: 40px;
  border: 1px solid #ddd;
  text-align: center;
}

.cart-item-actions button,
.cart-item-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}

.cart-remove {
  position: absolute;
  top: 43px;
  right: 0;
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.cart-remove::before,
.cart-remove::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  width: 1px;
  height: 20px;
  background: #ccc;
}

.cart-remove::before {
  transform: rotate(45deg);
}

.cart-remove::after {
  transform: rotate(-45deg);
}

.shop-summary {
  border: 1px solid #111;
  padding: 30px;
}

.shop-summary dl {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 800;
}

.shop-summary dt,
.shop-summary dd {
  margin: 0;
}

.shop-summary .total {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #111;
}

.shop-summary .total dt,
.shop-summary .total dd {
  font-size: 20px;
  font-weight: 900;
}

.shop-summary-note {
  margin: 22px 0 26px;
  color: #c7162b;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.65;
}

.shop-summary-note p {
  margin: 0;
}

.summary-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  border: 0;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.summary-submit.disabled,
.summary-submit:disabled {
  background: #f5f5f5;
  color: #aaa;
}

.cart-wrap .summary-submit,
.cart-wrap .summary-submit span {
  color: #fff;
}

.cart-wrap .summary-submit.disabled,
.cart-wrap .summary-submit.disabled span {
  color: #aaa;
}

.checkout-wrap {
  padding-top: 196px;
}

.checkout-section {
  padding-bottom: 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid #eee;
}

.checkout-section h3 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid #111;
  font-size: 16px;
  font-weight: 900;
}

.checkout-section h3::after {
  content: "^";
  font-size: 22px;
  line-height: .6;
}

.checkout-products li {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 22px;
  padding: 0 0 24px;
}

.checkout-products strong {
  margin-bottom: 8px;
}

.checkout-input-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.checkout-input-grid input,
.checkout-address select,
.checkout-coupon-row,
.checkout-section select {
  min-height: 60px;
  border: 1px solid #eee;
  padding: 0 20px;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}

.checkout-address-preview {
  position: relative;
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
}

.checkout-address-preview p {
  margin: 0 0 8px;
}

.checkout-address-preview button {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 120px;
  min-height: 40px;
  border: 1px solid #111;
  border-radius: 4px;
  background: #fff;
  font-weight: 900;
}

.checkout-address .checkout-input-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 12px;
}

.checkout-address select,
.checkout-section select {
  width: 100%;
  margin-top: 10px;
}

.checkout-note {
  margin: 10px 0 0;
  color: #999;
  font-size: 13px;
  font-weight: 800;
}

.checkout-coupon-row {
  display: grid;
  grid-template-columns: 1fr 1fr 120px 80px;
  gap: 10px;
  align-items: center;
  padding: 0 20px;
}

.checkout-coupon-row button {
  min-height: 42px;
  border: 0;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-weight: 900;
}

.checkout-payway {
  display: flex;
  gap: 10px;
}

.checkout-payway button {
  min-width: 220px;
  min-height: 42px;
  border: 1px solid #111;
  background: #fff;
  font-weight: 900;
}

.checkout-payway button.is-active {
  background: #000;
  color: #fff;
}

.card-benefit {
  display: inline-block;
  margin: 22px 0 0 280px;
  text-decoration: underline;
  font-size: 13px;
  font-weight: 800;
}

.checkout-agree {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 28px 0 20px;
  padding-top: 28px;
  border-top: 1px solid #111;
  font-size: 14px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .pdp-wrap,
  .shop-flow-grid {
    grid-template-columns: 1fr;
  }

  .pdp-info {
    padding-right: 0;
  }

  .shop-summary {
    position: static;
  }
}

/* Search */
.search-wrap {
  padding-top: 66px;
}

.search-hero {
  background: #111;
  color: #fff;
  padding: 74px 0 80px;
}

.search-hero-form {
  position: relative;
  width: min(1210px, calc(100% - 120px));
  margin: 0 auto;
}

.search-hero-form label {
  display: block;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 800;
}

.search-hero-form input {
  width: 100%;
  height: 60px;
  border: 0;
  border-bottom: 3px solid #fff;
  padding: 0 72px 0 0;
  background: transparent;
  color: #fff;
  font-size: 38px;
  line-height: 60px;
  font-weight: 900;
}

.search-hero-form input::placeholder {
  color: rgba(255, 255, 255, .45);
}

.search-hero-form button {
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.search-hero-form button::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 20px;
  height: 20px;
  border: 5px solid #fff;
  border-radius: 50%;
}

.search-hero-form button::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 29px;
  width: 18px;
  height: 5px;
  border-radius: 999px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: left center;
}

.search-result-section {
  padding: 20px 34px 90px;
}

.search-filter-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.search-filter-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 26px;
  padding: 0 18px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 900;
}

.search-filter-tabs a.on {
  background: #000;
  color: #fff;
}

.search-product-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 34px 20px;
}

.search-product-photo {
  position: relative;
  aspect-ratio: 374 / 504;
  overflow: hidden;
  background: #f1efec;
}

.search-product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-product-list li.is-soldout img {
  opacity: .28;
}

.soldout-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 18px;
  background: #000;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  transform: translate(-50%, -50%) rotate(-35deg);
}

.search-product-info {
  padding-top: 14px;
}

.search-product-info span {
  display: block;
  margin-bottom: 10px;
  color: #777;
  font-size: 12px;
  font-weight: 800;
}

.search-product-info strong {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.search-product-info em {
  display: block;
  margin-bottom: 8px;
  color: #aaa;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.search-product-info b {
  font-size: 16px;
  font-weight: 900;
}

.search-product-info b span {
  display: inline-flex;
  align-items: center;
  height: 20px;
  margin: 0 6px 0 0;
  padding: 0 7px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 12px;
}

.search-product-info p {
  margin: 0;
  color: #777;
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 1200px) {
  .search-product-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .search-hero-form {
    width: calc(100% - 40px);
  }

  .search-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Header image icons copied into TO-BE static assets */
.tobe-header .cart,
._type_product_list .tobe-header .cart {
  width: 23px;
  height: 24px;
  background: transparent url("/pc/resource/images/common/ico_cart_bk_23x24.png") center / 23px 24px no-repeat;
}

.tobe-header .cart::before,
.tobe-header .cart::after,
._type_product_list .tobe-header .cart::before,
._type_product_list .tobe-header .cart::after {
  display: none;
}

.tobe-header .cart span,
._type_product_list .tobe-header .cart span {
  top: -9px;
  right: -9px;
}

.tobe-header .util .search-box .search__btn,
._type_product_list .tobe-header .util .search-box .search__btn {
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  min-width: 32px;
  height: 31px;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: 0;
  background-color: #000;
  background-image: none;
}

.tobe-header .util .search-box form,
._type_product_list .tobe-header .util .search-box form {
  display: flex;
  align-items: center;
  width: 171px;
  height: 31px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: #000;
}

.tobe-header .util .search-box input,
._type_product_list .tobe-header .util .search-box input {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: 31px;
  min-height: 31px;
  padding: 0 8px 0 18px;
  border: 0;
  color: #fff;
  background: transparent;
  outline: none;
}

.tobe-header .util .search-box .search__btn img,
._type_product_list .tobe-header .util .search-box .search__btn img {
  display: block;
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.tobe-header .util .search-box .search__btn::before,
.tobe-header .util .search-box .search__btn::after,
._type_product_list .tobe-header .util .search-box .search__btn::before,
._type_product_list .tobe-header .util .search-box .search__btn::after {
  display: none;
}

/* Checkout latest order/address spec */
.checkout-wrap {
  width: min(1210px, calc(100% - 120px));
  padding-top: 196px;
}

.checkout-wrap .shop-flow-grid {
  grid-template-columns: minmax(0, 680px) 445px;
  gap: 74px;
  justify-content: center;
}

.checkout-section {
  padding: 0 0 36px;
  margin: 0 0 28px;
  border-bottom: 1px solid #eee;
}

.checkout-section h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  margin: 0 0 30px;
  border-bottom: 1px solid #111;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

.checkout-section h3::after {
  content: "^";
  font-size: 20px;
  line-height: 1;
}

.checkout-products {
  margin: 0;
  padding: 0;
  list-style: none;
}

.checkout-products li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  align-items: start;
  min-height: 150px;
}

.checkout-thumb {
  display: block;
  width: 110px;
  height: 110px;
  background: #f4f4f4;
}

.checkout-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.checkout-products span,
.checkout-products p {
  display: block;
  margin: 0 0 5px;
  color: #777;
  font-size: 13px;
  font-weight: 800;
}

.checkout-products strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 900;
}

.checkout-products b {
  display: block;
  margin-top: 14px;
  font-size: 15px;
}

.checkout-orderer {
  display: grid;
  gap: 10px;
}

.checkout-orderer input,
.checkout-orderer select,
.checkout-address select,
.address-form input,
.address-form select {
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 0 20px;
  background: #fff;
  font-size: 15px;
  font-weight: 800;
}

.checkout-phone-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.checkout-address-preview {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 20px;
  align-items: start;
  margin-bottom: 28px;
}

.checkout-selected-address p {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 800;
}

.checkout-selected-address.is-empty p {
  color: #999;
}

.checkout-address-preview button,
.address-zip-row button {
  height: 42px;
  border: 1px solid #111;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.checkout-delivery-memo {
  margin-top: 0;
}

.checkout-payment-section {
  border-bottom-color: #eee;
}

.checkout-payway {
  display: block;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.checkout-payway li {
  display: block;
}

.payment-method-button {
  width: 220px;
  height: 42px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-weight: 900;
}

.payment-method-button.is-active {
  background: #000;
  color: #fff;
}

.card-benefit {
  display: block;
  text-align: center;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
}

.checkout-wrap .shop-summary {
  position: sticky;
  top: 110px;
  border: 1px solid #111;
  padding: 31px 30px;
}

.checkout-wrap .shop-summary dl {
  display: flex;
  justify-content: space-between;
  margin: 0 0 17px;
  font-size: 16px;
  font-weight: 800;
}

.checkout-wrap .shop-summary dl.total {
  margin-top: 26px;
  padding-top: 28px;
  border-top: 1px solid #111;
}

.checkout-wrap .shop-summary dl.total dd {
  font-size: 24px;
  font-weight: 900;
}

.checkout-agree {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 28px 0 18px;
  font-size: 14px;
  font-weight: 900;
}

.shop-summary-note {
  margin-bottom: 34px;
}

.shop-summary-note p {
  margin: 0 0 8px;
  color: #111;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 800;
}

.shop-summary-note p:nth-child(n+2) {
  color: #c60017;
}

.summary-submit {
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.summary-submit:disabled {
  background: #f4f4f4;
  color: #aaa;
}

.summary-submit.is-loading {
  background: #000;
  color: #fff;
  cursor: wait;
}

.checkout-spinner {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  border: 2px solid rgba(255, 255, 255, .35);
  border-top-color: #fff;
  border-radius: 50%;
  vertical-align: -2px;
  animation: checkout-spin .8s linear infinite;
}

@keyframes checkout-spin {
  to {
    transform: rotate(360deg);
  }
}

.address-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
}

.address-modal.is-open {
  display: block;
}

.address-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .48);
}

.address-modal__panel {
  position: relative;
  width: 580px;
  max-height: min(76vh, 650px);
  margin: 118px auto 0;
  overflow: auto;
  background: #fff;
  padding: 44px 40px 40px;
}

.address-modal__panel h3 {
  margin: 0 0 28px;
  font-size: 24px;
  font-weight: 900;
}

.address-modal__close {
  position: absolute;
  top: 36px;
  right: 34px;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #bbb;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.address-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.address-tab {
  height: 44px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: #fff;
  color: #999;
  font-size: 15px;
  font-weight: 900;
  text-align: left;
}

.address-tab.is-active {
  border-bottom-color: #111;
  color: #111;
}

.address-tab-panel {
  display: none;
}

.address-tab-panel.is-active {
  display: block;
}

.address-list {
  display: grid;
  gap: 0;
  margin-bottom: 30px;
}

.address-list-item {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  padding: 24px 0;
  border-bottom: 1px solid #eee;
}

.address-list-item span {
  display: grid;
  gap: 9px;
}

.address-list-item strong,
.address-list-item small {
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.address-list-item em {
  color: #999;
  font-size: 12px;
  font-style: normal;
}

.address-empty {
  margin: 0 0 30px;
  color: #999;
  font-size: 14px;
  font-weight: 800;
}

.address-primary {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-weight: 900;
}

.address-form {
  display: grid;
  gap: 10px;
}

.address-zip-row {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 10px;
}

.address-zip-row button {
  height: 60px;
}

.address-default-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0 22px;
  color: #777;
  font-size: 14px;
  font-weight: 800;
}

.address-default-check input {
  width: 18px;
  height: 18px;
  padding: 0;
}

.payment-ready-wrap {
  min-height: calc(100vh - 71px);
  padding: 190px 20px 120px;
}

.payment-ready-panel {
  width: min(560px, 100%);
  margin: 0 auto;
  text-align: center;
}

.payment-ready-panel h2 {
  margin: 0 0 48px;
  font-size: 34px;
  font-weight: 900;
}

.payment-ready-summary {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 0;
  margin: 0 0 32px;
  border-top: 1px solid #111;
  text-align: left;
}

.payment-ready-summary dt,
.payment-ready-summary dd {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  font-weight: 800;
}

.payment-ready-submit,
.payment-ready-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border: 1px solid #111;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 900;
}

.payment-ready-submit {
  margin-bottom: 10px;
  background: #000;
  color: #fff;
}

.payment-ready-link {
  background: #fff;
  color: #111;
}

.payment-ready-note {
  margin: 0 0 24px;
  color: #c60017;
  font-size: 14px;
  font-weight: 800;
}

.order-complete {
  min-height: calc(100vh - 71px);
  background: #fff;
}

.order-complete__inner {
  width: min(1210px, calc(100% - 120px));
  margin: 0 auto;
  padding: 28px 0 118px;
}

.order-complete h1 {
  margin: 0 0 74px;
  text-align: center;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.order-complete__message {
  margin-bottom: 62px;
  text-align: center;
  font-size: 25px;
  line-height: 1.35;
  font-weight: 500;
}

.order-complete__message p {
  margin: 0;
}

.order-complete__meta {
  display: flex;
  gap: 38px;
  padding-bottom: 35px;
  border-bottom: 5px solid #f5f5f5;
  font-size: 15px;
  font-weight: 800;
}

.order-complete__meta strong {
  margin-left: 8px;
  font-weight: 900;
}

.order-complete__section {
  padding: 42px 0 0;
}

.order-complete__section h2 {
  margin: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #111;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.complete-payment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 30px 0 30px;
  border-bottom: 5px solid #f5f5f5;
}

.complete-payment-block {
  min-height: 70px;
  padding-right: 42px;
}

.complete-payment-block + .complete-payment-block {
  padding-left: 42px;
  border-left: 1px solid #111;
}

.complete-payment-block h3 {
  margin: 0 0 19px;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.complete-payment-block dl {
  display: grid;
  grid-template-columns: 1fr auto;
  row-gap: 10px;
  margin: 0;
  font-size: 14px;
}

.complete-payment-block dt,
.complete-payment-block dd {
  margin: 0;
}

.complete-payment-block dd {
  font-weight: 900;
  text-align: right;
}

.complete-payment-block--final {
  text-align: right;
}

.complete-payment-block--final strong {
  display: block;
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1;
  font-weight: 900;
}

.complete-payment-block--final p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
}

.complete-product-list {
  border-bottom: 5px solid #f5f5f5;
}

.complete-product {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 164px;
  padding: 30px 0 24px;
  border-bottom: 1px solid #eee;
}

.complete-product:last-child {
  border-bottom: 0;
}

.complete-product__info {
  display: flex;
  gap: 20px;
}

.complete-product__thumb {
  width: 108px;
  height: 108px;
  background: #f2f2f2;
  overflow: hidden;
}

.complete-product__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.complete-product__text {
  padding-top: 2px;
  font-size: 13px;
  line-height: 1.45;
}

.complete-product__text span {
  display: block;
  margin-bottom: 3px;
}

.complete-product__text strong {
  display: block;
  margin-bottom: 62px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.complete-product__text p {
  margin: 0 0 3px;
  color: #888;
}

.complete-product__text b {
  font-size: 14px;
  font-weight: 900;
}

.complete-product__status {
  padding-top: 2px;
  font-size: 14px;
  font-weight: 900;
}

.order-complete__delivery {
  padding-top: 42px;
}

.complete-delivery-box {
  padding: 32px 0 26px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 1.8;
}

.complete-delivery-box strong {
  display: block;
  margin-bottom: 15px;
  font-weight: 900;
}

.complete-delivery-box p {
  margin: 0 0 4px;
}

.complete-delivery-box span + span {
  margin-left: 16px;
}

.order-complete__actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 80px;
}

.order-complete__actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 162px;
  height: 44px;
  border: 1px solid #111;
  border-radius: 4px;
  color: #111;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .order-complete__inner {
    width: calc(100% - 36px);
    padding-top: 54px;
  }

  .order-complete h1 {
    margin-bottom: 52px;
    font-size: 30px;
  }

  .order-complete__message {
    margin-bottom: 42px;
    font-size: 22px;
  }

  .order-complete__meta,
  .complete-payment-grid,
  .complete-product {
    display: block;
  }

  .order-complete__meta span {
    display: block;
    margin-bottom: 10px;
  }

  .complete-payment-block,
  .complete-payment-block + .complete-payment-block {
    padding: 22px 0;
    border-left: 0;
    border-top: 1px solid #eee;
  }

  .complete-payment-block:first-child {
    border-top: 0;
  }

  .complete-product__status {
    margin-top: 18px;
  }

  .order-complete__actions a {
    flex: 1;
  }
}

/* Mobile common layout */
.mobile-menu-toggle,
.mobile-menu {
  display: none;
}

@media (max-width: 700px) {
  html,
  body {
    min-width: 0;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .tobe-header {
    position: fixed;
    border-bottom: 1px solid #111;
    background: #fff;
  }

  .tobe-header > .inner,
  ._type_product_list .tobe-header > .inner {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 88px;
    padding: 0 18px;
  }

  .mobile-menu-toggle {
    display: grid;
    gap: 6px;
    width: 36px;
    height: 36px;
    padding: 4px 0;
    border: 0;
    background: transparent;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 31px;
    height: 3px;
    border-radius: 99px;
    background: #111;
  }

  .tobe-header .gnb,
  ._type_product_list .tobe-header .gnb {
    display: none;
  }

  .tobe-header .logo,
  ._type_product_list .tobe-header .logo {
    justify-self: start;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0;
  }

  .tobe-header .util,
  ._type_product_list .tobe-header .util {
    justify-self: end;
    gap: 22px;
    font-size: 0;
  }

  .tobe-header .util > a:not(.cart),
  ._type_product_list .tobe-header .util > a:not(.cart) {
    display: none;
  }

  .tobe-header .util .search-box form,
  ._type_product_list .tobe-header .util .search-box form {
    width: 34px;
    height: 40px;
    border-radius: 0;
    background: transparent;
  }

  .tobe-header .util .search-box input,
  ._type_product_list .tobe-header .util .search-box input,
  .tobe-header .util .search-box .search__btn img,
  ._type_product_list .tobe-header .util .search-box .search__btn img {
    display: none;
  }

  .tobe-header .util .search-box .search__btn,
  ._type_product_list .tobe-header .util .search-box .search__btn {
    display: flex;
    align-items: center;
    width: 34px;
    min-width: 34px;
    height: 40px;
    background: transparent;
  }

  .tobe-header .util .search-box .search__btn::before,
  ._type_product_list .tobe-header .util .search-box .search__btn::before {
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    border: 4px solid #000;
    border-radius: 50%;
  }

  .tobe-header .util .search-box .search__btn::after,
  ._type_product_list .tobe-header .util .search-box .search__btn::after {
    display: block;
    content: "";
    width: 14px;
    height: 4px;
    margin-left: -3px;
    background: #000;
    transform: rotate(45deg) translate(4px, 5px);
    transform-origin: left center;
  }

  .tobe-header .cart,
  ._type_product_list .tobe-header .cart {
    width: 29px;
    height: 31px;
    background-size: 29px 31px;
  }

  .tobe-header .cart span,
  ._type_product_list .tobe-header .cart span {
    top: -10px;
    right: -9px;
    min-width: 19px;
    height: 19px;
    font-size: 11px;
    line-height: 19px;
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: none;
    background: #fff;
  }

  .mobile-menu.is-open {
    display: block;
  }

  .mobile-menu__panel {
    min-height: 100vh;
    background: #fff;
  }

  .mobile-menu__head {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 88px;
    padding: 0 20px;
  }

  .mobile-menu__close {
    position: relative;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
  }

  .mobile-menu__close::before,
  .mobile-menu__close::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 1px;
    width: 32px;
    height: 4px;
    border-radius: 99px;
    background: #000;
  }

  .mobile-menu__close::before {
    transform: rotate(45deg);
  }

  .mobile-menu__close::after {
    transform: rotate(-45deg);
  }

  .mobile-menu__logo {
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
  }

  .mobile-menu__icons {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .mobile-menu__search {
    position: relative;
    width: 34px;
    height: 34px;
  }

  .mobile-menu__search::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 1px;
    width: 21px;
    height: 21px;
    border: 4px solid #000;
    border-radius: 50%;
  }

  .mobile-menu__search::after {
    content: "";
    position: absolute;
    right: 1px;
    bottom: 4px;
    width: 15px;
    height: 4px;
    background: #000;
    transform: rotate(45deg);
  }

  .mobile-menu__cart {
    position: relative;
    width: 29px;
    height: 31px;
    background: transparent url("/pc/resource/images/common/ico_cart_bk_23x24.png") center / 29px 31px no-repeat;
  }

  .mobile-menu__cart span {
    position: absolute;
    top: -10px;
    right: -9px;
    min-width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #eee;
    color: #777;
    font-size: 11px;
    line-height: 19px;
    text-align: center;
  }

  .mobile-menu__body {
    padding: 0 20px 60px;
  }

  .mobile-auth-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    border-radius: 4px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
  }

  .mobile-category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 78px;
    margin: 30px -20px 0;
    padding: 0 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 24px;
    font-weight: 900;
  }

  .mobile-category-link::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: rotate(45deg);
  }

  .mobile-menu__links {
    display: grid;
    gap: 20px;
    margin-top: 36px;
    justify-items: start;
  }

  .mobile-menu__links a,
  .mobile-menu__links button {
    border: 0;
    padding: 0;
    background: transparent;
    color: #111;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
  }

  .auth-contents {
    min-height: calc(100vh - 88px);
    padding: 126px 20px 80px;
  }

  .auth-panel {
    width: 100%;
  }

  .auth-title {
    position: relative;
    margin: 0 0 32px;
    padding-left: 47px;
    text-align: left;
    font-size: 27px;
    line-height: 1;
  }

  .auth-login .auth-title {
    font-size: 0;
  }

  .auth-login .auth-title::after {
    content: "LOGIN";
    font-size: 27px;
  }

  .auth-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 23px;
    height: 23px;
    border-left: 1px solid #111;
    border-bottom: 1px solid #111;
    transform: translateY(-50%) rotate(45deg);
  }

  .auth-form-box .login__input {
    margin-bottom: 14px;
  }

  .auth-form-box .login__input input {
    min-height: 55px;
    padding: 0 18px;
    font-size: 16px;
  }

  .auth-form-box .btn__pwonoff {
    top: 12px;
    right: 15px;
  }

  .auth-check {
    margin: 18px 0 18px;
    color: #9aa0a6;
    font-size: 15px;
  }

  .auth-form-box .btn-login {
    min-height: 57px;
    font-size: 17px;
  }

  .auth-links {
    margin-top: 31px;
  }

  .auth-links a {
    padding: 0 21px;
    color: #8f969d;
    font-size: 16px;
  }

  .site-footer {
    min-height: 103px;
    padding: 30px 20px 31px;
    text-align: left;
  }

  .site-footer .footer-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .site-footer .footer-inner::after {
    content: "사업자 정보";
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: underline;
  }

  .footer-mark,
  .footer-links,
  .footer-company {
    display: none;
  }

  .footer-copy {
    width: 190px;
    margin: 0;
    color: #777;
    font-size: 12px;
    line-height: 1.7;
    font-weight: 800;
  }
}
