@charset "utf-8";

/* **************************************************************************************
* 반응형 스킨 수정자 CSS
Author : Min
************************************************************************************** */
.goods_thumbs_spec {
  padding: 80px 10px;
  color: #323232;
  box-sizing: border-box;
}
.goods_thumbs_spec #goods_thumbs {
  padding: 0;
}
.goods_thumbs_spec .noM {
  font-size: 18px;
  opacity: 0.3;
  font-weight: 700;
}

.goods_tit_sections {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.goods_tit_sections .name {
  width: 100%;
  color: #363636;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
.goods_tit_sections .price {
  font-size: 16px;
  font-weight: 700;
}
.goods_tit_sections .price .num {
  font-size: 24px;
}
.goods_tit_sections .btn_wr a {
  font-size: 14px;
}
.goods_thumbs_spec .goods_spec_sections {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
.goods_thumbs_spec .org_price,
.goods_thumbs_spec .deatil_price_area {
  display: none;
}
.goods_thumbs_spec .goods_price_area {
  margin-top: 10px;
  padding-top: 20px;
  /* border-top: 1px solid #ccc; */
}
.goods_thumbs_spec .goods_spec_brand + .goods_spec_desc {
  border-top: 1px solid #ccc;
}
.goods_thumbs_spec .goods_spec_desc {
  padding: 15px 0;
}
.goods_thumbs_spec #goods_spec .btn_resp.size_extra2,
.goods_thumbs_spec #goods_spec .btn_resp.color2 {
  border-radius: 13.53px;
}

#btn_zoom_view {
  display: none;
}
.pagination_wrap .count .prev,
.pagination_wrap .count .next {
  display: none;
}
.pagination_wrap .count > .pagination_area,
.pagination_wrap .count > a {
  text-align: left;
}
.pagination > li:first-child {
  margin-left: 0;
}
.goods_graph {
  text-align: center;
  padding: 0 10px;
}
.goods_graph > div {
  padding: 20px 0;
}
.goods_graph h4 {
  font-size: 24px;
  color: #323232;
  font-weight: 700;
  margin-bottom: 10px;
}
.goods_graph .if_wr {
  position: relative;
  overflow: hidden;
  height: 480px;
}
.goods_graph iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.goods_graph img {
  opacity: 0;
  z-index: -1;
  position: relative;
}
.goods_graph .goods_tabs {
  border-bottom: 0;
}
.goods_tabs.flyingMode {
  top: 76px;
  width: 100%;
  background-color: #fff;
  border: 0;
}
.goods_information_tabs > a {
  border-bottom-color: #ddd;
}
.goods_information_tabs > a.current {
  border-bottom-color: #888;
  background-color: #00c047;
  color: #fff;
  border-color: #00c047;
}
.goods_information_tabs > a .num {
  background-color: #00c047;
  border-radius: 50%;
  padding: 2px;
}
.goods_information_tabs > a.current .num {
  background-color: #fff;
  color: #00c047;
}

@media only screen and (max-width: 1023px) {
  .goods_tit_sections .name {
    font-size: 24px;
  }
  .goods_tit_sections .price .num {
    font-size: 18px;
  }
  .goods_description_images {
    margin: 0;
  }
  .goods_information_contents.goods_review,
  .goods_information_contents.goods_qna {
    margin: 0;
  }
  .goods_tabs.flyingMode {
    top: 65px;
  }
}

@media only screen and (min-width: 1024px) {
  #goodsOptionBuySection.flyingMode {
    position: fixed;
    max-width: 280px;
    border: 1px solid #dedede;
    padding: 30px 10px 25px;
    right: 0;
    top: 128px;
    transform: translateY(-50px);
    z-index: 9999;
    box-sizing: border-box;
    transition: transform 0.5s;
    background-color: #fff;
  }
  #goodsOptionBuySection.flyingMode .goods_price_area {
    padding-top: 0;
  }
  #goodsOptionBuySection.flyingMode .goods_price_area .num_single_area {
    /* width: 100%; */
    /* display: block; */
    padding: 0;
  }
  #goodsOptionBuySection.flyingMode .goods_price_area .total_goods_price {
    /* width: 100%; */
    /* display: block; */
    padding: 0;
    font-size: 16px;
  }
  #goodsOptionBuySection.flyingMode #total_goods_price {
    font-size: 18px;
    vertical-align: text-top;
  }
  #goodsOptionBuySection.flyingMode .goods_price_area .total_goods_tit {
    font-size: 16px;
  }
  #goods_spec #goodsOptionBuySection.flyingMode .btn_resp.size_extra2,
  #goods_spec #goodsOptionBuySection.flyingMode .btn_resp.color2 {
    height: 30px !important;
    line-height: 30px !important;
  }
}
