.na-subject {
  font-weight: 900;
  font-size: 20px;
}
.na-title {
  font-size: 12px;
}
.lh-140 {
  line-height: 140%;
}
.lh-170 {
  line-height: 170%;
}
.qcv-1 {
  border: 1px solid #000;
  width: 14px;
  height: 14px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
}
.qcv-10-label {
  background: rgb(208, 3, 195);
  background: linear-gradient(45deg, rgba(208, 3, 195, 1) 0%, rgba(66, 0, 255, 1) 100%);
  color: #fff;
  font-weight: 600;
  padding: 0 1rem;
  border-radius: 1.5rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
.qcv-6,
.qcv-8 {
  font-size: 1.2rem;
  font-weight: 600;
}
.qcv-7,
.qcv-9 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2a66ff;
}
.qcv-10 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2a66ff;
  display: inline-block;
}
.qcv-btn-0,
.qcv-btn-1 {
  width: 100%;
}
.tag-wrap span {
  border-radius: 1rem;
  color: #fff;
  padding: 0.2rem 0.6rem;
  margin-right: 0.3rem;
  font-size: 10px;
}
.tag-wrap span:nth-child(1) {
  background-color: #00abce;
}
.tag-wrap span:nth-child(2) {
  background-color: #2c1ef2;
}
.tag-wrap span:nth-child(3) {
  background-color: #223359;
  margin-right: 0;
}
.order-numbox {
  background-color: #303030;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-icon-wrap .swiper-wrapper .swiper-slide div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  border: 1px solid #c1c1c1;
  padding: 0.7rem 2.4rem;
  color: #222222;
  font-weight: 700;
  font-size: 14px;
}
.price-icon-wrap .swiper-wrapper .swiper-slide div img {
  width: 70%;
  border-radius: 100%;
  object-fit: unset;
  height: unset;
}
/* 슬라이드 css */
.popularwrap {
  position: relative;
}

.popularSwiper {
  width: 98%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-progressbar {
  top: unset !important;
  bottom: 0;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #646464 !important;
}
.popularwrap .swiper-button-next,
.popularwrap .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  color: #dddddd;
  background-color: #303030;
  border-radius: 100%;
}
.popularwrap .swiper-button-next {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  right: -40px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
}
.popularwrap .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  margin-top: 0px;
}
.popularwrap .swiper-button-next:after {
  padding-left: 3px;
}
.popularwrap .swiper-button-prev:after {
  padding-right: 3px;
}
.popularwrap .swiper-button-next:after,
.popularwrap .swiper-button-prev:after {
  font-size: 20px;
}
.popularSwiper .swiper-pagination {
  position: unset;
  padding-top: 3rem;
}
.popularlogoSwiperwrap {
  position: relative;
}
.popularlogoSwiper {
  width: 98%;
  height: 100%;
}
.popularlogoSwiper .swiper-slide {
  display: flex;
}
.popularlogoSwiperwrap .swiper-button-next {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  right: -40px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  color: #646464;
}
.popularlogoSwiperwrap .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  margin-top: 0px;
  color: #646464;
}
.popularlogoSwiperwrap .swiper-button-next:after,
.popularlogoSwiperwrap .swiper-button-prev:after {
  font-size: 22px;
}
.popularlogoSwiper .swiper-wrapper .active {
  background-color: #222222;
  color: #fff !important;
  border: none !important;
}
.onshadow {
  padding: 1.6rem;
  border-radius: 1rem;
}

.onshadow:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  scale: 1.1;
  transition: all 0.7s;
}
