@charset "UTF-8";
/* CSS Document */
.outerWrap {
  background-color: #F3F3F3;
}

.sectionTitle {
  color: #000000;
}

.classBoxColumn .classLink a.current, .classBoxColumn .classLink a:hover {
  border-bottom: 1px solid #000000;
  color: #2f2f2f;
}
.classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after {
  background-color: #000000;
}
.classBoxColumn .classLink .linkHasItems.open {
  color: #f0c417;
}

.tagBox a {
  color: #000000;
  border-color: #000000;
}
@media (min-width: 1201px) {
  .tagBox a:hover {
    color: #ffffff;
    border-color: #f0c417;
    background-color: #f0c417;
  }
}

.contentBox {
  max-width: 1440px;
  margin: 30px auto;
}
.contentBox .bottomBox {
  padding: 0;
}

.classNote {
  padding-bottom: 10px;
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 1.8;
}
.classNote img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.productList {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productList .productItem {
  padding: 0 15px 30px;
  width: 33.33%;
}
@media (max-width: 1023px) {
  .productList .productItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .productList .productItem {
    width: 100%;
  }
}
.productList .Img {
  position: relative;
}
.productList .Img a {
  display: block;
  overflow: hidden;
}
.productList .Img img {
  display: block;
  width: 100%;
}
.productList .Txt {
  padding: 15px;
  text-align: center;
  background-color: #fff;
}
.productList .Txt .title a {
  display: block;
  font-weight: 400;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productList .Txt .text {
  height: 60px;
  padding-top: 10px;
  font-size: 13px;
  line-height: 1.8;
  color: #777;
}

.normal {
  text-decoration: line-through;
}

.discount b {
  font-size: 18px;
  font-style: italic;
  color: #ffffff;
}

.insIntroBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .insIntroBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insIntroBox .introBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .insIntroBox .introBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.insIntroBox .introBox .articleTitle {
  margin-bottom: 15px;
  padding: 0 0 15px 0;
  color: #000000;
}
.insIntroBox .introBox .code {
  color: #666;
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding: 3px 0;
}
.insIntroBox .introBox .code a {
  color: #666;
}
.insIntroBox .introBox .Txt {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 15px;
  color: #666;
}

/*訂購規格區*/
.orderTable {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}
.orderTable th {
  padding: 10px;
  font-size: 15px;
  color: #999;
}
.orderTable td {
  padding: 10px;
  color: #999;
}
.orderTable select {
  padding: 4px;
}
.orderTable tr:nth-child(odd) {
  background-color: #e1e1e1;
}
.orderTable b {
  font-weight: 400;
  font-size: 15px;
  color: #999;
}
.orderTable .priceBox {
  padding: 10px 0;
}
.orderTable .priceBox .priceItem {
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.orderTable .priceBox .priceItemOriginal, .orderTable .priceBox .priceItemSelling, .orderTable .priceBox .priceItemDefault {
  font-size: 28px;
  font-weight: 500;
  padding: 5px 0;
}
.orderTable .priceBox .priceItemOriginal span, .orderTable .priceBox .priceItemSelling span, .orderTable .priceBox .priceItemDefault span {
  display: inline-block;
}
.orderTable .priceBox .priceItemOriginal span:first-child, .orderTable .priceBox .priceItemSelling span:first-child, .orderTable .priceBox .priceItemDefault span:first-child {
  margin-right: 3px;
}
.orderTable .priceBox .priceItemDefault {
  color: #f0c417;
}
.orderTable .priceBox .priceItemOriginal, .orderTable .priceBox .priceItemSelling {
  display: none;
}
.orderTable .priceBox .priceItemOriginal {
  color: #bbb;
}
.orderTable .priceBox .priceItemOriginal span {
  position: relative;
}
.orderTable .priceBox .priceItemOriginal span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9f9f9f;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.orderTable .priceBox .priceItemSelling {
  color: #ca0000;
}
.orderTable .countBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.orderTable .countBox b {
  margin-right: 20px;
  font-size: 14px;
  color: #999;
  letter-spacing: 0.1em;
}
.orderTable .countBox .countItemBox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 130px;
  height: 30px;
  border: 1px solid #666;
}
.orderTable .countBox .countItemBox .countBtn {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #666;
}
.orderTable .countBox .countItemBox .count {
  width: calc(100% - 60px);
  height: 30px;
  line-height: 30px;
  border: 1px solid #666;
  border-top: none;
  border-bottom: none;
  font-size: 15px;
  color: #959595;
  text-align: center;
  letter-spacing: 0.1em;
}
.orderTable .countBox .countItemBox .countLess::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -1px;
  width: 6px;
  height: 2px;
  background-color: #fff;
}
.orderTable .countBox .countItemBox .countAdd::before, .orderTable .countBox .countItemBox .countAdd:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
}
.orderTable .countBox .countItemBox .countAdd::before {
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}
.orderTable .countBox .countItemBox .countAdd::after {
  margin-left: -1px;
  margin-top: -6px;
  width: 2px;
  height: 12px;
}
.orderTable .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  text-align: center;
  margin: 0 -5px;
}
.orderTable .btn a {
  margin: 0 5px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #000;
  color: #000;
  font-size: 15px;
  padding: 10px 15px;
  width: 120px;
}
.orderTable .btn a:hover {
  color: #fff;
  background-color: #f0c417;
  border-color: #f0c417;
}

.promotionArea .moduleWrap {
  max-width: 480px;
}
.promotionArea .promotionBox {
  margin: 30px 0;
}
.promotionArea .promotionBox .btn1 {
  margin-top: 20px;
}
