@import "reset.css";
@import "font-awesome.min.css";
@import "rwdgrid.css";
@import "textEditor.css";
@import "contentbuilder.css";
@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&family=Arimo:wght@300;400;500;600;700&family=Noto+Sans+TC:wght@100;300;400;500;700&family=Poppins:wght@800;900&display=swap";
body:not(.WebSiteHome) .bannerArea .Txt > .wrap {
    padding: 0 52px;
}
@media (max-width: 1200px) {
    body:not(.WebSiteHome) .bannerArea .Txt > .wrap {
        padding: 0 20px;
    }
}
.goTop,
.pageBox .pageList.pageList.prevnext li a,
.pageBox .pageList.number li a::after,
.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,
.m_menu .nav #solutionMenu > span > a::after,
.m_menu .nav #productMenu > span > a::after,
.m_menu .nav #solutionMenu .open > span a::before,
.m_menu .nav #productMenu .open > span a::before,
.m_menu .nav .submenu a.hasSub::before,
.m_menu .nav a:not(.link) .inner::after,
.rightBox > .searchBox .dropDownSearch .goSearch::after,
.right > .searchBox .dropDownSearch .goSearch::after,
.rightBox > .searchBox .dropDownSearch,
.right > .searchBox .dropDownSearch,
.rightBox > .searchBox > button::after,
.right > .searchBox > button::after,
header .menu .submenu.about > ul > li > a span,
header .menu .submenu.investors > ul > li > a span,
header .menu .submenu.esg > ul > li > a span,
header .menu .submenu a,
header .menu > li > a:after,
header .menu > li > span:after,
header .menu > li > span a:after,
header .langBox button .icon,
header .langBox button,
.loadingArea,
.moduleBox .moduleClose,
.socialBox .socialList li a i,
.socialBox .socialList li a svg,
.socialBox .socialList li,
body:not(.WebSiteHome) .linkArea .linkList .linkItem {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
body {
    background-color: #fff;
    font-size: 14px;
    font-family: "Arimo", "Noto Sans Tc", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
body.overflow,
body.popwinOverflow,
body.loadingOverflow {
    overflow: hidden;
}
body:not(.WebSiteHome) .bannerArea .Txt {
    position: absolute;
    color: #fff;
    width: 100%;
    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;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    text-shadow: 0px 0px 2px #222;
}
body:not(.WebSiteHome) .bannerArea .Txt > .wrap {
    max-width: 1384px;
}
body:not(.WebSiteHome) .bannerArea .Txt h1 {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 4px;
}
@media (max-width: 1400px) {
    body:not(.WebSiteHome) .bannerArea .Txt h1 {
        font-size: 42px;
    }
}
@media (max-width: 1200px) {
    body:not(.WebSiteHome) .bannerArea .Txt h1 {
        letter-spacing: 2px;
        font-size: 38px;
    }
}
@media (max-width: 480px) {
    body:not(.WebSiteHome) .bannerArea .Txt h1 {
        font-size: 36px;
    }
}
body:not(.WebSiteHome) .bannerArea .Txt em {
    font-size: 18px;
    padding-left: 80px;
    position: relative;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
body:not(.WebSiteHome) .bannerArea .Txt em::before {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 8px;
}

@media (max-width: 1200px) {
    body:not(.WebSiteHome) .bannerArea .Txt em {
    padding-left: 40px;
}
body:not(.WebSiteHome) .bannerArea .Txt em::before {
    width: 30px;
    top: 8px;
    }
}
@media (max-width: 480px) {
        body:not(.WebSiteHome) .bannerArea .Txt em {
    padding-left: 0px;
}
body:not(.WebSiteHome) .bannerArea .Txt em::before {
    width: 0px;
    }
}

body:not(.WebSiteHome) .bannerArea .Img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
body:not(.WebSiteHome) .bannerArea .Img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 375px;
}
@media (max-width: 1200px) {
    body:not(.WebSiteHome) .bannerArea .Img img {
        height: 300px;
    }
}
@media (max-width: 480px) {
    body:not(.WebSiteHome) .bannerArea .Img img {
        height: 225px;
    }
}
body:not(.WebSiteHome) .bannerBox img {
    width: auto;
}
body:not(.WebSiteHome) .linkArea {
    background-color: #edf2f4;
}
body:not(.WebSiteHome) .linkArea .linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
}
@media (max-width: 1200px) {
    body:not(.WebSiteHome) .linkArea .linkList {
        height: auto;
    }
}
@media (max-width: 840px) {
    body:not(.WebSiteHome) .linkArea .linkList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
body:not(.WebSiteHome) .linkArea .linkList .linkItem {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
@media (max-width: 840px) {
    body:not(.WebSiteHome) .linkArea .linkList .linkItem {
        width: 100%;
        border-bottom: 1px solid #d2d2d2;
    }
}
body:not(.WebSiteHome) .linkArea .linkList .linkItem:nth-of-type(2) .content {
    right: auto;
    left: 100px;
}
@media (max-width: 1600px) {
    body:not(.WebSiteHome) .linkArea .linkList .linkItem:nth-of-type(2) .content {
        left: auto;
    }
}
@media (max-width: 1200px) {
    body:not(.WebSiteHome) .linkArea .linkList .linkItem:nth-of-type(2) .item {
        padding-left: 20px;
    }
}
@media (max-width: 840px) {
    body:not(.WebSiteHome) .linkArea .linkList .linkItem:nth-of-type(2) .item {
        padding-left: 0;
    }
}
@media (min-width: 1201px) {
    body:not(.WebSiteHome) .linkArea .linkList .linkItem:hover {
        background-color: #fff0cb;
    }
}
body:not(.WebSiteHome) .linkArea .linkList .item {
    width: 100%;
    min-height: 150px;
    padding-left: 49px;
    position: relative;
}
@media (max-width: 1200px) {
    body:not(.WebSiteHome) .linkArea .linkList .item {
        padding-left: 0;
    }
}
body:not(.WebSiteHome) .linkArea .linkList .item > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
body:not(.WebSiteHome) .linkArea .linkList .icon {
    margin-right: 19px;
}
body:not(.WebSiteHome) .linkArea .linkList .icon img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    width: 53px;
}
body:not(.WebSiteHome) .linkArea .linkList .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Open Sans", Arial, "Noto Sans Tc", Verdana, "Microsoft JhengHei", "新細明體", "細明體";
    color: #000;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: auto;
    max-width: 640px;
    pointer-events: none;
    -webkit-transition: all 0.2s 0.2s ease-out;
    transition: all 0.2s 0.2s ease-out;
    width: 100%;
    z-index: 2;
    height: 100%;
}
@media (max-width: 1600px) {
    body:not(.WebSiteHome) .linkArea .linkList .content {
        right: auto;
        max-width: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 840px) {
    body:not(.WebSiteHome) .linkArea .linkList .content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
body:not(.WebSiteHome) .linkArea .linkList .content .Txt {
    text-align: left;
    margin-right: 34px;
    max-width: 410px;
    width: 100%;
}
@media (max-width: 1200px) {
    body:not(.WebSiteHome) .linkArea .linkList .content .Txt {
        margin-right: 10px;
    }
}
@media (max-width: 840px) {
    body:not(.WebSiteHome) .linkArea .linkList .content .Txt {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: none;
    }
}
body:not(.WebSiteHome) .linkArea .linkList .content .title {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin-bottom: 6px;
    letter-spacing: 0.6px;
    padding-top: 5px;
}
@media (max-width: 480px) {
    body:not(.WebSiteHome) .linkArea .linkList .content .title {
        font-size: 18px;
        margin-bottom: 2px;
    }
}
body:not(.WebSiteHome) .linkArea .linkList .content p {
    font-size: 16px;
    letter-spacing: 0.9px;
    color: #626262;
}
@media (max-width: 1200px) {
    body:not(.WebSiteHome) .linkArea .linkList .content p {
        font-size: 14px;
    }
}
body:not(.WebSiteHome) .linkArea .linkList .content .link {
    display: block;
    width: 25px;
    height: 25px;
    background: no-repeat url(../images/arrow4.png) center/cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
address {
    font-style: normal;
}
a {
    color: #222223;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:hover {
    color: #f0c709;
}
.socialBox {
    display: block;
    position: fixed;
    top: calc(50% + 22px);
    left: 60px;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1700px) {
    .socialBox {
        left: 20px;
    }
}
@media (max-width: 1500px) {
    .socialBox {
        left: 6px;
    }
}
@media (max-width: 1200px) {
    .socialBox {
        display: none;
    }
}
.socialBox .socialList {
    -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;
}
.socialBox .socialList li {
    margin: 5.5px 0;
}
.socialBox .socialList li:first-child {
    margin-top: 0;
}
.socialBox .socialList li:last-child {
    margin-bottom: 0;
}
.socialBox .socialList li a {
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 99px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.socialBox .socialList li a svg {
    width: 20px;
    height: 18px;
    display: inline-block;
    fill: #fff;
    color: #000;
    margin-top: -2px;
    vertical-align: middle;
}
.socialBox .socialList li a:hover i.fa-youtube-play {
    color: red;
}
.socialBox .socialList li a:hover i.fa-facebook {
    color: #4267b2;
}
.socialBox .socialList li a:hover i.fa-linkedin {
    color: #0a66c2;
}
.socialBox .socialList li a:hover i.fa-wechat {
    color: #06c755;
}
.socialBox .socialList li a:hover svg {
    color: #06c755;
}
.socialBox.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-transform: none;
    transform: none;
    padding: 0 50px;
}
@media (max-width: 480px) {
    .socialBox.mobile {
        padding: 0 20px;
    }
}
.socialBox.mobile .socialList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px;
}
.socialBox.mobile .socialList li {
    margin: 0 5px;
}
div.titan {
    display: none;
}
[class*="col-"] {
    float: left;
}
.col-1 {
    width: 100%;
}
.col-2 {
    width: 50%;
}
.col-3 {
    width: 33.33%;
}
.col-4 {
    width: 25%;
}
.col-5 {
    width: 20%;
}
@media (max-width: 480px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5 {
        float: none;
        width: 100%;
    }
}
.btn_color1 {
    color: #fff;
    background-color: #222223;
}
.btn_color1:hover {
    background-color: #f0c709;
}
.btn_color2 {
    color: #fff;
    background-color: #a0a0a0;
}
.btn_color2:hover {
    background-color: #999;
}
.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: #222223;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
    border-color: #222223;
}
.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: 75px;
    position: relative;
}
@media (max-width: 1200px) {
    .outerWrap {
        padding-top: 55px;
    }
}
.wrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 52px;
    padding-right: 52px;
}
@media (max-width: 1200px) {
    .wrap {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.moduleBox {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1005;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-property: top, opacity, visibility;
    transition-property: top, opacity, visibility;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.moduleBox.show {
    opacity: 1;
    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 .moduleContent {
    width: 100%;
    max-height: calc(90vh - 50px);
    overflow-y: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.moduleBox .moduleTitle {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    text-align: center;
}
.moduleBox .moduleClose {
    width: 50px;
    height: 50px;
    background: none;
    background-color: #222223;
    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: #f0c709;
}
.moduleMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1003;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.moduleMask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.cartArea .moduleWrap {
    max-width: 480px;
}
.cartArea .text {
    color: #373737;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
}
.cartArea .text b {
    padding-left: 4px;
    padding-right: 4px;
    font-weight: 400;
    font-size: 18px;
    color: #222223;
}
.cartArea .cart {
    border-top: 2px solid #222223;
    border-bottom: 2px solid #b4b4b4;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.cartArea .buyList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cartArea .buyList li:not(:first-child) {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #d5d5d5;
}
.cartArea .buyList .Img {
    width: 90px;
}
.cartArea .buyList .Img img {
    display: block;
    width: 100%;
}
.cartArea .buyList .Txt {
    position: relative;
    width: calc(100% - 90px);
    padding-left: 15px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}
.cartArea .buyList h3 {
    width: 100%;
    margin-bottom: 3px;
}
.cartArea .buyList h3 a {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cartArea .buyList .spec {
    color: #6a6a6a;
    margin-bottom: 3px;
}
.cartArea .buyList .del {
    position: absolute;
    right: 0;
    top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: none;
    background-color: #eee;
    border-radius: 50%;
    color: #5f5f5f;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.cartArea .buyList .del:hover {
    background-color: #222223;
    color: #fff;
}
.cartArea .buyList .del svg {
    width: 15px;
    height: 18px;
}
.orderCheckArea .moduleWrap {
    max-width: 360px;
}
.orderCheckArea h4 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    font-family: "微軟正黑體", "新細明體", sans-serif;
    color: #222;
    text-align: left;
}
.orderCheckArea input[type="text"],
.orderCheckArea input[type="password"] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px;
    border: 2px solid #ccc;
}
.orderCheckArea a.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
}
.loginArea .moduleWrap {
    max-width: 360px;
}
.loginArea .forgetCheck,
.loginArea .resendCheck {
    display: none;
}
.loginArea input[type="text"],
.loginArea input[type="password"] {
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px;
    margin-bottom: 7px;
    border: 1px solid #ccc;
}
.loginArea .btn {
    margin-top: 15px;
    text-align: center;
}
.loginArea .btn a {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
}
.loginArea .forget {
    clear: both;
    margin-top: 20px;
    font-size: 15px;
    color: #2f2f2f;
}
.loginArea .forget span {
    font-size: 13px;
    color: #e1e1e1;
}
.loginArea .forget strong a {
    font-weight: 400;
    color: #f93;
    text-decoration: underline;
}
.loginArea .forget b a {
    font-weight: 400;
    font-size: 18px;
    color: #09f;
    text-decoration: underline;
}
.loginArea .forgetCheck {
    display: none;
}
.loginArea .forgetCheck a.btn_relog {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    color: #09f;
    text-align: center;
    text-decoration: underline;
}
.searchArea .moduleWrap {
    max-width: 480px;
}
.searchArea .searchBox {
    margin: 30px 0;
    position: relative;
}
.searchArea .searchBox input {
    width: 100%;
    display: block;
    border: 1px solid #e1e1e1;
    padding: 15px 55px 15px 15px;
}
.searchArea .searchBox a {
    width: 50px;
    height: 50px;
    background-color: #222223;
    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;
}
.cookieArea .moduleWrap {
    max-width: 480px;
}
.cookieArea .text {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.6;
}
#closeCart,
#closePrice,
#closeInquiry {
    font-size: 18px;
    position: absolute;
    top: 8px;
    right: 10px;
}
@media (max-width: 480px) {
    #closeCart,
    #closePrice,
    #closeInquiry {
        font-size: 25px;
        top: 5px;
    }
}
.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: 260px;
}
.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 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    background-color: #90ac3f;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 1200px) {
    header {
        display: none;
    }
}
header .wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: none;
    padding: 0 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1600px) {
    header .wrap {
        padding: 0 20px;
    }
}
header .logo {
    width: 252px;
}
@media (max-width: 1600px) {
    header .logo {
        width: 180px;
    }
}
header .logo a {
    display: block;
    width: 100%;
    height: 75px;
    background: url("../images/logo.png") no-repeat center;
    background-size: contain;
    text-indent: -9999px;
}
header .rightBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .langBox {
    margin-left: 35px;
    position: relative;
}
@media (max-width: 1600px) {
    header .langBox {
        margin-left: 24px;
    }
}
header .langBox .funcListLanguage {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    display: none;
    position: absolute;
    top: 100%;
    padding-top: 37.5px;
    width: 100%;
    padding-bottom: 17.5px;
    background-color: #fff;
}
header .langBox .funcListLanguage li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header .langBox .funcListLanguage li a {
    padding: 10px;
    font-size: 16px;
    color: #000;
    width: 100%;
}
header .langBox .funcListLanguage li a:hover {
    color: #f0c709;
}
header .langBox button {
    min-width: 160px;
    height: 40px;
    border: 1px solid #222223;
    border-radius: 999px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222223;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

header .langBox button a {
    color: #222223;
}

@media (max-width: 1600px) {
    header .langBox button {
        min-width: 140px;
    }
}
@media (max-width: 1400px) {
    header .langBox button {
        min-width: 120px;
    }
}
header .langBox button:hover {
    background-color: #f0c709;
    color: #fff;
}
header .langBox button:hover a {
    color: #fff;
}
header .langBox button:hover .icon.icon {
    background-color: #fff;
}
header .langBox button .icon.langIcon {
    margin-right: 9px;
    -webkit-mask: no-repeat url(../images/lang.png) center;
    mask: no-repeat url(../images/lang.png) center;
    background-color: #222223;
    width: 17px;
    height: 17px;
}
@media (max-width: 1400px) {
    header .langBox button .icon.langIcon {
        display: none;
    }
}
header .langBox button .icon.arrowIcon {
    margin-left: 9px;
    width: 10px;
    height: 5px;
    -webkit-mask: no-repeat url(../images/arrow.png) center;
    mask: no-repeat url(../images/arrow.png) center;
    background-color: #222223;
}
header .top,
header .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}
header .top {
    margin-bottom: 12px;
}
header .top > a:before {
    content: "‧";
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
header .loginBox {
    position: relative;
    z-index: 1;
}
header .loginBox > a:before {
    content: "‧";
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
header .loginBox .submenu {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 130%;
    width: 160px;
    padding-top: 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header .loginBox .submenu a {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #fff;
}
header .loginBox .submenu a:not(:last-child) {
    border-bottom: 1px solid #eee;
}
header .loginBox:hover .submenu {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
}
header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
header .menu > li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header .menu > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    padding: 5px 20px;
    color: #fff;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media (max-width: 1600px) {
    header .menu > li a {
        padding: 5px 16px;
    }
}
@media (max-width: 1400px) {
    header .menu > li a {
        padding: 5px 8px;
    }
}
header .menu > li > a:after,
header .menu > li > span:after,
header .menu > li > span a:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: transparent;
    position: absolute;
    bottom: -1px;
}
header .menu > li > a:hover a,
header .menu > li > span:hover a,
header .menu > li > span a:hover a {
    color: #f0c709;
}
header .menu > li > a.current,
header .menu > li > span.current,
header .menu > li > span a.current {
    color: #f0c709;
}
header .menu > li > a.current a,
header .menu > li > span.current a,
header .menu > li > span a.current a {
    color: #f0c709;
}
header .menu > li > a.current::after,
header .menu > li > span.current::after,
header .menu > li > span a.current::after {
    background-color: #f0c709;
}
header .menu > li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
header .menu .submenu {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    z-index: 99;
    width: 100%;
    text-align: center;
    border-radius: 0 0 6px 6px;
}
header .menu .submenu.product,
header .menu .submenu.solution {
    left: -112px;
    width: 1336px;
    min-height: 536px;
    overflow: visible;
}
header .menu .submenu.product.level4,
header .menu .submenu.solution.level4 {
    left: -170px;
    width: 1200px;
}
@media (max-width: 1600px) {
    header .menu .submenu.product.level4,
    header .menu .submenu.solution.level4 {
        width: 1000px;
    }
    header .menu .submenu.product.level4 li a,
    header .menu .submenu.solution.level4 li a {
        padding-left: 20px;
    }
    header .menu .submenu.product.level4 li a::after,
    header .menu .submenu.solution.level4 li a::after {
        right: 20px;
    }
}
header .menu .submenu.product.level4 .submenu4 li a::after,
header .menu .submenu.solution.level4 .submenu4 li a::after {
    content: normal;
}
header .menu .submenu.product.level3,
header .menu .submenu.solution.level3 {
    width: 1002px;
}
header .menu .submenu.product.level3 .submenu3 li a::after,
header .menu .submenu.solution.level3 .submenu3 li a::after {
    content: normal;
}
header .menu .submenu.product.level3 .box,
header .menu .submenu.solution.level3 .box {
    width: 33.33%;
}
header .menu .submenu.product.level3 .box.box2,
header .menu .submenu.solution.level3 .box.box2 {
    left: 33.33%;
}
header .menu .submenu.product.level3 .box.box3,
header .menu .submenu.solution.level3 .box.box3 {
    left: 66.66%;
}
header .menu .submenu.product.level2,
header .menu .submenu.solution.level2 {
    width: 668px;
}
header .menu .submenu.product.level2 .submenu2 li a::after,
header .menu .submenu.solution.level2 .submenu2 li a::after {
    content: normal;
}
header .menu .submenu.product.level2 .box,
header .menu .submenu.solution.level2 .box {
    width: 50%;
}
header .menu .submenu.product.level2 .box.box2,
header .menu .submenu.solution.level2 .box.box2 {
    left: 50%;
}
header .menu .submenu.product.level1,
header .menu .submenu.solution.level1 {
    width: 334px;
}
header .menu .submenu.product.level1 .submenu1 li a::after,
header .menu .submenu.solution.level1 .submenu1 li a::after {
    content: normal;
}
header .menu .submenu.product.level1 .box,
header .menu .submenu.solution.level1 .box {
    width: 100%;
}
header .menu .submenu.product > ul,
header .menu .submenu.solution > ul {
    position: relative;
    width: 25%;
    height: 100%;
    z-index: 5;
    display: none;
}
header .menu .submenu.product ul li a,
header .menu .submenu.solution ul li a {
    min-height: 44px;
    line-height: 1.2;
}
header .menu .submenu.product ul li.noArrow a::after,
header .menu .submenu.solution ul li.noArrow a::after {
    content: normal;
}
header .menu .submenu.product .box,
header .menu .submenu.solution .box {
    position: absolute;
    width: 25%;
    height: 100%;
    display: block;
    top: 0;
    padding: 33px 0;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
}
header .menu .submenu.product .box:last-of-type,
header .menu .submenu.solution .box:last-of-type {
    border-radius: 0 0 6px 0;
}
header .menu .submenu.product .box.box1,
header .menu .submenu.solution .box.box1 {
    background-color: #fff;
    z-index: 4;
    border-radius: 0 0 0 6px;
}
header .menu .submenu.product .box.box2,
header .menu .submenu.solution .box.box2 {
    left: 25%;
    background-color: #f7f7f7;
    z-index: 3;
}
header .menu .submenu.product .box.box2 .submenu2,
header .menu .submenu.solution .box.box2 .submenu2 {
    display: block;
}
header .menu .submenu.product .box.box3,
header .menu .submenu.solution .box.box3 {
    left: 50%;
    right: -200%;
    background-color: #e7e7e7;
    z-index: 2;
}
header .menu .submenu.product .box.box3 .submenu3,
header .menu .submenu.solution .box.box3 .submenu3 {
    display: block;
}
header .menu .submenu.product .box.box4,
header .menu .submenu.solution .box.box4 {
    left: 75%;
    right: -300%;
    background-color: #ddd;
    z-index: 1;
    border-radius: 0 0 6px 0;
}
header .menu .submenu.product .box.box4 .submenu4,
header .menu .submenu.solution .box.box4 .submenu4 {
    display: block;
}
header .menu .submenu.product .box > ul,
header .menu .submenu.solution .box > ul {
    height: 100%;
    overflow-y: auto;
}
header .menu .submenu.product .box > ul::-webkit-scrollbar-track,
header .menu .submenu.solution .box > ul::-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;
}
header .menu .submenu.product .box > ul::-webkit-scrollbar,
header .menu .submenu.solution .box > ul::-webkit-scrollbar {
    width: 5px;
    height: 100%;
    background-color: #fff;
}
header .menu .submenu.product .box > ul::-webkit-scrollbar-thumb,
header .menu .submenu.solution .box > ul::-webkit-scrollbar-thumb {
    background: #222223;
}
header .menu .submenu.product .box > ul > li:not(.tagGroup) + .tagGroup,
header .menu .submenu.solution .box > ul > li:not(.tagGroup) + .tagGroup {
    padding-top: 10px;
}
header .menu .submenu.solution .tagGroup {
    padding-bottom: 10px;
    padding-top: 0px;
    position: relative;
    margin-bottom: 2px;
}
header .menu .submenu.solution .tagGroup .item.noArrow a::after {
    content: normal;
}
header .menu .submenu.solution .tagGroup + .noArrow {
    padding-top: 23px;
    position: relative;
    margin-top: -3px;
}
header .menu .submenu.solution .tagGroup + .noArrow::after {
    content: "";
    position: absolute;
    width: calc(100% - 85px);
    top: 0;
    left: 40px;
    height: 1px;
    background-color: #222223;
}
header .menu .submenu.solution .tag_title {
    margin: 0px 45px 9px 40px;
    color: #222223;
    font-size: 19px;
    text-align: left;
    font-weight: 500;
    border-bottom: 1px solid #222223;
    padding-bottom: 10px;
}
@media (max-width: 1600px) {
    header .menu .submenu.solution.level4 .tag_title {
        margin-left: 20px;
    }
    header .menu .submenu.solution.level4 .tagGroup + .noArrow::after {
        width: calc(100% - 65px);
        left: 20px;
    }
}
header .menu .submenu a {
    color: #000;
    width: 100%;
    padding: 10px 45px 10px 40px;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 16px;
}
header .menu .submenu a::after {
    content: "";
    position: absolute;
    right: 33px;
    width: 6px;
    height: 10px;
    -webkit-mask: no-repeat url(../images/arrow10.png) center;
    mask: no-repeat url(../images/arrow10.png) center;
    background-color: #949494;
}
header .menu .submenu a.current,
header .menu .submenu a:hover {
    color: #f0c709;
}
header .menu .submenu a.current::after,
header .menu .submenu a:hover::after {
    background-color: #f0c709;
}
header .menu .submenu .submenu2,
header .menu .submenu .submenu3,
header .menu .submenu .submenu4 {
    background: transparent;
    height: 100%;
    width: 100%;
    display: none;
}
header .menu .submenu.about,
header .menu .submenu.investors,
header .menu .submenu.esg {
    background-color: #fff;
    width: auto;
    overflow: visible;
    padding-bottom: 10px;
    position: absolute;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 1400px) {
    header .menu .submenu.about,
    header .menu .submenu.investors,
    header .menu .submenu.esg {
        -webkit-transform: translateX(-70%);
        transform: translateX(-70%);
    }
}
header .menu .submenu.about > ul,
header .menu .submenu.investors > ul,
header .menu .submenu.esg > ul {
    max-height: 536px;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 10px 45px;
    min-height: 0;
    width: 100%;
    position: relative;
    border-radius: 0 0 6px 6px;
    z-index: 2;
}
header .menu .submenu.about > ul::-webkit-scrollbar-track,
header .menu .submenu.investors > ul::-webkit-scrollbar-track,
header .menu .submenu.esg > ul::-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;
}
header .menu .submenu.about > ul::-webkit-scrollbar,
header .menu .submenu.investors > ul::-webkit-scrollbar,
header .menu .submenu.esg > ul::-webkit-scrollbar {
    width: 5px;
    height: 100%;
    background-color: #fff;
}
header .menu .submenu.about > ul::-webkit-scrollbar-thumb,
header .menu .submenu.investors > ul::-webkit-scrollbar-thumb,
header .menu .submenu.esg > ul::-webkit-scrollbar-thumb {
    background: #222223;
}
header .menu .submenu.about > ul > li,
header .menu .submenu.investors > ul > li,
header .menu .submenu.esg > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    border-right: 1px solid #dcdcdc;
}
header .menu .submenu.about > ul > li:last-of-type,
header .menu .submenu.investors > ul > li:last-of-type,
header .menu .submenu.esg > ul > li:last-of-type {
    border-right: 0;
}
header .menu .submenu.about > ul > li a,
header .menu .submenu.investors > ul > li a,
header .menu .submenu.esg > ul > li a {
    min-width: 179px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 10.5px 26px;
    font-family: "Open Sans", Arial, "Noto Sans Tc", Verdana, "Microsoft JhengHei", "新細明體", "細明體";
}
header .menu .submenu.about > ul > li a:hover,
header .menu .submenu.about > ul > li a.current,
header .menu .submenu.investors > ul > li a:hover,
header .menu .submenu.investors > ul > li a.current,
header .menu .submenu.esg > ul > li a:hover,
header .menu .submenu.esg > ul > li a.current {
    color: #f0c709;
}
header .menu .submenu.about > ul > li a span,
header .menu .submenu.investors > ul > li a span,
header .menu .submenu.esg > ul > li a span {
    font-size: 15px;
}
header .menu .submenu.about > ul > li a::after,
header .menu .submenu.investors > ul > li a::after,
header .menu .submenu.esg > ul > li a::after {
    content: normal;
}
header .menu .submenu.about > ul > li > a span,
header .menu .submenu.investors > ul > li > a span,
header .menu .submenu.esg > ul > li > a span {
    padding-bottom: 8px;
    border-bottom: 1px solid #222223;
    font-size: 18px;
    color: #222223;
    font-weight: 500;
    padding-top: 0;
    display: inline-block;
    width: 100%;
}
header .menu .submenu.about > ul > li > a span:hover,
header .menu .submenu.investors > ul > li > a span:hover,
header .menu .submenu.esg > ul > li > a span:hover {
    color: #f0c709;
}
header .menu .submenu.about > ul > li > a[href="javascript:;"],
header .menu .submenu.investors > ul > li > a[href="javascript:;"],
header .menu .submenu.esg > ul > li > a[href="javascript:;"] {
    cursor: auto;
}
header .menu .submenu.about > ul > li > a[href="javascript:;"] span:hover,
header .menu .submenu.investors > ul > li > a[href="javascript:;"] span:hover,
header .menu .submenu.esg > ul > li > a[href="javascript:;"] span:hover {
    color: #222223;
    cursor: auto;
}
header .menu .submenu.about > ul .submenu2,
header .menu .submenu.about > ul .df,
header .menu .submenu.investors > ul .submenu2,
header .menu .submenu.investors > ul .df,
header .menu .submenu.esg > ul .submenu2,
header .menu .submenu.esg > ul .df {
    display: block;
}
header .menu .submenu.about.esg > ul,
header .menu .submenu.investors.esg > ul,
header .menu .submenu.esg.esg > ul {
    display: block;
}
header .menu .submenu.about.esg > ul > li,
header .menu .submenu.investors.esg > ul > li,
header .menu .submenu.esg.esg > ul > li {
    border-right: 0;
}
header .menu .submenu.about::after,
header .menu .submenu.investors::after,
header .menu .submenu.esg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
    -webkit-clip-path: inset(0px -35px -35px -35px);
    clip-path: inset(0px -35px -35px -35px);
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    border-radius: 0 0 6px 6px;
}
header .menu .submenu.esg {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
header .menu .submenu.news,
header .menu .submenu.joinUs {
    background-color: #fff;
    min-width: 140px;
    padding: 20px 0;
    position: absolute;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
    -webkit-clip-path: inset(0px -35px -35px -35px);
    clip-path: inset(0px -35px -35px -35px);
}
header .menu .submenu.news a,
header .menu .submenu.joinUs a {
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
header .menu .submenu.news a::after,
header .menu .submenu.joinUs a::after {
    content: normal;
}
header .menuBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.rightBox > .searchBox,
.right > .searchBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rightBox > .searchBox > button,
.right > .searchBox > button {
    cursor: pointer;
    padding: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 38px;
    height: 38px;
    position: relative;
}
.rightBox > .searchBox > button::after,
.right > .searchBox > button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-mask: no-repeat url(../images/search.svg) center/20px;
    mask: no-repeat url(../images/search.svg) center/20px;
    background-color: #000;
}
@media (min-width: 1201px) {
    .rightBox > .searchBox > button:hover::after,
    .right > .searchBox > button:hover::after {
        background: #222223;
    }
}
.rightBox > .searchBox .dropDownSearch,
.right > .searchBox .dropDownSearch {
    height: 60px;
    width: 330px;
    background-color: #fff;
    right: 20px;
    pointer-events: none;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: calc(100% + 20px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
    .rightBox > .searchBox .dropDownSearch,
    .right > .searchBox .dropDownSearch {
        top: 100%;
        right: 0;
        width: 100%;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }
}
.rightBox > .searchBox .dropDownSearch .close,
.right > .searchBox .dropDownSearch .close {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 0;
    width: 44px;
    height: 44px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    margin-right: -20px;
}
.rightBox > .searchBox .dropDownSearch .close img,
.right > .searchBox .dropDownSearch .close img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.rightBox > .searchBox .dropDownSearch input,
.right > .searchBox .dropDownSearch input {
    min-width: 0;
    background: transparent;
    color: #222223;
    font-size: 16px;
    padding: 0;
    font-weight: 400;
    text-indent: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.rightBox > .searchBox .dropDownSearch input::-webkit-input-placeholder,
.right > .searchBox .dropDownSearch input::-webkit-input-placeholder {
    font-weight: 400;
    color: #a1a1a1;
}
.rightBox > .searchBox .dropDownSearch input::-moz-placeholder,
.right > .searchBox .dropDownSearch input::-moz-placeholder {
    font-weight: 400;
    color: #a1a1a1;
}
.rightBox > .searchBox .dropDownSearch input:-ms-input-placeholder,
.right > .searchBox .dropDownSearch input:-ms-input-placeholder {
    font-weight: 400;
    color: #a1a1a1;
}
.rightBox > .searchBox .dropDownSearch input::-ms-input-placeholder,
.right > .searchBox .dropDownSearch input::-ms-input-placeholder {
    font-weight: 400;
    color: #a1a1a1;
}
.rightBox > .searchBox .dropDownSearch input::placeholder,
.right > .searchBox .dropDownSearch input::placeholder {
    font-weight: 400;
    color: #a1a1a1;
}
.rightBox > .searchBox .dropDownSearch input[type="search"]::-webkit-search-decoration,
.rightBox > .searchBox .dropDownSearch input[type="search"]::-webkit-search-cancel-button,
.rightBox > .searchBox .dropDownSearch input[type="search"]::-webkit-search-results-button,
.rightBox > .searchBox .dropDownSearch input[type="search"]::-webkit-search-results-decoration,
.right > .searchBox .dropDownSearch input[type="search"]::-webkit-search-decoration,
.right > .searchBox .dropDownSearch input[type="search"]::-webkit-search-cancel-button,
.right > .searchBox .dropDownSearch input[type="search"]::-webkit-search-results-button,
.right > .searchBox .dropDownSearch input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
.rightBox > .searchBox .dropDownSearch .wrap,
.right > .searchBox .dropDownSearch .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 50px;
    position: relative;
    padding-right: 20px;
}
.rightBox > .searchBox .dropDownSearch .wrap::after,
.right > .searchBox .dropDownSearch .wrap::after {
    content: "";
    position: absolute;
    height: 25px;
    width: 1px;
    background-color: #e1e1e1;
    left: 50px;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.rightBox > .searchBox .dropDownSearch .wrap .search,
.right > .searchBox .dropDownSearch .wrap .search {
    position: absolute;
    width: 44px;
    height: 44px;
    left: 3px;
}
.rightBox > .searchBox .dropDownSearch.open,
.right > .searchBox .dropDownSearch.open {
    pointer-events: auto;
    opacity: 1;
}
.rightBox > .searchBox .dropDownSearch .goSearch,
.right > .searchBox .dropDownSearch .goSearch {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 38px;
    height: 38px;
    position: relative;
}
.rightBox > .searchBox .dropDownSearch .goSearch::after,
.right > .searchBox .dropDownSearch .goSearch::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-mask: no-repeat url(../images/search.svg) center/20px;
    mask: no-repeat url(../images/search.svg) center/20px;
    background-color: #000;
}
@media (min-width: 1201px) {
    .rightBox > .searchBox .dropDownSearch .goSearch:hover::after,
    .right > .searchBox .dropDownSearch .goSearch:hover::after {
        background: #222223;
    }
}
.rightBox > .searchBox .dropDownSearch #___gcse_0,
.rightBox > .searchBox .dropDownSearch #___gcse_1,
.right > .searchBox .dropDownSearch #___gcse_0,
.right > .searchBox .dropDownSearch #___gcse_1 {
    line-height: normal;
    width: 100%;
}
.rightBox > .searchBox .dropDownSearch #___gcse_0 .gsc-control-cse,
.rightBox > .searchBox .dropDownSearch #___gcse_1 .gsc-control-cse,
.right > .searchBox .dropDownSearch #___gcse_0 .gsc-control-cse,
.right > .searchBox .dropDownSearch #___gcse_1 .gsc-control-cse {
    background: transparent;
    border: none;
    padding: 0;
}
.rightBox > .searchBox .dropDownSearch #___gcse_0 .gsc-search-box,
.rightBox > .searchBox .dropDownSearch #___gcse_1 .gsc-search-box,
.right > .searchBox .dropDownSearch #___gcse_0 .gsc-search-box,
.right > .searchBox .dropDownSearch #___gcse_1 .gsc-search-box {
    margin-bottom: 0;
}
.rightBox > .searchBox .dropDownSearch #___gcse_0 .gsc-input-box,
.rightBox > .searchBox .dropDownSearch #___gcse_1 .gsc-input-box,
.right > .searchBox .dropDownSearch #___gcse_0 .gsc-input-box,
.right > .searchBox .dropDownSearch #___gcse_1 .gsc-input-box {
    background: transparent;
    border: none;
}
.rightBox > .searchBox .dropDownSearch #___gcse_0 .gsc-input,
.rightBox > .searchBox .dropDownSearch #___gcse_1 .gsc-input,
.right > .searchBox .dropDownSearch #___gcse_0 .gsc-input,
.right > .searchBox .dropDownSearch #___gcse_1 .gsc-input {
    background: none !important;
    color: #222223;
    font-weight: 400;
    font-size: 20px;
    padding-left: 10px;
}
.rightBox > .searchBox .dropDownSearch #___gcse_0 .gsc-input::-webkit-input-placeholder,
.rightBox > .searchBox .dropDownSearch #___gcse_1 .gsc-input::-webkit-input-placeholder,
.right > .searchBox .dropDownSearch #___gcse_0 .gsc-input::-webkit-input-placeholder,
.right > .searchBox .dropDownSearch #___gcse_1 .gsc-input::-webkit-input-placeholder {
    font-size: 20px;
    color: #a1a1a1;
}
.rightBox > .searchBox .dropDownSearch #___gcse_0 .gsc-input::-moz-placeholder,
.rightBox > .searchBox .dropDownSearch #___gcse_1 .gsc-input::-moz-placeholder,
.right > .searchBox .dropDownSearch #___gcse_0 .gsc-input::-moz-placeholder,
.right > .searchBox .dropDownSearch #___gcse_1 .gsc-input::-moz-placeholder {
    font-size: 20px;
    color: #a1a1a1;
}
.rightBox > .searchBox .dropDownSearch #___gcse_0 .gsc-input:-ms-input-placeholder,
.rightBox > .searchBox .dropDownSearch #___gcse_1 .gsc-input:-ms-input-placeholder,
.right > .searchBox .dropDownSearch #___gcse_0 .gsc-input:-ms-input-placeholder,
.right > .searchBox .dropDownSearch #___gcse_1 .gsc-input:-ms-input-placeholder {
    font-size: 20px;
    color: #a1a1a1;
}
.rightBox > .searchBox .dropDownSearch #___gcse_0 .gsc-input::-ms-input-placeholder,
.rightBox > .searchBox .dropDownSearch #___gcse_1 .gsc-input::-ms-input-placeholder,
.right > .searchBox .dropDownSearch #___gcse_0 .gsc-input::-ms-input-placeholder,
.right > .searchBox .dropDownSearch #___gcse_1 .gsc-input::-ms-input-placeholder {
    font-size: 20px;
    color: #a1a1a1;
}
.rightBox > .searchBox .dropDownSearch #___gcse_0 .gsc-input::placeholder,
.rightBox > .searchBox .dropDownSearch #___gcse_1 .gsc-input::placeholder,
.right > .searchBox .dropDownSearch #___gcse_0 .gsc-input::placeholder,
.right > .searchBox .dropDownSearch #___gcse_1 .gsc-input::placeholder {
    font-size: 20px;
    color: #a1a1a1;
}
.rightBox > .searchBox .dropDownSearch #___gcse_0 .gsib_b,
.rightBox > .searchBox .dropDownSearch #___gcse_1 .gsib_b,
.right > .searchBox .dropDownSearch #___gcse_0 .gsib_b,
.right > .searchBox .dropDownSearch #___gcse_1 .gsib_b {
    display: none;
}
.rightBox > .searchBox .dropDownSearch #___gcse_0 .gsc-search-button button,
.rightBox > .searchBox .dropDownSearch #___gcse_1 .gsc-search-button button,
.right > .searchBox .dropDownSearch #___gcse_0 .gsc-search-button button,
.right > .searchBox .dropDownSearch #___gcse_1 .gsc-search-button button {
    height: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 16px;
    top: 0;
    line-height: 75px;
}
.rightBox > .searchBox .dropDownSearch #___gcse_0 .gsc-search-button svg,
.rightBox > .searchBox .dropDownSearch #___gcse_1 .gsc-search-button svg,
.right > .searchBox .dropDownSearch #___gcse_0 .gsc-search-button svg,
.right > .searchBox .dropDownSearch #___gcse_1 .gsc-search-button svg {
    fill: #222223;
    width: 18px;
    height: 18px;
}
.rightBox > .searchBox .dropDownSearch #___gcse_0 .gsst_a .gscb_a,
.rightBox > .searchBox .dropDownSearch #___gcse_1 .gsst_a .gscb_a,
.right > .searchBox .dropDownSearch #___gcse_0 .gsst_a .gscb_a,
.right > .searchBox .dropDownSearch #___gcse_1 .gsst_a .gscb_a {
    color: #8c8c8c;
}
.rightBox > .searchBox .dropDownSearch .m_menu .m_footer,
.right > .searchBox .dropDownSearch .m_menu .m_footer {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    padding: 30px 35px 0;
}
.rightBox > .searchBox input,
.right > .searchBox input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: none;
    font-family: "微軟正黑體";
    background-color: #fafafa;
}
.rightBox > .searchBox > a,
.right > .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: #222223;
}
.tableOuterBox {
    position: relative;
}
.tableOuterBox.tableScroll::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 24px;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff00), to(#0000002a));
    background: linear-gradient(to right, #ffffff00, #0000002a);
    right: 0;
    top: 0;
}
.tableOuterBox .tableInnerBox {
    overflow-y: auto;
    position: relative;
}
.tableOuterBox .tableInnerBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 100% rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 100% rgba(0, 0, 0, 0.15);
    background-color: #e1e1e1;
}
.tableOuterBox .tableInnerBox::-webkit-scrollbar {
    width: 100%;
    height: 6px;
    background-color: #e1e1e1;
}
.tableOuterBox .tableInnerBox::-webkit-scrollbar-thumb {
    background: #222223;
}
.tableOuterBox .tableInnerBox table {
    width: 100%;
}
@media (max-width: 768px) {
    .tableOuterBox .tableInnerBox table {
        min-width: 920px !important;
    }
}
.m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: block;
    width: 100%;
}
@media (min-width: 1201px) {
    .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 {
    float: left;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.m_menu .m_logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.m_menu .m_logo img {
    display: block;
    width: 200px;
}
.m_menu .controlBox {
    position: relative;
    z-index: 99;
    height: 60px;
    background-color: #90ac3f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.m_menu .controlBox a.main {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 7px;
    padding: 0 9px;
}
.m_menu .controlBox a.main span {
    position: relative;
    margin-top: -0.5px;
    width: 34px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.m_menu .controlBox a.main span:before,
.m_menu .controlBox a.main span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.m_menu .controlBox a.main span:before {
    top: -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 {
    line-height: 60px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.m_menu .controlBox > .right i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background: #799a1b;
}
.m_menu .controlBox .language:hover .submenu {
    display: block;
}
.m_menu .hideBox {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    display: none;
    width: 100%;
    padding: 55px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
}
.m_menu .hideBox .sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    background-color: #c80303;
}
.m_menu .hideBox .funcList.funcListLanguage {
    padding: 0 50px;
    margin: 0 -10px;
    margin-bottom: 48px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 480px) {
    .m_menu .hideBox .funcList.funcListLanguage {
        padding: 0 20px;
    }
}
.m_menu .hideBox .funcList.funcListLanguage li a {
    font-size: 14px;
    color: #626262;
    letter-spacing: 0.8px;
    padding: 0 10px;
    border-right: 1px solid #d2d2d2;
    line-height: 20px;
}
.m_menu .hideBox .funcList.funcListLanguage li a.current {
    color: #222223;
}
.m_menu .hideBox .funcList.funcListLanguage li:last-of-type a {
    border-right: 0;
}
.m_menu .searchBox_m {
    padding: 20px 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: 30px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background-color: #9cc720;
}
.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 .loginBox {
    padding: 30px 0;
    text-align: center;
}
.m_menu .loginBox a {
    display: inline-block;
    margin: 0 3px;
    font-size: 15px;
    color: #fff;
}
.m_menu .loginBox a i {
    margin-right: 3px;
}
.m_menu .loginBox .submenu {
    margin-top: 10px;
    color: #ccc;
}
.m_menu .loginBox .submenu span {
    margin: 0 5px;
}
.m_menu .nav {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 48px;
}
.m_menu .nav li > span {
    padding: 0 50px;
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
@media (max-width: 480px) {
    .m_menu .nav li > span {
        padding: 0 20px;
    }
}
.m_menu .nav a:not(.link) {
    font-family: "Open Sans", Arial, "Noto Sans Tc", Verdana, "Microsoft JhengHei", "新細明體", "細明體";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 15px;
    position: relative;
    text-align: left;
    width: 100%;
    padding: 14px 0;
}
.m_menu .nav a:not(.link) .inner {
    padding: 14px 0px;
    position: relative;
}
.m_menu .nav a:not(.link) .inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #f0c709;
    bottom: -1px;
    left: 0;
    opacity: 0;
}
.m_menu .nav a:not(.link).current {
    color: #f0c709;
}
.m_menu .nav a:not(.link).current::after {
    opacity: 1;
    background-color: #f0c709;
}
.m_menu .nav a:not(.link).current .inner::after {
    opacity: 1;
}
.m_menu .nav a:not(.link).current a.link {
    background-color: #f0c709;
}
.m_menu .nav a:not(.link) i {
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    margin-top: -7px;
}
.m_menu .nav a.link {
    width: 44px;
    height: 44px;
    -webkit-mask: no-repeat url(../images/arrow12.png) center/auto;
    mask: no-repeat url(../images/arrow12.png) center/auto;
    background-color: #000;
    position: relative;
    right: 32px;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.m_menu .nav a.link[href="javascript:;"] {
    pointer-events: none;
}
@media (max-width: 480px) {
    .m_menu .nav a.link {
        right: 2px;
    }
}
.m_menu .nav a.link:hover {
    color: #000;
}
.m_menu .nav .dropDown > a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 20px;
    font-family: FontAwesome;
}
.m_menu .nav .dropDown > span > a {
    padding-right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}
.m_menu .nav .submenu {
    display: none;
    background-color: #f5f5f5;
    padding: 10px 0;
}
.m_menu .nav .submenu a {
    padding: 10px 50px;
}
.m_menu .nav .submenu a.hasSub {
    position: relative;
}
.m_menu .nav .submenu a.hasSub::before {
    content: "";
    position: absolute;
    content: "";
    width: 12px;
    height: 7px;
    background: no-repeat url(../images/arrow6.png) center/auto transparent;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 50px;
}
.m_menu .nav .submenu a.hasSub.active::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width: 480px) {
    .m_menu .nav .submenu a {
        padding: 10px 20px;
    }
    .m_menu .nav .submenu a.hasSub::before {
        right: 20px;
    }
}
.m_menu .nav .submenu a:hover {
    background-color: #999;
}
.m_menu .nav .submenu li {
    padding: 0;
}
.m_menu .nav .submenu li:last-of-type {
    border: 0;
}
.m_menu .nav .submenu li a {
    padding-top: 9px;
    padding-bottom: 9px;
    border: 0;
}
.m_menu .nav .submenu li a:hover {
    background: transparent;
}
.m_menu .nav .submenu li a::after {
    right: 50px;
}
@media (max-width: 480px) {
    .m_menu .nav .submenu li a::after {
        right: 20px;
    }
}
.m_menu .nav .submenu .submenu,
.m_menu .nav .submenu .submenu2,
.m_menu .nav .submenu .submenu3,
.m_menu .nav .submenu .submenu4,
.m_menu .nav .submenu .df {
    display: none;
}
.m_menu .nav .submenu .submenu {
    background-color: #f5f5f5;
}
.m_menu .nav .submenu .submenu2 {
    background-color: #e7e7e7;
}
.m_menu .nav .submenu .submenu2 li a {
    padding-top: 9px;
    padding-bottom: 9px;
    border: 0;
}
.m_menu .nav .submenu .submenu3,
.m_menu .nav .submenu .df {
    background-color: #e2e2e2;
}
.m_menu .nav .submenu.esg > ul {
    background-color: #f5f5f5;
    display: block;
}
.m_menu .nav .submenu .submenu4 {
    background-color: #ddd;
}
.m_menu .nav #solutionMenu .submenu2,
.m_menu .nav #productMenu .submenu2 {
    background-color: #f5f5f5;
    padding: 10px 0;
}
.m_menu .nav #solutionMenu .submenu3,
.m_menu .nav #productMenu .submenu3 {
    background-color: #ddd;
}
.m_menu .nav #solutionMenu .submenu4,
.m_menu .nav #productMenu .submenu4 {
    background-color: #cecece;
}
.m_menu .nav #solutionMenu .open,
.m_menu .nav #productMenu .open {
    position: fixed;
    width: 100%;
    height: calc(100% - 55px);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    top: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 55px;
    border-top: 1px solid #e5e5e5;
    padding: 0;
    overflow-y: auto;
}
.m_menu .nav #solutionMenu .open > span,
.m_menu .nav #productMenu .open > span {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 50px;
}
@media (max-width: 480px) {
    .m_menu .nav #solutionMenu .open > span,
    .m_menu .nav #productMenu .open > span {
        padding: 0 20px;
    }
}
.m_menu .nav #solutionMenu .open > span a,
.m_menu .nav #productMenu .open > span a {
    padding: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.m_menu .nav #solutionMenu .open > span a::before,
.m_menu .nav #productMenu .open > span a::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 12px;
    background: no-repeat url(../images/arrow12.png) center/auto;
    left: 0;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1) translateY(-50%);
}
.m_menu .nav #solutionMenu .open > span a:hover,
.m_menu .nav #productMenu .open > span a:hover {
    background: transparent;
}
.m_menu .nav #solutionMenu .open > span a::after,
.m_menu .nav #productMenu .open > span a::after {
    content: normal;
}
.m_menu .nav #solutionMenu .open > span a .inner,
.m_menu .nav #productMenu .open > span a .inner {
    color: #f0c709;
}
.m_menu .nav #solutionMenu .open > span a .inner:after,
.m_menu .nav #productMenu .open > span a .inner:after {
    opacity: 1;
}
.m_menu .nav #solutionMenu .open > ul li,
.m_menu .nav #productMenu .open > ul li {
    border: 0;
    padding: 0;
}
.m_menu .nav #solutionMenu .open > ul li > ul,
.m_menu .nav #productMenu .open > ul li > ul {
    border: 0;
}
.m_menu .nav #solutionMenu .open > ul li > ul li,
.m_menu .nav #productMenu .open > ul li > ul li {
    border: 0;
}
.m_menu .nav #solutionMenu .open > ul li > ul li a,
.m_menu .nav #productMenu .open > ul li > ul li a {
    border: 0;
    padding: 9px 50px;
}
@media (max-width: 480px) {
    .m_menu .nav #solutionMenu .open > ul li > ul li a,
    .m_menu .nav #productMenu .open > ul li > ul li a {
        padding: 9px 20px;
        padding-right: 35px;
    }
}
.m_menu .nav #solutionMenu .open > ul li a,
.m_menu .nav #productMenu .open > ul li a {
    border-bottom: 1px solid #e5e5e5;
    background: transparent;
    padding: 15px 50px;
}
@media (max-width: 480px) {
    .m_menu .nav #solutionMenu .open > ul li a,
    .m_menu .nav #productMenu .open > ul li a {
        padding: 15px 20px;
        padding-right: 35px;
    }
}
.m_menu .nav #solutionMenu .open > ul li a:hover::after,
.m_menu .nav #solutionMenu .open > ul li a .current::after,
.m_menu .nav #productMenu .open > ul li a:hover::after,
.m_menu .nav #productMenu .open > ul li a .current::after {
    opacity: 1;
    background-color: #f0c709;
}
.m_menu .nav #solutionMenu .open > ul li a::after,
.m_menu .nav #productMenu .open > ul li a::after {
    opacity: 1;
    background-color: #000;
}
.m_menu .nav #solutionMenu .open .tag_title,
.m_menu .nav #productMenu .open .tag_title {
    font-size: 18px;
    font-weight: 500;
    color: #222223;
    padding: 0 50px;
    margin-bottom: 8px;
}
@media (max-width: 480px) {
    .m_menu .nav #solutionMenu .open .tag_title,
    .m_menu .nav #productMenu .open .tag_title {
        padding: 0 20px;
    }
}
.m_menu .nav #solutionMenu .open .tagGroup,
.m_menu .nav #productMenu .open .tagGroup {
    padding-top: 8px;
    padding-bottom: 10px;
}
.m_menu .nav #solutionMenu .open .tagGroup + .noArrow,
.m_menu .nav #productMenu .open .tagGroup + .noArrow {
    margin-top: 4px;
    padding-top: 14px;
    position: relative;
}
.m_menu .nav #solutionMenu .open .tagGroup + .noArrow::after,
.m_menu .nav #productMenu .open .tagGroup + .noArrow::after {
    content: "";
    position: absolute;
    width: calc(100% - 100px);
    top: 0;
    left: 50px;
    height: 1px;
    background-color: #dcdcdc;
}
@media (max-width: 480px) {
    .m_menu .nav #solutionMenu .open .tagGroup + .noArrow::after,
    .m_menu .nav #productMenu .open .tagGroup + .noArrow::after {
        left: 20px;
        width: calc(100% - 40px);
    }
}
.m_menu .nav #solutionMenu > span > a::after,
.m_menu .nav #productMenu > span > a::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 12px;
    -webkit-mask: no-repeat url(../images/arrow12.png) center/auto;
    mask: no-repeat url(../images/arrow12.png) center/auto;
    background-color: #000;
    right: 0;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bannerArea {
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bannerArea .wrap {
    max-width: 100%;
    padding: 0;
}
.bannerArea .bannerBox img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.bannerArea .bannerItem {
    position: relative;
}
.bannerArea .bannerItem:not(.slick-slide):nth-of-type(n + 2) {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.bannerArea .bannerLink {
    display: block;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.marqueeArea {
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #90ac3f;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media (max-width: 1200px) {
    .marqueeArea {
        height: 70px;
        display: none;
    }
}
@media (max-width: 480px) {
    .marqueeArea {
        height: 50px;
    }
}
.marqueeArea h2 {
    float: left;
    margin-right: 20px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}
@media (max-width: 640px) {
    .marqueeArea h2 {
        display: none;
    }
}
.marqueeArea h2 em {
    margin-left: 5px;
}
.marqueeArea .marqueeBox {
    overflow: hidden;
    width: 100%;
    display: block;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 1200px) {
    .marqueeArea .marqueeBox {
        padding-left: 20px;
    }
}
.marqueeArea ul {
    overflow: hidden;
    height: 100%;
}
.marqueeArea .item {
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 50px;
}
@media (max-width: 1200px) {
    .marqueeArea .item {
        padding-left: 0px;
        height: 70px;
    }
}
@media (max-width: 480px) {
    .marqueeArea .item {
        height: 50px;
    }
}
.marqueeArea .date {
    display: inline-block;
    vertical-align: top;
    margin-right: 31px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 300;
    letter-spacing: 0.6px;
    font-family: "Open Sans", Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
@media (max-width: 1200px) {
    .marqueeArea .date {
        display: block;
        height: 70px;
        background-color: #11a6dd;
        line-height: 70px;
        padding: 0 20px;
        display: none;
    }
}
@media (max-width: 480px) {
    .marqueeArea .date {
        padding: 0 10px;
        margin-right: 10px;
        height: 50px;
        line-height: 1;
    }
}
.marqueeArea h3 {
    display: block;
    min-width: 0;
}
.marqueeArea h3 a {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    font-family: "Open Sans", Arial, "Noto Sans Tc", Verdana, "Microsoft JhengHei", "新細明體", "細明體";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0.8px;
}
.marqueeArea .left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #f0c709;
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 57px;
    min-width: 280px;
}
@media (max-width: 1400px) {
    .marqueeArea .left {
        min-width: 200px;
        padding-right: 0px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 1200px) {
    .marqueeArea .left {
        min-width: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: auto;
        padding: 0 10px;
        background-color: #f0c709;
    }
}
.marqueeArea .left h2 {
    font-size: 20px;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.8px;
    margin-right: 0;
}
.marqueeArea .left h2 strong {
    font-weight: 400;
    font-family: "Open Sans", Arial, "Noto Sans Tc", Verdana, "Microsoft JhengHei", "新細明體", "細明體";
    position: relative;
    padding-right: 20px;
}
.marqueeArea .left h2 strong:after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    right: 0;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1200px) {
    .marqueeArea .left h2 strong {
        display: none;
    }
}
.marqueeArea .left h2 em {
    line-height: 25px;
    margin-left: 20px;
}
@media (max-width: 1200px) {
    .marqueeArea .left h2 em {
        margin-left: 0;
    }
}
.marqueeArea .right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc((100% - 1280px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 99px;
}
@media (max-width: 1700px) {
    .marqueeArea .right {
        padding-right: 57px;
        min-width: 105px;
    }
}
@media (max-width: 1400px) {
    .marqueeArea .right {
        padding-right: 20px;
    }
}
@media (max-width: 1200px) {
    .marqueeArea .right {
        display: none;
    }
}
.marqueeArea .arrowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.marqueeArea .arrowBox .arrow:first-child {
    position: relative;
    padding-right: 16px;
}
.marqueeArea .arrowBox .arrow:first-child button {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.marqueeArea .arrowBox .arrow:first-child::after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    right: 0;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.marqueeArea .arrowBox .arrow:last-child {
    padding-left: 16px;
}
.marqueeArea .arrowBox button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.marqueeArea .arrowBox button img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
footer {
    padding: 92px 0 52px 0;
    background-color: #728b2b;
    font-family: "Open Sans", Arial, "Noto Sans Tc", Verdana, "Microsoft JhengHei", "新細明體", "細明體";
}
@media (max-width: 1400px) {
    footer {
        padding: 60px 0 45px 0;
    }
}
@media (max-width: 1200px) {
    footer {
        padding: 34px 0 22px 0;
    }
}
@media (min-width: 1201px) {
    footer .m_logo,
    footer .m_contact {
        display: none;
    }
}
footer .m_contact {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    padding: 12px 0 22px 0;
}
footer .m_contact img {
    margin-right: 10px;
}
footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1384px;
}
footer .left {
    width: 160px;
}
@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% - 160px);
    padding-left: 50px;
}
@media (max-width: 767px) {
    footer .right {
        width: 100%;
        padding-left: 0;
    }
}
footer .middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1200px) {
    footer .middle {
        -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 .middle > .linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1200px) {
    footer .middle > .linkList {
        display: none;
    }
}
footer .middle .m_linkList {
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    padding: 16px 20px;
    margin-bottom: 25px;
}
footer .middle .m_linkList > p {
    font-size: 18px;
    color: #222223;
    font-weight: 400;
    margin-bottom: 8px;
}
footer .middle .m_linkList .linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -11px 0 -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 1201px) {
    footer .middle .m_linkList {
        display: none;
    }
}
footer .middle .m_socialBox > p {
    font-size: 18px;
    color: #222223;
    font-weight: 400;
    margin-bottom: 12px;
}
@media (max-width: 1200px) {
    footer .middle .m_socialBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: static;
        -webkit-transform: none;
        transform: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: rgba(255,255,255,0.9);
        width: 100%;
        padding: 16px 20px;
        margin-bottom: 26px;
    }
    footer .middle .m_socialBox .socialList {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -12px;
    }
    footer .middle .m_socialBox .socialList li {
        margin: 0 6px;
    }
    footer .middle .m_socialBox .socialList li a {
        background-color: #f0c709;
        border: 0;
        color: #fff;
    }
    footer .middle .m_socialBox .socialList li a:hover i.fa.fa {
        color: #fff;
    }
    footer .middle .m_socialBox .socialList li a svg {
        color: #fff;
    }
}
@media (min-width: 1201px) {
    footer .middle .m_socialBox {
        display: none;
    }
}
footer .bottom {
    width: 100%;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid #f0c709;
}
footer .downLogo {
    width: 100%;
    max-width: 200px;
}
footer .downLogo img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
footer .row {
    clear: both;
    padding: 15px 0;
    overflow: hidden;
}
footer .infoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px;
}
@media (max-width: 1200px) {
    footer .infoList {
        margin: 0 -12px;
    }
}
footer .infoList li {
    padding: 0 13px 0 12px;
    position: relative;
}
footer .infoList li:last-of-type::after {
    content: normal;
}
footer .infoList li:after {
    content: "";
    width: 1px;
    height: 11px;
    background-color: #f0c709;
    position: absolute;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
@media (max-width: 720px) {
    footer .infoList li {
        margin-bottom: 4px;
    }
}
footer .infoList li a,
footer .infoList li span {
    line-height: 1;
    position: relative;
    color: #fff;
    letter-spacing: 0.6px;
    font-weight: 300;
}
@media (max-width: 1200px) {
    footer .infoList li a,
    footer .infoList li span {
        line-height: 1.5;
        display: inline-block;
    }
}
footer .infoList li .title {
    margin-right: 8px;
}
@media (min-width: 1201px) {
    footer .infoList li a:hover {
        opacity: 0.5;
    }
}
footer .footerMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}
footer .footerMenu li {
    width: 20%;
    padding: 5px;
}
footer .footerMenu li a {
    display: block;
    font-size: 14px;
}
@media (max-width: 480px) {
    footer .footerMenu li {
        width: 25%;
    }
}
footer .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
footer .copyright a {
    color: #fff;
}
@media (max-width: 1200px) {
    footer .copyright {
        font-size: 13px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
footer .outerLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .footerInfo {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.6px;
}
footer .menuLinkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 84px;
}
@media (max-width: 1200px) {
    footer .menuLinkList {
        display: none;
    }
}
footer .menuLinkList a[href="javascript:;"] {
    cursor: auto;
    opacity: 1;
}
footer .menuLinkList a:hover {
    opacity: 0.5;
}
footer .menuLinkList > li > a {
    color: #fff;
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.8px;
}
footer .menuLinkList > li .submenu li {
    margin-bottom: 10px;
}
footer .menuLinkList > li .submenu li a {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
footer .linkList {
    margin-right: -11px;
}
footer .linkList li {
    padding: 0 5px;
    position: relative;
}
footer .linkList li:last-of-type::after {
    content: normal;
}
footer .linkList li:after {
    content: "";
    width: 1px;
    height: 11px;
    background-color: #f0c709;
    position: absolute;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
footer .linkList li a {
    color: #fff;
    opacity: 1;
    font-weight: 100;
    letter-spacing: 0.5px;
    font-size: 13px;
}
footer .linkList li a:hover {
    opacity: 1;
}

@media (max-width: 1200px) {
    footer .linkList li a {
    color: #222223;
    font-weight: 400;
    }
}
.privacyArea {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    padding: 40px 0 25px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    -webkit-transition: all 0.6s 0.1s;
    transition: all 0.6s 0.1s;
}
.privacyArea.check {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.privacyArea .wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.privacyArea .text {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}
.privacyArea .text a {
    color: #222223;
    display: inline-block;
    margin-top: 8px;
    text-decoration: underline;
}
.privacyArea .text a:hover {
    color: #222223;
}
.privacyArea .btn {
    margin-left: 25px;
    padding-top: 0;
}
.privacyArea .btn a {
    color: #fff;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 15px 35px;
}
@media (max-width: 768px) {
    .privacyArea .wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .privacyArea .text {
        width: 100%;
    }
    .privacyArea .btn {
        margin-top: 25px;
        margin-left: 0;
    }
}
.social {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-right: -4px;
}
@media (max-width: 480px) {
    .social {
        width: 100%;
    }
}
.social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    font-size: 19px;
    color: #929292;
    text-align: center;
}
.social a:hover {
    opacity: 0.8;
}
.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: 1201px) {
    .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;
}
.bookingArea {
    margin-top: -85px;
    position: relative;
    z-index: 2;
}
.bookingArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background-color: #fff;
}
@media (max-width: 960px) {
    .bookingArea .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 20px;
    }
}
.bookingArea .title {
    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;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    font-size: 15px;
    border-right: 1px solid #e6e6e6;
}
@media (max-width: 960px) {
    .bookingArea .title {
        display: none;
    }
}
.bookingArea .title i {
    margin-right: 15px;
    font-size: 20px;
}
.bookingArea .bookingList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
    padding: 20px;
}
@media (max-width: 960px) {
    .bookingArea .bookingList {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
}
@media (max-width: 960px) {
    .bookingArea .bookingList li {
        margin-bottom: 15px;
    }
}
.bookingArea .bookingList li:not(:first-child) {
    margin-left: 10px;
}
@media (max-width: 960px) {
    .bookingArea .bookingList li:not(:first-child) {
        margin-left: 0;
    }
}
.bookingArea .btn {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}
@media (max-width: 960px) {
    .bookingArea .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.bookingArea .btn 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;
    height: 100%;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.2em;
    background-color: #222223;
}
@media (max-width: 960px) {
    .bookingArea .btn a {
        padding: 12px;
    }
}
.bookingArea input,
.bookingArea select {
    height: 45px;
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    font-family: "微軟正黑體";
}
@media (max-width: 960px) {
    .bookingArea input,
    .bookingArea select {
        width: 100%;
    }
}
.mainArea {
    padding-bottom: 30px;
}
@media (max-width: 768px) {
    .mainArea {
        padding-top: 30px;
    }
}
.mainArea404 {
    width: 100%;
    height: calc(100vh - 300px);
    min-height: 500px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mainArea404 .top {
    max-width: 380px;
    color: #222223;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .mainArea404 {
        height: 50vh;
        min-height: 350px;
    }
    .mainArea404 .top {
        font-size: 24px;
    }
}
.mainArea .contentBox {
    clear: both;
}
.titleBox {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.bread {
    padding: 8px 0 20px 0;
}
.bread .wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    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: 20px;
    line-height: 1;
    letter-spacing: 0.6px;
    font-weight: 300;
}
@media (max-width: 1400px) {
    .bread .wrap a,
    .bread .wrap span {
        font-size: 16px;
    }
}
.bread .wrap a {
    color: #fff;
    letter-spacing: 0.6px;
}
.bread .wrap a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.bread .wrap span {
    color: #fff;
}
.bread .wrap span + a,
.bread .wrap a + span,
.bread .wrap a + a {
    padding-left: 25px;
    position: relative;
}
.bread.arrow .wrap {
    padding: 0;
}
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span,
.bread.arrow .wrap a + a {
    padding-left: 49px;
    position: relative;
    margin-bottom: 10px;
}
@media (max-width: 1400px) {
    .bread.arrow .wrap span + a,
    .bread.arrow .wrap a + span,
    .bread.arrow .wrap a + a {
        padding-left: 36px;
    }
}
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before,
.bread.arrow .wrap a + a::before {
    content: ">";
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 20px;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
}
@media (max-width: 1400px) {
    .bread.arrow .wrap span + a::before,
    .bread.arrow .wrap a + span::before,
    .bread.arrow .wrap a + a::before {
        font-size: 14px;
        left: 14px;
    }
}
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
    padding-left: 20px;
    position: relative;
}
.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 + a,
.bread.horizontalLine .wrap a + span {
    padding-left: 25px;
    position: relative;
}
.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;
}
.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;
    font-size: 15px;
    color: #232323;
}
.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;
}
.classBox .classCurrent {
    background-color: #222223;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 30px 10px 10px;
    position: relative;
}
.classBox .classCurrent::before {
    content: "";
    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: 50px;
}
.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: #222223;
    color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before,
.classBoxColumn .classLink .linkHasItems.open::after {
    background-color: #fff;
}
.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: #f8f8f8;
    color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current,
.classBoxColumn .classLink .linkHasItems.open + ul > li a:hover {
    background-color: #e5e5e5;
    color: #222223;
}
@media (min-width: 1024px) {
    .classBoxColumn .classLink > li:not(:first-child) {
        border-top: 1px solid #ccc;
    }
    .classBoxColumn .classLink ul {
        display: none;
    }
    .classBoxColumn .classLink ul li:not(:first-child) {
        border-top: 1px solid #ccc;
    }
    .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: #222223;
        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;
    }
}
.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 #222223;
    background-color: #222223;
    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 #222223;
    background-color: #222223;
    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;
}
.pageBox .pageList.number {
    padding-top: 62px;
    border-color: #e5e5e5;
    padding-bottom: 89px;
}
@media (max-width: 1200px) {
    .pageBox .pageList.number {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}
.pageBox .pageList.number li {
    margin: 0 7px;
    margin-bottom: 15px;
}
@media (max-width: 480px) {
    .pageBox .pageList.number li {
        margin: 0 2px;
        margin-bottom: 15px;
    }
}
.pageBox .pageList.number li a {
    font-size: 15px;
    border: 0;
    background: transparent;
    color: #000;
    position: relative;
    height: auto;
    font-family: "Arimo", Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
.pageBox .pageList.number li a::after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 30px;
    height: 2px;
    background-color: #222223;
    left: 0;
    opacity: 0;
}
.pageBox .pageList.number li a:hover::after {
    content: "";
    position: absolute;
    opacity: 1;
}
.pageBox .pageList.number li a.current {
    background: transparent;
    border: 0;
    color: #000;
}
.pageBox .pageList.number li a.current::after {
    content: "";
    position: absolute;
    opacity: 1;
}
.pageBox .pageList.number li a.prevBtn,
.pageBox .pageList.number li a.firstBtn {
    border: 0;
    background: no-repeat url(../images/arrow8.png) center;
    height: 30px;
    padding: 0;
    margin-right: 6px;
}
.pageBox .pageList.number li a.prevBtn::before,
.pageBox .pageList.number li a.firstBtn::before {
    content: normal;
}
.pageBox .pageList.number li a.prevBtn::after,
.pageBox .pageList.number li a.firstBtn::after {
    content: "";
    position: absolute;
    content: normal;
}
.pageBox .pageList.number li a.firstBtn {
    background: no-repeat url(../images/arrow13.png) center;
}
.pageBox .pageList.number li a.nextBtn,
.pageBox .pageList.number li a.lastBtn {
    border: 0;
    height: 30px;
    background: no-repeat url(../images/arrow8.png) center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    padding: 0;
    margin-left: 6px;
}
.pageBox .pageList.number li a.nextBtn::after,
.pageBox .pageList.number li a.lastBtn::after {
    content: "";
    position: absolute;
    content: normal;
}
.pageBox .pageList.number li a.nextBtn::before,
.pageBox .pageList.number li a.lastBtn::before {
    content: normal;
}
.pageBox .pageList.number li a.lastBtn {
    background: no-repeat url(../images/arrow13.png) center;
}
.pageBox .pageList.pageList.prevnext li {
    width: auto;
}
.pageBox .pageList.pageList.prevnext li a {
    padding: 0;
    font-family: "Arimo", Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
    font-weight: 500;
    width: 120px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #000;
}
.pageBox .pageList.pageList.prevnext li a::before {
    border-color: #000;
}
.pageBox .pageList.pageList.prevnext li a:hover {
    border-color: #222223;
}
.tagBox {
    padding: 20px 0;
}
.tagBox b {
    display: inline-block;
    margin-right: 10px;
}
.tagBox ul {
    display: inline-block;
}
.tagBox li {
    display: inline-block;
    margin-bottom: 5px;
}
.tagBox a {
    position: relative;
    display: block;
    margin: 0 3px;
    padding: 5px 10px;
    border: 1px solid #222223;
    font-size: 13px;
    color: #222223;
}
.tagBox a:hover {
    color: #fff;
    background-color: #222223;
}
.tagBox a.current {
    color: #fff;
    background-color: #222223;
}
.tagBox a.current:before {
    content: "";
    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;
}
.tab a.current {
    background-color: #222223;
    color: #fff;
}
.tabContent {
    margin-top: -1px;
    padding: 20px 5px;
    border-top: 1px solid #d6d6d6;
}
.tabContent .tabContentItem {
    display: none;
}
.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: gray;
    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_booking {
    margin-bottom: 30px;
}
.side_booking a {
    display: block;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #8d2121;
    box-shadow: 0 1px 1px #8d2121;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    background-color: #f05b8f;
}
.side_booking a i {
    display: inline-block;
    font-size: 28px;
    padding: 10px 15px;
    margin-right: 15px;
    border-right: 1px solid #d33434;
    -webkit-box-shadow: 1px 0 #f38a8a;
    box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
    -webkit-box-shadow: inset 0 3px 3px #8d2121;
    box-shadow: inset 0 3px 3px #8d2121;
}
.side_contactInfo li {
    margin-bottom: 20px;
}
.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_room {
    margin-bottom: 50px;
}
.side_room .Img img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.side_room .Txt {
    margin-top: 5px;
}
.side_room .Txt .title a {
    font-size: 16px;
    font-weight: 400;
}
.side_room .Txt .text {
    max-height: 100px;
    font-size: 13px;
    color: #858383;
    line-height: 1.8;
    overflow: hidden;
}
.side_news {
    margin: 30px 0;
}
.side_news .sideNewsList {
    margin-top: 20px;
}
.side_news .sideNewsItem {
    margin-bottom: 25px;
}
.side_news .Img {
    float: left;
    width: 60px;
    margin-right: 12px;
    overflow: hidden;
}
.side_news .Img img {
    display: block;
    height: 60px;
}
.side_news .Txt {
    overflow: hidden;
}
.side_news .Txt a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
}
.side_news .Txt a:hover {
    text-decoration: underline;
}
.side_news .Txt b {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #999;
}
.sideShare {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}
.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: 13px;
    font-weight: 400;
    color: #666;
}
.sideShare .shareList .shareItem a {
    color: #666;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 5px 6px;
    text-align: center;
}
.sideShare .shareList .shareItem a:hover {
    opacity: 0.8;
}
.sideShare .shareList .shareItem a svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle;
}
.captchaArea {
    position: relative;
    width: 200px;
    height: 50px;
    background-color: #ddd;
}
.captchaArea.unlocking .sliderBtn {
    -webkit-transition: none;
    transition: none;
}
.captchaArea .note {
    position: absolute;
    top: 17px;
    right: 30px;
    z-index: 1;
    font-size: 15px;
    text-align: center;
    font-family: "微軟正黑體";
    color: #777;
    letter-spacing: 1px;
    pointer-events: none;
}
.sliderBtn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background-color: #4169e1;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sliderBtn::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 23px;
    color: #fff;
    font-size: 24px;
    font-family: FontAwesome;
    pointer-events: none;
}
.imh_opacity {
    background-color: #000;
    overflow: hidden;
}
.imh_opacity img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.imh_opacity:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.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);
}
.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: "";
    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);
}
.goTop {
    width: 70px;
    height: 70px;
    background-color: #f3a610;
    border-radius: 999px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    right: 60px;
    bottom: 60px;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
    pointer-events: auto;
}
@media (max-width: 1200px) {
    .goTop {
        width: 44px;
        height: 44px;
        right: 30px;
        z-index: 99;
    }
}
.goTop:hover {
    background-color: #90ac3f;
}
.goTop span {
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
}
@media (max-width: 1200px) {
    .goTop span {
        display: none;
    }
}
.goTop img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.goTop.show {
    pointer-events: auto;
    opacity: 1;
}
#moduleWeChat .moduleWrap {
    max-width: 400px;
}
#moduleWeChat .moduleContent {
    padding: 0 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#moduleWeChat .moduleContent img {
    max-width: 100%;
    width: 360px;
}
