
/* CSS Document */
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Sans+TC:wght@300;400;500;700&family=Roboto:wght@300;400;500;900&display=swap");
.mClassLink > ul, .mClassLink .main, .classRowBox > ul a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.relatedProductArea .adProductList .Img, .relatedProductArea .adProductList .Txt::before, .relatedProductArea .adProductList .Txt, .pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after, .pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after, .pageBox a.prevBtn::before, .pageBox a.nextBtn::before, .classColumnBox, .classRowBox > ul a::before, .classRowBox, .slickDots li button, .arrowBtnStyle2 a::after, .arrowBtnStyle2 a::before, .arrowBtnStyle1 a::after, .listItemTitle > a, .listItemTitle > span, footer .downLogo img, header .menu > li.dropDown span a::before, header .menu > li > a::before, header .memberBox, .loadingArea {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

body {
    background-color: #fff;
    font-family: "Roboto", "Noto Sans TC", "Noto Sans JP", sans-serif;
    font-size: 15px;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
    overflow: hidden;
}

address {
    font-style: normal;
}

a {
    color: #3b3b3b;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:hover {
    color: #f19600;
}

div.titan {
    display: none;
}

[class*=col-] {
    float: left;
}

.col-1 {
    width: 100%;
}
.col-2 {
    width: 50%;
}
.col-3 {
    width: 33.33%;
}
.col-4 {
    width: 25%;
}
.col-5 {
    width: 20%;
}
@media (max-width: 480px) {
    .col-1, .col-2, .col-3, .col-4, .col-5 {
        float: none;
        width: 100%;
    }
}

.btn_color1 {
    color: #282828;
    background-color: #fff;
}
.btn_color1:hover {
    background-color: #f19600;
}
.btn_color2 {
    color: #fff;
    background-color: #A0A0A0;
}
.btn_color2:hover {
    background-color: #999;
}

input[type=text],
input[type=password],
textarea,
button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 16px;
    outline: none;
    padding: 0;
    margin: 0;
}

textarea {
    resize: vertical;
}

.outerWrap {
    padding-top: 70px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 1180px) {
    .outerWrap {
        padding-top: 70px;
        padding-bottom: calc(0px + env(safe-area-inset-bottom));
    }
}

.wrap {
    width: 100%;
    max-width: 1242px;
    margin: 0 auto;
}
@media (max-width: 1440px) {
    .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*module*/
.moduleBox {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1005;
    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;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-property: top, opacity, visibility;
    transition-property: top, opacity, visibility;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
}
.moduleBox.show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.moduleBox.show .moduleWrap {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.moduleBox .moduleWrap {
    position: relative;
    width: 100%;
    max-width: 960px;
    background-color: #fff;
    padding-top: 60px;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.moduleBox .moduleContent {
    width: 100%;
    max-height: calc(90vh - 70px);
    overflow-y: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
}
@media (max-width: 1200px) {
    .moduleBox .moduleContent {
        padding: 0 20px 30px;
    }
}
.moduleBox .moduleTitle {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #000;
}
.moduleBox .moduleClose {
    position: absolute;
    right: 40px;
    top: -35px;
    width: 70px;
    height: 70px;
    background: none;
    background-color: #f19600;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}
@media (max-width: 480px) {
    .moduleBox .moduleClose {
        right: -10px;
        top: -20px;
    }
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -0.5px;
    width: 30px;
    height: 1px;
    background-color: #fff;
}
.moduleBox .moduleClose::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.moduleMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1003;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.moduleMask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/*購物車*/
.cartArea .moduleWrap {
    max-width: 480px;
}
.cartArea .countBox {
    margin-top: 10px;
    font-size: 13px;
    color: #333;
    text-align: center;
}
.cartArea .countBox b {
    font-size: 18px;
    color: #7ea830;
}
.cartArea .countBox b em {
    font-weight: 400;
    font-size: 12px;
    color: #7ea830;
}
.cartArea .countBox a.btn_pay {
    display: inline-block;
    padding: 7px 15px;
    font-size: 13px;
    color: #fff;
}
.cartArea .goto_pay_btn {
    margin-left: 15px;
}
.cartArea .cartNote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
}
.cartArea .cartNote .en {
    font-size: 28px;
    letter-spacing: 0.01em;
    color: #1e1e1e;
    text-transform: uppercase;
}
.cartArea .cartNote .en span {
    color: #f19600;
}
.cartArea .cartNote .text {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #373737;
}
.cartArea .cartNote .text b {
    padding-left: 4px;
    padding-right: 4px;
    font-weight: 400;
    font-size: 18px;
    color: #f19600;
}
.cartArea .cart {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-top: 2px solid #f19600;
    border-bottom: 2px solid #b4b4b4;
}
.cartArea .buyList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cartArea .buyList li:not(:first-child) {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #d5d5d5;
}
.cartArea .buyList .Img {
    width: 90px;
}
.cartArea .buyList .Img img {
    display: block;
    width: 100%;
}
.cartArea .buyList .Txt {
    position: relative;
    width: calc(100% - 90px);
    padding-left: 15px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
}
.cartArea .buyList h3 {
    width: 100%;
    margin-bottom: 3px;
}
.cartArea .buyList h3 a {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cartArea .buyList .spec {
    color: #6a6a6a;
    margin-bottom: 3px;
}
.cartArea .buyList .del {
    position: absolute;
    right: 0;
    top: 25px;
    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;
    width: 35px;
    height: 35px;
    border: none;
    background-color: #eee;
    border-radius: 50%;
    color: #5f5f5f;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.cartArea .buyList .del:hover {
    background-color: #f19600;
    color: #fff;
}
.cartArea .buyList .del svg {
    width: 15px;
    height: 18px;
}

/*訂單查詢*/
.orderCheckArea .moduleWrap {
    max-width: 360px;
}
.orderCheckArea h4 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    font-family: "微軟正黑體", "新細明體", sans-serif;
    color: #222;
    text-align: left;
}
.orderCheckArea input[type=text], .orderCheckArea input[type=password] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px;
    border: 2px solid #ccc;
}
.orderCheckArea a.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
}

/*搜尋*/
.searchArea .moduleWrap {
    max-width: 480px;
}
.searchArea .searchBox {
    margin: 30px 0;
    position: relative;
}
.searchArea .searchBox input {
    width: 100%;
    display: block;
    border: 1px solid #e1e1e1;
    padding: 15px 55px 15px 15px;
}
.searchArea .searchBox a {
    width: 50px;
    height: 50px;
    background-color: #f19600;
    color: #fff;
    display: block;
    font-size: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}

/*提醒使用cookie彈窗*/
.cookieArea .moduleWrap {
    max-width: 480px;
}
.cookieArea .text {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

#closeCart,
#closePrice,
#closeInquiry {
    font-size: 18px;
    position: absolute;
    top: 8px;
    right: 10px;
}
@media (max-width: 480px) {
    #closeCart,
    #closePrice,
    #closeInquiry {
        font-size: 25px;
        top: 5px;
    }
}

/*loading*/
.loadingArea {
    width: 100%;
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
.loadingArea .loadLogo {
    width: 300px;
}
@media (max-width: 640px) {
    .loadingArea .loadLogo {
        width: 240px;
    }
}
@media (max-width: 400px) {
    .loadingArea .loadLogo {
        width: 200px;
    }
}
.loadingArea .loadLogo img {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 1s 0s ease;
    transition: all 1s 0s ease;
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.loadingArea.show {
    opacity: 1;
    pointer-events: auto;
}
.loadingArea.show .loadLogo img {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.loadingArea.hide {
    opacity: 0;
}

@-webkit-keyframes circleAnimate {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, -50px, 0);
                transform: translate3d(-50px, -50px, 0);
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0px, 0px, 0);
                transform: translate3d(0px, 0px, 0);
    }
}

@keyframes circleAnimate {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, -50px, 0);
                transform: translate3d(-50px, -50px, 0);
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0px, 0px, 0);
                transform: translate3d(0px, 0px, 0);
    }
}
@-webkit-keyframes iconFadeOut {
    0% {
        opacity: 1;
    }
    100% {
        background: #fff;
        -webkit-transform: translate3d(-50%, -60%, 0);
                transform: translate3d(-50%, -60%, 0);
        opacity: 0;
    }
}
@keyframes iconFadeOut {
    0% {
        opacity: 1;
    }
    100% {
        background: #fff;
        -webkit-transform: translate3d(-50%, -60%, 0);
                transform: translate3d(-50%, -60%, 0);
        opacity: 0;
    }
}
/*header*/
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    background-color: #fff;
    /*menu*/
}
header::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (max-width: 1180px) {
    header {
        display: none;
    }
}
header .wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
}
@media (max-width: 1440px) {
    header .wrap {
        padding: 0;
    }
}
header .logo {
    width: 400px;
    padding-top: 5px;
}
header .logo a {
    display: block;
    width: 100%;
    max-width: 312px;
    height: 42px;
    background: url("../images/logo.png") no-repeat;
    background-size: contain;
    margin-left: auto;
    text-indent: -9999px;
}
@media (max-width: 1540px) {
    header .logo {
        width: 340px;
    }
}
@media (max-width: 1380px) {
    header .logo {
        width: 320px;
    }
}
@media (max-width: 1280px) {
    header .logo {
        width: 300px;
    }
    header .logo a {
        max-width: 300px;
    }
}
header .leftBox {
    width: calc(100% - 400px - 400px);
    padding-right: 20px;
}
@media (max-width: 1540px) {
    header .leftBox {
        width: calc(100% - 340px - 400px);
        padding-right: 0px;
    }
}
@media (max-width: 1380px) {
    header .leftBox {
        width: calc(100% - 320px - 360px);
    }
}
@media (max-width: 1280px) {
    header .leftBox {
        width: calc(100% - 300px - 300px);
    }
}
header .rightBox {
    width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1380px) {
    header .rightBox {
        width: 360px;
    }
}
@media (max-width: 1280px) {
    header .rightBox {
        width: 300px;
    }
}
header .memberBox {
    width: 100px;
    background-color: #ffd899;
    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;
    position: relative;
}
@media (max-width: 1380px) {
    header .memberBox {
        width: 80px;
    }
}
@media (max-width: 1280px) {
    header .memberBox {
        width: 60px;
    }
}
header .memberBox a {
    width: 100%;
    height: 100%;
    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;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    padding: 10px;
    text-align: center;
}
@media (max-width: 1380px) {
    header .memberBox a {
        font-size: 15px;
    }
}
header .memberBox .submenu {
    display: block;
    display: none;
    width: 150px;
    position: absolute;
    top: 100%;
    left: calc(50% - 75px);
    background-color: #fff;
}
header .memberBox .submenu a {
    color: #2a2a2a;
    display: block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 10px;
}
@media (min-width: 1201px) {
    header .memberBox .submenu a:hover {
        color: #f19600;
        background-color: #f4f4f4;
    }
}
@media (min-width: 1201px) {
    header .memberBox:hover {
        background-color: #f19600;
        background-color: #454545;
    }
    header .memberBox:hover > a {
        color: #fff;
    }
}
header .searchToggle {
    height: 70px;
    width: 70px;
    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;
    background-color: #f19600;
}
@media (max-width: 1380px) {
    header .searchToggle {
        width: 50px;
    }
}
header .searchToggle img {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
@media (min-width: 1201px) {
    header .searchToggle:hover {
        background-color: #f4f4f4;
    }
    header .searchToggle:hover img {
        -webkit-filter: none;
                filter: none;
    }
}
header .langBox {
    height: 70px;
    width: calc(100% - 70px - 100px);
    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;
    background-color: #454545;
}
header .langBox a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 0 10px;
}
@media (min-width: 1201px) {
    header .langBox a:hover {
        color: #f19600;
        -webkit-transform: translateY(-3px);
                transform: translateY(-3px);
    }
}
@media (max-width: 1380px) {
    header .langBox {
        width: calc(100% - 50px - 80px);
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
    }
    header .langBox a {
        font-size: 15px;
        letter-spacing: 0.5px;
        padding: 0 5px;
    }
}
@media (max-width: 1280px) {
    header .langBox {
        width: calc(100% - 50px - 60px);
    }
}
header .menuBox {
    text-align: center;
}
header .menu {
    display: inline-block;
}
header .menu > li {
    position: relative;
    display: inline-block;
    padding: 0px 5px;
}
@media (max-width: 1440px) {
    header .menu > li {
        padding: 0;
    }
}
header .menu > li > a {
    display: block;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    padding: 25px 15px;
    position: relative;
}
header .menu > li > a::before {
    content: "";
    display: block;
    width: 0px;
    height: 3px;
    background-color: #f19600;
    position: absolute;
    bottom: 0px;
    right: calc(50% - 15px);
}
header .menu > li > a.current, header .menu > li > a:hover {
    color: #f19600;
}
header .menu > li > a.current::before, header .menu > li > a:hover::before {
    width: 30px;
    right: auto;
    left: calc(50% - 15px);
}
@media (max-width: 1440px) {
    header .menu > li > a {
        padding: 25px 8px;
    }
}
header .menu > li.dropDown span a {
    display: block;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    padding: 25px 15px;
    position: relative;
}
header .menu > li.dropDown span a::before {
    content: "";
    display: block;
    width: 0px;
    height: 3px;
    background-color: #f19600;
    position: absolute;
    bottom: 0px;
    right: calc(50% - 15px);
}
header .menu > li.dropDown span a.current, header .menu > li.dropDown span a:hover {
    color: #f19600;
}
header .menu > li.dropDown span a.current::before, header .menu > li.dropDown span a:hover::before {
    width: 30px;
    right: auto;
    left: calc(50% - 15px);
}
header .menu .submenu {
    display: none;
    position: absolute;
    left: calc(50% - 75px);
    top: calc(100% - 1px);
    z-index: 99;
    width: 150px;
    text-align: center;
}
header .menu .submenu a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #2a2a2a;
    background-color: #fff;
    border-top: 1px solid #ddd;
}
header .menu .submenu a.current, header .menu .submenu a:hover {
    color: #f19600;
    background-color: #f4f4f4;
}

/*手機menu*/
.m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: block;
    width: 100%;
    /*手機menu內容*/
}
@media (min-width: 1181px) {
    .m_menu {
        display: none;
    }
}
.m_menu.active .controlBox::before {
    background-color: transparent;
}
.m_menu .mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
}
.m_menu .m_logo {
    width: 312px;
    padding: 0 20px;
}
.m_menu .m_logo img {
    display: block;
    width: 100%;
}
@media (max-width: 400px) {
    .m_menu .m_logo {
        width: 292px;
        padding: 0 10px;
    }
}
.m_menu .controlBox {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 99;
}
.m_menu .controlBox::before {
    content: "";
    background-color: #ddd;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.m_menu .controlBox a.main {
    background-color: #f19600;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    width: 70px;
    height: 70px;
}
.m_menu .controlBox a.main span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: -0.5px;
    width: 26px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.m_menu .controlBox a.main span:before {
    top: -9px;
}
.m_menu .controlBox a.main span:after {
    bottom: -9px;
}
.m_menu .controlBox a.main.show span {
    background-color: transparent;
}
.m_menu .controlBox a.main.show span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.m_menu .controlBox a.main.show span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.m_menu .controlBox .language:hover .submenu {
    display: block;
}
.m_menu .hideBox {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    display: none;
    width: 100%;
    min-height: 1vh;
    padding: 70px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
}
.m_menu .hideBox .sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    background-color: transparent;
}
.m_menu .searchBox_m {
    width: 100%;
    padding: 0px 0;
    position: relative;
}
.m_menu .searchBox_m input[type=text] {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    padding-right: 60px;
    background-color: #dadada;
}
.m_menu .searchBox_m a {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.m_menu .searchBox_m a img {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
}
.m_menu .nav {
    padding: 20px;
}
.m_menu .nav a {
    position: relative;
    display: block;
    padding: 10px 5px;
    font-family: "Noto Sans TC", "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5624;
    letter-spacing: 0;
    color: #2a2a2a;
}
.m_menu .nav a::before {
    content: "";
    width: 0px;
    height: 2px;
    background-color: #f19600;
    position: absolute;
    bottom: 0;
    left: 5px;
}
.m_menu .nav a.current::before {
    width: 20px;
}
.m_menu .nav .dropDown span > a::after {
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: FontAwesome;
}
.m_menu .nav .submenu {
    display: none;
}
.m_menu .nav .submenu a {
    padding: 10px 20px;
    background-color: rgba(153, 153, 153, 0.15);
}
.m_menu .nav .submenu a::before {
    display: none;
}
.m_menu .nav .submenu a.current {
    color: #f19600;
}
.m_menu .homeLink {
    color: #000;
    display: inline-block;
    font-family: "Noto Sans TC", "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.5px;
    padding: 20px 20px 0;
}
.m_menu .infoList {
    padding: 15px 20px 30px;
}
.m_menu .infoList li {
    display: block;
    padding: 5px 0px 11px;
}
.m_menu .infoList li a, .m_menu .infoList li span {
    color: rgba(41, 41, 41, 0.6);
    font-family: "Noto Sans TC", "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    letter-spacing: 0.3px;
    line-height: 1;
    position: relative;
}
.m_menu .langBox {
    background-color: #454545;
    height: 70px;
    width: 100%;
    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: 0 20px;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    bottom: 0;
    left: 0;
}
.m_menu .langBox a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 0 10px;
}
@media (min-width: 1201px) {
    .m_menu .langBox a:hover {
        color: #f19600;
        -webkit-transform: translateY(-3px);
                transform: translateY(-3px);
    }
}

/*banner*/
.bannerArea {
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bannerArea .wrap {
    max-width: 100%;
    padding: 0;
}
.bannerArea .bannerBox img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.bannerArea .bannerItem {
    position: relative;
}
.bannerArea .bannerLink {
    display: block;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bannerArea #banner > li {
    display: block;
    position: relative;
}
@media (max-width: 1024px) {
    .bannerArea #banner > li {
        height: 340px;
    }
}
.bannerArea .bannerTxt {
    position: absolute;
    top: 50%;
    left: calc(50% - 621px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 621px;
    min-height: 60%;
    max-height: 100%;
    padding: 30px 0 90px;
}
@media (min-width: 1025px) {
    .bannerArea .bannerTxt::-webkit-scrollbar {
        width: 5px;
    }
    .bannerArea .bannerTxt::-webkit-scrollbar-track {
        border-radius: 10px;
        margin: 60px 0px 60px 0;
    }
    .bannerArea .bannerTxt::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.2);
    }
}
@media (max-width: 1440px) {
    .bannerArea .bannerTxt {
        top: 0;
        left: 0px;
        width: 100%;
        height: calc(100% - 40px);
        padding: 40px 20px 40px;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.bannerArea .bannerTxt p {
    color: rgba(0, 0, 0, 0.55);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.8px;
}
.bannerArea .bannerTxt .titleBox.titleStyle1 .title {
    line-height: 1.5;
}
@media (max-width: 1440px) {
    .bannerArea .bannerTxt .titleBox.titleStyle1 .entitle {
        font-size: 44px;
    }
    .bannerArea .bannerTxt .titleBox.titleStyle1 .title {
        font-size: 28px;
        line-height: 1.2;
        padding-top: 10px;
    }
}
@media (max-width: 1200px) {
    .bannerArea .bannerTxt .titleBox.titleStyle1 .entitle {
        font-size: 40px;
    }
    .bannerArea .bannerTxt .titleBox.titleStyle1 .title {
        font-size: 24px;
    }
}
@media (max-width: 960px) {
    .bannerArea .bannerTxt .titleBox.titleStyle1 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .bannerArea .bannerTxt .titleBox.titleStyle1 .entitle {
        font-size: 34px;
    }
    .bannerArea .bannerTxt .titleBox.titleStyle1 .title {
        font-size: 20px;
        padding-top: 0px;
    }
}
.bannerArea .bannerTxt .signBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 40px;
    padding-right: 20px;
}
@media (max-width: 1200px) {
    .bannerArea .bannerTxt .signBox {
        margin-top: 20px;
    }
}
.bannerArea .bannerTxt .signBox em {
    color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.66;
    padding-right: 18px;
}
.bannerArea .bannerTxt .signBox img {
    display: block;
    width: auto;
    height: auto;
}

/*頁尾資訊*/
footer {
    padding: 68px 0 58px;
    background-color: #282828;
    border-top: 5px solid #f19600;
}
@media (max-width: 1440px) {
    footer {
        padding: 50px 0 60px;
    }
}
footer .topBox {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1242px;
    margin: 0 auto;
    padding-bottom: 20px;
}
@media (max-width: 1180px) {
    footer .topBox {
        border-bottom: none;
    }
}
footer .homeLink {
    color: #fff;
    display: inline-block;
    font-family: "Noto Sans TC", "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0.8px;
}
footer .homeLink span {
    display: inline-block;
    max-width: 240px;
    font-family: "Noto Sans TC", "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0.8px;
}
@media (min-width: 1201px) {
    footer .homeLink:hover {
        color: #f19600;
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
    }
}
footer .infoList {
    padding-top: 10px;
}
footer .infoList li {
    display: block;
    padding: 5px 0px 11px;
}
footer .infoList li a, footer .infoList li span {
    color: rgba(255, 255, 255, 0.6);
    font-family: "Noto Sans TC", "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    letter-spacing: 0.3px;
    line-height: 1;
    position: relative;
}
@media (min-width: 1201px) {
    footer .infoList li a:hover {
        color: #f19600;
        -webkit-transform: translateX(5px);
                transform: translateX(5px);
    }
}
footer .downMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 206px;
}
@media (max-width: 1180px) {
    footer .downMenu {
        display: none;
    }
}
footer .downMenu li {
    display: block;
    padding-left: 60px;
}
@media (max-width: 1440px) {
    footer .downMenu li {
        padding-left: 30px;
    }
}
footer .downMenu .title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.5px;
    padding-bottom: 24px;
}
footer .downMenu .term a {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.8px;
    padding: 3px 0;
}
@media (min-width: 1201px) {
    footer .downMenu .term a:hover {
        color: #f19600;
        -webkit-transform: translateX(5px);
                transform: translateX(5px);
    }
}
footer .bottomBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1242px;
    margin: 0 auto;
    padding-top: 38px;
}
@media (max-width: 1180px) {
    footer .bottomBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding-top: 10px;
    }
}
footer .rightBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(255, 255, 255, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1180px) {
    footer .rightBox {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-top: 30px;
    }
}
footer .downLogo {
    width: 100%;
    max-width: 140px;
    margin-right: 30px;
}
@media (max-width: 1180px) {
    footer .downLogo {
        margin-bottom: 15px;
    }
}
footer .downLogo img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
@media (min-width: 1201px) {
    footer .downLogo:hover img {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
        opacity: 0.8;
    }
}
footer .footerInfo {
    font-family: "Noto Sans TC", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
footer .footerInfo a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 1201px) {
    footer .footerInfo a:hover {
        color: #f19600;
    }
}
footer .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
@media (max-width: 1180px) {
    footer .btnBox {
        padding-bottom: 32px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
footer .btnBox .btnNormal {
    background-color: #fff;
    border-radius: 20px;
    color: #282828;
    display: block;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 7px;
    min-width: 160px;
    text-align: center;
}
@media (max-width: 1180px) {
    footer .btnBox .btnNormal {
        margin-left: 0;
        margin-right: 7px;
    }
}
footer .btnBox .btnNormal a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}
@media (min-width: 1201px) {
    footer .btnBox .btnNormal:hover {
        background-color: #f19600;
    }
    footer .btnBox .btnNormal:hover a {
        color: #fff;
    }
}

/* 共用 */
.titleBox {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
@media (max-width: 640px) {
    .titleBox {
        margin-bottom: 20px;
    }
}
.titleBox h2 {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.05em;
}
.titleBox em {
    font-weight: 300;
    font-size: 38px;
    letter-spacing: 0.05em;
}

.titleBox.titleStyle1 {
    position: relative;
    padding-bottom: 30px;
}
@media (max-width: 440px) {
    .titleBox.titleStyle1 {
        padding-bottom: 12px;
    }
}
.titleBox.titleStyle1::before {
    content: "";
    background-color: #f19600;
    display: block;
    height: 6px;
    width: 65px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 32.5px);
    opacity: 0;
}
.titleBox.titleStyle1.white .entitle {
    color: #fff;
}
.titleBox.titleStyle1.white .title {
    color: #fff;
}
.titleBox.titleStyle1.hasLine::before {
    opacity: 1;
}
.titleBox.titleStyle1.taLeft {
    text-align: left;
}
.titleBox.titleStyle1.taLeft::before {
    left: 0;
}
.titleBox.titleStyle1.vertialLine {
    padding-bottom: 70px;
}
.titleBox.titleStyle1.vertialLine::before {
    width: 6px;
    height: 65px;
    left: calc(50% - 3px);
    opacity: 1;
}
@media (max-width: 640px) {
    .titleBox.titleStyle1.vertialLine {
        padding-bottom: 40px;
    }
    .titleBox.titleStyle1.vertialLine::before {
        height: 35px;
    }
}
.titleBox.titleStyle1 .entitle {
    color: #282828;
    display: block;
    font-size: 50px;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 1.2;
    position: relative;
}
.titleBox.titleStyle1 .entitle::before {
    content: "";
    width: 66px;
    height: 6px;
    display: block;
    background-color: #f19600;
    position: absolute;
    bottom: 0;
    left: calc(50% - 33px);
    opacity: 0;
}
.titleBox.titleStyle1 .entitle .orange {
    display: inline-block;
    color: #f19600;
}
@media (max-width: 1200px) {
    .titleBox.titleStyle1 .entitle {
        font-size: 46px;
    }
}
@media (max-width: 640px) {
    .titleBox.titleStyle1 .entitle {
        font-size: 40px;
        letter-spacing: 1px;
    }
}
@media (max-width: 440px) {
    .titleBox.titleStyle1 .entitle {
        font-size: 36px;
    }
}
@media (max-width: 340px) {
    .titleBox.titleStyle1 .entitle {
        font-size: 34px;
    }
}
.titleBox.titleStyle1 .title {
    color: #3b3b3b;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
    padding-top: 15px;
    margin-bottom: 0;
}
.titleBox.titleStyle1 .title span.orange {
    color: #f19600;
}
@media (max-width: 1200px) {
    .titleBox.titleStyle1 .title {
        font-size: 30px;
    }
}
@media (max-width: 640px) {
    .titleBox.titleStyle1 .title {
        font-size: 26px;
        padding-top: 10px;
    }
}
@media (max-width: 440px) {
    .titleBox.titleStyle1 .title {
        font-size: 24px;
    }
}
.titleBox.titleStyle1.enLine .entitle {
    padding-bottom: 25px;
}
.titleBox.titleStyle1.enLine .entitle::before {
    opacity: 1;
}
.titleBox.titleStyle1.enLine .title {
    padding-top: 18px;
}
.titleBox.titleStyle1.enLine.taLeft .entitle::before {
    left: 0;
}

.titleBox.secStyle .secTitle {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.66;
    letter-spacing: 1.5px;
    padding: 13px 22px;
    position: relative;
    text-align: left;
}
.titleBox.secStyle .secTitle::before {
    content: "";
    width: 3px;
    height: 100%;
    display: block;
    background-color: #f19600;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 640px) {
    .titleBox.secStyle .secTitle {
        font-size: 22px;
    }
}

.listItemTitle > a, .listItemTitle > span {
    color: #282828;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    line-height: 1.4;
    letter-spacing: 0.5px;
    padding-bottom: 16px;
    position: relative;
}
.listItemTitle > a::before, .listItemTitle > span::before {
    content: "";
    width: 30px;
    height: 4px;
    display: block;
    background-color: #f19600;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (max-width: 400px) {
    .listItemTitle > a, .listItemTitle > span {
        font-size: 17px;
        padding-bottom: 16px;
    }
}
@media (min-width: 1201px) {
    .listItemTitle a:hover {
        color: #f19600;
    }
}

.arrowBtnStyle1 a {
    background-color: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
    color: #282828;
    display: inline-block;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1px;
    min-width: 230px;
    padding: 0px 50px;
    position: relative;
    text-align: center;
}
.arrowBtnStyle1 a::before {
    content: "";
    width: 20px;
    height: 5px;
    display: block;
    background-image: url(../images/arrow01.png);
    background-size: contain;
    position: absolute;
    top: calc(50% - 2.5px);
    right: 30px;
}
.arrowBtnStyle1 a::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid rgba(241, 150, 0, 0.4);
    position: absolute;
    top: calc(50% - 11px);
    right: 17px;
}
@media (min-width: 1201px) {
    .arrowBtnStyle1 a:hover {
        background-color: #f19600;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
        color: #fff;
    }
    .arrowBtnStyle1 a:hover::before {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
        -webkit-animation: arrowMove1 0.8s infinite;
                animation: arrowMove1 0.8s infinite;
    }
    .arrowBtnStyle1 a:hover::after {
        border: 1px solid #fff;
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.arrowBtnStyle1.orange a {
    background-color: #f19600;
    color: #fff;
}
.arrowBtnStyle1.orange a::before {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.arrowBtnStyle1.orange a::after {
    border: 1px solid rgba(255, 255, 255, 0.4);
}
@media (min-width: 1201px) {
    .arrowBtnStyle1.orange a:hover {
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
        color: #f19600;
    }
    .arrowBtnStyle1.orange a:hover::before {
        -webkit-filter: none;
                filter: none;
    }
    .arrowBtnStyle1.orange a:hover::after {
        border: 1px solid rgba(241, 150, 0, 0.4);
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
}

.arrowBtnStyle2 a {
    display: inline-block;
    width: 166px;
    height: 50px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    padding: 0 17px;
    position: relative;
    text-align: left;
    z-index: 2;
}
.arrowBtnStyle2 a::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #f19600;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.arrowBtnStyle2 a::after {
    content: "";
    display: block;
    width: 12px;
    height: 9px;
    background-image: url(../images/arrow02.png);
    position: absolute;
    top: calc(50% - 4.5px);
    right: 17px;
}
@media (min-width: 1201px) {
    .arrowBtnStyle2 a:hover {
        color: #fff;
    }
    .arrowBtnStyle2 a:hover::before {
        height: 100%;
        background-color: #f19600;
    }
    .arrowBtnStyle2 a:hover::after {
        -webkit-filter: invert(1);
                filter: invert(1);
        -webkit-animation: arrowMove1 0.8s infinite;
                animation: arrowMove1 0.8s infinite;
    }
}

@-webkit-keyframes arrowMove1 {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    30% {
        -webkit-transform: translateX(3px);
                transform: translateX(3px);
    }
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@keyframes arrowMove1 {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    30% {
        -webkit-transform: translateX(3px);
                transform: translateX(3px);
    }
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
.slickDots {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    margin: 0;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
}
.slickDots li {
    display: block;
    width: 20px;
    height: 30px;
    margin: 0 5px;
    padding: 10px 5px;
}
.slickDots li button {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: transparent;
    padding: 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 50%;
}
@media (min-width: 1201px) {
    .slickDots li:hover button {
        background-color: #f19600;
    }
}
.slickDots li.slick-active button {
    background-color: #f19600;
}
.slickDots.noBgDots {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
}
.slickDots.noBgDots li button {
    background-color: #fff;
}
.slickDots.noBgDots li.slick-active button {
    background-color: #f19600;
}

.infoBox {
    padding-top: 20px;
}

/* 共用 END*/
.privacyArea {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    padding: 40px 0 25px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    -webkit-transition: all 0.6s 0.1s;
    transition: all 0.6s 0.1s;
}
.privacyArea.check {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.privacyArea .wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.privacyArea .text {
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.8px;
}
.privacyArea .text a {
    color: #f19600;
    display: inline-block;
    text-decoration: underline;
}
@media (min-width: 1201px) {
    .privacyArea .text a:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }
}
.privacyArea .btn {
    margin-left: 25px;
    padding-top: 0;
}
.privacyArea .btn a {
    color: #282828;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 15px 35px;
}
@media (min-width: 1201px) {
    .privacyArea .btn a:hover {
        color: #fff;
    }
}
@media (max-width: 768px) {
    .privacyArea .wrap {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }
    .privacyArea .text {
        width: 100%;
    }
    .privacyArea .btn {
        margin-top: 25px;
        margin-left: 0;
    }
}

/*share*/
.social {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-right: -4px;
}
@media (max-width: 480px) {
    .social {
        width: 100%;
    }
}
.social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    font-size: 19px;
    color: #929292;
    text-align: center;
}
.social a:hover {
    opacity: 0.8;
}

.translateIbest {
    display: inline-block;
    vertical-align: middle;
}
.translateIbest .design {
    /*網頁設計‧愛貝斯*/
    display: block;
    line-height: 22px;
    font-size: 9pt;
    color: #000;
}
.translateIbest .design a {
    /*網頁設計‧愛貝斯*/
    color: #000;
    text-decoration: none;
}
.translateIbest .design a:hover {
    text-decoration: underline;
}

/*手機快捷選單*/
.fixedQuickLink {
    width: 100%;
    background-color: #000;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
}
@media (min-width: 1181px) {
    .fixedQuickLink {
        display: none;
    }
}
.fixedQuickLink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fixedQuickLink li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.fixedQuickLink li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 55px;
    font-size: 13px;
    color: #fff;
}
.fixedQuickLink i {
    margin-bottom: 5px;
}

/*後台登入模式*/
.adminLoginArea {
    width: 100%;
    background-color: rgba(180, 0, 0, 0.85);
    color: #fff;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.5px;
    opacity: 0;
    pointer-events: none;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1100;
    text-align: center;
}
.adminLoginArea p {
    padding: 20px 15px;
}
.adminLoginArea.show {
    opacity: 1;
}

/*********內頁**********/
.mainArea {
    position: relative;
    padding: 100px 0;
}
@media (max-width: 1200px) {
    .mainArea {
        padding: 80px 0;
    }
}
@media (max-width: 840px) {
    .mainArea {
        padding: 60px 0;
    }
}
@media (max-width: 640px) {
    .mainArea {
        padding: 40px 0;
    }
}
.mainArea404 {
    width: 100%;
    height: calc(100vh - 300px);
    min-height: 500px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.mainArea404 .top {
    max-width: 380px;
    color: #f19600;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .mainArea404 {
        height: 50vh;
        min-height: 350px;
    }
    .mainArea404 .top {
        font-size: 24px;
    }
}

.bread {
    position: absolute;
    right: 10px;
    top: 25px;
    font-size: 12px;
    color: #bbb;
}
@media (max-width: 767px) {
    .bread {
        display: none;
    }
}
.bread a {
    color: #bbb;
}
.bread a i {
    font-size: 20px;
}
.bread span {
    padding: 0 3px;
    color: #bbb;
}

.mainArea .contentBox {
    clear: both;
}

/*文章標題*/
.articleTitle {
    clear: both;
    margin-bottom: 25px;
    padding: 10px;
    border-bottom: 1px dashed #d6d6d6;
    font-weight: 400;
    font-size: 20px;
    color: #232323;
}

/*側邊標題字*/
.sectionTitle {
    margin-bottom: 20px;
    padding: 5px;
    border-bottom: 1px solid #d6d6d6;
    font-weight: 400;
    font-size: 15px;
    color: #232323;
}
.sectionTitle strong {
    display: block;
    position: relative;
    font-weight: 400;
}
.sectionTitle a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.breakpoint > tbody > tr > td.expand {
    cursor: pointer;
    background: url("../images/plus.png") no-repeat 5px center;
    padding-left: 40px;
}

@-webkit-keyframes aniSlideLeft {
    0% {
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}

@keyframes aniSlideLeft {
    0% {
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
/*類別*/
.classRowBox {
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
    padding: 20px 0;
}
.classRowBox > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1023px) {
    .classRowBox > ul {
        display: none;
    }
}
.classRowBox > ul li {
    margin: 10px 17px;
}
.classRowBox > ul a {
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    color: #282828;
    display: inline-block;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1px;
    min-width: 230px;
    padding: 0px 50px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.classRowBox > ul a::before {
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    background-color: #f19600;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
@media (min-width: 1201px) {
    .classRowBox > ul a:hover {
        color: #fff;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    }
    .classRowBox > ul a:hover::before {
        width: 100%;
        left: 0;
        right: auto;
    }
}
.classRowBox > ul a.current {
    background-color: #f19600;
    color: #fff;
}
.classRowBox.tabStyle {
    padding: 0;
    margin-bottom: 0;
}
.classRowBox.tabStyle > ul {
    width: 100%;
}
.classRowBox.tabStyle > ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
}
.classRowBox.tabStyle > ul li:first-of-type {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.classRowBox.tabStyle > ul a {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: inline-block;
    width: 100%;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
    min-width: auto;
    padding: 22px 10px;
}
.classRowBox.tabStyle > ul a::before {
    display: none;
}
@media (min-width: 1201px) {
    .classRowBox.tabStyle > ul a:hover {
        color: #f19600;
    }
}
.classRowBox.tabStyle > ul a.current {
    background-color: #f19600;
    color: #fff;
}

.classColumnBox {
    position: relative;
    z-index: 3;
}
@media (max-width: 1023px) {
    .classColumnBox > ul {
        display: none;
    }
}
.classColumnBox > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #010101;
}
.classColumnBox > ul ul {
    display: none;
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.classColumnBox > ul ul li + li {
    border-top: 1px solid #ccc;
}
.classColumnBox > ul a {
    position: relative;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #777;
}
.classColumnBox > ul a.current, .classColumnBox > ul a:hover {
    color: #f19600;
}
.classColumnBox > ul .linkHasItems.open + ul {
    display: block;
}
.classColumnBox > ul .linkHasItems.open + ul > li {
    -webkit-animation: 0.5s aniSlideLeft both ease-out 0.3s;
            animation: 0.5s aniSlideLeft both ease-out 0.3s;
}

.mClassLink {
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
@media (min-width: 1024px) {
    .mClassLink {
        display: none;
    }
}
.mClassLink.open > ul {
    display: block;
}
.mClassLink .main {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 10px 30px 10px 10px;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    background-color: #f19600;
}
.mClassLink .main::before {
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 1;
    margin-top: -6px;
    line-height: 1;
    font-size: 15px;
    color: #fff;
    font-family: FontAwesome;
}
.mClassLink > ul {
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    z-index: 1;
    display: none;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.mClassLink > ul > li + li {
    border-top: 1px solid #f2f2f2;
}
.mClassLink > ul > li.current > a {
    color: #f19600;
}
.mClassLink > ul a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 14px 20px;
    color: #000;
    font-size: 14px;
    background-color: #fff;
}
.mClassLink ul {
    display: none;
}
.mClassLink .linkHasItems {
    position: relative;
    padding-right: 40px;
}
.mClassLink .linkHasItems::after {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 17px;
    z-index: 1;
    line-height: 1;
    margin-top: -7px;
    font-family: FontAwesome;
}
.mClassLink .linkHasItems.open::after {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
}
.mClassLink .linkHasItems.open + ul {
    display: block;
}
.mClassLink .linkHasItems + ul {
    background-color: #efefef;
}
.mClassLink .linkHasItems + ul a {
    padding: 10px 5px 10px 30px;
    background-color: #efefef;
}
.mClassLink .linkHasItems + ul a.current {
    color: #f19600;
}

.pageBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 480px) {
    .pageBox {
        padding: 20px 0;
    }
}
.pageBox a {
    border: 1px solid rgba(0, 0, 0, 0.23);
    color: #000;
    display: block;
    font-size: 16px;
    letter-spacing: 0.2PX;
}
.pageBox a.prevBtn::before, .pageBox a.nextBtn::before {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    position: absolute;
}
.pageBox a.prevBtn::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.pageBox a.nextBtn::before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
@media (min-width: 1201px) {
    .pageBox a:hover {
        border: 1px solid #f19600;
        background-color: #f19600;
        color: #fff;
    }
    .pageBox a:hover.prevBtn::before, .pageBox a:hover.nextBtn::before {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}
.pageBox.number {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pageBox.number.oval a {
    width: 50px;
}
.pageBox.number a {
    width: 50px;
    height: 50px;
    font-weight: 400;
    line-height: 50px;
    margin: 0 5px;
    position: relative;
    text-align: center;
}
.pageBox.number a.prevBtn::before, .pageBox.number a.nextBtn::before {
    margin: auto;
    top: 0;
    bottom: 0;
}
.pageBox.number a.prevBtn::before {
    left: 5px;
    right: 0;
}
.pageBox.number a.nextBtn::before {
    left: 0;
    right: 5px;
}
.pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after, .pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}
.pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.pageBox.number a.firstBtn::before {
    left: -2px;
    right: 0;
}
.pageBox.number a.firstBtn::after {
    left: 12px;
    right: 0;
}
.pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.pageBox.number a.lastBtn::before {
    left: 0;
    right: -2px;
}
.pageBox.number a.lastBtn::after {
    left: 0;
    right: 12px;
}
.pageBox.number a.current {
    border: 1px solid #f19600;
    background-color: #f19600;
    color: #fff;
}
.pageBox.number a:hover.firstBtn::before, .pageBox.number a:hover.firstBtn::after, .pageBox.number a:hover.lastBtn::before, .pageBox.number a:hover.lastBtn::after {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.pageBox.prevnext {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.pageBox.prevnext a {
    width: 180px;
    height: 45px;
    font-weight: 300;
    line-height: 45px;
    padding: 0 20px;
    position: relative;
}
.pageBox.prevnext a.prevBtn::before, .pageBox.prevnext a.nextBtn::before {
    top: calc(50% - 5px);
}
.pageBox.prevnext a.prevBtn {
    text-align: right;
}
.pageBox.prevnext a.prevBtn::before {
    left: 15px;
}
.pageBox.prevnext a.nextBtn {
    margin-left: auto;
    text-align: left;
}
.pageBox.prevnext a.nextBtn::before {
    right: 15px;
}
@media (max-width: 768px) {
    .pageBox.prevnext a {
        width: 125px;
        padding: 0 15px;
    }
}
@media (max-width: 640px) {
    .pageBox.prevnext a {
        width: calc(50% - 15px);
    }
}
@media (max-width: 480px) {
    .pageBox.prevnext a {
        width: calc(50% - 10px);
    }
}
.pageBox.prevnext.circle a {
    width: 45px;
    padding: 0;
}
.pageBox.prevnext.circle a span {
    display: none;
}
.pageBox.prevnext.circle a.prevBtn::before {
    left: calc(50% - 3px);
}
.pageBox.prevnext.circle a.nextBtn::before {
    right: calc(50% - 3px);
}
.pageBox.circle a {
    border-radius: 50%;
    overflow: hidden;
}
.pageBox.oval a {
    border-radius: 30px;
    overflow: hidden;
}

/*標籤*/
.tagBox {
    padding: 20px 0;
}
.tagBox b {
    display: inline-block;
    margin-right: 10px;
}
.tagBox ul {
    display: inline-block;
}
.tagBox li {
    display: inline-block;
    margin-bottom: 5px;
}
.tagBox a {
    position: relative;
    display: block;
    margin: 0 3px;
    padding: 5px 10px;
    border: 1px solid #f19600;
    font-size: 13px;
    color: #f19600;
}
.tagBox a:hover {
    color: #fff;
    background-color: #f19600;
}
.tagBox a.current {
    color: #fff;
    background-color: #f19600;
}
.tagBox a.current:before {
    content: "\f00d";
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 12px;
}

/*頁籤*/
.tabBox {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 2;
}
@media (max-width: 1024px) {
    .tabBox {
        position: relative;
    }
}

.tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tab li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.tab a {
    color: #333;
    display: block;
    line-height: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px 10px;
    position: relative;
    z-index: 2;
    text-align: center;
}
.tab a.current {
    background-color: #f19600;
    color: #fff;
}
.tab.tabStyle1 {
    max-width: 1242px;
    margin: 0 auto;
}
.tab.tabStyle1 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.tab.tabStyle1 li:first-of-type {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.tab.tabStyle1 a {
    display: inline-block;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 22px 10px;
    height: 100%;
}
@media (min-width: 1201px) {
    .tab.tabStyle1 a:hover {
        color: #f19600;
    }
}
.tab.tabStyle1 a.current {
    background-color: #f19600;
    color: #fff;
}
@media (max-width: 960px) {
    .tab.tabStyle1 a {
        padding: 20px 10px;
    }
}
@media (max-width: 640px) {
    .tab.tabStyle1 a {
        font-size: 15px;
        padding: 18px 5px;
    }
}
@media (max-width: 440px) {
    .tab.tabStyle1 a {
        font-size: 14px;
        letter-spacing: 0.5px;
        padding: 15px 5px;
    }
}
.tab.darkBg li {
    border: none;
}
.tab.darkBg a {
    background-color: #454545;
    color: #fff;
}
@media (min-width: 1201px) {
    .tab.darkBg a:hover {
        background-color: #f19600;
        color: #fff;
    }
}
.tab.darkBg a.current {
    background-color: #f19600;
    color: #fff;
}
.tab.tabStyle2 a {
    background-color: transparent;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.5px;
    position: relative;
    padding: 15px 10px;
}
@media (max-width: 960px) {
    .tab.tabStyle2 a {
        font-size: 16px;
        padding: 10px;
    }
}
@media (max-width: 640px) {
    .tab.tabStyle2 a {
        font-size: 15px;
    }
}
.tab.tabStyle2 a::before {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #454545;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tab.tabStyle2 a.current {
    color: #f19600;
}
.tab.tabStyle2 a.current::before {
    background-color: #f19600;
}

/*頁籤內容*/
.tabContent {
    padding: 20px 0px;
}
.tabContent .tabContentItem {
    display: none;
}
.tabContent .tabContentItem.current {
    display: block;
}

/*側邊_menu*/
.side_menu {
    margin-bottom: 50px;
}
.side_menu li {
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}
.side_menu li > a {
    display: block;
    font-size: 14px;
    padding: 10px 15px;
}
.side_menu li > a.current {
    background-color: #8c8c8c;
    color: #fff;
}
.side_menu li > a b {
    color: #808080;
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
}
.side_menu dl {
    padding-left: 25px;
}
.side_menu dl a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
}
.side_menu dl a.current {
    color: #000;
    text-decoration: underline;
}

/*側邊_分享*/
.side_share {
    display: none;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .side_share {
        display: block;
        margin-bottom: 30px;
    }
}
.side_share a {
    display: block;
    width: 100%;
    margin-top: 5px;
    padding: 15px 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    text-align: center;
}
.side_share i {
    padding-right: 5px;
    font-size: 18px;
}
.side_share .line {
    -webkit-box-shadow: 0 0 0 1px #22a00b;
            box-shadow: 0 0 0 1px #22a00b;
    border-top: 1px solid #e1ffa9;
    background: #a7e732;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7e732", endColorstr="#1fb50e", GradientType=1);
}
.side_share .fb {
    -webkit-box-shadow: 0 0 0 1px #235c9b;
            box-shadow: 0 0 0 1px #235c9b;
    border-top: 1px solid #8DCFF5;
    background: rgb(93, 160, 234);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(93, 160, 234)), to(rgb(61, 140, 230)));
    background: linear-gradient(to bottom, rgb(93, 160, 234) 0%, rgb(61, 140, 230) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5da0ea", endColorstr="#3d8ce6", GradientType=0);
    /* IE6-8 */
}

/*側邊_其他相關訊息*/
.side_news {
    margin: 30px 0;
}
.side_news ul {
    margin-top: 20px;
}
.side_news li {
    margin-bottom: 25px;
}
.side_news .Img {
    float: left;
    width: 60px;
    margin-right: 12px;
    overflow: hidden;
}
.side_news .Img img {
    display: block;
    height: 60px;
}
.side_news .Txt {
    overflow: hidden;
}
.side_news .Txt a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
}
.side_news .Txt a:hover {
    text-decoration: underline;
}
.side_news .Txt b {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #999;
}

.relatedProductArea {
    margin-top: 50px;
    padding: 70px 0 80px;
    background-color: #f6f7f6;
    text-align: center;
}
@media (max-width: 640px) {
    .relatedProductArea {
        padding: 70px 0 30px;
    }
}
.relatedProductArea .infoBox {
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 30px;
    text-align: center;
}
@media (max-width: 640px) {
    .relatedProductArea .infoBox {
        padding-top: 0;
        padding-bottom: 10px;
    }
}
.relatedProductArea .arrowBtnStyle1 {
    text-align: center;
    margin-bottom: 20px;
}
.relatedProductArea .adProductList {
    padding: 0 72px;
}
@media (max-width: 1440px) {
    .relatedProductArea .adProductList {
        padding: 0 32px;
    }
}
@media (max-width: 960px) {
    .relatedProductArea .adProductList {
        padding: 0 12px;
    }
}
@media (max-width: 640px) {
    .relatedProductArea .adProductList {
        padding: 0 0px;
    }
}
.relatedProductArea .adProductList .item {
    padding: 0 8px;
}
@media (max-width: 480px) {
    .relatedProductArea .adProductList .item {
        padding: 0;
        max-width: 235px;
        margin: 0 auto;
    }
}
@media (min-width: 1201px) {
    .relatedProductArea .adProductList .item:hover .Txt {
        background-color: #f19600;
    }
    .relatedProductArea .adProductList .item:hover .Txt::before {
        top: -125px;
    }
    .relatedProductArea .adProductList .item:hover .Txt .title {
        color: #fff;
    }
    .relatedProductArea .adProductList .item:hover .Txt .title::before {
        background-color: #fff;
    }
    .relatedProductArea .adProductList .item:hover .Txt span {
        color: #fff;
    }
    .relatedProductArea .adProductList .item:hover .Img {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
}
.relatedProductArea .adProductList .Txt {
    background-color: #eee;
    overflow: hidden;
    padding: 100px 10px 30px;
    position: relative;
    text-align: center;
}
.relatedProductArea .adProductList .Txt::before {
    content: "";
    display: block;
    width: 474px;
    height: 217px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: -100%;
    left: calc(50% - 237px);
}
.relatedProductArea .adProductList .Txt .title {
    color: #282828;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.5;
    overflow: hidden;
    padding-bottom: 14px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.relatedProductArea .adProductList .Txt .title::before {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background-color: #f19600;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
.relatedProductArea .adProductList .Txt span {
    color: rgba(40, 40, 40, 0.7);
    display: block;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
    padding-top: 15px;
}
.relatedProductArea .adProductList .Txt .TxtLink {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.relatedProductArea .adProductList .Img {
    width: 100%;
    max-width: 235px;
    margin: 0 auto;
    height: 100px;
    position: relative;
    z-index: 2;
}
.relatedProductArea .adProductList .Img img {
    display: block;
    width: 100%;
}
.relatedProductArea .slickDots {
    margin: 30px auto 0;
}

/*button*/
.btn1.center {
    text-align: center;
}
.btn1.full a {
    width: 100%;
}
.btn1 a {
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 190px;
    text-align: center;
    padding: 13px 30px;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #fff;
    background-color: #bdbdbd;
    border-radius: 23px;
    overflow: hidden;
}
.btn1 a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #f19600;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
    border-color: #f19600;
}
.btn1 a:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}
.btn1 a.white {
    background-color: #fff;
    border: 1px solid #68a9b1;
    color: #68a9b1;
}
.btn1 a.white::after {
    background-color: #68a9b1;
}
.btn1 a.white:hover {
    color: #fff;
}

/*滑動解鎖*/
.captchaArea {
    position: relative;
    width: 200px;
    height: 50px;
    background-color: #ddd;
}
.captchaArea.unlocking .sliderBtn {
    -webkit-transition: none;
    transition: none;
}
.captchaArea .note {
    position: absolute;
    top: 17px;
    right: 30px;
    z-index: 1;
    font-size: 15px;
    text-align: center;
    font-family: "微軟正黑體";
    color: #777;
    letter-spacing: 1px;
    pointer-events: none;
}

.sliderBtn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background-color: RoyalBlue;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sliderBtn::before {
    content: "\f105";
    position: absolute;
    top: 13px;
    left: 23px;
    color: #fff;
    font-size: 24px;
    font-family: FontAwesome;
    pointer-events: none;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
    background-color: #000;
    overflow: hidden;
}
.imh_opacity img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.imh_opacity:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
    background-color: #000;
    overflow: hidden;
}
.imh_detail img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.imh_detail a:before {
    content: "Details+";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    margin-left: -45px;
    margin-top: -80px;
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    border: 2px solid #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.imh_detail:hover a:before {
    opacity: 1;
    margin-top: -20px;
}
.imh_detail:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
    position: relative;
    background-color: #000;
    overflow: hidden;
}
.imh_zoom img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
    content: "\f002";
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 99;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    font-family: FontAwesome;
    text-align: center;
    background-color: #000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
    top: 50%;
}
.imh_zoom:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

/*最新消息icon*/
.newIcon {
    /*分類小圖示*/
    background-color: #f19600;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.2;
    padding: 5px 10px;
}