
/* CSS Document */
.orderTable .orderItemList .orderItem, .productList .imgBox .Img.second {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.listArea .contentBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
}
.listArea .contentBox .leftBox {
    width: 20%;
}
.listArea .contentBox .rightBox {
    width: 80%;
}
@media (max-width: 1023px) {
    .listArea .contentBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .listArea .contentBox .leftBox {
        width: 100%;
    }
    .listArea .contentBox .rightBox {
        width: 100%;
    }
}

.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
}
@media (max-width: 1023px) {
    .productList {
        margin: 0 -10px;
    }
}
.productList .productItem {
    width: 33.3333333333%;
    padding: 0 15px 30px;
}
@media (max-width: 1023px) {
    .productList .productItem {
        width: 50%;
        padding: 0 10px 25px;
    }
}
.productList .imgBox {
    position: relative;
    z-index: 1;
}
.productList .imgBox::before {
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    color: #fff;
    display: block;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 8px 25px;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    text-align: center;
    -webkit-transform-origin: top left;
            transform-origin: top left;
}
.productList .imgBox.statusNew::before {
    content: "NEW";
    background-color: #1a73e8;
    border: 1px solid #1a73e8;
}
.productList .imgBox.statusHot::before {
    content: "HOT";
    background-color: #1a73e8;
    border: 1px solid #1a73e8;
}
@media (min-width: 1201px) {
    .productList .imgBox:hover .Img.second {
        opacity: 1;
    }
}
.productList .imgBox .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.productList .imgBox .Img.second {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.productList .Txt {
    padding: 15px;
    text-align: center;
    background-color: #fff;
}
@media (max-width: 1023px) {
    .productList .Txt {
        padding: 15px 0;
    }
}
.productList .Txt .title a {
    display: block;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 1180px) {
    .productList .Txt .title a {
        font-size: 16px;
    }
}
@media (max-width: 1023px) {
    .productList .Txt .title a {
        text-overflow: ellipsis;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
.productList .Txt .text {
    height: 60px;
    color: #8b8b8b;
    font-size: 15px;
    padding-top: 10px;
}
@media (max-width: 1180px) {
    .productList .Txt .text {
        font-size: 14px;
    }
}

.normal {
    text-decoration: line-through;
}

.discount b {
    font-size: 18px;
    font-style: italic;
    color: #1a73e8;
}

.innerArea .contentBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.innerArea .contentBox .leftBox {
    width: 50%;
}
.innerArea .contentBox .rightBox {
    width: 50%;
    max-width: 868px;
    padding-left: 60px;
    padding-right: 100px;
}
@media (min-width: 841px) {
    .innerArea .contentBox .topBox {
        display: none;
    }
}
@media (max-width: 1600px) {
    .innerArea .contentBox .leftBox {
        width: 45%;
    }
    .innerArea .contentBox .rightBox {
        width: 55%;
        padding-right: 50px;
    }
}
@media (max-width: 1180px) {
    .innerArea .contentBox .rightBox {
        padding-left: 40px;
    }
}
@media (max-width: 840px) {
    .innerArea .contentBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding: 0 35px;
    }
    .innerArea .contentBox .topBox {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .innerArea .contentBox .leftBox {
        width: 100%;
    }
    .innerArea .contentBox .rightBox {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }
}
@media (max-width: 400px) {
    .innerArea .contentBox {
        padding: 0 25px;
    }
}
.innerArea .albumBox {
    width: 100%;
}
.innerArea .albumBox .productAlbum .albumItem img {
    vertical-align: middle;
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.innerArea .productIntroBox {
    position: sticky;
    top: 110px;
}
.innerArea .insIntroBox {
    padding-top: 45px;
}
.innerArea .insIntroBox .articleTitle {
    margin-bottom: 15px;
    padding: 0 0 26px 0;
}
.innerArea .insIntroBox .code {
    font-weight: 400;
    padding: 3px 0;
    color: #db0007;
    font-size: 16px;
    line-height: 1.6875;
    letter-spacing: 0.8px;
}
@media (max-width: 1600px) {
    .innerArea .insIntroBox {
        padding-top: 20px;
    }
}
@media (max-width: 840px) {
    .innerArea .insIntroBox {
        padding-top: 0;
    }
}
.innerArea .tab {
    margin-top: 46px;
}
.innerArea .tab a {
    padding-top: 41px;
}
@media (max-width: 840px) {
    .innerArea .tabItem.pc,
    .innerArea .tabContentItem.pc {
        display: none !important;
    }
}
@media (min-width: 841px) {
    .innerArea .tabItem.mobile,
    .innerArea .tabContentItem.mobile {
        display: none !important;
    }
}

/*訂購規格區*/
.orderTable {
    margin-top: 15px;
    padding-top: 15px;
}
.orderTable th {
    padding: 10px;
    font-size: 15px;
    color: #6c6c6c;
}
.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 {
    margin-top: 7px;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
}
.orderTable .priceBox .priceItem {
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.orderTable .priceBox .priceItemOriginal, .orderTable .priceBox .priceItemSelling, .orderTable .priceBox .priceItemDefault {
    font-size: 15px;
    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 .priceItemOriginal {
    color: #ccc;
    position: relative;
    font-size: 16px;
    line-height: 2.3125;
    letter-spacing: 0px;
}
.orderTable .priceBox .priceItemOriginal::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.orderTable .priceBox .priceItemSelling {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5416666667;
    letter-spacing: 0px;
}
.orderTable .orderBox {
    padding-bottom: 33px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.orderTable .orderItemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 8px;
}
.orderTable .orderItemList .orderItem {
    position: relative;
    cursor: pointer;
}
.orderTable .orderItemList .orderItem:hover {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
}
.orderTable .orderItemList.color {
    margin-left: 6px;
    -webkit-column-gap: 13.5px;
       -moz-column-gap: 13.5px;
            column-gap: 13.5px;
}
.orderTable .orderItemList.color .orderItem {
    width: 33px;
    height: 33px;
    min-width: 33px;
    border-radius: 50%;
    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;
}
.orderTable .orderItemList.color .orderItem.active:after {
    opacity: 1;
}
.orderTable .orderItemList.color .orderItem:after {
    content: "";
    width: 43px;
    height: 43px;
    min-width: 43px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.orderTable .orderItemList.size {
    margin-top: 37px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
}
.orderTable .orderItemList.size .orderItem {
    width: 70px;
    padding: 3px 0;
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.orderTable .orderItemList.size .orderItem.active {
    border-color: #1a73e8;
    color: #1a73e8;
}
.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: #434343;
    letter-spacing: 0.1em;
}
.orderTable .countBox .countItemBox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 240px;
    height: 43px;
    border: 1px solid #ccc;
}
.orderTable .countBox .countItemBox .countBtn {
    position: relative;
    display: block;
    width: 43px;
    height: 42px;
}
.orderTable .countBox .countItemBox .count {
    width: calc(100% - 86px);
    height: 27px;
    line-height: 42px;
    border: 1px solid #ccc;
    border-top: none;
    font-weight: bold;
    border-bottom: none;
    font-size: 15px;
    color: #000;
    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: #000;
}
.orderTable .countBox .countItemBox .countAdd::before, .orderTable .countBox .countItemBox .countAdd:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #000;
}
.orderTable .countBox .countItemBox .countAdd::before {
    margin-left: -4px;
    margin-top: -1px;
    width: 8px;
    height: 2px;
}
.orderTable .countBox .countItemBox .countAdd::after {
    margin-left: -1px;
    margin-top: -4px;
    width: 2px;
    height: 8px;
}
.orderTable .cartBtnBox {
    margin-top: 16px;
    max-width: 380px;
}

.promotionArea .moduleWrap {
    max-width: 480px;
}
.promotionArea .promotionBox {
    margin: 30px 0;
}
.promotionArea .promotionBox .btn1 {
    margin-top: 20px;
}