@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.com_QdingMall.p_List .com_product_item .tit {
  font-weight: 400;
}
.com_QdingMall.p_Detail .box {
  padding: 20px 13px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.com_QdingMall.p_Detail .txt_area {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DEE3E8;
}
.com_QdingMall.p_Detail .txt_area .tit {
  font-size: 18px;
  font-weight: 700;
}
.com_QdingMall.p_Detail .txt_area .txt {
  color: #7A7F83;
  margin-top: 8px;
  font-size: 13px;
}
.com_QdingMall.p_Detail .swiper_mall {
  margin-top: 20px;
}
.com_QdingMall.p_Detail .swiper_mall .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.com_QdingMall.p_Detail .swiper_mall_thumb {
  margin-top: 10px;
}
.com_QdingMall.p_Detail .swiper_mall_thumb .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.com_QdingMall.p_Detail .price_area {
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  gap: 5px;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #DEE3E8;
}
.com_QdingMall.p_Detail .price_area .icon {
  border: 1px solid #DEE3E8;
  width: 24px;
  height: 24px;
  border-radius: 50px;
}
.com_QdingMall.p_Detail .com_btn_wrap.bottom {
  margin-top: 20px;
}
.com_QdingMall.p_Detail .detail_sec {
  margin-top: 20px;
  padding: 13px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}