﻿.gift_module {
  max-width: 1300px;
  margin: 0 auto;
}
.gift_module .product_gift_auto .bannerAttention h1 {
  color: #ab8e4f;
}
.gift_module .product_gift_auto .bannerAttention .attentionText {
  background-color: #ab8e4f;
  color: #fff;
}
.gift_module .product_gift_auto .swiper .swiper-button-next,
.gift_module .product_gift_auto .swiper .swiper-button-prev {
  background: #ab8e4f;
}
#product_detail {
  position: relative;
  font-size: 0.9rem;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
  padding-bottom: 2rem;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
}
#product_detail .item_detail_image {
  width: 550px;
  margin-bottom: 60px;
  position: relative;
}
#product_detail .item_detail_text {
  width: 500px;
  margin-bottom: 60px;
  position: relative;
}
#product_detail .item_detail_text .bg-snow {
  width: 100%;
  height: 100%;
  background: url(../image/il_03.png) repeat-y center top / 100%;
  background-attachment: fixed;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  #product_detail .item_detail_text .bg-snow {
    background: url(../image/il_03.png) repeat-y center top / 60%;
    background-attachment: fixed;
  }
}
#product_detail .static {
  position: sticky;
  top: 20px;
}
@media screen and (max-width: 1000px) {
  #product_detail .item_detail_image {
    width: 49%;
  }
}
@media screen and (max-width: 740px) {
  #product_detail {
    flex-direction: column;
  }
  #product_detail .item_detail_image {
    width: 100%;
    margin-bottom: 20px;
  }
  #product_detail .item_detail_text {
    width: 100%;
  }
}
