@charset "UTF-8";
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
.classBox a,
.classBox span,
.formBox .columnCheckBox .columnCheckLabel .columnCheck:after,
.formBox .columnCheckBox .columnCheckLabel .columnCheck:before,
.headerBottom,
.imh_opacity img,
.loadingArea.show,
.moduleBox .moduleClose,
.moduleBox.cart .cartList .del,
.moduleBox.privacy .btnBox .btn.textLink:before,
.moduleBox.privacy .customList .topBox .subtitle,
.moduleBox.privacy .customList .topBox .trigger label span,
.moduleBox.privacy .customList .topBox .trigger label span:before,
.moduleBox.privacy .customList .topBox:before,
.moduleMask,
.pageBox .pageList a.nextBtn:before,
.pageBox .pageList a.prevBtn:before,
.privacyArea,
.scrollHint,
.slideMenuArea .slideBox .midBox .languageBox .languageCurrent,
.slideMenuArea .slideBox .midBox .languageBox .languageCurrent .Icon,
.slideMenuArea .slideBox .midBox .languageBox .languageList,
.slideMenuTrigger .line:after,
.slideMenuTrigger .line:before,
.slideMenuTrigger.close .text,
.slideMenuTrigger.close i,
a,
button {
    -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 {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
.formBox .formRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.formBox .formColumn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 10px;
    position: relative;
}
.formBox .formColumn.select {
    position: relative;
}
.formBox .formColumn.select:before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #626262;
    border-bottom: 2px solid #626262;
    pointer-events: none;
    position: absolute;
    bottom: 35px;
    right: 20px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.formBox .formColumn.pt0 {
    padding-top: 0;
}
.formBox .formColumn.pb0 {
    padding-bottom: 0;
}
@media (max-width: 1180px) {
    .formBox .formColumn {
        padding: 10px;
    }
}
.formBox .formCustom {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.formBox .formCustom.select {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
.formBox .formCustom.select:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: transparent;
    border-top-color: #000000;
}
.formBox .formCustom.active {
    border-color: #000000;
}
.formBox .formCustom.error {
    border-color: #ff0000;
}
.formBox .customTitle {
    width: 65px;
    -moz-text-align-last: justify;
    text-align-last: justify;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 40px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
.formBox .customTitle.requireStyle:before {
    content: "";
    position: absolute;
    content: "*";
    color: #ff0000;
    font-size: 16px;
    right: -6px;
    top: 4px;
}
.formBox .customSelect {
    width: 100%;
    border: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 20px 0;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    line-height: calc(15 / 15);
    letter-spacing: calc(15 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.formBox .customInput {
    width: 100%;
    border: none;
    background: none;
    padding: 20px 0;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    line-height: calc(15 / 15);
    letter-spacing: calc(15 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
.formBox .customArea {
    width: 100%;
    min-height: 150px;
    padding-top: 20px;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    line-height: calc(28 / 15);
    letter-spacing: calc(15 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.formBox .customCheckBox {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.formBox .customCheckBox .customCheckBoxTitle {
    color: #272727;
    font-size: 14px;
    font-weight: 400;
    line-height: calc(14 / 14);
    letter-spacing: calc(14 * 35 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.formBox .customCheckBox .customCheckLabel {
    padding: 2px 5px;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.formBox .customCheckBox .customCheckLabel .customCheck {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: none;
    background: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 10px 0 0;
    outline: 0;
    cursor: pointer;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
.formBox .customCheckBox .customCheckLabel .customCheck:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.formBox .customCheckBox .customCheckLabel .customCheck:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    background: #000000;
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.formBox .customCheckBox .customCheckLabel .customCheck:checked:after {
    opacity: 1;
}
.formBox .customCheckBox .customCheckLabel .customCheck:disabled:before {
    background-color: #e5e5e5 !important;
}
.formBox .customCheckBox .customCheckLabel .customCheck:disabled:after {
    background-color: #b5b5b5 !important;
}
.formBox .customCheckBox .customCheckLabel .customCheck:disabled + span {
    color: #737373 !important;
}
.formBox .customCheckBox .customCheckLabel .customCheck.square:after,
.formBox .customCheckBox .customCheckLabel .customCheck.square:before {
    border-radius: 0;
}
.formBox .customCheckBox .customCheckLabel .customCheck.error:before {
    border-color: #b59060;
}
.formBox .btnBox.flex {
    margin: 60px 0 0;
}
.formBox .columnTitle {
    width: 100%;
    margin-bottom: 12px;
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    line-height: calc(15 / 15);
    letter-spacing: calc(15 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
.formBox .columnTitle.withCheckBox {
    width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
    margin-left: 10px;
    margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
    padding-left: 10px;
}
.formBox .columnTitle.requireStyle:before {
    content: "*";
    color: #f00;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
}
.formBox .columnCheckBox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.formBox .columnCheckBox .columnCheckLabel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 5px;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: 0;
    position: relative;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #cecece;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:after {
    content: "";
    width: 50%;
    height: 50%;
    background-color: #b59060;
    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:after,
.formBox .columnCheckBox .columnCheckLabel .columnCheck.square:before {
    border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.error:before {
    border-color: #b59060;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
    display: inline-block;
    margin-left: 4px;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    line-height: calc(15 / 15);
    letter-spacing: calc(15 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.formBox .columnSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 16px;
    outline: none;
    padding: 5px 25px 5px 10px;
    margin: 0;
}
.formBox .columnSelect:disabled {
    background-color: #e5e5e5 !important;
    color: #737373 !important;
}
.formBox .columnInput {
    padding: 5px 10px;
}
.formBox .columnInput::-webkit-input-placeholder {
    color: #a6a6a6;
}
.formBox .columnInput::-moz-placeholder {
    color: #a6a6a6;
}
.formBox .columnInput:-ms-input-placeholder {
    color: #a6a6a6;
}
.formBox .columnInput::-ms-input-placeholder {
    color: #a6a6a6;
}
.formBox .columnInput::placeholder {
    color: #a6a6a6;
}
.formBox .columnInput:disabled {
    background-color: #e5e5e5 !important;
    color: #737373 !important;
}
.formBox .columnArea {
    height: 200px;
    padding: 10px;
}
@media (max-width: 1180px) {
    .formBox .columnArea {
        height: 120px;
        padding: 5px 10px;
    }
}
.formBox .columnArea,
.formBox .columnInput,
.formBox .columnSelect {
    width: 100%;
    border-radius: 3px;
    border-style: solid;
    border-color: #1a1a1a;
    border-width: 1px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: calc(15 / 15);
    letter-spacing: calc(15 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.formBox .columnInput,
.formBox .columnSelect {
    height: 45px;
}
.formBox .btnBox {
    width: 100%;
}
.formBox .noteTxt {
    width: 100%;
    color: #999;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.02rem;
    margin-top: 10px;
}
.formBox .noteTxt.red {
    color: #f00;
}
@media (max-width: 1180px) {
    .formBox .noteTxt {
        font-size: 14px;
    }
}
.formBox .error {
    border-color: #f00 !important;
}
#ui-datepicker-div {
    z-index: 9999 !important;
}
@-webkit-keyframes btnAni {
    20% {
        background-color: rgba(203, 157, 112, 0.3);
    }
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        background-color: transparent;
    }
}
@keyframes btnAni {
    20% {
        background-color: rgba(203, 157, 112, 0.3);
    }
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        background-color: transparent;
    }
}
@-webkit-keyframes imgLoading {
    0% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0% 50%;
    }
}
@keyframes imgLoading {
    0% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0% 50%;
    }
}
@-webkit-keyframes slideLeftAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideLeftAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes slideDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slideUpAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideUpAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        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;
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes aniSlideLeft {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes aniSlideDown {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes aniSlideDown {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }
    to {
        -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);
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
@keyframes bannerScrollAnimation {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
@-webkit-keyframes scrollHorizontal {
    to {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        opacity: 0;
    }
}
@keyframes scrollHorizontal {
    to {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        opacity: 0;
    }
}
@-webkit-keyframes scrollVertical {
    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }
}
@keyframes scrollVertical {
    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }
}
@-webkit-keyframes loadingAni {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-15%);
        transform: translateY(-15%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes loadingAni {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-15%);
        transform: translateY(-15%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes marqueeText_1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes marqueeText_1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@-webkit-keyframes bannerAni_1 {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes bannerAni_1 {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@-webkit-keyframes bannerAni_2 {
    0% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes bannerAni_2 {
    0% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes bannerAni_3 {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}
@keyframes bannerAni_3 {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}
@-webkit-keyframes bannerAni_4 {
    0% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bannerAni_4 {
    0% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes bannerAni_5 {
    0% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bannerAni_5 {
    0% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes centerAround {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes centerAround {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
    }
}
@keyframes slide {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
    }
}
body {
    font-size: 16px;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    position: relative;
    background-color: #333;
    color: #eee;
}
@media (max-width: 1180px) {
    body {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
}
body.loadingOverflow,
body.overflow,
body.popwinOverflow {
    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: #b59060;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto;
}
@media (max-width: 768px) {
    body.errorPage .mainArea {
        height: 50vh;
        min-height: 350px;
    }
    body.errorPage .mainArea .top {
        font-size: 24px;
    }
}
body:not(.WebSiteHome) .bannerArea .bannerItem {
    position: relative;
    font-size: 0;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    line-height: 1.8667;
    letter-spacing: 1.25px;
    padding-bottom: 60px;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    height: 386px;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
body:not(.WebSiteHome):has(.bannerItem) .innerPageText {
    font-size: 16px;
    padding: 30px 0;
    margin-bottom: 30px;
}
address {
    font-style: normal;
}
a {
    color: #555555;
    cursor: pointer;
}
@media (min-width: 1181px) {
    a:hover {
        color: #b59060;
    }
}
button,
input[type="password"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-family: "Cormorant Garamond", "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 {
    cursor: pointer;
}
.Img img {
    height: auto;
}
div.titan {
    display: none;
}
[class*="col-"] {
    float: left;
}
.col-1 {
    width: 100%;
}
.col-2 {
    width: 50%;
}
.col-3 {
    width: 33.33%;
}
.col-4 {
    width: 25%;
}
.col-5 {
    width: 20%;
}
@media (max-width: 480px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5 {
        float: none;
        width: 100%;
    }
}
.titleBox {
    text-align: center;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
.titleBox.textLeft {
    text-align: left;
}
.titleBox.innerPage {
    padding-top: 235px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .titleBox.innerPage {
        padding: 95px 20px 0;
    }
}
.titleBox.innerPage.active .decoTitle:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.titleBox.innerPage.active .textEditor,
.titleBox.innerPage.active .title {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.titleBox.innerPage .decoTitle {
    overflow: hidden;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
.titleBox.innerPage .decoTitle:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    -webkit-transition: all 2.5s;
    transition: all 2.5s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
@media (max-width: 768px) {
    .titleBox.innerPage .decoTitle {
        width: 100%;
        font-size: 50px;
        white-space: wrap;
        position: absolute;
        top: 130px;
        left: 50%;
        right: unset;
        bottom: unset;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 1;
    }
}
.titleBox.innerPage .title {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.titleBox.innerPage .textEditor {
    margin-top: 50px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.titleBox .decoTitle {
    height: 90px;
    white-space: nowrap;
    opacity: 0.15;
    margin-bottom: -40px;
    color: #b59060;
    font-size: 82px;
    font-weight: 600;
    line-height: calc(82 / 82);
    letter-spacing: calc(82 * 52 / 1000 * 1px);
    font-family: "Cormorant Garamond", "Microsoft JhengHei", sans-serif;
}
.titleBox .subtitle {
    margin-bottom: 20px;
    color: #b59060;
    font-size: 15px;
    font-weight: 500;
    line-height: calc(15 / 15);
    letter-spacing: calc(15 * 50 / 1000 * 1px);
    font-family: "Cormorant Garamond", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 768px) {
    .titleBox .subtitle {
        margin-bottom: -50px;
    }
}
.titleBox .title {
    color: #eee;
    font-size: 46px;
    font-weight: 600;
    /*line-height: calc(46 / 46);*/
    line-height: 1.5;
    letter-spacing: calc(46 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 768px) {
    .titleBox .title {
        font-size: 36px;
        margin-top: 70px;
    }
}
@media (max-width: 480px) {
    .titleBox .title {
        font-size: 32px;
    }
}
.titleBox .text {
    color: #555555;
    font-size: 15px;
    font-weight: 500;
    line-height: calc(30 / 15);
    letter-spacing: calc(15 * 5 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 840px) {
    .titleBox .text {
        font-size: 14px;
        line-height: 2;
    }
}
@media (max-width: 480px) {
    .titleBox .text {
        font-size: 13px;
    }
}
.lineDeco {
    margin: 35px 0;
}
.lineDeco i {
    display: block;
    width: 1px;
    height: 30px;
    background: #e5e5e5;
    margin: 0 auto;
}
.btnBox.flex {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.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 15px;
}
.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.center {
    text-align: center;
}
.btnBox .btn {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #555555;
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    line-height: calc(15 / 15);
    letter-spacing: calc(15 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
@media (min-width: 1181px) {
    .btnBox .btn:hover {
        color: #000000;
    }
}
.btnBox .btn.bgMain {
    text-align: center;
    padding: 15px 0;
    border-style: solid;
    border-color: #1a1a1a;
    border-width: 1px;
    border-radius: 20px;
        background: #b59060;
        color: #ffffff;
}
@media (min-width: 1181px) {
    .btnBox .btn.bgMain:hover {
    border-color: #b59060;
        background: #b59060;
        color: #ffffff;
    }
}
.btnBox .btn.bgSecond {
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    border-radius: 20px;
}
@media (min-width: 1181px) {
    .btnBox .btn.bgSecond:hover {
        background: #ffffff;
        color: #000000;
    }
}
.outerWrap {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}
@media (max-width: 1180px) {
    .wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 768px) {
    .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.moduleBox {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1005;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-property: top, opacity, visibility;
    transition-property: top, opacity, visibility;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.moduleBox.show {
    opacity: 1;
    visibility: visible;
}
.moduleBox.show .moduleWrap {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
}
.moduleBox .moduleWrap {
    position: relative;
    width: 100%;
    max-width: 960px;
    background-color: #fff;
    pointer-events: none;
    padding-top: 60px;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.moduleBox .moduleTitle {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    text-align: center;
}
.moduleBox .moduleContent {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
    background: #b59060;
}
.moduleBox .moduleClose {
    width: 50px;
    height: 50px;
    background: none;
    background-color: #b59060;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.moduleBox .moduleClose:after,
.moduleBox .moduleClose:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -0.5px;
    width: 30px;
    height: 1px;
    background-color: #fff;
}
.moduleBox .moduleClose:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.moduleBox .moduleClose:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (min-width: 1181px) {
    .moduleBox .moduleClose:hover {
        background-color: #000;
    }
}
.moduleBox.privacy .moduleWrap {
    max-width: 700px;
    padding-top: 50px;
    position: relative;
    z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    text-align: left;
}
@media (max-width: 640px) {
    .moduleBox.privacy .moduleTitle {
        font-size: 18px;
        padding-bottom: 10px;
    }
}
.moduleBox.privacy .moduleContent {
    max-height: calc(90vh - 50px);
    overflow-y: auto;
}
.moduleBox.privacy .settingBox + .settingBox {
    margin-top: 25px;
}
.moduleBox.privacy .text {
    font-size: 15px;
    line-height: 1.35;
}
@media (max-width: 640px) {
    .moduleBox.privacy .text {
        font-size: 14px;
    }
}
.moduleBox.privacy .btnBox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
    padding: 10px 15px;
}
.moduleBox.privacy .btnBox .btn.textLink {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink:before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #b59060;
    position: absolute;
    bottom: -3px;
    left: 50%;
}
@media (min-width: 1181px) {
    .moduleBox.privacy .btnBox .btn.textLink:hover:before {
        width: 100%;
        left: 0;
    }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
    padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}
.moduleBox.privacy .customList .topBox:before {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-80%) rotate(-45deg);
    transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open:before {
    -webkit-transform: translateY(-100%) rotate(45deg);
    transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
    font-size: 15px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
    color: #b59060;
    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: #e3cbb3;
}
.moduleBox.privacy .customList .topBox .trigger label input[type="checkbox"]:checked + span:before {
    background-color: #d2aa83;
    -webkit-transform: translate(75%, -50%);
    transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
    width: 38px;
    height: 14px;
    border-radius: 30px;
    background-color: #d9d9d9;
    display: block;
    margin-left: auto;
    position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span:before {
    content: "";
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #b5b5b5;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (min-width: 1181px) {
    .moduleBox.privacy .customList .topBox:hover .subtitle {
        color: #b59060;
    }
}
@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: #b59060;
}
.moduleBox.cart .cartBox {
    max-height: 50vh;
    border-top: 2px solid #b59060;
    border-bottom: 2px solid #e5e5e5;
    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 #e5e5e5;
    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;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.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: 1181px) {
    .moduleBox.cart .cartList .title a:hover {
        color: #b59060;
    }
}
.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: 1181px) {
    .moduleBox.cart .cartList .del:hover {
        background-color: #b59060;
        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: #b59060;
    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: 1181px) {
    .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;
}
.moduleBox.reserver .moduleWrap {
    padding: 40px;
}
.moduleBox.reserver .moduleWrap .moduleClose {
    width: auto;
    background: none;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.moduleBox.reserver .moduleWrap .moduleClose span {
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    line-height: calc(14 / 14);
    letter-spacing: calc(14 * 100 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.moduleBox.reserver .moduleWrap .moduleClose i {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.moduleBox.reserver .moduleWrap .moduleClose i:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: #545453;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.moduleBox.reserver .moduleWrap .moduleClose i:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: #545453;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.moduleBox.reserver .moduleWrap .moduleContent {
    max-height: 70vh;
    padding: 0 80px 90px;
    overflow-y: auto;
}
.moduleBox.reserver .moduleWrap .moduleContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #f1f1f1;
}
.moduleBox.reserver .moduleWrap .moduleContent::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f1f1f1;
}
.moduleBox.reserver .moduleWrap .moduleContent::-webkit-scrollbar-thumb {
    background: #b59060;
}
.moduleBox.reserver .moduleWrap .titleBox {
    padding-top: 85px;
    margin-bottom: 85px;
}
.moduleBox.reserver .moduleWrap .titleBox .title {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 30px;
}
.moduleBox.reserver .moduleWrap .formBox .formList {
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 0 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.moduleBox.reserver .moduleWrap .formBox .formList > :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.moduleBox.reserver .moduleWrap .formBox .formList > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.moduleBox.reserver .moduleWrap .formBox .formList .full {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
}
.moduleBox.reserver .moduleWrap .formBox .formList .margin {
    margin-bottom: 60px;
}
.moduleBox.reserver .moduleWrap .formBox .formList .textarea {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20px;
}
.moduleBox.reserver .moduleWrap .formBox .formList .forBtn {
    height: auto;
    border: none;
}
.moduleBox.reserver .moduleWrap .formBox .formList .typeSelect select:last-child {
    display: none;
}
.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;
}
.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 {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #efefef;
    -webkit-transition: 0.6s all ease-in-out 0.3s;
    transition: 0.6s all ease-in-out 0.3s;
}
.loadingArea:before {
    left: 0;
}
.loadingArea.show {
    pointer-events: auto;
}
.loadingArea.hide #logoLoading {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.loadingArea.hide:before {
    opacity: 0;
}
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 51;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    z-index: 999;
}
header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
@media (max-width: 1180px) {
    header {
        border-bottom: 1px solid #e5e5e5;
    }
}
header .topBox {
    padding: 5px 0;
    background-color: #1a1a1a;
}
header .topBox .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}
@media (max-width: 1400px) {
    header .topBox .wrap {
        padding: 0 40px;
    }
}
@media (max-width: 1180px) {
    header .topBox .wrap {
        padding: 0 20px;
    }
}
header .wrap {
    max-width: 100%;
    padding: 60px 80px 0;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
@media (max-width: 1400px) {
    header .wrap {
        padding: 60px 40px 0;
    }
}
@media (max-width: 1180px) {
    header .wrap {
        padding: 0 20px;
    }
}
header .controlBox {
    width: 210px;
}
@media (max-width: 1180px) {
    header .controlBox {
        width: auto;
        position: absolute;
        top: 15px;
        left: 20px;
        bottom: 0;
        margin: auto 0;
    }
}
header .logo {
    width: 250px;
    margin: 0 auto;
}
header .logo a {
    display: block;
    width: 100%;
}
header .logo img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
header .slideBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    min-width: 230px;
}
@media (max-width: 1180px) {
    header .slideBox {
        display: none;
    }
}
header .slideBox .left {
    width: 50%;
}
header .slideBox .left.slideText {
    font-size: 18px;
    font-weight: 300;
}
header .slideBox .left.slideText .s_text {
    font-size: 13px;
}
header .slideBox .right {
    width: 50%;
}
header .slideBox .right .bookingBtn {
    display: block;
    width: 100%;
    background: #b59060;
    text-align: center;
    padding: 15px 0;
    border-style: solid;
    border-color: #b59060;
    border-width: 1px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: calc(15 / 15);
    letter-spacing: calc(15 * 75 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    border-radius: 20px;
}
@media (max-width: 768px) {
    header .slideBox .right .bookingBtn {
        max-width: 180px;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    header .slideBox .right .bookingBtn {
        display: none;
    }
}
@media (min-width: 1181px) {
    header .slideBox .right .bookingBtn:hover {
        background: #ffffff;
    border-color: #ffffff;
        color: #1a1a1a;
    }
}
header .languageBox {
    margin-left: 25px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
@media (max-width: 1180px) {
    header .languageBox {
        margin: 0;
    }
}
header .languageBox .languageCurrent {
    padding-right: 20px;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: calc(16 / 16);
    letter-spacing: calc(16 * 35 / 1000 * 1px);
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
header .languageBox .languageCurrent:before {
    content: "";
    position: absolute;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #ffffff #ffffff transparent transparent;
    position: absolute;
    top: 50%;
    left: unset;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
header .languageBox .languageList {
    width: 100px;
    background: #ffffff;
    padding: 5px 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 50%;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
header .languageBox .languageList.show {
    top: calc(100% + 10px);
    opacity: 1;
    pointer-events: auto;
}
header .languageBox .languageList li {
    border-bottom: 1px solid #e5e5e5;
}
header .languageBox .languageList li:last-child {
    border: none;
}
header .languageBox .languageList li a {
    display: block;
    text-align: center;
    padding: 5px 0;
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    line-height: calc(15 / 15);
    letter-spacing: calc(15 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
    header .languageBox .languageList li a:hover {
        color: #b59060;
    }
}
.headerBottom {
    background-color: #1a1a1a;
    position: sticky;
    top: 66px;
    left: 0;
    z-index: 3;
}
.headerBottom .customLinkNav {
    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;
}
@media (max-width: 1180px) {
    .headerBottom .customLinkNav {
        display: none;
    }
}
.headerBottom .customLinkNav li {
    height: 64px;
    display: block;
}
@media (max-width: 1400px) {
    .headerBottom .customLinkNav li {
        margin-right: 20px;
    }
}
.headerBottom .customLinkNav li:first-of-type {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.headerBottom .customLinkNav li:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.headerBottom .customLinkNav li:nth-of-type(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.headerBottom .customLinkNav li:nth-of-type(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.headerBottom .customLinkNav li:nth-of-type(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.headerBottom .customLinkNav li:nth-of-type(6) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.headerBottom .customLinkNav li:nth-of-type(7) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.headerBottom .customLinkNav li:nth-of-type(8) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.headerBottom .customLinkNav li:last-child {
    margin: 0;
}
.headerBottom .customLinkNav li a {
    height: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: calc(16 / 16);
    letter-spacing: calc(16 * 75 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    line-height: 1;
    padding: 20px 30px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1400px) {
    .headerBottom .customLinkNav li a {
        font-size: 14px;
        padding: 20px;
    }
}
.headerBottom .customLinkNav li a:hover {
        color: #b59060;
    }
.headerBottom .customLinkNav li a.current {
        color: #b59060;
    }
.headerBottom .customLinkNav li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #b59060;
    position: absolute;
    top: unset;
    left: 50%;
    right: unset;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
@media (min-width: 1181px) {
    .headerBottom .customLinkNav li a:hover:before {
        width: 100%;
    }
    .headerBottom .customLinkNav li a.current:before {
        width: 100%;
    }
}
.headerBottom .customLinkNav svg {
    width: 24px;
    height: 24px;
    color: #fff;
    margin-right: 8px;
}
.slideMenuTrigger {
    width: 40px;
    height: 20px;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
@media (min-width: 1181px) {
    .slideMenuTrigger:hover .line:after,
    .slideMenuTrigger:hover .line:before {
        width: 100%;
    }
}
.slideMenuTrigger .line {
    width: 100%;
    height: 3px;
    background-color: transparent;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: background-color 0.3s 0.3s ease-in-out;
    transition: background-color 0.3s 0.3s ease-in-out;
    background-color: #b59060;
}
.slideMenuTrigger .line:after,
.slideMenuTrigger .line:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #b59060;
    position: absolute;
    z-index: 1;
    -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 .line:before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.slideMenuTrigger .line:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}
.slideMenuTrigger.show .line {
    -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.show .line:after,
.slideMenuTrigger.show .line:before {
    -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.show .line:before {
    top: 0;
    left: 0;
    /*-webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);*/
}
.slideMenuTrigger.show .line:after {
    bottom: 0;
    right: 0;
    /*-webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);*/
}
@media (min-width: 1181px) {
    .slideMenuTrigger.show:hover span {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.slideMenuTrigger.close {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
}
.slideMenuTrigger.close i {
    font-size: 18px;
    margin-right: 15px;
}
.slideMenuTrigger.close .text {
    font-size: 16px;
}
@media (min-width: 1181px) {
    .slideMenuTrigger.close:hover i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #b59060;
    }
    .slideMenuTrigger.close:hover .text {
        color: #b59060;
    }
}
.slideMenuArea {
    width: 100%;
    max-width: 350px;
    height: 100vh;
    background-color: #333;
    height: 100vh;
    opacity: 0;
    overflow-x: hidden;
    pointer-events: none;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 0;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
    z-index: 99;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.slideMenuArea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
    background: #b59060;
}
@media (max-width: 640px) {
    .slideMenuArea {
        max-width: 100%;
    }
}
.slideMenuArea.show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.slideMenuArea .wrap {
    padding: 85px 0px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
@media (max-width: 1180px) {
    .slideMenuArea .wrap {
        /*padding: 67px 0;*/
    }
}
.slideMenuArea .menuBox {
    width: 100%;
}
.slideMenuArea .menuBox .navBox {
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
.slideMenuArea .menuBox .customLinkNav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.headerBottom .customLinkNav li a i.fa {
    margin-right: 5px;
}

.slideMenuArea .menuBox .customLinkNav > .menuItem {
    width: 50%;
}
.slideMenuArea .menuBox .customLinkNav > .menuItem a {
    display: block;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: calc(16 / 16);
    letter-spacing: calc(16 * 5 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    background-color: #333;
    border: 0.5px solid rgba(154, 154, 154, 0.5);
}
@media (min-width: 1181px) {
    .slideMenuArea .menuBox .customLinkNav > .menuItem a:hover {
        color: #b59060;
    }
}
.slideMenuArea .menuBox .customLinkNav > .menuItem a.current {
    color: #b59060;
}
.slideMenuArea .slideBox {
    padding: 20px;
    width: 100%;
}
.slideMenuArea .slideBox .homeBtnBox {
    width: 100%;
    margin-bottom: 10px;
}
.slideMenuArea .slideBox .homeBtnBox .btn {
    background-color: #e6e6e6;
    color: #1a1a1a;
    width: 100%;
    display: block;
    padding: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    text-align: center;
}
@media (min-width: 1181px) {
    .slideMenuArea .slideBox .homeBtnBox .btn:hover {
        background-color: #1a1a1a;
        color: #fff;
    }
}
.slideMenuArea .slideBox .midBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
}
.slideMenuArea .slideBox .midBox .left,
.slideMenuArea .slideBox .midBox .right {
    width: 50%;
    padding: 5px;
}
.slideMenuArea .slideBox .midBox .languageBox {
    background-color: #e6e6e6;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    position: relative;
}
.slideMenuArea .slideBox .midBox .languageBox .languageCurrent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px;
    position: relative;
    cursor: pointer;
}
@media (min-width: 1181px) {
    .slideMenuArea .slideBox .midBox .languageBox .languageCurrent:hover {
        background-color: #1a1a1a;
        color: #fff;
    }
    .slideMenuArea .slideBox .midBox .languageBox .languageCurrent:hover .Icon {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
}
.slideMenuArea .slideBox .midBox .languageBox .languageCurrent .Icon {
    width: 15px;
    height: 15px;
}
.slideMenuArea .slideBox .midBox .languageBox .languageCurrent .Icon img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slideMenuArea .slideBox .midBox .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: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
}
.slideMenuArea .slideBox .midBox .languageBox .languageList.show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.slideMenuArea .slideBox .midBox .languageBox .languageList li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.slideMenuArea .slideBox .midBox .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: 1181px) {
    .slideMenuArea .slideBox .midBox .languageBox .languageList li a:hover {
        background-color: #b59060;
        color: #fff;
    }
}
.slideMenuArea .slideBox .midBox .languageBox .languageList li a.current {
    background-color: #b59060;
    color: #fff;
}
.slideMenuArea .slideBox .midBox .faqBtn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e6e6e6;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    padding: 8px 5px;
    color: #1a1a1a;
}
@media (min-width: 1181px) {
    .slideMenuArea .slideBox .midBox .faqBtn:hover {
        background-color: #1a1a1a;
        color: #fff;
    }
}
.slideMenuArea .slideBox .midBox .faqBtn i {
    font-size: 15px;
}
.slideMenuArea .socialBox {
    margin: 10px 0 0;
}
.slideMenuArea .socialBox .socialList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.slideMenuArea .socialBox .socialList li {
    margin-right: 25px;
}
.slideMenuArea .socialBox .socialList li:last-child {
    margin: 0;
}
.slideMenuArea .socialBox .socialList li a {
    width: 60px;
    height: 60px;
    display: block;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    background-color: #e6e6e6;
    color: #1a1a1a;
    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;
}
@media (min-width: 1181px) {
    .slideMenuArea .socialBox .socialList li a:hover {
        background-color: #1a1a1a;
        color: #fff;
    }
}
.slideMenuArea .socialBox .socialList li a svg {
    width: 100%;
    height: 100%;
}
.slideMenuArea .controlBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.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;
}
.bannerArea {
    clear: both;
    overflow: hidden;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
.bannerArea .wrap {
    max-width: 100%;
    padding: 0;
}
.bannerArea .bannerList.slick-dotted {
    margin-bottom: 0;
}
.bannerArea .bannerLink {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
footer {
    padding: 70px 0 20px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
@media (max-width: 1023px) {
    footer {
        padding: 60px 0 120px;
    }
}
footer.active .topBox .footerLogo,
footer.active .topBox .hotelBox,
footer.active .topBox .sideContactInfo,
footer.active .topBox .socialBox {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}
footer.active .wrap > nav .footerMenu > li {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}
footer .topBox {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #535353;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 1023px) {
    footer .topBox {
        -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;
    }
}
footer .topBox .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 50%;
}
@media (max-width: 1023px) {
    footer .topBox .left {
        margin-bottom: 40px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
footer .topBox .hotelBox {
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
@media (max-width: 1023px) {
    footer .topBox .hotelBox {
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
footer .topBox .hotelBox .hotelTitle {
    font-size: 22px;
    color: #fff;
    margin-bottom: 40px;
}
footer .topBox .hotelBox .hotelSubTitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}
footer .topBox .hotelBox .hotelList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1023px) {
    footer .topBox .hotelBox .hotelList {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 640px) {
    footer .topBox .hotelBox .hotelList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
footer .topBox .hotelBox .hotelList .hoteItem {
    font-size: 16px;
    display: inline-block;
}
footer .topBox .hotelBox .hotelList .hoteItem a {
    color: #aaa;
}
@media (min-width: 1181px) {
    footer .topBox .hotelBox .hotelList .hoteItem a:hover {
        color: #b59060;
    }
}
@media (min-width: 1181px) {
    footer .topBox .hotelBox .hotelList .hoteItem:not(:first-child) a {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid #fff;
    }
}
footer .topBox .footerLogo {
    margin-right: 130px;
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
@media (max-width: 1023px) {
    footer .topBox .footerLogo {
        display: none;
    }
}
footer .topBox .footerLogo a {
    display: block;
    width: 185px;
}
footer .topBox .footerLogo img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
footer .topBox .sideContactInfo {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    margin-bottom: 15px;
}
footer .topBox .sideContactInfo .infoList ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 480px) {
    footer .topBox .sideContactInfo .infoList ol {
        -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;
    }
}
footer .topBox .sideContactInfo .infoList ol li {
    margin: 0 10px 0 0;
    padding-right: 10px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
footer .topBox .sideContactInfo .infoList ol li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background: #888888;
    position: absolute;
    top: 50%;
    left: unset;
    right: 0;
    bottom: unset;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}
@media (max-width: 480px) {
    footer .topBox .sideContactInfo .infoList ol li:before {
        display: none;
    }
}
@media (max-width: 480px) {
    footer .topBox .sideContactInfo .infoList ol li {
        margin: 0 0 10px;
    }
}
footer .topBox .sideContactInfo .infoList ol li:last-child {
    padding: 0;
    margin: 0;
}
footer .topBox .sideContactInfo .infoList ol li:last-child:before {
    display: none;
}
footer .topBox .sideContactInfo .infoList li {
    margin-bottom: 10px;
}
@media (max-width: 1023px) {
    footer .topBox .sideContactInfo .infoList li {
        text-align: center;
    }
}
footer .topBox .sideContactInfo .infoList li a,
footer .topBox .sideContactInfo .infoList li span {
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
    line-height: calc(14 / 14);
    letter-spacing: calc(14 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
    footer .topBox .sideContactInfo .infoList li a:hover {
        color: #ffffff;
    }
}
footer .topBox .socialBox {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
footer .topBox .socialBox .socialList {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1023px) {
    footer .topBox .socialBox .socialList {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    }
}

footer .topBox .socialBox .socialList li {
    margin-right: 25px;
}
footer .topBox .socialBox .socialList li:last-child {
    margin: 0;
}
footer .topBox .socialBox .socialList li a {
    display: block;
    width: 20px;
    height: 20px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}
footer .topBox .socialBox .socialList li a svg {
    width: 100%;
    height: 100%;
}
footer .midBox {
    width: 100%;
    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-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #535353;
}
footer .wrap > nav {
    padding-bottom: 140px;
    margin-bottom: 45px;
    border-bottom: 1px solid #5f5f5f;
}
@media (max-width: 768px) {
    footer .wrap > nav {
        display: none;
    }
}
footer .wrap > nav .footerMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 1023px) {
    footer .wrap > nav .footerMenu {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        gap: 30px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    footer .wrap > nav .footerMenu > :first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    footer .wrap > nav .footerMenu > :nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    footer .wrap > nav .footerMenu > :nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }
    footer .wrap > nav .footerMenu > :nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 7;
    }
}
footer .wrap > nav .footerMenu > li {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
footer .wrap > nav .footerMenu > li:first-of-type {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
footer .wrap > nav .footerMenu > li:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
footer .wrap > nav .footerMenu > li:nth-of-type(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
footer .wrap > nav .footerMenu > li:nth-of-type(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
footer .wrap > nav .footerMenu > li:nth-of-type(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
footer .wrap > nav .footerMenu > li:nth-of-type(6) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
footer .wrap > nav .footerMenu > li:nth-of-type(7) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
footer .wrap > nav .footerMenu > li .mainLink {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: calc(18 / 18);
    letter-spacing: calc(18 * 100 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
    footer .wrap > nav .footerMenu > li .mainLink:hover {
        color: #b59060;
    }
}
footer .wrap > nav .footerMenu > li .submenu {
    margin-top: 30px;
}
footer .wrap > nav .footerMenu > li .submenu li {
    margin-bottom: 15px;
}
footer .wrap > nav .footerMenu > li .submenu li a {
    display: block;
    padding-left: 15px;
    color: #acacac;
    font-size: 14px;
    font-weight: 400;
    line-height: calc(14 / 14);
    letter-spacing: calc(14 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
footer .wrap > nav .footerMenu > li .submenu li a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 1px;
    background: #acacac;
    position: absolute;
    top: 50%;
    left: 0;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}
@media (min-width: 1181px) {
    footer .wrap > nav .footerMenu > li .submenu li a:hover {
        color: #ffffff;
    }
}
footer .bottomBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 768px) {
    footer .bottomBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
footer .bottomBox .linkBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 768px) {
    footer .bottomBox .linkBox {
        margin-bottom: 20px;
    }
}
footer .bottomBox .linkBox a {
    display: block;
    padding: 0 10px;
    color: #b59060;
    font-size: 14px;
    font-weight: 400;
    line-height: calc(14 / 14);
    letter-spacing: calc(14 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
footer .bottomBox .linkBox a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background: #b59060;
    position: absolute;
    top: 50%;
    left: unset;
    right: 0;
    bottom: unset;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}
@media (min-width: 1181px) {
    footer .bottomBox .linkBox a:hover {
        color: #ffffff;
    }
}
footer .bottomBox .linkBox a:first-child {
    padding-left: 0;
}
footer .bottomBox .linkBox a:last-child {
    padding-right: 0;
}
footer .bottomBox .linkBox a:last-child:before {
    display: none;
}
footer .bottomBox .copyrightBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
footer .bottomBox .copyrightBox .copyright {
    margin-right: 10px;
}
footer .bottomBox .copyrightBox .copyright p {
    color: #b59060;
    font-size: 14px;
    font-weight: 400;
    line-height: calc(14 / 14);
    letter-spacing: calc(14 * 5 / 1000 * 1px);
    font-family: "Poppins", "Microsoft JhengHei", sans-serif;
}

footer .bg {
    /*background: url("../images/footer_BG.jpg") no-repeat top center;*/
    background-color: #000;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -999;
    pointer-events: none;
    overflow: hidden;
}
.floatBtn {
    width: 260px;
    height: 65px;
    background: #b59060;
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    position: fixed;
    top: unset;
    left: unset;
    right: 65px;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    z-index: 98;
}
@media (max-width: 768px) {
    .floatBtn {
        width: 100%;
        right: 0;
    }
}
@media (max-width: 480px) {
    .floatBtn {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.floatBtn.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.floatBtn a {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: calc(15 / 15);
    letter-spacing: calc(15 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.floatBtn a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (max-width: 768px) {
    .floatBtn a {
        width: 100%;
        text-align: center;
    }
}
.floatBtn a span {
    padding-left: 5px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: calc(15 / 15);
    letter-spacing: calc(15 * 50 / 1000 * 1px);
    font-family: "Cormorant Garamond", "Microsoft JhengHei", sans-serif;
}
.floatBtn .arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #ffffff #ffffff transparent transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.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: #b59060;
    display: inline-block;
    margin-top: 8px;
    text-decoration: underline;
}
@media (min-width: 1181px) {
    .privacyArea .text a:hover {
        color: #b59060;
    }
}
.privacyArea .btnBox {
    width: 100%;
    max-width: 360px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}
@media (max-width: 480px) {
    .privacyArea .btnBox {
        max-width: 100%;
    }
}
.fixedQuickLink {
    width: 100%;
    background-color: #000;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
}
@media (min-width: 1181px) {
    .fixedQuickLink {
        display: none;
    }
}
.fixedQuickLink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fixedQuickLink li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.fixedQuickLink li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a,
.fixedQuickLink button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 55px;
    font-size: 13px;
    color: #fff;
}
.fixedQuickLink i {
    margin-bottom: 5px;
}
.adminPreviewArea {
    max-width: 320px;
    border: 4px solid #ffe2e2;
    border-radius: 5px;
    background: #fdc9c9;
    color: #000;
    padding: 20px;
    position: fixed;
    top: 15px;
    right: 0;
    z-index: 99999;
}
.adminPreviewArea button {
    text-decoration: underline;
}
.adminLoginArea {
    width: 100%;
    background-color: rgba(180, 0, 0, 0.85);
    color: #fff;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.5px;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    text-align: center;
}
.adminLoginArea p {
    padding: 20px 15px;
}
.mainArea {
    padding-bottom: 60px;
}
.mainArea.innerPage {
    padding-top: 85px;
}
.mainArea.about,
.mainArea.spa {
    padding: 0;
}
.mainArea .contentBox {
    clear: both;
}
.outerBG {
    background: url("../images/BG.jpg") no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -999;
    pointer-events: none;
    overflow: hidden;
}
.sectionTitle {
    border-bottom: 1px solid #d6d6d6;
    color: #232323;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    padding: 15px 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 #e5e5e5;
}
.classNote img {
    max-width: 100%;
}
.classBox {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 4;
}
@media (max-width: 1180px) {
    .classBox {
        max-width: calc(100% - 40px);
        margin: 20px auto;
    }
}
.classBox a,
.classBox span {
    cursor: pointer;
}
.classBoxRow {
    margin-bottom: 60px;
}
@media (max-width: 1180px) {
    .classBoxRow {
        margin-bottom: 40px;
    }
}
@media (min-width: 1181px) {
    .classBoxRow .classLink {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .classBoxRow .classLink li {
        margin: 0 20px 20px;
    }
    .classBoxRow .classLink a,
    .classBoxRow .classLink span {
        display: block;
        padding-bottom: 5px;
        color: #555555;
        font-size: 15px;
        font-weight: 400;
        line-height: calc(15 / 15);
        letter-spacing: calc(15 * 50 / 1000 * 1px);
        font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        z-index: 1;
    }
    .classBoxRow .classLink a:before,
    .classBoxRow .classLink span:before {
        content: "";
        position: absolute;
        width: 0;
        height: 1px;
        background: #555555;
        position: absolute;
        top: unset;
        left: 50%;
        right: unset;
        bottom: 0;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 1;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }
}
@media (min-width: 1181px) and (min-width: 1181px) {
    .classBoxRow .classLink a:hover,
    .classBoxRow .classLink span:hover {
        color: #000000;
    }
    .classBoxRow .classLink a:hover:before,
    .classBoxRow .classLink span:hover:before {
        width: 100%;
    }
}
@media (min-width: 1181px) {
    .classBoxRow .classLink a.current,
    .classBoxRow .classLink span.current {
        color: #000000;
    }
    .classBoxRow .classLink a.current:before,
    .classBoxRow .classLink span.current:before {
        width: 100%;
    }
}
.classBoxColumn {
    margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems:after,
.classBoxColumn .classLink .linkHasItems:before {
    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: #b59060;
    color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open:after,
.classBoxColumn .classLink .linkHasItems.open:before {
    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(203, 157, 112, 0.75);
    color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.open,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.open {
    background-color: rgba(203, 157, 112, 0.75);
    color: #fff;
}
@media (min-width: 1181px) {
    .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover,
    .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
        background-color: rgba(203, 157, 112, 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(203, 157, 112, 0.5);
    color: #fff;
}
@media (min-width: 1181px) {
    .classBoxColumn .classLink .linkHasItems.open + ul > li ul a:hover {
        background-color: rgba(203, 157, 112, 0.5);
    }
}
@media (min-width: 1181px) {
    .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: 1181px) {
    .classBoxColumn .classLink > li:not(:first-child) {
        border-top: 1px solid #e5e5e5;
    }
    .classBoxColumn .classLink ul {
        display: none;
    }
    .classBoxColumn .classLink ul li:not(:first-child) {
        border-top: 1px solid #e5e5e5;
    }
    .classBoxColumn .classLink a,
    .classBoxColumn .classLink span {
        color: #ffffff;
        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: #b59060;
        color: #fff;
    }
    .classBoxColumn .classLink a.current:after,
    .classBoxColumn .classLink a.current:before,
    .classBoxColumn .classLink span.current:after,
    .classBoxColumn .classLink span.current:before {
        background-color: #fff;
    }
}
@media (min-width: 1181px) and (min-width: 1181px) {
    .classBoxColumn .classLink a:hover,
    .classBoxColumn .classLink span:hover {
        background-color: #b59060;
        color: #fff;
    }
    .classBoxColumn .classLink a:hover:after,
    .classBoxColumn .classLink a:hover:before,
    .classBoxColumn .classLink span:hover:after,
    .classBoxColumn .classLink span:hover:before {
        background-color: #fff;
    }
}
@media (max-width: 1180px) {
    .classBoxColumn .classLink,
    .classBoxRow .classLink {
        width: 100%;
        overflow-x: auto;
        padding: 0 80px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .classBoxColumn .classLink:before,
    .classBoxRow .classLink:before {
        content: "";
        position: absolute;
        width: 60px;
        height: 60px;
        background: url("../images/BG.jpg") no-repeat center;
        background-size: cover;
        -webkit-filter: blur(10px);
        filter: blur(10px);
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: -20px;
        right: unset;
        bottom: unset;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: 10;
    }
    .classBoxColumn .classLink:after,
    .classBoxRow .classLink:after {
        content: "";
        position: absolute;
        width: 60px;
        height: 60px;
        background: url("../images/BG.jpg") no-repeat center;
        background-size: cover;
        -webkit-filter: blur(10px);
        filter: blur(10px);
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: unset;
        right: -20px;
        bottom: unset;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: 10;
    }
    .classBoxColumn .classLink li,
    .classBoxRow .classLink li {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 40px;
    }
    .classBoxColumn .classLink li:last-child,
    .classBoxRow .classLink li:last-child {
        margin: 0;
    }
    .classBoxColumn .classLink li a,
    .classBoxColumn .classLink li span,
    .classBoxRow .classLink li a,
    .classBoxRow .classLink li span {
        display: block;
        padding-bottom: 5px;
        color: #555555;
        font-size: 15px;
        font-weight: 400;
        line-height: calc(15 / 15);
        letter-spacing: calc(15 * 50 / 1000 * 1px);
        font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        z-index: 1;
    }
    .classBoxColumn .classLink li a:before,
    .classBoxColumn .classLink li span:before,
    .classBoxRow .classLink li a:before,
    .classBoxRow .classLink li span:before {
        content: "";
        position: absolute;
        width: 0;
        height: 1px;
        background: #555555;
        position: absolute;
        top: unset;
        left: 50%;
        right: unset;
        bottom: 0;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 1;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }
}
@media (max-width: 1180px) and (min-width: 1181px) {
    .classBoxColumn .classLink li a:hover,
    .classBoxColumn .classLink li span:hover,
    .classBoxRow .classLink li a:hover,
    .classBoxRow .classLink li span:hover {
        color: #000000;
    }
    .classBoxColumn .classLink li a:hover:before,
    .classBoxColumn .classLink li span:hover:before,
    .classBoxRow .classLink li a:hover:before,
    .classBoxRow .classLink li span:hover:before {
        width: 100%;
    }
}
@media (max-width: 1180px) {
    .classBoxColumn .classLink li a.current,
    .classBoxColumn .classLink li span.current,
    .classBoxRow .classLink li a.current,
    .classBoxRow .classLink li span.current {
        color: #000000;
    }
    .classBoxColumn .classLink li a.current:before,
    .classBoxColumn .classLink li span.current:before,
    .classBoxRow .classLink li a.current:before,
    .classBoxRow .classLink li span.current:before {
        width: 100%;
    }
}
.pageBox .pageList {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #cecece;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1180px) {
    .pageBox .pageList {
        padding: 30px 0;
    }
}
.pageBox .pageList a {
    border: 1px solid #c2c2c2;
    color: #666;
    display: block;
    font-size: 15px;
}
.pageBox .pageList a.nextBtn:before,
.pageBox .pageList a.prevBtn:before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    display: block;
    position: absolute;
}
.pageBox .pageList a.prevBtn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
@media (min-width: 1181px) {
    .pageBox .pageList a:hover {
        border: 1px solid #b59060;
        background-color: #b59060;
        color: #fff;
    }
    .pageBox .pageList a:hover.nextBtn:before,
    .pageBox .pageList a:hover.prevBtn:before {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}
.pageBox .pageList.number {
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pageBox .pageList.number.oval a {
    width: 50px;
}
.pageBox .pageList.number a {
    width: 30px;
    height: 30px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    text-align: center;
    margin: 5px;
}
.pageBox .pageList.number a.nextBtn:before,
.pageBox .pageList.number a.prevBtn: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: 1181px) {
    .pageBox .pageList.number a.firstBtn:hover,
    .pageBox .pageList.number a.lastBtn:hover {
        background-color: transparent;
        color: #b59060;
    }
}
.pageBox .pageList.number a.current {
    border: 1px solid #b59060;
    background-color: #b59060;
    color: #fff;
}
@media (min-width: 1181px) {
    .pageBox .pageList.number a:hover.firstBtn:after,
    .pageBox .pageList.number a:hover.firstBtn:before,
    .pageBox .pageList.number a:hover.lastBtn:after,
    .pageBox .pageList.number a:hover.lastBtn:before {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}
@media (max-width: 1180px) {
    .pageBox .pageList.number .pageNumberBtnBox {
        display: none;
    }
}
.pageBox .pageList.number .pageNumberSelect {
    width: 30px;
    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;
}
@media (min-width: 1180px) {
    .pageBox .pageList.number .pageNumberSelect {
        display: none;
    }
}
@media (max-width: 768px) {
    .pageBox .pageList.number {
        margin-top: 30px;
    }
}
.pageBox .pageList.prevnext {
    margin-top: 60px;
}
.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.nextBtn:before,
.pageBox .pageList.prevnext a.prevBtn:before {
    top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
    text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn:before {
    left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
    margin-left: auto;
    text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn:before {
    right: 15px;
}
@media (max-width: 768px) {
    .pageBox .pageList.prevnext {
        margin-top: 40px;
    }
    .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;
}
.sideDataArea {
    margin-top: 190px;
}
@media (max-width: 768px) {
    .sideDataArea {
        margin-top: 80px;
    }
}
.sideDataArea .titleBox {
    margin-bottom: 60px;
}
.sideDataArea .titleBox .title {
    color: #eee;
    font-size: 30px;
    font-weight: 400;
    line-height: calc(30 / 30);
    letter-spacing: calc(30 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.sideDataArea .sideDataBox .sideDataList .item {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 640px) {
    .sideDataArea .sideDataBox .sideDataList .item {
        max-width: 360px;
        padding: 0;
    }
}
.sideDataArea .sideDataBox .sideDataList .item .Img {
    width: 100%;
    margin-bottom: 25px;
}
.sideDataArea .sideDataBox .sideDataList .item .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.sideDataArea .sideDataBox .sideDataList .item .Txt .newsInfoBox {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.sideDataArea .sideDataBox .sideDataList .item .Txt .newsInfoBox .classTitle {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: calc(14 / 14);
    letter-spacing: calc(14 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.sideDataArea .sideDataBox .sideDataList .item .Txt .newsInfoBox .dash {
    margin: 0 10px;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: calc(14 / 14);
    letter-spacing: calc(14 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.sideDataArea .sideDataBox .sideDataList .item .Txt .newsInfoBox .dateBox .date {
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    line-height: calc(15 / 15);
    letter-spacing: calc(15 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.sideDataArea .sideDataBox .sideDataList .item .Txt .title {
    height: 56px;
    margin-bottom: 30px;
}
.sideDataArea .sideDataBox .sideDataList .item .Txt .title a {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: calc(28 / 18);
    letter-spacing: calc(18 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (min-width: 1181px) {
    .sideDataArea .sideDataBox .sideDataList .item .Txt .title a:hover {
        color: #b59060;
    }
}
.sideShare .shareList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.sideShare .shareList .shareTitle {
    margin-right: 15px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: calc(14 / 14);
    letter-spacing: calc(14 * 0 / 1000 * 1px);
    font-family: "Cormorant Garamond", "Microsoft JhengHei", sans-serif;
}
.sideShare .shareList .shareItem {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
@media (min-width: 1181px) {
    .sideShare .shareList .shareItem a:hover i,
    .sideShare .shareList .shareItem a:hover svg,
    .sideShare .shareList .shareItem button:hover i,
    .sideShare .shareList .shareItem button:hover svg {
        color: #b59060;
    }
}
.sideShare .shareList .shareItem a i,
.sideShare .shareList .shareItem a svg,
.sideShare .shareList .shareItem button i,
.sideShare .shareList .shareItem button svg {
    width: 100%;
    height: 100%;
    color: #bbbbbb;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.imh_opacity {
    background-color: #000;
    overflow: hidden;
}
.imh_opacity img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media (min-width: 1181px) {
    .imh_opacity:hover img {
        opacity: 0.8;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
.slickClsList:not(.slick-slider) {
    overflow: hidden;
}
.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
    display: none;
}
.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 .moduleWrap {
    max-width: 960px;
}
.moduleBox.googleSearch .moduleContent {
    max-height: calc(90vh - 50px);
    overflow-y: auto;
}
.moduleBox.googleSearch .gsc-input-box {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.moduleBox.googleSearch .gsc-search-button {
    height: 40px;
}
.moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
    width: 60vw;
    height: 70vh;
    top: calc(50% - 35dvh);
    left: calc(50% - 30dvw);
}
@media (max-width: 1180px) {
    .moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
        width: 80dvw;
        height: 90dvh;
        top: calc(50% - 45dvh);
        left: calc(50% - 40dvw);
    }
}
@media (max-width: 768px) {
    .moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
        width: 100dvw;
        height: 100dvh;
        top: calc(50% - 50dvh);
        left: calc(50% - 50dvw);
    }
}
html.lenis {
    height: auto;
}
html.lenis.lenis-smooth {
    scroll-behavior: auto;
}
html.lenis.lenis-smooth [data-lenis-prevent] {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}
html.lenis.lenis-stopped {
    overflow: hidden;
}
html.lenis.lenis-scrolling iframe {
    pointer-events: none;
}
.innerPageText {
    text-align: center;
    padding: 130px 0 70px;
    font-size: 28px;
}
@media (max-width: 768px) {
    .innerPageText {
        padding: 24px 20px 0;
    }
}
