/* 상품정보 */
#sit_info {
  max-width: 1240px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 100px;
  #sit_inf_explan {
    margin-top: 56px;
    margin-left: 16px;
    margin-right: 16px;
    line-height: 1.7;
    font-size: 13px;

    & img {
      max-width: 100%;
      height: auto;
    }
  }
}
#sit_info .tab_tit {
  display: flex;
  justify-content: space-between;
  background: #f1f2f3;
}
#sit_info .tab_tit li {
  display: flex;
  flex: 1;
  text-align: center;
  font-size: 15px;
  border: 1px solid #d5d5d5;
  margin-left: -1px;
  flex-direction: column;
}
#sit_info .tab_tit li a {
  display: block;
  padding: 18px 0;
}
#sit_info .tab_tit li a.selected {
  background: #fff;
}
#sit_info .sit_order_btn button {
  text-align: center;
}

.sit_option {
  padding: 10px 0;
  margin: 10px 0 0;
}
.sit_option label {
  display: block;
  margin: 0 0 5px;
  color: #666;
}
.sit_option label.label-title {
  display: none;
}
.sit_option select {
  width: 100%;
  margin: 0 0 10px;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #cdcdcd;
  -webkit-appearance: none; /* 화살표 없애기 for chrome*/
  -moz-appearance: none; /* 화살표 없애기 for firefox*/
  appearance: none; /* 화살표 없애기 공통*/
  background: url("img/select_arrow.png") no-repeat 96% 50%; /* 화살표 아이콘 추가 */
}
.sit_option select::-ms-expand {
  display: none; /* 화살표 없애기 for IE10, 11*/
}

.option_wr {
  padding: 20px 20px 0;
}
.option_wr h3 {
  font-size: 1.167em;
  margin-bottom: 10px;
}
.option_wr .get_item_options,
.option_wr .get_item_supply {
  margin-bottom: 10px;
}
.option_wr label {
  display: block;
  margin: 10px 0 5px;
}
.option_wr select {
  width: 100%;
  border: 1px solid #d4d4d4;
  height: 48px;
}

#sit_opt_added {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  list-style: none;
}
#sit_opt_added li {
  padding: 10px 15px;
  background: #f9f9f9;
  border: 1px solid #e6e9ed;
  margin: 10px 0;
  position: relative;
}
#sit_opt_added li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#sit_opt_added li .opt_name {
  line-height: 28px;
  font-weight: bold;
}
#sit_opt_added li .opt_count {
}
#sit_opt_added button {
  float: left;
  width: 30px;
  height: 30px;
  border: 1px solid #bdc9dc;
  border-radius: 0;
  background: #fff;
  color: #666;
  font-size: 0.92em;
}
#sit_opt_added button:hover {
  color: #000;
}
#sit_opt_added .num_input {
  float: left;
  border: 0;
  height: 30px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}
#sit_opt_added .sit_opt_del {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  border: 0;
  border-left: 1px solid #e6e9ed;
  border-bottom: 1px solid #e6e9ed;
}
#sit_opt_added .sit_opt_del:hover {
  color: #be334a;
}
#sit_opt_added .sit_opt_prc {
  display: block;
  float: right;
  width: 100px;
  padding: 0 3px;
  text-align: right;
  line-height: 30px;
  font-size: 1.183em;
  font-weight: bold;
}

#mod_option_frm #sit_sel_option {
  margin: 20px 20px 10px;
}
#mod_option_frm #sit_tot_price {
  float: left;
  display: inline-block;
  margin: 0 20px 20px;
}

#sit_opt_added .num_input {
  float: left;
  border: 0;
  height: 30px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}

#mod_option_frm .btn_confirm {
  float: right;
  display: inline-block;
  margin: 0 20px 20px;
  background: yellow;
}
#mod_option_frm .btn_confirm .btn_submit {
  width: 100px;
  height: 40px;
  font-size: 1.167em;
  font-weight: bold;
  cursor: pointer;
}
#mod_option_frm .btn_confirm .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: 0;
  background: none;
  font-size: 1.25em;
  border-radius: 0;
}
#mod_option_frm .btn_confirm .btn_close:hover {
  background: #f3f3f3;
}

#sit_ov h3 {
  margin: 0 0 10px;
  font-weight: 600;
}

.sit_option h3 {
  font-size: 1.083em;
}

.sit_option label.label-title {
  display: none;
}

.sit_sel_btn {
  position: relative;
} /* 선택옵션용 추가 버튼 */
.sit_sel_btn button {
  position: absolute;
  top: -51px;
  right: 0 !important;
  right: 15px;
}

#sit_sel_option h3 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

/* 상품정보 : 사용후기 */
#sit_info #sit_tab .tab_con #sit_qa h2 {
  font-size: 17px;
  text-align: center;
}
#sit_use_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  .sit_empty {
    margin-top: 40px;
    padding: 16px 0;
    text-align: center;
    font-size: 13px;
  }
  #sit_use_wbtn {
    margin: 20px 0;
    display: flex;
    gap: 6px;
    & a {
      min-width: 135px;
      padding-left: 15px;
      padding-right: 15px;
      border-radius: 0 !important;
      text-align: center;
      height: 40px;
      align-items: center;
      display: flex;
      justify-content: center;
    }
  }
}

/* 상품정보 : 상품문의 */
#sit_info #sit_tab .tab_con #sit_qa h2 {
  font-size: 17px;
  text-align: center;
}
#sit_qa_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  .sit_empty {
    margin-top: 40px;
    padding: 16px 0;
    text-align: center;
    font-size: 13px;
  }
  #sit_qa_wbtn {
    margin: 20px 0;
    display: flex;
    gap: 6px;
    & a {
      min-width: 135px;
      padding-left: 15px;
      padding-right: 15px;
      border-radius: 0 !important;
      text-align: center;
      height: 40px;
      align-items: center;
      display: flex;
      justify-content: center;
    }
  }
}

/* 상품정보 : 배송/교환 */
#sit_info {
  #sit_dex {
    #sit_dvr {
      text-align: center;
      margin-top: 56px;
      margin-bottom: 40px;
      img {
        max-width: 100%;
      }
      & h3 {
        margin-bottom: 20px;
        font-weight: bold;
      }
      .content {
        text-align: left;
        margin-left: 16px;
        margin-right: 16px;
      }
    }
    #sit_ex {
      text-align: center;
      & h3 {
        margin-bottom: 20px;
        font-weight: bold;
      }
      .content {
        text-align: left;
        margin-left: 16px;
        margin-right: 16px;
      }
    }
  }
}

/* @@상품정보 */

@media screen and (max-width: 768px) {
  #sit_hhtml img {
    width: 100%;
  }

  .it_tail_html {
    margin: 0 16px;
  }
}
