
@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);
.scrollHint, .slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before, .slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before, .slick-slider .slick-arrow,
.controlBox .slick-arrow, .classBox a,
.classBox span, .privacyArea, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after, .slideMenuTrigger.close .line::before, .slideMenuTrigger.close .line::after, .slideMenuTrigger, .languageBox .languageList, .loadingArea.show, .moduleMask, .moduleBox.cart .cartList .del, .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::before, .moduleBox .moduleClose::after, .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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 15px;
    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;
    margin: 0 0 13px;
}
.formBox .formColumn.select {
    position: relative;
}
.formBox .formColumn.select::before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #626262;
    border-bottom: 2px solid #626262;
    pointer-events: none;
    position: absolute;
    bottom: 41px;
    right: 34px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.formBox .formColumn.pt0 {
    padding-top: 0;
}
.formBox .formColumn.pb0 {
    padding-bottom: 0;
}
.formBox .formColumn:has(.btnBox) {
    padding: 0;
    margin: 0;
}
.formBox .formColumn .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.formBox .formColumn .btnBox .btn {
    padding: 10px 20px;
}
@media (max-width: 1023px) {
    .formBox .formColumn {
        padding: 10px;
    }
}
.formBox .columnTitle {
    width: 100%;
    font-weight: 500;
    letter-spacing: 1.6px;
    line-height: 1.25;
    margin-bottom: 12px;
    position: relative;
    padding: 0 0 0px 14px;
}
.formBox .columnTitle.withCheckBox {
    width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
    margin-left: 18px;
    margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
    padding-left: 16px;
}
.formBox .columnTitle.requireStyle::before {
    content: "*";
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 6px;
    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;
    margin: 0 15px 0 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
    width: 15px;
    height: 15px;
    -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: 11px;
    height: 11px;
    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: #f18e2b;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.02rem;
    margin-left: 9px;
}
.formBox .columnSelect {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    outline: none;
    padding: 5px 25px 5px 13px;
    margin: 0;
    color: #8d8d8d;
    letter-spacing: 0.8px;
}
.formBox .columnSelect:disabled {
    background-color: #e5e5e5 !important;
    color: #737373 !important;
}
.formBox .columnInput {
    padding: 5px 10px;
    color: #8d8d8d;
}
.formBox .columnInput::-webkit-input-placeholder {
    color: #c4c4c4;
}
.formBox .columnInput::-moz-placeholder {
    color: #c4c4c4;
}
.formBox .columnInput:-ms-input-placeholder {
    color: #c4c4c4;
}
.formBox .columnInput::-ms-input-placeholder {
    color: #c4c4c4;
}
.formBox .columnInput::placeholder {
    color: #c4c4c4;
}
.formBox .columnInput:disabled {
    background-color: #e5e5e5 !important;
    color: #737373 !important;
}
.formBox .columnArea {
    height: 99px;
    padding: 10px;
    resize: none;
}
@media (max-width: 1023px) {
    .formBox .columnArea {
        height: 120px;
        padding: 5px 10px;
    }
}
.formBox .columnSelect {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
}
.formBox .columnInput,
.formBox .columnArea {
    border-bottom: 2px solid #c4c4c4;
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
    width: 100%;
    color: #737373;
    font-weight: 500;
}
.formBox .columnSelect {
    height: 60px;
}
.formBox .columnInput {
    height: 44px;
    letter-spacing: 0.7px;
    padding: 5px 10px 13px 15px;
}
.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: 1023px) {
    .formBox .noteTxt {
        font-size: 14px;
    }
}
.formBox .error {
    border-color: #f00 !important;
}

@-webkit-keyframes btnAni {
    20% {
        background-color: rgba(241, 142, 43, 0.3);
    }
    100% {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);
        background-color: transparent;
    }
}

@keyframes btnAni {
    20% {
        background-color: rgba(241, 142, 43, 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 circleBeforeAni {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.78);
                transform: translate(-50%, -50%) scale(0.78);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
    }
}
@keyframes circleBeforeAni {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.78);
                transform: translate(-50%, -50%) scale(0.78);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
    }
}
@-webkit-keyframes circleAni {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes circleAni {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes scrollDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    1% {
        opacity: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    5% {
        opacity: 1;
        -webkit-transform: translateY(9px);
                transform: translateY(9px);
    }
    94% {
        opacity: 1;
        -webkit-transform: translateY(171px);
                transform: translateY(171px);
    }
    99% {
        opacity: 0;
        -webkit-transform: translateY(182px);
                transform: translateY(182px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes scrollDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    1% {
        opacity: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    5% {
        opacity: 1;
        -webkit-transform: translateY(9px);
                transform: translateY(9px);
    }
    94% {
        opacity: 1;
        -webkit-transform: translateY(171px);
                transform: translateY(171px);
    }
    99% {
        opacity: 0;
        -webkit-transform: translateY(182px);
                transform: translateY(182px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@-webkit-keyframes scrollDown2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    1% {
        opacity: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    5% {
        opacity: 1;
        -webkit-transform: translateY(6.25px);
                transform: translateY(6.25px);
    }
    94% {
        opacity: 1;
        -webkit-transform: translateY(117.5px);
                transform: translateY(117.5px);
    }
    99% {
        opacity: 0;
        -webkit-transform: translateY(125px);
                transform: translateY(125px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes scrollDown2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    1% {
        opacity: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    5% {
        opacity: 1;
        -webkit-transform: translateY(6.25px);
                transform: translateY(6.25px);
    }
    94% {
        opacity: 1;
        -webkit-transform: translateY(117.5px);
                transform: translateY(117.5px);
    }
    99% {
        opacity: 0;
        -webkit-transform: translateY(125px);
                transform: translateY(125px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@-webkit-keyframes leafAni {
    0% {
        -webkit-transform: skew(0);
                transform: skew(0);
        -webkit-filter: blur(0);
                filter: blur(0);
    }
    50% {
        -webkit-transform: skew(5deg) rotate(10deg) scale(1.05);
                transform: skew(5deg) rotate(10deg) scale(1.05);
        -webkit-filter: blur(5px);
                filter: blur(5px);
    }
    100% {
        -webkit-transform: skew(0);
                transform: skew(0);
        -webkit-filter: blur(0);
                filter: blur(0);
    }
}
@keyframes leafAni {
    0% {
        -webkit-transform: skew(0);
                transform: skew(0);
        -webkit-filter: blur(0);
                filter: blur(0);
    }
    50% {
        -webkit-transform: skew(5deg) rotate(10deg) scale(1.05);
                transform: skew(5deg) rotate(10deg) scale(1.05);
        -webkit-filter: blur(5px);
                filter: blur(5px);
    }
    100% {
        -webkit-transform: skew(0);
                transform: skew(0);
        -webkit-filter: blur(0);
                filter: blur(0);
    }
}
@-webkit-keyframes leafRightAni {
    0% {
        -webkit-transform: skew(0);
                transform: skew(0);
        -webkit-filter: blur(0);
                filter: blur(0);
    }
    50% {
        -webkit-transform: skew(-8deg) rotate(13deg) scale(1.05);
                transform: skew(-8deg) rotate(13deg) scale(1.05);
        -webkit-filter: blur(5px);
                filter: blur(5px);
    }
    100% {
        -webkit-transform: skew(0);
                transform: skew(0);
        -webkit-filter: blur(0);
                filter: blur(0);
    }
}
@keyframes leafRightAni {
    0% {
        -webkit-transform: skew(0);
                transform: skew(0);
        -webkit-filter: blur(0);
                filter: blur(0);
    }
    50% {
        -webkit-transform: skew(-8deg) rotate(13deg) scale(1.05);
                transform: skew(-8deg) rotate(13deg) scale(1.05);
        -webkit-filter: blur(5px);
                filter: blur(5px);
    }
    100% {
        -webkit-transform: skew(0);
                transform: skew(0);
        -webkit-filter: blur(0);
                filter: blur(0);
    }
}
body {
    background-color: #fff;
    font-size: 16px;
    color: #5d5d5d;
    font-family: "Albert Sans", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1023px) {
    body {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    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: #f18e2b;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto;
}
@media (max-width: 767px) {
    body.errorPage .mainArea {
        height: 50vh;
        min-height: 350px;
    }
    body.errorPage .mainArea .top {
        font-size: 24px;
    }
}
body:not(.WebSiteHome).noBanner #ib_header_000:not(.scrollDown) .logo .up::after {
    display: none;
}
body:not(.WebSiteHome).noBanner #ib_header_000:not(.scrollDown) .menu > .menuItem .mainLink, body:not(.WebSiteHome).noBanner #ib_header_000:not(.scrollDown) .languageBox .languageCurrent {
    color: #5d5d5d;
}
body:not(.WebSiteHome) .mainArea {
    position: relative;
    overflow: hidden;
}
body:not(.WebSiteHome) .mainArea:not(.newsIns) {
    padding-top: 245px;
}
@media (max-width: 1023px) {
    body:not(.WebSiteHome) .mainArea:not(.newsIns) {
        padding-top: 180px;
    }
}
body:not(.WebSiteHome) .mainArea > .decoLeaf {
    position: absolute;
    top: -5%;
    left: 73%;
    z-index: 0;
    width: 864px;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-animation: leafRightAni 10s ease-in-out infinite;
            animation: leafRightAni 10s ease-in-out infinite;
}
@media (max-width: 1023px) {
    body:not(.WebSiteHome) .mainArea > .decoLeaf {
        width: 500px;
        left: calc(100% - 250px);
    }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 640px) {
    body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
        padding-bottom: 56.25%;
    }
}

address {
    font-style: normal;
}

a {
    color: #5d5d5d;
    cursor: pointer;
}
@media (min-width: 1024px) {
    a:hover {
        color: #f18e2b;
    }
}

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: "Noto Sans TC", "Microsoft JhengHei", 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;
}

.linkWrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.icon svg {
    width: 100%;
    height: 100%;
}

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 .decoTitle {
    font-weight: 600;
    font-size: 70px;
    color: #f18e2b;
    line-height: 1;
    margin-bottom: 13px;
}
@media (max-width: 1600px) {
    .titleBox .decoTitle {
        font-size: 65px;
    }
}
@media (max-width: 1350px) {
    .titleBox .decoTitle {
        font-size: 45px;
    }
}
@media (max-width: 767px) {
    .titleBox .decoTitle {
        font-size: 40px;
    }
}
@media (max-width: 400px) {
    .titleBox .decoTitle {
        font-size: 35px;
    }
}
.titleBox .title {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 1.6;
    margin: 0 0 14px;
    font-weight: 500;
}
@media (max-width: 1600px) {
    .titleBox .title {
        font-size: 32px;
    }
}
@media (max-width: 1350px) {
    .titleBox .title {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .titleBox .title {
        font-size: 24px;
        letter-spacing: 0.6px;
    }
}
@media (max-width: 400px) {
    .titleBox .title {
        font-size: 20px;
        letter-spacing: 0.4px;
    }
}
.titleBox .subtitle {
    font-size: 15px;
    font-weight: 500;
    line-height: 2.46;
    padding: 0px 0 0 2px;
    letter-spacing: 0.75px;
}
@media (max-width: 1600px) {
    .titleBox .subtitle {
        font-size: 14px;
        letter-spacing: 0.7px;
        line-height: 2.3;
    }
}
@media (max-width: 1023px) {
    .titleBox .subtitle {
        line-height: 2;
    }
}
@media (max-width: 767px) {
    .titleBox .subtitle {
        line-height: 1.5;
    }
}
.titleBox .text {
    color: #5d5d5d;
    font-size: 16px;
    line-height: normal;
}
@media (max-width: 1600px) {
    .titleBox .text {
        font-size: 14px;
    }
}
.titleBox .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    margin-bottom: 30px;
}
@media (max-width: 1350px) {
    .titleBox .top {
        margin-bottom: 15px;
    }
}
.titleBox .top .decoTitle {
    font-size: 16px;
    font-weight: bold;
    margin: 0 11px 0 0;
}
@media (max-width: 1600px) {
    .titleBox .top .decoTitle {
        font-size: 15px;
    }
}
@media (max-width: 1350px) {
    .titleBox .top .decoTitle {
        font-size: 14px;
    }
}
.titleBox .top .subtitle {
    font-size: 14px;
    color: #7f7f7f;
    font-weight: normal;
    letter-spacing: 2px;
    position: relative;
}
@media (max-width: 1600px) {
    .titleBox .top .subtitle {
        font-size: 13px;
        letter-spacing: 1.8px;
    }
}
.titleBox .top .subtitle::after {
    content: "";
    width: 135px;
    height: 1px;
    background-color: #f18e2b;
    position: absolute;
    top: 18px;
    left: calc(100% + 13px);
}
@media (max-width: 767px) {
    .titleBox .top .subtitle::after {
        display: none;
    }
}
.titleBox:has(.top) .title {
    font-size: 26px;
}

.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;
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    padding: 13px 20px;
    position: relative;
    text-align: center;
    z-index: 1;
    border-radius: 9999px;
}
.btnBox .btn .btnText {
    display: inline-block;
}
@media (max-width: 767px) {
    .btnBox .btn {
        padding: 13px;
    }
}
@media (min-width: 1024px) {
    .btnBox .btn:not(:has(.btnArrow)):hover {
        background-color: #fff;
        border-color: #f18e2b;
        color: #f18e2b;
    }
}
.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: 1024px) {
    .btnBox .btn.animation:hover::after {
        width: 100%;
        left: 0;
        right: auto;
    }
}
.btnBox .btn.bgMain {
    background-color: #f18e2b;
    border: 1px solid #f18e2b;
    color: #fff;
}
@media (min-width: 1024px) {
    .btnBox .btn.bgMain:hover {
        color: #f18e2b;
    }
    .btnBox .btn.bgMain:hover:not(.animation) {
        background-color: #fff;
    }
}
.btnBox .btn.bgSecond {
    background-color: #5d5d5d;
    border: 1px solid #5d5d5d;
    color: #fff;
}
@media (min-width: 1024px) {
    .btnBox .btn.bgSecond:hover {
        color: #5d5d5d;
    }
    .btnBox .btn.bgSecond:hover:not(.animation) {
        background-color: #fff;
    }
}
.btnBox .btn.colorMain {
    background-color: #fff;
    border: 1px solid #f18e2b;
    color: #f18e2b;
}
.btnBox .btn.colorMain.animation::after {
    background-color: #f18e2b;
}
@media (min-width: 1024px) {
    .btnBox .btn.colorMain:hover {
        color: #fff;
    }
    .btnBox .btn.colorMain:hover:not(.animation) {
        background-color: #f18e2b;
    }
}
.btnBox .btn.colorSecond {
    background-color: #fff;
    border: 1px solid #5d5d5d;
    color: #5d5d5d;
}
.btnBox .btn.colorSecond.animation::after {
    background-color: #5d5d5d;
}
@media (min-width: 1024px) {
    .btnBox .btn.colorSecond:hover {
        color: #fff;
    }
    .btnBox .btn.colorSecond:hover:not(.animation) {
        background-color: #5d5d5d;
    }
}
.btnBox .btn.style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: unset;
    padding: 11px 20px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 300px;
}
@media (max-width: 767px) {
    .btnBox .btn.style1 {
        padding: 7px 12px;
        max-width: 100%;
    }
}
.btnBox .btn.style1 .btnText {
    min-width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    padding: 0 26px 0 0;
    letter-spacing: 0.3px;
    max-width: calc(100% - 30px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 767px) {
    .btnBox .btn.style1 .btnText {
        min-width: 100px;
    }
}
.btnBox .btn.style1 .btnArrow {
    padding: 4px 0;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.btnBox .btn.style1 .btnArrow::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: -1px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.btnBox .btn.style1 .icon {
    width: 15px;
    height: 23px;
}
@media (min-width: 1024px) {
    .btnBox .btn.style1:hover .btnArrow::before {
        background-color: #f18e2b;
    }
}
.btnBox .btn.style2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: unset;
    padding: 11px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 300px;
    margin: 0px -3px 0 0;
}
.btnBox .btn.style2 .btnText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    margin: 0 20px 7px 2px;
    letter-spacing: 0.3px;
    max-width: calc(100% - 40px);
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.btnBox .btn.style2 .btnText::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -6px;
    left: 2px;
    z-index: 1;
    background-color: #5d5d5d;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.btnBox .btn.style2 .btnArrow {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f18e2b;
    color: #fff;
}
.btnBox .btn.style2 .icon {
    width: 15px;
    height: 23px;
}
.btnBox .btn.style2.white .btnText {
    color: #fff;
}
.btnBox .btn.style2.white .btnText::before {
    background-color: #fff;
}
@media (min-width: 1024px) {
    .btnBox .btn.style2.white:hover .btnArrow {
        background-color: #f18e2b;
    }
    .btnBox .btn.style2.white:hover .btnText {
        color: #f18e2b;
    }
    .btnBox .btn.style2.white:hover .btnText::before {
        background-color: #f18e2b;
    }
}
@media (min-width: 1024px) {
    .btnBox .btn.style2:hover .btnArrow {
        background-color: #f18e2b;
    }
    .btnBox .btn.style2:hover .btnText {
        color: #f18e2b;
    }
    .btnBox .btn.style2:hover .btnText::before {
        background-color: #f18e2b;
    }
}
.btnBox .btn.rounded {
    border-radius: 24.5px;
}
.btnBox .btn.roundedSlightly {
    border-radius: 4px;
}

@media (max-width: 1023px) {
    .pc {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .ph {
        display: none;
    }
}

/* 共用的樣式 END */
.outerWrap {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}
.wrap {
    width: 100%;
    max-width: 1490px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}
@media (max-width: 1023px) {
    .wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*module*/
.moduleBox {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1005;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-property: top, opacity, visibility;
    transition-property: top, opacity, visibility;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    /*洽詢車&購物車*/
    /*訂單查詢*/
    /*搜尋*/
    /*提醒使用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;
    padding-bottom: 40px;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 10px;
}
.moduleBox .moduleTitle {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    text-align: center;
}
.moduleBox .moduleContent {
    width: 100%;
    max-height: 85dvh;
    overflow: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}
.moduleBox .moduleContent::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgba(0, 0, 0, 0);
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: 9999px;
}
.moduleBox .moduleClose {
    width: 50px;
    height: 50px;
    background: none;
    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: #5d5d5d;
}
.moduleBox .moduleClose::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
@media (min-width: 1024px) {
    .moduleBox .moduleClose:hover::before, .moduleBox .moduleClose:hover::after {
        background-color: #f18e2b;
    }
}
.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: #f18e2b;
    position: absolute;
    bottom: -3px;
    left: 50%;
}
@media (min-width: 1024px) {
    .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: #f18e2b;
    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: #f7bc81;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
    background-color: #f39b43;
    -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: 1024px) {
    .moduleBox.privacy .customList .topBox:hover .subtitle {
        color: #f18e2b;
    }
}
@media (max-width: 640px) {
    .moduleBox.privacy .customList .topBox {
        margin-bottom: 5px;
    }
}
.moduleBox.privacy .customList .text {
    background-color: #e1e1e1;
    padding: 18px 15px;
}
@media (max-width: 640px) {
    .moduleBox.privacy .customList .text {
        padding: 15px 12px;
    }
}
.moduleBox.cart .moduleWrap {
    max-width: 480px;
}
.moduleBox.cart .text {
    color: #373737;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
}
.moduleBox.cart .text b {
    padding-left: 4px;
    padding-right: 4px;
    font-weight: 400;
    font-size: 18px;
    color: #f18e2b;
}
.moduleBox.cart .cartBox {
    max-height: 50vh;
    border-top: 2px solid #f18e2b;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-y: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 12px;
    padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
    width: 100px;
    padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
    width: 100%;
    height: auto;
    display: block;
}
.moduleBox.cart .cartList .Txt {
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 10px;
    position: relative;
}
.moduleBox.cart .cartList .title {
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (min-width: 1024px) {
    .moduleBox.cart .cartList .title a:hover {
        color: #f18e2b;
    }
}
.moduleBox.cart .cartList .spec {
    color: #6a6a6a;
    font-size: 14px;
    margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
    color: #6a6a6a;
    font-size: 14px;
    line-height: 1;
}
.moduleBox.cart .cartList .del {
    width: 35px;
    height: 35px;
    border: none;
    background-color: #eee;
    border-radius: 50%;
    color: #5f5f5f;
    cursor: pointer;
    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;
}
@media (min-width: 1024px) {
    .moduleBox.cart .cartList .del:hover {
        background-color: #f18e2b;
        color: #fff;
    }
}
.moduleBox.cart .cartList .del svg {
    width: 15px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 400px) {
    .moduleBox.cart .cartList .Img {
        width: 85px;
    }
}
.moduleBox.orderCheck .moduleWrap {
    max-width: 480px;
}
.moduleBox.orderCheck .formBox {
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.moduleBox.search .moduleWrap {
    max-width: 480px;
}
.moduleBox.search .moduleContent {
    max-height: calc(90vh - 50px);
    overflow-y: auto;
}
.moduleBox.search .searchBox {
    margin: 30px 0;
    position: relative;
}
.moduleBox.search .searchBox input[type=text] {
    width: 100%;
    display: block;
    border: 1px solid #e1e1e1;
    padding: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
    width: 50px;
    height: 50px;
    background-color: #f18e2b;
    color: #fff;
    display: block;
    font-size: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (min-width: 1024px) {
    .moduleBox.search .searchBox button:hover {
        background-color: #000;
    }
}
.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: 300px;
}
.loadingArea .loadLogo img {
    width: 100%;
    height: auto;
    display: block;
    -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;
}

/* 彈窗 & 其他功能 */
.topFunctionBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    background-color: #F7F7F7;
}
@media (max-width: 1023px) {
    .topFunctionBox {
        display: none;
    }
}
.topFunctionBox .wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 5px;
    padding-top: 5px;
}
.topFunctionBox .wrap > a {
    font-size: 14px;
    letter-spacing: 0.5px;
}
.topFunctionBox .wrap > a:before {
    content: "‧";
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.topFunctionBox .loginBox {
    position: relative;
    z-index: 1;
}
.topFunctionBox .loginBox > a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.topFunctionBox .loginBox > a:before {
    content: "‧";
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.topFunctionBox .loginBox .submenu {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 130%;
    width: 160px;
    padding-top: 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.topFunctionBox .loginBox .submenu a {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #fff;
}
.topFunctionBox .loginBox .submenu a:not(:last-child) {
    border-bottom: 1px solid #eee;
}
@media (min-width: 1024px) {
    .topFunctionBox .loginBox:hover .submenu {
        top: 100%;
        opacity: 1;
        pointer-events: auto;
    }
}
.topFunctionBox .searchBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.topFunctionBox .searchBox input[type=text] {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: none;
    background-color: #fafafa;
}
.topFunctionBox .searchBox button {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #f18e2b;
}

.languageBox {
    margin: 0 10px 0 10px;
    position: relative;
    z-index: 2;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 480px) {
    .languageBox {
        padding: 0;
    }
}
.languageBox .languageCurrent {
    cursor: pointer;
    position: relative;
    padding: 11px;
}
@media (min-width: 1024px) {
    .languageBox .languageCurrent:hover {
        color: #f18e2b;
    }
}
.languageBox .languageList {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
}
.languageBox .languageList.show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
}
.languageBox .languageList li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.languageBox .languageList li a {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 10px 10px;
    text-align: center;
}
@media (min-width: 1024px) {
    .languageBox .languageList li a:hover {
        background-color: #f18e2b;
        color: #fff;
    }
}
.languageBox .languageList li a.current {
    background-color: #f18e2b;
    color: #fff;
}

/*slideMenu*/
.slideMenuTrigger {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    color: #fff;
    font-weight: 600;
}
.slideMenuTrigger .text {
    padding: 0 2px;
    width: 50px;
    font-size: 13px;
    font-weight: 600;
}
@media (max-width: 1350px) {
    .slideMenuTrigger .text {
        font-size: 12px;
        width: 42px;
    }
}
@media (max-width: 480px) {
    .slideMenuTrigger .text {
        font-size: 2.5vw;
        width: 8vw;
    }
}
@media (max-width: 400px) {
    .slideMenuTrigger .text {
        display: none;
    }
}
.slideMenuTrigger .circleBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 30px;
}
.slideMenuTrigger .circleBox .circle {
    min-width: 10px;
    height: 5px;
    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;
    margin: 2px 0 1px;
}
.slideMenuTrigger .circleBox .circle::before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: width 0.3s, height 0.5s, border-radius 0.2s;
    transition: width 0.3s, height 0.5s, border-radius 0.2s;
}
.slideMenuTrigger.close {
    margin-left: 0;
    background-color: #f18e2b;
    border-radius: 9999px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 136px;
    height: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 3px;
}
@media (max-width: 767px) {
    .slideMenuTrigger.close {
        width: 100px;
        height: 40px;
    }
}
@media (max-width: 400px) {
    .slideMenuTrigger.close {
        width: 40px;
        aspect-ratio: 1;
        padding: 0;
    }
}
.slideMenuTrigger.close .line {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: transparent;
    -webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
    transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
    transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
    transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
    margin-left: 8px;
    position: relative;
}
@media (max-width: 767px) {
    .slideMenuTrigger.close .line {
        width: 15px;
        height: 15px;
    }
}
@media (max-width: 400px) {
    .slideMenuTrigger.close .line {
        margin: 4px 1px 0 0;
    }
}
.slideMenuTrigger.close .line::before, .slideMenuTrigger.close .line::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    -webkit-transition: background-color 0.5s, -webkit-transform 0.3s 0.3s ease-in-out;
    transition: background-color 0.5s, -webkit-transform 0.3s 0.3s ease-in-out;
    transition: background-color 0.5s, transform 0.3s 0.3s ease-in-out;
    transition: background-color 0.5s, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger.close .line::before, .slideMenuTrigger.close .line::after {
    -webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
    transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
    transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
    transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
    bottom: 50%;
    right: 0;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
}
@media (min-width: 1024px) {
    .slideMenuTrigger.close:hover span {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
@media (min-width: 1024px) {
    .slideMenuTrigger:hover .circleBox .circle {
        height: 3px;
    }
    .slideMenuTrigger:hover .circleBox .circle::before {
        width: 100%;
        border-radius: 0;
    }
    .slideMenuTrigger:hover .circleBox .circle:nth-child(3n-2)::before {
        border-radius: 10px 0 0 10px;
    }
    .slideMenuTrigger:hover .circleBox .circle:nth-child(3n)::before {
        border-radius: 0 10px 10px 0;
    }
    .slideMenuTrigger:hover span {
        background-color: transparent;
        -webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
        transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
        transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out;
        transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
    }
    .slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
        background-color: #f18e2b;
        -webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
        transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
        transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
        transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
    }
    .slideMenuTrigger:hover span::before {
        -webkit-transform: translateY(0) rotate(45deg);
                transform: translateY(0) rotate(45deg);
    }
    .slideMenuTrigger:hover span::after {
        -webkit-transform: translateY(0) rotate(-45deg);
                transform: translateY(0) rotate(-45deg);
    }
}

.slideMenuArea {
    width: 100%;
    max-width: 774px;
    height: 100vh;
    background: url("../images/bg6.jpg") no-repeat center center/cover;
    opacity: 0;
    overflow-x: hidden;
    padding-bottom: calc(40px + env(safe-area-inset-bottom));
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}
.slideMenuArea::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgba(0, 0, 0, 0);
}
.slideMenuArea::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: 9999px;
}
.slideMenuArea.show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.slideMenuArea.show .topBox {
    -webkit-animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
            animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
}
.slideMenuArea.show .menuBox {
    -webkit-animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
            animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
}
.slideMenuArea.show .bottom {
    -webkit-animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
            animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
}
.slideMenuArea .tree, .slideMenuArea .circleBox {
    position: absolute;
}
.slideMenuArea .tree {
    top: -13px;
    left: -174px;
    z-index: 0;
}
.slideMenuArea .circleBox {
    bottom: 37px;
    right: -26%;
    z-index: 0;
    width: 50%;
}
.slideMenuArea .wrap {
    max-width: 637px;
}
.slideMenuArea .topBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 66px 0 64px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
@media (max-width: 768px) {
    .slideMenuArea .topBox {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 15px 0;
    }
}
.slideMenuArea .topBox .slideMenuLogo {
    width: 210px;
}
.slideMenuArea .topBox .slideMenuLogo img {
    width: 100%;
    height: auto;
    display: block;
}
.slideMenuArea .topBox .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slideMenuArea .topBox .right .icon {
    width: 19px;
    height: 27px;
}
.slideMenuArea .menuBox {
    width: 100%;
    padding: 15px 0 0;
    margin: 0 auto 102px;
}
@media (min-width: 768px) {
    .slideMenuArea .menuBox {
        max-width: 480px;
        position: relative;
    }
    .slideMenuArea .menuBox::before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background-color: #f6e8da;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 1;
    }
}
@media (max-width: 767px) {
    .slideMenuArea .menuBox {
        text-align: center;
        margin: 0 auto 20px;
    }
}
.slideMenuArea .menuBox .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.slideMenuArea .menuBox .nav > .menuItem {
    position: relative;
    margin: 0 0 38px;
    width: 100%;
}
@media (min-width: 768px) {
    .slideMenuArea .menuBox .nav > .menuItem {
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 1600px) {
    .slideMenuArea .menuBox .nav > .menuItem {
        margin: 0 0 32px;
    }
}
@media (min-width: 768px) and (max-width: 1350px) {
    .slideMenuArea .menuBox .nav > .menuItem {
        margin: 0 0 28px;
    }
}
@media (min-width: 768px) {
    .slideMenuArea .menuBox .nav > .menuItem.news, .slideMenuArea .menuBox .nav > .menuItem.journey, .slideMenuArea .menuBox .nav > .menuItem.hr, .slideMenuArea .menuBox .nav > .menuItem.contact {
        padding-left: 70px;
    }
    .slideMenuArea .menuBox .nav > .menuItem.about, .slideMenuArea .menuBox .nav > .menuItem.brand, .slideMenuArea .menuBox .nav > .menuItem.esg {
        padding-left: 34px;
    }
    .slideMenuArea .menuBox .nav > .menuItem.news {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .slideMenuArea .menuBox .nav > .menuItem.about {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .slideMenuArea .menuBox .nav > .menuItem.journey {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .slideMenuArea .menuBox .nav > .menuItem.brand {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .slideMenuArea .menuBox .nav > .menuItem.hr {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }
    .slideMenuArea .menuBox .nav > .menuItem.esg {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
    }
    .slideMenuArea .menuBox .nav > .menuItem.contact {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7;
    }
}
@media (max-width: 767px) {
    .slideMenuArea .menuBox .nav > .menuItem {
        margin: 0 0 15px;
    }
    .slideMenuArea .menuBox .nav > .menuItem.about {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .slideMenuArea .menuBox .nav > .menuItem.brand {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .slideMenuArea .menuBox .nav > .menuItem.news {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .slideMenuArea .menuBox .nav > .menuItem.esg {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .slideMenuArea .menuBox .nav > .menuItem.journey {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }
    .slideMenuArea .menuBox .nav > .menuItem.hr {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
    }
    .slideMenuArea .menuBox .nav > .menuItem.contact {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7;
    }
}
.slideMenuArea .menuBox .nav > .menuItem .en {
    font-size: 14px;
    font-weight: 600;
    color: #f18e2b;
    margin-left: -1px;
    margin-bottom: 16px;
}
@media (max-width: 1350px) {
    .slideMenuArea .menuBox .nav > .menuItem .en {
        font-size: 13px;
    }
}
.slideMenuArea .menuBox .nav > .menuItem .tw {
    font-size: 28px;
    margin: 0 0 0 -2px;
    letter-spacing: 1px;
}
@media (max-width: 1350px) {
    .slideMenuArea .menuBox .nav > .menuItem .tw {
        font-size: 24px;
    }
}
@media (max-width: 1023px) {
    .slideMenuArea .menuBox .nav > .menuItem .tw {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .slideMenuArea .menuBox .nav > .menuItem .tw {
        font-size: 20px;
    }
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span {
    cursor: pointer;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
    content: "";
    width: 12px;
    height: 1px;
    background-color: #f18e2b;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 1;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::after {
    background-color: #f18e2b;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a::after {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open .submenu {
    -webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
            animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav > .menuItem a {
    color: #5d5d5d;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0px;
    padding: 10px 30px 10px 0;
    position: relative;
}
@media (max-width: 767px) {
    .slideMenuArea .menuBox .nav > .menuItem a {
        padding: 10px 0;
    }
}
.slideMenuArea .menuBox .nav > .menuItem a.current {
    color: #f18e2b;
}
@media (min-width: 1024px) {
    .slideMenuArea .menuBox .nav > .menuItem a:hover {
        color: #f18e2b;
    }
}
.slideMenuArea .menuBox .nav .submenu {
    width: 100%;
    display: none;
    padding: 0 0px 10px 10px;
}
.slideMenuArea .menuBox .nav .submenu.fullSubmenu .wrap {
    padding: 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem {
    padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a {
    color: #3a3a3a;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current {
    color: #f18e2b;
}
@media (min-width: 1024px) {
    .slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
        color: #f18e2b;
    }
}
.slideMenuArea .menuBox .nav .submenu .submenuItem.open .submenuItemTitle.hasThirdMenu::after {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle {
    position: relative;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
    content: "";
    width: 12px;
    height: 1px;
    background-color: #f18e2b;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 1;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::after {
    background-color: #f18e2b;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenu {
    padding: 5px 0px 5px 15px;
    display: none;
}
.slideMenuArea .brandList .brandItem {
    position: relative;
}
.slideMenuArea .socialBox {
    margin: 3px 22px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px) {
    .slideMenuArea .socialBox {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 0 20px 0;
    }
}
.slideMenuArea .socialBox .socialTitle {
    font-size: 14px;
    font-weight: 600;
    color: #656565;
    width: 90px;
}
.slideMenuArea .socialBox .socialList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (min-width: 768px) {
    .slideMenuArea .socialBox .socialList {
        width: calc(100% - 90px);
    }
}
.slideMenuArea .socialBox .socialList li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 39px;
    height: 22px;
    color: #656565;
    font-size: 20px;
    text-align: center;
    line-height: 46px;
    border: none;
}
.slideMenuArea .socialBox .socialList li a svg {
    width: 18px;
    height: 18px;
    fill: #bfbfbf;
}
@media (min-width: 1024px) {
    .slideMenuArea .socialBox .socialList li a:hover {
        color: #f18e2b;
    }
    .slideMenuArea .socialBox .socialList li a:hover svg {
        fill: #f18e2b;
    }
}
.slideMenuArea .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8px 0 0;
}
@media (max-width: 767px) {
    .slideMenuArea .bottom {
        display: block;
    }
}
.slideMenuArea .bottom .btnBox {
    margin: 0;
}
@media (max-width: 767px) {
    .slideMenuArea .bottom .btnBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.slideMenuArea .bottom .btnBox .btn.bgMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 10px 12px 18px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.slideMenuArea .bottom .btnBox .btn.bgMain .icon {
    margin-left: 8px;
}
.slideMenuArea .brandBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) {
    .slideMenuArea .brandBox {
        display: none;
    }
}
.slideMenuArea .brandBox .btnBox {
    position: relative;
}
.slideMenuArea .brandBox .btnBox::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    display: block;
    margin: 0 0 0 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;
}
.slideMenuArea .brandBox .brandTitle {
    display: none;
}
.slideMenuArea .brandBox .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 5px 0 0;
    display: none;
}
.slideMenuArea .brandBox .brandList {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 200px;
    margin: 0 auto;
}
.slideMenuArea .brandBox .brandList .brandItem {
    padding: 0 5px;
}
.slideMenuArea .brandBox .brandList .brandItem:first-child {
    border-radius: 10px 10px 0 0;
}
.slideMenuArea .brandBox .brandList .brandItem:last-child {
    border-radius: 0 0 10px 10px;
}
.slideMenuArea .brandBox .brandList .brandItem:last-child .item {
    border-bottom: none;
}
.slideMenuArea .brandBox .brandList .item {
    position: relative;
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media (min-width: 1024px) {
    .slideMenuArea .brandBox .brandList .item:hover {
        color: #f18e2b;
    }
}

.slideMenuMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.slideMenuMask.show {
    opacity: 1;
    pointer-events: auto;
}

.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: #f18e2b;
    display: inline-block;
    margin-top: 8px;
    text-decoration: underline;
}
@media (min-width: 1024px) {
    .privacyArea .text a:hover {
        color: #f18e2b;
    }
}
.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: 1024px) {
    .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: 1024px) {
    .marqueeArea .marqueeBox .marqueeTxtItem .title a:hover {
        color: #f18e2b;
    }
}

/*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 .btn {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
}
.bookingArea .btn button {
    width: 100%;
    height: 100%;
    background-color: #f18e2b;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.2rem;
}
@media (min-width: 1024px) {
    .bookingArea .btn button:hover {
        background-color: #f18e2b;
    }
}
@media (max-width: 960px) {
    .bookingArea .btn {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .bookingArea .btn 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 .contentBox {
    clear: both;
}

/*bread*/
.bread .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0;
}
.bread .wrap a,
.bread .wrap span {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.3px;
}
.bread .wrap a {
    color: #5d5d5d;
}
@media (min-width: 1024px) {
    .bread .wrap a:hover {
        color: #f18e2b;
    }
}
.bread .wrap span {
    color: #5d5d5d;
}
.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: 30px;
}
.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: 5px;
    height: 5px;
    border-right: 1px solid #f7a049;
    border-bottom: 1px solid #f7a049;
    position: absolute;
    top: calc(50% - 2px);
    left: 12px;
    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: #5d5d5d;
    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: #5d5d5d;
    position: absolute;
    top: 50%;
    left: 8px;
    z-index: 1;
}
@media (max-width: 767px) {
    .bread {
        display: none;
    }
}

/*文章標題*/
.articleTitle {
    color: #5d5d5d;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 3.2px;
    padding: 12px 0 36px 3px;
    border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 1600px) {
    .articleTitle {
        font-size: 22px;
        letter-spacing: 3px;
        padding: 12px 0 30px 3px;
    }
}
@media (max-width: 1350px) {
    .articleTitle {
        font-size: 20px;
        letter-spacing: 2.8px;
        padding: 12px 0 20px 3px;
    }
}

/*側邊標題字*/
.sectionTitle {
    border-bottom: 1px solid #d6d6d6;
    color: #232323;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 12px 0;
}
.sectionTitle strong {
    display: block;
    position: relative;
    font-weight: 400;
}
.sectionTitle a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.breakpoint > tbody > tr > td.expand {
    background: url("../images/plus.png") no-repeat 5px center;
    cursor: pointer;
    padding-left: 40px;
}

.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;
}
.classBox .classCurrent {
    background-color: #f18e2b;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 30px 10px 10px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.classBox .classCurrent::before {
    content: "\f107";
    color: #fff;
    font-size: 15px;
    font-family: FontAwesome;
    line-height: 1;
    margin-top: -6px;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 1;
}
@media (min-width: 1024px) {
    .classBox .classCurrent {
        display: none;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }
}
.classBox a,
.classBox span {
    cursor: pointer;
    font-size: 15px;
}

.classBoxRow {
    margin-top: 15px;
    margin-bottom: 58px;
}
@media (min-width: 1024px) {
    .classBoxRow .classLink {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .classBoxRow .classLink li:not(:last-child) {
        position: relative;
    }
    .classBoxRow .classLink li:not(:last-child)::after {
        content: "";
        display: block;
        width: 1px;
        height: 20px;
        background-color: #f18e2b;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .classBoxRow .classLink a,
    .classBoxRow .classLink span {
        display: block;
        padding: 5px 34px;
        letter-spacing: 0.02rem;
        text-align: center;
    }
    .classBoxRow .classLink a.current,
    .classBoxRow .classLink span.current {
        color: #f18e2b;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    .classBoxRow .classLink a:hover,
    .classBoxRow .classLink span:hover {
        color: #f18e2b;
    }
}

.classBoxColumn {
    margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
    content: "";
    width: 13px;
    height: 1px;
    background-color: #2f2f2f;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
    background-color: #f18e2b;
    color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
    background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
    -webkit-animation: aniSlideDown 0.5s 0.3s ease-out both;
            animation: aniSlideDown 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a,
.classBoxColumn .classLink .linkHasItems.open + ul > li span {
    padding-left: 25px;
    background-color: #f1f1f1;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current {
    background-color: rgba(241, 142, 43, 0.75);
    color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.open,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.open {
    background-color: rgba(241, 142, 43, 0.75);
    color: #fff;
}
@media (min-width: 1024px) {
    .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover,
    .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
        background-color: rgba(241, 142, 43, 0.75);
    }
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
    padding-left: 35px;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a.current {
    background-color: rgba(241, 142, 43, 0.5);
    color: #fff;
}
@media (min-width: 1024px) {
    .classBoxColumn .classLink .linkHasItems.open + ul > li ul a:hover {
        background-color: rgba(241, 142, 43, 0.5);
    }
}
@media (min-width: 1024px) {
    .classBoxColumn .classLink .linkHasItems.open + ul > li {
        -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
                animation: aniSlideLeft 0.5s 0.3s ease-out both;
    }
    .classBoxColumn .classLink .linkHasItems.open + ul > li a,
    .classBoxColumn .classLink .linkHasItems.open + ul > li span {
        padding-left: 25px;
    }
    .classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
        padding-left: 35px;
    }
}
@media (min-width: 1024px) {
    .classBoxColumn .classLink > li:not(:first-child) {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .classBoxColumn .classLink ul {
        display: none;
    }
    .classBoxColumn .classLink ul li:not(:first-child) {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .classBoxColumn .classLink a,
    .classBoxColumn .classLink span {
        color: #5d5d5d;
        display: block;
        line-height: 1.2;
        letter-spacing: 0.2rem;
        padding: 18px 15px;
        position: relative;
    }
    .classBoxColumn .classLink a.current,
    .classBoxColumn .classLink span.current {
        background-color: #f18e2b;
        color: #fff;
    }
    .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after,
    .classBoxColumn .classLink span.current::before,
    .classBoxColumn .classLink span.current::after {
        background-color: #fff;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    .classBoxColumn .classLink a:hover,
    .classBoxColumn .classLink span:hover {
        background-color: #f18e2b;
        color: #fff;
    }
    .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after,
    .classBoxColumn .classLink span:hover::before,
    .classBoxColumn .classLink span:hover::after {
        background-color: #fff;
    }
}

@media (max-width: 1023px) {
    .classBoxRow .classLink, .classBoxColumn .classLink {
        width: 100%;
        max-height: 90vh;
        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-y: auto;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
    }
    .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
        display: block;
    }
    .classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .classBoxRow .classLink > li > a.current,
    .classBoxRow .classLink > li span.current, .classBoxColumn .classLink > li > a.current,
    .classBoxColumn .classLink > li span.current {
        color: #fff;
    }
    .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
        display: none;
    }
    .classBoxRow .classLink a,
    .classBoxRow .classLink span, .classBoxColumn .classLink a,
    .classBoxColumn .classLink span {
        color: #5d5d5d;
        background-color: #fff;
        display: block;
        padding: 14px 15px;
        position: relative;
    }
    .classBoxRow .classLink a.current,
    .classBoxRow .classLink span.current, .classBoxColumn .classLink a.current,
    .classBoxColumn .classLink span.current {
        background-color: #f18e2b;
        color: #fff;
    }
}

/*頁碼*/
.pageBox .pageList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.pageBox .pageList .prevBtnBox,
.pageBox .pageList .nextBtnBox {
    padding: 0 3px;
}
.pageBox .pageList a {
    color: #666;
    display: block;
    font-size: 14px;
}
.pageBox .pageList a.prevBtn, .pageBox .pageList a.nextBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 3px;
}
.pageBox .pageList a.prevBtn .icon, .pageBox .pageList a.nextBtn .icon {
    width: 13px;
    height: 16px;
    color: #f18e2b;
}
.pageBox .pageList a.prevBtn .icon {
    margin: 0 0 0 7px;
}
.pageBox .pageList a.nextBtn .icon {
    margin: 0 7px 0 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
@media (min-width: 1024px) {
    .pageBox .pageList a:hover.pageNumberBtn {
        background-color: #f18e2b;
        color: #fff;
    }
    .pageBox .pageList a:hover.prevBtn, .pageBox .pageList a:hover.nextBtn {
        color: #f18e2b;
    }
}
.pageBox .pageList .dots {
    padding: 0 14px 0 0;
}
.pageBox .pageList.number {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pageBox .pageList.number.oval a {
    width: 50px;
}
.pageBox .pageList.number a {
    font-weight: 400;
    position: relative;
    text-align: center;
    margin: 5px;
}
.pageBox .pageList.number a.pageNumberBtn {
    width: 35px;
    height: 35px;
    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;
    border-radius: 50%;
    margin: 5px 2px;
}
.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, .pageBox .pageList.number a.lastBtn {
    width: auto;
    height: auto;
    border: none;
    padding: 5px 10px;
    margin: 0;
}
@media (min-width: 1024px) {
    .pageBox .pageList.number a.firstBtn:hover, .pageBox .pageList.number a.lastBtn:hover {
        background-color: transparent;
        color: #f18e2b;
    }
}
.pageBox .pageList.number a.current {
    border: 1px solid #f18e2b;
    background-color: #f18e2b;
    color: #fff;
}
@media (min-width: 1024px) {
    .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.number .pageNumberSelect {
    width: 70px;
    height: 30px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    text-align: center;
    margin: 5px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #c2c2c2;
    color: #666;
    display: block;
    font-size: 15px;
    border-radius: 5px;
    overflow: hidden;
}
@media (min-width: 1023px) {
    .pageBox .pageList.number .pageNumberSelect {
        display: none;
    }
}
.pageBox .pageList.prevnext li.prev {
    margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
    margin-left: auto;
}
.pageBox .pageList.prevnext a {
    width: 180px;
    height: 45px;
    font-weight: 300;
    line-height: 43px;
    padding: 0 20px;
    position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
    top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
    text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
    left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
    margin-left: auto;
    text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
    right: 15px;
}
@media (max-width: 767px) {
    .pageBox .pageList.prevnext a {
        width: 125px;
        padding: 0 15px;
    }
}
@media (max-width: 640px) {
    .pageBox .pageList.prevnext li {
        width: calc(50% - 15px);
    }
    .pageBox .pageList.prevnext a {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .pageBox .pageList.prevnext li {
        width: calc(50% - 10px);
    }
}
.pageBox .pageList.prevnext.circle a {
    width: 45px;
    padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
    display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
    left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
    right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
    border-radius: 50%;
    overflow: hidden;
}
.pageBox .pageList.oval a {
    border-radius: 30px;
    overflow: hidden;
}

/*標籤*/
.tagBox {
    padding: 20px 0;
}
.tagBox b {
    display: inline-block;
    margin-right: 10px;
}
.tagBox ul {
    display: inline-block;
}
.tagBox li {
    display: inline-block;
    margin-bottom: 5px;
}
.tagBox a:not(.tag) {
    position: relative;
    display: block;
    margin: 0 3px;
    padding: 5px 10px;
    border: 1px solid #f18e2b;
    font-size: 13px;
    color: #f18e2b;
}
@media (min-width: 1024px) {
    .tagBox a:not(.tag):hover {
        color: #fff;
        background-color: #f18e2b;
    }
}
.tagBox a:not(.tag).current {
    color: #fff;
    background-color: #f18e2b;
}
.tagBox a:not(.tag).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: #5d5d5d;
    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: #f18e2b;
    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;
}
.albumBox .albumListMain .albumItem {
    height: 320px;
}
.albumBox .albumListMain .albumItem img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
}
.albumBox .albumListNav {
    margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
    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;
}

/*側邊_相簿*/
.side_album {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -10px;
}
.side_album li {
    float: left;
    width: 33.33%;
    padding: 0 10px 10px 0;
}
.side_album a {
    display: block;
    -webkit-box-shadow: 2px 2px 5px #c3c3c3;
            box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
    width: 100%;
    height: auto;
    display: block;
}

/*側邊_線上訂房*/
.side_booking {
    margin-bottom: 30px;
}
.side_booking a {
    display: block;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #8d2121;
            box-shadow: 0 1px 1px #8d2121;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    background-color: #f05b8f;
}
.side_booking a i {
    display: inline-block;
    font-size: 28px;
    padding: 10px 15px;
    margin-right: 15px;
    border-right: 1px solid #d33434;
    -webkit-box-shadow: 1px 0 #f38a8a;
            box-shadow: 1px 0 #f38a8a;
}
@media (min-width: 1024px) {
    .side_booking a:hover {
        -webkit-box-shadow: inset 0 3px 3px #8d2121;
                box-shadow: inset 0 3px 3px #8d2121;
    }
}

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

/*側邊_房型*/
.side_room {
    margin-bottom: 50px;
}
.side_room .Img img {
    width: 100%;
    height: auto;
    display: block;
}
.side_room .Txt {
    margin-top: 5px;
}
.side_room .Txt .title a {
    font-size: 16px;
    font-weight: 400;
}
.side_room .Txt .text {
    max-height: 100px;
    font-size: 13px;
    color: #858383;
    line-height: 1.8;
    overflow: hidden;
}

/*對應&相關*/
.sideDataArea {
    margin: 30px 0;
}
.sideDataArea.news .Txt {
    padding: 15px 0;
}
.sideDataArea.fac .Txt, .sideDataArea.catalog .Txt, .sideDataArea.room .Txt {
    text-align: center;
}
.sideDataArea.catalog .Img::before {
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    color: #fff;
    display: block;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 8px 25px;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    text-align: center;
    -webkit-transform-origin: top left;
            transform-origin: top left;
}
.sideDataArea.catalog .Img.statusNew::before {
    content: "NEW";
    background-color: #f18e2b;
    border: 1px solid #f18e2b;
}
.sideDataArea.catalog .Img.statusHot::before {
    content: "HOT";
    background-color: #f18e2b;
    border: 1px solid #f18e2b;
}
.sideDataArea .sideDataList {
    margin: 0 -15px;
}
.sideDataArea .sideDataItem {
    padding: 0 15px;
}
.sideDataArea .Img img {
    width: 100%;
    height: auto;
    display: block;
}
.sideDataArea .Txt {
    padding: 15px;
}
.sideDataArea .Txt .newsInfoBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #5d5d5d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    margin-bottom: 13px;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date {
    margin-left: 11px;
    padding-left: 11px;
    position: relative;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.sideDataArea .Txt .title {
    max-height: 65px;
    font-size: 24px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sideDataArea .Txt .text {
    max-height: 60px;
    color: #5d5d5d;
    font-size: 16px;
    padding-top: 10px;
}
@media (max-width: 1023px) {
    .sideDataArea .Txt .text {
        font-size: 15px;
    }
}
@media (max-width: 1200px) {
    .sideDataArea .sideDataList {
        margin: 0 -10px;
    }
    .sideDataArea .sideDataItem {
        padding: 0 10px;
    }
    .sideDataArea .Txt .newsInfoBox .classTitle + .date {
        margin-left: 8px;
        padding-left: 8px;
    }
}
@media (max-width: 640px) {
    .sideDataArea .sideDataList {
        margin: 0;
    }
    .sideDataArea .sideDataItem {
        padding: 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: 16px;
    font-weight: 600;
    color: #666;
    margin: -3px 0 0;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
    color: #666;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 5px 6px;
    text-align: center;
}
@media (min-width: 1024px) {
    .sideShare .shareList .shareItem a:hover,
    .sideShare .shareList .shareItem button:hover {
        opacity: 0.8;
    }
}
.sideShare .shareList .shareItem a svg,
.sideShare .shareList .shareItem button svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle;
    fill: #666;
}
.sideShare .shareList .shareItem a.twitter svg,
.sideShare .shareList .shareItem button.twitter svg {
    width: 14px;
    height: 14px;
}
.sideShare .shareList .shareItem .icon {
    width: 13px;
    height: 17px;
}

/*圖片Hover效果1: 放大淡出*/
.imh_opacity {
    overflow: hidden;
    position: relative;
}
.imh_opacity:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.imh_opacity img {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
    .imh_opacity:hover:after {
        opacity: 1;
    }
    .imh_opacity:hover img {
        opacity: 1;
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
    }
}

/*圖片Hover效果1: 放大淡出Detail*/
.imh_detail {
    background-color: #000;
    overflow: hidden;
    position: relative;
}
.imh_detail img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imh_detail a:before {
    content: "Details+";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    margin-left: -45px;
    margin-top: -80px;
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    border: 2px solid #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (min-width: 1024px) {
    .imh_detail:hover a:before {
        opacity: 1;
        margin-top: -20px;
    }
    .imh_detail:hover img {
        opacity: 0.3;
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
    }
}

/*圖片Hover效果1: 放大淡出zoom*/
.imh_zoom {
    background-color: #000;
    overflow: hidden;
    position: relative;
}
.imh_zoom img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imh_zoom a:before {
    content: "\f002";
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 99;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    font-family: FontAwesome;
    text-align: center;
    background-color: #000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (min-width: 1024px) {
    .imh_zoom:hover a:before {
        top: 50%;
    }
    .imh_zoom:hover img {
        opacity: 0.3;
        -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 #f18e2b 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 #f18e2b;
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
}
@media (min-width: 1024px) {
    .slick-slider .slick-arrow:hover,
    .controlBox .slick-arrow:hover {
        background-color: #f18e2b !important;
    }
    .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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
}
.slick-slider .slick-dots.center,
.controlBox .slick-dots.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.slick-slider .slick-dots.vertical,
.controlBox .slick-dots.vertical {
    width: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
}
.slick-slider .slick-dots.vertical li,
.controlBox .slick-dots.vertical li {
    margin: 8px 0;
}
.slick-slider .slick-dots:not(.vertical) li,
.controlBox .slick-dots:not(.vertical) li {
    margin: 0 8px;
}
.slick-slider .slick-dots.large li,
.controlBox .slick-dots.large li {
    width: 16px;
    height: 16px;
}
.slick-slider .slick-dots.white li button::before,
.controlBox .slick-dots.white li button::before {
    background-color: #fff;
}
.slick-slider .slick-dots li,
.controlBox .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
}
.slick-slider .slick-dots li button,
.controlBox .slick-dots li button {
    width: 100%;
    height: 100%;
    border: none;
    color: transparent;
    display: block;
    padding: 0;
    position: relative;
}
.slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    border: none;
    border-radius: 50%;
    color: transparent;
    font-size: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-slider .slick-dots li.slick-active button::before,
.controlBox .slick-dots li.slick-active button::before {
    background-color: #f18e2b;
    opacity: 1;
}
@media (min-width: 1024px) {
    .slick-slider .slick-dots li:hover button::before,
    .controlBox .slick-dots li:hover button::before {
        background-color: #f18e2b;
        opacity: 1;
    }
}

.slickClsList:not(.slick-slider) {
    overflow: hidden;
}
.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
    display: none;
}

.slickBtnBox {
    pointer-events: none;
}
.slickBtnBox .slickBtn {
    width: 55px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    pointer-events: auto;
}
.slickBtnBox .slickBtn .icon {
    width: 15px;
    height: 15px;
}
.slickBtnBox .slickBtn.arrowPrev {
    margin-right: 10px;
}
.slickBtnBox .slickBtn.arrowPrev .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
@media (min-width: 1024px) {
    .slickBtnBox .slickBtn:hover {
        background-color: #f18e2b;
    }
}
@media (min-width: 1024px) {
    .slickBtnBox.white .slickBtn:hover {
        background-color: #fff;
        color: #f18e2b;
    }
}
.slickBtnBox.colorMain .slickBtn {
    border: 1px solid #f18e2b;
    background-color: rgba(0, 0, 0, 0);
    color: #f18e2b;
}
@media (min-width: 1024px) {
    .slickBtnBox.colorMain .slickBtn:hover {
        background-color: #f18e2b;
        color: #fff;
    }
}
.slickBtnBox.arrowColor .slickBtn {
    background-color: rgba(0, 0, 0, 0);
    color: #5d5d5d;
}
@media (min-width: 1024px) {
    .slickBtnBox.arrowColor .slickBtn:hover {
        color: #f18e2b;
    }
}

.numberBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Poppins", "Albert Sans", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 14px;
    color: #b0b0b0;
    padding: 0 4px 0 0;
}
.numberBox .numList {
    position: relative;
    text-align: right;
}
.numberBox .numList .numItem {
    min-width: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.numberBox .numList .numItem:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}
.numberBox .numList .numItem:not(.active) {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}
.numberBox .numList .numItem.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.numberBox .slash {
    padding: 0 4px;
}
.numberBox .total {
    min-width: 20px;
}

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

.lg-outer.lg-thumb-open .lg .lg-img-wrap {
    padding-bottom: 138px;
}
.lg-outer .lg .lg-img-wrap {
    padding-top: 47px;
    padding-bottom: 38px;
}

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

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

.moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
    width: 60vw;
    height: 70vh;
    top: calc(50% - 35dvh);
    left: calc(50% - 30dvw);
}
@media (max-width: 1023px) {
    .moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
        width: 80dvw;
        height: 90dvh;
        top: calc(50% - 45dvh);
        left: calc(50% - 40dvw);
    }
}
@media (max-width: 767px) {
    .moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
        width: 100dvw;
        height: 100dvh;
        top: calc(50% - 50dvh);
        left: calc(50% - 50dvw);
    }
}

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

/* header(ib_header_000) */
#ib_header_000 {
    position: fixed;
    left: 0;
    top: 48px;
    width: 100%;
    z-index: 50;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*menu*/
}
@media (max-width: 1600px) {
    #ib_header_000 {
        top: 30px;
    }
}
#ib_header_000.scrollDown {
    background-color: #fff;
    will-change: transform;
    -webkit-transform: translateY(-48px) translateZ(0);
            transform: translateY(-48px) translateZ(0);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1600px) {
    #ib_header_000.scrollDown {
        -webkit-transform: translateY(-30px) translateZ(0);
                transform: translateY(-30px) translateZ(0);
    }
}
#ib_header_000.scrollDown .logo .up {
    opacity: 0;
    pointer-events: none;
}
#ib_header_000.scrollDown .logo .down {
    opacity: 1;
    pointer-events: auto;
}
#ib_header_000.scrollDown .menu > .menuItem .mainLink {
    color: #5d5d5d;
}
#ib_header_000.scrollDown .menu > .menuItem .mainLink.current {
    color: #f18e2b;
}
@media (min-width: 1024px) {
    #ib_header_000.scrollDown .menu > .menuItem .mainLink:hover {
        color: #f18e2b;
    }
}
#ib_header_000.scrollDown .languageBox .languageCurrent {
    color: #5d5d5d;
}
@media (min-width: 1024px) {
    #ib_header_000.scrollDown .languageBox .languageCurrent:hover {
        color: #f18e2b;
    }
}
@media (max-width: 767px) {
    #ib_header_000.scrollDown .dropMenuBox {
        width: 100px;
    }
    #ib_header_000.scrollDown .dropMenuBox::before {
        opacity: 0;
    }
    #ib_header_000.scrollDown .dropMenuBox .brandBox {
        opacity: 0;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    #ib_header_000.scrollDown .dropMenuBox .slideMenuTrigger {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
@media (max-width: 480px) {
    #ib_header_000.scrollDown .dropMenuBox {
        width: 20vw;
    }
}
@media (max-width: 400px) {
    #ib_header_000.scrollDown .dropMenuBox {
        width: 40px;
    }
    #ib_header_000.scrollDown .dropMenuBox .slideMenuTrigger {
        -webkit-transform: none;
                transform: none;
    }
}
#ib_header_000 .wrap {
    max-width: 1768px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 1023px) {
    #ib_header_000 .wrap {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
#ib_header_000 .logo {
    padding: 10px 0;
    position: relative;
    width: 264px;
}
@media (max-width: 1600px) {
    #ib_header_000 .logo {
        width: 245px;
    }
}
@media (max-width: 1350px) {
    #ib_header_000 .logo {
        width: 225px;
    }
}
@media (max-width: 767px) {
    #ib_header_000 .logo {
        padding: 20px 0;
        width: 200px;
    }
}
@media (max-width: 350px) {
    #ib_header_000 .logo {
        width: 180px;
    }
}
#ib_header_000 .logo a {
    display: block;
}
#ib_header_000 .logo img {
    width: 100%;
    height: auto;
    display: block;
}
#ib_header_000 .logo .down {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#ib_header_000 .logo .up {
    position: absolute;
    top: 0;
    left: 0;
    width: 145px;
    -webkit-mask: url("../images/footerlogo.png") no-repeat center/100%;
            mask: url("../images/footerlogo.png") no-repeat center/100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 1600px) {
    #ib_header_000 .logo .up {
        width: 130px;
    }
}
@media (max-width: 1350px) {
    #ib_header_000 .logo .up {
        width: 110px;
    }
}
#ib_header_000 .logo .up::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    pointer-events: none;
}
#ib_header_000 .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 0 0;
    max-width: calc(100% - 264px);
}
@media (max-width: 1440px) {
    #ib_header_000 .right {
        max-width: calc(100% - 245px);
    }
}
@media (max-width: 1350px) {
    #ib_header_000 .right {
        max-width: calc(100% - 225px);
    }
}
@media (max-width: 767px) {
    #ib_header_000 .right {
        max-width: calc(100% - 200px);
    }
}
@media (max-width: 480px) {
    #ib_header_000 .right {
        max-width: unset;
        position: absolute;
        top: 0;
        right: 20px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
#ib_header_000 .menuBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 10px;
}
@media (max-width: 1350px) {
    #ib_header_000 .menuBox {
        padding: 0;
    }
}
@media (max-width: 1280px) {
    #ib_header_000 .menuBox {
        display: none;
    }
}
#ib_header_000 .icon {
    width: 18px;
    height: 18px;
}
#ib_header_000 .menu > .menuItem {
    position: relative;
    display: inline-block;
}
#ib_header_000 .menu > .menuItem .mainLink {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 29px 11px 25px 12px;
    letter-spacing: 0.5px;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
@media (max-width: 1600px) {
    #ib_header_000 .menu > .menuItem .mainLink {
        font-size: 15px;
        padding: 29px 8px 25px;
    }
}
@media (max-width: 1440px) {
    #ib_header_000 .menu > .menuItem .mainLink {
        font-size: 14px;
        padding: 20px 5px;
    }
}
#ib_header_000 .menu > .menuItem .mainLink.current {
    color: #f18e2b;
}
@media (min-width: 1024px) {
    #ib_header_000 .menu > .menuItem .mainLink:hover {
        color: #f18e2b;
    }
}
#ib_header_000 .menu .submenu {
    width: 150px;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    text-align: center;
    -webkit-transform: translateX(-50%) translateY(-8px);
            transform: translateX(-50%) translateY(-8px);
}
#ib_header_000 .menu .submenu .submenuItem {
    width: 100%;
    display: block;
    position: relative;
    padding: 0;
}
#ib_header_000 .menu .submenu a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #F7F7F7;
    color: #666;
    display: block;
    padding: 10px;
}
#ib_header_000 .menu .submenu a.current {
    color: #fff;
    background-color: #f18e2b;
}
@media (min-width: 1024px) {
    #ib_header_000 .menu .submenu a:hover {
        color: #fff;
        background-color: #f18e2b;
    }
}
#ib_header_000 .menu .submenu .thirdMenuItem a {
    font-size: 14px;
    font-weight: 400;
    display: block;
    line-height: 1.5;
}
#ib_header_000 .menu .submenu.fullSubmenu {
    width: 100%;
    background-color: #F7F7F7;
    position: fixed;
    left: 0;
    top: 120px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
#ib_header_000 .menu .submenu.fullSubmenu .wrap {
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 0px;
}
#ib_header_000 .menu .submenu.fullSubmenu ul {
    display: block;
}
#ib_header_000 .menu .submenu.fullSubmenu a {
    background-color: transparent;
}
#ib_header_000 .menu .submenu.fullSubmenu a.current {
    color: #f18e2b;
}
@media (min-width: 1024px) {
    #ib_header_000 .menu .submenu.fullSubmenu a:hover {
        color: #f18e2b;
    }
}
#ib_header_000 .menu .submenu.fullSubmenu .submenuItem {
    width: 100%;
    max-width: 220px;
    padding: 0 20px;
    text-align: left;
}
#ib_header_000 .menu .submenu.fullSubmenu .submenuItemTitle {
    color: #5d5d5d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
#ib_header_000 .menu .submenu.twoLayers .submenuItem {
    position: relative;
}
#ib_header_000 .menu .submenu.twoLayers .thirdMenu {
    width: 150px;
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}
#ib_header_000 .menu .submenu.twoLayers .thirdMenuItem {
    width: 100%;
}
#ib_header_000 .languageBox .languageCurrent {
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media (min-width: 1024px) {
    #ib_header_000 .languageBox .languageCurrent:hover {
        color: #f18e2b;
    }
}
#ib_header_000 .dropMenuBox {
    width: 245px;
    background-color: #f18e2b;
    border-radius: 999px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 1600px) {
    #ib_header_000 .dropMenuBox {
        width: 220px;
    }
}
@media (max-width: 1350px) {
    #ib_header_000 .dropMenuBox {
        width: 180px;
    }
}
@media (max-width: 767px) {
    #ib_header_000 .dropMenuBox {
        width: 165px;
    }
}
@media (max-width: 480px) {
    #ib_header_000 .dropMenuBox {
        width: 38vw;
    }
}
@media (max-width: 400px) {
    #ib_header_000 .dropMenuBox {
        width: 40px;
        aspect-ratio: 1;
    }
    #ib_header_000 .dropMenuBox::before {
        display: none;
    }
    #ib_header_000 .dropMenuBox .brandBox {
        display: none;
    }
}
#ib_header_000 .dropMenuBox::before {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: calc(50% - 3px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 20px;
    background-color: #fff;
}
@media (max-width: 767px) {
    #ib_header_000 .dropMenuBox::before {
        right: calc(50% - 0px);
    }
}
#ib_header_000 .dropMenuBox .slideMenuTrigger, #ib_header_000 .dropMenuBox .brandBox {
    width: 50%;
}
#ib_header_000 .dropMenuBox .brandBox {
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#ib_header_000 .dropMenuBox .brandBox .btnBox {
    display: none;
}
#ib_header_000 .dropMenuBox .brandBox .brandTitle {
    padding: 19px 5px 15px 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
@media (max-width: 1350px) {
    #ib_header_000 .dropMenuBox .brandBox .brandTitle {
        font-size: 12px;
        padding: 15px 8px 15px 18px;
    }
}
@media (max-width: 767px) {
    #ib_header_000 .dropMenuBox .brandBox .brandTitle {
        padding: 15px 8px;
    }
}
@media (max-width: 480px) {
    #ib_header_000 .dropMenuBox .brandBox .brandTitle {
        font-size: 2.5vw;
        padding: 15px 5px;
    }
}
#ib_header_000 .dropMenuBox .brandBox .brandTitle::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    display: block;
    margin: 0 0 0 10px;
}
#ib_header_000 .dropMenuBox .brandBox .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 5px 0 0;
    display: none;
}
#ib_header_000 .dropMenuBox .brandBox .brandList {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
#ib_header_000 .dropMenuBox .brandBox .brandList .brandItem {
    padding: 0 5px;
}
#ib_header_000 .dropMenuBox .brandBox .brandList .brandItem:first-child {
    border-radius: 10px 10px 0 0;
}
#ib_header_000 .dropMenuBox .brandBox .brandList .brandItem:last-child {
    border-radius: 0 0 10px 10px;
}
#ib_header_000 .dropMenuBox .brandBox .brandList .brandItem:last-child .item {
    border-bottom: none;
}
#ib_header_000 .dropMenuBox .brandBox .brandList .item {
    position: relative;
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media (min-width: 1024px) {
    #ib_header_000 .dropMenuBox .brandBox .brandList .item:hover {
        color: #f18e2b;
    }
}
#ib_header_000 .dropMenuBox .slideMenuTrigger {
    padding: 0 8px 0 0;
}
@media (max-width: 1350px) {
    #ib_header_000 .dropMenuBox .slideMenuTrigger {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    #ib_header_000 .dropMenuBox .slideMenuTrigger {
        padding: 10px 8px;
    }
}
@media (max-width: 400px) {
    #ib_header_000 .dropMenuBox .slideMenuTrigger {
        width: 100%;
    }
}
#ib_header_000:not(.show) .logo {
    opacity: 0;
}
#ib_header_000:not(.show) .menuBox, #ib_header_000:not(.show) .languageBox, #ib_header_000:not(.show) .dropMenuBox {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
}
#ib_header_000.show .logo {
    opacity: 1;
}
#ib_header_000.show .menuBox, #ib_header_000.show .languageBox, #ib_header_000.show .dropMenuBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
#ib_header_000.show .logo {
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
#ib_header_000.show .menuBox {
    -webkit-transition: all 0.7s 0.2s linear;
    transition: all 0.7s 0.2s linear;
}
#ib_header_000.show .languageBox {
    -webkit-transition: all 0.7s 0.4s linear;
    transition: all 0.7s 0.4s linear;
}
#ib_header_000.show .dropMenuBox {
    -webkit-transition: all 0.7s 0.6s linear;
    transition: all 0.7s 0.6s linear;
}

/* footer(ib_footer_004) */
/* CSS Document */
/*footer*/
.ib_footer_004 {
    background-color: #2e2e2e;
    padding: 52px 0 28px 0;
    overflow: hidden;
}
.ib_footer_004 .wrap {
    max-width: 1480px;
}
.ib_footer_004 .top {
    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;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 35px;
}
.ib_footer_004 .top .left {
    width: 176px;
}
@media (max-width: 1350px) {
    .ib_footer_004 .top .left {
        width: 150px;
    }
}
.ib_footer_004 .top .center {
    padding-top: 59px;
    max-width: calc(100% - 176px - 655px);
    padding-left: 20px;
}
@media (max-width: 1350px) {
    .ib_footer_004 .top .center {
        max-width: calc(100% - 150px - 410px);
    }
}
@media (max-width: 1023px) {
    .ib_footer_004 .top .center {
        width: 100%;
        max-width: unset;
        padding-left: 0px;
    }
}
.ib_footer_004 .top .right {
    max-width: 655px;
    padding-left: 59px;
}
@media (max-width: 1350px) {
    .ib_footer_004 .top .right {
        width: 410px;
        padding-left: 0;
    }
}
@media (max-width: 1023px) {
    .ib_footer_004 .top .right {
        width: 100%;
        max-width: unset;
    }
}
.ib_footer_004 .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding-top: 27px;
}
.ib_footer_004 .bottom .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1023px) {
    .ib_footer_004 .bottom .copyrightBox {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
    }
    .ib_footer_004 .bottom .right {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 20px;
    }
}
.ib_footer_004 .footerLogo {
    -webkit-mask: url("../images/footerlogo.png") no-repeat center/100%;
            mask: url("../images/footerlogo.png") no-repeat center/100%;
    position: relative;
}
.ib_footer_004 .footerLogo::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    pointer-events: none;
}
.ib_footer_004 .footerLogo a {
    display: block;
}
.ib_footer_004 .footerLogo img {
    width: 100%;
    height: auto;
    display: block;
}
.ib_footer_004 .infoList .infoItem {
    color: #bfbfbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    margin: 4px 0;
    line-height: 1.6;
    letter-spacing: 0.9px;
}
@media (max-width: 1350px) {
    .ib_footer_004 .infoList .infoItem {
        font-size: 14px;
    }
}
.ib_footer_004 .infoList .infoItem a {
    color: #bfbfbf;
    font-size: inherit;
}
@media (min-width: 1024px) {
    .ib_footer_004 .infoList .infoItem a:hover {
        color: #f18e2b;
    }
}
.ib_footer_004 .infoList .infoItem.address {
    letter-spacing: 1.65px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    max-width: 350px;
}
@media (max-width: 1023px) {
    .ib_footer_004 .infoList .infoItem.address {
        max-width: 100%;
    }
}
.ib_footer_004 .infoList .infoItem.mail {
    margin-top: -1px;
}
.ib_footer_004 .infoList .infoItem .infoTitle {
    font-weight: 500;
    padding: 2px 8px 0 2px;
    letter-spacing: 0.9px;
}
.ib_footer_004 .btnBox {
    margin: 29px -3px 0;
}
.ib_footer_004 .btnBox .btn {
    padding: 11px 20px;
    width: 198px;
    min-width: unset;
}
.ib_footer_004 .socialBox {
    margin: 0 22px 0 0;
}
.ib_footer_004 .socialBox .socialTitle {
    display: none;
}
.ib_footer_004 .socialBox .socialList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.ib_footer_004 .socialBox .socialList li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 39px;
    height: 22px;
    color: #bfbfbf;
    font-size: 20px;
    text-align: center;
    line-height: 46px;
    border: none;
}
.ib_footer_004 .socialBox .socialList li a svg {
    width: 18px;
    height: 18px;
    fill: #bfbfbf;
}
@media (min-width: 1024px) {
    .ib_footer_004 .socialBox .socialList li a:hover {
        color: #f18e2b;
    }
    .ib_footer_004 .socialBox .socialList li a:hover svg {
        fill: #f18e2b;
    }
}
.ib_footer_004 .rightMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin: 58px -33px 0;
}
@media (max-width: 1350px) {
    .ib_footer_004 .rightMenu {
        margin: 58px -10px 0;
    }
}
@media (max-width: 1023px) {
    .ib_footer_004 .rightMenu {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
}
.ib_footer_004 .footerMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 28px;
}
@media (max-width: 1023px) {
    .ib_footer_004 .footerMenu {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .ib_footer_004 .footerMenu li {
        width: 33.33%;
        padding: 0 10px;
    }
}
.ib_footer_004 .footerMenu li a {
    display: block;
    font-size: 17px;
    color: #fff;
    padding: 5px 28.5px;
    letter-spacing: 1px;
}
@media (max-width: 1350px) {
    .ib_footer_004 .footerMenu li a {
        padding: 5px 10px;
        font-size: 15px;
    }
}
@media (max-width: 1023px) {
    .ib_footer_004 .footerMenu li a {
        width: 140px;
    }
}
@media (max-width: 767px) {
    .ib_footer_004 .footerMenu li a {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .ib_footer_004 .footerMenu li a {
        font-size: 15px;
        padding: 5px;
    }
}
@media (min-width: 1024px) {
    .ib_footer_004 .footerMenu li a:hover {
        color: #fff7ef;
    }
}
.ib_footer_004 .tagBox {
    max-width: 590px;
}
.ib_footer_004 .tagBox .slickBtnBox {
    display: none;
}
.ib_footer_004 .tagBox .tagList {
    margin: 0 -10px;
}
.ib_footer_004 .tagBox .tagList:not(.slick-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ib_footer_004 .tagBox .tagList:not(.slick-slider) .tagItem {
    width: 25%;
}
.ib_footer_004 .tagBox .tagItem {
    padding: 3px;
}
.ib_footer_004 .tagBox .tag {
    padding: 7px;
    border: none;
    position: relative;
    border-radius: 10px;
    display: block;
}
.ib_footer_004 .tagBox .tag img {
    -webkit-filter: grayscale(1) brightness(2);
            filter: grayscale(1) brightness(2);
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
    transition: filter 0.5s;
    transition: filter 0.5s, -webkit-filter 0.5s;
}
@media (min-width: 1024px) {
    .ib_footer_004 .tagBox .tag:hover {
        background-color: #fff;
    }
    .ib_footer_004 .tagBox .tag:hover img {
        -webkit-filter: none;
                filter: none;
    }
}
.ib_footer_004 .copyrightBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    position: relative;
    letter-spacing: 0.17px;
    border: none;
    padding: 0;
    font-size: 12px;
    opacity: 0.5;
}
@media (max-width: 767px) {
    .ib_footer_004 .copyrightBox {
        width: 100%;
        margin: 0;
    }
}
.ib_footer_004 .copyrightBox .copyright {
    padding: 5px 0;
}
.ib_footer_004 .copyrightBox .ibestLink {
    padding: 5px 0;
}
.ib_footer_004 .copyrightBox .ibestLink a {
    color: #fff;
}
@media (min-width: 1024px) {
    .ib_footer_004 .copyrightBox .ibestLink a:hover {
        color: #fff7ef;
    }
}
@media (max-width: 1024px) {
    .ib_footer_004 .copyrightBox {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-bottom: 10px;
    }
}
.ib_footer_004 .privacyLink {
    margin: -4px 0 0px;
}
@media (max-width: 1350px) {
    .ib_footer_004 .privacyLink {
        font-size: 14px;
    }
}
.ib_footer_004 .privacyLink a {
    color: #bfbfbf;
}
@media (min-width: 1024px) {
    .ib_footer_004 .privacyLink a:hover {
        color: #f18e2b;
    }
}
.ib_footer_004:not(.show) .top .left {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
}
.ib_footer_004:not(.show) .top .center {
    opacity: 0;
}
.ib_footer_004:not(.show) .top .right {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
}
.ib_footer_004:not(.show) .bottom {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.ib_footer_004.show .top .left, .ib_footer_004.show .top .right {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ib_footer_004.show .top .left {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
}
.ib_footer_004.show .top .center {
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
}
.ib_footer_004.show .top .right {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
}
.ib_footer_004.show .bottom {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
}

.followIcon {
    position: fixed;
    width: 205px;
    height: 205px;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9999;
    -webkit-transition: all 0.03s linear;
    transition: all 0.03s linear;
}
@media (max-width: 1023px) {
    .followIcon {
        display: none;
    }
}
.followIcon svg {
    width: 100%;
    height: 100%;
    -webkit-animation: circleAni 10s linear infinite;
            animation: circleAni 10s linear infinite;
}
.followIcon svg text {
    font-size: 14px;
    fill: #f58220;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.followIcon .dot {
    width: 10px;
    height: 10px;
    background-color: orange;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.lineStyle {
    position: relative;
    display: inline-block;
}
.lineStyle .icon {
    position: absolute;
    z-index: 1;
    width: 129%;
    top: -6%;
    left: -20%;
}
.lineStyle .icon svg {
    opacity: 0;
}
.lineStyle .icon .leftLine, .lineStyle .icon .rightLine {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.lineStyle.longText .icon {
    width: 96%;
    left: 2%;
}

.marqueeTxtList {
    font-weight: 500;
    font-size: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    will-change: transform;
    letter-spacing: 5px;
    font-size: min(max(5vw, 60px), 90px);
}
.marqueeTxtList.invisible {
    visibility: hidden;
}
.marqueeTxtList .marqueeTxtItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 50px;
    color: #f18e2b;
}

.mainArea.newsIns .wrap {
    position: static !important;
}
.mainArea.newsIns .contentBox {
    position: relative;
    padding: 228px 50px 116px;
}
@media (max-width: 1023px) {
    .mainArea.newsIns .contentBox {
        padding: 180px 30px 80px;
    }
}
.mainArea.newsIns .contentBox::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 598px;
    left: 0;
    background: url(../images/bg5.jpg) no-repeat center/cover;
    z-index: -1;
}
.mainArea.newsIns .contentBox .decoLeaf {
    position: absolute;
    top: -2%;
    right: -6.8%;
    z-index: 0;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-animation: leafRightAni 10s ease-in-out infinite;
            animation: leafRightAni 10s ease-in-out infinite;
}
@media (max-width: 1600px) {
    .mainArea.newsIns .contentBox .decoLeaf {
        right: auto;
        left: 75%;
        width: 864px;
    }
}
.mainArea.newsIns .contentBox > .wrap {
    max-width: 1289px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
            box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    padding: 0;
    min-height: 500px;
}
.mainArea.newsIns .contentBox .textContent {
    position: relative;
    padding: 62px 109px;
}
@media (max-width: 1600px) {
    .mainArea.newsIns .contentBox .textContent {
        padding: 50px 80px;
    }
}
@media (max-width: 1350px) {
    .mainArea.newsIns .contentBox .textContent {
        padding: 40px 60px;
    }
}
@media (max-width: 1023px) {
    .mainArea.newsIns .contentBox .textContent {
        padding: 35px;
    }
}
@media (max-width: 767px) {
    .mainArea.newsIns .contentBox .textContent {
        padding: 20px;
    }
}
.mainArea.newsIns .contentBox .sideShare {
    margin: -2px -3px 0;
}
.mainArea.newsIns .contentBox .topBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 29px;
}
@media (max-width: 1600px) {
    .mainArea.newsIns .contentBox .topBox {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end;
        margin: 0 0 20px;
    }
}
@media (max-width: 1350px) {
    .mainArea.newsIns .contentBox .topBox {
        margin: 0 0 15px;
    }
}
@media (max-width: 1023px) {
    .mainArea.newsIns .contentBox .topBox {
        margin: 0;
    }
}
.mainArea.newsIns .contentBox .textEditor {
    padding: 43px 56px 0;
    color: #7f7f7f;
    letter-spacing: 1.65px;
    line-height: 1.95;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1023px) {
    .mainArea.newsIns .contentBox .textEditor {
        padding: 0 30px;
    }
}
@media (max-width: 767px) {
    .mainArea.newsIns .contentBox .textEditor {
        padding: 0 10px;
    }
}
.mainArea.newsIns .contentBox .newsInfoBox {
    position: absolute;
    top: 91px;
    right: -77px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    z-index: 2;
    padding: 17.5px 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    overflow: hidden;
    min-width: 155px;
    text-align: center;
    color: #fff;
    background-color: #262626;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px) {
    .mainArea.newsIns .contentBox .newsInfoBox {
        padding: 10px 0;
        width: 140px;
        font-size: 12px;
    }
}
.mainArea.newsIns .contentBox .newsInfoBox .dateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.mainArea.newsIns .contentBox .newsInfoBox .slash {
    padding: 0 7px;
}
.mainArea.newsIns .contentBox .newsInfoBox .slash::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    background-color: #f18e2b;
}
.mainArea.newsIns.privacy {
    padding-top: 245px;
}
.mainArea.newsIns.privacy .contentBox {
    padding-top: 0;
}
.mainArea.newsIns.privacy .wrap {
    padding: 40px;
}

.anchor {
    position: absolute;
    top: -90px;
}

.anchorBox {
    position: relative;
}
.anchorBox .anchorCurrent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f18e2b;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 30px 10px 10px;
    position: relative;
    border-radius: 5px;
}
.anchorBox .anchorCurrent::before {
    content: "\f107";
    color: #fff;
    font-size: 15px;
    font-family: FontAwesome;
    line-height: 1;
    margin-top: -6px;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 1;
}
@media (min-width: 1024px) {
    .anchorBox .anchorCurrent {
        display: none;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }
}
.anchorBox .anchorList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.anchorBox .anchorList .anchorItem {
    padding: 0 32px;
}
@media (max-width: 1600px) {
    .anchorBox .anchorList .anchorItem {
        padding: 0 20px;
    }
}
@media (max-width: 1350px) {
    .anchorBox .anchorList .anchorItem {
        padding: 0 4px;
    }
}
.anchorBox .anchorList .anchorItem:not(:last-child) {
    position: relative;
}
.anchorBox .anchorList .anchorItem:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #f18e2b;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.anchorBox .anchorList .anchorItem .Txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 5px;
    position: relative;
}
@media (min-width: 1024px) {
    .anchorBox .anchorList .anchorItem .Txt:hover {
        color: #f18e2b;
    }
    .anchorBox .anchorList .anchorItem .Txt:hover .en {
        color: #f18e2b;
    }
}
.anchorBox .anchorList .anchorItem .Txt .en {
    font-size: 16px;
    font-weight: 600;
    margin-right: 7px;
    letter-spacing: 0.2px;
    padding: 3px 0 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.anchorBox .anchorList .anchorItem .Txt .tw {
    font-size: 15px;
    letter-spacing: 1.2px;
    font-weight: 500;
}
@media (max-width: 1023px) {
    .anchorBox .anchorList {
        width: 100%;
        max-height: 90vh;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
    }
    .anchorBox .anchorList.open {
        display: block;
    }
    .anchorBox .anchorList .anchorItem:not(:first-child) {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .anchorBox .anchorList .anchorItem::after {
        display: none !important;
    }
    .anchorBox .anchorList .anchorItem .Txt {
        padding: 10px;
    }
}