@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto + Sans + TC:300, 500|Noto + Serif + TC:300, 400, 600, 900|Nunito + Sans&display=swap);
.classNote {
    padding-bottom: 10px;
    line-height: 1.8;
    font-size: 15px;
    color: #222;
    text-align: center;
}
.classNote img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itemList {
    margin: 0 -15px;
}
.itemList li {
    padding: 0 15px 30px;
}
.itemList .Img {
    position: relative;
}
.itemList .Img a {
    display: block;
    overflow: hidden;
}
.itemList .Img img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    object-fit: cover;
    height: 300px;
}
.itemList .Txt {
    position: relative;
    /*margin-top: -30px;*/
    padding: 10px 0;
    /*padding-right: 20px;*/
    /*width: calc(100% - 20px);*/
    width: 100%;
    /*height: 90px;*/
    background-image: url(../images/bg_w.png);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.itemList .Txt p {
    padding-top: 0px;
    height: 30px;
    line-height: 1.6;
    font-size: 15px;
    color: #777;
}
.itemList h3 a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    color: #aa0167;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    letter-spacing: 0.5px;
}
.itemList h3 a:hover {
    color: #000;
}
.itemList .className {
    display: inline-block;
    position: relative;
    padding: 10px 0;
    color: #6f6f6f;
}
.itemList .className:before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    width: 30px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
}
.itemList .price {
    margin-top: 10px;
}
.itemList .price strong {
    display: inline-block;
    margin: 0 5px;
}
.itemList .price .discount b {
    font-style: italic;
    font-size: 18px;
    color: #000;
}
.itemList .ribbon_hot,
.itemList .ribbon_new {
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 99;
    display: block;
    width: 112px;
    height: 112px;
    text-indent: -9999px;
}
.itemList .ribbon_new {
    background: url("../images/ribbon_new.png") no-repeat;
}
.itemList .ribbon_hot {
    background: url("../images/ribbon_hot.png") no-repeat;
}
.albumBox {
    margin-right: 30px;
    padding: 0;
}
.albumBox img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.side_album {
    width: 100%;
    margin: 2px -1px 0;
}
.side_album li {
    float: left;
    width: 16.6%;
    padding: 1px;
    overflow: hidden;
}
.side_album img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.side_album a {
    display: block;
}
.introBox {
    overflow: hidden;
}
.introBox .insTitle {
    line-height: 1;
}
.introBox .newsDate {
    padding-left: 10px;
    font-size: 13px;
    color: #818181;
    letter-spacing: 1px;
    font-family: "Nunito Sans", sans-serif;
}
.introBox .newsDate strong {
    font-weight: 400;
}
.introBox .newsDate strong i {
    margin-right: 2px;
    font-size: 14px;
    color: #ae4233;
}
.introBox .newsDate b {
    display: block;
    font-weight: 400;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
}
.introBox .newIcon {
    display: inline-block;
    padding: 3px 5px;
    margin-right: 3px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 13px;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    color: #548394;
}
.introBox .Txt {
    margin-top: 20px;
    line-height: 1.6;
    font-size: 13px;
    color: #6c6c6c;
}
.introBox .btn {
    padding-top: 20px;
    text-align: center;
}
.introBox .btn a {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 15px;
    color: #fff;
}
.share {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}
.share b {
    position: relative;
    padding-right: 60px;
    font-size: 13px;
    font-weight: 400;
    font-family: serif;
    font-style: italic;
    font-size: 14px;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    color: #bc0073;
}
.share b:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 45px;
    height: 1px;
    background-color: #c6c2be;
}
.share a {
    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;
    padding: 10px;
    width: 15px;
    height: 15px;
    font-size: 16px;
    color: #a9a9a9;
}
.share a:hover {
    color: #464744;
}
.share a:hover svg {
    fill: #464744;
}
.share .icon-line2 {
    width: 18px;
    height: 17px;
    fill: #a9a9a9;
}
.code {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #999;
}
@media (max-width: 767px) {
    .productIntro .albumBox {
        float: none;
        margin: 0 0 30px 0;
    }
}
