@charset "UTF-8";
/* CSS Document */
@import url(help/reset.css);
@import url(font-awesome-4.7.0/font-awesome.min.css);
@import url(help/rwdgrid.css);
@import url(contentbuilder.css);
@import url(textEditor.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400|Cardo|Montserrat:600");

[class*='col-'],
.b-box,
.wrap,
.langMenu,
.submenu,
.searchBox .gsc-search-box-tools .gsc-search-box input,
.menuSearchBox .gsc-search-box-tools .gsc-search-box input,
.bannerText,
.slideMenuBox,
.detailBtn,
.moreBtn,
.prevArrow,
.nextArrow,
.bread,
.classSC.reduction,
.side_share a,
.footable-toggle-btn {
    box-sizing: border-box;
}

a,
header,
header.scroll .menu>li>a::before,
header::before,
.menu,
.menuBtn,
.langBtn,
.searchBtn,
.menuBtn::before,
.searchBox .gsc-search-box-tools .gsc-search-box input,
.menuSearchBox .gsc-search-box-tools .gsc-search-box input,
.searchBox td.gsc-search-button button,
.menuSearchBox td.gsc-search-button button,
.slideMenuBox,
.slideMenuBox .menuLinksList>li,
.slideMenuBox .menuLogo,
.slideMenuBox .menuSearchBox,
.closeSlideMenuBtn::before,
.closeSlideMenuBtn::after,
.goTop,
.titleLine::before,
.titleLine::after,
.hMask::before,
.prevArrow,
.nextArrow,
.hImgMask::before,
.slick-dots button::before,
.footable-toggle-btn,
.footable-toggle-btn::before,
.footable-toggle-btn::after {
    transition: all .5s ease-out;
}

body {
    background: url("../images/texture/pageBg.jpg");
    font-family: "Roboto", "微軟正黑體", sans-serif;
    font-size: 16px;
    color: #262626;
}

.changePageArea {
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    z-index: 101;
    overflow: hidden;
    pointer-events: none;
    background: #fff url("../images/texture/menuBg.jpg");
    transition: all .8s ease-out;
}

.changePageArea.hide {
    opacity: 0;
}

/*css3*/
a {
    color: #262626;
    cursor: pointer;
}

a:hover {
    color: #589000;
}

[class*='col-'] {
    float: left;
}

div.titan {
    /*--隱藏開影音、開相簿--*/
    display: none;
}

.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.33%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

a.btn_color1 {
    /*按鈕主色1*/
    color: #fff;
    background-color: #54a946;
}

a.btn_color1:hover {
    background-color: #C85A56;
}

a.btn_color2 {
    /*按鈕主色2*/
    color: #fff;
    background-color: #A0A0A0;
}

a.btn_color2:hover {
    background-color: #999;
}

input[type="text"],
textarea {
    -webkit-appearance: none;
}

.outerWrap {
    position: relative;
    padding-top: 91px;
}

.wrap {
    width: 1160px;
    margin: 0 auto;
}

/*-moduleBox--*/
.moduleBox {
    position: fixed;
    left: 50%;
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1005;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .5s ease-in-out;
}

.moduleBox.show {
    top: 50%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.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;
    transition: all .5s ease-in-out;
}

.moduleMask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/*****網頁頭*****/
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
}

header.scroll {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

header.scroll::before {
    opacity: 1;
}

header.scroll .menu>li:hover>a::before,
header.scroll .menu>li>a.current::before {
    width: 100%;
    left: 0;
    right: auto;
}

header.scroll .menu>li>a {
    color: #262626;
    text-shadow: none;
}

header.scroll .menu>li>a::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 5px;
    background: linear-gradient(to right, #cabc00 0, #2b7e3e 100%) 0 0 no-repeat;
}

header.scroll .menu>li:nth-child(n+4)>a {
    display: block;
}

header.scroll .menuBtn {
    background-image: linear-gradient(to right, #262626 0, #262626 100%), linear-gradient(to right, #262626 0, #262626 100%);
}

header.scroll .menuBtn::before {
    background-color: #262626;
}

header.scroll .langBtn {
    background-image: url("../images/icon/language_b.png");
}

header.scroll .gsc-search-box-tools .gsc-search-box input {
    background-color: #2b7e3e !important;
    border: 1px solid rgba(255, 255, 255, 0) !important;
}

header.scroll td.gsc-search-button button {
    color: #666;
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
    background-image: url("../images/texture/menuBg.jpg");
    opacity: 0;
}

header .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1860px;
}

header .langMenu {
    top: calc(100% + 26px);
    left: -32.5px;
}

.logo {
    margin-left: 45px;
    margin-right: auto;
}

.langBox {
    position: relative;
    line-height: 1;
}

.langMenu {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 4px solid #2b7e3e;
    background: url("../images/texture/menuBg.jpg") 0 0 repeat;
}

.langMenu a {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #777;
    letter-spacing: 2px;
    text-align: center;
}

.langMenu a.current,
.langMenu a:hover {
    color: #54a946;
}

/*menu*/
.menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.menu>li {
    position: relative;
}

.menu>li>a {
    position: relative;
    display: block;
    padding: 35px 5px;
    margin-left: 15px;
    margin-right: 15px;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.menu>li:nth-child(n+4)>a {
    display: none;
}

.menu>li.investor .submenu {
    width: 880px;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
    padding: 20px 15px;
    border: 4px solid #2b7e3e;
    background: url("../images/texture/menuBg.jpg") 0 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}
.menu>li.investor .submenu.csrStyle {
    width: 960px;
}
@media (max-width : 1280px){ 
    .menu>li.investor .submenu.csrStyle {
        width: 100%;
    }
    .menu>li.investor .submenu.csrStyle {
        position: fixed;
        left: auto;
        top: 91px;
        right: 0;
        transform: translateX(0);
    }
}

.submenu.showNow {
    pointer-events: auto;
}

.subList {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.subList.csrStyle {
    flex-wrap: wrap;
}



.subList li {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.subList li:last-child {
    margin-top: 37px;
}
.subList.csrStyle li{
    box-sizing: border-box;
    width: 25%;
    padding: 0 5px 10px;

}
.subList.csrStyle li:last-child {
    margin-top: 0px;
}


.subList a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    color: #777;
    letter-spacing: 2px;
}

.subList a:hover {
    color: #262626;
}

.subList b {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #2b7e3e;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
}

/*手機menu*/
.m_menu {
    display: none;
}

.menuBtn,
.langBtn,
.searchBtn {
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
}

.menuBtn {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin: 0 30px;
    background-image: linear-gradient(to right, #fff 0, #fff 100%), linear-gradient(to right, #fff 0, #fff 100%);
    background-position: right 8px top 8px, right 8px bottom 7px;
    background-size: 20px 2px;
    background-repeat: no-repeat;
}

.menuBtn:hover::before {
    width: 20px;
}

.menuBtn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    z-index: 1;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
}

.langBtn {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url("../images/icon/language.png") 50% 50% no-repeat;
}

.searchBox,
.menuSearchBox {
    max-width: 212px;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.searchBox .gsc-control-cse,
.searchBox .gsc-input-box,
.menuSearchBox .gsc-control-cse,
.menuSearchBox .gsc-input-box {
    background-color: transparent;
    border: none;
}

.searchBox .gsc-control-cse,
.menuSearchBox .gsc-control-cse {
    padding: 0;
}

.searchBox .gsc-search-box-tools,
.menuSearchBox .gsc-search-box-tools {
    margin-bottom: 0;
}

.searchBox .gsc-search-box-tools .gsc-search-box,
.menuSearchBox .gsc-search-box-tools .gsc-search-box {
    margin-bottom: 0;
}

.searchBox .gsc-search-box-tools .gsc-search-box .gsc-input,
.menuSearchBox .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0;
}

.searchBox .gsc-search-box-tools .gsc-search-box .gsc-input td,
.menuSearchBox .gsc-search-box-tools .gsc-search-box .gsc-input td {
    padding: 0;
}

.searchBox .gsc-search-box-tools .gsc-search-box .gsc-input .gsib_b,
.menuSearchBox .gsc-search-box-tools .gsc-search-box .gsc-input .gsib_b {
    display: none;
}

.searchBox .gsc-search-box-tools .gsc-search-box input,
.menuSearchBox .gsc-search-box-tools .gsc-search-box input {
    text-indent: 0 !important;
    background-image: none !important;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.searchBox td.gsc-search-button button,
.menuSearchBox td.gsc-search-button button {
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    outline: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    background-color: transparent;
    background-image: none;
}

.searchBox td.gsc-search-button button::before,
.menuSearchBox td.gsc-search-button button::before {
    content: '\f002';
    font-family: FontAwesome;
}

.searchBox td.gsc-search-button svg,
.menuSearchBox td.gsc-search-button svg {
    display: none;
}

.searchBox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
}

.searchBox input {
    color: #fff;
}

.searchBox .gsc-search-box-tools .gsc-search-box input {
    width: 175px !important;
    height: 25px !important;
    padding: 5px 10px !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.searchBox .gsc-search-box-tools .gsc-search-box input::-webkit-input-placeholder {
    /* Chrome */
    color: #fff;
}

.searchBox .gsc-search-box-tools .gsc-search-box input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.searchBox .gsc-search-box-tools .gsc-search-box input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.searchBox .gsc-search-box-tools .gsc-search-box input:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #fff;
    opacity: 1;
}

.searchBtn {
    font-size: 24px;
    color: #fff;
}

/*****banner******/
.bannerArea {
    clear: both;
    position: relative;
}

.bannerArea .slick-dots {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

.bannerArea .slick-dots button::before {
    background-color: #fff;
}

.bannerText {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    color: #f5f1f0;
}

.bannerText.insText h2 {
    font-size: 56px;
    font-weight: 100;
    letter-spacing: 5px;
    text-indent: 5px;
}

.bannerText.insText em {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-indent: 2px;
    font-family: 'Cardo', serif;
}

.bannerText .txt,
.bannerText h2,
.bannerText h1 {
    pointer-events: auto;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-weight: 300;
}

/*頁尾資訊*/
footer {
    position: relative;
    padding-top: 65px;
    background: #252525 url("../images/texture/footerBg.jpg") 0 100% repeat-x;
    overflow: hidden;
}

footer .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1500px;
}

footer .left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 25px;
}

.fLogo img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slideMenuBox {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 95;
    padding-top: 80px;
    border: 8px solid #2b7e3e;
    background: url("../images/texture/menuBg.jpg") 0 0;
    pointer-events: none;
    visibility: hidden;
}

.slideMenuBox.show {
    top: 0;
    pointer-events: auto;
    visibility: visible;
}

.slideMenuBox.show .menuLinksList>li,
.slideMenuBox.show .menuLogo,
.slideMenuBox.show .menuSearchBox {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.slideMenuBox.show .menuLogo {
    transition-delay: .3s;
}

.slideMenuBox.show .menuSearchBox {
    transition-delay: .5s;
}

.slideMenuBox.show .menuLinksList::before {
    width: 100%;
    transition-delay: 1.3s;
}

.slideMenuBox.show .menuLinksList>li {
    transition-delay: .8s;
}

.slideMenuBox.fadeOut {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.slideMenuBox .menuLinksList>li,
.slideMenuBox .menuLogo,
.slideMenuBox .menuSearchBox {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
}

.closeSlideMenuBtn,
.menuSearchBtn {
    border: none;
    outline: none;
    cursor: pointer;
}

.closeSlideMenuBtn {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 1;
    width: 90px;
    height: 90px;
    background-color: #262626;
}

.closeSlideMenuBtn:hover::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.closeSlideMenuBtn:hover::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.closeSlideMenuBtn::before,
.closeSlideMenuBtn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 36px;
    height: 4px;
    margin-left: -18px;
    margin-top: -2px;
    border-radius: 2px;
    background-color: #fff;
}

.closeSlideMenuBtn::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.closeSlideMenuBtn::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menuLogo {
    margin-bottom: 4vh;
    text-align: center;
}

.menuLogo img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.menuSearchBox {
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

.menuSearchBox .gsc-search-box-tools .gsc-search-box input {
    width: 180px !important;
    height: 35px !important;
    padding: 7px !important;
    background-color: transparent !important;
    border: 1px solid #ccc !important;
    font-size: 13px;
    color: #999;
    letter-spacing: 1px;
}

.menuSearchBox .gsc-search-box-tools .gsc-search-box input::-webkit-input-placeholder {
    /* Chrome */
    color: #999;
}

.menuSearchBox .gsc-search-box-tools .gsc-search-box input:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
}

.menuSearchBox .gsc-search-box-tools .gsc-search-box input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    opacity: 1;
}

.menuSearchBox .gsc-search-box-tools .gsc-search-box input:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999;
    opacity: 1;
}

.menuSearchBox .gsc-results-wrapper-overlay {
    min-height: 400px;
}

.menuSearchBox td.gsc-search-button button {
    width: 50px;
    margin-left: 8px;
    color: #fff;
    font-size: 15px;
    background-color: #2b7e3e;
}

.menuSearchBox input {
    padding: 7px;
    border: 1px solid #ccc;
    background-color: transparent;
    font-size: 13px;
    color: #999;
    letter-spacing: 1px;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-weight: 300;
}

.menuLinksList {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1500px;
    margin: 7vh auto 0;
    padding-top: 10vh;
}

.menuLinksList::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 5px;
    background: linear-gradient(to right, #2b7e3e 0, #cabc00 100%) 0 0 no-repeat;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .8s ease-out;
}

.menuLinksList li+li {
    margin-left: 75px;
}

.menuLinksList h3 a {
    display: block;
    padding-bottom: 7px;
    color: #2b7e3e;
}

.menuLinksList h3 a:hover {
    color: #2b7e3e;
}

.menuLinksList h3 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #2b7e3e;
    letter-spacing: 2px;
    font-weight: 500;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.menuLinksList h3::before {
    content: attr(data-en);
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #cabc00;
    text-transform: uppercase;
    font-family: 'Cardo', serif;
}

.menuLinksList .footerLinks a:hover {
    color: #262626;
}

.detailBtn {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 50px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    background: #54a946 url("../images/arrowRight.png") right 30px top 50%/12px auto no-repeat;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-weight: 300;
}

.detailBtn:hover {
    color: #fff;
    background-position: right 25px top 50%;
}

.eInvoice {
    width: 200px;
    min-width: none;
    height: 50px;
    line-height: 50px;
    margin-top: 35px;
    border-radius: 25px;
    letter-spacing: 1px;
    background-color: #2b7e3e;
}

.socailBox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.socailBox a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid currentColor;
    color: #fff;
    text-align: center;
}

.socailBox a+a {
    margin-left: 25px;
}

.socailBox a:hover {
    border-color: #2b7e3e;
    background-color: #2b7e3e;
}

.footerLinksList {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footerLinksList li+li {
    margin-left: 65px;
}

.footerLinksList h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 3px;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-weight: 300;
}

.footerLinks a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    color: #777;
    letter-spacing: 2px;
}

.footerLinks a:hover {
    color: #fff;
}

.copyrightBox {
    margin-top: 85px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    text-align: center;
    color: #aaa;
    letter-spacing: 1px;
}

.footerInfo,
.ibLink {
    display: inline-block;
    vertical-align: middle;
}

.ibLink {
    margin-left: 10px;
}

.ibLink a {
    font-size: 13px;
    color: #555;
}

.ibLink a:hover {
    color: #aaa;
}

.goTop {
    position: absolute;
    top: 50%;
    right: 60px;
    z-index: 1;
    width: 16px;
    height: 75px;
    margin-top: -37.5px;
    background: url("../images/goTop.png") 0 0 no-repeat;
}

/*********內頁**********/
/**********************/
.bannerArea .wrap {
    width: 100%;
    padding: 0;
}

.bannerArea .bannerBox img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.titleBox {
    margin-bottom: 40px;
    text-align: center;
}

.titleBox h1,
.titleBox h2 {
    margin-bottom: 20px;
    padding-bottom: 30px;
    font-size: 36px;
    font-weight: 300;
    color: #010101;
    letter-spacing: 7px;
    text-indent: 7px;
}

.titleBox em {
    letter-spacing: 3px;
    text-indent: 3px;
    color: #666;
}

.titleLine {
    position: relative;
}

.titleLine::before,
.titleLine::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
    background: linear-gradient(to right, #cd2323 50%, #e2cf1c 0, #e2cf1c 100%) 0 0 no-repeat;
}

.titleLine::before {
    height: 1px;
    bottom: 0;
}

.titleLine::after {
    height: 5px;
    bottom: -2px;
}

.moreBtn {
    position: relative;
    z-index: 1;
    display: block;
    width: 135px;
    height: 135px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    border-radius: 50%;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}

.moreBtn:hover {
    color: #fff;
}

.moreBtn:hover.red,
.moreBtn:hover.red::after {
    background-color: #a42f2f;
}

.moreBtn:hover.green,
.moreBtn:hover::after {
    background-color: #4b973f;
}

.moreBtn::before {
    content: url("../images/icon/more.png");
    display: block;
    margin-bottom: 15px;
}

.moreBtn::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
    border-radius: 50%;
    opacity: .5;
    -webkit-animation: 1.8s moreAni both infinite;
    animation: 1.8s moreAni both infinite;
}

.moreBtn.red,
.moreBtn.red::after {
    background-color: #b83535;
}

.moreBtn.green,
.moreBtn::after {
    background-color: #54a946;
}

@-webkit-keyframes moreAni {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: .5;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes moreAni {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: .5;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

.hMask {
    position: relative;
    line-height: 0;
}

.hMask:hover::before {
    opacity: 0;
}

.hMask::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    pointer-events: none;
    background-color: #000;
    opacity: .6;
}

.prevArrow,
.nextArrow {
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: .5;
}

.prevArrow:hover,
.nextArrow:hover {
    opacity: 1;
}

.prevArrow {
    background-image: url("../images/arrowLeft.png");
}

.nextArrow {
    background-image: url("../images/arrowRight.png");
}

.bread {
    max-width: 1820px;
    margin: 0 auto 40px;
}

.bread a,
.bread span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #bbb;
}

.bread a+a,
.bread a+span,
.bread span+a,
.bread span+span {
    position: relative;
    padding-left: 20px;
}

.bread a+a::before,
.bread a+span::before,
.bread span+a::before,
.bread span+span::before {
    content: '>';
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -7.5px;
    color: #999;
}

.bread a:hover {
    color: #262626;
}

.bread span:last-child {
    color: #262626;
}

.mainArea {
    position: relative;
    padding-top: 35px;
    padding-bottom: 100px;
}

.contentBox {
    clear: both;
}

.articleTitle {
    margin-bottom: 25px;
    padding: 10px 0;
    font: 20px 'Noto Sans TC', '微軟正黑體', sans-serif;
    color: #54a946;
    border-bottom: 1px dashed #d6d6d6;
}

.sectionTitle {
    color: #cd2323;
    letter-spacing: 1px;
    font-size: 18px 'Noto Sans TC', '微軟正黑體', sans-serif;
}

table.breakpoint>tbody>tr>td.expand {
    cursor: pointer;
    background: url("../images/plus.png") no-repeat 5px center;
    padding-left: 40px;
}

/*類別*/
.m_classLink {
    display: none;
}

.classBC {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 55px;
    padding-bottom: 70px;
    z-index: 3;
}

.classBC>ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px;
    border: 1px solid #aaa;
    border-radius: 40px;
}

.classBC>ul a {
    position: relative;
    display: block;
    min-width: 160px;
    padding: 6px;
    font-size: 15px;
    letter-spacing: 2px;
    color: #333;
    border-radius: 40px;
    text-align: center;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-weight: 300;
}

.classBC>ul a:hover,
.classBC>ul a.current {
    color: #fff;
    background-color: #b93435;
}

.classSC {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 4;
    max-width: 1790px;
    margin: auto;
    text-align: right;
    pointer-events: none;
}

.classSC.reduction {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.classSC>ul li {
    display: inline-block;
    margin-bottom: 15px;
}

.classSC>ul li+li {
    margin-left: 15px;
}

.classSC>ul a {
    display: block;
    padding: 6px 30px;
    border-radius: 20px;
    font-size: 15px;
    color: #fff;
    background-color: #262626;
    pointer-events: auto;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-weight: 300;
}

.classSC>ul a:hover,
.classSC>ul a.current {
    color: #fff;
    background-color: #54a946;
}

.classSBC>ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.classSBC li {
    padding-left: 5px;
    padding-right: 5px;
}

.classSBC li+li {
    position: relative;
}

.classSBC li+li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1px;
    z-index: 1;
    width: 2px;
    height: 10px;
    margin-top: -5px;
    background-color: #c4c4c4;
}

.classSBC a {
    display: block;
    padding: 5px 10px;
    border-radius: 20px;
    letter-spacing: 1px;
    text-align: center;
}

.classSBC a:hover,
.classSBC a.current {
    color: #fff;
    background-color: #b93435;
}

.pageBox,
.pageShadowBox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pageBox {
    margin-bottom: 30px;
}

.pageBox a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
}

.pageBox a:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 50%;
}

.pageBox a:last-child {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.pageBox a.current {
    color: #fff;
    background-color: #cd2323;
}

.pageBox a.current::before {
    display: none;
}

.pageBox a+a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 1px;
    height: 24px;
    margin-top: -12px;
    background-color: #ddd;
}

.pageBox i {
    color: #cd2323;
}

.pageShadowBox {
    border-radius: 15px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.officialBtn,
.backBtn {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #262626;
}

.officialBtn:hover,
.backBtn:hover {
    color: #fff;
    background-color: #cabc00;
}

/*側邊_相簿*/
.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;
    box-shadow: 2px 2px 5px #c3c3c3;
}

.side_album a img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
    margin-bottom: 20px;
}

.side_contactInfo a {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #414141;
}

.side_contactInfo i {
    display: inline-block;
    vertical-align: middle;
    -webkit-flex-shrink: 0;
    -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_share {
    clear: both;
    display: none;
    margin-top: 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 {
    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 {
    box-shadow: 0 0 0 1px #235c9b;
    border-top: 1px solid #8DCFF5;
    background: #5da0ea;
    /* 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: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5da0ea', endColorstr='#3d8ce6', GradientType=0);
    /* IE6-8 */
}

.side_share .gPlus {
    box-shadow: 0 0 0 1px #874138;
    border-top: 1px solid #fd816b;
    background: #d65130;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTEzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDQ0MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, #d65130 0%, #d0442b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d65130', endColorstr='#d0442b', GradientType=0);
    /* IE6-8 */
}

/*--滑動解鎖--*/
.captchaArea {
    position: relative;
    width: 200px;
    height: 50px;
    background-color: #ddd;
}

.captchaArea.unlocking .sliderBtn {
    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;
    box-sizing: border-box;
    transition: all .3s linear;
}

.sliderBtn::before {
    content: '\f105';
    position: absolute;
    top: 13px;
    left: 23px;
    color: #fff;
    font-size: 24px;
    font-family: FontAwesome;
    pointer-events: none;
}

.hImgMask {
    position: relative;
    line-height: 0;
}

.hImgMask:hover::before {
    opacity: .9;
}

.hImgMask::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    background: linear-gradient(135deg, #cabc00 0, #54a946 60%, #2b7e3e 100%) no-repeat;
    pointer-events: none;
    opacity: 0;
}

/*--最新消息icon--*/
.newIcon {
    display: inline-block;
    padding: 3px 8px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    vertical-align: middle;
}

/****圖示顏色****/
.newIcon_green {
    background-color: #56851e;
}

.newIcon_brown {
    background-color: #ddaf39;
}

.newIcon_red {
    background-color: #cd2323;
}

.newIcon_blue {
    background-color: #00b7ea;
}

.newIcon_navy {
    background-color: #3f4c6b;
}

.newIcon_orange {
    background-color: #ffa84c;
}

.newIcon_gold {
    background-color: #eab92d;
}

.newIcon_burgundyRed {
    background-color: #a90329;
}

.newIcon_purple {
    background: #cb60b3;
}

@-webkit-keyframes flinkUFI {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

@keyframes flinkUFI {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

.listStyle li {
    width: 100%;
}

.listStyle h3 {
    position: relative;
    padding-bottom: 7px;
    padding-top: 7px;
}

.listStyle h3::before,
.listStyle h3::after {
    content: '';
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 12px;
    height: 2px;
    transition: .3s ease-out;
}

.listStyle h3::before {
    right: 5px;
    margin-top: -1px;
}

.listStyle h3::after {
    right: 5px;
    margin-top: -1px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.listStyle h3[data-en="News"]::before,
.listStyle h3[data-en="News"]::after {
    display: none;
}

.listStyle .open h3:not([data-en="News"])::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.listStyle .open .footerLinks {
    display: block;
}

.listStyle .open .footerLinks a {
    -webkit-animation: .3s flinkUFI both ease-out .2s;
    animation: .3s flinkUFI both ease-out .2s;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li.slick-active button::before {
    background-color: #cd2323;
}

.slick-dots button {
    position: relative;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    outline: none;
    color: transparent;
    background-color: transparent;
    cursor: pointer;
}

.slick-dots button:hover::before {
    background-color: #2b7e3e;
}

.slick-dots button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    border-radius: 50%;
    background-color: #54a946;
}

.footable-row-detail-name {
    color: #54a946;
}

.footable-first-column {
    position: relative;
}

.footable-detail-show .footable-toggle-btn {
    border-color: transparent;
    background-color: #2a2920;
}

.footable-detail-show .footable-toggle-btn::before,
.footable-detail-show .footable-toggle-btn::after {
    background-color: #f6f6f6;
}

.footable-toggle-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    border-radius: 50%;
    border: 1px dashed #7f7f7f;
    background-color: transparent;
}

.footable-toggle-btn::before,
.footable-toggle-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 12px;
    margin-left: -1px;
    margin-top: -6px;
    background-color: #838383;
}

.footable-toggle-btn::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.only.onlyHidden{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: 0s 0s all;
}

.fsiShow .fsiUp:not(.only),
.fsiShow .fsiDown:not(.only),
.fsiShow .fsiZero:not(.only) {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.fsiShow .titleLine::before {
    width: 100px;
    transition-delay: .8s;
}

.fsiShow .titleLine::after {
    width: 24px;
    transition-delay: 1s;
}

.fsiUp.only.onlyShow,
.fsiDown.only.onlyShow,
.fsiZero.only.onlyShow {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.fsiUp,
.fsiDown,
.fsiZero {
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.fsiUp {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.fsiDown {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.fsiL1 {
    transition-delay: .1s;
}

.fsiL2 {
    transition-delay: .2s;
}

.fsiL3 {
    transition-delay: .3s;
}

.fsiL4 {
    transition-delay: .5s;
}

.fsiL5 {
    transition-delay: .7s;
}

.fsiL6 {
    transition-delay: .9s;
}

.fsiL7 {
    transition-delay: 1s;
}

/*stupid ie*/
@media screen and (min-width: 0\0) {
    .bannerText {
        width: 100%;
    }

    .eInvoice {
        white-space: nowrap;
    }

    .logo {
        margin-right: 0;
    }

    .menuBox {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .menu {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .gsc-search-box>tbody>tr {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/**********適應性**********/
/************************/
@media (max-width: 1900px) {
    header .wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .logo {
        margin-left: 0;
    }
}

@media (max-width: 1880px) {
    .bread {
        padding-left: 20px;
        padding-right: 20px;
    }

    .classSC {
        right: 20px;
    }
}

@media (max-width: 1720px) {
    .goTop {
        top: auto;
        bottom: 30px;
        right: 20px;
    }
}

@media (max-width: 1540px) {
    footer .wrap {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    footer .left {
        margin-left: 0;
        margin-right: 40px;
    }
}

@media (max-width: 1480px) {
    .menu>li>a {
        margin-left: 0;
        margin-right: 10px;
    }

    .menuBtn {
        margin-left: 0;
        margin-right: 15px;
    }

    .searchBox {
        margin-left: 15px;
    }
}

@media (max-width: 1380px) {
    .footerLinksList {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footerLinksList li+li {
        margin-left: 0;
    }

    .footerLinksList li+li h3 {
        border-top: 1px solid #333;
    }

    .footerLinksList h3::before,
    .footerLinksList h3::after {
        background-color: #777;
    }

    .footerLinksList .footerLinks {
        display: none;
        margin-bottom: 10px;
    }

    .footerLinksList .footerLinks a {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }
}

@media (max-width: 1280px) {
    .searchBox {
        display: none;
    }
}

@media (max-width: 1180px) {
    .outerWrap {
        padding-top: 60px;
    }

    .wrap {
        width: 100%;
        padding: 0 20px;
    }

    header {
        display: none;
    }

    /*手機menu*/
    .m_menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 94;
        display: block;
        width: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .m_menu .langMenu {
        top: calc(100% + 10px);
        right: -20px;
    }

    .m_menu .langBtn {
        background-image: url("../images/icon/language_b.png");
    }

    .m_menu .menuBtn {
        margin-left: auto;
        background-image: linear-gradient(to right, #262626 0, #262626 100%), linear-gradient(to right, #262626 0, #262626 100%);
        background-size: 25px 2px;
    }

    .m_menu .menuBtn::before {
        width: 25px;
        background-color: #262626;
    }

    .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 .controlBox {
        position: relative;
        z-index: 99;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 60px;
        padding: 13px 20px 12px;
        background-image: url("../images/texture/menuBg.jpg");
        box-sizing: border-box;
    }

    .m_logo {
        line-height: 0;
    }

    .m_logo img {
        max-width: 100%;
        height: auto;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .slideMenuBox {
        overflow: auto;
    }

    .menuLogo {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 1;
        width: 80px;
        margin-bottom: 0;
    }

    .closeSlideMenuBtn {
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
    }

    .closeSlideMenuBtn::before,
    .closeSlideMenuBtn::after {
        width: 20px;
        margin-left: -10px;
    }

    .menuLinksList {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
        padding: 30px 20px;
    }

    .menuLinksList li {
        max-width: 600px;
        margin: auto;
    }

    .menuLinksList li+li {
        margin-left: auto;
    }

    .menuLinksList li+li h3 {
        border-top: 1px solid #54a946;
    }

    .menuLinksList h3 a {
        padding-bottom: 0;
    }

    .menuLinksList h3 {
        margin-bottom: 0;
    }

    .menuLinksList h3::before,
    .menuLinksList h3::after {
        background-color: #cabc00;
    }

    .menuLinksList h3::before {
        margin-bottom: 0;
    }

    .menuLinksList .footerLinks {
        display: none;
        margin-bottom: 10px;
    }

    .menuLinksList .footerLinks a {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }

    .classBC>ul a {
        min-width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 960px) {
    .footerLinksList h3 {
        font-size: 15px;
    }

    .footerLinksList a {
        font-size: 13px;
    }

    .bannerText.insText h2 {
        font-size: 36px;
    }

    .classBox {
        padding-bottom: 30px;
    }

    .classSBC {
        padding-right: 20px;
    }

    .classSBC>ul {
        display: none;
    }

    .classSBC .m_classLink .main {
        padding-right: 50px;
    }

    .classSBC .m_classLink ul a {
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 0;
    }

    .classSC {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: left;
        pointer-events: auto;
    }

    .classBC .m_classLink {
        width: 100%;
    }

    .classBC .m_classLink .main {
        background-color: #b93435;
    }

    .classLink,
    .classBC .classLink {
        display: none;
    }

    .m_classLink {
        display: block;
        position: relative;
        z-index: 1;
    }

    .m_classLink .main {
        display: block;
        font-size: 15px;
        color: #fff;
        position: relative;
        padding: 10px;
        border-radius: 5px;
        background-color: #2b7e3e;
    }

    .m_classLink .main i {
        display: block;
        font-size: 15px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -6px;
    }

    .m_classLink ul {
        padding: 0;
        list-style: none;
        display: none;
        width: 100%;
        background: #FFF;
        border-radius: 5px;
        border: 1px solid #d1d1d1;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 99;
        box-sizing: border-box;
    }

    .m_classLink ul li {
        padding: 0;
    }

    .m_classLink ul li a {
        display: block;
        padding: 15px 10px;
        border-top: 1px solid #d1d1d1;
    }

    .m_classLink ul li:first-child a {
        border: none;
    }

    .classBC {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .classBC>ul {
        padding: 0;
        border: none;
    }

    .classBC>ul li {
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .moreBtn {
        width: 100px;
        height: 100px;
        padding-top: 20px;
        font-size: 14px;
    }

    .moreBtn::before {
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .goTop {
        display: none;
    }
}

/*640*/
@media (max-width: 640px) {
    footer {
        padding-top: 30px;
    }

    footer .wrap {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    footer .left {
        margin-right: 0;
        margin-top: 30px;
    }

    .copyrightBox {
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .titleBox h1,
    .titleBox h2 {
        font-size: 28px;
        letter-spacing: 3px;
        text-indent: 3px;
    }

    .titleBox em {
        letter-spacing: 1px;
        text-indent: 1px;
    }

    .bannerText {
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    }

    .bannerText.insText h2 {
        font-size: 20px;
        letter-spacing: 3px;
        text-indent: 3px;
    }

    .bannerText.insText em {
        letter-spacing: 1px;
        text-indent: 1px;
    }
}

/*480*/
@media (max-width: 480px) {
    .col-2 {
        float: none;
        width: 100%;
    }

    .col-3 {
        float: none;
        width: 100%;
    }

    .col-4 {
        float: none;
        width: 100%;
    }

    .col-5 {
        float: none;
        width: 100%;
    }

    .footerInfo {
        width: 100%;
        margin-bottom: 15px;
    }

    .downMenu {
        width: 100%;
    }

    .social {
        width: 100%;
    }

    .copyright {
        width: 100%;
        text-align: left;
    }

    .menuSearchBox .gsc-results-wrapper-overlay {
        left: 15px;
    }

    .menuLinksList {
        margin-top: 10px;
        padding-top: 10px;
    }
}