@charset "UTF-8";
/*
SJS - 20240809
DELETE : section.goods-main-product .product-list .list-wrap ul.state-hide li:nth-child(n+7)
SJS - 20240816
UPDATE : section.good-main-banner .banner-btn .banner-txt-box .txt
font-size:20px -> font-size:23px
*/
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
@media (max-width: 768px) {
  .container {
    background: #2b184b url("../img/common/img_common_bg_m.png") repeat center center;
  }
}

section.goods-common-bg {
  background: url("../img/common/img_common_bg.png") no-repeat center bottom;
}
@media (max-width: 768px) {
  section.goods-common-bg {
    background: url("../img/common/img_common_bg_cloud_m.png") no-repeat center bottom/100% auto;
  }
}

section.goods-page-visual .visual-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
section.goods-page-visual .visual-box .link-btn-box {
  z-index: 10;
  position: absolute;
  right: 18px;
  bottom: 14px;
}
section.goods-page-visual .visual-box .link-btn-box .link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px 0 20px;
  height: 34px;
  border-radius: 500px;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  section.goods-page-visual .visual-box .link-btn-box .link-btn {
    height: 24px;
    padding: 0 4px 0 10px;
  }
}
section.goods-page-visual .visual-box .link-btn-box .link-btn .link-txt {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  section.goods-page-visual .visual-box .link-btn-box .link-btn .link-txt {
    font-size: 11px;
  }
}
section.goods-page-visual .visual-box .link-btn-box .link-btn .ic.ic-link-arrow {
  background: url("../img/goods/ic_link_arrow.svg") no-repeat center/cover;
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  section.goods-page-visual .visual-box .link-btn-box .link-btn .ic.ic-link-arrow {
    width: 16px;
    height: 16px;
  }
}
section.goods-page-visual .visual-box .bg-box {
  width: 100%;
  display: flex;
  height: 280px;
  max-width: 1920px;
  margin: 0 auto;
  background: url("../img/goods/img_goods_page_visual.jpg") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.goods-page-visual .visual-box .bg-box {
    background: url("../img/goods/img_solution_page_visual_m.png") no-repeat center/cover;
    height: 200px;
  }
}
section.goods-page-visual .visual-box .bg-box img {
  object-fit: cover;
  width: 100%;
}
section.goods-page-visual .visual-box .info-box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding-bottom: 60px;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
@media (max-width: 768px) {
  section.goods-page-visual .visual-box .info-box {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    padding: 30px 24px 30px;
  }
}
section.goods-page-visual .visual-box .info-box .label-box {
  padding-bottom: 16px;
}
section.goods-page-visual .visual-box .info-box .label-box .label-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8a5bd0;
  height: 34px;
  border-radius: 10px;
  padding: 0 12px 0 10px;
}
@media (max-width: 768px) {
  section.goods-page-visual .visual-box .info-box .label-box .label-item {
    border-radius: 8px;
    padding: 0 8px 0 6px;
    height: 27px;
  }
}
section.goods-page-visual .visual-box .info-box .label-box .label-item .ic {
  margin-right: 2px;
}
section.goods-page-visual .visual-box .info-box .label-box .label-item .ic.ic-solution {
  background: url("../img/goods/ic_page_label_solution.svg") no-repeat center/cover;
  width: 19px;
  height: 20px;
}
@media (max-width: 768px) {
  section.goods-page-visual .visual-box .info-box .label-box .label-item .ic.ic-solution {
    width: 16px;
    height: 17px;
  }
}
section.goods-page-visual .visual-box .info-box .label-box .label-item .label-txt {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #fff;
}
@media (max-width: 768px) {
  section.goods-page-visual .visual-box .info-box .label-box .label-item .label-txt {
    font-size: 13px;
  }
}
section.goods-page-visual .visual-box .info-box .subject-box {
  font-weight: 600;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: -0.04em;
  color: #fff;
}
@media (max-width: 768px) {
  section.goods-page-visual .visual-box .info-box .subject-box {
    font-size: 22px;
  }
}
section.goods-page-visual .visual-box .info-box .con-box {
  padding-top: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  section.goods-page-visual .visual-box .info-box .con-box {
    padding-top: 10px;
    font-size: 13px;
  }
}

section.goods-main-visual .visual-box {
  position: relative;
  display: flex;
  justify-content: center;
}
section.goods-main-visual .visual-box .link-btn-box {
  z-index: 10;
  position: absolute;
  right: 18px;
  bottom: 14px;
}
section.goods-main-visual .visual-box .link-btn-box .link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px 0 10px;
  height: 24px;
  border-radius: 500px;
  background: rgba(0, 0, 0, 0.4);
}
section.goods-main-visual .visual-box .link-btn-box .link-btn .link-txt {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.05em;
}
section.goods-main-visual .visual-box .link-btn-box .link-btn .ic.ic-link-arrow {
  background: url("../img/goods/ic_link_arrow.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
}
section.goods-main-visual .visual-box .view-box {
  width: 100%;
  display: flex;
  aspect-ratio: 360/160;
  max-width: 1920px;
  margin: 0 auto;
}
section.goods-main-visual .visual-box .view-box img {
  object-fit: cover;
  width: 100%;
}
section.goods-main-visual .visual-box .info-box {
  bottom: 30px;
  position: absolute;
  left: 16px;
  right: 16px;
  max-width: 1180px;
}
section.goods-main-visual .visual-box .info-box .subject-box {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.05em;
  color: #fff;
}
section.goods-main-visual .visual-box .info-box .con-box {
  padding-top: 8px;
  color: #fff;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.05em;
}
section.goods-main-collaboration {
  padding: 80px 0 0;
}
@media (max-width: 768px) {
  section.goods-main-collaboration {
    padding: 40px 0 0;
  }
}
section.goods-main-collaboration .collaboration-tit-box {
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  section.goods-main-collaboration .collaboration-tit-box {
    padding-bottom: 20px;
  }
}
section.goods-main-collaboration .collaboration-tit-box .subject-box {
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #fff;
}
@media (max-width: 768px) {
  section.goods-main-collaboration .collaboration-tit-box .subject-box {
    font-size: 17px;
  }
}
section.goods-main-collaboration .collaboration-tit-box .con-box {
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.goods-main-collaboration .collaboration-tit-box .con-box .exp-box {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
section.goods-main-collaboration .collaboration-tit-box .con-box .link-btn {
  display: inline-flex;
  align-items: center;
}
section.goods-main-collaboration .collaboration-tit-box .con-box .link-btn .link-txt {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
section.goods-main-collaboration .collaboration-tit-box .con-box .link-btn .ic.ic-link-arrow {
  background: url("../img/goods/ic_link_arrow.svg") no-repeat center/cover;
  width: 14px;
  height: 14px;
}
section.goods-main-collaboration .collaboration-con-box .item-wrap {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  background-color: #3b2666;
}
@media (max-width: 768px) {
  section.goods-main-collaboration .collaboration-con-box .item-wrap {
    flex-direction: column;
  }
}
section.goods-main-collaboration .collaboration-con-box .item-wrap .info-box {
  flex: 1;
  min-width: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 88px;
  padding: 40px 60px;
}
@media (max-width: 768px) {
  section.goods-main-collaboration .collaboration-con-box .item-wrap .info-box {
    order: 2;
    gap: 25px;
    padding: 8px 20px 20px;
  }
}
section.goods-main-collaboration .collaboration-con-box .item-wrap .info-box .head-box .label-box {
  display: flex;
  padding-bottom: 14px;
}
@media (max-width: 768px) {
  section.goods-main-collaboration .collaboration-con-box .item-wrap .info-box .head-box .label-box {
    padding-bottom: 10px;
  }
}
section.goods-main-collaboration .collaboration-con-box .item-wrap .info-box .head-box .label-box .label-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: linear-gradient(97deg, #FFC8BC 0%, #919CFF 100%);
  font-size: 15px;
  padding: 0 6px;
  letter-spacing: -0.04em;
  height: 24px;
  color: #573F8C;
}
@media (max-width: 768px) {
  section.goods-main-collaboration .collaboration-con-box .item-wrap .info-box .head-box .label-box .label-txt {
    font-size: 11px;
  }
}
section.goods-main-collaboration .collaboration-con-box .item-wrap .info-box .head-box .head-txt {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  section.goods-main-collaboration .collaboration-con-box .item-wrap .info-box .head-box .head-txt {
    font-size: 18px;
  }
}
section.goods-main-collaboration .collaboration-con-box .item-wrap .info-box .foot-box .foot-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 52px;
  width: 260px;
  border-radius: 12px;
  background-color: #573f8c;
}
@media (max-width: 768px) {
  section.goods-main-collaboration .collaboration-con-box .item-wrap .info-box .foot-box .foot-btn {
    width: 100%;
  }
}
section.goods-main-collaboration .collaboration-con-box .item-wrap .view-box {
  width: 450px;
}
@media (max-width: 768px) {
  section.goods-main-collaboration .collaboration-con-box .item-wrap .view-box {
    padding: 16px;
    width: 100%;
  }
}
section.goods-main-collaboration .collaboration-con-box .item-wrap .view-box .img-box {
  display: flex;
  aspect-ratio: 450/450;
}
@media (max-width: 768px) {
  section.goods-main-collaboration .collaboration-con-box .item-wrap .view-box .img-box {
    aspect-ratio: 296/296;
    border-radius: 12px;
    overflow: hidden;
  }
}
section.goods-main-collaboration .collaboration-con-box .item-wrap .view-box .img-box img {
  width: 100%;
}
@media (max-width: 768px) {
  section.goods-main-collaboration .collaboration-con-box .item-wrap .view-box .img-box img.web {
    display: none;
  }
}
section.goods-main-collaboration .collaboration-con-box .item-wrap .view-box .img-box img.mobile {
  display: none;
}
@media (max-width: 768px) {
  section.goods-main-collaboration .collaboration-con-box .item-wrap .view-box .img-box img.mobile {
    display: block;
  }
}
section.goods-main-hot {
  padding: 80px 0 0;
}
@media (max-width: 768px) {
  section.goods-main-hot {
    padding: 40px 0 0;
  }
}
section.goods-main-hot .hot-tit-box {
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  section.goods-main-hot .hot-tit-box {
    padding-bottom: 20px;
  }
}
section.goods-main-hot .hot-tit-box .subject-box {
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #fff;
}
@media (max-width: 768px) {
  section.goods-main-hot .hot-tit-box .subject-box {
    font-size: 17px;
  }
}
section.goods-main-hot .hot-tit-box .con-box {
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.goods-main-hot .hot-tit-box .con-box .exp-box {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
section.goods-main-hot .hot-tit-box .con-box .link-btn {
  display: inline-flex;
  align-items: center;
}
section.goods-main-hot .hot-tit-box .con-box .link-btn .link-txt {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
section.goods-main-hot .hot-tit-box .con-box .link-btn .ic.ic-link-arrow {
  background: url("../img/goods/ic_link_arrow.svg") no-repeat center/cover;
  width: 14px;
  height: 14px;
}
@media (max-width: 768px) {
  section.goods-main-hot .hot-list-box {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  section.goods-main-hot .hot-list-box .swiper-group-box {
    margin: 0 -12px;
  }
}
section.goods-main-hot .hot-list-box .swiper-group-box .swiper {
  padding: 0;
}
@media (max-width: 768px) {
  section.goods-main-hot .hot-list-box .swiper-group-box .swiper {
    padding: 0 12px 25px;
  }
}
section.goods-main-hot .hot-list-box .swiper-group-box .swiper-pagination {
  position: absolute;
  bottom: 0px;
  display: flex;
  justify-content: center;
}
section.goods-main-hot .hot-list-box .swiper-group-box .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0 4px;
  background-color: #513378;
  opacity: 1;
}
section.goods-main-hot .hot-list-box .swiper-group-box .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #CCC3DE;
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap {
  border-radius: 12px;
  overflow: hidden;
  display: block;
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box {
  position: relative;
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .state-box {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
@media (max-width: 768px) {
  section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .state-box {
    top: 10px;
    left: 10px;
  }
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .state-box .state-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.03em;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
@media (max-width: 768px) {
  section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .state-box .state-label {
    height: 22px;
    padding: 0 13px;
    font-size: 10px;
  }
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .state-box .state-label.type-soldOut {
  background-color: rgba(102, 102, 102, 0.5);
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .state-box .state-label.type-comingSoon {
  background: linear-gradient(0.25turn, #FFC8BC, #919CFF);
	color: #4F2D82;
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .img-box {
  aspect-ratio: 360/340;
  display: flex;
}
@media (max-width: 768px) {
  section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .img-box {
    aspect-ratio: 220/210;
  }
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .like-btn {
  position: absolute;
  right: 7px;
  bottom: 7px;
  display: inline-flex;
  align-items: center;
  background: url("../img/goods/ic_like.svg") no-repeat center/cover;
  width: 30px;
  height: 30px;
  z-index: 10;
}
@media (max-width: 768px) {
  section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .like-btn {
    bottom: 7px;
    right: 6px;
  }
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .like-btn.active {
  background: url("../img/goods/ic_like_active.svg") no-repeat center/cover;
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .option-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .option-box .label-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .option-box .label-box .label-item {
  padding: 0 8px;
  border-radius: 5px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  color: #4F2D82;
}
@media (max-width: 768px) {
  section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .option-box .label-box .label-item {
    height: 20px;
    padding: 0 6px;
  }
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .option-box .label-box .label-item + .label-item {
  margin-left: 4px;
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .option-box .label-box .label-item.type-white {
  background-color: #fff;
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .option-box .label-box .label-item.type-purple {
  background-color: #d9ccec;
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .option-box .label-box .label-item.type-yellow {
  background-color: #E9D392;
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .option-box .label-box .label-item.type-gray {
  background-color: rgba(228, 223, 238, 0.3);
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .option-box .label-box .label-item.type-gray .label-txt {
  color: rgba(44, 25, 76, 0.6);
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .option-box .label-box .label-item .ic {
  margin-right: 4px;
}
@media (max-width: 768px) {
  section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .option-box .label-box .label-item .ic {
    margin-right: 2px;
  }
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .option-box .label-box .label-item .ic.ic-thumbs {
  background: url("../img/goods/ic_thumbs.svg") no-repeat center/cover;
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .option-box .label-box .label-item .ic.ic-thumbs {
    width: 10px;
    height: 10px;
  }
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .option-box .label-box .label-item .label-txt {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .view-box .option-box .label-box .label-item .label-txt {
    font-size: 10px;
  }
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .info-box {
  background-color: #362159;
  padding: 26px 20px;
}
@media (max-width: 768px) {
  section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .info-box {
    padding: 16px 16px;
  }
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .info-box .subject-box {
  color: #fff;
  font-size: 19px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: -0.03em;
  padding-bottom: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .info-box .subject-box {
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 16px;
  }
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .info-box .con-box {
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #aba3b7;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .info-box .con-box {
    font-size: 12px;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 17px;
    height: 34px;
    max-width: 100%;
  }
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .info-box .label-box {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .info-box .label-box {
    padding-top: 24px;
  }
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .info-box .label-box .label-item {
  padding: 0 7px;
  border-radius: 5px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  color: #4F2D82;
}
@media (max-width: 768px) {
  section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .info-box .label-box .label-item {
    height: 20px;
    padding: 0 6px;
  }
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .info-box .label-box .label-item + .label-item {
  margin-left: 7px;
}
@media (max-width: 768px) {
  section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .info-box .label-box .label-item + .label-item {
    margin-left: 4px;
  }
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .info-box .label-box .label-item.type-purple {
  background-color: #d9ccec;
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .info-box .label-box .label-item.type-yellow {
  background-color: #E9D392;
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .info-box .label-box .label-item.type-gray {
  background-color: rgba(228, 223, 238, 0.3);
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .info-box .label-box .label-item.type-gray .label-txt {
  color: rgba(44, 25, 76, 0.6);
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .info-box .label-box .label-item .ic {
  margin-right: 2px;
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .info-box .label-box .label-item .ic.ic-thumbs {
  background: url("../img/goods/ic_thumbs.svg") no-repeat center/cover;
  width: 15px;
  height: 15px;
}
section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .info-box .label-box .label-item .label-txt {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  section.goods-main-hot .hot-list-box .swiper-group-box .item-wrap .info-box .label-box .label-item .label-txt {
    font-size: 10px;
  }
}

section.goods-main-product {
  padding-top: 100px;
}
@media (max-width: 768px) {
  section.goods-main-product {
    padding-top: 20px;
  }
}
section.goods-main-product .product-head-box {
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  section.goods-main-product .product-head-box {
    padding-bottom: 18px;
  }
}
section.goods-main-product .product-head-box .head-box {
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #fff;
  font-weight: 600;
}
section.goods-main-product .product-head-box .head-box.font-regular {
  font-weight: 400;
}
@media (max-width: 768px) {
  section.goods-main-product .product-head-box .head-box {
    font-size: 17px;
  }
}
section.goods-main-product .product-filter-box {
  padding-bottom: 24px;
}
section.goods-main-product .product-filter-box article.list-filter-layout1 .filter-list ul {
  display: flex;
  flex-flow: row wrap;
  margin: -4px;
}
section.goods-main-product .product-filter-box article.list-filter-layout1 .filter-list ul li {
  margin: 4px;
}
section.goods-main-product .product-filter-box article.list-filter-layout1 .filter-list ul li .filter-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section.goods-main-product .product-filter-box article.list-filter-layout1 .filter-list ul li .filter-item input[type=radio] {
  position: absolute;
  left: -9999px;
}
section.goods-main-product .product-filter-box article.list-filter-layout1 .filter-list ul li .filter-item input[type=radio]:checked ~ .txt {
  background-color: #4f2d82;
  color: #fff;
}
section.goods-main-product .product-filter-box article.list-filter-layout1 .filter-list ul li .filter-item .txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #3B2666;
  height: 30px;
  padding: 0 10px;
  color: rgba(223, 220, 234, 0.4);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
section.goods-main-product .product-group-list .product-group + .product-group {
  margin-top: 100px;
}
section.goods-main-product .product-list .cnt-box {
  padding-bottom: 24px;
  color: #bfb8d1;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  section.goods-main-product .product-list .cnt-box {
    display: none;
  }
}
section.goods-main-product .product-list .list-wrap ul {
  display: flex;
  flex-flow: row wrap;
  margin: -20px -10px;
}
@media (max-width: 768px) {
  section.goods-main-product .product-list .list-wrap ul {
    margin: -15px -6px;
  }
}
section.goods-main-product .product-list .list-wrap ul li {
  width: calc(33.33% - 20px);
  margin: 20px 10px;
}
@media (max-width: 768px) {
  section.goods-main-product .product-list .list-wrap ul li {
    width: calc(50% - 12px);
    margin: 15px 6px;
  }
}
section.goods-main-product .product-list .list-wrap ul li .item-wrap {
  display: block;
}
section.goods-main-product .product-list .list-wrap ul li .item-wrap .view-box {
  position: relative;
}
section.goods-main-product .product-list .list-wrap ul li .item-wrap .view-box .state-box {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
@media (max-width: 768px) {
  section.goods-main-product .product-list .list-wrap ul li .item-wrap .view-box .state-box {
    top: 10px;
    left: 10px;
  }
}
section.goods-main-product .product-list .list-wrap ul li .item-wrap .view-box .state-box .state-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.03em;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
@media (max-width: 768px) {
  section.goods-main-product .product-list .list-wrap ul li .item-wrap .view-box .state-box .state-label {
    height: 22px;
    padding: 0 13px;
    font-size: 10px;
  }
}
section.goods-main-product .product-list .list-wrap ul li .item-wrap .view-box .state-box .state-label.type-soldOut {
  background-color: rgba(102, 102, 102, 0.5);
}
section.goods-main-product .product-list .list-wrap ul li .item-wrap .view-box .state-box .state-label.type-comingSoon {
  background: linear-gradient(0.25turn, #FFC8BC, #919CFF);
	color: #4F2D82;
}
section.goods-main-product .product-list .list-wrap ul li .item-wrap .view-box .like-btn {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  background: url("../img/goods/ic_like.svg") no-repeat center/cover;
  width: 30px;
  height: 30px;
}
section.goods-main-product .product-list .list-wrap ul li .item-wrap .view-box .like-btn.active {
  background: url("../img/goods/ic_like_active.svg") no-repeat center/cover;
}
section.goods-main-product .product-list .list-wrap ul li .item-wrap .view-box .img-box {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  aspect-ratio: 360/340;
}
@media (max-width: 768px) {
  section.goods-main-product .product-list .list-wrap ul li .item-wrap .view-box .img-box {
    aspect-ratio: 158/150;
  }
}
section.goods-main-product .product-list .list-wrap ul li .item-wrap .view-box .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.goods-main-product .product-list .list-wrap ul li .item-wrap .info-box {
  padding: 24px 0 0 0;
}
@media (max-width: 768px) {
  section.goods-main-product .product-list .list-wrap ul li .item-wrap .info-box {
    padding: 16px 0 0;
  }
}
section.goods-main-product .product-list .list-wrap ul li .item-wrap .info-box .subject-box {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  section.goods-main-product .product-list .list-wrap ul li .item-wrap .info-box .subject-box {
    padding-bottom: 4px;
    font-size: 13px;
    line-height: 16px;
  }
}
section.goods-main-product .product-list .list-wrap ul li .item-wrap .info-box .con-box {
  font-size: 15px;
  line-height: 21px;
  color: #aba3b7;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  section.goods-main-product .product-list .list-wrap ul li .item-wrap .info-box .con-box {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 17px;
    height: 34px;
    max-width: 100%;
    font-size: 12px;
  }
}
section.goods-main-product .product-list .list-wrap ul li .item-wrap .info-box .label-list {
  padding-top: 20px;
  display: flex;
  flex-flow: row wrap;
  margin: -3px;
}
@media (max-width: 768px) {
  section.goods-main-product .product-list .list-wrap ul li .item-wrap .info-box .label-list {
    padding-top: 12px;
  }
}
section.goods-main-product .product-list .list-wrap ul li .item-wrap .info-box .label-list .label-item {
  padding: 0 8px;
  border-radius: 5px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  margin: 3px;
  color: #4F2D82;
}
@media (max-width: 768px) {
  section.goods-main-product .product-list .list-wrap ul li .item-wrap .info-box .label-list .label-item {
    height: 20px;
    padding: 0 6px;
  }
}
section.goods-main-product .product-list .list-wrap ul li .item-wrap .info-box .label-list .label-item.type-gray {
  background-color: rgba(228, 223, 238, 0.3);
}
section.goods-main-product .product-list .list-wrap ul li .item-wrap .info-box .label-list .label-item.type-gray .label-txt {
  color: rgba(44, 25, 76, 0.6);
}
section.goods-main-product .product-list .list-wrap ul li .item-wrap .info-box .label-list .label-item.type-purple {
  background-color: #d9ccec;
}
section.goods-main-product .product-list .list-wrap ul li .item-wrap .info-box .label-list .label-item.type-yellow {
  background-color: #E9D392;
}
section.goods-main-product .product-list .list-wrap ul li .item-wrap .info-box .label-list .label-item .label-txt {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  section.goods-main-product .product-list .list-wrap ul li .item-wrap .info-box .label-list .label-item .label-txt {
    font-size: 10px;
  }
}
section.goods-main-product .product-list .list-toggle-box {
  padding-top: 80px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.goods-main-product .product-list .list-toggle-box {
    padding-top: 40px;
  }
}
section.goods-main-product .product-list .list-toggle-box .list-toggle-btn {
  background-color: #2c194c;
  width: 300px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  section.goods-main-product .product-list .list-toggle-box .list-toggle-btn {
    width: 100%;
    font-size: 16px;
  }
}

section.good-main-banner {
  padding: 100px 0 160px;
}
@media (max-width: 768px) {
  section.good-main-banner {
    padding: 80px 0 0;
  }
}
section.good-main-banner .banner-btn {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  section.good-main-banner .banner-btn {
    border-radius: 0;
  }
}
section.good-main-banner .banner-btn .banner-txt-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 44px;
}
@media (max-width: 768px) {
  section.good-main-banner .banner-btn .banner-txt-box {
    padding: 0 22px;
  }
}
section.good-main-banner .banner-btn .banner-txt-box .txt {
  color: #fff;
  font-size: 23px;
  line-height: 130%;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  section.good-main-banner .banner-btn .banner-txt-box .txt {
    font-size: 14px;
  }
}
section.good-main-banner .banner-btn .banner-txt-box .ic.ic-link {
  margin-left: 8px;
  background: url("../img/goods/ic_link_arrow.svg") no-repeat center/cover;
  width: 22px;
  height: 22px;
}
@media (max-width: 768px) {
  section.good-main-banner .banner-btn .banner-txt-box .ic.ic-link {
    margin-left: 4px;
    width: 14px;
    height: 14px;
  }
}
section.good-main-banner .banner-btn .banner-bg-box {
  width: 100%;
  height: 130px;
  background: url("../img/goods/img_goods_detail_banner.png") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.good-main-banner .banner-btn .banner-bg-box {
    background: url("../img/goods/img_goods_detail_banner_m.png") no-repeat center/cover;
    height: 60px;
  }
}

section.goods-enter-intro {
  padding: 80px 0 0;
}
@media (max-width: 768px) {
  section.goods-enter-intro {
    padding: 50px 0 0;
  }
}
section.goods-enter-intro .response-inner {
  max-width: 500px;
}
section.goods-enter-intro .intro-main-box {
  color: #573f8c;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: -0.01em;
  font-weight: 700;
}
@media (max-width: 768px) {
  section.goods-enter-intro .intro-main-box {
    font-size: 18px;
  }
}
section.goods-enter-intro .intro-sub-box {
  padding-top: 16px;
  color: #573f8c;
  opacity: 0.5;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 160%;
}
@media (max-width: 768px) {
  section.goods-enter-intro .intro-sub-box {
    padding-top: 20px;
    font-size: 12px;
  }
}

section.goods-enter-form {
  padding: 40px 0 160px;
}
@media (max-width: 768px) {
  section.goods-enter-form {
    padding: 0 0 24px;
  }
}
section.goods-enter-form .response-inner {
  max-width: 500px;
}
section.goods-enter-form .enter-form-menu {
  padding-top: 40px;
}
section.goods-enter-form .enter-form-menu .menu-msg-box {
  color: rgba(60, 58, 64, 0.5);
  font-size: 14px;
  letter-spacing: -0.04em;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  section.goods-enter-form .enter-form-menu .menu-msg-box {
    font-size: 12px;
  }
}
section.goods-enter-form .enter-form-menu .menu-list-box .menu-box {
  display: flex;
}
section.goods-enter-form .enter-form-menu .menu-list-box .menu-box .menu-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #573f8c;
  border-radius: 8px;
  height: 52px;
}
@media (max-width: 768px) {
  section.goods-enter-form .enter-form-menu .menu-list-box .menu-box .menu-btn {
    height: 46px;
  }
}
section.goods-enter-form .enter-form-menu .menu-list-box .menu-box .menu-btn .menu-txt {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  section.goods-enter-form .enter-form-menu .menu-list-box .menu-box .menu-btn .menu-txt {
    font-size: 15px;
  }
}
section.goods-enter-form .enter-form-menu .menu-list-box .menu-box .menu-btn .ic.ic-reg {
  margin-left: 5px;
  background: url("../img/goods/ic_form_reg.svg") no-repeat center/cover;
  width: 22px;
  height: 22px;
}
@media (max-width: 768px) {
  section.goods-enter-form .enter-form-menu .menu-list-box .menu-box .menu-btn .ic.ic-reg {
    width: 18px;
    height: 18px;
  }
}

article.file-upload-layout1 .file-upload-box label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f0edf3;
  width: 100%;
  border-radius: 8px;
  height: 44px;
  border: 1px solid #dcd5e6;
  cursor: pointer;
}
article.file-upload-layout1 .file-upload-box label input[type=file] {
  position: absolute;
  left: -9999px;
  transform: scale(0);
}
article.file-upload-layout1 .file-upload-box label .upload-txt {
  color: #564770;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  article.file-upload-layout1 .file-upload-box label .upload-txt {
    font-size: 14px;
  }
}
article.file-upload-layout1 .file-upload-box label .ic.ic-upload {
  margin-left: 4px;
  background: url("../img/goods/ic_file_upload.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
}
article.file-upload-layout1 .file-result-box .result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
}
article.file-upload-layout1 .file-result-box .result-item .result-txt {
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
  color: #2c194c;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.04em;
  padding-right: 10px;
}
@media (max-width: 768px) {
  article.file-upload-layout1 .file-result-box .result-item .result-txt {
    font-size: 12px;
    line-height: 14px;
  }
}
article.file-upload-layout1 .file-result-box .result-item .remove-btn {
  color: #aba3b7;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  article.file-upload-layout1 .file-result-box .result-item .remove-btn {
    font-size: 12px;
    line-height: 14px;
  }
}

article.form-layout1 .form-group-box .form-box.with-line:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 30px;
  height: 1px;
  background-color: #dcd5e6;
}
@media (max-width: 768px) {
  article.form-layout1 .form-group-box .form-box.with-line:before {
    display: none;
  }
}
article.form-layout1 .form-group-box .form-box + .form-box {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 768px) {
  article.form-layout1 .form-group-box .form-box + .form-box {
    padding-top: 8px;
    margin-top: 28px;
  }
}
article.form-layout1 .form-group-box .form-box + .form-box:after {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: 0;
  height: 8px;
  background-color: #e9e6ed;
  display: none;
}
@media (max-width: 768px) {
  article.form-layout1 .form-group-box .form-box + .form-box:after {
    display: block;
  }
}
article.form-layout1 .form-group-box .form-box .form-tit-box {
  padding: 0 0 30px;
}
@media (max-width: 768px) {
  article.form-layout1 .form-group-box .form-box .form-tit-box {
    padding: 28px 0 24px;
  }
}
article.form-layout1 .form-group-box .form-box .form-tit-box .tit-box {
  color: #573f8c;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.04em;
}
article.form-layout1 .form-group-box .form-box .agree-group-box .agree-msg-box {
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #807594;
  padding-bottom: 16px;
}
article.form-layout1 .form-group-box .form-box .agree-group-box .agree-list .agree-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
article.form-layout1 .form-group-box .form-box .agree-group-box .agree-list .agree-item + .agree-item {
  margin-top: 16px;
}
article.form-layout1 .form-group-box .form-box .agree-group-box .agree-list .agree-item .agree-txt {
  flex: 1;
  min-width: 0;
  color: #564770;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.03em;
}
article.form-layout1 .form-group-box .form-box .agree-group-box .agree-list .agree-item .more-txt {
  margin-left: 6px;
  text-decoration: underline;
  text-underline-position: under;
  color: #aba3b7;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.03em;
}
article.form-layout1 .form-group-box .form-box .info-list-box .info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article.form-layout1 .form-group-box .form-box .info-list-box .info-item + .info-item {
  margin-top: 8px;
}
article.form-layout1 .form-group-box .form-box .info-list-box .info-item .item-subject-box {
  color: #3C3A40;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
article.form-layout1 .form-group-box .form-box .info-list-box .info-item .item-con-box {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: -0.04em;
}
article.form-layout1 .form-group-box .form-box .info-list-box .info-item .item-con-box .label-txt {
  margin-left: 8px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0 7px;
  font-size: 12px;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #573f8c;
  background-color: #E4DFEE;
}
article.form-layout1 .form-group-box .form-box .goods-view-box {
  display: flex;
  align-items: center;
}
article.form-layout1 .form-group-box .form-box .goods-view-box .view-box .img-box {
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  article.form-layout1 .form-group-box .form-box .goods-view-box .view-box .img-box {
    width: 80px;
  }
}
article.form-layout1 .form-group-box .form-box .goods-view-box .view-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article.form-layout1 .form-group-box .form-box .goods-view-box .info-box {
  padding-left: 20px;
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  article.form-layout1 .form-group-box .form-box .goods-view-box .info-box {
    padding-left: 16px;
  }
}
article.form-layout1 .form-group-box .form-box .goods-view-box .info-box .subject-box {
  color: #3C3A40;
  font-size: 17px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  article.form-layout1 .form-group-box .form-box .goods-view-box .info-box .subject-box {
    font-size: 14px;
  }
}
article.form-layout1 .form-group-box .form-box .goods-view-box .info-box .option-box {
  padding-top: 8px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #847E8C;
}
@media (max-width: 768px) {
  article.form-layout1 .form-group-box .form-box .goods-view-box .info-box .option-box {
    padding-top: 2px;
    font-size: 12px;
  }
}
article.form-layout1 .form-group-box .form-box .goods-view-box .info-box .con-box {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  article.form-layout1 .form-group-box .form-box .goods-view-box .info-box .con-box {
    padding-top: 10px;
  }
}
article.form-layout1 .form-group-box .form-box .goods-view-box .info-box .con-box .amount-box {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #2c194c;
}
@media (max-width: 768px) {
  article.form-layout1 .form-group-box .form-box .goods-view-box .info-box .con-box .amount-box {
    font-size: 14px;
  }
}
article.form-layout1 .form-group-box .form-box .goods-view-box .info-box .con-box .delivery-box .txt {
  color: #573f8c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  article.form-layout1 .form-group-box .form-box .goods-view-box .info-box .con-box .delivery-box .txt {
    font-size: 12px;
  }
}
article.form-layout1 .form-group-box .form-box .goods-view-box .info-box .con-box .delivery-box .ic {
  margin-left: 4px;
}
article.form-layout1 .form-group-box .form-box .goods-view-box .info-box .con-box .delivery-box .ic.ic-delivery {
  background: url("../img/goods/ic_delivery.svg") no-repeat center/cover;
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  article.form-layout1 .form-group-box .form-box .goods-view-box .info-box .con-box .delivery-box .ic.ic-delivery {
    width: 16px;
    height: 16px;
  }
}
article.form-layout1 .form-group-box .form-box .row + .row {
  margin-top: 30px;
}
@media (max-width: 768px) {
  article.form-layout1 .form-group-box .form-box .row + .row {
    margin-top: 24px;
  }
}
article.form-layout1 .form-group-box .form-box .row .subject-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  article.form-layout1 .form-group-box .form-box .row .subject-box {
    padding-bottom: 8px;
  }
}
article.form-layout1 .form-group-box .form-box .row .subject-box .subject-txt {
  color: #2c194c;
  font-size: 15px;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  article.form-layout1 .form-group-box .form-box .row .subject-box .subject-txt {
    font-size: 13px;
  }
}
article.form-layout1 .form-group-box .form-box .row .subject-box .sub-txt {
  font-size: 14px;
  letter-spacing: -0.04em;
  color: #807594;
}
@media (max-width: 768px) {
  article.form-layout1 .form-group-box .form-box .row .subject-box .sub-txt {
    font-size: 12px;
  }
}
article.form-layout1 .form-group-box .form-box .row .con-box .note-msg-box {
  border: 1px solid #dcd5e6;
  padding: 10px 16px;
  border-radius: 8px;
}
article.form-layout1 .form-group-box .form-box .row .con-box .note-msg-box .msg-item {
  text-indent: -11px;
  padding-left: 12px;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #2c194c;
}
article.form-layout1 .form-group-box .form-box .row .con-box .note-view-box .note-msg-box {
  background-color: #f0edf3;
  border-radius: 8px;
  border: 1px solid #dcd5e6;
  padding: 18px 20px;
}
@media (max-width: 768px) {
  article.form-layout1 .form-group-box .form-box .row .con-box .note-view-box .note-msg-box {
    padding: 14px 16px;
  }
}
article.form-layout1 .form-group-box .form-box .row .con-box .note-view-box .note-msg-box .msg-txt {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #2c194c;
}
@media (max-width: 768px) {
  article.form-layout1 .form-group-box .form-box .row .con-box .note-view-box .note-msg-box .msg-txt {
    font-size: 14px;
  }
}
article.form-layout1 .form-group-box .form-box .row .con-box .note-view-box .note-msg-box .sub-txt {
  padding-top: 14px;
  font-size: 14px;
  letter-spacing: -0.04em;
  color: #807594;
}
@media (max-width: 768px) {
  article.form-layout1 .form-group-box .form-box .row .con-box .note-view-box .note-msg-box .sub-txt {
    padding-top: 8px;
    font-size: 13px;
    line-height: 16px;
  }
}
article.form-layout1 .form-group-box .form-box .row .con-box .item-box {
  display: flex;
}
article.form-layout1 .form-group-box .form-box .row .con-box .item-box + .item-box {
  margin-top: 8px;
}
article.form-layout1 .form-group-box .form-box .row .con-box .item-box .item-btn-box {
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
}
article.form-layout1 .form-group-box .form-box .row .con-box .item-box .item-btn-box .item-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 100px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.04em;
  border-radius: 8px;
}
article.form-layout1 .form-group-box .form-box .row .con-box .item-box .item-btn-box .item-btn.type-primary {
  background-color: #573f8c;
  color: #fff;
}
article.form-layout1 .form-group-box .form-box .row .con-box .item-box .cell-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
article.form-layout1 .form-group-box .form-box .row .con-box .item-box .cell-box.cell-input {
  max-width: 150px;
}
@media (max-width: 768px) {
  article.form-layout1 .form-group-box .form-box .row .con-box .item-box .cell-box.cell-input {
    max-width: 120px;
  }
}
article.form-layout1 .form-group-box .form-box .row .con-box .item-box .cell-box + .cell-box {
  margin-left: 8px;
}
article.form-layout1 .form-group-box .form-box .row .con-box .notice-box {
  padding-top: 6px;
}
article.form-layout1 .form-group-box .form-box .row .con-box .notice-box .notice-txt {
  color: #807594;
  font-size: 12px;
  letter-spacing: -0.04em;
  line-height: 140%;
}
article.form-layout1 .form-menu-box {
  padding-top: 20px;
}

article.terms-layer {
  display: none;
  z-index: 500;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
article.terms-layer:before {
  content: "";
  z-index: 300;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
article.terms-layer .terms-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  z-index: 301;
  max-width: 500px;
  width: calc(100% - 70px);
}
article.terms-layer .terms-wrapper .terms-close-btn {
  z-index: 10;
  position: absolute;
  right: 12px;
  top: 12px;
  background: url("../img/goods/ic_layer_close.svg") no-repeat center/cover;
  width: 26px;
  height: 26px;
}
article.terms-layer .terms-wrapper .terms-contents {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 12px 30px;
  background-color: #f6f4f9;
  max-height: 85vh;
}
article.terms-layer .terms-wrapper .terms-contents .terms-view {
  max-height: 520px;
  overflow-y: auto;
  position: relative;
}
article.terms-layer .terms-wrapper .terms-contents .terms-view .terms-tit-box {
  color: #573f8c;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.04em;
  padding-bottom: 24px;
  text-align: center;
}
article.terms-layer .terms-wrapper .terms-contents .terms-view .terms-con-box {
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -0.03em;
  color: #807594;
}

section.goods-detail {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  section.goods-detail {
    padding-bottom: 60px;
  }
}
section.goods-detail .response-inner {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

section.goods-order {
  padding-top: 80px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  section.goods-order {
    padding-top: 0;
    flex-direction: column;
  }
}
section.goods-order .order-form-box {
  width: 500px;
}
@media (max-width: 768px) {
  section.goods-order .order-form-box {
    width: 100%;
  }
}
section.goods-order .order-result-box {
  width: 100%;
  padding: 36px;
  flex: 1;
  min-width: 0;
  margin-left: 80px;
  border: 1px solid #dcd5e6;
  border-radius: 16px;
}
section.goods-order .order-result-box.m-border {
  position: relative;
  margin-top: 28px;
}
@media (max-width: 768px) {
  section.goods-order .order-result-box.m-border:after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    height: 8px;
    background-color: #e9e6ed;
  }
}
@media (max-width: 768px) {
  section.goods-order .order-result-box {
    padding: 0;
    margin: 0;
    border: 0;
  }
}

section.goods-detail-head {
  padding: 80px 0 80px;
}
@media (max-width: 768px) {
  section.goods-detail-head {
    padding: 0 0 24px;
  }
}
section.goods-detail-head .response-inner {
  max-width: 1000px;
}
section.goods-detail-head .detail-head-group {
  display: flex;
}
@media (max-width: 768px) {
  section.goods-detail-head .detail-head-group {
    flex-direction: column;
  }
}
section.goods-detail-head .detail-head-group section.goods-detail-visual {
  width: 540px;
}
@media (max-width: 768px) {
  section.goods-detail-head .detail-head-group section.goods-detail-visual {
    width: auto;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  section.goods-detail-head .detail-head-group section.goods-detail-visual {
    margin: 0 -20px;
  }
}
section.goods-detail-head .detail-head-group .goods-detail-info {
  padding-left: 60px;
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  section.goods-detail-head .detail-head-group .goods-detail-info {
    padding: 20px 0 0;
  }
}

section.goods-detail-visual .swiper-group-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.goods-detail-visual .swiper-group-box {
    border-radius: 0;
  }
}
section.goods-detail-visual .swiper-group-box .swiper-pagination {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  left: auto;
  top: auto;
  background-color: rgba(221, 221, 221, 0.15);
  padding: 0 16px;
  height: 32px;
  border-radius: 500px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  section.goods-detail-visual .swiper-group-box .swiper-pagination {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0 10px;
    font-size: 11px;
    height: 24px;
    border-radius: 16px;
    right: 13px;
    bottom: 13px;
  }
}
section.goods-detail-visual .swiper-group-box .swiper-pagination .swiper-pagination-current {
  margin-right: 6px;
  color: #fff;
}
@media (max-width: 768px) {
  section.goods-detail-visual .swiper-group-box .swiper-pagination .swiper-pagination-current {
    margin-right: 3px;
  }
}
section.goods-detail-visual .swiper-group-box .swiper-pagination .swiper-pagination-total {
  margin-left: 6px;
}
@media (max-width: 768px) {
  section.goods-detail-visual .swiper-group-box .swiper-pagination .swiper-pagination-total {
    margin-left: 3px;
  }
}
section.goods-detail-visual .view-box .img-box {
  display: flex;
  aspect-ratio: 1/1;
}
section.goods-detail-visual .view-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.goods-detail-info .info-top-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 14px;
}
@media (max-width: 768px) {
  section.goods-detail-info .info-top-box {
    padding-bottom: 8px;
  }
}
section.goods-detail-info .info-top-box .option-box {
  display: inline-flex;
  align-items: center;
}
section.goods-detail-info .info-top-box .option-box .option-btn {
  display: inline-flex;
  align-items: center;
}
section.goods-detail-info .info-top-box .option-box .option-btn + .option-btn {
  margin-left: 8px;
}
@media (max-width: 768px) {
  section.goods-detail-info .info-top-box .option-box .option-btn.web {
    display: none;
  }
}
section.goods-detail-info .info-top-box .option-box .option-btn.active .ic.ic-like {
  background: url("../img/goods/ic_goods_like_active.svg") no-repeat center/cover;
}
section.goods-detail-info .info-top-box .option-box .option-btn .ic.ic-like {
  background: url("../img/goods/ic_goods_like.svg") no-repeat center/cover;
  width: 30px;
  height: 30px;
}
section.goods-detail-info .info-top-box .option-box .option-btn .ic.ic-share {
  background: url("../img/goods/ic_goods_share.svg") no-repeat center/cover;
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  section.goods-detail-info .info-top-box .option-box .option-btn .ic.ic-share {
    width: 24px;
    height: 24px;
  }
}
section.goods-detail-info .info-top-box .label-box {
  display: inline-flex;
  align-items: center;
}
section.goods-detail-info .info-top-box .label-box .label-item {
  display: inline-flex;
  align-items: center;
  background-color: #e4dfee;
  border-radius: 5px;
  height: 30px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  section.goods-detail-info .info-top-box .label-box .label-item {
    height: 20px;
    padding: 0 6px;
  }
}
section.goods-detail-info .info-top-box .label-box .label-item .label-txt {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #4f2d82;
}
@media (max-width: 768px) {
  section.goods-detail-info .info-top-box .label-box .label-item .label-txt {
    font-size: 10px;
  }
}
section.goods-detail-info .info-top-box .label-box .label-item .ic {
  margin-right: 2px;
}
section.goods-detail-info .info-top-box .label-box .label-item .ic.ic-thumbs {
  background: url("../img/goods/ic_thumbs.svg") no-repeat center/cover;
  width: 14px;
  height: 14px;
}
section.goods-detail-info .info-tit-box .subject-box {
  color: #573f8c;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.04em;
}
section.goods-detail-info .info-tit-box .con-box {
  padding-top: 14px;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #564770;
}
@media (max-width: 768px) {
  section.goods-detail-info .info-tit-box .con-box {
    padding-top: 12px;
    font-size: 13px;
  }
}
section.goods-detail-info .info-more-box {
  display: none;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  section.goods-detail-info .info-more-box {
    padding-bottom: 0;
    display: block;
  }
}
section.goods-detail-info .info-more-box .info-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F0EDF3;
  border-radius: 999px;
  border: 1px solid #dcd5e6;
  height: 44px;
}
section.goods-detail-info .info-more-box .info-more-btn .more-txt {
  color: #573f8c;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
section.goods-detail-info .info-more-box .info-more-btn .ic.ic-more {
  margin-left: 5px;
  background: url("../img/goods/ic_more_arrow_primary.svg") no-repeat center/cover;
  width: 6px;
  height: 11px;
}
section.goods-detail-info .info-review-box {
  padding-top: 24px;
}
section.goods-detail-info .info-review-box .review-box {
  border: 1px solid #dcd5e6;
  background-color: #f6f4f9;
  padding: 20px 18px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  section.goods-detail-info .info-review-box .review-box {
    padding: 16px;
    border-radius: 8px;
  }
}
section.goods-detail-info .info-review-box .review-box .review-head-box {
  padding-bottom: 18px;
  border-bottom: 1px solid #dcd5e6;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  section.goods-detail-info .info-review-box .review-box .review-head-box {
    padding-bottom: 16px;
  }
}
section.goods-detail-info .info-review-box .review-box .review-head-box .ic.ic-review {
  margin-right: 5px;
  background: url("../img/goods/ic_write.svg") no-repeat center/cover;
  width: 17px;
  height: 17px;
}
section.goods-detail-info .info-review-box .review-box .review-head-box .txt {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #573f8c;
}
@media (max-width: 768px) {
  section.goods-detail-info .info-review-box .review-box .review-head-box .txt {
    font-size: 13px;
  }
}
section.goods-detail-info .info-review-box .review-box .review-body-box {
  padding-top: 18px;
}
@media (max-width: 768px) {
  section.goods-detail-info .info-review-box .review-box .review-body-box {
    padding-top: 16px;
  }
}
section.goods-detail-info .info-review-box .review-box .review-body-box .review-how-box {
  padding-bottom: 8px;
  display: flex;
}
@media (max-width: 768px) {
  section.goods-detail-info .info-review-box .review-box .review-body-box .review-how-box {
    padding-bottom: 10px;
  }
}
section.goods-detail-info .info-review-box .review-box .review-body-box .review-how-box .how-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 26px;
  border-radius: 6px;
  padding: 0 8px;
  background-color: #614294;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  section.goods-detail-info .info-review-box .review-box .review-body-box .review-how-box .how-txt {
    font-size: 11px;
    padding: 0 6px;
    border-radius: 5px;
    height: 21px;
  }
}
section.goods-detail-info .info-review-box .review-box .review-body-box .review-con-box {
  color: #564770;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  section.goods-detail-info .info-review-box .review-box .review-body-box .review-con-box {
    letter-spacing: -0.03em;
    font-size: 12px;
  }
}
section.goods-detail-info .info-review-box .review-box .review-body-box .review-note-box {
  padding-top: 10px;
  font-size: 13px;
  line-height: 180%;
  letter-spacing: -0.03em;
  color: #aba3b7;
}
@media (max-width: 768px) {
  section.goods-detail-info .info-review-box .review-box .review-body-box .review-note-box {
    padding-top: 8px;
    font-size: 12px;
  }
}
section.goods-detail-info .info-list-box {
  padding: 24px 0 24px;
  margin-top: 24px;
  border-top: 1px solid #dcd5e6;
}
section.goods-detail-info .info-list-box .list-item {
  display: flex;
  align-items: center;
}
section.goods-detail-info .info-list-box .list-item + .list-item {
  margin-top: 16px;
}
@media (max-width: 768px) {
  section.goods-detail-info .info-list-box .list-item + .list-item {
    margin-top: 10px;
  }
}
section.goods-detail-info .info-list-box .list-item .subject-box {
  width: 100px;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.04em;
  color: #807594;
}
@media (max-width: 768px) {
  section.goods-detail-info .info-list-box .list-item .subject-box {
    width: 90px;
    font-size: 13px;
    line-height: 16px;
  }
}
section.goods-detail-info .info-list-box .list-item .con-box {
  flex: 1;
  min-width: 0;
  color: #564770;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 768px) {
  section.goods-detail-info .info-list-box .list-item .con-box {
    font-size: 13px;
    line-height: 16px;
  }
}
section.goods-detail-info .info-list-box .list-item .con-box .ic.ic-calendar {
  margin-right: 4px;
  background: url("../img/goods/ic_calendar.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
}
section.goods-detail-info .info-banner-box {
  padding-top: 24px;
}
section.goods-detail-info .info-banner-box .banner-btn {
  display: flex;
}
section.goods-detail-info .info-banner-box .banner-btn img {
  width: 100%;
}

article.goods-detail-tabs {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  article.goods-detail-tabs {
    margin-bottom: 10px;
  }
}
article.goods-detail-tabs .tabs-list {
  display: flex;
  align-items: center;
}
article.goods-detail-tabs .tabs-list .tabs-btn {
  border-bottom: 2px solid #dcd5e6;
  height: 64px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #aba3b7;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  article.goods-detail-tabs .tabs-list .tabs-btn {
    height: 50px;
    border-bottom: 1px solid #dcd5e6;
    font-size: 15px;
  }
}
article.goods-detail-tabs .tabs-list .tabs-btn.active {
  border-bottom: 2px solid #573f8c;
  color: #573f8c;
}
@media (max-width: 768px) {
  article.goods-detail-tabs .tabs-list .tabs-btn.active {
    border-bottom: 1px solid #573f8c;
  }
}

section.goods-detail-contents .response-inner {
  max-width: 700px;
}
section.goods-detail-contents .tabs-group .tabs-box {
  display: none;
}
section.goods-detail-contents .tabs-group .tabs-box[data-tabs=tabs1] {
  display: block;
}
section.goods-detail-contents .tabs-group .tabs-box .tabs-inner {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
}
article.goods-detail-view .view-contents img {
  display: block;
  max-width: 100%;
}
article.detail-nodata .nodata-box {
  padding: 140px 0 160px;
}
@media (max-width: 768px) {
  article.detail-nodata .nodata-box {
    padding: 60px 0 60px;
  }
}
article.detail-nodata .nodata-box .ic-box {
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  article.detail-nodata .nodata-box .ic-box {
    padding-bottom: 16px;
  }
}
article.detail-nodata .nodata-box .ic-box .ic.ic-nodata {
  background: url("../img/goods/ic_nodata.svg") no-repeat center/cover;
  width: 60px;
  height: 60px;
}
article.detail-lumir {
  background: url("../img/goods/detail/lumir_bg.png") no-repeat center/cover;
  padding: 104px 0;
}
@media (max-width: 768px) {
  article.detail-lumir {
    background: url("../img/goods/detail/lumir_bg.png") no-repeat center/cover;
    padding: 43px 0 57px;
  }
}
article.detail-lumir .lumir-head-box {
  display: flex;
  justify-content: center;
}
article.detail-lumir .lumir-head-box .head-img {
  background: url("../img/goods/detail/lumir_title.png") no-repeat center/cover;
  width: 457px;
  aspect-ratio: 457/276;
}
@media (max-width: 768px) {
  article.detail-lumir .lumir-head-box .head-img {
    background: url("../img/goods/detail/lumir_title_m.png") no-repeat center/cover;
    aspect-ratio: 179/128;
    width: 179px;
  }
}
article.detail-lumir .lumir-body-box {
  padding: 43px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  article.detail-lumir .lumir-body-box {
    padding: 20px 0 18px;
  }
}
article.detail-lumir .lumir-body-box .media-box {
  width: 409px;
  aspect-ratio: 409/613;
}
@media (max-width: 768px) {
  article.detail-lumir .lumir-body-box .media-box {
    max-width: 201px;
    aspect-ratio: 201/300;
  }
}
article.detail-lumir .lumir-body-box .media-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article.detail-lumir .lumir-foot-box {
  display: flex;
  justify-content: center;
}
article.detail-lumir .lumir-foot-box .foot-img {
  width: 657px;
  background: url("../img/goods/detail/lumir_content.svg") no-repeat center/cover;
  aspect-ratio: 657/661;
}
@media (max-width: 768px) {
  article.detail-lumir .lumir-foot-box .foot-img {
    background: url("../img/goods/detail/lumir_content_m.svg") no-repeat center/cover;
    aspect-ratio: 269/488;
    width: 269px;
  }
}

article.detail-work {
  background: url("../img/goods/detail/work_bg.png") no-repeat center bottom/cover;
  padding: 34px 60px 122px;
}
@media (max-width: 768px) {
  article.detail-work {
    background: url("../img/goods/detail/work_bg_m.png") no-repeat center bottom/cover;
    padding: 20px 20px 114px;
  }
}
article.detail-work .work-line {
  margin: 0 auto;
  width: 880px;
  height: 20px;
  background: url("../img/goods/detail/work_line.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  article.detail-work .work-line {
    height: 16px;
    width: 100%;
  }
}
article.detail-work .work-title-box {
  padding: 64px 0 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  article.detail-work .work-title-box {
    padding: 30px 0;
  }
}
article.detail-work .work-title-box .title-label {
  background: url("../img/goods/detail/work_title.svg") no-repeat center/cover;
  width: 165px;
  aspect-ratio: 165/62;
}
@media (max-width: 768px) {
  article.detail-work .work-title-box .title-label {
    width: 97px;
    aspect-ratio: 97/35;
  }
}
article.detail-work .work-list-box .list-filter-box {
  display: flex;
  justify-content: flex-end;
	padding-bottom: 20px;
}
@media (max-width: 768px) {
  article.detail-work .work-list-box .list-filter-box {
    padding-bottom: 18px;
  }
}
article.detail-work .work-list-box .list-filter-box .list-filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
  position: relative;
  color: #fff;
  font-size: 15px;
  letter-spacing: -0.04em;
  line-height: 140%;
}
@media (max-width: 768px) {
  article.detail-work .work-list-box .list-filter-box .list-filter-btn {
    font-size: 13px;
  }
}
article.detail-work .work-list-box .list-filter-box .list-filter-btn + .list-filter-btn {
  margin-left: 20px;
}
article.detail-work .work-list-box .list-filter-box .list-filter-btn + .list-filter-btn:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
}
article.detail-work .work-list-box .list-filter-box .list-filter-btn.active {
  opacity: 1;
}
article.detail-work .work-list-box .list-contents-box ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}
@media (max-width: 768px) {
  article.detail-work .work-list-box .list-contents-box ul {
    gap: 30px 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
article.detail-work .work-list-box .list-contents-box ul li .item-wrap {
  display: block;
}
article.detail-work .work-list-box .list-contents-box ul li .item-wrap .view-box {
  display: flex;
  position: relative;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  article.detail-work .work-list-box .list-contents-box ul li .item-wrap .view-box {
    margin-bottom: 10px;
  }
}
article.detail-work .work-list-box .list-contents-box ul li .item-wrap .view-box .like-btn {
  position: absolute;
  right: 12px;
  z-index: 100;
  top: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
}
@media (max-width: 768px) {
  article.detail-work .work-list-box .list-contents-box ul li .item-wrap .view-box .like-btn {
    top: 11px;
    right: 11px;
  }
}
article.detail-work .work-list-box .list-contents-box ul li .item-wrap .view-box .like-btn.is-active .like-icon {
  background: url("../img/goods/detail/work_like_active.svg") no-repeat center/cover;
}
article.detail-work .work-list-box .list-contents-box ul li .item-wrap .view-box .like-btn .like-icon {
  background: url("../img/goods/detail/work_like.svg") no-repeat center/cover;
  width: 26px;
  height: 26px;
}
@media (max-width: 768px) {
  article.detail-work .work-list-box .list-contents-box ul li .item-wrap .view-box .like-btn .like-icon {
    width: 22px;
    height: 22px;
  }
}
article.detail-work .work-list-box .list-contents-box ul li .item-wrap .view-box .like-btn .num-txt {
  color: #E9DFFF;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  article.detail-work .work-list-box .list-contents-box ul li .item-wrap .view-box .like-btn .num-txt {
    font-size: 11px;
  }
}
article.detail-work .work-list-box .list-contents-box ul li .item-wrap .view-box .img-box {
  display: flex;
  height: 260px;
  border-radius: 12px;
  border: 1px solid #96a2f9;
  overflow: hidden;
}
@media (max-width: 768px) {
  article.detail-work .work-list-box .list-contents-box ul li .item-wrap .view-box .img-box {
    aspect-ratio: 150/195;
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
}
article.detail-work .work-list-box .list-contents-box ul li .item-wrap .view-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article.detail-work .work-list-box .list-contents-box ul li .item-wrap .info-box {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 10px;
  background: url("../img/goods/detail/work_info_bg.png") no-repeat center/cover;
  padding: 0 32px;
}
@media (max-width: 768px) {
  article.detail-work .work-list-box .list-contents-box ul li .item-wrap .info-box {
    border-radius: 5px;
    height: 32px;
    padding: 0 20px;
  }
}
article.detail-work .work-list-box .list-contents-box ul li .item-wrap .info-box:before, article.detail-work .work-list-box .list-contents-box ul li .item-wrap .info-box:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/goods/detail/work_star.svg") no-repeat center/cover;
  width: 10px;
  height: 10px;
}
@media (max-width: 768px) {
  article.detail-work .work-list-box .list-contents-box ul li .item-wrap .info-box:before, article.detail-work .work-list-box .list-contents-box ul li .item-wrap .info-box:after {
    width: 7px;
    height: 7px;
    left: 10px;
  }
}
article.detail-work .work-list-box .list-contents-box ul li .item-wrap .info-box:after {
  left: auto;
  right: 12px;
}
@media (max-width: 768px) {
  article.detail-work .work-list-box .list-contents-box ul li .item-wrap .info-box:after {
    right: 10px;
  }
}
article.detail-work .work-list-box .list-contents-box ul li .item-wrap .info-box .label-box {
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: -0.05em;
  color: #fff;
}
@media (max-width: 768px) {
  article.detail-work .work-list-box .list-contents-box ul li .item-wrap .info-box .label-box {
    font-size: 12px;
  }
}

article.detail-image {
  display: flex;
}
article.detail-image.bg-intro {
  background: url("../img/goods/detail/intro_bg.png") no-repeat center/cover;
  height: 1955px;
}
@media (max-width: 768px) {
  article.detail-image.bg-intro {
    background: url("../img/goods/detail/intro_bg_m.png") no-repeat center/cover;
    height: auto;
    aspect-ratio: 360/1257;
  }
}
article.detail-image.bg-schedule {
  background: url("../img/goods/detail/schedule_bg.png") no-repeat center/cover;
  height: 890px;
}
@media (max-width: 768px) {
  article.detail-image.bg-schedule {
    background: url("../img/goods/detail/schedule_bg_m.png") no-repeat center/cover;
    height: auto;
    aspect-ratio: 360/454;
  }
}
article.detail-image.bg-way {
  background: url("../img/goods/detail/way_bg.png") no-repeat center/cover;
  height: 1200px;
}
@media (max-width: 768px) {
  article.detail-image.bg-way {
    background: url("../img/goods/detail/way_bg_m.png") no-repeat center/cover;
    height: auto;
    aspect-ratio: 360/1504;
  }
}
article.detail-image.bg-gift {
  background: url("../img/goods/detail/gift_bg.png") no-repeat center/cover;
  height: 1420px;
}
@media (max-width: 768px) {
  article.detail-image.bg-gift {
    background: url("../img/goods/detail/gift_bg_m.png") no-repeat center/cover;
    height: auto;
    aspect-ratio: 360/958;
  }
}
article.detail-image.bg-fruit {
  background: url("../img/goods/detail/fruit_bg.png") no-repeat center/cover;
  height: 1138px;
}
@media (max-width: 768px) {
  article.detail-image.bg-fruit {
    background: url("../img/goods/detail/fruit_bg.png") no-repeat center/cover;
    height: auto;
    aspect-ratio: 360/438;
  }
}
article.detail-image.bg-light {
  background: url("../img/goods/detail/light_bg.png") no-repeat center/cover;
  height: 807px;
}
@media (max-width: 768px) {
  article.detail-image.bg-light {
    background: url("../img/goods/detail/light_bg_m.png") no-repeat center/cover;
    height: auto;
    aspect-ratio: 360/321;
  }
}
article.detail-image.bg-everywhere {
  background: url("../img/goods/detail/everywhere_bg.png") no-repeat center/cover;
  height: 1120px;
}
@media (max-width: 768px) {
  article.detail-image.bg-everywhere {
    background: url("../img/goods/detail/everywhere_bg_m.png") no-repeat center/cover;
    height: auto;
    aspect-ratio: 360/469;
  }
}
article.detail-image.bg-want {
  background: url("../img/goods/detail/want_bg.png") no-repeat center/cover;
  height: 1629px;
}
@media (max-width: 768px) {
  article.detail-image.bg-want {
    background: url("../img/goods/detail/want_bg_m.png") no-repeat center/cover;
    height: auto;
    aspect-ratio: 360/752;
  }
}
article.detail-image.bg-care {
  background: url("../img/goods/detail/care_bg.png") no-repeat center/cover;
  height: 866px;
}
@media (max-width: 768px) {
  article.detail-image.bg-care {
    background: url("../img/goods/detail/care_bg_m.png") no-repeat center/cover;
    height: auto;
    aspect-ratio: 360/405;
  }
}
article.detail-image.bg-spec {
  background: url("../img/goods/detail/spec_bg.png") no-repeat center/cover;
  height: 3453px;
}
@media (max-width: 768px) {
  article.detail-image.bg-spec {
    background: url("../img/goods/detail/spec_bg_m.png") no-repeat center/cover;
    height: auto;
    aspect-ratio: 360/1729;
  }
}

article.detail-layer {
  display: none;
  position: fixed;
  z-index: 500;
}
article.detail-layer:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 400;
  background-color: rgba(0, 0, 0, 0.4);
}
article.detail-layer .layer-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 70px);
  max-width: 700px;
  z-index: 401;
  padding: 1px;
}
article.detail-layer .layer-wrapper .layer-contents {
  position: relative;
  padding: 44px 35px 40px;
  border-radius: 16px;
  background-color: #271349;
  border: 1px solid #93A4FF;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents {
    padding: 25px 25px 18px;
  }
}
article.detail-layer .layer-wrapper .layer-contents .layer-close-btn {
  position: absolute;
  right: 15px;
  top: 17px;
  width: 28px;
  height: 28px;
  background: url("../img/goods/detail/layer_close.svg") no-repeat center/cover;
  z-index: 100;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .layer-close-btn {
    top: 13px;
    right: 14px;
    width: 22px;
    height: 22px;
  }
}
article.detail-layer .layer-wrapper .layer-contents .moon-box {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .moon-box {
    padding-bottom: 24px;
  }
}
article.detail-layer .layer-wrapper .layer-contents .moon-box .moon-img {
  background: url("../img/goods/detail/moon.svg") no-repeat center/cover;
  width: 56px;
  height: 14px;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .moon-box .moon-img {
    width: 47px;
    height: 12px;
  }
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents {
  display: flex;
  gap: 26px;
  height: 432px;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .detail-contents {
    position: relative;
    flex-direction: column;
    overflow-y: auto;
    height: 65dvh;
    gap: 20px;
  }
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box {
  width: 304px;
  aspect-ratio: 304/432;
  background: url("../img/goods/detail/detail_viewer_frame.svg") no-repeat center/cover;
  padding: 26px 18px;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box {
    padding: 24px 14px 16px;
  }
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    order: 2;
  }
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .view-box .swiper-group-box {
  position: relative;
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .view-box .swiper-group-box .swiper-nav {
  display: flex;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .view-box .swiper-group-box .swiper-nav {
    bottom: 10px;
  }
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .view-box .swiper-group-box .swiper-nav .swiper-pagination {
  padding: 0 4px;
  color: rgba(255, 255, 255, 0.8);
  position: static;
  width: auto;
  font-size: 16px;
  letter-spacing: -0.04em;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .view-box .swiper-group-box .swiper-nav .swiper-pagination {
    font-size: 12px;
  }
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .view-box .swiper-group-box .swiper-nav .swiper-pagination .swiper-pagination-current {
  color: #fff;
  width: 22px;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .view-box .swiper-group-box .swiper-nav .swiper-pagination .swiper-pagination-current {
    width: 20px;
  }
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .view-box .swiper-group-box .swiper-nav .swiper-pagination .swiper-pagination-total {
  width: 22px;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .view-box .swiper-group-box .swiper-nav .swiper-pagination .swiper-pagination-total {
    width: 20px;
  }
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .view-box .swiper-group-box .swiper-nav .swiper-button-prev,
article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .view-box .swiper-group-box .swiper-nav .swiper-button-next {
  position: static;
  margin: 0;
  background: url("../img/goods/detail/nav_prev.svg") no-repeat center/cover;
  width: 32px;
  height: 32px;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .view-box .swiper-group-box .swiper-nav .swiper-button-prev,
  article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .view-box .swiper-group-box .swiper-nav .swiper-button-next {
    width: 26px;
    height: 26px;
  }
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .view-box .swiper-group-box .swiper-nav .swiper-button-prev:after,
article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .view-box .swiper-group-box .swiper-nav .swiper-button-next:after {
  content: "";
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .view-box .swiper-group-box .swiper-nav .swiper-button-next {
  background: url("../img/goods/detail/nav_next.svg") no-repeat center/cover;
  width: 32px;
  height: 32px;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .view-box .swiper-group-box .swiper-nav .swiper-button-next {
    width: 26px;
    height: 26px;
  }
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .view-box .swiper-group-box .img-box {
  border-radius: 8px;
  height: 335px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .view-box .swiper-group-box .img-box {
    height: 264px;
  }
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .view-box .swiper-group-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .info-box {
  margin-top: 12px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 4px;
  background: url("../img/goods/detail/work_info_bg.png") no-repeat center/cover;
  padding: 0 32px;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .info-box {
    height: 28px;
  }
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .info-box:before, article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .info-box:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/goods/detail/work_star.svg") no-repeat center/cover;
  width: 10px;
  height: 10px;
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .info-box:after {
  left: auto;
  right: 12px;
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .info-box .label-box {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.05em;
  color: #fff;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .detail-contents .viewer-box .item-wrap .info-box .label-box {
    font-size: 11px;
  }
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
  min-width: 0;
  gap: 20px;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box {
    min-height: auto;
    gap: 29px;
  }
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box .data-box {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box .data-box .text-box {
  overflow-y: auto;
  min-height: 0;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #fff;
  padding-right: 4px;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box .data-box .text-box {
    min-height: auto;
    font-size: 13px;
    line-height: 150%;
    overflow-y: visible;
  }
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box .data-box .text-box::-webkit-scrollbar {
  width: 3px;
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box .data-box .text-box::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box .data-box .text-box::-webkit-scrollbar-thumb {
  background: #B09FB0;
  border-radius: 6px;
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box .data-box .tag-box {
  margin-top: 35px;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box .data-box .tag-box {
    margin-top: 18px;
  }
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box .data-box .tag-box .tag-list {
  display: flex;
  flex-flow: row wrap;
  gap: 6px;
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box .data-box .tag-box .tag-list .tag-item {
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 13px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #fff;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 555px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box .data-box .tag-box .tag-list .tag-item {
    padding: 0 12px;
    height: 27px;
  }
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box .foot-box {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box .foot-box {
    justify-content: flex-start;
  }
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box .foot-box .like-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box .foot-box .like-btn.is-active .like-icon {
  background: url("../img/goods/detail/work_like_active.svg") no-repeat center/cover;
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box .foot-box .like-btn .like-icon {
  background: url("../img/goods/detail/work_like.svg") no-repeat center/cover;
  width: 26px;
  height: 26px;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box .foot-box .like-btn .like-icon {
    width: 20px;
    height: 20px;
  }
}
article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box .foot-box .like-btn .num-txt {
  color: #E9DFFF;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  article.detail-layer .layer-wrapper .layer-contents .detail-contents .contents-box .foot-box .like-btn .num-txt {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  article.detail-nodata .nodata-box .ic-box .ic.ic-nodata {
    width: 46px;
    height: 46px;
  }
}
article.detail-nodata .nodata-box .msg-box {
  text-align: center;
  color: #a99fb7;
  font-size: 17px;
  letter-spacing: -0.04em;
  line-height: 20px;
}
@media (max-width: 768px) {
  article.detail-nodata .nodata-box .msg-box {
    font-size: 14px;
  }
}
article.goods-detail-review {
  padding-bottom: 20px;
}
article.goods-detail-review .response-inner {
  max-width: 700px;
}
article.goods-detail-review .review-list {
  padding: 40px 0;
}
article.goods-detail-review .review-list .review-item + .review-item {
  margin-top: 80px;
}
@media (max-width: 768px) {
  article.goods-detail-review .review-list .review-item + .review-item {
    margin-top: 40px;
  }
}
article.goods-detail-review .review-list .review-item .item-head-box {
  padding-bottom: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  article.goods-detail-review .review-list .review-item .item-head-box {
    padding-bottom: 20px;
    display: block;
  }
}
article.goods-detail-review .review-list .review-item .item-head-box .head-box {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  article.goods-detail-review .review-list .review-item .item-head-box .head-box {
    justify-content: space-between;
    align-items: center;
  }
}
article.goods-detail-review .review-list .review-item .item-head-box .head-box .writer-box {
  display: inline-flex;
  align-items: center;
}
article.goods-detail-review .review-list .review-item .item-head-box .head-box .writer-box .ic.ic-review {
  margin-right: 5px;
  background: url("../img/goods/ic_review.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
}
article.goods-detail-review .review-list .review-item .item-head-box .head-box .writer-box .writer {
  color: #573f8c;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  article.goods-detail-review .review-list .review-item .item-head-box .head-box .writer-box .writer {
    font-size: 14px;
  }
}
article.goods-detail-review .review-list .review-item .item-head-box .head-box .more-btn {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
}
@media (max-width: 768px) {
  article.goods-detail-review .review-list .review-item .item-head-box .head-box .more-btn {
    margin-left: 0;
  }
}
article.goods-detail-review .review-list .review-item .item-head-box .head-box .more-btn .more-txt {
  color: #807594;
  font-size: 14px;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  article.goods-detail-review .review-list .review-item .item-head-box .head-box .more-btn .more-txt {
    font-size: 13px;
  }
}
article.goods-detail-review .review-list .review-item .item-head-box .head-box .more-btn .ic {
  margin-left: 4px;
}
article.goods-detail-review .review-list .review-item .item-head-box .head-box .more-btn .ic.ic-link {
  background: url("../img/goods/ic_more_arrow.svg") no-repeat center/cover;
  width: 7px;
  height: 11px;
}
article.goods-detail-review .review-list .review-item .item-head-box .date-box {
  color: #807594;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  article.goods-detail-review .review-list .review-item .item-head-box .date-box {
    font-size: 13px;
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  article.goods-detail-review .review-list .review-item .item-body-box .swiper-group-box {
    margin: 0 -20px;
  }
}
article.goods-detail-review .review-list .review-item .item-body-box .swiper-group-box .swiper {
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  article.goods-detail-review .review-list .review-item .item-body-box .swiper-group-box .swiper {
    padding: 0 20px;
  }
}
article.goods-detail-review .review-list .review-item .item-body-box .swiper-group-box .swiper .swiper-scrollbar {
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dcd5e6;
  width: auto;
  height: 3px;
}
@media (max-width: 768px) {
  article.goods-detail-review .review-list .review-item .item-body-box .swiper-group-box .swiper .swiper-scrollbar {
    display: none;
  }
}
article.goods-detail-review .review-list .review-item .item-body-box .swiper-group-box .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #826aa7;
}
article.goods-detail-review .review-list .review-item .item-body-box .swiper-group-box .swiper .img-box {
  display: flex;
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
article.goods-detail-review .review-list .review-item .item-body-box .swiper-group-box .swiper .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article.goods-detail-review .review-list .review-item .item-foot-box {
  padding-top: 28px;
}
@media (max-width: 768px) {
  article.goods-detail-review .review-list .review-item .item-foot-box {
    padding-top: 20px;
  }
}
article.goods-detail-review .review-list .review-item .item-foot-box .exp-box {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 29px;
  height: 87px;
  max-width: 100%;
  font-size: 17px;
  line-height: 170%;
  letter-spacing: -0.04em;
  color: #564770;
}
@media (max-width: 768px) {
  article.goods-detail-review .review-list .review-item .item-foot-box .exp-box {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 21px;
    height: 42px;
    max-width: 100%;
    line-height: 150%;
  }
}

@media (max-width: 768px) {
  article.goods-floating-menu {
    position: fixed;
    bottom: 0;
    max-width: 1180px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 300;
  }
}
article.goods-floating-menu .floating-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  article.goods-floating-menu .floating-wrap {
    background: linear-gradient(180deg, rgba(246, 244, 249, 0) 0%, #F6F4F9 29.59%);
    padding: 30px 14px 10px;
  }
}
article.goods-floating-menu .floating-wrap .like-box {
  display: none;
  margin-right: 8px;
}
@media (max-width: 768px) {
  article.goods-floating-menu .floating-wrap .like-box {
    display: inline-flex;
  }
}
article.goods-floating-menu .floating-wrap .like-box .like-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("../img/goods/ic_like_off.svg") no-repeat center/cover;
  width: 36px;
  height: 36px;
}
article.goods-floating-menu .floating-wrap .like-box .like-btn.active {
  background: url("../img/goods/ic_like_on.svg") no-repeat center/cover;
}
article.goods-floating-menu .floating-wrap .menu-box {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}
article.goods-floating-menu .floating-wrap .menu-box .menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 12px;
  height: 52px;
}
@media (max-width: 768px) {
  article.goods-floating-menu .floating-wrap .menu-box .menu-btn {
    border-radius: 8px;
    height: 44px;
  }
}
article.goods-floating-menu .floating-wrap .menu-box .menu-btn + .menu-btn {
  margin-left: 10px;
}
@media (max-width: 768px) {
  article.goods-floating-menu .floating-wrap .menu-box .menu-btn + .menu-btn {
    margin-left: 6px;
  }
}
article.goods-floating-menu .floating-wrap .menu-box .menu-btn.type-soft {
  color: #4F2D82;
  background-color: #DDD7E9;
}
article.goods-floating-menu .floating-wrap .menu-box .menu-btn.type-primary {
  background: #573f8c;
  color: #fff;
}
article.goods-floating-menu .floating-wrap .menu-box .menu-btn:disabled {
  background-color: #c4b8d5;
  color: rgba(255, 255, 255, 0.7);
}
article.goods-floating-menu .floating-wrap .menu-box .menu-btn .menu-txt {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  article.goods-floating-menu .floating-wrap .menu-box .menu-btn .menu-txt {
    font-size: 14px;
  }
}

article.share-layer {
  display: none;
  position: fixed;
  z-index: 500;
}
article.share-layer:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 400;
  background-color: rgba(0, 0, 0, 0.4);
}
article.share-layer .layer-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 70px);
  max-width: 480px;
  z-index: 401;
  border-radius: 8px;
  padding: 44px 36px 44px;
  background-color: #fff;
}
@media (max-width: 768px) {
  article.share-layer .layer-wrap {
    padding: 34px 20px 20px;
  }
}
@media (max-width: 768px) {
  article.share-layer .layer-wrap {
    max-width: 1100px;
  }
}
article.share-layer .layer-wrap .share-head-box {
  text-align: center;
  position: relative;
  padding-bottom: 22px;
  border-bottom: 1px solid #dcd5e6;
}
article.share-layer .layer-wrap .share-head-box .head-box {
  color: #573f8c;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.03em;
}
article.share-layer .layer-wrap .share-body-box {
  padding-top: 30px;
}
@media (max-width: 768px) {
  article.share-layer .layer-wrap .share-body-box {
    padding-top: 22px;
  }
}
article.share-layer .layer-wrap .share-body-box .share-list {
  display: flex;
  justify-content: center;
}
article.share-layer .layer-wrap .share-body-box .share-list .share-btn {
  display: inline-flex;
  flex-direction: column;
  width: 102px;
  height: 74px;
}
@media (max-width: 768px) {
  article.share-layer .layer-wrap .share-body-box .share-list .share-btn {
    width: 64px;
    height: 64px;
  }
}
article.share-layer .layer-wrap .share-body-box .share-list .share-btn .ic-box {
  padding-bottom: 8px;
  display: flex;
  justify-content: center;
}
article.share-layer .layer-wrap .share-body-box .share-list .share-btn .ic-box .ic {
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  article.share-layer .layer-wrap .share-body-box .share-list .share-btn .ic-box .ic {
    width: 32px;
    height: 32px;
  }
}
article.share-layer .layer-wrap .share-body-box .share-list .share-btn .ic-box .ic.ic-facebook {
  background: url("../img/goods/ic_share_facebook.svg") no-repeat center/cover;
}
article.share-layer .layer-wrap .share-body-box .share-list .share-btn .ic-box .ic.ic-twitter {
  background: url("../img/goods/ic_share_twitter.svg") no-repeat center/cover;
}
article.share-layer .layer-wrap .share-body-box .share-list .share-btn .ic-box .ic.ic-kakao {
  background: url("../img/goods/ic_share_kakao.svg") no-repeat center/cover;
}
article.share-layer .layer-wrap .share-body-box .share-list .share-btn .ic-box .ic.ic-url {
  background: url("../img/goods/ic_share_url.svg") no-repeat center/cover;
}
article.share-layer .layer-wrap .share-body-box .share-list .share-btn .share-txt {
  text-align: center;
  color: #807594;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  article.share-layer .layer-wrap .share-body-box .share-list .share-btn .share-txt {
    font-size: 13px;
  }
}
article.share-layer .layer-wrap .layer-close-btn {
  z-index: 10;
  position: absolute;
  right: 14px;
  top: 14px;
  background: url("../img/goods/ic_layer_close.svg") no-repeat center/cover;
  width: 26px;
  height: 26px;
}

article.goods-option-layer {
  display: none;
  padding-top: 26px;
}
@media (max-width: 768px) {
  article.goods-option-layer {
    position: fixed;
    bottom: 0px;
    max-width: 1180px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 400;
    padding: 20px;
  }
}
article.goods-option-layer:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 400;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
@media (max-width: 768px) {
  article.goods-option-layer:before {
    display: block;
  }
}
article.goods-option-layer .layer-wrap {
  z-index: 401;
  border-radius: 8px;
  padding: 20px 24px;
  position: relative;
  background-color: #f0edf3;
  border: 1px solid #DCD5E6;
}
@media (max-width: 768px) {
  article.goods-option-layer .layer-wrap {
    border: 0;
    padding: 34px 20px 20px;
    background-color: #fff;
  }
}
article.goods-option-layer .layer-wrap .layer-head-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
}
@media (max-width: 768px) {
  article.goods-option-layer .layer-wrap .layer-head-box {
    display: none;
  }
}
article.goods-option-layer .layer-wrap .layer-head-box .head-box {
  color: #4f2d82;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 18px;
}
article.goods-option-layer .layer-wrap .layer-head-box .layer-head-btn {
  background: url("../img/goods/ic_option_layer_close.svg") no-repeat center/cover;
  width: 22px;
  height: 22px;
}
article.goods-option-layer .layer-wrap .layer-close-btn {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  width: 40px;
  height: 12px;
  display: none;
}
@media (max-width: 768px) {
  article.goods-option-layer .layer-wrap .layer-close-btn {
    display: block;
  }
}
article.goods-option-layer .layer-wrap .layer-close-btn:after {
  border-radius: 8px;
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #DCD5E6;
}
article.goods-option-layer .layer-wrap .option-input-box .option-select-box select {
  background-color: #f6f4f9;
}
article.goods-option-layer .layer-wrap .option-input-box .option-result-box {
  padding-top: 18px;
}
@media (max-width: 768px) {
  article.goods-option-layer .layer-wrap .option-input-box .option-result-box {
    padding-top: 20px;
  }
}
article.goods-option-layer .layer-wrap .option-input-box .option-result-box .result-item {
  display: flex;
  align-items: center;
}
article.goods-option-layer .layer-wrap .option-input-box .option-result-box .result-item + .result-item {
  margin-top: 10px;
}
article.goods-option-layer .layer-wrap .option-input-box .option-result-box .result-item .subject-box {
  flex: 1;
  min-width: 0;
  padding-right: 8px;
  color: #2c194c;
}
@media (max-width: 768px) {
  article.goods-option-layer .layer-wrap .option-input-box .option-result-box .result-item .subject-box {
    padding-right: 20px;
  }
}
article.goods-option-layer .layer-wrap .option-input-box .option-result-box .result-item .option-box {
  display: inline-flex;
  align-items: center;
}
article.goods-option-layer .layer-wrap .option-input-box .option-result-box .result-item .option-box .remove-btn {
  margin-left: 8px;
  background: url("../img/goods/ic_option_remove.svg") no-repeat center/cover;
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  article.goods-option-layer .layer-wrap .option-input-box .option-result-box .result-item .option-box .remove-btn {
    margin-left: 5px;
    background: url("../img/goods/ic_option_remove_m.svg") no-repeat center/cover;
    width: 20px;
    height: 20px;
  }
}
article.goods-option-layer .layer-wrap .option-summary-box {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #dcd5e6;
}
article.goods-option-layer .layer-wrap .option-summary-box .summary-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article.goods-option-layer .layer-wrap .option-summary-box .summary-box .subject-box {
  color: #847E8C;
  font-size: 14px;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  article.goods-option-layer .layer-wrap .option-summary-box .summary-box .subject-box {
    font-size: 13px;
  }
}
article.goods-option-layer .layer-wrap .option-summary-box .summary-box .con-box {
  color: #3C3A40;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  article.goods-option-layer .layer-wrap .option-summary-box .summary-box .con-box {
    font-size: 15px;
  }
}
article.goods-option-layer .layer-wrap .option-summary-box .add-box {
  padding-top: 18px;
  display: flex;
}
@media (max-width: 768px) {
  article.goods-option-layer .layer-wrap .option-summary-box .add-box {
    padding-top: 20px;
  }
}
article.goods-option-layer .layer-wrap .option-summary-box .add-box .add-btn {
  display: inline-flex;
  align-items: center;
}
article.goods-option-layer .layer-wrap .option-summary-box .add-box .add-btn .txt {
  color: #573f8c;
  font-size: 13px;
  letter-spacing: -0.04em;
  font-weight: 500;
}
article.goods-option-layer .layer-wrap .option-summary-box .add-box .add-btn .ic.ic-more {
  margin-left: 5px;
  background: url("../img/goods/ic_more_arrow_primary.svg") no-repeat center/cover;
  width: 5px;
  height: 10px;
}
article.goods-option-layer .layer-wrap .option-menu-box {
  padding-top: 20px;
  display: flex;
}
article.goods-option-layer .layer-wrap .option-menu-box .option-menu-btn {
  border-radius: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  background-color: #573f8c;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  article.goods-option-layer .layer-wrap .option-menu-box .option-menu-btn {
    font-size: 14px;
    height: 46px;
    border-radius: 8px;
  }
}
article.goods-option-layer .layer-wrap .option-menu-box .option-menu-btn + .option-menu-btn {
  margin-left: 10px;
}
article.goods-option-layer .layer-wrap .option-menu-box .option-menu-btn:disabled {
  background-color: #c4b8d5;
  color: rgba(255, 255, 255, 0.7);
}

section.goods-complete {
  padding: 80px 0 160px;
}
@media (max-width: 768px) {
  section.goods-complete {
    padding: 40px 0 60px;
  }
}
section.goods-complete .response-inner {
  max-width: 500px;
  margin: 0 auto;
}
section.goods-complete .complete-intro-box {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  section.goods-complete .complete-intro-box {
    padding: 0 40px 40px 40px;
  }
}
section.goods-complete .complete-intro-box .ic-box {
  padding-bottom: 24px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.goods-complete .complete-intro-box .ic-box {
    padding-bottom: 20px;
  }
}
section.goods-complete .complete-intro-box .ic-box .ic.ic-complete {
  background: url("../img/goods/ic_complete_chk.svg") no-repeat center/cover;
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  section.goods-complete .complete-intro-box .ic-box .ic.ic-complete {
    width: 46px;
    height: 46px;
  }
}
section.goods-complete .complete-intro-box .msg-box {
  text-align: center;
}
section.goods-complete .complete-intro-box .msg-box .main-box {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #573f8c;
}
section.goods-complete .complete-intro-box .msg-box .sub-box {
  padding-top: 12px;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #aba3b7;
}
section.goods-complete .complete-info-box .info-list {
  padding: 30px 36px;
  background-color: #f0edf3;
  border-radius: 12px;
}
@media (max-width: 768px) {
  section.goods-complete .complete-info-box .info-list {
    padding: 20px;
    border-radius: 8px;
  }
}
section.goods-complete .complete-info-box .info-list .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.goods-complete .complete-info-box .info-list .row + .row {
  margin-top: 18px;
}
@media (max-width: 768px) {
  section.goods-complete .complete-info-box .info-list .row + .row {
    margin-top: 16px;
  }
}
section.goods-complete .complete-info-box .info-list .row .subject-box {
  color: #807594;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  section.goods-complete .complete-info-box .info-list .row .subject-box {
    font-size: 13px;
    line-height: 16px;
  }
}
section.goods-complete .complete-info-box .info-list .row .con-box {
  color: #564770;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  section.goods-complete .complete-info-box .info-list .row .con-box {
    font-size: 13px;
    line-height: 16px;
  }
}
section.goods-complete .complete-menu-box {
  padding-top: 40px;
  display: flex;
}
@media (max-width: 768px) {
  section.goods-complete .complete-menu-box {
    padding-top: 30px;
  }
}
section.goods-complete .complete-menu-box .complete-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 12px;
  height: 52px;
}
@media (max-width: 768px) {
  section.goods-complete .complete-menu-box .complete-menu-btn {
    height: 44px;
    border-radius: 8px;
  }
}
section.goods-complete .complete-menu-box .complete-menu-btn + .complete-menu-btn {
  margin-left: 10px;
}
@media (max-width: 768px) {
  section.goods-complete .complete-menu-box .complete-menu-btn + .complete-menu-btn {
    margin-left: 6px;
  }
}
section.goods-complete .complete-menu-box .complete-menu-btn.type-soft {
  color: #4F2D82;
  background-color: #DDD7E9;
}
section.goods-complete .complete-menu-box .complete-menu-btn.type-primary {
  background: #573f8c;
  color: #fff;
}
section.goods-complete .complete-menu-box .complete-menu-btn:disabled {
  background-color: #c4b8d5;
  color: rgba(255, 255, 255, 0.7);
}
section.goods-complete .complete-menu-box .complete-menu-btn .menu-txt {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  section.goods-complete .complete-menu-box .complete-menu-btn .menu-txt {
    font-size: 14px;
  }
}
section.goods-detail-banner .img-box {
  max-width: 1000px;
  margin: 0 auto;
}
section.goods-detail-banner .img-box img {
  width: 100%;
}
article.detail-keeper {
  padding: 121px 110px 90px;
  background: url("../img/goods/detail/keeper_bg.png") no-repeat center/cover;
  height: 928px;
}
@media (max-width: 768px) {
  article.detail-keeper {
    background: url("../img/goods/detail/keeper_bg_m.png") no-repeat center/cover;
    padding: 44px 38px 32px;
    height: auto;
  }
}
article.detail-keeper .keeper-head-box {
  padding-bottom: 68px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  article.detail-keeper .keeper-head-box {
    padding-bottom: 28px;
  }
}
article.detail-keeper .keeper-head-box .head-img {
  background: url("../img/goods/detail/keeper_title.svg") no-repeat center/cover;
  width: 534px;
  height: 210px;
}
@media (max-width: 768px) {
  article.detail-keeper .keeper-head-box .head-img {
    background: url("../img/goods/detail/keeper_title_m.svg") no-repeat center/cover;
    aspect-ratio: 206/95;
    width: 206px;
    height: auto;
  }
}
article.detail-keeper .keeper-body-box .media-box {
  border-radius: 12px;
  aspect-ratio: 779/438;
  display: flex;
  overflow: hidden;
}
@media (max-width: 768px) {
  article.detail-keeper .keeper-body-box .media-box {
    border-radius: 8px;
    aspect-ratio: 284/173;
    height: auto;
    width: 100%;
  }
}
article.detail-keeper .keeper-body-box .media-box iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-upload-list ul {
  display: flex;
  padding-bottom: 10px;
  gap: 10px;
}
@media (max-width: 768px) {
  .img-upload-list ul {
    gap: 6px;
  }
}
.img-upload-list ul li {
  width: 100%;
}
.img-upload-list ul li .item-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1;
  border: 1px solid #dcd5e6;
}
.img-upload-list ul li .item-wrap .upload-remove-btn {
  background: url("../img/goods/ic_upload_remove.svg") no-repeat center/cover;
  width: 18px;
  height: 18px;
  z-index: 11;
  position: absolute;
  right: 7px;
  top: 7px;
}
.img-upload-list ul li .item-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.img-upload-list ul li .item-wrap label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #f0edf3 url("../img/goods/ic_upload_add.svg") no-repeat center;
}
.img-upload-list ul li .item-wrap label input[type=file] {
  position: absolute;
  left: -9999px;
}
.img-upload-list .img-upload-msg {
  color: #807594;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  .img-upload-list .img-upload-msg {
    font-size: 13px;
    line-height: 16px;
  }
}
.input-msg-box {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.04em;
  color: #ef3333;
}