
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
.esg_slideMenuTrigger .line::before, .esg_slideMenuTrigger .line::after, .esg_slideMenuTrigger, .slideModuleBox.moduleBox, .scrollHint, .slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before, .slick-slider .slick-dots li button,
.controlBox .slick-dots li button, .slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before, .slick-slider .slick-arrow,
.controlBox .slick-arrow, .imh_opacity img, .sideShare .shareList .shareItem a, .sideShare .shareList .shareItem i, .sideDataArea .Txt .moreBtn .more::before, .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, .classBox a,
.classBox span, .classBox .classCurrent, .privacyArea, footer .topBox .footerMenu dl dt::before, footer .topBox .footerMenu dl dt::after, .slideMenuTrigger span::before, .slideMenuTrigger span::after, .slideMenuTrigger, header .menuBox .menu .submenu.submenuFull .submenuLink::before, .loadingArea.show, .moduleMask, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .btnBox .btn.animation::after, .btnBox .btn, button, a, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.formBox.changePassword {
    max-width: 640px;
    margin: 0 auto;
}
.formBox .formList {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #2f2f2f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}
.formBox .formRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.formBox .formColumn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 10px;
    position: relative;
}
.formBox .formColumn.select {
    position: relative;
}
.formBox .formColumn.select::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #626262;
    border-bottom: 2px solid #626262;
    pointer-events: none;
    position: absolute;
    bottom: 35px;
    right: 20px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.formBox .formColumn.pt0 {
    padding-top: 0;
}
.formBox .formColumn.pb0 {
    padding-bottom: 0;
}
@media (max-width: 1180px) {
    .formBox .formColumn {
        padding: 10px;
    }
}
.formBox .columnTitle {
    width: 100%;
    font-weight: 500;
    letter-spacing: 0.02rem;
    line-height: 1.25;
    margin-bottom: 12px;
    position: relative;
}
.formBox .columnTitle.withCheckBox {
    width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
    margin-left: 10px;
    margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
    padding-left: 10px;
}
.formBox .columnTitle.requireStyle::before {
    content: "*";
    color: #f00;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
}
.formBox .columnCheckBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px;
}
.formBox .columnCheckBox .columnCheckLabel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 5px;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: 0;
    position: relative;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #cecece;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
    content: "";
    width: 50%;
    height: 50%;
    background-color: #333;
    border-radius: 50%;
    display: inline-block;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
    opacity: 1;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
    background-color: #e5e5e5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
    background-color: #b5b5b5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled + span {
    color: #737373 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.square::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
    border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
    border-color: #108835;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.02rem;
    margin-left: 4px;
}
.formBox .columnSelect {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-family: "Heebo", sans-serif;
    outline: none;
    padding: 5px 25px 5px 10px;
    margin: 0;
}
.formBox .columnSelect:disabled {
    background-color: #e5e5e5 !important;
    color: #737373 !important;
}
.formBox .columnInput {
    padding: 5px 10px;
}
.formBox .columnInput::-webkit-input-placeholder {
    color: #a6a6a6;
}
.formBox .columnInput::-moz-placeholder {
    color: #a6a6a6;
}
.formBox .columnInput:-ms-input-placeholder {
    color: #a6a6a6;
}
.formBox .columnInput::-ms-input-placeholder {
    color: #a6a6a6;
}
.formBox .columnInput::placeholder {
    color: #a6a6a6;
}
.formBox .columnInput:disabled {
    background-color: #e5e5e5 !important;
    color: #737373 !important;
}
.formBox .columnArea {
    height: 200px;
    padding: 10px;
}
@media (max-width: 1180px) {
    .formBox .columnArea {
        height: 120px;
        padding: 5px 10px;
    }
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    color: #737373;
    font-weight: 500;
}
.formBox .columnInput,
.formBox .columnSelect {
    height: 45px;
}
.formBox .btnBox {
    width: 100%;
}
.formBox .noteTxt {
    width: 100%;
    color: #999;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.02rem;
    margin-top: 10px;
}
.formBox .noteTxt.red {
    color: #f00;
}
@media (max-width: 1180px) {
    .formBox .noteTxt {
        font-size: 14px;
    }
}
.formBox .error {
    border-color: #f00 !important;
}

@-webkit-keyframes btnAni {
    20% {
        background-color: rgba(16, 136, 53, 0.3);
    }
    100% {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);
        background-color: transparent;
    }
}

@keyframes btnAni {
    20% {
        background-color: rgba(16, 136, 53, 0.3);
    }
    100% {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);
        background-color: transparent;
    }
}
@-webkit-keyframes imgLoading {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes imgLoading {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@-webkit-keyframes slideLeftAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@keyframes slideLeftAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@-webkit-keyframes slideDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes slideDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@-webkit-keyframes slideUpAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes slideUpAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-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;
    }
}
@-webkit-keyframes aniSlideDown {
    0% {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}
@keyframes aniSlideDown {
    0% {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes bannerScrollAnimation {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
}
@keyframes bannerScrollAnimation {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
}
@-webkit-keyframes scrollHorizontal {
    100% {
        -webkit-transform: translateX(-30px);
                transform: translateX(-30px);
        opacity: 0;
    }
}
@keyframes scrollHorizontal {
    100% {
        -webkit-transform: translateX(-30px);
                transform: translateX(-30px);
        opacity: 0;
    }
}
@-webkit-keyframes scrollVertical {
    100% {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
        opacity: 0;
    }
}
@keyframes scrollVertical {
    100% {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
        opacity: 0;
    }
}
@-webkit-keyframes loadingAni {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-15%);
                transform: translateY(-15%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@keyframes loadingAni {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-15%);
                transform: translateY(-15%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@-webkit-keyframes textSlideRightAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@keyframes textSlideRightAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@-webkit-keyframes textSlideDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes textSlideDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@-webkit-keyframes bannerTxtAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes bannerTxtAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes bannerScrollAnimation {
    0% {
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
    50% {
        -webkit-transform: translate(-50%, 150%);
                transform: translate(-50%, 150%);
    }
    100% {
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
}
@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes bannerImgZoomIn {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.04);
                transform: scale(1.04);
    }
}
@keyframes bannerImgZoomIn {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.04);
                transform: scale(1.04);
    }
}
@-webkit-keyframes slideRightAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10px);
                transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@keyframes slideRightAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10px);
                transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
body {
    background-color: #fff;
    font-size: 16px;
    font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@media (max-width: 1180px) {
    body {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
    overflow: hidden;
}
body.errorPage .mainArea {
    width: 100%;
    height: calc(100vh - 300px);
    min-height: 500px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
body.errorPage .mainArea .top {
    max-width: 380px;
    color: #108835;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto;
}
@media (max-width: 768px) {
    body.errorPage .mainArea {
        height: 50vh;
        min-height: 350px;
    }
    body.errorPage .mainArea .top {
        font-size: 24px;
    }
}

address {
    font-style: normal;
}

a {
    color: #000;
    cursor: pointer;
}
@media (min-width: 1181px) {
    a:hover {
        color: #108835;
    }
}

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;
    font-family: "Heebo", sans-serif;
    outline: none;
    padding: 0;
    margin: 0;
}

button {
    cursor: pointer;
}

select {
    cursor: pointer;
}

textarea {
    resize: vertical;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
    /* chromes and blink button */
    cursor: pointer;
}

.Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    height: auto;
}

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%;
    }
}

/* 共用的樣式 */
.titleBox {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}
.titleBox.textLeft {
    text-align: left;
}
.titleBox.white {
    color: #fff;
}
.titleBox.green {
    color: #108835;
}
.titleBox .decoTitle {
    font-size: 16px;
    line-height: normal;
    padding-bottom: 4px;
}
@media (max-width: 1180px) {
    .titleBox .decoTitle {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .titleBox .decoTitle {
        font-size: 12px;
        padding-bottom: 0;
    }
}
.titleBox .title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
}
@media (max-width: 1180px) {
    .titleBox .title {
        font-size: 36px;
    }
}
@media (max-width: 768px) {
    .titleBox .title {
        font-size: 30px;
    }
}
.titleBox .subtitle {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.5px;
}
@media (max-width: 1180px) {
    .titleBox .subtitle {
        font-size: 26px;
    }
}
@media (max-width: 768px) {
    .titleBox .subtitle {
        font-size: 22px;
    }
}
.titleBox .text {
    color: #626262;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.5px;
    margin-top: 30px;
}
@media (max-width: 1180px) {
    .titleBox .text {
        font-size: 15px;
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .titleBox .text {
        font-size: 14px;
        margin-top: 15px;
    }
}

.btnBox {
    margin-top: 20px;
}
.btnBox.flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -6px;
    margin-right: -6px;
}
.btnBox.flex.left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.btnBox.flex.right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.btnBox.flex .btn {
    min-width: auto;
    max-width: 200px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 6px;
}
.btnBox.single.center {
    text-align: center;
}
.btnBox.single .btn {
    width: 100%;
    max-width: 200px;
}
@media (max-width: 480px) {
    .btnBox.single .btn {
        max-width: 100%;
    }
}
.btnBox.full .btn {
    width: 100%;
}
.btnBox .btn {
    min-width: 200px;
    border-radius: 25px;
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    padding: 13px 20px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.btnBox .btn .btnText {
    display: inline-block;
}
@media (max-width: 768px) {
    .btnBox .btn {
        padding: 13px;
    }
}
@media (min-width: 1181px) {
    .btnBox .btn:hover {
        background-color: #fff;
        border-color: #108835;
        color: #108835;
    }
}
.btnBox .btn.small {
    font-size: 13px;
    padding: 10px 15px;
}
.btnBox .btn.animation {
    overflow: hidden;
}
.btnBox .btn.animation::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #fff;
}
@media (min-width: 1181px) {
    .btnBox .btn.animation:hover::after {
        width: 100%;
        left: 0;
        right: auto;
    }
}
.btnBox .btn.bgMain {
    background-color: #108835;
    border: 1px solid #108835;
    color: #fff;
}
@media (min-width: 1181px) {
    .btnBox .btn.bgMain:hover {
        color: #108835;
    }
    .btnBox .btn.bgMain:hover:not(.animation) {
        background-color: #fff;
    }
}
.btnBox .btn.bgSecond {
    background-color: #231815;
    border: 1px solid #231815;
    color: #fff;
}
@media (min-width: 1181px) {
    .btnBox .btn.bgSecond:hover {
        color: #231815;
    }
    .btnBox .btn.bgSecond:hover:not(.animation) {
        background-color: #fff;
    }
}
.btnBox .btn.colorMain {
    background-color: #fff;
    border: 1px solid #108835;
    color: #108835;
}
.btnBox .btn.colorMain.animation::after {
    background-color: #108835;
}
@media (min-width: 1181px) {
    .btnBox .btn.colorMain:hover {
        color: #fff;
    }
    .btnBox .btn.colorMain:hover:not(.animation) {
        background-color: #108835;
    }
}
.btnBox .btn.colorSecond {
    background-color: #fff;
    border: 1px solid #231815;
    color: #231815;
}
.btnBox .btn.colorSecond.animation::after {
    background-color: #231815;
}
@media (min-width: 1181px) {
    .btnBox .btn.colorSecond:hover {
        color: #fff;
    }
    .btnBox .btn.colorSecond:hover:not(.animation) {
        background-color: #231815;
    }
}
.btnBox .btn.rounded {
    border-radius: 24.5px;
}
.btnBox .btn.roundedSlightly {
    border-radius: 4px;
}

/* 共用的樣式 END */
.outerWrap {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 70px;
    position: relative;
}
@media (max-width: 1180px) {
    .outerWrap {
        padding-top: 60px;
        padding-bottom: calc(0px + env(safe-area-inset-bottom));
    }
}

.wrap {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}
@media (max-width: 1180px) {
    .wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 768px) {
    .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 1181px) and (max-width: 1536px) {
    .wrap {
        max-width: 90vw;
    }
}

/*module*/
.moduleBox {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1005;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-property: top, opacity, visibility;
    transition-property: top, opacity, visibility;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    /*提醒使用cookie彈窗*/
}
.moduleBox.show {
    opacity: 1;
    visibility: visible;
}
.moduleBox.show .moduleWrap {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
}
.moduleBox .moduleWrap {
    position: relative;
    width: 100%;
    max-width: 960px;
    background-color: #fff;
    pointer-events: none;
    padding-top: 60px;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.moduleBox .moduleTitle {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    text-align: center;
}
.moduleBox .moduleContent {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
    background: #108835;
}
.moduleBox .moduleClose {
    width: 50px;
    height: 50px;
    background: none;
    background-color: #108835;
    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);
}
@media (min-width: 1181px) {
    .moduleBox .moduleClose:hover {
        background-color: #000;
    }
}
.moduleBox.privacy .moduleWrap {
    max-width: 700px;
    padding-top: 50px;
    position: relative;
    z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    text-align: left;
}
@media (max-width: 640px) {
    .moduleBox.privacy .moduleTitle {
        font-size: 18px;
        padding-bottom: 10px;
    }
}
.moduleBox.privacy .moduleContent {
    max-height: calc(90vh - 50px);
    overflow-y: auto;
}
.moduleBox.privacy .settingBox + .settingBox {
    margin-top: 25px;
}
.moduleBox.privacy .text {
    font-size: 15px;
    line-height: 1.35;
}
@media (max-width: 640px) {
    .moduleBox.privacy .text {
        font-size: 14px;
    }
}
.moduleBox.privacy .btnBox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
    padding: 10px 15px;
}
.moduleBox.privacy .btnBox .btn.textLink {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #108835;
    position: absolute;
    bottom: -3px;
    left: 50%;
}
@media (min-width: 1181px) {
    .moduleBox.privacy .btnBox .btn.textLink:hover::before {
        width: 100%;
        left: 0;
    }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
    padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}
.moduleBox.privacy .customList .topBox::before {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-80%) rotate(-45deg);
            transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
    -webkit-transform: translateY(-100%) rotate(45deg);
            transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
    font-size: 15px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
    color: #108835;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    line-height: 1.35;
    padding-bottom: 3px;
}
.moduleBox.privacy .customList .topBox .trigger label {
    cursor: pointer;
    display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
    cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    outline: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
    background-color: #1ada55;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
    background-color: #139f3e;
    -webkit-transform: translate(75%, -50%);
            transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
    width: 38px;
    height: 14px;
    border-radius: 30px;
    background-color: #d9d9d9;
    display: block;
    margin-left: auto;
    position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
    content: "";
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #b5b5b5;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (min-width: 1181px) {
    .moduleBox.privacy .customList .topBox:hover .subtitle {
        color: #108835;
    }
}
@media (max-width: 640px) {
    .moduleBox.privacy .customList .topBox {
        margin-bottom: 5px;
    }
}
.moduleBox.privacy .customList .text {
    background-color: #e1e1e1;
    padding: 18px 15px;
}
@media (max-width: 640px) {
    .moduleBox.privacy .customList .text {
        padding: 15px 12px;
    }
}
.moduleBox.mailArea .moduleWrap {
    max-width: 640px;
}
.moduleBox form .formRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.moduleBox form .formRow input {
    width: calc(100% - 170px);
    border-bottom: 1px solid #b5b5b5;
    color: #626262;
    caret-color: #626262;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 18px 0;
}
.moduleBox form .formRow input::-webkit-input-placeholder {
    color: #626262;
}
.moduleBox form .formRow input::-moz-placeholder {
    color: #626262;
}
.moduleBox form .formRow input:-ms-input-placeholder {
    color: #626262;
}
.moduleBox form .formRow input::-ms-input-placeholder {
    color: #626262;
}
.moduleBox form .formRow input::placeholder {
    color: #626262;
}
.moduleBox form .formRow input.error {
    border-color: red;
}
@media (max-width: 640px) {
    .moduleBox form .formRow {
        -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;
    }
    .moduleBox form .formRow input {
        width: 100%;
    }
    .moduleBox form .formRow .btn {
        width: 100%;
        margin-top: 20px;
    }
    .moduleBox form .formRow .btn a {
        width: 100%;
    }
}
.moduleBox.cookie .moduleWrap {
    max-width: 480px;
}
.moduleBox.cookie .text {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

.moduleMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1003;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.moduleMask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/*loading*/
.loadingArea {
    width: 100%;
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    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;
    opacity: 1;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.loadingArea:before, .loadingArea:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50% + 1px);
    background-color: #EFEFEF;
    -webkit-transition: 0.6s all ease-in-out;
    transition: 0.6s all ease-in-out;
}
.loadingArea:before {
    left: 0;
}
.loadingArea:after {
    right: 0;
}
.loadingArea .loadLogo {
    opacity: 0;
    width: 260px;
}
.loadingArea .loadLogo img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: all 0.4s 0s ease-in-out;
    transition: all 0.4s 0s ease-in-out;
    opacity: 1;
}
.loadingArea.show {
    pointer-events: auto;
}
.loadingArea.show .loadLogo {
    opacity: 1;
    -webkit-animation: loadingAni 0.5s forwards ease-in-out;
            animation: loadingAni 0.5s forwards ease-in-out;
}
.loadingArea.show .loadLogo img {
    -webkit-transition: all 0.4s 1.2s ease-in-out;
    transition: all 0.4s 1.2s ease-in-out;
    opacity: 0;
}
.loadingArea.hide:before, .loadingArea.hide:after {
    width: 0;
}

/*header*/
header {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
header .wrap {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 48px 0 60px;
    position: relative;
}
@media (max-width: 1440px) {
    header .wrap {
        padding: 0 25px;
    }
}
@media (max-width: 1200px) {
    header .wrap {
        height: 60px;
    }
}
@media (max-width: 480px) {
    header .wrap {
        padding: 0 20px;
    }
}
header .logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
header .logo a img {
    width: 100%;
    max-width: 150px;
}
header .logo a span {
    display: inline-block;
}
header .logo span {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
    line-height: 1.3;
    margin-left: 30px;
    padding-left: 30px;
    position: relative;
}
header .logo span::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #535353;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1280px) {
    header .logo span {
        font-size: 14px;
        margin-left: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 480px) {
    header .logo span {
        margin-left: 10px;
        padding-left: 10px;
    }
}
header .rightBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10%;
}
@media (max-width: 1680px) {
    header .rightBox {
        padding-left: 40px;
    }
}
@media (max-width: 480px) {
    header .rightBox {
        display: none;
    }
}
header .menuBox .menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header .menuBox .menu > li {
    position: relative;
}
header .menuBox .menu > li a {
    color: #222;
    display: block;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 1px;
    padding: 27.5px 21px;
}
header .menuBox .menu > li a.current, header .menuBox .menu > li a:hover {
    color: #108835;
}
header .menuBox .menu .submenu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 99;
    width: 150px;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
header .menuBox .menu .submenu a {
    border-bottom: 1px solid #dadada;
    background-color: #fff;
    color: #666;
    padding: 10px;
}
header .menuBox .menu .submenu a.current, header .menuBox .menu .submenu a:hover {
    color: #fff;
    background-color: #108835;
}
header .menuBox .menu .submenu.submenuFull {
    width: 100%;
    max-height: 50vh;
    background-color: #F7F7F7;
    position: fixed;
    left: 0;
    top: 70px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    overflow: auto;
    text-align: left;
}
header .menuBox .menu .submenu.submenuFull::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #f1f1f1;
}
header .menuBox .menu .submenu.submenuFull::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f1f1f1;
}
header .menuBox .menu .submenu.submenuFull::-webkit-scrollbar-thumb {
    background: #108835;
}
header .menuBox .menu .submenu.submenuFull .wrap {
    max-width: 1500px;
    height: auto;
}
header .menuBox .menu .submenu.submenuFull .submenuContainer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 70px 0 40px;
}
header .menuBox .menu .submenu.submenuFull .submenuColumn {
    width: 25%;
    position: relative;
}
header .menuBox .menu .submenu.submenuFull .submenuColumn:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #dadada;
    position: absolute;
    top: 0;
    left: 0;
}
header .menuBox .menu .submenu.submenuFull .submenuTitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.84px;
}
header .menuBox .menu .submenu.submenuFull .submenuSubtitle {
    font-family: "Heebo", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.36;
    letter-spacing: 0.77px;
}
header .menuBox .menu .submenu.submenuFull a {
    border-bottom: none;
    background-color: transparent;
}
header .menuBox .menu .submenu.submenuFull a.current {
    color: #108835;
}
@media (min-width: 1181px) {
    header .menuBox .menu .submenu.submenuFull a:hover {
        color: #108835;
    }
}
header .menuBox .menu .submenu.submenuFull .submenuItem {
    width: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (min-width: 1181px) {
    header .menuBox .menu .submenu.submenuFull .submenuItem:hover .submenuLink {
        color: #108835;
    }
    header .menuBox .menu .submenu.submenuFull .submenuItem:hover .submenuLink::before {
        color: #108835;
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
header .menuBox .menu .submenu.submenuFull .submenuItem.current .submenuLink {
    color: #108835;
}
header .menuBox .menu .submenu.submenuFull .submenuItem.current .submenuLink::before {
    color: #108835;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
header .menuBox .menu .submenu.submenuFull .submenuLink {
    color: #515050;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.9px;
    padding-right: 60px;
    position: relative;
}
header .menuBox .menu .submenu.submenuFull .submenuLink::before {
    content: ">";
    font-family: "Heebo", sans-serif;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    position: absolute;
    top: 12px;
    right: -5px;
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
}
header .menuBox .menu .submenu.submenuFull .submenuLink.current::before {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
header .menuBox .menu .submenu.submenuFull .submenuDataContainer {
    display: none;
    pointer-events: none;
}
header .menuBox .menu .submenu.submenuFull .submenuDataContainer.current {
    display: block;
    pointer-events: auto;
}
header .menuBox .menu .submenu.submenuFull .submenuDataContainer.current .submenuItem {
    opacity: 0;
    -webkit-animation: slideRightAnimation 0.5s 0s ease-out forwards;
            animation: slideRightAnimation 0.5s 0s ease-out forwards;
}
header .menuBox .menu .submenu.submenuFull .submenuSubreportContainer {
    display: none;
    pointer-events: none;
}
header .menuBox .menu .submenu.submenuFull .submenuSubreportContainer.current {
    display: block;
    pointer-events: auto;
}
header .menuBox .menu .submenu.submenuFull .submenuSubreportContainer.current .submenuItem {
    opacity: 0;
    -webkit-animation: slideRightAnimation 0.5s 0s ease-out forwards;
            animation: slideRightAnimation 0.5s 0s ease-out forwards;
}
@media (max-width: 1440px) {
    header .menuBox .menu > li a {
        padding: 27.5px 16px;
    }
}
@media (max-width: 1180px) {
    header .menuBox {
        display: none;
    }
}
header .languageBox {
    margin-left: auto;
}
header .languageBox .languageList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header .languageBox .languageList li:not(:last-child) {
    position: relative;
}
header .languageBox .languageList li:not(:last-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #d2d2d2;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
header .languageBox .languageList a {
    display: block;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 0 11px;
}
@media (max-width: 1180px) {
    header .languageBox {
        margin-right: 10px;
    }
}

/*slideMenu*/
.slideMenuTrigger {
    width: 26px;
    height: 26px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    position: relative;
}
.slideMenuTrigger span {
    width: 100%;
    height: 1px;
    background-color: #108835;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.slideMenuTrigger span::before, .slideMenuTrigger span::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #108835;
    position: absolute;
    z-index: 1;
}
.slideMenuTrigger span::before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
}
.slideMenuTrigger span::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
}
.slideMenuTrigger.show span {
    background-color: transparent;
}
.slideMenuTrigger.show span:before, .slideMenuTrigger.show span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.slideMenuTrigger.show span:before {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
}
.slideMenuTrigger.show span:after {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
}
@media (min-width: 1181px) {
    .slideMenuTrigger {
        display: none;
    }
}

.slideMenuArea {
    width: 100%;
    max-width: 400px;
    height: calc(100vh - 60px);
    border-top: 2px solid rgba(16, 136, 53, 0.8);
    border-bottom: 4px solid #108835;
    background-color: #fff;
    opacity: 0;
    overflow-x: hidden;
    pointer-events: none;
    padding-top: 50px;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 99;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #f1f1f1;
}
.slideMenuArea::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f1f1f1;
}
.slideMenuArea::-webkit-scrollbar-thumb {
    background: #108835;
}
.slideMenuArea.show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
@media (min-width: 1181px) {
    .slideMenuArea.show {
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
}
@media (min-width: 1181px) {
    .slideMenuArea.show {
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
}
.slideMenuArea .wrap {
    max-width: 1540px;
    height: 100%;
    position: relative;
}
@media (max-width: 1180px) {
    .slideMenuArea .wrap::before, .slideMenuArea .wrap::after {
        display: none;
    }
}
.slideMenuArea .slideMenuBox {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 50px;
}
.slideMenuArea .menuBox {
    width: 100%;
}
.slideMenuArea .menuBox .nav li {
    border-bottom: 1px solid rgba(16, 136, 53, 0.4);
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.slideMenuArea .menuBox .nav li.toggle {
    position: relative;
}
.slideMenuArea .menuBox .nav li.toggle::before {
    content: "";
    width: 100%;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.slideMenuArea .menuBox .nav li a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 10px 0;
    position: relative;
}
.slideMenuArea .menuBox .nav li a.current, .slideMenuArea .menuBox .nav li a:hover {
    color: #108835;
}
.slideMenuArea .menuBox .nav .submenu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 8px -7.5px 0;
}
.slideMenuArea .menuBox .nav .submenu li:not(:last-child) a::before, .slideMenuArea .menuBox .nav .submenu .submenuItem:not(:last-child) a::before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #d2d2d2;
    position: absolute;
    top: 50%;
    right: -1px;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(20deg);
            transform: translateY(-50%) rotate(20deg);
}
.slideMenuArea .menuBox .nav .submenu li a, .slideMenuArea .menuBox .nav .submenu .submenuItem a {
    color: #626262;
    display: block;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 8px 7.5px;
    position: relative;
}
.slideMenuArea .menuBox .nav .submenu li a.current, .slideMenuArea .menuBox .nav .submenu li a:hover, .slideMenuArea .menuBox .nav .submenu .submenuItem a.current, .slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
    color: #108835;
}
.slideMenuArea .menuBox .nav .submenu.show {
    -webkit-animation: aniSlideLeft 0.5s 0.2s ease-out both;
            animation: aniSlideLeft 0.5s 0.2s ease-out both;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.slideMenuArea .languageBox {
    margin-top: 30px;
}
.slideMenuArea .languageBox .languageList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -11px;
}
.slideMenuArea .languageBox .languageList li:not(:last-child) {
    position: relative;
}
.slideMenuArea .languageBox .languageList li:not(:last-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #d2d2d2;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.slideMenuArea .languageBox .languageList a {
    display: block;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 0 11px;
}
@media (max-width: 1180px) {
    .slideMenuArea .languageBox {
        margin-right: 10px;
    }
}
.slideMenuArea .copyrightBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #626262;
    line-height: 1.4;
    letter-spacing: 0.5px;
    padding: 20px 0;
    margin-top: auto;
}
.slideMenuArea .copyrightBox .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.slideMenuArea .copyrightBox .ibestLink {
    margin-left: 5px;
}
.slideMenuArea .copyrightBox .ibestLink a {
    color: #626262;
}
.slideMenuArea .copyrightBox .ibestLink a:hover {
    color: #108835;
}

.slideMenuMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.slideMenuMask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/*banner*/
.bannerArea {
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bannerArea .wrap {
    max-width: 100%;
    padding: 0;
}
.bannerArea .bannerBox img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.bannerArea .bannerItem {
    position: relative;
}
.bannerArea .bannerLink {
    display: block;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (max-width: 768px) {
    .bannerArea .Img {
        height: 280px;
    }
    .bannerArea .Img img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
}
@media (max-width: 400px) {
    .bannerArea .Img {
        height: 250px;
    }
}
.bannerArea .Txt {
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.bannerArea .Txt .wrap {
    max-width: 1450px;
    padding: 0 25px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.bannerArea .Txt .title {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.5;
}
@media (max-width: 1180px) {
    .bannerArea .Txt .title {
        font-size: 40px;
    }
}
@media (max-width: 640px) {
    .bannerArea .Txt .title {
        font-size: 30px;
    }
}
@media (max-width: 400px) {
    .bannerArea .Txt .title {
        font-size: 24px;
    }
}
.bannerArea .Txt .subtitle {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-gap-override: 1.5;
}
@media (max-width: 1180px) {
    .bannerArea .Txt .subtitle {
        font-size: 18px;
    }
}
@media (max-width: 640px) {
    .bannerArea .Txt .subtitle {
        font-size: 16px;
    }
}

/*footer*/
footer {
    background-color: #1f1f1f;
    padding: 60px 0 20px;
}
@media (max-width: 1180px) {
    footer {
        padding: 40px 0 20px;
    }
}
footer .wrap {
    max-width: 1530px;
}
footer .topBox .logo {
    width: 150px;
}
footer .topBox .logo img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
footer .topBox .footerMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 35px;
}
footer .topBox .footerMenu dl {
    width: calc(20% - 32px);
    padding-bottom: 40px;
}
footer .topBox .footerMenu dl:not(:nth-child(5n)) {
    margin-right: 40px;
}
footer .topBox .footerMenu dl.show dt::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
footer .topBox .footerMenu dl dt {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5px;
    padding: 5px 0 10px;
    position: relative;
}
footer .topBox .footerMenu dl dt::before, footer .topBox .footerMenu dl dt::after {
    content: "";
    width: 12px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 1;
}
footer .topBox .footerMenu dl dt::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
footer .topBox .footerMenu dl dd:not(:last-child) {
    margin-bottom: 5px;
}
footer .topBox .footerMenu dl dd a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    padding: 5px 0 10px;
}
@media (min-width: 1181px) {
    footer .topBox .footerMenu dl dd a:hover {
        color: #108835;
    }
}
@media (max-width: 1180px) {
    footer .topBox .footerMenu dl {
        width: calc(33.3333333333% - 20px);
    }
    footer .topBox .footerMenu dl:not(:nth-child(5n)) {
        margin-right: 0;
    }
    footer .topBox .footerMenu dl:not(:nth-child(3n)) {
        margin-right: 30px;
    }
}
@media (min-width: 641px) {
    footer .topBox .footerMenu dl dd {
        display: block !important;
    }
}
@media (max-width: 640px) {
    footer .topBox .footerMenu dl {
        width: 100%;
        padding-bottom: 5px;
    }
    footer .topBox .footerMenu dl:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    footer .topBox .footerMenu dl:not(:nth-child(5n)) {
        margin-right: 0;
    }
    footer .topBox .footerMenu dl:not(:nth-child(3n)) {
        margin-right: 0;
    }
    footer .topBox .footerMenu dl dt {
        font-size: 16px;
        margin-bottom: 0;
        padding: 8px 0;
    }
    footer .topBox .footerMenu dl dt::before, footer .topBox .footerMenu dl dt::after {
        display: block;
    }
    footer .topBox .footerMenu dl dd {
        display: none;
        padding: 5px 0;
    }
    footer .topBox .footerMenu dl dd:not(:last-child) {
        margin-bottom: 0;
    }
}
footer .bottomBox {
    width: 100%;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
footer .bottomBox .copyrightBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 5px 0;
}
footer .bottomBox .copyrightBox .ibestLink {
    margin-left: 5px;
}
footer .bottomBox .copyrightBox .ibestLink a {
    color: rgba(255, 255, 255, 0.5);
}
footer .bottomBox .copyrightBox .ibestLink a:hover {
    color: #108835;
}
footer .bottomBox .footerLinkBox {
    min-width: 265px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
    padding: 5px 0;
}
footer .bottomBox .footerLinkBox .footerLink:nth-child(2) {
    margin-left: 6px;
}
footer .bottomBox .footerLinkBox .footerLink li {
    display: inline-block;
    line-height: 1;
    position: relative;
}
footer .bottomBox .footerLinkBox .footerLink a {
    display: inline-block;
    line-height: 1;
    padding: 0 15px;
}
footer .bottomBox .footerLinkBox .footerLink.page li:not(:last-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.35);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
footer .bottomBox .footerLinkBox .footerLink.page a {
    color: rgba(255, 255, 255, 0.35);
}
footer .bottomBox .footerLinkBox .footerLink.page a.current {
    color: #108835;
}
@media (min-width: 1181px) {
    footer .bottomBox .footerLinkBox .footerLink.page a:hover {
        color: #108835;
    }
}
footer .bottomBox .footerLinkBox .footerLink.social a {
    color: #fff;
    font-size: 17px;
}
@media (min-width: 1181px) {
    footer .bottomBox .footerLinkBox .footerLink.social a:hover {
        color: #108835;
    }
}
@media (max-width: 1180px) {
    footer .bottomBox {
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    }
}
@media (max-width: 640px) {
    footer .bottomBox .copyrightBox .ibestLink {
        margin-left: 0;
    }
}

.privacyArea {
    width: 100%;
    max-width: 800px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.privacyArea.show {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}
.privacyArea.check {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.privacyArea .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.privacyArea .text {
    width: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: center;
}
.privacyArea .text a {
    color: #108835;
    display: inline-block;
    margin-top: 8px;
    text-decoration: underline;
}
@media (min-width: 1181px) {
    .privacyArea .text a:hover {
        color: #108835;
    }
}
.privacyArea .btnBox {
    width: 100%;
    max-width: 360px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
}
@media (max-width: 480px) {
    .privacyArea .btnBox {
        max-width: 100%;
    }
}

/*手機快捷選單*/
.fixedQuickLink {
    width: 100%;
    background-color: #000;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
}
@media (min-width: 1181px) {
    .fixedQuickLink {
        display: none;
    }
}
.fixedQuickLink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fixedQuickLink li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.fixedQuickLink li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a,
.fixedQuickLink button {
    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-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 button {
    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;
}

/*文字跑馬燈*/
.marqueeArea {
    padding: 15px 0;
    background-color: rgb(6, 21, 64);
}
.marqueeArea .title {
    float: left;
    margin-right: 20px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}
@media (max-width: 640px) {
    .marqueeArea .title {
        display: none;
    }
}
.marqueeArea .title em {
    margin-left: 5px;
}
.marqueeArea .marqueeBox {
    max-height: 30px;
    overflow: hidden;
}
.marqueeArea .marqueeBox .marqueeTxtList {
    overflow: hidden;
}
.marqueeArea .marqueeBox .marqueeTxtItem {
    line-height: 20px;
}
.marqueeArea .marqueeBox .marqueeTxtItem .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.marqueeArea .marqueeBox .marqueeTxtItem .date {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 13px;
    color: #dbdbdb;
}
@media (max-width: 640px) {
    .marqueeArea .marqueeBox .marqueeTxtItem .date {
        display: none;
    }
}
.marqueeArea .marqueeBox .marqueeTxtItem .title {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.marqueeArea .marqueeBox .marqueeTxtItem .title a {
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (min-width: 1181px) {
    .marqueeArea .marqueeBox .marqueeTxtItem .title a:hover {
        color: #108835;
    }
}

/*booking*/
.bookingArea {
    margin-top: -85px;
    position: relative;
    z-index: 2;
}
@media (max-width: 960px) {
    .bookingArea {
        margin-top: 0;
    }
}
.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 .btnBox {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    margin: 0;
}
.bookingArea .btnBox .btn {
    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: 100%;
    height: 100%;
    background-color: #108835;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.2rem;
}
@media (min-width: 1181px) {
    .bookingArea .btnBox .btn:hover {
        background-color: #108835;
    }
}
@media (max-width: 960px) {
    .bookingArea .btnBox {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .bookingArea .btnBox button {
        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: 80px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 1180px) {
    .mainArea {
        padding-bottom: 60px;
    }
}
@media (max-width: 768px) {
    .mainArea {
        padding-top: 30px;
    }
}
.mainArea .contentBox {
    clear: both;
}

/*bread*/
.bread {
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    margin-bottom: 50px;
    padding: 22px 0 26px;
}
.bread .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.bread .wrap a,
.bread .wrap span {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
}
.bread .wrap a {
    color: #000;
}
@media (min-width: 1181px) {
    .bread .wrap a:hover {
        color: #108835;
    }
}
.bread .wrap span {
    color: #626262;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
    position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
    padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #626262;
    border-bottom: 1px solid #626262;
    position: absolute;
    top: 50%;
    left: 7px;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
    padding-left: 20px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
    content: "";
    width: 1px;
    height: 80%;
    background-color: #626262;
    position: absolute;
    top: 10%;
    left: 10px;
    z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
    padding-left: 25px;
}
.bread.horizontalLine .wrap a + a::before,
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #626262;
    position: absolute;
    top: 50%;
    left: 8px;
    z-index: 1;
}
@media (max-width: 768px) {
    .bread {
        display: none;
    }
}

/*文章標題 & 側邊標題字*/
.articleTitle {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.sectionTitle {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

table.breakpoint > tbody > tr > td.expand {
    background: url("../images/plus.png") no-repeat 5px center;
    cursor: pointer;
    padding-left: 40px;
}

.classNote {
    padding: 20px 0;
}
.classNote.thankInfo {
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.classNote img {
    max-width: 100%;
}

/*類別*/
.classBox {
    position: relative;
    z-index: 4;
}
@media (max-width: 1180px) {
    .classBox {
        max-width: 300px;
        margin: 20px auto;
    }
}
.classBox .classCurrent {
    background-color: #108835;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 30px 10px 10px;
    position: relative;
}
.classBox .classCurrent::before {
    content: "\f107";
    color: #fff;
    font-size: 15px;
    font-family: FontAwesome;
    line-height: 1;
    margin-top: -6px;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 1;
}
@media (min-width: 1181px) {
    .classBox .classCurrent {
        display: none;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }
}
.classBox a,
.classBox span {
    cursor: pointer;
}

.classBoxRow {
    margin-top: 20px;
    margin-bottom: 50px;
}
@media (min-width: 1181px) {
    .classBoxRow .classLink {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .classBoxRow .classLink li, .classBoxRow .classLink .classItem {
        margin-bottom: 10px;
        margin-right: 15px;
    }
    .classBoxRow .classLink a,
    .classBoxRow .classLink span {
        background-color: #f0f0f0;
        color: #000;
        display: block;
        padding: 10px 25px;
        letter-spacing: 0.02rem;
        text-align: center;
    }
    .classBoxRow .classLink a.current,
    .classBoxRow .classLink span.current {
        background-color: #108835;
        color: #fff;
    }
}
@media (min-width: 1181px) and (min-width: 1181px) {
    .classBoxRow .classLink a:hover,
    .classBoxRow .classLink span:hover {
        background-color: #108835;
        color: #fff;
    }
}

.classBoxColumn {
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
    content: "";
    width: 13px;
    height: 1px;
    background-color: #626262;
    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: #108835;
    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 + .dataList > .dataItem {
    -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
            animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
@media (max-width: 1180px) {
    .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem {
        -webkit-animation: none;
                animation: none;
    }
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a {
    background-color: #f8f8f8;
    color: #626262;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a.current, .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a:hover {
    background-color: #e5e5e5;
    color: #108835;
}
@media (min-width: 1181px) {
    .classBoxColumn .classLink > .classItem:not(:first-child) {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .classBoxColumn .classLink .dataList {
        display: none;
        background-color: rgba(255, 255, 255, 0.2);
    }
    .classBoxColumn .classLink .dataList .dataItem:not(:first-child) {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .classBoxColumn .classLink .dataList .dataItem a {
        padding-left: 50px;
    }
    .classBoxColumn .classLink a {
        color: #626262;
        display: block;
        font-size: 16px;
        line-height: 1;
        line-height: 1.2;
        letter-spacing: 0.5px;
        padding: 18px 15px;
        position: relative;
    }
    .classBoxColumn .classLink a.current {
        background-color: #108835;
        color: #fff;
    }
    .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after {
        background-color: #fff;
    }
}
@media (min-width: 1181px) and (min-width: 1181px) {
    .classBoxColumn .classLink a:hover {
        background-color: #14ad43;
        color: #fff;
    }
    .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after {
        background-color: #fff;
    }
}

@media (max-width: 768px) {
    .classBoxRow, .classBoxColumn {
        width: calc(100% + 40px);
        max-width: unset;
        margin: 0 -20px;
    }
}
@media (max-width: 1180px) {
    .classBoxRow .classLink, .classBoxColumn .classLink {
        width: 100%;
        max-height: calc(75dvh - 60px);
        background-color: #fff;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        display: none;
        overflow: auto;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
    }
    .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
        display: block;
    }
    .classBoxRow .classLink .dataList, .classBoxColumn .classLink .dataList {
        display: block;
    }
    .classBoxRow .classLink .dataList .dataItem > a, .classBoxColumn .classLink .dataList .dataItem > a {
        padding-left: 40px;
    }
    .classBoxRow .classLink .classItem:not(:first-child), .classBoxColumn .classLink .classItem:not(:first-child) {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .classBoxRow .classLink .classItem > a.current, .classBoxColumn .classLink .classItem > a.current {
        color: #108835;
    }
    .classBoxRow .classLink .classItem .dataList, .classBoxColumn .classLink .classItem .dataList {
        display: none;
    }
    .classBoxRow .classLink a, .classBoxColumn .classLink a {
        color: #626262;
        background-color: #fff;
        display: block;
        font-size: 15px;
        padding: 14px 15px;
        position: relative;
    }
}

/*頁碼*/
.pageBox {
    margin: 40px 0 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.pageBox .sideShare {
    position: relative;
    padding-bottom: 20px;
}
@media (min-width: 641px) {
    .pageBox .sideShare {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.pageBox .pageList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.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);
}
@media (min-width: 1181px) {
    .pageBox .pageList a:hover {
        border: 1px solid #108835;
        background-color: #108835;
        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 #108835;
    background-color: #108835;
    color: #fff;
}
@media (min-width: 1181px) {
    .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 {
    padding-top: 0;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.pageBox .pageList.prevnext li {
    display: block;
}
.pageBox .pageList.prevnext li.next {
    margin-left: auto;
}
.pageBox .pageList.prevnext a {
    border: none;
    color: #4b4b4b;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 20px;
    position: relative;
}
.pageBox .pageList.prevnext a::before {
    border-left: 2px solid #4b4b4b;
    border-bottom: 2px solid #4b4b4b;
}
@media (min-width: 1181px) {
    .pageBox .pageList.prevnext a:hover {
        background-color: transparent;
        color: #108835;
    }
    .pageBox .pageList.prevnext a:hover::before {
        border-left: 2px solid #108835;
        border-bottom: 2px solid #108835;
    }
}
.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: 5px;
}
.pageBox .pageList.prevnext a.nextBtn {
    margin-left: auto;
    text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
    right: 5px;
}
@media (max-width: 640px) {
    .pageBox .pageList.prevnext li {
        width: calc(50% - 15px);
    }
    .pageBox .pageList.prevnext a {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .pageBox .pageList.prevnext li {
        width: calc(50% - 10px);
    }
}
.pageBox .pageList.prevnext.circle a {
    width: 45px;
    padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
    display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
    left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
    right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
    border-radius: 50%;
    overflow: hidden;
}
.pageBox .pageList.oval a {
    border-radius: 30px;
    overflow: hidden;
}

/*標籤*/
.tagBox {
    padding: 20px 0;
}
.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 #108835;
    font-size: 13px;
    color: #108835;
}
@media (min-width: 1181px) {
    .tagBox a:hover {
        color: #fff;
        background-color: #108835;
    }
}
.tagBox a.current {
    color: #fff;
    background-color: #108835;
}
.tagBox a.current:before {
    content: "\f00d";
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 12px;
}

/*頁籤*/
.tab {
    border-top: 1px solid #d6d6d6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}
.tab .tabItem {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.tab a {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 10px;
    position: relative;
    text-align: center;
    word-break: break-word;
    z-index: 2;
}
.tab a.current {
    background-color: #108835;
    color: #fff;
}

/*頁籤內容*/
.tabContent {
    margin-top: -1px;
    padding: 20px 5px;
    border-top: 1px solid #d6d6d6;
}
.tabContent .tabContentItem {
    display: none;
}

/*相簿*/
.albumBox {
    width: 50%;
    margin-right: 30px;
}
@media (max-width: 767px) {
    .albumBox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}
.albumBox .albumList .albumItem {
    cursor: pointer;
}
.albumBox .albumList .albumItem img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.albumBox .albumListMain .albumItem {
    height: 400px;
}
.albumBox .albumListNav {
    margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
    aspect-ratio: 4/3;
    padding: 0 5px;
}

/*側邊_menu*/
.side_menu {
    margin-bottom: 50px;
}
.side_menu li {
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}
.side_menu li > a {
    display: block;
    font-size: 14px;
    padding: 10px 15px;
}
.side_menu li > a.current {
    background-color: #8c8c8c;
    color: #fff;
}
.side_menu li > a b {
    color: #808080;
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
}
.side_menu dl {
    padding-left: 25px;
}
.side_menu dl a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
}
.side_menu dl a.current {
    color: #000;
    text-decoration: underline;
}

/*側邊_聯絡資訊*/
.sideContactInfo li {
    margin-bottom: 20px;
}
.sideContactInfo .infoText {
    color: #626262;
    letter-spacing: 0.5px;
}
.sideContactInfo a, .sideContactInfo span {
    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: #626262;
}
.sideContactInfo 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 #626262;
    border-radius: 50%;
    font-size: 20px;
    color: #626262;
    text-align: center;
}
.sideContactInfo b {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}

.relationArea {
    padding: 110px 0 40px;
}
.relationArea .newsBox {
    padding-top: 30px;
}
.relationArea .newsList {
    margin: 0 -20px;
}
@media (max-width: 1180px) {
    .relationArea {
        padding-top: 80px;
    }
}

/*對應&相關*/
.sideDataArea {
    padding: 50px 0 0;
    margin: 30px 0;
}
.sideDataArea.news .sideDataList:not(.slick-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sideDataArea.news .sideDataList:not(.slick-slider) .sideDataItem {
    width: 33.3333333333%;
}
@media (max-width: 960px) {
    .sideDataArea.news .sideDataList:not(.slick-slider) .sideDataItem {
        width: 50%;
    }
}
@media (max-width: 640px) {
    .sideDataArea.news .sideDataList:not(.slick-slider) .sideDataItem {
        width: 100%;
    }
}
.sideDataArea.news .Txt {
    padding: 15px 0;
}
.sideDataArea .sideDataList {
    margin: 0 -20px;
}
@media (max-width: 1180px) {
    .sideDataArea .sideDataList {
        margin: 0 -15px;
    }
}
.sideDataArea .sideDataItem {
    padding: 0 20px;
}
@media (max-width: 1180px) {
    .sideDataArea .sideDataItem {
        padding: 0 15px;
    }
}
@media (max-width: 640px) {
    .sideDataArea .sideDataItem {
        padding: 0;
    }
}
.sideDataArea .item {
    position: relative;
}
.sideDataArea .Img {
    overflow: hidden;
}
.sideDataArea .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.sideDataArea .newsInfoBox {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.sideDataArea .newsInfoBox .dateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sideDataArea .newsInfoBox .dateBox .classTitle {
    color: #626262;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.2px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 10px;
}
.sideDataArea .newsInfoBox .dateBox .day {
    color: #626262;
    font-size: 40px;
    font-weight: bold;
    line-height: 56px;
    margin-right: 15px;
}
.sideDataArea .newsInfoBox .dateBox .month,
.sideDataArea .newsInfoBox .dateBox .year {
    color: #626262;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
}
.sideDataArea .newsInfoBox .dateBox .month .slash,
.sideDataArea .newsInfoBox .dateBox .year .slash {
    margin: 0 5px;
}
.sideDataArea .newsInfoBox .dateBox .year {
    font-size: 14px;
    letter-spacing: 1px;
}
.sideDataArea .newsInfoBox .tagBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
}
.sideDataArea .newsInfoBox .tagBox .tagList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sideDataArea .newsInfoBox .tagBox .sdgImgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 2px;
}
.sideDataArea .newsInfoBox .tagBox .sdgImg {
    width: 56px;
    height: 56px;
}
.sideDataArea .Txt {
    padding-top: 20px;
}
.sideDataArea .Txt .title {
    display: inline-block;
    height: 32px;
    color: #231815;
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 1.2px;
    margin-bottom: 18px;
}
@media (max-width: 1180px) {
    .sideDataArea .Txt .title {
        font-size: 20px;
    }
}
.sideDataArea .Txt .title a {
    display: inline-block;
    height: 32px;
    color: #231815;
}
.sideDataArea .Txt .title a:hover {
    color: #108835;
}
.sideDataArea .Txt .text {
    max-height: 90px;
    color: #626262;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 1.2px;
    margin-bottom: 22px;
}
.sideDataArea .Txt .moreBtn {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
}
.sideDataArea .Txt .moreBtn .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.sideDataArea .Txt .moreBtn .more::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background: url("../images/esg/arrow2.png") no-repeat center;
    background-size: contain;
    top: 0;
    right: -25px;
}
.sideDataArea .Txt .linkWrap {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*社群分享*/
.sideShare {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sideShare .shareList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sideShare .shareList .shareTitle {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #626262;
}
.sideShare .shareList .shareItem a, .sideShare .shareList .shareItem i {
    color: #626262;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 5px 6px;
    text-align: center;
}
@media (min-width: 1181px) {
    .sideShare .shareList .shareItem a:hover, .sideShare .shareList .shareItem i:hover {
        opacity: 0.8;
    }
}
.sideShare .shareList .shareItem a svg, .sideShare .shareList .shareItem i svg {
    fill: #626262;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle;
}

/*圖片Hover效果1: 放大淡出*/
.imh_opacity {
    background-color: #000;
    overflow: hidden;
}
.imh_opacity img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
@media (min-width: 1181px) {
    .imh_opacity:hover img {
        opacity: 0.8;
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
    }
}

.slick-slider .slick-arrow,
.controlBox .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff !important;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    margin: 10px 5px;
}
.slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before {
    content: "";
    border-style: solid;
    display: block;
    opacity: 1;
    pointer-events: none;
    z-index: 2;
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slick-slider .slick-arrow.slick-prev::before,
.controlBox .slick-arrow.slick-prev::before {
    border-width: 5px 9px 5px 0;
    border-color: transparent #108835 transparent transparent;
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
}
.slick-slider .slick-arrow.slick-next::before,
.controlBox .slick-arrow.slick-next::before {
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #108835;
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
}
@media (min-width: 1181px) {
    .slick-slider .slick-arrow:hover,
    .controlBox .slick-arrow:hover {
        background-color: #108835;
    }
    .slick-slider .slick-arrow:hover.slick-prev::before,
    .controlBox .slick-arrow:hover.slick-prev::before {
        border-color: transparent #fff transparent transparent;
    }
    .slick-slider .slick-arrow:hover.slick-next::before,
    .controlBox .slick-arrow:hover.slick-next::before {
        border-color: transparent transparent transparent #fff;
    }
}
.slick-slider .slick-dots,
.controlBox .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
}
.slick-slider .slick-dots li,
.controlBox .slick-dots li {
    width: 30px;
    height: 30px;
    margin: 1px 0;
}
.slick-slider .slick-dots li button,
.controlBox .slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid transparent;
    padding: 0;
}
.slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #333;
    margin: auto;
    opacity: 1;
    bottom: 0;
    right: 0;
}
@media (min-width: 1181px) {
    .slick-slider .slick-dots li button:hover::before,
    .controlBox .slick-dots li button:hover::before {
        background-color: #108835;
    }
}
.slick-slider .slick-dots li.slick-active button,
.controlBox .slick-dots li.slick-active button {
    border-color: rgba(16, 136, 53, 0.6);
}
.slick-slider .slick-dots li.slick-active button::before,
.controlBox .slick-dots li.slick-active button::before {
    opacity: 1;
    background-color: #108835;
}
@media (max-width: 1200px) {
    .slick-slider .slick-dots,
    .controlBox .slick-dots {
        right: 10px;
    }
}
@media (max-width: 768px) {
    .slick-slider .slick-dots,
    .controlBox .slick-dots {
        bottom: 0;
    }
}

.slickClsList:not(.slick-slider) {
    overflow: hidden;
}
.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
    display: none;
}

/*img lazy load */
.Img {
    position: relative;
}
.Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
    -webkit-animation: imgLoading 0.9s ease infinite;
            animation: imgLoading 0.9s ease infinite;
    background-size: 400% 100%;
    background-image: linear-gradient(135deg, rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(246, 246, 246), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225));
    background-color: #f0f0f0;
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
    opacity: 0 !important;
    -webkit-transition: all 1.2s ease !important;
    transition: all 1.2s ease !important;
}

/* lightgallery 圖片不被標題、選單遮擋 */
.lg-outer.lg-thumb-open .lg .lg-img-wrap {
    padding-bottom: 138px;
}
.lg-outer .lg .lg-img-wrap {
    padding-top: 47px;
    padding-bottom: 38px;
}

/* scroll hint */
.scrollHint {
    width: 120px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    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;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 5;
}
.scrollHint.hide {
    opacity: 0;
}
.scrollHint.horizontal .scrollIcon {
    -webkit-animation: scrollHorizontal 1.25s ease-out infinite;
            animation: scrollHorizontal 1.25s ease-out infinite;
}
.scrollHint.vertical .scrollIcon {
    -webkit-animation: scrollVertical 1.25s ease-out infinite;
            animation: scrollVertical 1.25s ease-out infinite;
}
.scrollHint .scrollIcon {
    position: relative;
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" d="M13 2c-1.645 0-3 1.355-3 3v11.813l-.656-.688l-.25-.219a2.968 2.968 0 0 0-4.188 0a2.968 2.968 0 0 0 0 4.188v.031l8.188 8.094l.062.031l.031.063a8.307 8.307 0 0 0 5 1.687h1.72a8.17 8.17 0 0 0 8.187-8.188V14c0-1.645-1.356-3-3-3c-.426 0-.82.117-1.188.281C23.578 9.981 22.395 9 21 9c-.766 0-1.469.3-2 .781A2.984 2.984 0 0 0 17 9a2.95 2.95 0 0 0-1 .188V5c0-1.645-1.355-3-3-3m0 2c.555 0 1 .445 1 1v11h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2.094v-2c0-.555.445-1 1-1c.554 0 1 .445 1 1v7.813c0 3.464-2.723 6.187-6.188 6.187h-1.718c-1.465 0-2.731-.523-3.782-1.313l-8.094-8c-.445-.445-.445-.93 0-1.375c.446-.445.93-.445 1.375 0L12 21.625V5c0-.555.445-1 1-1"/></svg>');
    width: 32px;
    height: 32px;
    -webkit-filter: invert(1);
            filter: invert(1);
    z-index: 2;
}
.scrollHint .scrollText {
    margin-top: 10px;
    color: #fff;
}

/* toast */
.toastMessageBox {
    position: fixed;
    z-index: 1005;
}
.toastMessageBox.top {
    top: 40px;
}
@media (max-width: 640px) {
    .toastMessageBox.top {
        top: 10px;
    }
}
.toastMessageBox.right {
    right: 40px;
}
@media (max-width: 640px) {
    .toastMessageBox.right {
        right: 10px;
    }
}
.toastMessageBox.bottom {
    bottom: 40px;
}
@media (max-width: 640px) {
    .toastMessageBox.bottom {
        bottom: 10px;
    }
}
.toastMessageBox.left {
    left: 40px;
}
@media (max-width: 640px) {
    .toastMessageBox.left {
        left: 10px;
    }
}
.toastMessageBox .toastMessage {
    cursor: pointer;
    color: #fff;
    display: block;
    margin: 10px;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.toastMessageBox .toastMessage.show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.toastMessageBox .toastMessageText {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.toastMessageBox .toastMessageText i {
    font-size: 24px;
    margin-right: 10px;
}

.slideModuleBox.moduleBox {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    top: 0;
    background-color: rgba(209, 209, 209, 0.8);
}
@-webkit-keyframes modlueSildeLeftAnimation {
    0% {
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
@keyframes modlueSildeLeftAnimation {
    0% {
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes modlueSildeTopAnimation {
    0% {
        -webkit-transform: translateY(50px);
                transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}
@keyframes modlueSildeTopAnimation {
    0% {
        -webkit-transform: translateY(50px);
                transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}
.slideModuleBox.moduleBox.show .moduleWrap {
    -webkit-animation: modlueSildeLeftAnimation 0.8s ease-in-out;
            animation: modlueSildeLeftAnimation 0.8s ease-in-out;
}
@media (max-width: 1180px) {
    .slideModuleBox.moduleBox.show .moduleWrap {
        -webkit-animation: modlueSildeTopAnimation 0.8s ease-in-out;
                animation: modlueSildeTopAnimation 0.8s ease-in-out;
    }
}
@media (min-width: 1181px) {
    .slideModuleBox.moduleBox.show {
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
}
@media (max-width: 1180px) {
    .slideModuleBox.moduleBox {
        padding: 68px 20px 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.slideModuleBox.moduleBox .moduleClose {
    background: transparent;
    border-radius: 99px;
    width: 50px;
    height: 50px;
    border: 1px solid #414141;
    right: 60px;
    top: 47px;
}
@media (max-width: 720px) {
    .slideModuleBox.moduleBox .moduleClose {
        left: 50%;
        top: 20px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.slideModuleBox.moduleBox .moduleClose::before, .slideModuleBox.moduleBox .moduleClose::after {
    background-color: #666666;
    width: 26px;
    margin-left: -12px;
}
.slideModuleBox.moduleBox .moduleClose:hover {
    background-color: #666666;
}
.slideModuleBox.moduleBox .moduleClose:hover::before, .slideModuleBox.moduleBox .moduleClose:hover::after {
    background-color: #fff;
}
.slideModuleBox.moduleBox .moduleWrap {
    max-width: 860px;
    height: 100%;
    -webkit-transform: none;
            transform: none;
    padding-top: 153px;
}
@media (max-width: 720px) {
    .slideModuleBox.moduleBox .moduleWrap {
        padding-top: 100px;
    }
}
.slideModuleBox.moduleBox .moduleContent {
    padding: 0 60px;
    padding-left: 77px;
}
@media (max-width: 960px) {
    .slideModuleBox.moduleBox .moduleContent {
        padding: 0 20px;
    }
}
.slideModuleBox.moduleBox .moduleContent .text {
    font-size: 17px;
    color: #888888;
    letter-spacing: 2.5px;
}
@media (max-width: 720px) {
    .slideModuleBox.moduleBox .moduleContent .text {
        font-size: 15px;
        letter-spacing: 1.2px;
    }
}
.slideModuleBox.moduleBox .moduleTitle {
    text-align: left;
    font-size: 34px;
    font-weight: 500;
    color: #231815;
    padding-bottom: 13px;
}

#SDGsModule .moduleWrap {
    max-width: 960px;
    height: 100%;
    padding-right: 150px;
    padding-top: 152px;
}
@media (max-width: 1400px) {
    #SDGsModule .moduleWrap {
        padding-right: 80px;
    }
}
@media (max-width: 1180px) {
    #SDGsModule .moduleWrap {
        padding-top: 110px;
    }
}
@media (max-width: 1180px) {
    #SDGsModule .moduleWrap {
        padding-right: 20px;
        padding-left: 20px;
    }
}
#SDGsModule .topBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 20px;
}
@media (max-width: 1180px) {
    #SDGsModule .topBox {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
#SDGsModule .topBox::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #108835;
    bottom: 0;
    left: auto;
}
#SDGsModule .topBox .line {
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 1px;
    background-color: #e5e5e5;
    background-clip: content-box;
    padding: 0 36px;
    width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: 8px;
}
@media (max-width: 1180px) {
    #SDGsModule .topBox .line {
        margin-bottom: 0;
        margin-top: 0;
    }
}
@media (max-width: 1180px) {
    #SDGsModule .topBox .line {
        padding: 0 20px;
    }
}
#SDGsModule .topBox .classTitle {
    font-size: 15px;
    color: #108835;
    padding-top: 23px;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: 1.2px;
}
@media (max-width: 1180px) {
    #SDGsModule .topBox .classTitle {
        padding-top: 0;
    }
}
#SDGsModule .topBox .dateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
@media (max-width: 1180px) {
    #SDGsModule .topBox .dateBox {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
#SDGsModule .topBox .dateBox .date {
    font-size: 34px;
    font-weight: 500;
    color: #555555;
}
@media (max-width: 1180px) {
    #SDGsModule .topBox .dateBox .date {
        font-size: 24px;
    }
}
#SDGsModule .topBox .dateBox .year {
    font-size: 14px;
    font-weight: bold;
    color: #555555;
    margin-bottom: 10px;
    padding-right: 30px;
    letter-spacing: 1.1px;
    position: relative;
}
@media (max-width: 1200px) {
    #SDGsModule .topBox .dateBox .year {
        font-size: 14px;
        margin-bottom: 0;
    }
}
#SDGsModule .topBox .dateBox .year::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 99px;
    background-color: #c9c9c9;
    right: 10px;
    top: 6px;
}
@media (max-width: 1200px) {
    #SDGsModule .moduleClose {
        left: 50%;
        top: 40px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
#SDGsModule .moduleContent {
    padding-left: 80px;
    padding-bottom: 60px;
}
@media (max-width: 1200px) {
    #SDGsModule .moduleContent {
        padding-bottom: 80px;
        padding-right: 0px;
    }
    #SDGsModule .moduleContent::-webkit-scrollbar {
        display: none;
    }
}
@media (max-width: 1180px) {
    #SDGsModule .moduleContent {
        padding-left: 0px;
    }
}
#SDGsModule .moduleContent .moduleTitle {
    line-height: 1.5;
    padding-bottom: 70px;
}
@media (max-width: 1200px) {
    #SDGsModule .moduleContent .moduleTitle {
        font-size: 28px;
    }
}
@media (max-width: 1180px) {
    #SDGsModule .moduleContent .moduleTitle {
        padding-bottom: 50px;
    }
}
@media (max-width: 540px) {
    #SDGsModule .moduleContent .moduleTitle {
        padding-bottom: 40px;
    }
}
#SDGsModule .moduleContent .Img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 18px;
}
#SDGsModule .moduleContent .Img img {
    width: 100%;
}
#SDGsModule .moduleContent .textEditor {
    font-size: 17px;
    color: #666666;
    letter-spacing: 1.1px;
}

.esg_slideMenuTrigger {
    width: 50px;
    height: 50px;
    border: solid 1px #000000;
    border-radius: 50%;
    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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    margin-left: 30px;
    cursor: pointer;
}
@media (max-width: 1700px) {
    .esg_slideMenuTrigger {
        margin-left: 10px;
    }
}
@media (max-width: 1200px) {
    .esg_slideMenuTrigger {
        width: 42px;
        height: 42px;
    }
}
.esg_slideMenuTrigger:hover {
    background-color: #000000;
}
.esg_slideMenuTrigger:hover .line::before, .esg_slideMenuTrigger:hover .line::after {
    background-color: #fff;
}
.esg_slideMenuTrigger .line {
    width: 50%;
    height: 2px;
    position: relative;
}
.esg_slideMenuTrigger .line::before, .esg_slideMenuTrigger .line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    top: 0;
    left: 0;
}
.esg_slideMenuTrigger .line::before {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
}
.esg_slideMenuTrigger .line::after {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
}

.esg_slideMenuArea {
    width: 100%;
    height: 100vh;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    opacity: 0;
    pointer-events: none;
    padding-bottom: calc(40px + env(safe-area-inset-bottom));
}
.esg_slideMenuArea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}
.esg_slideMenuArea::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #fff;
}
.esg_slideMenuArea::-webkit-scrollbar-thumb {
    background: #108835;
}
.esg_slideMenuArea.show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.esg_slideMenuArea.show .slideMenuLogo {
    -webkit-animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
            animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
}
.esg_slideMenuArea.show .menuBox {
    -webkit-animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
            animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
}
@media (max-width: 1200px) {
    .esg_slideMenuArea.show .menuBox {
        padding-bottom: 0px;
    }
}
.esg_slideMenuArea.show .menuBox .nav li.dropDown.open .submenu {
    -webkit-animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
            animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
}
.esg_slideMenuArea .wrap {
    max-width: 1540px;
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0 20px;
}
.esg_slideMenuArea .esg_slideMenuTrigger .line::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.esg_slideMenuArea .esg_slideMenuTrigger .line::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.esg_slideMenuArea .headBox {
    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;
    padding: 45px 0 15px;
}
@media (max-width: 1200px) {
    .esg_slideMenuArea .headBox {
        padding-top: 20px;
    }
}
.esg_slideMenuArea .headBox .slideMenuLogo {
    width: auto;
    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;
}
.esg_slideMenuArea .headBox .slideMenuLogo img {
    width: 190px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
@media (max-width: 1700px) {
    .esg_slideMenuArea .headBox .slideMenuLogo img {
        width: 150px;
    }
}
@media (max-width: 1200px) {
    .esg_slideMenuArea .headBox .slideMenuLogo img {
        width: 120px;
    }
}
.esg_slideMenuArea .headBox .slideMenuLogo .title {
    color: #231815;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
}
@media (max-width: 1700px) {
    .esg_slideMenuArea .headBox .slideMenuLogo .title {
        font-size: 16px;
        padding-left: 20px;
    }
}
@media (max-width: 1200px) {
    .esg_slideMenuArea .headBox .slideMenuLogo .title {
        font-size: 14px;
    }
}
.esg_slideMenuArea .headBox .slideMenuLogo .title::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 24px;
    background: #231815;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1700px) {
    .esg_slideMenuArea .headBox .slideMenuLogo .title::before {
        left: 10px;
    }
}
.esg_slideMenuArea .contentBox {
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-bottom: 10px;
    overflow: auto;
}
.esg_slideMenuArea .contentBox::-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;
}
.esg_slideMenuArea .contentBox::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #fff;
}
.esg_slideMenuArea .contentBox::-webkit-scrollbar-thumb {
    background: #108835;
}
@media (max-width: 1200px) {
    .esg_slideMenuArea .contentBox {
        min-height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        padding-bottom: 20px;
        overflow: visible;
    }
}
.esg_slideMenuArea .menuBox {
    width: auto;
    position: relative;
    padding: 40px 280px 40px 0;
}
@media (max-width: 1200px) {
    .esg_slideMenuArea .menuBox {
        padding: 0 0 25px;
    }
}
.esg_slideMenuArea .menuBox .slideMenu {
    width: 260px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 40px;
    margin-right: 20px;
    overflow: auto;
}
.esg_slideMenuArea .menuBox .slideMenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #f1f1f1;
}
.esg_slideMenuArea .menuBox .slideMenu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f1f1f1;
}
.esg_slideMenuArea .menuBox .slideMenu::-webkit-scrollbar-thumb {
    background: #108835;
}
@media (max-width: 1200px) {
    .esg_slideMenuArea .menuBox .slideMenu {
        width: 100%;
        height: auto;
        padding-right: 0;
    }
}
.esg_slideMenuArea .menuBox .slideMenu::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    background: rgba(0, 0, 0, 0.1);
    right: 280px;
    top: 80px;
}
@media (max-width: 1200px) {
    .esg_slideMenuArea .menuBox .slideMenu::before {
        content: normal;
    }
}
.esg_slideMenuArea .menuBox .slideMenu .submenu {
    display: block;
    width: 280px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    padding: 60px 20px 60px 60px;
    pointer-events: none;
    overflow: auto;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #f1f1f1;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f1f1f1;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu::-webkit-scrollbar-thumb {
    background: #108835;
}
@media (max-width: 1200px) {
    .esg_slideMenuArea .menuBox .slideMenu .submenu {
        display: none;
        width: 100%;
        position: static;
        padding: 0;
    }
}
.esg_slideMenuArea .menuBox .slideMenu .submenu::before {
    content: normal;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .wrap {
    padding: 0;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu li {
    border-bottom: 0;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu li a {
    display: block;
    color: #626262;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 0;
}
@media (max-width: 1200px) {
    .esg_slideMenuArea .menuBox .slideMenu .submenu li a {
        font-size: 15px;
        padding: 5px 0;
    }
}
@media (min-width: 1181px) {
    .esg_slideMenuArea .menuBox .slideMenu .submenu li a:hover {
        color: #108835;
    }
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle {
    display: block;
    color: #626262;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    padding: 10px 0;
}
@media (max-width: 1200px) {
    .esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle {
        font-size: 15px;
        padding: 5px 0;
    }
}
@media (min-width: 1181px) {
    .esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle:hover {
        color: #108835;
    }
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle.hasItem.open::after {
    content: "-";
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle.hasItem::after {
    content: "+";
    position: absolute;
    right: 0;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .thirdMenu {
    display: none;
    padding: 0 20px;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .thirdMenu .thirdMenuItem a {
    font-size: 13px;
    opacity: 0.8;
}
.esg_slideMenuArea .menuBox .slideMenu .slide {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    position: static;
}
@media (max-width: 1200px) {
    .esg_slideMenuArea .menuBox .slideMenu .slide.active {
        padding-bottom: 20px;
    }
}
.esg_slideMenuArea .menuBox .slideMenu .slide.active .submenu {
    opacity: 1;
    pointer-events: auto;
    -webkit-animation: textSlideRightAnimation 0.5s ease-in-out;
            animation: textSlideRightAnimation 0.5s ease-in-out;
}
.esg_slideMenuArea .menuBox .slideMenu .slide.noSubmenu .mainLink::after {
    content: normal;
}
.esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink {
    display: block;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 30px 20px 24px 0;
}
@media (max-width: 1200px) {
    .esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink {
        font-size: 16px;
        position: relative;
        padding: 10px 0;
    }
}
@media (min-width: 1181px) {
    .esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink:hover {
        color: #108835;
    }
}
.esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink::before, .esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink::after {
    content: normal;
}
@media (max-width: 1200px) {
    .esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink::after {
        content: "+";
        position: absolute;
        right: 0;
    }
}
.esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink.open::after {
    content: "-";
}
.esg_slideMenuArea .imgBox {
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 80px;
}
@media (max-width: 1200px) {
    .esg_slideMenuArea .imgBox {
        display: none;
    }
}
.esg_slideMenuArea .imgBox img {
    display: none;
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

/* google 搜尋相關 */
/* google 搜尋 輸入欄彈窗 */
.moduleBox.googleSearch .moduleWrap {
    max-width: 960px;
}
.moduleBox.googleSearch .moduleContent {
    max-height: calc(90vh - 50px);
    overflow-y: auto;
}
.moduleBox.googleSearch .gsc-input-box {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.moduleBox.googleSearch .gsc-search-button {
    height: 40px;
}

.moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
    width: 60vw;
    height: 70vh;
    top: calc(50% - 35dvh);
    left: calc(50% - 30dvw);
}
@media (max-width: 1180px) {
    .moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
        width: 80dvw;
        height: 90dvh;
        top: calc(50% - 45dvh);
        left: calc(50% - 40dvw);
    }
}
@media (max-width: 768px) {
    .moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
        width: 100dvw;
        height: 100dvh;
        top: calc(50% - 50dvh);
        left: calc(50% - 50dvw);
    }
}