/******* default *************/
.top_menu {
  bottom: 80px;
}

/******* subBanner_img *************/
.subBanner_img {
  background-image: url("../images/subBanner04.png");
}

/******* MDintro *************/
.MDintro {
  padding: 10px;
  color: #403a3a;
}

.MDintro .MDkind {
  margin-bottom: 20px;
  font-weight: 500;
}

.MDintro .secondTitle {
  display: none;
}

.MDintro .titleBox .productEng {
  margin: 10px 0;
  font-size: 12px;
}

.MDintro .titleBox .shortInfo {
  margin-top: 10px;
}

/******* wishGift *************/
.wishGift {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d7c6ca;
}

.wishGift button {
  padding: 5px 10px;
  border-radius: 10px;
  border: none;
  background-color: #ba000d;
  color: white;
  font-weight: 500;
  cursor: pointer;
}

.wishGift .wish {
  background-color: white;
  color: #ba000d;
  border: 1px solid #ba000d;
  cursor: pointer;
}

/******* MDitem_detailImg *************/
.MDitem_detailImg {
  max-width: 700px;
  max-height: 700px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.MDitem_detailImg.on {
  max-height: none;
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.MDitem_detailImg .detailMore_btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 50px;
  border: none;
  font-weight: 500;
  font-size: 16px;
  background-color: #ba000d;
  color: white;
  cursor: pointer;
}

/******* infoWarning *************/
.infoWarning {
  margin-bottom: 20px;
  word-break: keep-all;
}

.infoWarning .infoTitle {
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  font-weight: 500;
  background-color: #d7c6ca;
  color: #403a3a;
}

.infoWarning .itemInfo {
  padding: 5px 10px;
  color: #403a3a;
  font-size: 13px;
}

.infoWarning .itemInfo p {
  margin-top: 15px;
}

.infoWarning .itemInfo .set {
  margin-top: 3px;
  margin-left: 30px;
}

.infoWarning .itemInfo .telBox,
.infoWarning .caution .timeline {
  margin: 20px 0;
}

.infoWarning .itemInfo .telBox p {
  margin-top: 0;
}

.infoWarning .caution {
  margin-bottom: 30px;
}

.infoWarning .caution .refundReason .refundTitle {
  margin-bottom: 10px;
}

.infoWarning .caution .timeline p,
.infoWarning .caution .refundReason p {
  margin-top: 0;
  padding-top: 0;
}

.leftWord {
  font-weight: 500;
}

.exception {
  color: #c0c0c0;
}

/******* recommendation *************/
.recommendation {
  padding: 10px;
  font-weight: 500;
  position: relative;
}

.recommendation .title_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recommendation .title_more .moreBtn {
  text-align: right;
  padding-right: 1rem;
  font-weight: 400;
  font-size: 12px;
  color: #8e8e8e;
  cursor: pointer;
}

.recommendation p {
  margin-bottom: 10px;
}

.recommendation .otherMD {
  display: flex;
  height: 300px;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.recommendation .otherMD li {
  flex: 0 0 190px;
  height: 200px;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  text-align: center;
  word-break: keep-all;
  box-sizing: border-box;
}

.recommendation .otherMD li .itemName {
  margin: 5px 0;
  max-width: 150px;
  margin: 0 auto;
}

.recommendation .otherMD li .itemNameEng {
  font-size: 12px;
}

.recommendation .otherMD .insideBtn {
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #403a3a;
  color: white;
  border-radius: 20px;
  top: 40%;
}

.recommendation .otherMD .leftBtn {
  left: 10px;
  opacity: 0;
}

/******* buyline *************/
.buyLine {
  width: 100%;
  padding: 10px;
  height: 80px;
  background-color: #666666;
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  bottom: 0;
  z-index: 999;
}

.buyLine .choseNum {
  font-size: 14px;
  color: white;
}

.buyLine .align {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-around;
}

.buyLine .amountBtn {
  display: flex;
  align-items: center;
}

.buyLine .amountBtn .calcBox {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 25px;
  color: white;
  text-align: center;
  background-color: #ba000d;
  cursor: pointer;
}

.buyLine .amountBtn input[type=number] {
  width: 70px;
  height: 30px;
  text-align: center;
  border: none;
  font-size: 18px;
}

.buyLine .priceBox {
  color: white;
  font-size: 13px;
  line-height: 1.2;
}

.buyLine .priceBox .totalSum {
  font-weight: 500;
  font-size: 16px;
}

.buyLine .buyBtn {
  border: none;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #ba000d;
  color: white;
  font-weight: 500;
  cursor: pointer;
}

.anotherGift {
  display: none;
}

@media all and (min-width: 601px) {
  .MDitem_detailImg {
    max-height: 1100px;
    margin-bottom: 50px;
  }
  .buyLine .align {
    justify-content: flex-start;
    align-items: center;
  }
  .buyLine .buyBtn {
    position: absolute;
    right: 20px;
    cursor: pointer;
  }
  .anotherGift {
    display: inline-block;
    position: absolute;
    right: 145px;
    top: 8px;
  }
  .anotherGift button {
    padding: 10px 12px;
    cursor: pointer;
  }
  .recommendation .otherMD {
    height: 300px;
  }
  .recommendation .otherMD li {
    flex: 0 0 240px;
  }
  .moreBtn {
    font-size: 14px;
  }
}
@media all and (min-width: 769px) {
  .wrap {
    margin: 0;
  }
  .MDintro {
    position: absolute;
    right: 140px;
    margin-top: 50px;
  }
  .MDphoto {
    max-width: 550px;
    position: relative;
    top: 0;
    left: 0;
  }
  .MDintro .secondTitle {
    display: block;
  }
  .secondTitle .itemSize {
    margin: 40px 0;
  }
  .secondTitle .itemSize .leftWord {
    font-weight: 500;
    padding-right: 20px;
  }
  .secondCalc {
    display: flex;
    gap: 20px;
  }
  .secondCalc .amountBtn {
    display: flex;
  }
  .secondCalc .amountBtn .calcBox {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    color: white;
    text-align: center;
    background-color: #ba000d;
    cursor: pointer;
  }
  .secondCalc .amountBtn input[type=number] {
    width: 70px;
    height: 30px;
    text-align: center;
    border: none;
    font-size: 18px;
  }
  .rightTotal {
    text-align: right;
    margin: 40px 0;
  }
  .rightTotal .choseNum,
  .rightTotal .resultSum {
    color: #8e8e8e;
    font-size: 15px;
  }
  .rightTotal .totalNum {
    font-size: 20px;
  }
  .rightTotal .totalSum {
    font-weight: bold;
    font-size: 20px;
    color: black;
  }
  .wishGift {
    display: none;
    border-bottom: none;
  }
  .allBtns {
    display: flex;
    gap: 10px;
    max-height: 100px;
  }
  .allBtns .insideGift {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
  }
  .allBtns .insideGift button {
    height: 40px;
    font-size: 16px;
    cursor: pointer;
  }
  .allBtns .buyBtn {
    border: none;
    flex-grow: 2;
    border-radius: 10px;
    background-color: #ba000d;
    color: white;
    font-weight: 500;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
  }
  .MDitem_detailImg {
    margin-top: 250px;
  }
  .moreBtn {
    font-size: 16px;
  }
  .check {
    text-align: center;
  }
  .check div {
    width: 10px;
    height: 10px;
    background-color: #c0c0c0;
    border-radius: 20px;
    display: inline-block;
    margin: 0 10px;
  }
  .check div.on {
    width: 15px;
    height: 15px;
    background-color: #666666;
  }
}
@media all and (min-width: 1440px) {
  .wishGift {
    display: none;
    border-bottom: none;
  }
  .wildLayer {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
  }
  .MDintro {
    right: 100px;
  }
  .MDphoto {
    max-width: 600px;
  }
  .infoWarning .infoTitle {
    padding: 10px 240px;
    font-size: 18px;
  }
  .infoWarning .itemInfo {
    font-size: 16px;
    padding: 1rem 15rem;
  }
  .recommendation {
    margin-bottom: 30px;
  }
  .recommendation .otherMD {
    height: 380px;
  }
  .recommendation .otherMD li {
    flex: 0 0 340px;
    height: 280px;
  }
  .buyLine {
    padding-left: 300px;
    margin: 0 auto;
  }
  .buyLine .buyBtn {
    right: 350px;
    font-size: 18px;
  }
  .buyLine .amountBtn input[type=number] {
    width: 150px;
  }
}/*# sourceMappingURL=detail.css.map */