@charset "UTF-8";
/* CSS Document */
.mainArea.list .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainArea.list .contentBox .leftBox {
  width: 280px;
  padding-right: 40px;
}
.mainArea.list .contentBox .rightBox {
  width: calc(100% - 280px);
}
@media (max-width: 1180px) {
  .mainArea.list .contentBox .leftBox {
    width: 30%;
    padding-right: 30px;
  }
  .mainArea.list .contentBox .rightBox {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .mainArea.list .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainArea.list .contentBox .leftBox,
  .mainArea.list .contentBox .rightBox {
    width: 100%;
  }
  .mainArea.list .contentBox .leftBox {
    padding-right: 0;
  }
}

.searchBox {
  padding-bottom: 20px;
}
.searchBox .title {
  color: gray;
  font-size: 16px;
  margin-bottom: 15px;
}
.searchBox .inputBox {
  position: relative;
}
.searchBox .inputBox input {
  width: 100%;
  height: 40px;
  padding-left: 20px;
  padding-right: 60px;
  border-radius: 18px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 40px;
  background-color: #f9f7f4;
}
.searchBox .inputBox a {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 60px;
  height: 40px;
  border-radius: 18px;
  border: none;
  background-color: #92a57c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1201px) {
  .searchBox .inputBox a:hover {
    background-color: #818473;
  }
}
.searchBox .inputBox a i {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 2px;
}

.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 {
  width: 33.33%;
  padding: 0 15px 45px 15px;
}
@media (max-width: 768px) {
  .productList {
    margin: 0 -10px;
  }
  .productList .productItem {
    width: 50%;
    padding: 0 10px 40px 10px;
  }
}
@media (max-width: 480px) {
  .productList {
    margin: 0;
  }
  .productList .productItem {
    width: 100%;
    padding: 0 0 35px 0;
  }
}
.productList .Img {
  position: relative;
}
.productList .Img a {
  display: block;
}
.productList .Img img {
  display: block;
  width: 100%;
}
.productList .Txt {
  padding: 20px 15px 0;
  text-align: center;
}
.productList .Txt .title a {
  display: block;
  font-weight: 400;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productList .Txt .text {
  font-size: 14px;
  line-height: 1.785;
  color: #666666;
  height: 75px;
  margin-top: 10px;
}

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

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

.serialNumber {
  display: block;
  color: #666666;
  font-size: 15px;
  font-weight: 350;
  padding-bottom: 20px;
}

.promotionsTag {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  font-weight: 350;
  padding: 8px 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  background-color: #efece5;
}
.promotionsTag a {
  color: #666666;
}
@media (min-width: 1201px) {
  .promotionsTag a:hover {
    color: #818473;
  }
}

.introduction {
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.buttonExp {
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  padding-top: 10px;
}
.buttonExp a {
  color: #666666;
}
@media (min-width: 1201px) {
  .buttonExp a:hover {
    color: #818473;
  }
}

.spec {
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  padding-top: 20px;
}

.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 {
  border-bottom: 0;
  margin-bottom: 0;
}
.insIntroBox .introBox .code {
  color: #666666;
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.insIntroBox .introBox .Txt {
  padding-top: 20px;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
.insIntroBox .priceCountBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
}
@media (max-width: 600px) {
  .insIntroBox .priceCountBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.insIntroBox .checkoutBox {
  padding: 30px 0;
}
@media (max-width: 480px) {
  .insIntroBox .checkoutBox {
    padding: 20px 0;
  }
}
.insIntroBox .checkoutBox .checkTitle {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  background-color: #efece5;
  position: relative;
}
.insIntroBox .checkoutBox .checkTitle .blk {
  display: block;
}
@media (max-width: 768px) {
  .insIntroBox .checkoutBox .checkTitle.open .toggleBtn:after {
    opacity: 0;
  }
  .insIntroBox .checkoutBox .checkTitle .txt {
    padding-right: 30px;
  }
  .insIntroBox .checkoutBox .checkTitle .toggleBtn {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .insIntroBox .checkoutBox .checkTitle .toggleBtn:before, .insIntroBox .checkoutBox .checkTitle .toggleBtn:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-color: #222222;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .insIntroBox .checkoutBox .checkTitle .toggleBtn:before {
    width: 20px;
    height: 1px;
  }
  .insIntroBox .checkoutBox .checkTitle .toggleBtn:after {
    width: 1px;
    height: 20px;
  }
}
@media (min-width: 401px) and (max-width: 480px) {
  .insIntroBox .checkoutBox .checkTitle .blk {
    display: inline-block;
  }
  .insIntroBox .checkoutBox .checkTitle .blk::before {
    content: "/";
    display: inline-block;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .insIntroBox .checkoutBox .tblBox {
    display: none;
  }
}
.insIntroBox .checkoutBox .checkTbl {
  display: table;
  padding: 20px 5px;
  width: 100%;
}
.insIntroBox .checkoutBox .checkTbl .chkTblTr {
  display: table-row;
}
@media (max-width: 992px) {
  .insIntroBox .checkoutBox .checkTbl .chkTblTr {
    display: block;
    position: relative;
  }
  .insIntroBox .checkoutBox .checkTbl .chkTblTr:not(:last-child) {
    border-bottom: 1px solid #c7c3b3;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.insIntroBox .checkoutBox .checkTbl .chkTblTd {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}
.insIntroBox .checkoutBox .checkTbl .chkTblTd.garbage {
  width: 60px;
  text-align: center;
}
.insIntroBox .checkoutBox .checkTbl .chkTblTd.countBtn {
  width: 100px;
}
.insIntroBox .checkoutBox .checkTbl .chkTblTd a {
  display: block;
}
.insIntroBox .checkoutBox .checkTbl .chkTblTd svg {
  width: 19px;
  height: 22px;
}
@media (max-width: 992px) {
  .insIntroBox .checkoutBox .checkTbl .chkTblTd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .insIntroBox .checkoutBox .checkTbl .chkTblTd.garbage {
    position: absolute;
    right: 0;
    top: 10px;
    padding: 0;
    text-align: right;
  }
  .insIntroBox .checkoutBox .checkTbl .chkTblTd .countItemBox {
    margin-left: 0;
    margin-right: auto;
    width: 140px;
  }
}
.insIntroBox .checkoutBox .checkTbl .chkTblTd .title {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .insIntroBox .checkoutBox .checkTbl .chkTblTd .title {
    padding-right: 40px;
  }
}
.insIntroBox .checkoutBox .checkTbl .chkTblTd .title a {
  color: #222222;
}
@media (min-width: 1201px) {
  .insIntroBox .checkoutBox .checkTbl .chkTblTd .title a:hover {
    color: #818473;
  }
}
.insIntroBox .checkoutBox .checkTbl .chkTblTd .colorTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
.insIntroBox .checkoutBox .checkTbl .chkTblTd .colorTitleBox .color {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.insIntroBox .checkoutBox .checkTbl .chkTblTd .colorTitleBox .model {
  font-size: 15px;
}
.insIntroBox .checkoutBox .checkTbl .countItemBox {
  margin-right: 0;
  margin-left: auto;
}
.insIntroBox .checkoutBox .amountSubtotal {
  color: #d90000;
  font-size: 20px;
  letter-spacing: 0.8px; /*40*/
  text-align: center;
}
.insIntroBox .checkoutBox .giveawayTbl {
  display: table;
  padding: 20px 5px;
  width: 100%;
}
.insIntroBox .checkoutBox .giveawayTbl .gwTblTr {
  display: table-row;
}
.insIntroBox .checkoutBox .giveawayTbl .gwTblTd {
  display: table-cell;
  padding: 10px 0;
  vertical-align: middle;
}
.insIntroBox .checkoutBox .giveawayTbl .gwTblTd:first-child {
  padding-right: 10px;
}
.insIntroBox .checkoutBox .giveawayTbl .gwTblTd.countBtn {
  width: 100px;
}
.insIntroBox .checkoutBox .giveawayTbl .title {
  color: #222222;
  font-size: 15px;
  font-weight: 400;
}
.insIntroBox .checkoutBox .giveawayTbl .title a {
  color: #222222;
}
@media (min-width: 1201px) {
  .insIntroBox .checkoutBox .giveawayTbl .title a:hover {
    color: #818473;
  }
}
@media (max-width: 480px) {
  .insIntroBox .checkoutBox .btnBox {
    padding: 20px 0;
  }
}
.insIntroBox .checkoutBox .btnBox .btn_cis {
  max-width: 300px;
  border-radius: 30px;
  border: 1px solid #666666;
  color: #666666;
  font-size: 15px;
  padding: 18px 15px;
  background-color: transparent;
}
@media (min-width: 1201px) {
  .insIntroBox .checkoutBox .btnBox .btn_cis:hover {
    color: #ffffff;
    border-color: #92a57c;
    background-color: #92a57c;
  }
}
.insIntroBox .countItemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 130px;
  height: 40px;
  border: 1px solid #e1e1e1;
  margin-right: 0;
  margin-left: auto;
}
.insIntroBox .countItemBox .countBtn {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 0;
  margin-left: auto;
}
.insIntroBox .countItemBox .count {
  width: calc(100% - 60px);
  height: 40px;
  line-height: 40px;
  border-top: none;
  border-bottom: none;
  font-size: 15px;
  color: #666666;
  text-align: center;
  letter-spacing: 0.1em;
}
.insIntroBox .countItemBox .countLess::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
  background-color: #666666;
}
.insIntroBox .countItemBox .countAdd::before, .insIntroBox .countItemBox .countAdd:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #666666;
}
.insIntroBox .countItemBox .countAdd::before {
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}
.insIntroBox .countItemBox .countAdd::after {
  margin-left: -1px;
  margin-top: -6px;
  width: 2px;
  height: 12px;
}

/*訂購規格區*/
.orderTable {
  margin-top: 20px;
}
.orderTable th {
  padding: 15px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #666666;
}
.orderTable td {
  padding: 10px;
  color: #6c6c6c;
}
.orderTable select {
  padding: 4px;
}
.orderTable tr:nth-child(odd) {
  background-color: #f1f1f1;
}
.orderTable b {
  font-weight: 400;
  font-size: 15px;
  color: #6c6c6c;
}
.orderTable .priceBox {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.orderTable .priceBox .priceItem {
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-right: 15px;
}
.orderTable .priceBox .priceItemOriginal, .orderTable .priceBox .priceItemSelling, .orderTable .priceBox .priceItemDefault {
  font-size: 15px;
  font-weight: 400;
}
.orderTable .priceBox .priceItemOriginal span, .orderTable .priceBox .priceItemSelling span, .orderTable .priceBox .priceItemDefault span {
  display: inline-block;
}
.orderTable .priceBox .priceItemOriginal {
  color: #bbb;
}
.orderTable .priceBox .priceItemOriginal span {
  position: relative;
}
.orderTable .priceBox .priceItemSelling {
  color: #ca0000;
  font-size: 18px;
}
.orderTable .countBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 10px 10px;
}
@media (max-width: 600px) {
  .orderTable .countBox {
    padding: 15px 0;
  }
}
.orderTable .countBox b {
  margin-right: 10px;
  font-size: 15px;
  color: #222222;
  letter-spacing: 0.1em;
}
.orderTable .countBox .countItemBox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 130px;
  height: 40px;
  border: 1px solid #e1e1e1;
}
.orderTable .countBox .countItemBox .countBtn {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
.orderTable .countBox .countItemBox .count {
  width: calc(100% - 60px);
  height: 40px;
  line-height: 40px;
  border-top: none;
  border-bottom: none;
  font-size: 15px;
  color: #666666;
  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: 12px;
  height: 2px;
  background-color: #666666;
}
.orderTable .countBox .countItemBox .countAdd::before, .orderTable .countBox .countItemBox .countAdd:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #666666;
}
.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;
}
.orderTable .btn a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 30px;
  border: 1px solid #666666;
  color: #666666;
  font-size: 15px;
  padding: 15px;
}
.orderTable .btn a + a {
  color: #ffffff;
  border-color: #818473;
  background-color: #818473;
  margin-left: 10px;
}
.orderTable .btn a:hover {
  color: #ffffff;
  border-color: #92a57c;
  background-color: #92a57c;
}
.orderTable .selectBox {
  position: relative;
}
.orderTable .selectBox:before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #626262;
  border-bottom: 2px solid #626262;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  margin-top: -6px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.orderTable .selectBox select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 12px;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.6px;
  border: 1px solid #9ea18d;
  border-radius: 3px;
  color: #737373;
  font-weight: 400;
  font-family: "Noto Sans TC";
  height: 53px;
}

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