@charset "UTF-8";
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(contentbuilder.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:300, 400);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400&family=Roboto:wght@300;400;500&display=swap");


.pc {display: block;}
.mo {display: none;}

@media (max-width: 1200px) {
    .pc {display: none;}
    .mo {display: block;}
}

.language .g_trans a,
.orderCheckArea input[type="password"],
.orderCheckArea input[type="text"],
.side_share a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.arrowBox span:before,
.bannerArea .bookBox,
.classLink a:before,
.classLink2 a:before,
.discoverBtn a,
.hideBox .bookBox,
.hideBox .snsBox a img,
.menu > li > a:before,
.shareBox .btnA .btnContent,
.shareBox .btnA .btnContent img,
header .rightBox .headerSearch:before,
header .rightBox .snsBox a:before,
header .rightBox .storeBox:before {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.loadingArea {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15000;
    width: 100%;
    height: 100vh;
    opacity: 1;
    pointer-events: none;
}
.loadingArea.show {
    pointer-events: auto;
}
.loadingArea.show:before {
    -webkit-animation: loadLine 3.6s forwards, loadLineMove03 0.8s 3.6s forwards;
    -moz-animation: loadLine 3.6s forwards, loadLineMove03 0.8s 3.6s forwards;
    animation: loadLine 3.6s forwards, loadLineMove03 0.8s 3.6s forwards;
}
.loadingArea.show:after {
    -webkit-animation: loadLineMove02 0.8s 3.6s forwards;
    -moz-animation: loadLineMove02 0.8s 3.6s forwards;
    animation: loadLineMove02 0.8s 3.6s forwards;
}
.loadingArea.show .loadLogo img {
    opacity: 0;
    -webkit-animation: logoFadeOut 3s forwards;
    -moz-animation: logoFadeOut 3s forwards;
    animation: logoFadeOut 3s forwards;
}
.loadingArea.show .loadLogo:after {
    -webkit-animation: bgCircle 1.5s forwards;
    -moz-animation: bgCircle 1.5s forwards;
    animation: bgCircle 1.5s forwards;
}
.loadingArea:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 8px;
    background-color: #465e63;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.loadingArea:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -5;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.loadingArea .loadLogo {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.loadingArea .loadLogo img {
    display: block;
    width: 100%;
    max-width: 532px;
    opacity: 0;
}
.loadingArea .loadLogo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #87abac;
}
@media (max-width: 1200px) {
    .loadingArea .loadLogo img {
        max-width: 300px;
    }
}
@media (max-width: 440px) {
    .loadingArea .loadLogo img {
        max-width: 280px;
    }
}
@-webkit-keyframes loadLine {
    0% {
        width: 0;
    }
    20% {
        width: 30%;
    }
    60% {
        width: 65%;
    }
    to {
        width: 100%;
    }
}
@-moz-keyframes loadLine {
    0% {
        width: 0;
    }
    20% {
        width: 30%;
    }
    60% {
        width: 65%;
    }
    to {
        width: 100%;
    }
}
@keyframes loadLine {
    0% {
        width: 0;
    }
    20% {
        width: 30%;
    }
    60% {
        width: 65%;
    }
    to {
        width: 100%;
    }
}
@-webkit-keyframes loadLineMove03 {
    0% {
        height: 100%;
        width: 50%;
    }
    to {
        height: 100%;
        width: 50%;
        -webkit-transform: translate(-101%);
        transform: translate(-101%);
    }
}
@-moz-keyframes loadLineMove03 {
    0% {
        height: 100%;
        width: 50%;
    }
    to {
        height: 100%;
        width: 50%;
        -moz-transform: translate(-101%);
        transform: translate(-101%);
    }
}
@keyframes loadLineMove03 {
    0% {
        height: 100%;
        width: 50%;
    }
    to {
        height: 100%;
        width: 50%;
        -webkit-transform: translate(-101%);
        -moz-transform: translate(-101%);
        -o-transform: translate(-101%);
        transform: translate(-101%);
    }
}
@-webkit-keyframes loadLineMove {
    0% {
        height: 8px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        height: 100%;
        -webkit-transform: translateY(101%);
        transform: translateY(101%);
    }
}
@-moz-keyframes loadLineMove {
    0% {
        height: 8px;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        height: 100%;
        -moz-transform: translateY(101%);
        transform: translateY(101%);
    }
}
@keyframes loadLineMove {
    0% {
        height: 8px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        height: 100%;
        -webkit-transform: translateY(101%);
        -moz-transform: translateY(101%);
        -o-transform: translateY(101%);
        transform: translateY(101%);
    }
}
@-webkit-keyframes loadLineMove02 {
    0% {
        background-color: #87abac;
        -webkit-transform: translate(50%);
        transform: translate(50%);
    }
    to {
        background-color: #87abac;
        -webkit-transform: translate(101%);
        transform: translate(101%);
    }
}
@-moz-keyframes loadLineMove02 {
    0% {
        background-color: #87abac;
        -moz-transform: translate(50%);
        transform: translate(50%);
    }
    to {
        background-color: #87abac;
        -moz-transform: translate(101%);
        transform: translate(101%);
    }
}
@keyframes loadLineMove02 {
    0% {
        background-color: #87abac;
        -webkit-transform: translate(50%);
        -moz-transform: translate(50%);
        -o-transform: translate(50%);
        transform: translate(50%);
    }
    to {
        background-color: #87abac;
        -webkit-transform: translate(101%);
        -moz-transform: translate(101%);
        -o-transform: translate(101%);
        transform: translate(101%);
    }
}
@-webkit-keyframes logoFadeOut {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    90% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
@-moz-keyframes logoFadeOut {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    90% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -moz-transform: scale(2);
        transform: scale(2);
    }
}
@keyframes logoFadeOut {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    90% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}
@-webkit-keyframes bgCircle {
    0% {
        width: 100%;
        height: 100%;
    }
    40% {
        opacity: 1;
    }
    50% {
        width: 100px;
        height: 100px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        top: -webkit-calc(50% - 50px - 70px);
        top: calc(50% - 50px - 70px);
        left: -webkit-calc(50% - 50px - 120px);
        left: calc(50% - 50px - 120px);
    }
    to {
        opacity: 0;
        width: 500px;
        height: 500px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        top: -webkit-calc(50% - 250px);
        top: calc(50% - 250px);
        left: -webkit-calc(50% - 250px);
        left: calc(50% - 250px);
    }
}
@-moz-keyframes bgCircle {
    0% {
        width: 100%;
        height: 100%;
    }
    40% {
        opacity: 1;
    }
    50% {
        width: 100px;
        height: 100px;
        -moz-border-radius: 50%;
        border-radius: 50%;
        top: -moz-calc(50% - 50px - 70px);
        top: calc(50% - 50px - 70px);
        left: -moz-calc(50% - 50px - 120px);
        left: calc(50% - 50px - 120px);
    }
    to {
        opacity: 0;
        width: 500px;
        height: 500px;
        -moz-border-radius: 50%;
        border-radius: 50%;
        top: -moz-calc(50% - 250px);
        top: calc(50% - 250px);
        left: -moz-calc(50% - 250px);
        left: calc(50% - 250px);
    }
}
@keyframes bgCircle {
    0% {
        width: 100%;
        height: 100%;
    }
    40% {
        opacity: 1;
    }
    50% {
        width: 100px;
        height: 100px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        top: -webkit-calc(50% - 50px - 70px);
        top: -moz-calc(50% - 50px - 70px);
        top: calc(50% - 50px - 70px);
        left: -webkit-calc(50% - 50px - 120px);
        left: -moz-calc(50% - 50px - 120px);
        left: calc(50% - 50px - 120px);
    }
    to {
        opacity: 0;
        width: 500px;
        height: 500px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        top: -webkit-calc(50% - 250px);
        top: -moz-calc(50% - 250px);
        top: calc(50% - 250px);
        left: -webkit-calc(50% - 250px);
        left: -moz-calc(50% - 250px);
        left: calc(50% - 250px);
    }
}
body {
    background-color: #fff;
    font-family: Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
    font-size: 13px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Roboto", "Noto Sans TC", "futura PT", "微軟正黑體";
}
a {
    color: #0b1517;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:hover {
    color: #131519;
}
[class*="col-"] {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.titan {
    display: none;
}
.col-1 {
    width: 100%;
}
.col-2 {
    width: 50%;
}
.col-3 {
    width: 33.33%;
}
.col-4 {
    width: 25%;
}
.col-5 {
    width: 20%;
}
a.btn_color1 {
    color: #fff;
    background-color: #131519;
}
a.btn_color1:hover {
    background-color: #465e63;
}
a.btn_color2 {
    color: #fff;
    background-color: #a0a0a0;
}
a.btn_color2:hover {
    background-color: #999;
}
input[type="text"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
.outerWrap {
    position: relative;
    overflow-x: hidden;
}
@media (max-width: 1200px) {
    .outerWrap {
        /*padding-top: 60px;*/
    }
}
.wrap {
    width: 1196px;
    margin: 0 auto;
}
@media (max-width: 1200px) {
    .wrap {
        width: 100%;
        padding: 0 36px;
    }
}
@media (max-width: 440px) {
    .wrap {
        padding: 0 20px;
    }
}
#gmap {
    display: none;
    height: 400px;
}
.label {
    padding: 5px 7px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}
.moduleBox {
    position: fixed;
    left: 50%;
    top: 48%;
    z-index: 1005;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-property: top, opacity, visibility;
    -o-transition-property: top, opacity, visibility;
    -moz-transition-property: top, opacity, visibility;
    transition-property: top, opacity, visibility;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.moduleBox.show {
    top: 50%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.moduleMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1003;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.moduleMask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.cartArea {
    width: 360px !important;
    border: 5px solid #d8d8d8;
    background-color: #fff;
}
.cartArea .wrap {
    position: relative;
    width: auto;
    padding: 40px 10px;
}
.cartArea .countBox {
    margin-top: 10px;
    font-size: 13px;
    color: #333;
    text-align: center;
}
.cartArea .countBox b {
    font-size: 18px;
    color: #7ea830;
}
.cartArea .countBox b em {
    font-weight: 400;
    font-size: 12px;
    color: #7ea830;
}
.cartArea .countBox a.btn_pay {
    display: inline-block;
    padding: 7px 15px;
    font-size: 13px;
    color: #fff;
}
.cartArea .goto_pay_btn {
    margin-left: 15px;
}
.cartArea .cart {
    clear: both;
    max-height: 250px;
    overflow-y: auto;
}
.cartArea .cart li {
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
}
.cartArea .cart li i {
    cursor: pointer;
    display: block;
    float: right;
    font-size: 18px;
    color: #949494;
}
.cartArea .cart .Img {
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.cartArea .cart .Img img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cartArea .cart .Txt {
    overflow: hidden;
}
.cartArea .cart .Txt strong {
    display: block;
    margin-bottom: 10px;
}
.cartArea .cart .Txt strong a {
    display: block;
    width: 90%;
    font-size: 15px;
    color: #272727;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.cartArea .cart .Txt b {
    display: inline-block;
    padding-right: 10px;
    font-weight: 400;
    font-size: 12px;
}
.cartArea .cart .Txt b.price {
    font-size: 15px;
    color: #e83336;
}
.orderCheckArea {
    width: 320px;
    border: 5px solid #d8d8d8;
    background-color: #fff;
}
.orderCheckArea .wrap {
    position: relative;
    width: auto;
    padding: 40px 10px;
    text-align: center;
}
#closeCart,
#closeInquiry,
#closeOrder,
#closePrice {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
}
.orderCheckArea h4 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    font-family: "微軟正黑體", "新細明體", sans-serif;
    color: #222;
    text-align: left;
}
.orderCheckArea input[type="password"],
.orderCheckArea input[type="text"] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px;
    border: 2px solid #ccc;
}
.orderCheckArea a.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
}
.bgLineWrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.05;
}
@media (max-width: 1196px) {
    .bgLineWrap {
        display: none;
    }
}
.bgLine {
    width: 1196px;
    height: 100%;
    margin: 0 auto;
    border-left: 1px solid #5f7779;
    border-right: 1px solid #5f7779;
}
.bgLine .centerLine {
    width: 1px;
    height: 100%;
    background-color: #5f7779;
    position: absolute;
    top: 0;
    left: -webkit-calc(50% - 1px);
    left: -moz-calc(50% - 1px);
    left: calc(50% - 1px);
}
.bgLine .centerLine:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #5f7779;
    position: absolute;
    top: 0;
    left: -299px;
}
.bgLine .centerLine:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #5f7779;
    position: absolute;
    top: 0;
    right: -299px;
}
.discoverBtn {
    width: 280px;
    height: 50px;
    background-color: #131519;
    text-align: center;
}

@media (max-width: 480px) {
    .discoverBtn {
    width: 100%;
    }
}

.discoverBtn a {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-family: "futura PT";
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.1px;
    color: #fff;
}
.discoverBtn a:hover {
    background-color: #465e63;
}
.discoverBtn a:hover img {
    -webkit-animation: moreA 2s infinite;
    -moz-animation: moreA 2s infinite;
    animation: moreA 2s infinite;
}
.discoverBtn a img {
    -webkit-filter: grayscale(1) brightness(5);
    filter: grayscale(1) brightness(5);
}
.arrowBox {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 140px;
}
.arrowBox a {
    display: inline-block;
    height: 25px;
}
.arrowBox span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    color: #111;
}
.arrowBox span:before {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    background-color: transform;
    top: -20px;
}
.arrowBox span.prevArrow:before {
    left: 23px;
}
.arrowBox span.nextArrow:before {
    right: 23px;
}
.arrowBox span:hover {
    color: #465e63;
}
.arrowBox span:hover:before {
    background-color: #87abac;
    top: -10px;
}
.infoBox .enTitle {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.75px;
    color: #87abad;
}
.infoBox .chTitle {
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.05px;
    color: #ffa37a;
}
.infoBox .chSubTitle {
    padding-top: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.35px;
    color: #c3d8db;
}
.infoBox .chExp {
    width: 322px;
    padding: 18px 0 40px;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #fff;
}
@media (max-width: 1200px) {
    .infoBox .chExp {
        width: 100%;
    }
}
.moreArrow {
    position: relative;
    left: -230px;
    width: 150px;
    margin: 0 auto;
    padding-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.35px;
    color: #465e63;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.moreArrow img {
    display: inline-block;
    padding-left: 12px;
    position: relative;
    left: -200px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    height: 10px;
}
.lg-outer .lg .lg-toolbar {
    background-color: transparent;
}
.lg-outer .lg .lg-sub-html {
    background-color: transparent;
}
.lg-outer .lg .lg-thumb-outer {
    background-color: transparent;
}
.indexPageh1 {
    font-size: 30px;
    color: #215d62;
    letter-spacing: 1px;
    line-height: 1;
    padding: 0 0 20px;
}
@media (max-width: 1024px) {
    .indexPageh1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (max-width: 640px) {
    .indexPageh1 {
        font-size: 24px;
    }
}
@media (max-width: 375px) {
    .indexPageh1 {
        font-size: 22px;
    }
}
.shareBox {
    position: absolute;
    top: 0;
    left: -85px;
    text-align: center;
}
.shareBox.listPage {
    position: fixed;
    top: auto;
    bottom: 20%;
    left: 5%;
    z-index: 20;
}
@media (max-width: 1500px) {
    .shareBox.listPage {
        left: 0;
    }
}
.shareBox .btn-fb {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.shareBox .btnShare {
    padding: 0 20px 20px;
    position: relative;
}
.shareBox .btnShare:hover {
    cursor: initial;
}
.shareBox .btnShare:hover .btnContent {
    background-color: #465e63;
}
.shareBox .btnShare:hover .btnContent img {
    -webkit-filter: initial;
    filter: initial;
    cursor: initial;
}
.shareBox .btnShare:hover .btnContent .btnA {
    cursor: initial;
}
.shareBox .btnShare:hover .btnContent p {
    cursor: initial;
    color: #465e63;
}
.shareBox .btnShare:hover .subBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
    cursor: pointer;
}
.shareBox .btnShare .subBox {
    position: absolute;
    top: 4.5px;
    right: -75px;
    background-color: #465e63;
    width: 81px;
    height: 36px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.shareBox .btnShare .subBox a {
    display: inline-block;
    width: 100%;
}
.shareBox .btnShare .subBox a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.shareBox .btnShare .subBox img {
    width: 16px;
}
.shareBox .btnShare .subBox:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #465e63;
    position: absolute;
    top: 12px;
    left: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.shareBox .btnLink:hover .btnContent {
    background-color: #465e63;
}
.shareBox .btnLink:hover .btnContent img {
    -webkit-filter: initial;
    filter: initial;
}
.shareBox .btnLink:hover .btnContent p {
    color: #465e63;
}
.shareBox .btnA {
    display: block;
    width: 100%;
    height: 100%;
}
.shareBox .btnA .btnContent {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f0f0f0;
    position: relative;
    margin: 0 auto;
}
.shareBox .btnA .btnContent img {
    width: 100%;
    height: 100%;
    display: block;
    padding: 13px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.shareBox .btnA p {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.35px;
    padding-top: 5px;
    color: #808080;
}
.shareBox .back {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.shareBox .back:hover {
    background: #398cb1;
}
@media (max-width: 1024px) {
    .shareBox {
        display: none;
    }
}
@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes scale {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    50% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes moreA {
    0% {
        -webkit-transform: translate(0px);
        transform: translate(0px);
    }
    25% {
        -webkit-transform: translate(20px);
        transform: translate(20px);
    }
    50% {
        -webkit-transform: translate(-5px);
        transform: translate(-5px);
    }
    75% {
        -webkit-transform: translate(25px);
        transform: translate(25px);
    }
    to {
        -webkit-transform: translate(0px);
        transform: translate(0px);
    }
}
@-moz-keyframes moreA {
    0% {
        -moz-transform: translate(0px);
        transform: translate(0px);
    }
    25% {
        -moz-transform: translate(20px);
        transform: translate(20px);
    }
    50% {
        -moz-transform: translate(-5px);
        transform: translate(-5px);
    }
    75% {
        -moz-transform: translate(25px);
        transform: translate(25px);
    }
    to {
        -moz-transform: translate(0px);
        transform: translate(0px);
    }
}
@keyframes moreA {
    0% {
        -webkit-transform: translate(0px);
        -moz-transform: translate(0px);
        -o-transform: translate(0px);
        transform: translate(0px);
    }
    25% {
        -webkit-transform: translate(20px);
        -moz-transform: translate(20px);
        -o-transform: translate(20px);
        transform: translate(20px);
    }
    50% {
        -webkit-transform: translate(-5px);
        -moz-transform: translate(-5px);
        -o-transform: translate(-5px);
        transform: translate(-5px);
    }
    75% {
        -webkit-transform: translate(25px);
        -moz-transform: translate(25px);
        -o-transform: translate(25px);
        transform: translate(25px);
    }
    to {
        -webkit-transform: translate(0px);
        -moz-transform: translate(0px);
        -o-transform: translate(0px);
        transform: translate(0px);
    }
}
div.lg-backdrop {
    z-index: 12000;
}
div.lg-outer {
    z-index: 12050;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5000;
    /*background-color: #131519;*/
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
header .logo {
    width: 400px;
    padding-left: 50px;
}
header .logo a {
    display: block;
    width: 100%;
    height: 80px;
    background: url("../images/logo.png") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    text-indent: -9999px;
}
@media (max-width: 1800px) {
    header .logo {
        width: 400px;
    }
}
@media (max-width: 1300px) {
    header .logo {
        width: 300px;
        padding-left: 20px;
    }
}
header .leftBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0 10px;
    height: 95px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 1400px) {
    header .leftBox {
        padding: 0;
    }
}
header .rightBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .rightBox .snsBox {
    width: 218px;
    height: 95px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
header .rightBox .snsBox a {
    padding: 15px;
    position: relative;
}
header .rightBox .snsBox a:before {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    background-color: transparent;
    top: -15px;
    left: -webkit-calc(50% - 5px);
    left: -moz-calc(50% - 5px);
    left: calc(50% - 5px);
}
header .rightBox .snsBox a:hover:before {
    background-color: #87abac;
    top: -5px;
}
header .rightBox .snsBox img {
    filter: invert(1);
}
header .rightBox .headerSearch {
    width: 176px;
    height: 95px;
    background-color: #87abad;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
header .rightBox .headerSearch:before {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    background-color: transform;
    top: 0px;
    left: -webkit-calc(50% - 5px);
    left: -moz-calc(50% - 5px);
    left: calc(50% - 5px);
}
header .rightBox .headerSearch:hover:before {
    background-color: #87abac;
    top: 12px;
}
header .rightBox .headerRightLink {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
header .rightBox .storeBox {
    width: 176px;
    height: 95px;
    background-color: #465e63;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
header .rightBox .storeBox:before {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    background-color: transform;
    top: 0px;
    left: -webkit-calc(50% - 5px);
    left: -moz-calc(50% - 5px);
    left: calc(50% - 5px);
}
header .rightBox .storeBox:hover:before {
    background-color: #87abac;
    top: 12px;
}
header .rightBox .txtBox {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
}
header .rightBox .txtBox .chTitle {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
}
header .rightBox .txtBox p {
    font-size: 13px;
    font-weight: 00;
    line-height: 20px;
    letter-spacing: 3.5px;
    color: #fff;
    opacity: 0.45;
}
@media (max-width: 1800px) {
    header .rightBox .snsBox {
        width: 178px;
    }
}
@media (max-width: 1680px) {
    header .rightBox .snsBox {
        display: none;
    }
}
@media (max-width: 1500px) {
    header .rightBox .headerSearch,
    header .rightBox .storeBox {
        width: 130px;
    }
}
@media (max-width: 1200px) {
    header {
        display: none;
    }
}
.menu > li {
    position: relative;
    display: inline-block;
}
.menu > li > a {
    position: relative;
    display: block;
    padding: 5px 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.6px;
    color: #222;
}
@media (max-width: 1440px) {
    .menu > li > a {
        letter-spacing: 0.3px;
        padding: 5px 15px;
    }
}
@media (max-width: 1340px) {
    .menu > li > a {
        letter-spacing: 0.3px;
         font-size: 16px;
        /*padding: 5px;*/
    }
}
.menu > li > a:before {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    background-color: transform;
    top: -20px;
    left: -webkit-calc(50% - 5px);
    left: -moz-calc(50% - 5px);
    left: calc(50% - 5px);
}
.menu > li > a:hover {
    color: #ffa37a;
}
.menu > li > a:hover:before {
    background-color: #87abac;
    top: -10px;
}
.menu > li > a.current {
    color: #ffa37a;
}
.menu .submenu {
    display: none;
    position: absolute;
    left: -webkit-calc(50% - 75px);
    left: -moz-calc(50% - 75px);
    left: calc(50% - 75px);
    top: 100%;
    z-index: 10;
    width: 150px;
    text-align: center;
}
.menu .submenu a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #dadada;
    font-size: 15px;
    color: #707070;
    background-color: #fff;
}
.menu .submenu a:hover {
    color: #fff;
    background-color: #465e63;
}
.menu .thirdMenuBox {
    display: block;
    position: relative;
}
.menu .thirdMenuBox .submenuTitle {
    position: relative;
}
.menu .thirdMenuBox .submenuTitle:after {
    content: "+";
    padding-left: 10px;
}
.menu .thirdMenuBox.open .thirdMenu {
    display: block;
}
.menu .thirdMenuBox:hover .submenuTitle {
    color: #fff;
    background-color: #465e63;
}
.menu .thirdMenuBox:hover .submenuTitle:after {
    color: #87abac;
}
.menu .thirdMenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}
.menu .thirdMenu li {
    display: block;
    background-color: #fff;
}
.menu .thirdMenu a {
    background-color: rgba(20, 100, 167, 0.1);
}
.menu .thirdMenu a:hover {
    background-color: #718d90;
}
.language {
    display: inline-block;
    vertical-align: middle;
}
.language .g_trans {
    display: inline-block;
    vertical-align: middle;
}
.language .g_trans a {
    display: block;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #516190;
    font-size: 13px;
    color: #516190;
}
.language .g_trans a i {
    margin-left: 10px;
}
.searchBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.searchBox input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: none;
    font-family: "微軟正黑體";
    background-color: #fafafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.searchBox a {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #465e63;
}
.m_menu {
    display: none;
}
@media (max-width: 1200px) {
    .m_menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: block;
        width: 100%;
        -webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
        -moz-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
        box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
    }
    .m_menu .mask {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        display: none;
        background-color: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        padding-bottom: 60px;
    }
    .m_menu .m_logo {
        margin-left: 15px;
    }
    .m_menu .m_logo img {
        display: block;
        height: 80px;
        padding: 3px 0;
    }
    .m_menu .controlBox {
        position: relative;
        z-index: 99;
        /*background-color: #131519;*/
        /*background-color: rgba(19, 21, 25, 0.8);*/
        background-color: rgba(255, 255, 255, 0.8);
        max-height: 80px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .m_menu .controlBox a.main {
        position: absolute;
        right: 0;
        top: 0;
        width: 80px;
        height: 80px;
        /*background-color: #87abad;*/
    }
    .m_menu .controlBox a.main span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: -0.5px;
        width: 26px;
        height: 1px;
        background-color: #c3d8db;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .m_menu .controlBox a.main span:after,
    .m_menu .controlBox a.main span:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #c3d8db;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .m_menu .controlBox a.main span:before {
        top: -7px;
    }
    .m_menu .controlBox a.main span:after {
        bottom: -7px;
    }
    .m_menu .controlBox a.main.show span {
        background-color: transparent;
    }
    .m_menu .controlBox a.main.show span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .m_menu .controlBox a.main.show span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .m_menu .controlBox a.m_storeBtn {
        position: absolute;
        right: 60px;
        top: 0;
        display: inline-block;
        width: 60px;
        height: 60px;
        background-color: #465e63;
        text-align: center;
        display: none;
    }
    .m_menu .controlBox a.m_storeBtn img {
        padding: 16px 0 0;
    }
    .m_menu .controlBox .right {
        line-height: 60px;
        position: relative;
    }
}
@media (max-width: 1200px) {
    .hideBox {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 11;
        display: none;
        width: 100%;
        padding: 60px 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background-color: #edf2f7;
        background: -webkit-linear-gradient(top, 60px #fff, 100% #edf2f7);
        background: -moz-linear-gradient(top, 60px #fff, 100% #edf2f7);
        background: -o-linear-gradient(top, 60px #fff, 100% #edf2f7);
        background: linear-gradient(top, 60px #fff, 100% #edf2f7);
    }
    .hideBox .sp {
        display: none;
        padding: 10px;
        font-size: 13px;
        color: #111;
        background-color: #c80303;
    }
}
.hideBox .snsBox {
    margin: 0 30px;
}
.hideBox .snsBox a {
    margin-right: 20px;
}
.hideBox .snsBox a img {
    opacity: 0.8;
}
.hideBox .snsBox a:hover img {
    opacity: 1;
}
.hideBox .bookBox {
    position: absolute;
    right: 50px;
    bottom: 40px;
    width: 115px;
    height: 115px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  background-color: rgba(135, 171, 172, 0.35);
}
.hideBox .bookBox a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 95px;
    height: 95px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #87abac;
    position: absolute;
    top: 10px;
    left: 10px;
}
.hideBox .bookBox a span {
    width: 32px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
}
.hideBox .bookBox:hover {
    width: 135px;
    height: 135px;
    -webkit-transform: translate(180deg);
    -moz-transform: translate(180deg);
    -ms-transform: translate(180deg);
    -o-transform: translate(180deg);
    transform: translate(180deg);
}
.hideBox .bookBox:hover a {
    top: 20px;
    left: 20px;
}
@media (max-width: 1200px) {
    .searchBox_m {
        padding: 20px 0;
        text-align: center;
        position: relative;
    }
    .searchBox_m .chTitle {
        font-size: 15px;
        font-weight: 300;
        line-height: 20px;
        letter-spacing: 1px;
        color: #465e63;
    }
    .searchBox_m p {
        font-size: 13px;
        font-weight: 00;
        line-height: 20px;
        letter-spacing: 3.5px;
        color: #465e63;
        opacity: 1;
    }
    .searchBox_m a {
        display: inline-block;
        width: 100px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -webkit-calc(50% - 50px);
        left: -moz-calc(50% - 50px);
        left: calc(50% - 50px);
    }
    .searchBox_m:hover .chTitle {
        color: #87abac;
    }
    .searchBox_m:hover p {
        color: #87abac;
    }
}
@media (max-width: 1200px) {
    .mMenu {
        padding: 0 0 56px;
    }
    .mMenu > li {
        display: block;
        border-bottom: 1px solid rgba(215, 227, 237, 0.6);
        margin: 0 30px;
        position: relative;
    }
    .mMenu > li.minus:after {
        content: "-";
    }
    .mMenu > li a {
        position: relative;
        display: block;
        padding: 0px;
        font-size: 16px;
        font-weight: 400;
        line-height: 52px;
        letter-spacing: 0.5px;
        color: #111;
        text-align: left;
    }
    .mMenu > li a:hover {
        color: #465e63;
    }
    .mMenu > li a:hover:after {
        color: #465e63;
    }
    .mMenu > li a:before {
        display: none;
    }
    .mMenu > li.dropDown a:after {
        content: "+";
        width: 50px;
        height: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        right: 0;
        top: 0;
        color: rgba(0, 74, 135, 0.5);
    }
    .mMenu > li a.minus:after {
        content: "-";
        width: 50px;
        height: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        right: 0;
        top: 0;
        color: rgba(0, 74, 135, 0.5);
    }
    .mMenu > li .submenu li {
        display: block;
        margin-left: 30px;
    }
    .mMenu > li .submenu li a {
        position: relative;
        display: block;
        padding: 0px;
        font-size: 16px;
        font-weight: 400;
        line-height: 52px;
        letter-spacing: 0.5px;
        color: #111;
        text-align: left;
        border-bottom: 1px solid rgba(215, 227, 237, 0.6);
    }
    .mMenu > li .submenu li a:after {
        display: none;
    }
    .mMenu > li.product {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mMenu > li .thirdMenuBox {
        padding-left: 20px;
        background-color: rgba(255, 255, 255, 0.4);
    }
    .mMenu > li .thirdMenu {
        display: none;
    }
}
.bannerArea {
    clear: both;
    position: relative;
}
.bannerArea .bookBox {
    position: fixed;
    right: 50px;
    bottom: 80px;
    width: 115px;
    height: 115px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(135, 171, 172, 0.35);
    z-index: 10;
}
.bannerArea .bookBox a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 95px;
    height: 95px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #87abac;
    position: absolute;
    top: 10px;
    left: 10px;
  text-align: center;
}
.bannerArea .bookBox a span {
    width: 32px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
  text-align: center;
}
.bannerArea .bookBox:hover {
    width: 135px;
    height: 135px;
}
.bannerArea .bookBox:hover a {
    top: 20px;
    left: 20px;
}
@media (max-width: 1200px) {
.bannerArea {
    padding-top: 80px;
}
.bannerArea::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 120vw; /* 超出螢幕寬度，確保滿版 */
    height: 30px; /* 控制弧形高度 */
    background-color: #fffefc;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    transform: translateX(-50%) translateY(50%); /* 置中且往下 */
    z-index: 1;
    /*background: url('../images/inbannerm.jpg') center bottom no-repeat;*/
  }
}
@media (max-width: 960px) {
    .bannerArea .bookBox {
        right: 0;
        bottom: 0;
        width: 100%;
        height: 50px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .bannerArea .bookBox a {
        width: 100%;
        height: 45px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        top: 5px;
        left: 0;
    }
    .bannerArea .bookBox a span {
        width: 100%;
        text-align: center;
        font-size: 15px;
        line-height: 45px;
        letter-spacing: 2px;
    }
    .bannerArea .bookBox:hover {
        width: 100%;
        height: 50px;
    }
    .bannerArea .bookBox:hover a {
        top: 5px;
        left: 0;
    }
}
.imh_zoom {
    position: relative;
    background-color: #718d90;
    overflow: hidden;
}
.imh_zoom img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
    content: "\f002";
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 99;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    font-family: FontAwesome;
    text-align: center;
    background-color: #87abac;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
    top: 50%;
}
.imh_zoom:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
footer {
    /*background-color: #131519;*/
    background-color: #fff;
    position: relative;
}
footer > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.15;
}
footer .footerBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
footer .top {
    width: 330px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    padding: 40px 0 0;
}
footer .top .exp {
    width: 330px;
    padding-top: 30px;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.35px;
    color: #fff;
}
footer .top .snsBox {
    padding: 20px 20px 50px;
}
footer .top .snsBox a {
    display: inline-block;
    padding-right: 20px;
}
footer .top .snsBox a img {
    opacity: 0.8;
    filter: invert(1);
}
footer .top .snsBox a:hover img {
    opacity: 1;
}
footer .downLogo {
    position: relative;
    width: 100%;
    /*max-width: 300px;*/
}
footer .downLogo img {
    width: 200px;
    /*height: 36px;*/
    -o-object-fit: contain;
    object-fit: contain;
}
footer .sideMapBox {
    position: relative;
    width: -webkit-calc(100% - 330px);
    width: -moz-calc(100% - 330px);
    width: calc(100% - 330px);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 40px 0 0;
}
footer .sideMapBox .infoBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
footer .sideMapBox .infoBox .mapLinkList {
    padding-left: 90px;
}
footer .sideMapBox .infoBox .linkClass {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1px;
    color: #ffa37a;
    padding-bottom: 15px;
}
footer .sideMapBox .infoBox .link {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    color: #222;
    opacity: 0.9;
}
footer .sideMapBox .infoBox .link:hover {
    opacity: 1;
}
footer .bottom {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    margin: 0;
    padding: 12px 0;
    /*border-top: 1px solid rgba(255, 255, 255, 0.15);*/
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
footer .bottom .footerInfo {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 13px;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 0.5px;
    /*color: #c3d8db;*/
    color: #222;
    opacity: 0.9;
    text-align: center;
}
footer .bottom .copyright {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 0.5px;
    color: #fff;
}
footer .bottom .copyright a {
    opacity: 0.45;
    font-size: 13px;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 0.5px;
    color: #fff;
}
footer .bottom .copyright a:hover {
    opacity: 1;
}
@media (max-width: 1400px) {
    footer .footerBox {
        padding: 0 85px;
    }
}
@media (max-width: 1200px) {

    footer .top {
        width: 100%;
    text-align: center;
    }
    footer .top .snsBox {
        padding: 20px;
    }
    footer .top .snsBox a {
        padding: 0 10px;
    }
    footer .sideMapBox {
        width: 100%;
        padding: 30px 0 50px;
        display: none;
    }
    footer .sideMapBox .infoBox {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    footer .sideMapBox .infoBox .mapLinkList {
        padding-left: 0;
    }
    footer .bottom {
        padding: 10px 0 50px;
    }
    footer .bottom .footerInfo {
        /*width: auto;*/
        text-align: center;
        line-height: 30px;
        padding: 10px 0;
        margin: 0;
    }
    footer .bottom .copyright {
        width: auto;
        text-align: center;
    }
}
@media (max-width: 1024px) {
    footer .footerBox {
        padding: 0px;
    }
}
@media (max-width: 640px) {
    footer .top .exp {
        width: 100%;
    }
    footer .sideMapBox .infoBox {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.downMenu {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-right: -4px;
}
.downMenu li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -4px;
    margin-bottom: 20px;
}
.downMenu li a {
    display: block;
    padding-right: 10px;
    font-size: 14px;
}
.social {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-right: -4px;
}
.social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    font-size: 19px;
    color: #929292;
    text-align: center;
}
.social a:hover {
    opacity: 0.8;
}
.endArea {
    clear: both;
    padding-top: 5px;
    color: #fff;
    text-align: center;
    background-color: #061540;
}
.bookingArea {
    position: relative;
    margin-top: -85px;
}
.bookingArea .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background-color: #fff;
}
.bookingArea .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -moz-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    font-size: 15px;
    border-right: 1px solid #e6e6e6;
}
.bookingArea .title i {
    margin-right: 15px;
    font-size: 20px;
}
.bookingArea .bookingList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 6;
    -webkit-flex: 6;
    -moz-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bookingArea .bookingList li:not(:first-child) {
    margin-left: 10px;
}
.bookingArea .btn {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -moz-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}
.bookingArea .btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.2em;
    background-color: #465e63;
}
.bookingArea input,
.bookingArea select {
    height: 45px;
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    font-family: "微軟正黑體";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bannerArea .wrap {
    width: 100%;
    /*max-width: 1920px;*/
    padding: 0;
}
.bannerArea .bannerBox {
    width: 100%;
    padding-top: 95px;
}
.bannerArea .bannerBox .bannerContent {
    width: 100%;
    max-height: 590px;
    position: relative;
    overflow: hidden;
}
.bannerArea .bannerBox .bannerContent .bannerPic {
    width: 100%;
    height: 590px;
    -o-object-fit: cover;
    object-fit: cover;
}
.bannerArea .bannerBox .bannerContent .insDots {
    width: 50%;
    max-width: 960px;
    height: 100%;
    max-height: 590px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.35;
}
.bannerArea .bannerBox .bannerContent .Txt {
    width: 50%;
    position: absolute;
    top: 200px;
    left: 351px;
}
.bannerArea .bannerBox .bannerContent .Txt .enTitle {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    color: #87abad;
}
.bannerArea .bannerBox .bannerContent .Txt .chTitle {
    font-family: "微軟正黑體";
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0.5px;
    color: #ffa37a;
    padding-top: 5px;
}
.bannerArea .bannerBox .bannerContent .Txt .chExp {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #333;
    padding-top: 30px;
    width: 350px;
}

@media (max-width: 1680px) {
.bannerArea .bannerBox .bannerContent .Txt {
    left: 200px;
}
}

@media (max-width: 1200px) {
    .bannerArea .bannerBox {
        padding-top: 0;
    }
    .bannerArea .bannerBox .bannerContent {
        width: 100%;
        height: 300px;
        max-height: 300px;
    }
    .bannerArea .bannerBox .bannerContent .bannerPic {
        height: 100%;
    }
    .bannerArea .bannerBox .bannerContent .insDots {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .bannerArea .bannerBox .bannerContent .Txt {
        top: 50px;
        left: 100px;
    }
}
@media (max-width: 640px) {
    .bannerArea .bannerBox .bannerContent {
        max-width: 100%;
    }
    .bannerArea .bannerBox .bannerContent .Txt {
        left: 0px;
        width: 100%;
        padding: 0 36px;
    }
    .bannerArea .bannerBox .bannerContent .Txt .chExp {
        width: 100%;
    }
}
@media (max-width: 440px) {
    .bannerArea .bannerBox .bannerContent .Txt {
        padding: 0 20px;
    }
}
.mainArea {
    padding: 0;
    position: relative;
  background-color: #cbe0e1;
}
.mainArea > .wrap {
    width: 100%;
    max-width: 1196px;
}
.mainArea .contentBox {
    clear: both;
    position: relative;
    padding: 80px 0 120px;
}
.mainArea .contentBoxIns {
    padding: 120px 0 0px;
}
@media (max-width: 1024px) {
    .mainArea .contentBox {
        padding: 50px 0;
    }
}
.bread {
    position: absolute;
    left: 0px;
    top: -60px;
    font-size: 12px;
    color: #fff;
}
.bread a {
    display: inline-block;
}
.bread a:last-child span {
    padding: 0;
}
.bread a:last-child span:before {
    display: none;
}
.bread a:hover span {
    color: #465e63;
}
.bread span {
    display: inline-block;
    padding-right: 35px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    position: relative;
}
.bread span:before {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 6px;
    right: 5px;
}
.breadIns {
    top: 50px;
    left: auto;
    right: 0;
    color: #465e63;
}
.breadIns span {
    color: #465e63;
}
.breadIns span:before {
    background-color: #465e63;
}
@media (max-width: 640px) {
    .bread {
        top: -60px;
    }
    .breadIns {
        top: 30px;
    }
}
@media (max-width: 1680px) {
    .bread {
        display: none;
    }
}
.articleTitle {
    clear: both;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #87abad;
    overflow: hidden;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #131519;
}
table.breakpoint > tbody > tr > td.expand {
    cursor: pointer;
    background: url("../images/plus.png") no-repeat 5px center;
    padding-left: 40px;
}
.m_classLink {
    display: none;
}
@media (max-width: 1024px) {
    .m_classLink {
        display: block;
        position: relative;
        margin-bottom: 20px;
    }
    .m_classLink a.main {
        display: block;
        font-size: 15px;
        color: #465e63;
        border: 1px solid #465e63;
        position: relative;
        padding: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #fff;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#eeeeee',GradientType=0);
    }
    .m_classLink a.main i {
        display: block;
        font-size: 15px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -6px;
    }
    .m_classLink ul {
        padding: 0;
        list-style: none;
        display: none;
        width: 100%;
        background: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #465e63;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 99;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .m_classLink ul li {
        padding: 0;
    }
    .m_classLink ul li a {
        display: block;
        padding: 15px 10px;
        border-top: 1px solid #465e63;
    }
    .m_classLink ul li:first-child a {
        border: none;
    }
}
.m_classLink2 {
    display: none;
}
@media (max-width: 960px) {
    .m_classLink2 {
        display: block;
        position: relative;
        margin-bottom: 20px;
    }
    .m_classLink2 a.main {
        display: block;
        font-size: 15px;
        color: #465e63;
        border: 1px solid #465e63;
        position: relative;
        padding: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #fff;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#eeeeee',GradientType=0);
    }
    .m_classLink2 a.main i {
        display: block;
        font-size: 15px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -6px;
    }
    .m_classLink2 ul {
        padding: 0;
        list-style: none;
        display: none;
        width: 100%;
        background: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #465e63;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 99;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .m_classLink2 ul li {
        padding: 0;
    }
    .m_classLink2 ul li a {
        display: block;
        padding: 15px 10px;
        border-top: 1px solid #465e63;
    }
    .m_classLink2 ul li:first-child a {
        border: none;
    }
}
.classBox {
    padding: 0px 0 0 50px;
}
.classBox .categories {
    color: #111;
    font-family: "roboto";
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 14px;
}
@media (max-width: 1024px) {
    .classBox {
        padding: 0;
    }
}
.classLink li {
    display: block;
}
.classLink a {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 0px;
    border-bottom: 1px solid #87abad;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    overflow: hidden;
}
.classLink a:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #465e63;
    position: absolute;
    bottom: 0px;
    left: -100%;
}
.classLink a:hover {
    color: #465e63;
}
.classLink a:hover:before {
    left: 0;
}
.classLink a.current {
    color: #465e63;
    border-bottom: 2px solid #465e63;
}
.classLink a.current:before {
    display: none;
}
@media (max-width: 1024px) {
    .classLink {
        display: none;
    }
}
.classLink2 li {
    display: block;
}
.classLink2 a {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 0px;
    border-bottom: 1px solid #e5e5e5;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    overflow: hidden;
}
.classLink2 a:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #465e63;
    position: absolute;
    bottom: 0px;
    left: -100%;
}
.classLink2 a:hover {
    color: #465e63;
}
.classLink2 a:hover:before {
    left: 0;
}
.classLink2 a.current {
    color: #465e63;
    border-bottom: 2px solid #465e63;
}
.classLink2 a.current:before {
    display: none;
}
@media (max-width: 1024px) {
    .classLink2 {
        display: none;
    }
}
.classNote {
    padding: 0 0 20px;
}
.catalogClassNote {
    width: 100%;
    position: relative;
    padding-bottom: 0;
}
.catalogClassNote .Img {
    width: 100%;
}
.catalogClassNote .Img a {
    display: block;
    width: 100%;
    height: 100%;
}
.catalogClassNote .Img img {
    display: block;
    width: 100%;
}
@media (max-width: 960px) {
    .catalogClassNote .Img img {
        height: 340px;
        object-fit: cover;
    }
}
.catalogClassNote .Txt {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 80px;
    text-align: left;
}
.catalogClassNote .Txt .enTitle {
    width: 350px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #626262;
}
.catalogClassNote .Txt .chTitle {
    width: 350px;
    font-size: 35px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 1px;
    color: #111;
}
.catalogClassNote .Txt .chExp {
    padding-top: 20px;
    width: 350px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #626262;
}
.side_news {
    margin: 30px 0;
    padding-left: 50px;
}
.side_news ul {
    margin-top: 20px;
}
.side_news li {
    margin-bottom: 25px;
}
.side_news .Img {
    float: left;
    width: 87px;
    margin-right: 12px;
    overflow: hidden;
}
.side_news .Img img {
    display: block;
    height: 70px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.side_news .Txt {
    overflow: hidden;
}
.side_news .Txt a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}
.side_news .Txt b {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #999;
}
.side_news .Txt .chTitle {
    width: 90%;
}
.side_news .Txt .chTitle a {
    font-size: 14px;
    line-height: 16px;
}
.side_news .Txt .chTitle.ellipsis {
    height: 32px;
}
@media (max-width: 1024px) {
    .side_news {
        padding: 0;
        margin: 30px 0 0;
    }
    .side_news ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .side_news li {
        width: 33.33%;
    }
}
@media (max-width: 640px) {
    .side_news li {
        width: 50%;
    }
}
@media (max-width: 440px) {
    .side_news li {
        width: 100%;
    }
}
.sectionTitle {
    margin-bottom: 20px;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #111;
}
.sectionTitle strong {
    display: block;
    position: relative;
    font-weight: 400;
}
.sectionTitle a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.tagBox {
    padding: 40px 0 0 50px;
}
.tagBox .tagTitle {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
}
.tagBox ul {
    display: inline-block;
    margin-left: -10px;
}
.tagBox li {
    display: inline-block;
    margin: 0 0 10px 10px;
}
.tagBox a {
    position: relative;
    display: block;
    padding: 3.5px 24px;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.35px;
    background-color: #e5e5e5;
}
.tagBox a:hover {
    color: #fff;
    background-color: #465e63;
}
.tagBox a.current {
    color: #111;
    background-color: #87abac;
}
.tagBox .clearBtn {
    display: inline-block;
    width: 160px;
    height: 42px;
    padding: 0;
    margin-top: 30px;
    text-align: center;
    font-family: "futura PT";
    font-size: 14px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.5px;
    background-color: #111;
    color: #fff;
}
.headerSearchBox.orderCheckArea {
    border: none;
    width: 100%;
    max-width: 640px;
}
.headerSearchBox .wrap {
    padding: 0;
}
.headerSearchBox .tab,
.headerSearchBox .tabIntro {
    margin-top: 0px;
    background-color: #e5e5e5;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}
.headerSearchBox .tab a,
.headerSearchBox .tabIntro a {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 33.33%;
    display: inline-block;
    padding: 20px 10px;
    color: #111;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.5px;
}
.headerSearchBox .tab a.current,
.headerSearchBox .tabIntro a.current {
    color: #fff;
    background-color: #465e63;
}
.headerSearchBox .tabContent > li {
    display: none;
    width: 100%;
    max-width: 1196px;
    margin: 0 auto;
    padding: 50px 0;
}
.headerSearchBox .tabContent > li .searchBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
}
.headerSearchBox .tabContent > li .searchBox input {
    height: 50px;
    margin-bottom: 20px;
}
.headerSearchBox .tabContent > li .searchBox a {
    width: auto;
    height: auto;
    display: block;
    padding: 0px 20px;
}
.headerSearchBox .tabContent > li .searchBox a:hover {
    background-color: #87abac;
    color: #111;
}
.tab,
.tabIntro {
    margin-top: 40px;
    background-color: #454545;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}
.tab a,
.tabIntro a {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 50%;
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.5px;
}
.tab a.current,
.tabIntro a.current {
    background-color: #111;
}
.tabContent > li {
    display: block;
    width: 100%;
    max-width: 1196px;
    margin: 0 auto;
    padding: 70px 0;
}
.tabContent .textEditor {
    margin: 0;
}
.tabContent .sectionTitle {
    display: none;
}
.side_menu {
    padding: 0px 0 0 50px;
}
.side_menu .categories {
    color: #111;
    font-family: "roboto";
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 14px;
}
.side_menu li.sideMenuDown {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}
.side_menu li.sideMenuDown .topBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.side_menu li.sideMenuDown .topBox > a {
    display: block;
    padding: 13px 0px;
    font-size: 16px;
    line-height: 30px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
}
.side_menu li.sideMenuDown .topBox > a.current {
    color: #465e63;
}
.side_menu li.sideMenuDown .topBox > a b {
    margin-left: 10px;
    font-weight: 400;
    font-size: 13px;
    color: #808080;
}
.side_menu li.sideMenuDown .topBox a.dropControl {
    display: block;
    width: 30px;
    height: 40px;
    padding: 0;
    text-align: center;
    z-index: 5;
    position: relative;
}
.side_menu li.sideMenuDown .topBox a.dropControl span {
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 17px;
    left: 12px;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side_menu li.sideMenuDown .topBox a.dropControl.hidden {
    display: none;
}
.side_menu li.sideMenuDown.current {
    border-bottom: 1px solid #465e63;
}
.side_menu li.sideMenuDown dl.subClass {
    display: none;
}
.side_menu li.sideMenuDown dl.subClass a {
    display: block;
    padding: 10px 0px;
    font-size: 14px;
    color: #626262;
}
.side_menu li.sideMenuDown dl.subClass a.current {
    color: #465e63;
}
.side_menu li.sideMenuDown dl.subClass a.current .decBox {
    background-color: #465e63;
}
.side_menu li.sideMenuDown dl.subClass a .decBox {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #808080;
    margin-right: 10px;
}
.side_menu li.sideMenuDown dl.subClass a:hover .decBox {
    background-color: #465e63;
}
.side_menu li.sideMenuDown.show {
    border-bottom: 1px solid #465e63;
}
.side_menu li.sideMenuDown.show a.dropControl span {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.side_menu li.sideMenuDown.show .subClass {
    display: block;
    border-top: 1px solid #e1e1e1;
}
.side_menu li.allClass {
    border-bottom: 1px solid #e1e1e1;
    padding: 13px 0px;
    font-size: 16px;
    line-height: 30px;
}
@media (max-width: 1024px) {
    .side_menu {
        padding: 0;
    }
}
@media (max-width: 960px) {
    .side_menu {
        display: none;
    }
}
.side_album {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -10px;
}
.side_album li {
    float: left;
    width: 33.33%;
    padding: 0 10px 10px 0;
}
.side_album a {
    display: block;
    -webkit-box-shadow: 2px 2px 5px #c3c3c3;
    -moz-box-shadow: 2px 2px 5px #c3c3c3;
    box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.side_booking {
    margin-bottom: 30px;
}
.side_booking a {
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #8d2121;
    -moz-box-shadow: 0 1px 1px #8d2121;
    box-shadow: 0 1px 1px #8d2121;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    background-color: #f05b8f;
}
.side_booking a i {
    display: inline-block;
    font-size: 28px;
    padding: 10px 15px;
    margin-right: 15px;
    border-right: 1px solid #d33434;
    -webkit-box-shadow: 1px 0 #f38a8a;
    -moz-box-shadow: 1px 0 #f38a8a;
    box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
    -webkit-box-shadow: inset 0 3px 3px #8d2121;
    -moz-box-shadow: inset 0 3px 3px #8d2121;
    box-shadow: inset 0 3px 3px #8d2121;
}
.side_contactInfo li {
    margin-bottom: 20px;
}
.side_contactInfo a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #414141;
}
.side_contactInfo i {
    display: inline-block;
    vertical-align: middle;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 8px;
    border: 2px solid #a5a5a5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    color: #a5a5a5;
    text-align: center;
}
.side_contactInfo b {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}
.side_room {
    margin-bottom: 50px;
}
.side_room .Img img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.side_room .Txt {
    margin-top: 5px;
}
.side_room .Txt p {
    max-height: 100px;
    font-size: 13px;
    color: #858383;
    line-height: 1.8;
    overflow: hidden;
}
.side_room h3 a {
    font-size: 16px;
    font-weight: 400;
}
.side_share {
    clear: both;
    display: none;
    margin-top: 30px;
}
.side_share a {
    display: block;
    width: 100%;
    margin-top: 5px;
    padding: 15px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    text-align: center;
}
.side_share i {
    padding-right: 5px;
    font-size: 18px;
}
.side_share .line {
    -webkit-box-shadow: 0 0 0 1px #22a00b;
    -moz-box-shadow: 0 0 0 1px #22a00b;
    box-shadow: 0 0 0 1px #22a00b;
    border-top: 1px solid #e1ffa9;
    background: #a7e732;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a7e732), color-stop(35%, #1fb50e));
    background: -webkit-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
    background: -o-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
    background: -webkit-linear-gradient(315deg, #a7e732 0%, #1fb50e 35%);
    background: -moz-linear-gradient(315deg, #a7e732 0%, #1fb50e 35%);
    background: -o-linear-gradient(315deg, #a7e732 0%, #1fb50e 35%);
    background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7e732',endColorstr='#1fb50e',GradientType=1);
}
.side_share .fb {
    -webkit-box-shadow: 0 0 0 1px #235c9b;
    -moz-box-shadow: 0 0 0 1px #235c9b;
    box-shadow: 0 0 0 1px #235c9b;
    border-top: 1px solid #8dcff5;
    background: #5da0ea;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5da0ea), color-stop(100%, #3d8ce6));
    background: -webkit-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
    background: -o-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#5da0ea), to(#3d8ce6));
    background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5da0ea',endColorstr='#3d8ce6',GradientType=0);
}
.captchaArea {
    position: relative;
    width: 200px;
    height: 50px;
    background-color: #ddd;
}
.captchaArea.unlocking .sliderBtn {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
}
.captchaArea .note {
    position: absolute;
    top: 17px;
    right: 30px;
    z-index: 1;
    font-size: 15px;
    text-align: center;
    font-family: "微軟正黑體";
    color: #777;
    letter-spacing: 1px;
    pointer-events: none;
}
.sliderBtn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background-color: RoyalBlue;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sliderBtn:before {
    content: "\f105";
    position: absolute;
    top: 13px;
    left: 23px;
    color: #fff;
    font-size: 24px;
    font-family: FontAwesome;
    pointer-events: none;
}
@media (max-width: 960px) {
    .bookingArea .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 20px;
    }
    .bookingArea .title {
        display: none;
    }
    .bookingArea .bookingList,
    .bookingArea .btn {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .bookingArea .bookingList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
    .bookingArea .bookingList li {
        margin-bottom: 15px;
    }
    .bookingArea .bookingList li:not(:first-child) {
        margin-left: 0;
    }
    .bookingArea input,
    .bookingArea select {
        width: 100%;
    }
    .bookingArea .btn a {
        padding: 12px;
    }
}
@media (max-width: 767px) {
    footer .left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-bottom: 15px;
    }
    footer .right {
        width: 100%;
        padding-left: 0;
    }
    .mainArea .cotentBox {
        padding: 20px 0;
    }
    .mainArea .titleBox h2 em {
        display: block;
        margin: 0;
    }
    .side_share {
        clear: both;
        display: block;
        margin-bottom: 30px;
    }
}
@media (max-width: 480px) {
    .col-2 {
        float: none;
        width: 100%;
    }
    .col-3 {
        float: none;
        width: 100%;
    }
    .col-4 {
        float: none;
        width: 100%;
    }
    .col-5 {
        float: none;
        width: 100%;
    }
    .footerInfo {
        width: 100%;
        margin-bottom: 15px;
    }
    .downMenu {
        width: 100%;
    }
    .social {
        width: 100%;
    }
    .copyright {
        width: 100%;
        text-align: left;
    }
}
.imh_opacity {
    background-color: #000;
    overflow: hidden;
}
.imh_opacity img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.imh_opacity:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.newIcon {
    display: inline-block;
    margin-right: 3px;
    padding: 3px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    font-family: "微軟正黑體";
    color: #fff;
}




.videoArea {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.videoArea.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.videoArea .closeVideo {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -35px;
  background: none;
  border: none;
  padding: 0;
  width: 60px;
  height: 70px;
  color: #fff;
  font-family: "Poppins", "Noto Sans TC", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .08em;
  cursor: pointer;
}

.videoArea .closeVideo::before, .videoArea .closeVideo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.videoArea .closeVideo::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.videoArea .closeVideo::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}





.fff .bookBox {
    position: fixed;
    right: 50px;
    bottom: 80px;
    width: 115px;
    height: 115px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
}
.fff .bookBox a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 95px;
    height: 95px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #80b6b6;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
}
.fff .bookBox a span {
    width: 32px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
  text-align: center;
}
.fff .bookBox:hover {
    width: 135px;
    height: 135px;
}
.fff .bookBox:hover a {
    top: 20px;
    left: 20px;
}
@media (max-width: 960px) {
    .fff .bookBox {
        right: 0;
        bottom: 0;
        width: 100%;
        height: 50px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-top: 5px solid rgba(135, 171, 172, 0.35);
    }
    .fff .bookBox a {
        width: 100%;
        height: 45px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        top: 0;
        left: 0;
    }
    .fff .bookBox a span {
        width: 100%;
        text-align: center;
        font-size: 15px;
        line-height: 45px;
        letter-spacing: 2px;
    }
    .fff .bookBox:hover {
        width: 100%;
        height: 50px;
    }
    .fff .bookBox:hover a {
        top: 5px;
        left: 0;
    }
}