/* CSS Document */

.container {
  margin-bottom: 0;
}

.det-pro {
  margin: 15px 40px 40px;
  padding-left: 50px;
  overflow: hidden;
}
.product-info > .product-img {
  float: left;
  width: 45%;
  position: relative;
}
.product-info > .product-img > .status {
  position: absolute;
  top: 15px;
  z-index: 0;
}
.product-info > .product-img > img {
  width: 100%;
  padding-right: 70px;
}

.product-info > .product-img > .status > p {
  padding: 5px 8px;
  margin: 0;
  line-height: 1em;
}

.product-info > .product-img > .status > .limited {
  color: #008500;
  border: 1px solid #008500;
}

.product-info > .product-img > .status > .soon {
  color: #e8563f;
  border: 1px solid #e8563f;
}

.product-info > .product-img > .status > .new {
  color: #fff;
  background-color: #d24a7c;
}

.product-info > .product-info-middle {
	margin-bottom: 30px;
  margin-top: 30px;
  float: right;
  width: 55%;
}

.product-info > .product-info {
  width: 100%;
  padding-left: 50px;
}

.product-info-top {
  float: right;
  width: 55%;
  margin-bottom: 30px;
}

.name {
  font-size: 11px;
  margin: 0 0 5px;
}

.number {
  float: left;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}

.wholeprice {
  margin: 15px 0;
}
.wholeprice .campaign_adopt {
  text-decoration: line-through;
}
.wholeprice .adopt {
  font-size: 16px;
  font-weight: bold;
}
.wholeprice .campaign span {
  font-size: 16px;
  font-weight: bold;
  color: #b12704;
}
.point, .price, .stock {
  margin: 0 0 15px;
}

.point > span {
  font-weight: bold;
  color: #b12704;
}

.product-info-bottom {
  float:left;
}

.det-p-icon-data {
  display: flex;
	flex-wrap: wrap;
  margin: 0 -6px;
}

.det-p-icon-data > .det-p-icon {
  margin-bottom: 10px;
}

.det-p-icon-data > .det-p-icon:first-child {
  /*margin-left: -6px;*/
}

.det-p-icon-data > .det-p-icon > img {
  padding: 0 6px;
  display: block;
  width: 60px;
  height: auto;
  max-height: 100%;
}

.det-p-icon-data > .det-p-icon > span {
  text-align: center;
  display: block;
  font-size: 10px;
  padding-top: 3px;
  color: #888;
}

.p-icon-sm {
  display: none;
}

.p-icon-sm > li {
  background-color: #333;
  border-radius: 3px;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 13px;
}

.icon-desc {
  font-size: 11px;
  margin-bottom: 50px;
}

.icon-desc > p {
  margin: 0;
}

.icon-desc > p > a {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}

.quantity-area {
  display: flex;
  align-items: baseline;
}

.quantity-area > .quantity {
  margin: 0;
}

.quantity-area > .num-input {
  /*position: relative;
  z-index: -1;*/
  width: 70px;
  height: 30px;
  border-radius: 5px;
  text-align: right;
  background-color: #fff;
  border: 1px solid #dfe0e1;
}

.quantity-area > .num-input > input {
  display: block;
  width: 100%;
  height: 29px;
  background: transparent !important;
  border: none;
  font-size: 13px;
  cursor: text;
  text-align: center;
}
  
.quantity-area > .btn-add-cart {
  margin-left: 30px;
  display: block;
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #007ee5;
  border-radius: 4px;
  cursor: pointer;
}

.main-nav-tab {
  border-bottom: 1px solid #dfe0e1;
  border-left: 1px solid #dfe0e1;
  background-color: #dfe0e1;
  margin: 0 40px 40px;
}

.main-nav-tabs {
  display: flex;
}

.main-nav-tabs > li {
  display: block;
  width: 180px;
  margin-bottom: -1px;
  padding: 18px 0;
  border-top: 1px solid #dfe0e1;
  border-right: 1px solid #dfe0e1;
  border-bottom: 1px solid #dfe0e1;
  background-color: #f4f6f7;
  color: #333;
  text-align: center;
  cursor: pointer;
}

.main-nav-tabs > .tab-active {
  background-color: #fff;
  border-bottom-color: transparent;
}

.tab-content {
  margin: 40px;
}
/*
.tab-content.tab-active {
  display: block !important;
}
*/

.sp-temp-wrp {
  margin-bottom: 30px;
}

.sp-temp-wrp > li {
  margin: 10px 0px;
  display: flex;
  align-items: center;
}

.sp-temp-wrp > li::before {
  content: '●';
  margin-right: 5px;
  font-size: 14px;
  line-height: 1em;
}

.sp-temp-wrp > p {
  margin: 13px 0 0 0;
}

ul.table-spe {
  border-top: 1px solid #dfe0e1;
  border-right: 1px solid #dfe0e1;
  border-left: 1px solid #dfe0e1;
  font-size: 13px;
  line-height: 1.6;
  list-style-type: none;
  margin-bottom: 30px;
  padding: 0;
}

.table-row {
  display: table;
  width: 100%;
  border-bottom: 1px solid #dfe0e1;
}

.content-item p {
  line-height: 2.4;
  margin: 0;
}

.table-column1, .table-column2 {
  padding: 10px 20px;
}

.table-column1 {
  display: table-cell;
  width: 24%;
  border-right: 1px solid #dfe0e1;
}

.table-column1 > p {
  color: #333;
  font-weight: bold;
}

.table-column2 {
  display: table-cell;
  width: 76%;
}

.download-wrp p {
  margin: 0 0 5px 0px;
}

.download-wrp > li {
  margin-bottom: 30px;
}

.download-title {
  font-weight: bold;
  font-size: 14px;
}

.download-title > img {
  width: 16px;
  margin-right: 10px;
}

.download-wrp > li > .download-text,
.download-wrp > li > .download-link {
  margin-left: 26px;
}

.download-link > a {
  text-decoration: underline;
  color: #007ee5;
}

.srh-wrp {
  border-top: 1px solid #dfe0e1;
  margin-top: 40px;
  margin-bottom: 200px;
}

.srh-opt {
  margin: 0 40px;
  overflow: hidden;
}

.opt-title {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0 15px;
}

.opt-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px;
  margin-bottom: -1px;
}

.srh-p-data-wrp {
  width: 25%;
  border-right: 1px solid #dfe0e1;
  border-bottom: 1px solid #dfe0e1;
}

.srh-p-data-link {
  display: flex;
  flex-direction: column;
  padding: 20px;
  text-decoration: none;
}

.srh-p-no {
  font-size: 20px;
  margin: 0;
  letter-spacing: .02em;
}

.srh-p-name {
  padding-top: 7px;
  margin: 0;
  color: #333;
}

.srh-p-img-wrp {
  padding: 0;
  margin-top: 10px;
}

.srh-p-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  /*z-index: -2;
  position: relative;*/
}

.set-area {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
}

.set-area > .select-title {
  margin: 0;
}

.set-area > .form-select {
  height: 30px;
  border-radius: 5px;
  text-align: right;
  background-color: #fff;
  border: 1px solid #dfe0e1;
}

.set-area > .form-select > select {
  display: block;
  width: 100%;
  height: 29px;
  background: transparent !important;
  border: none;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}
.set-area .option-box {
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 1280px) {
  .product-info > .product-info-bottom {
    width: 50%;
    float: left;
  }
  .product-info > .product-img > img {
    width: 100%;
    padding-right: 20px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  /*.det-pro > .product-img > img {
    padding: 30px 30px 30px 0;
  }*/
  .det-pro {
  padding-left: 0;
}
  .det-pro > .product-info {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .det-pro {
    flex-direction: column;
    margin: 10px 15px 40px;
  }
  .product-info > .product-img {
    width: 100%;
  }
  .product-info > .product-img > img {
  }
  .product-info > .product-img > .status {
    top: 0;
  }
  .product-info > .product-info {
    width: 100%;
  }
  .product-info-top {
    position: absolute;
    top: 100px;
  }
  .name {
    margin-bottom: 0;
  }
  .wholeprice {
    margin: 10px 0 5px;
  }
  .point, .price, .stock {
    margin: 0 0 5px;
  }
  .quantity-area > .num-input {
    height: 40px;
  }
  .quantity-area > .num-input > input {
    height: 39px;
  }
  .quantity-area > .btn-add-cart {
    margin-left: 15px;
    width: 200px;
    height: 40px;
    line-height: 40px;
  }
  
  .det-p-icon-data {
    display: none;
  }
  .p-icon-sm {
    display: flex;
    flex-wrap: wrap;
  }
  .icon-desc {
    display: none;
  }
  .main-nav-tab {
    margin: 0 15px;
    border-bottom: none;
  }
  .main-nav-tabs > li {
    width: 100%;
    font-size: 11px;
  }
  .tab-content {
    margin: 30px 15px 0;
  }
  .sp-temp-wrp > li::before {
    font-size: 12px;
    margin-bottom: 0;
  }
  .table-row {
    display: block;
    width: 100%;
  }
  .table-column1, .table-column2 {
    padding: 5px 10px;
  }
  .table-column1 {
    display: block;
    width: 100%;
    border: none;
    background-color: #efefef;
  }
  .table-column2 {
    display: block;
    width: 100%;
  }
  .content-item p {
    line-height: 2em;
  }
  .srh-opt {
    margin: 0 15px;
  }
  .srh-p-data-wrp {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .product-info-top {
    position:static;
  }
  .product-info-top {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .product-info > .product-img {
    float:none;
}
  .product-info > .product-img > .status {
    position: absolute;
    top: 20px;
    z-index: 0;
  }
  .product-info > .product-img > img {
    padding:0 40px 10px;
    margin-bottom: 0;
  }
  
  .name {
    margin: 15px 0 10px;
  }
  .number {
    font-size:27px;
  }
  .product-info > .product-info-middle {
    margin-top: 0;
    margin-bottom: 20px;
		width: 100%;
  }
  .product-info > .product-info-bottom {
    width:100%;
  }
}