@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.com_shop_swiper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.com_shop_swiper .swiper-pagination {
  position: absolute;
  left: auto;
  right: 10px;
  bottom: 10px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.7);
  padding: 4px 11px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  line-height: initial;
  color: #fff;
  transform: translate(0);
}
.com_shop_swiper .swiper-pagination .swiper-pagination-current {
  font-weight: 600;
}
.com_shop_swiper .swiper-pagination .swiper-pagination-total {
  font-weight: 300;
}
.com_shop_swiper .swiper-slide {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 3.1363636364;
}
.com_shop_swiper .swiper-slide > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_shop_swiper .swiper-slide > img, .com_shop_swiper .swiper-slide > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}

.com_shop_category {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  overflow-x: auto;
  gap: 10px;
  max-width: 100%;
  margin-top: 30px;
  position: relative;
  white-space: nowrap;
  user-select: none;
  cursor: grab;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
.com_shop_category::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_category {
    margin-left: -31px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_shop_category {
    margin-left: -17px;
  }
}
.com_shop_category > * {
  align-self: stretch;
}
.com_shop_category .shop_category__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  text-align: center;
  font-size: 14px;
  word-break: break-all;
  white-space: normal;
  align-self: stretch;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_category .shop_category__item {
    font-size: 15px;
    min-width: 117px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_shop_category .shop_category__item {
    min-width: 66px;
  }
}
.com_shop_category .shop_category__icon {
  display: flex;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  border-radius: 500px;
  border: 1px solid #8f8f8f;
  background: var(--FFFFFF, #fff);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1023.9px) {
  .com_shop_category .shop_category__icon {
    width: 80px;
    height: 80px;
  }
}
.com_shop_category .shop_category__icon img {
  max-width: 65%;
  max-height: 80%;
}
.com_shop_category__wrap {
  text-align: center;
}

.com_shop_sec_tit {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_sec_tit {
    font-size: 20px;
  }
}
.com_shop_sec_tit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-block: 35px 10px;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_sec_tit__wrap {
    margin-block: 50px 20px;
  }
}
.com_shop_sec_tit__wrap .btn_shop_more {
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 3px;
  line-height: initial;
  margin-left: auto;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_sec_tit__wrap .btn_shop_more {
    font-size: 14px;
  }
}
.com_shop_sec_tit__wrap .btn_shop_more .svg_icon.icon_arrow {
  transform: rotate(270deg);
  width: 4px;
  height: 6px;
}
.com_shop_sec_tit__wrap .icon {
  height: 21px;
}

@media screen and (max-width: 1023.9px) {
  .com_shop_detail {
    padding-top: 50px;
    padding-bottom: 210px;
  }
}
.com_shop_detail .com_tab_line.fixed {
  position: fixed;
  top: 0;
  z-index: 12;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.com_shop_detail .shop_detail__top {
  width: 100%;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .shop_detail__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    gap: 40px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .shop_detail__img {
    width: 50%;
    min-width: auto;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_shop_detail .shop_detail__img {
    width: calc(100% + 26px);
    max-width: calc(100% + 26px) !important;
    margin-inline: -13px;
  }
}
.com_shop_detail .shop_detail__img .swiper-slide {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.3066202091;
}
.com_shop_detail .shop_detail__img .swiper-slide > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_shop_detail .shop_detail__img .swiper-slide > img, .com_shop_detail .shop_detail__img .swiper-slide > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_shop_detail .shop_detail__info {
  align-self: stretch;
  margin-top: 25px;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .shop_detail__info {
    flex: 1;
  }
}
.com_shop_detail .shop_detail__info__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_shop_detail .shop_detail__cate {
  font-size: 14px;
  color: #646464;
  margin-bottom: 5px;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .shop_detail__cate {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.com_shop_detail .shop_detail__tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .shop_detail__tit {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.com_shop_detail .shop_detail__price {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .shop_detail__price {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.com_shop_detail .shop_detail__coin {
  color: #f6a406;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .shop_detail__coin {
    font-size: 22px;
  }
}
.com_shop_detail .shop_detail__coin .icon_coin {
  margin-right: 5px;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .shop_detail__coin .icon_coin {
    margin-right: 10px;
  }
}
.com_shop_detail .shop_detail__coin .unit {
  font-weight: 400;
  margin-right: 5px;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .shop_detail__coin .unit {
    margin-right: 10px;
  }
}
.com_shop_detail .shop_detail__coin .txt {
  border-radius: 30px;
  background: #f7af25;
  color: #fff;
  font-size: 10.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  height: 15px;
  padding-inline: 10px;
  line-height: initial;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .shop_detail__coin .txt {
    font-size: 14px;
    height: 30px;
  }
}
.com_shop_detail .shop_detail__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .shop_detail__order {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e2e3e5;
    display: grid;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_shop_detail .shop_detail__order {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    padding: 25px 15px;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    gap: 13px;
    z-index: 4;
  }
}
.com_shop_detail .shop_detail__order .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .shop_detail__order .price {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_shop_detail .shop_detail__order .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
  }
}
.com_shop_detail .shop_detail__order .price__tit {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .shop_detail__order .price__tit {
    width: 100px;
    font-size: 19px;
  }
}
.com_shop_detail .shop_detail__order .price__num {
  font-size: 20px;
  font-weight: 600;
  color: #005f4c;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .shop_detail__order .price__num {
    font-size: 27px;
  }
}
.com_shop_detail .shop_detail__order .price__coin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #f6a406;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .shop_detail__order .price__coin {
    font-size: 27px;
  }
}
.com_shop_detail .shop_detail__info__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  line-height: initial;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .shop_detail__info__btns {
    grid-column: 1/3;
    padding-top: 40px;
  }
}
.com_shop_detail .shop_detail__info__btns * {
  flex: 1;
}
.com_shop_detail .shop_detail__contents {
  padding-top: 30px;
  overflow: hidden;
  height: 200px;
  position: relative;
  line-height: 1.8;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .shop_detail__contents {
    height: 500px;
  }
}
.com_shop_detail .shop_detail__contents::after {
  content: "";
  position: absolute;
  bottom: 50px;
  width: 100%;
  height: 50px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, white);
  z-index: 2;
}
@media screen and (max-width: 1023.9px) {
  .com_shop_detail .shop_detail__contents::after {
    bottom: 40px;
  }
}
.com_shop_detail .shop_detail__contents.open {
  height: auto !important;
}
.com_shop_detail .shop_detail__contents.open::after {
  display: none;
}
.com_shop_detail .shop_detail__contents.open .btn_shop_detail_open {
  position: relative;
}
.com_shop_detail .shop_detail__contents.open .btn_shop_detail_open .svg_icon {
  transform: rotate(180deg);
}
.com_shop_detail .shop_detail__contents.open .btn_shop_detail_open:after {
  content: "닫기";
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  line-height: auto;
  background-color: #fff;
  color: #000;
}
.com_shop_detail .btn_shop_detail_open {
  position: absolute;
  bottom: 0;
  z-index: 3;
}
.com_shop_detail .btn_shop_detail_open .svg_icon {
  width: 12px;
  min-width: 12px;
  order: 3;
}
.com_shop_detail .btn_shop_detail_open:after {
  content: "펼쳐보기";
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  line-height: auto;
  background-color: #fff;
  color: #000;
}
.com_shop_detail .product_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  border-top: 1px solid #e2e3e5;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .product_info {
    margin-top: 40px;
    padding-top: 40px;
    gap: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_shop_detail .product_info {
    padding-bottom: 35px;
  }
}
.com_shop_detail .product_info__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  font-size: 14px;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .product_info__item {
    font-size: 16px;
  }
}
.com_shop_detail .product_info__tit {
  width: 80px;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .product_info__tit {
    font-size: 16px;
    width: 100px;
  }
}
.com_shop_detail .product_info__top-tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.com_shop_detail .product_info.type_tit_width_auto .product_info__tit {
  width: auto;
  margin-right: 10px;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .shop_detail {
    padding-top: 50px;
  }
}
.com_shop_detail .shop_detail__sec_tit {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .shop_detail__sec_tit {
    font-size: 17px;
  }
}
.com_shop_detail .shop_detail__dot_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 8px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_shop_detail .shop_detail__dot_list {
    font-size: 14px;
  }
}
.com_shop_detail .shop_detail__dot_list li {
  display: flex;
  position: relative;
}
.com_shop_detail .shop_detail__dot_list li::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2px;
  min-width: 2px;
  height: 2px;
  margin-inline: 0px 5px;
  background: #646464;
  border-radius: 2px;
  vertical-align: middle;
  cursor: default;
}
.com_shop_detail .shop_detail__dot_list li:before {
  margin-top: 8px;
}
@media screen and (max-width: 1023.9px) {
  .com_shop_detail .com_chk_btn_like {
    height: 40px;
  }
}
.com_shop_detail .sell_info {
  border-top: 1px solid #e2e3e5;
  margin-top: 20px;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .sell_info {
    margin-top: 50px;
  }
}
.com_shop_detail .sell_info .sell_info__item.active .icon_arrow {
  transform: rotate(180deg);
}
.com_shop_detail .sell_info .sell_info__item.active .sell_info__contents {
  display: block;
  border-bottom: 1px solid #e2e3e5;
  font-size: 14px;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .sell_info .sell_info__item.active .sell_info__contents {
    padding-inline: 20px;
  }
}
.com_shop_detail .sell_info .sell_info__tit {
  padding-block: 15px;
  font-size: 14px;
  border-bottom: 1px solid #e2e3e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 1023.9px) {
  .com_shop_detail .sell_info .sell_info__tit {
    font-size: 16px;
  }
}
.com_shop_detail .sell_info .sell_info__tit .icon_arrow {
  height: 6px;
}
.com_shop_detail .sell_info .sell_info__contents {
  padding-block: 15px;
  display: none;
  line-height: 1.8;
}
.com_shop_detail .shop_gifticon_detail {
  padding-top: 45px;
}
@media screen and (max-width: 1023.9px) {
  .com_shop_detail .shop_gifticon_detail {
    border-top: 1px solid #e2e3e5;
    padding-top: 30px;
  }
}

.body_ios .com_shop_detail {
  padding-top: 92px;
}
.body_ios .com_shop_detail .com_tab_line.fixed {
  top: 42px;
}

.body_android .com_shop_detail {
  padding-top: 74px;
}
.body_android .com_shop_detail .com_tab_line.fixed {
  top: 24px;
}

.com_ea {
  height: 35px;
  border-block: 1px solid #005f4c;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 1023.9px) {
  .com_ea {
    width: 200px;
    height: 45px;
    padding-inline: 35px;
  }
}
.com_ea .ea__input {
  height: 33px;
  border: none;
  width: 10px;
  flex: 1;
  text-align: center;
}
@media screen and (min-width: 1023.9px) {
  .com_ea .ea__input {
    font-size: 18px;
  }
  .com_ea .ea__input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .com_ea .ea__input:-ms-input-placeholder {
    font-size: 18px;
  }
  .com_ea .ea__input::-ms-input-placeholder {
    font-size: 18px;
  }
  .com_ea .ea__input::placeholder {
    font-size: 18px;
  }
  .com_ea .ea__input:-ms-input-placeholder {
    font-size: 18px;
  }
}
.com_ea .ea__btn {
  border: 1px solid #005f4c;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -1px;
  font-size: 25px;
  color: #005f4c;
  vertical-align: -5px;
}
@media screen and (min-width: 1023.9px) {
  .com_ea .ea__btn {
    width: 45px;
    height: 45px;
  }
}
.com_ea .ea__btn.minus {
  left: -1px;
}
.com_ea .ea__btn.plus {
  right: -1px;
}

.p_shop_gifticon .com_tab_sub {
  margin-block: 20px;
}
@media screen and (min-width: 1023.9px) {
  .p_shop_gifticon .com_tab_sub {
    margin-block: 40px 20px;
  }
}
@media screen and (min-width: 1023.9px) {
  .p_shop_gifticon .com_shop_list {
    margin-top: 30px;
  }
}

.com_cart .cart_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  border-bottom: 1px solid #e2e3e5;
  padding-bottom: 20px;
}
.com_cart .cart_total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  padding-top: 20px;
}
.com_cart .cart_total__tit {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .com_cart .cart_total__tit {
    font-size: 18px;
  }
}
.com_cart .cart_total__price {
  font-size: 20px;
  font-weight: 600;
  color: #005f4c;
}
@media screen and (min-width: 1023.9px) {
  .com_cart .cart_total__price {
    font-size: 28px;
  }
}
.com_cart .cart_total__price--coin {
  color: #e3a100;
}
.com_cart .cart__item {
  padding-block: 20px;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #e2e3e5;
}
.com_cart .cart_product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.com_cart .cart_product__tit {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 1023.9px) {
  .com_cart .cart_product__tit {
    font-size: 19px;
  }
}
.com_cart .cart_product__tit__ea {
  font-weight: 400;
  font-size: 13px;
  color: #646464;
}
.com_cart .cart_product__ea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_cart .cart_product__ea .ea {
    flex: 1;
    height: 30px;
  }
  .com_cart .cart_product__ea .ea__input {
    height: 28px;
  }
  .com_cart .cart_product__ea .ea__btn {
    height: 30px;
    width: 30px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_cart .cart_product .btn_cart_product_change {
    height: 45px;
    font-size: 14px;
  }
}
.com_cart .cart_product__price {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (min-width: 1023.9px) {
  .com_cart .cart_product__price {
    font-size: 22px;
    margin-top: 10px;
  }
}
.com_cart .cart_product__price .unit {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 1023.9px) {
  .com_cart .cart_product__price .unit {
    font-size: 18px;
  }
}
.com_cart .cart_product__coin {
  color: #e3a100;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (min-width: 1023.9px) {
  .com_cart .cart_product__coin {
    font-size: 18px;
  }
}
.com_cart .cart_product__coin .unit {
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 1023.9px) {
  .com_cart .cart_product__coin .unit {
    font-size: 17px;
  }
}
.com_cart .cart_thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 74px;
  min-width: 74px;
  aspect-ratio: auto;
  border-radius: 10px;
}
.com_cart .cart_thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_cart .cart_thumb > img, .com_cart .cart_thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (min-width: 1023.9px) {
  .com_cart .cart_thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    min-width: 150px;
    aspect-ratio: auto;
    margin-right: 20px;
  }
  .com_cart .cart_thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_cart .cart_thumb > img, .com_cart .cart_thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.com_cart .product_ea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
}
.com_cart .product_ea__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid #d9d9d9;
}
.com_cart .product_ea__btn.minus {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.com_cart .product_ea__btn.plus {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.com_cart .product_ea__input {
  width: 60px;
  height: 26px;
  text-align: center;
  padding-inline: 5px;
  border: 1px solid #d9d9d9;
  border-inline: none;
}

.p_order .com_order_product__sec_tit {
  padding-top: 30px;
}
@media screen and (min-width: 1023.9px) {
  .p_order .com_order_product__sec_tit {
    padding-top: 50px;
  }
}

.p_review .com_shop_reply {
  margin-top: 0;
}

.pop_shop_review_img .content_container {
  max-height: 91vh;
}
.pop_shop_review_img .shop_reivew_swiper__wrap {
  margin-top: 25px;
  position: relative;
}
.pop_shop_review_img .shop_reivew_swiper__wrap .swiper {
  background: #000;
  height: 80vh;
}
.pop_shop_review_img .shop_reivew_swiper__wrap .swiper .swiper-slide {
  text-align: center;
  height: 100%;
}
.pop_shop_review_img .shop_reivew_swiper__wrap .swiper .swiper-slide img {
  max-height: 100%;
}
.pop_shop_review_img .shop_reivew_swiper__wrap .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.pop_shop_review_img .shop_reivew_swiper__wrap .swiper-button-next,
.pop_shop_review_img .shop_reivew_swiper__wrap .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
}
.pop_shop_review_img .shop_reivew_swiper__wrap .swiper-pagination-fraction {
  background: none;
  color: #000;
  position: relative;
  left: auto;
  bottom: auto;
  right: auto;
  transform: none;
}
.pop_shop_review_img .shop_reivew_swiper__wrap .swiper-pagination-fraction .swiper-pagination-current {
  color: #000;
}
.pop_shop_review_img .shop_reivew_swiper__controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.pop_shop_review_img .shop_reivew_swiper__controller .swiper-button-next:after,
.pop_shop_review_img .shop_reivew_swiper__controller .swiper-button-prev:after {
  font-size: 12px;
  color: #000;
}

.p_gifticon_order .gifticon_order__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  border-block: 1px solid #000;
  margin-top: 20px;
}
.p_gifticon_order .gifticon_order__price__item {
  padding-block: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.p_gifticon_order .gifticon_order__price__item:not(:last-child) {
  border-bottom: 1px solid #e2e3e5;
}
.p_gifticon_order .gifticon_order__price__tit {
  font-size: 14px;
}
@media screen and (min-width: 1023.9px) {
  .p_gifticon_order .gifticon_order__price__tit {
    font-size: 17px;
  }
}
.p_gifticon_order .gifticon_order__price__num {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #e3a100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 3px;
}
@media screen and (min-width: 1023.9px) {
  .p_gifticon_order .gifticon_order__price__num {
    font-size: 17px;
  }
}
.p_gifticon_order .gifticon_order__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  margin-block: 20px;
}
.p_gifticon_order .gifticon_order__input__input {
  border: 1px solid #e2e3e5;
  border-radius: 6px;
  height: 35px;
  padding-inline: 15px;
}
.p_gifticon_order .gifticon_order__input__tit_field {
  font-size: 14px;
}
@media screen and (min-width: 1023.9px) {
  .p_gifticon_order .gifticon_order__input__tit_field {
    font-size: 17px;
  }
}