.sectionTitle .num {
  color: #F0B000;
  border-bottom-color: #F0B000;
}

.secFeature .secFeatureIn .featureList .featureItem .infoCol .point {
  background: #F0B000;
}
.secFeature .secFeatureIn .sizeArea .sizeInfoWrap .dataCol .dataTitle {
  background: #F0B000;
}
.secFeature .secFeatureIn .sizeArea .sizeInfoWrap .dataCol .dataTable td {
  border: solid 1px #F0B000;
}
.secFeature .secFeatureIn .sizeArea .sizeInfoWrap .downloadCol {
  border: solid 1px #F0B000;
}
.secFeature .secFeatureIn .sizeArea .sizeInfoWrap .downloadCol .textCol .btnPdf {
  background-color: #F0B000;
}
.secFeature .secFeatureIn .sizeArea .sizeInfoWrap .downloadCol .textCol .btnPdf .pdf {
  color: #F0B000;
}

.secControl .secControlIn .arrow.back {
  background-image: url(../../shared/images/slider_back_yellow.svg);
}
.secControl .secControlIn .arrow.next {
  background-image: url(../../shared/images/slider_next_yellow.svg);
}

@media only screen and (max-width: 767px) {
  .secProductTop .secProductTopIn .topWrap .infoCol .logo {
    max-width: 110px;
  }
}
@media print, screen and (min-width: 768px) {
  .secFeature .secFeatureIn .optionArea .optionList {
    justify-content: center;
    max-width: 928px;
    margin: 0 auto;
    row-gap: 24px;
    -moz-column-gap: min(3.45%, 32px);
         column-gap: min(3.45%, 32px);
  }
  .secFeature .secFeatureIn .optionArea .optionList .optionItem {
    width: min(31.03%, 288px);
  }
}/*# sourceMappingURL=style.css.map */