@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

html,
body,
button {
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}

html,
body {
  position: relative;
  height: 100%;
}

/* 슬라이드 */
.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gallery-top {
  height: 100vw;
  width: 100%;
}
/* .gallery-top .swiper-slide { background-size: contain; } */
.gallery-thumbs {
  height: 27vw;
  box-sizing: border-box;
  padding: 10px 10px;
}
.gallery-thumbs .swiper-slide {
  opacity: 0.4;
  border: 1px solid #ddd;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/* 상품 구매정보 */
.product {
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
}
.product > li {
  padding: 24px;
  border-bottom: 1px solid #e5e5e5;
}
.product li.prod-info {
  text-align: center;
}
.product li.prod-info p {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: bold;
}
.product li.prod-info .grade-wrap00 {
  font-size: 12.5px;
  color: orange;
}

.product li.prod-info .grade-wrap00 span {
  margin-right: 4px;
  font-weight: bold;
}
.product li.prod-info .grade-wrap00 em {
  color: #929292;
}

.grade-wrap00 span {
  position: relative;
  margin: 0 6px;
  color: #ff7300;
}
.grade-wrap00 span:nth-of-type(1)::after {
  content: '';
  position: absolute;
  top: 2px;
  right: -5px;
  width: 2px;
  height: 80%;
  background-color: #e1e1e1;
}

.product li.prod-price {
  font-size: 14px;
  color: #999;
  font-weight: 600;
}
.product li.prod-price p {
  margin-bottom: 10px;
}
.product li.prod-price p span:nth-of-type(1) {
  display: inline-block;
  width: 100px;
}
.product li.prod-price p .price {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.min-price {
  font-size: 15px;
  font-weight: bold;
  color: orangered;
}

/* 버튼 영역 */
.prod-btn {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.prod-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3.1);
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}
.prod-btn button > span {
  margin-right: 4px;
}
.prod-btn button.st1 {
  background-color: #ff7800;
}
.prod-btn button.st2 {
  background-color: #ed0000;
}
.prod-btn button.st3 {
  border: 1px solid #ff7800;
  color: #ff7800;
}
/* 공유하기버튼 팝업 */
.share-pop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin-top: 246px;
  width: 300px;
  height: 200px;
  font-size: 13px;
  font-weight: 600;
  color: #535353;
  border: 2px solid #ed0000;
  background-color: #fff;
  z-index: 10;
  cursor: default;
  transition: 0.2s;
}
.show-modal {
  visibility: visible;
  opacity: 1;
}
.share-pop p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 10px;
  color: #ed0000;
  background-color: #fff4f4;
}
.share-pop .close-btn {
  cursor: pointer;
}
.share-pop .cont {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 150px;
}
.share-pop .cont .ds-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #535353;
  border-radius: 50%;
}
.share-pop .cont .ds-icons a.ds-facebook {
  background: url(../images/contents/detailedPage/icons/ds-facebook.png) no-repeat;
  background-size: cover;
}
.share-pop .cont .ds-icons a.ds-twitter {
  background: url(../images/contents/detailedPage/icons/ds-twitter.png) no-repeat;
  background-size: cover;
}
.share-pop .cont .ds-icons a.ds-mail {
  background: url(../images/contents/detailedPage/icons/ds-mail.png) no-repeat;
  background-size: cover;
}
.share-pop .cont .ds-icons a.ds-kakao {
  background: url(../images/contents/detailedPage/icons/ds-kakao.png) no-repeat;
  background-size: cover;
}
.share-pop .cont .ds-icons a.ds-instar {
  background: url(../images/contents/detailedPage/icons/ds-instar.png) no-repeat;
  background-size: cover;
}
.share-pop .cont .ds-icons a.ds-band {
  background: url(../images/contents/detailedPage/icons/ds-band.png) no-repeat;
  background-size: cover;
}
.share-pop .cont b {
  line-height: 1.2;
}
.share-pop .cont span a {
  padding: 4px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ed0000;
}
.share-pop .cont span a:nth-of-type(2) {
  background-color: #ff7800;
}

/* 페이지 넘기기 */
.page-nation {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  justify-content: space-between;
}
.page-nation a {
  display: flex;
  align-items: center;
  height: 30px;
  color: #999;
  font-size: 14px;
}

/* 상품 상세정보 */
.prod-menu {
  position: sticky;
  display: flex;
  justify-content: space-evenly;
  transform: translateY(-2px);
  top: 0;
  height: 60px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.prod-menu a {
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.prod-menu a.on {
  border-bottom: 3px solid #000;
  box-sizing: border-box;
  font-weight: bold;
}
.prod-menu a span {
  color: #999;
}

/* 상품이미지 영역 */
.contents {
  padding: 10px;
}
.contents img {
  width: 100%;
}

/* 구매하기 버튼 */
.btn.buy {
  position: sticky;
  width: 100%;
  bottom: 74px;
}
.btn.buy a {
  display: block;
  height: 60px;
  line-height: 60px;
  background-color: #ff0000;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
}

@media (min-width: 768px) {
  .gallery-thumbs {
    height: 20vw;
    box-sizing: border-box;
    padding: 10px 10px;
  }
}

/* 상품옵션 */
.option-wrap {
  padding: 10px 30px 20px 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.option-wrap h4 {
  font-weight: bold;
  color: #3072eb;
  margin-bottom: 4px;
}
.option-wrap select {
  margin-top: 4px;
  padding: 0 24px 0 10px;
  width: 100%;
  height: 40px;
  line-height: 1.5;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  background: url('../images/icons/down.png') calc(100% - 5px) center no-repeat;
  background-size: 20px;
  cursor: pointer;
}
.option-wrap .option-in {
  display: flex;
  align-items: center;
  gap: 30px;
}
.option-wrap .option-in p {
  width: 50px;
  color: #3072eb;
  font-weight: 600;
  font-size: 14px;
}
.option-wrap p.op {
  padding: 20px 0px;
  border-bottom: 1px solid #eee;
}
.op-number {
  margin: 20px 0px;
}
.op-number button {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.op-number button span {
  color: orangered;
  vertical-align: middle;
}
.op-number input {
  height: 30px;
  width: 50px;
  padding: 10px;
  text-align: center;
}
.op-cash {
  font-size: 24px;
  display: flex;
  justify-content: space-between;
}

.op-cash b {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}

/* 관련상품 슬라이드 */
.related-slide {
  position: relative;
  padding: 20px 30px 40px;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
}
.related-slide h3 {
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.related-slide .slide-item .img-box {
  border: 1px solid #ccc;
}
.related-slide .slide-item .text-box {
  font-size: 14px;
}
.related-slide .slide-item .text-box p {
  margin: 4px 0;
  line-height: 1.2;
  color: #333;
}
.related-slide .slide-item .text-box p:nth-last-of-type(1) {
  color: #ff7800;
}
.related-slide .slide-item .text-box .price {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.related-slide .swiper-button-next,
.related-slide .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px #e7e7e7;
  top: 45%;
}
.related-slide .swiper-button-next {
  right: 4px;
}
.related-slide .swiper-button-prev {
  left: 4px;
}
.related-slide .swiper-button-next:after {
  margin-left: 4px;
  font-size: 14px;
  -webkit-text-stroke: 1px #000;
}
.related-slide .swiper-button-prev:after {
  margin-right: 4px;
  font-size: 14px;
  -webkit-text-stroke: 1px #000;
}

/* 직수입 */
.imp-text {
  text-align: center;
  background: #ededed;
  padding: 25px 15px;
  border-radius: 5px;
  font-size: 14px;
  margin: 20px 0px;
  letter-spacing: -1px;
  color: #363636;
}
.imp-text p:first-child {
  display: flex;
  align-items: center;
  color: #ed0000;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 20px;
}
