@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap");
.sideShare .shareList .shareItem, .pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .contactBtn, .privacyArea, footer .socialBox .socialList li a svg, footer .socialBox .socialList li, .slideMenuArea .menuBox .nav > li.dropDown > span > a::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a::after, .slideMenuArea .funcBox .languageBox .languageList, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger .line, .slideMenuTrigger, .languageBox .languageList, header .languageBox .languageList, header .languageBox .languageCurrent, header .languageBox, .loadingArea, .moduleMask, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btn a.textLink::before, .moduleBox .moduleClose, .arrowBox .arrow::before, .arrowBox .arrow, a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@-webkit-keyframes textSlideRightAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@keyframes textSlideRightAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@-webkit-keyframes textSlideDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes textSlideDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@-webkit-keyframes textSlideUpAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes textSlideUpAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
body {
    font-size: 14px;
    font-family: "Noto Sans Tc", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
    overflow: hidden;
}
body.errorPage .mainArea {
    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;
}
body.errorPage .mainArea .top {
    max-width: 380px;
    color: #3aaa26;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto;
}
@media (max-width: 768px) {
    body.errorPage .mainArea {
        height: 50vh;
        min-height: 350px;
    }
    body.errorPage .mainArea .top {
        font-size: 24px;
    }
}
body:not(.indexpage) .bannerArea .bannerItem .Txt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 640px) {
    body:not(.indexpage) .bannerArea .bannerItem .Img {
        /*padding-bottom: 56.25%;*/
    }
}

address {
    font-style: normal;
}

a {
    color: #333333;
    cursor: pointer;
}
a:hover {
    color: #3aaa26;
}

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%;
    }
}

.arrowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    position: absolute;
    z-index: 2;
}
.arrowBox .arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
}
@media (max-width: 420px) {
    .arrowBox .arrow {
        width: 40px;
        height: 40px;
    }
}
.arrowBox .arrow::before {
    content: "";
    border-style: solid;
    display: block;
    z-index: 2;
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.arrowBox .arrowPrev::before {
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #fff transparent transparent #fff;
    -webkit-transform: rotate(-45deg) translate(1px, 2px);
            transform: rotate(-45deg) translate(1px, 2px);
    z-index: 2;
}
.arrowBox .arrowPrev:hover::before {
    border-color: #3aaa26 transparent transparent #3aaa26;
}
.arrowBox .arrowNext::before {
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(45deg) translate(-1px, 2px);
            transform: rotate(45deg) translate(-1px, 2px);
}
.arrowBox .arrowNext:hover::before {
    border-color: #3aaa26 #3aaa26 transparent transparent;
}

.moreBtn a {
    margin: 0 auto;
    background-color: transparent;
    color: #333333;
    display: inline-block;
    letter-spacing: 0.5px;
    font-size: 16px;
    padding: 15px 30px;
    width: 200px;
    text-align: left;
    border: 1px solid #ededed;
    position: relative;
}
@media (max-width: 480px) {
    .moreBtn a {
        width: 160px;
        font-size: 14px;
    }
}
.moreBtn a::before, .moreBtn a::after {
    content: "";
    width: 13px;
    height: 1px;
    background-color: #2f2f2f;
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.moreBtn a::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.moreBtn a::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
}
.moreBtn a:hover {
    background-color: #3aaa26;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    border-color: transparent;
    color: #fff;
}
.moreBtn a:hover::before, .moreBtn a:hover::after {
    background-color: #fff;
}
.moreBtn a:hover .decoBorder {
    display: none;
}
.moreBtn .decoBorder {
    width: 200px;
    font-size: 0;
}
.moreBtn .decoBorder::before {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-top: 1px solid #bababa;
    border-left: 1px solid #bababa;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    position: absolute;
    top: -1px;
    left: -1px;
}
.moreBtn .decoBorder::after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-top: 1px solid #bababa;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid #bababa;
    position: absolute;
    top: -1px;
    left: auto;
    right: -1px;
}
.moreBtn .decoBorder.bottom::before {
    border-bottom: 1px solid #bababa;
    border-left: 1px solid #bababa;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    top: 83%;
    left: -1px;
    position: absolute;
}
.moreBtn .decoBorder.bottom::after {
    border-bottom: 1px solid #bababa;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid #bababa;
    position: absolute;
    top: 83%;
    left: auto;
    right: -1px;
}

.btn_color1 {
    background-color: #3aaa26;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
} 
@media (min-width: 1201px) {
    .btn_color1:hover {
        background-color: #ce8a0e;
        color: #fff;
    }
}
.btn_color_white {
    background-color: #fff;
    color: #3aaa26;
}
@media (min-width: 1201px) {
    .btn_color_white:hover {
        background-color: #3aaa26;
        color: #fff;
    }
}

/*button*/
.btn1.center {
    text-align: center;
}
.btn1.full a {
    width: 100%;
    margin: 0;
}
.btn1 a {
    min-width: 190px;
    background-color: #0e0e0e;
    border: 1px solid #0e0e0e;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.01em;
    margin: 5px;
    padding: 13px 30px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.btn1 a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #3aaa26;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
    border-color: #3aaa26;
}
.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;
}

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: 80px;
    position: relative;
}
@media (max-width: 1180px) {
    .outerWrap {
        padding-top: 70px;
        padding-bottom: calc(0px + env(safe-area-inset-bottom));
    }
}

.wrap {
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.wrap.ins {
    max-width: 1160px;
}
@media (max-width: 480px) {
    .wrap {
        padding: 0 15px;
    }
}

/*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;
    /*洽詢車&購物車*/
    /*訂單查詢*/
    /*搜尋*/
    /*提醒使用cookie彈窗*/
}
.moduleBox.show {
    opacity: 1;
    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;
    pointer-events: auto;
    padding-top: 60px;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.moduleBox .moduleTitle {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    text-align: center;
}
.moduleBox .moduleContent {
    width: 100%;
    max-height: calc(90vh - 50px);
    overflow-y: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
    background: #3aaa26;
}
.moduleBox .moduleClose {
    width: 50px;
    height: 50px;
    background: none;
    background-color: #3aaa26;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.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);
}
.moduleBox .moduleClose:hover {
    background-color: #003d6b;
}
.moduleBox.privacy .moduleWrap {
    max-width: 700px;
    padding-top: 50px;
    position: relative;
    z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    text-align: left;
}
@media (max-width: 640px) {
    .moduleBox.privacy .moduleTitle {
        font-size: 18px;
        padding-bottom: 10px;
    }
}
.moduleBox.privacy .settingBox + .settingBox {
    margin-top: 25px;
}
.moduleBox.privacy .text {
    font-size: 15px;
    line-height: 1.35;
}
@media (max-width: 640px) {
    .moduleBox.privacy .text {
        font-size: 14px;
    }
}
.moduleBox.privacy .btn {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
}
.moduleBox.privacy .btn a:not(.textLink) {
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 15px 25px;
}
.moduleBox.privacy .btn a.textLink {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
.moduleBox.privacy .btn a.textLink::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #3aaa26;
    position: absolute;
    bottom: -3px;
    left: 50%;
}
@media (min-width: 1201px) {
    .moduleBox.privacy .btn a.textLink:hover::before {
        width: 100%;
        left: 0;
    }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
    padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}
.moduleBox.privacy .customList .topBox::before {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-80%) rotate(-45deg);
            transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
    -webkit-transform: translateY(-100%) rotate(45deg);
            transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
    font-size: 15px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
    color: #3aaa26;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    line-height: 1.35;
    padding-bottom: 3px;
}
.moduleBox.privacy .customList .topBox .trigger label {
    cursor: pointer;
    display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
    cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    outline: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
    background-color: #1499ff;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
    background-color: #0076d1;
    -webkit-transform: translate(75%, -50%);
            transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
    width: 38px;
    height: 14px;
    border-radius: 30px;
    background-color: #d9d9d9;
    display: block;
    margin-left: auto;
    position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
    content: "";
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #b5b5b5;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (min-width: 1201px) {
    .moduleBox.privacy .customList .topBox:hover .subtitle {
        color: #3aaa26;
    }
}
@media (max-width: 640px) {
    .moduleBox.privacy .customList .topBox {
        margin-bottom: 5px;
    }
}
.moduleBox.privacy .customList .text {
    background-color: #e1e1e1;
    padding: 18px 15px;
}
@media (max-width: 640px) {
    .moduleBox.privacy .customList .text {
        padding: 15px 12px;
    }
}
.moduleBox.cart .moduleWrap {
    max-width: 480px;
}
.moduleBox.cart .text {
    color: #373737;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
}
.moduleBox.cart .text b {
    padding-left: 4px;
    padding-right: 4px;
    font-weight: 400;
    font-size: 18px;
    color: #3aaa26;
}
.moduleBox.cart .cart {
    border-top: 2px solid #3aaa26;
    border-bottom: 2px solid #b4b4b4;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.moduleBox.cart .buyList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.moduleBox.cart .buyList li:not(:first-child) {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #d5d5d5;
}
.moduleBox.cart .buyList .Img {
    width: 90px;
}
.moduleBox.cart .buyList .Img img {
    display: block;
    width: 100%;
}
.moduleBox.cart .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;
}
.moduleBox.cart .buyList h3 {
    width: 100%;
    margin-bottom: 3px;
}
.moduleBox.cart .buyList h3 a {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.moduleBox.cart .buyList .spec {
    color: #6a6a6a;
    margin-bottom: 3px;
}
.moduleBox.cart .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;
}
.moduleBox.cart .buyList .del:hover {
    background-color: #3aaa26;
    color: #fff;
}
.moduleBox.cart .buyList .del svg {
    width: 15px;
    height: 18px;
}
.moduleBox.orderCheck .moduleWrap {
    max-width: 360px;
}
.moduleBox.orderCheck h4 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    font-family: "微軟正黑體", "新細明體", sans-serif;
    color: #222;
    text-align: left;
}
.moduleBox.orderCheck input[type=text], .moduleBox.orderCheck input[type=password] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px;
    border: 2px solid #ccc;
}
.moduleBox.orderCheck a.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
}
.moduleBox.search .moduleWrap {
    max-width: 480px;
}
.moduleBox.search .searchBox {
    margin: 30px 0;
    position: relative;
}
.moduleBox.search .searchBox input {
    width: 100%;
    display: block;
    border: 1px solid #e1e1e1;
    padding: 15px 55px 15px 15px;
}
.moduleBox.search .searchBox a {
    width: 50px;
    height: 50px;
    background-color: #3aaa26;
    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;
}
.moduleBox.cookie .moduleWrap {
    max-width: 480px;
}
.moduleBox.cookie .text {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

.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;
}
.moduleMask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/*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: 150px;
}
.loadingArea .loadLogo img {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%;
    display: block;
    -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;
}

header .exclude,
.m_menu .exclude {
    background-color: #3aaa26;
    display: inline-block;
    color: #fff;
    position: relative;
}
header .exclude:hover,
.m_menu .exclude:hover {
    background-color: #3aaa26;
}
header .exclude svg,
.m_menu .exclude svg {
    left: 13%;
    position: absolute;
    width: 20px;
    height: 20px;
}
header .boxToggle,
.m_menu .boxToggle {
    background-color: #448339;
    display: inline-block;
    color: #fff;
}
header .boxToggle:hover,
.m_menu .boxToggle:hover {
    background-color: #fbe7c2;
}
header .boxToggle i,
.m_menu .boxToggle i {
    padding-right: 10px;
}

/*header*/
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    /*menu*/
}
@media (max-width: 1180px) {
    header {
        display: none;
    }
}
header .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 1830px;
    margin-left: auto;
    margin-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 0;
}
header .logo {
    width: 350px;
    padding: 0;
}
header .logo a {
    display: block;
}
header .logo img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
header .rightBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 0 0 10%;
}
@media (max-width: 1400px) {
    header .rightBox {
        /*padding: 0;*/
        padding: 0 0 0 25px;
    }
}
header .top,
header .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
header .top > a:before {
    content: " ";
    width: 1px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
header .searchBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header .searchBox input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: none;
    font-family: "微軟正黑體";
    background-color: #fafafa;
}
header .searchBox a {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #3aaa26;
}
header .languageBox {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px 0 10px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}
@media (max-width: 1400px) {
    header .languageBox {
        padding: 0;
    }
}
header .languageBox svg {
    width: 16px;
    height: 16px;
    stroke: #3aaa26;
}
header .languageBox .languageCurrent {
    cursor: pointer;
    padding-right: 10px;
    position: relative;
}
header .languageBox .languageCurrent::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid #3aaa26;
    border-bottom: 2px solid #3aaa26;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translate(100%, -50%) rotate(45deg);
            transform: translate(100%, -50%) rotate(45deg);
}
header .languageBox .languageList {
    width: 120px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
}
header .languageBox .languageList.show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
}
header .languageBox .languageList li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 1201px) {
    header .languageBox:hover svg {
        stroke: #448339;
    }
    header .languageBox:hover .languageCurrent {
        color: #3aaa26;
    }
    header .languageBox:hover .languageCurrent::before {
        border-color: #448339;
    }
}
header .exclude {
    height: 100%;
    padding: 30px 32px 30px 32px;
}
@media (max-width: 1400px) {
    header .exclude {
        padding: 30px 25px;
    }
}
header .exclude img {
    -webkit-filter: brightness(100);
            filter: brightness(100);
}
header .boxToggle {
    padding: 30px 18px 30px 4px;
    height: 100%;
}
header .searchToggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px 0 0px;
    margin-left: 20px;
    border-left: 1px solid #dbdbdb;
}
@media (max-width: 1400px) {
    header .searchToggle {
        padding: 0 20px 0 0;
    }
}
header .searchToggle i {
    color: #3aaa26;
}
header .menu > li {
    position: relative;
    display: inline-block;
}
header .menu > li a {
    color: #222;
    display: block;
    font-size: 17px;
    padding: 5px 25px;
    letter-spacing: 0.6px;
}
@media (max-width: 1400px) {
    header .menu > li a {
        padding: 5px 20px;
    }
}
header .menu > li a.current, header .menu > li a:hover {
    color: #3aaa26;
}
header .menu .submenu {
    width: 150px;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
header .menu .submenu a {
    border-bottom: 1px solid #dadada;
    background-color: #fff;
    color: #666;
    padding: 10px;
}
header .menu .submenu a.current, header .menu .submenu a:hover {
    color: #fff;
    background-color: #3aaa26;
}

.languageBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px 0 10px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}
.languageBox svg {
    width: 16px;
    height: 16px;
    stroke: #3aaa26;
}
.languageBox .languageCurrent {
    cursor: pointer;
    padding-right: 10px;
    position: relative;
}
.languageBox .languageCurrent::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid #3aaa26;
    border-bottom: 2px solid #3aaa26;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translate(100%, -50%) rotate(45deg);
            transform: translate(100%, -50%) rotate(45deg);
}
.languageBox .languageList {
    width: 120px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
}
.languageBox .languageList.show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
}
.languageBox .languageList li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.languageBox .languageList li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 10px 10px 10px 40px;
    text-align: left;
}
.languageBox .languageList li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 13px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.languageBox .languageList li a.lang_tw::before {
    background-image: url(../images/icon_tw.png);
}
.languageBox .languageList li a.lang_en::before {
    background-image: url(../images/icon_en.png);
}
.languageBox .languageList li a:hover, .languageBox .languageList li a.current {
    background-color: #3aaa26;
    color: #fff;
}

/*slideMenu*/
.slideMenuTrigger {
    width: 50px;
    height: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #3aaa26;
    border: 1px solid #3aaa26;
    cursor: pointer;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 20px;
    position: relative;
}
.slideMenuTrigger .line {
    width: 50%;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
}
.slideMenuTrigger .line::before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
}
.slideMenuTrigger .line::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
}
.slideMenuTrigger.close {
    margin-left: 0;
}
.slideMenuTrigger.close .line {
    background-color: transparent;
}
.slideMenuTrigger.close .line::before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1201px) {
    .slideMenuTrigger:hover {
        background-color: #fff;
    }
    .slideMenuTrigger:hover span {
        background-color: #3aaa26;
    }
    .slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
        background-color: #3aaa26;
    }
}
.slideMenuArea {
    width: 100%;
    max-width: 480px;
    height: 100vh;
    background-color: #fff;
    opacity: 0;
    overflow-x: hidden;
    padding-bottom: calc(40px + env(safe-area-inset-bottom));
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
    background: #3aaa26;
}
.slideMenuArea.show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.slideMenuArea.show .topBox {
    -webkit-animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
            animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
}
.slideMenuArea.show .funcBox {
    -webkit-animation: textSlideRightAnimation 0.5s 0.9s ease-in-out both;
            animation: textSlideRightAnimation 0.5s 0.9s ease-in-out both;
}
.slideMenuArea.show .menuBox {
    -webkit-animation: textSlideRightAnimation 0.5s 1.2s ease-in-out both;
            animation: textSlideRightAnimation 0.5s 1.2s ease-in-out both;
}
.slideMenuArea.show .menuBox .nav li.dropDown.open .submenu {
    -webkit-animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
            animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
}
.slideMenuArea.show .socialBox {
    -webkit-animation: textSlideRightAnimation 0.5s 1.5s ease-in-out both;
            animation: textSlideRightAnimation 0.5s 1.5s ease-in-out both;
}
.slideMenuArea .wrap {
    padding-left: 30px;
    padding-right: 30px;
}
.slideMenuArea .topBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 0 15px;
}
.slideMenuArea .topBox .slideMenuLogo {
    width: 135px;
}
.slideMenuArea .topBox .slideMenuLogo img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.slideMenuArea .funcBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    margin: 0 -10px;
}
.slideMenuArea .funcBox .searchBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 10px;
}
.slideMenuArea .funcBox .searchBox input {
    height: 40px;
    border-bottom: 1px solid #e1faf6;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 40px;
}
.slideMenuArea .funcBox .searchBox a {
    width: 40px;
    height: 40px;
    border: 1px solid #3aaa26;
    background-color: #3aaa26;
    color: #fff;
    display: block;
    line-height: 38px;
    text-align: center;
}
@media (min-width: 1201px) {
    .slideMenuArea .funcBox .searchBox a:hover {
        background-color: #fff;
        color: #3aaa26;
    }
}
.slideMenuArea .funcBox .languageBox {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 10px;
    position: relative;
}
.slideMenuArea .funcBox .languageBox .languageCurrent {
    border-bottom: 1px solid #e1faf6;
    color: #232323;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 14px;
    padding-right: 0;
    position: relative;
}
.slideMenuArea .funcBox .languageBox .languageCurrent::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #232323;
    border-bottom: 1px solid #232323;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    -webkit-transform: translate(100%, -100%) rotate(45deg);
            transform: translate(100%, -100%) rotate(45deg);
}
.slideMenuArea .funcBox .languageBox .languageList {
    width: calc(100% - 20px);
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
}
.slideMenuArea .funcBox .languageBox .languageList.show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}
.slideMenuArea .funcBox .languageBox .languageList li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.slideMenuArea .funcBox .languageBox .languageList li a {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 10px 10px;
    text-align: center;
}
.slideMenuArea .funcBox .languageBox .languageList li a:hover, .slideMenuArea .funcBox .languageBox .languageList li a.current {
    background-color: #3aaa26;
    color: #fff;
}
.slideMenuArea .menuBox {
    width: 100%;
    padding: 15px 0;
}
.slideMenuArea .menuBox .nav > li {
    position: relative;
}
.slideMenuArea .menuBox .nav > li.dropDown > span {
    cursor: pointer;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a {
    pointer-events: none;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a::after {
    content: "";
    width: 12px;
    height: 1px;
    background-color: #3aaa26;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 1;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a::after {
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a.current::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a.current::after {
    background-color: #3aaa26;
}
.slideMenuArea .menuBox .nav > li.dropDown.open > span > a::after {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > li.dropDown.open .submenu {
    display: block;
}
.slideMenuArea .menuBox .nav > li a {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0px;
    padding: 10px 30px 10px 0;
    position: relative;
}
.slideMenuArea .menuBox .nav > li a:hover, .slideMenuArea .menuBox .nav > li a.current {
    color: #3aaa26;
}
.slideMenuArea .menuBox .nav .submenu {
    width: 100%;
    display: none;
    padding: 0 10px 10px;
}
.slideMenuArea .menuBox .nav .submenu li {
    padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu li a {
    color: #3a3a3a;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0;
}
@media (min-width: 1201px) {
    .slideMenuArea .menuBox .nav .submenu li a:hover {
        color: #3aaa26;
    }
}
.slideMenu .socialBox {
    padding: 15px 0;
}
.slideMenu .socialBox .socialList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slideMenu .socialBox .socialList li:not(:last-child) {
    margin-right: 7px;
}
.slideMenu .socialBox .socialList li a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    background-color: #3aaa26;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.slideMenu .socialBox .socialList li a svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    fill: #3aaa26;
    vertical-align: baseline;
}
@media (min-width: 1201px) {
    .slideMenu .socialBox .socialList li a:hover {
        background-color: #fff;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        color: #3aaa26;
    }
    .slideMenu .socialBox .socialList li a:hover svg {
        fill: #fff;
    }
}
.slideMenuMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.slideMenuMask.show {
    opacity: 1;
    pointer-events: auto;
}

/*手機menu*/
.m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
            box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
    /*手機menu內容*/
}
@media (min-width: 1181px) {
    .m_menu {
        display: none;
    }
}
.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: 250px;
    /*margin: 0 auto;*/
    margin-left: 20px;
    display: block;
}
.m_menu .m_logo img {
    width: 100%;
    padding-top: 8px;
}
.m_menu .controlBox {
    position: relative;
    z-index: 99;
    height: 70px;
    background-color: #fff;
}
.m_menu .controlBox a.main {
    position: absolute;
    right: 0;
    top: 0;
    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: #3aaa26;
    -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: #3aaa26;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.m_menu .controlBox a.main span:before {
    top: -7px;
}
.m_menu .controlBox a.main span:after {
    bottom: -7px;
}
.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 .btn_cart {
    display: inline-block;
    vertical-align: middle;
}
.m_menu .controlBox .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 70px;
    margin-left: 10px;
}
.m_menu .controlBox .right a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 13px;
    color: #000;
}
.m_menu .controlBox .right a em {
    display: none;
}
.m_menu .controlBox .right i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #3aaa26;
    text-align: center;
    border-radius: 100%;
}
.m_menu .controlBox .right i:hover {
    color: #448339;
}
.m_menu .controlBox .right b {
    position: absolute;
    top: 6px;
    right: -5px;
    display: block;
    border-radius: 5px;
    line-height: normal;
    padding: 3px 5px;
    font-size: 13px;
    color: #fff;
    background-color: #c40000;
}
.m_menu .controlBox .language:hover .submenu {
    display: block;
}
.m_menu .languageBox {
    gap: 0;
    border-right: 1px solid #dbdbdb;
    margin: 0;
    padding: 0 20px 0 10px;
    cursor: pointer;
}
.m_menu .languageBox svg {
    width: 18px;
    height: 18px;
}
.m_menu .languageBox .languageList li a {
    display: block;
    margin-left: 0;
}
.m_menu .box {
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    max-width: 410px;
    margin: 0 auto;
}
.m_menu .box .exclude {
    padding: 15px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.m_menu .box .exclude svg {
    position: relative;
    left: 0;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
}
.m_menu .box .boxToggle {
    padding: 15px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.m_menu .hideBox {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    display: none;
    width: 100%;
    padding: 60px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #f0f4f6;
}
.m_menu .hideBox .sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    background-color: #333333;
}
.m_menu .searchBox_m {
    padding: 0;
    text-align: center;
}
.m_menu .searchBox_m input[type=text] {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 30px;
    border: 1px solid #ccc;
}
.m_menu .searchBox_m a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 20px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}
.m_menu .m_trans {
    text-align: center;
    padding-top: 30px;
}
.m_menu .m_trans > a {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #fff;
    color: #fff;
}
.m_menu .m_trans > a i {
    margin-left: 5px;
}
.m_menu .bottom {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -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;
    padding-top: 20px;
}
.m_menu .bottom .infoList {
    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;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}
.m_menu .bottom .infoList li {
    margin-bottom: 0;
    padding-right: 20px;
}
.m_menu .bottom .infoList li i {
    display: none;
}
.m_menu .bottom .infoList li a,
.m_menu .bottom .infoList li span {
    color: #666666;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.8px;
}
.m_menu .bottom .infoList li span {
    padding-right: 5px;
    margin-right: 8px;
    position: relative;
}
.m_menu .bottom .infoList li span:first-child::after {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #666666;
    position: absolute;
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
}
@media (min-width: 1201px) {
    .m_menu .bottom .infoList li a:hover {
        color: #3aaa26;
    }
}
.m_menu .bottom .copyrightBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #7ab96f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px;
    position: relative;
}
.m_menu .bottom .copyrightBox .copyright {
    font-size: 12px;
    padding: 5px;
}

@media (max-width: 1024px) {
    .m_menu .bottom .copyrightBox {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-bottom: 10px;
    }
}
.m_menu .nav {
    padding: 25px 0;
}
.m_menu .nav a {
    position: relative;
    display: block;
    padding: 20px 10px;
    font-size: 15px;
    color: #333333;
    text-align: center;
}
.m_menu .nav a:hover {
    color: #3aaa26;
}
.m_menu .nav a i {
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    margin-top: -7px;
}
.m_menu .nav .dropDown > a::after {
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 20px;
    font-family: FontAwesome;
}
.m_menu .nav .submenu {
    display: none;
}
.m_menu .nav .submenu a {
    padding: 10px 20px;
}
.m_menu .nav .submenu a:hover {
    background-color: #999;
}

/*banner*/
.bannerArea {
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bannerArea .wrap {
    max-width: 100%;
    padding: 0;
}
.bannerArea .bannerItem {
    position: relative;
}
.bannerArea .bannerItem .Txt {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bannerArea .bannerItem .Img {
    position: relative;
    z-index: 1;
    min-height: 300px;
}
.bannerArea .bannerItem .Img img {
    min-height: 300px;
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}
@media (max-width: 640px) {
    .bannerArea .bannerItem .Img img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}



body:not(.indexpage) .bannerArea .bannerItem .Img {
    position: relative;
    z-index: 1;
    min-height: 0px;
    height: 300px;
}
body:not(.indexpage) .bannerArea .bannerItem .Img img {
    min-height: 0px;
    height: 300px;
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}
@media (max-width: 640px) {

    body:not(.indexpage) .bannerArea .bannerItem .Img {
    position: relative;
    z-index: 1;
    height: 150px !important;
    }

    body:not(.indexpage) .bannerArea .bannerItem .Img img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        /*height: 100%;*/
        height: 150px !important;
        margin: none;
        position: none;
    }
}


.bannerArea .bannerLink {
    display: block;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.insTxt {
    width: 100%;
    padding: 85px 0 0 0;
    margin: 0 auto;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
@media (max-width: 1800px) {
    .insTxt {
        padding-top: 4%;
        padding-left: 10%;
    }
}
@media (max-width: 640px) {
    .insTxt {
        padding-top: 10%;
    }
}
.insTxt .titleBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1;
    max-width: 1430px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 25px;
}
.insTxt .bread {
    max-width: 1430px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

.infoList {
    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;
    margin: 0;
    color: #fff;
}
.infoList li {
    margin-bottom: 0;
    padding-right: 20px;
}
.infoList li i {
    display: none;
}
.infoList li a,
.infoList li span {
    position: relative;
    font-size: 14px;
    letter-spacing: 0.8px;
}
.infoList li span {
    padding-right: 5px;
    margin-right: 8px;
    position: relative;
}
.infoList li span:first-child::after {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #7ab96f;
    position: absolute;
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
}
@media (min-width: 1201px) {
    .infoList li a:hover {
        color: #3aaa26;
    }
}

/*footer*/
footer {
    background-color: #3a3a3a;
    padding: 35px 0;
}
footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 480px) {
    footer .wrap {
        padding: 0 10%;
    }
}
@media (max-width: 767px) {
    footer .left {
        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;*/
        width: 100%;
        margin-bottom: 15px;
    }
}
footer .right {
    width: calc(100% - 250px);
    padding-left: 60px;
}
@media (max-width: 767px) {
    footer .right {
        width: 100%;
        padding-left: 0;
    }
}
footer .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #7ab96f;
    padding-top: 20px;
}
footer .footerLogo {
    width: 100%;
    max-width: 250px;
}
@media (max-width: 480px) {
    footer .footerLogo {
        max-width: 200px;
    }
}
footer .footerLogo a {
    width: 100%;
    height: 100%;
    display: block;
}
footer .footerLogo img {
    /*height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;*/
    width: 100%;
}
@media (max-width: 1180px) {
    footer .footerLogo img {
        width: 100%;
    }
}
footer .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 840px) {
    footer .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
footer .top p,
footer .top a,
footer .top span {
    color: #fff;
    font-size: 20px;
    font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
    letter-spacing: 0.4px;
    font-weight: 700;
}
@media (max-width: 420px) {
    footer .top p,
footer .top a,
footer .top span {
        font-size: 16px;
    }
}
footer .top span {
    padding: 0 5px;
    margin: 0 8px;
    position: relative;
}
@media (max-width: 540px) {
    footer .top span {
        padding-left: 0;
        margin-left: 0;
    }
}
footer .top span::after {
    content: "";
    width: 1px;
    height: 18px;
    background-color: #7ab96f;
    position: absolute;
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
}
footer .top .infoList {
    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;
    margin: 0;
    gap: 15px;
    padding-bottom: 15px;
}
@media (max-width: 540px) {
    footer .top .infoList {
        gap: 5px;
    }
}
@media (max-width: 840px) {
    footer .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}
footer .bottom .infoList li a,
footer .bottom .infoList li span {
    color: #fff;
}

footer .bottom .infoList li.f00 a {
    padding: 2px 5px;
    width: 200px;
    text-align: center;
    border-radius: 5px;
    display: block;
}

footer .bottom .infoList li.f01 a {
    background-color: #395597;
}
footer .bottom .infoList li.f02 a {
    background-color: #e00103;
}
footer .bottom .infoList li.f03 a {
    background-color: #06c052;
}


@media (min-width: 1201px) {
    footer .bottom .infoList li a a:hover,
footer .bottom .infoList li span a:hover {
        color: #3aaa26;
    }
}
footer .socialBox {
    display: block;
    top: 50%;
    left: 50px;
    z-index: 2;
}
footer .socialBox .socialList {
    padding-bottom: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .socialBox .socialList li {
    padding: 3px;
}
footer .socialBox .socialList li a {
    width: 33px;
    height: 33px;
    /*border: 1px solid #ecb34b;*/
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    padding-left: 2px;
    padding-top: 1px;
}
footer .socialBox .socialList li.i01 a {
    background-color: #395597;
}
footer .socialBox .socialList li.i02 a {
    background-color: #e00103;
}
footer .socialBox .socialList li.i03 a {
    background-color: #06c052;
}
footer .socialBox .socialList li a svg {
    width: 20px;
    height: 18px;
    display: inline-block;
    fill: #fff;
    margin-top: -2px;
    vertical-align: middle;
}
footer .socialBox .socialList li a:hover {
    /*color: #3aaa26;*/
}
footer .socialBox .socialList li a:hover svg {
    /*fill: #3aaa26;*/
}
footer .copyrightBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px;
    position: relative;
}
footer .copyrightBox .copyright {
    font-size: 12px;
    padding: 5px;
}


@media (max-width: 1024px) {
    footer .copyrightBox {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-bottom: 10px;
    }
}

.privacyArea {
    width: 100%;
    max-width: 760px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 50;
}
.privacyArea.check {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.privacyArea .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.privacyArea .text {
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: center;
}
.privacyArea .text a {
    color: #3aaa26;
    display: inline-block;
    margin-top: 8px;
    text-decoration: underline;
}
.privacyArea .text a:hover {
    color: #3aaa26;
}
.privacyArea .btn {
    -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;
    margin-top: 25px;
}
.privacyArea .btn a {
    letter-spacing: 0.5px;
    padding: 15px 35px;
}
.privacyArea .btn a + a {
    margin-left: 20px;
}
@media (max-width: 640px) {
    .privacyArea .btn {
        width: 100%;
    }
    .privacyArea .btn a {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 15px;
        text-align: center;
    }
}


/*手機快捷選單*/
.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;
}

/*後台預覽模式*/
.adminPreviewArea {
    max-width: 320px;
    border: 4px solid #ffe2e2;
    border-radius: 5px;
    background: #fdc9c9;
    color: #000;
    padding: 20px;
    position: fixed;
    top: 15px;
    right: 0;
    z-index: 99999;
}
.adminPreviewArea a {
    text-decoration: underline;
}

/*後台登入模式*/
.adminLoginArea {
    width: 100%;
    background-color: rgba(180, 0, 0, 0.85);
    color: #fff;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.5px;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    text-align: center;
}
.adminLoginArea p {
    padding: 20px 15px;
}

/*********內頁**********/
.mainArea {
    padding: 80px 0;
}
@media (max-width: 768px) {
    .mainArea {
        padding-top: 30px;
    }
}
.mainArea .contentBox {
    clear: both;
}

.contactBtn {
    position: fixed;
    right: 0;
    top: 30%;
    width: 50px;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99;
    display: none;
}
.contactBtn 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;
    background-color: #3aaa26;
    gap: 20px;
    color: #fff;
    width: 100%;
    height: 100%;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 16px;
    letter-spacing: 3px;
    position: relative;
}
.contactBtn a::after {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #e1faf6;
    position: absolute;
    left: 50%;
    top: 32%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.contactBtn a svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
    margin-bottom: 10px;
}
.contactBtn a:hover {
    background: #448339;
}
@media (max-width: 1023px) {
    .contactBtn {
        display: none;
    }
}

.titleBox {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.titleTw {
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.05em;
    position: relative;
}

.insTxt .titleTw {
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.05em;
    position: relative;
    color: #222;
    text-shadow: 1px 1px #fff;
}


.titleTw.deco {
    margin: 0;
    padding-bottom: 30px;
}
.titleTw.deco::after {
    content: "";
    width: 45px;
    height: 2px;
    background-color: #3aaa26;
    left: 0;
    bottom: 0;
    position: absolute;
}
@media (max-width: 640px) {
    .titleTw.deco {
    padding-bottom: 15px;
    }
    .insTxt .titleTw {
    font-size: 28px;
    }
}
@media (max-width: 480px) {
    .titleTw {
        font-size: 30px;
    }
}

.titleEn {
    font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
    text-transform: uppercase;
    color: #3aaa26;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.4px;
}
@media (max-width: 480px) {
    .titleEn {
        font-size: 15px;
    }
}

/*日期*/
.dateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.dateBox p,
.dateBox .date {
    color: #3aaa26;
    font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
    line-height: 1;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.5px;
}
.dateBox p {
    padding-right: 8px;
}

/*bread*/
.bread {
    margin-bottom: 50px;
    padding: 20px 0;
    z-index: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.bread .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.bread .wrap a,
.bread .wrap span {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
}
.bread .wrap a {
    color: #888888;
}
.bread .wrap a:hover {
    color: #3aaa26;
}
.bread .wrap span {
    color: #888888;
}
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
    position: relative;
}
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
    padding-left: 25px;
}
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    position: absolute;
    top: 50%;
    left: 7px;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
    padding-left: 20px;
}
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
    content: "";
    width: 1px;
    height: 80%;
    background-color: #a9a9a9;
    position: absolute;
    top: 10%;
    left: 10px;
    z-index: 1;
}
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
    padding-left: 25px;
}
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #a9a9a9;
    position: absolute;
    top: 50%;
    left: 8px;
    z-index: 1;
}
@media (max-width: 768px) {
    .bread {
        display: none;
    }
}

/*文章標題*/
.articleTitle {
    border-bottom: 1px dashed #d6d6d6;
    color: #232323;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px 0;
}

/*側邊標題字*/
.sectionTitle {
    margin-bottom: 20px;
    padding: 5px;
    border-bottom: 1px solid #d6d6d6;
    font-weight: 400;
    color: #3aaa26;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.05em;
    position: relative;
}
.sectionTitle strong {
    display: block;
    position: relative;
    font-weight: 400;
}
.sectionTitle a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.breakpoint > tbody > tr > td.expand {
    background: url("../images/plus.png") no-repeat 5px center;
    cursor: pointer;
    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;
    }
}
/*類別*/
.classBox {
    position: relative;
    z-index: 4;
}
@media (max-width: 1023px) {
    .classBox {
        max-width: 240px;
        margin: 0 auto;
    }
}
.classBox .classCurrent {
    background-color: #3aaa26;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 30px 10px 10px;
    position: relative;
}
.classBox .classCurrent::before {
    content: "\f107";
    color: #fff;
    font-size: 15px;
    font-family: FontAwesome;
    line-height: 1;
    margin-top: -6px;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 1;
}
@media (min-width: 1024px) {
    .classBox .classCurrent {
        display: none;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }
}
.classBoxRow {
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (min-width: 1024px) {
    .classBoxRow .classLink {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .classBoxRow .classLink li {
        margin-bottom: 10px;
        margin-right: 15px;
    }
    .classBoxRow .classLink a {
        display: block;
        padding: 10px 15px;
        font-size: 13px;
        color: #000;
        background-color: #f0f0f0;
        letter-spacing: 2px;
        text-align: center;
    }
    .classBoxRow .classLink a.current, .classBoxRow .classLink a:hover {
        color: #fff;
        background-color: #3aaa26;
    }
}
.classBoxColumn {
    margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
    content: "";
    width: 13px;
    height: 1px;
    background-color: #2f2f2f;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
    background-color: #3aaa26;
    color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
    background-color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open::after {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul {
    display: block;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
    -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
            animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a {
    background-color: #f1f1f1;
    color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover {
    background-color: #e8e8e8;
    color: #3aaa26;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a.current::after, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::after {
    background-color: #3aaa26;
}
@media (min-width: 1024px) {
    .classBoxColumn .classLink > li:not(:first-child) {
        border-top: 1px solid #e1faf6;
    }
    .classBoxColumn .classLink ul {
        display: none;
    }
    .classBoxColumn .classLink ul li:not(:first-child) {
        border-top: 1px solid #e1faf6;
    }
    .classBoxColumn .classLink a {
        color: #2f2f2f;
        display: block;
        line-height: 1.2;
        letter-spacing: 0.5px;
        padding: 18px 15px;
        position: relative;
    }
    .classBoxColumn .classLink a.current, .classBoxColumn .classLink a:hover {
        background-color: #3aaa26;
        color: #fff;
    }
    .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after {
        background-color: #fff;
    }
}
@media (max-width: 1023px) {
    .classBoxRow .classLink, .classBoxColumn .classLink {
        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);
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
    }
    .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
        display: block;
    }
    .classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
        border-top: 1px solid #e1faf6;
    }
    .classBoxRow .classLink > li > a.current, .classBoxColumn .classLink > li > a.current {
        color: #3aaa26;
    }
    .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
        display: none;
    }
    .classBoxRow .classLink a, .classBoxColumn .classLink a {
        color: #2f2f2f;
        background-color: #fff;
        display: block;
        font-size: 14px;
        padding: 14px 15px;
        position: relative;
    }
}

.pageBox .pageList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #cecece;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.pageBox .pageList a {
    border: 1px solid #c2c2c2;
    color: #666;
    display: block;
    font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    display: block;
    position: absolute;
}
.pageBox .pageList a.prevBtn::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.pageBox .pageList a:hover {
    border: 1px solid #3aaa26;
    background-color: #3aaa26;
    color: #fff;
}
.pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.pageBox .pageList.number {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pageBox .pageList.number.oval a {
    width: 50px;
}
.pageBox .pageList.number li {
    margin: 5px;
}
.pageBox .pageList.number a {
    width: 30px;
    height: 30px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    text-align: center;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
    margin: auto;
    top: 0;
    bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
    left: 5px;
    right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
    left: 0;
    right: 5px;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.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 .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.pageBox .pageList.number a.firstBtn::before {
    left: -2px;
    right: 0;
}
.pageBox .pageList.number a.firstBtn::after {
    left: 12px;
    right: 0;
}
.pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.pageBox .pageList.number a.lastBtn::before {
    left: 0;
    right: -2px;
}
.pageBox .pageList.number a.lastBtn::after {
    left: 0;
    right: 12px;
}
.pageBox .pageList.number a.current {
    border: 1px solid #3aaa26;
    background-color: #3aaa26;
    color: #fff;
}
.pageBox .pageList.number a:hover.firstBtn::before, .pageBox .pageList.number a:hover.firstBtn::after, .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.pageBox .pageList.prevnext {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.pageBox .pageList.prevnext a {
    width: 180px;
    height: 45px;
    font-weight: 300;
    line-height: 43px;
    padding: 0 20px;
    position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
    top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
    text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
    left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
    margin-left: auto;
    text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
    right: 15px;
}
@media (max-width: 768px) {
    .pageBox .pageList.prevnext a {
        width: 125px;
        padding: 0 15px;
    }
}
@media (max-width: 640px) {
    .pageBox .pageList.prevnext li {
        width: calc(50% - 15px);
    }
    .pageBox .pageList.prevnext a {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .pageBox .pageList.prevnext li {
        width: calc(50% - 10px);
    }
}
.pageBox .pageList.prevnext.circle a {
    width: 45px;
    padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
    display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
    left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
    right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
    border-radius: 50%;
    overflow: hidden;
}
.pageBox .pageList.oval a {
    border-radius: 30px;
    overflow: hidden;
}

/*標籤*/
.tagBox {
    padding: 20px 0;
}
@media (max-width: 480px) {
    .tagBox {
        display: none;
    }
}
.tagBox b {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 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 #3aaa26;
    font-size: 13px;
    color: #3aaa26;
}
.tagBox a:hover {
    color: #fff;
    background-color: #3aaa26;
}
.tagBox a.current {
    color: #fff;
    background-color: #3aaa26;
}
.tagBox a.current:before {
    content: "\f00d";
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 12px;
}

/*頁籤*/
.tab {
    border-top: 1px solid #d6d6d6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}
.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;
}
@media (max-width: 420px) {
    .tab a {
        padding: 15px 0px;
    }
}
.tab a.current {
    background-color: #3aaa26;
    color: #fff;
}

/*頁籤內容*/
.tabContent {
    margin-top: -1px;
    padding: 20px 5px;
    border-top: 1px solid #d6d6d6;
}
.tabContent .tabContentItem {
    display: none;
}

/*側邊_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_album {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -10px;
}
.side_album li {
    float: left;
    width: 33.33%;
    padding: 0 10px 10px 0;
}
.side_album a {
    display: block;
    -webkit-box-shadow: 2px 2px 5px #c3c3c3;
            box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
    margin-bottom: 20px;
}
@media (max-width: 540px) {
    .side_contactInfo li {
        margin-bottom: 5px;
    }
}
.side_contactInfo a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    color: #414141;
}
.side_contactInfo i {
    display: inline-block;
    vertical-align: middle;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 8px;
    border: 2px solid #a5a5a5;
    border-radius: 50%;
    font-size: 20px;
    color: #a5a5a5;
    text-align: center;
}
.side_contactInfo b {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}

/*側邊_其他相關訊息*/
.side_news {
    margin: 30px 0;
}
.side_news .sideNewsList {
    margin-top: 20px;
}
.side_news .sideBox {
    margin: 0 -20px 25px;
}
.side_news .sideNewsItem {
    width: 33.3333333333%;
}
.side_news .item {
    padding: 20px;
    max-width: 400px;
    margin: 0 auto;
}
.side_news .Img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.side_news .Img img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.side_news .Txt {
    padding: 8px;
    overflow: hidden;
}
.side_news .Txt a {
    text-align: left;
    display: block;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}
.side_news .Txt b {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #999;
}

/*社群分享*/
.sideShare {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sideShare .shareList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sideShare .shareList .shareTitle {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.6px;
    font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
    font-weight: 700;
    color: #888888;
    padding-right: 8px;
}
.sideShare .shareList .shareItem {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    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;
    margin: 0 3px;
}
.sideShare .shareList .shareItem a {
    color: #cccccc;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 10px 10px;
    text-align: center;
}
.sideShare .shareList .shareItem a svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle;
}
.sideShare .shareList .shareItem:hover {
    background-color: #cccccc;
}
.sideShare .shareList .shareItem:hover a {
    color: #fff;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
    overflow: hidden;
    background-color: transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imh_opacity img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -o-object-fit: contain;
       object-fit: contain;
}
.imh_opacity:hover {
    background-color: #448339;
}
.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;
    position: relative;
}
.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 {
    background-color: #000;
    overflow: hidden;
    position: relative;
}
.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);
}