@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/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap");

.scrollHint, .slick-slider .slick-dots li button:after,
.controlBox .slick-dots li button:after, .slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before, .slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before, .slick-slider .slick-arrow,
.controlBox .slick-arrow, .documentBox .documentItem .link a:after, .documentBox .documentItem .link a, .documentBox .documentItem:not(:first-child), .pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .bread .wrap a:after, .privacyArea, footer .contactList .contactItem .title, footer .contactList .contactItem a:after, footer .footerMenu li a:after, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after, .slideMenuArea .menuBox, .slideMenuArea .topBox, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger, header .searchToggle img, header .searchToggle, header .languageBox .languageList, header .languageBox .languageCurrent, header .menu > .menuItem a:after, header .logo, header .wrap, header, .mailBox a:after, .loadingArea .countBox, .loadingArea .decoBox .deco, .loadingArea, .moduleMask, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .arrowBox .arrow:after, .arrowBox .arrow, .btnBox .btn.animation, .btnBox .btn, button, a, .formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.imh_opacity img,
.loadingArea,
.m_menu,
.m_menu .m_logo,
.m_menu .m_logo img,
.m_menu.downStyle,
.m_menu.downStyle .controlBox,
.moduleBox .moduleClose,
.moduleBox.privacy .btn a.textLink:before,
.moduleBox.privacy .customList .topBox .subtitle,
.moduleBox.privacy .customList .topBox .trigger label span,
.moduleBox.privacy .customList .topBox .trigger label span:before,
.moduleBox.privacy .customList .topBox:before,
.moduleMask,
.moreBtn a .arrowBox,
.pageBox .pageList a.nextBtn:before,
.pageBox .pageList a.prevBtn:before,
.pageBox .pageList.number a.firstBtn:after,
.pageBox .pageList.number a.firstBtn:before,
.pageBox .pageList.number a.lastBtn:after,
.pageBox .pageList.number a.lastBtn:before,
.privacyArea,
.slickArrowBox .arrow,
.slickArrowBox .arrow:before,
.slideMenuArea .funcBox .languageBox .languageList,
.slideMenuArea .menuBox .nav > li a,
.slideMenuArea .menuBox .nav > li a .en,
.slideMenuArea .menuBox .nav > li.dropDown > span > a:after,
.slideMenuArea .menuBox .nav > li.dropDown > span > a:before,
.slideMenuArea .socialBox .socialList li,
.slideMenuArea .socialBox .socialList li a svg,
.slideMenuTrigger,
.slideMenuTrigger .line,
.slideMenuTrigger .line:after,
.slideMenuTrigger .line:before,
.socialBox .socialList li,
.socialBox .socialList li a svg,
a,
footer .right .goTop {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@-webkit-keyframes textSlideRightAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes textSlideRightAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes textSlideDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes textSlideDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes textSlideUpAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes textSlideUpAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
body {
    background-color: #fff;
    font-size: 14px;
    font-family: "Cormorant Garamond", "Noto Sans Tc", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
body.loadingOverflow,
body.overflow,
body.popwinOverflow {
    overflow: hidden;
}
body.errorPage .mainArea {
    width: 100%;
    height: calc(100vh - 300px);
    min-height: 500px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
body.errorPage .mainArea .top {
    max-width: 380px;
    color: #c9a063;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto;
}
@media (max-width: 768px) {
    body.errorPage .mainArea {
        height: 50vh;
        min-height: 350px;
    }
    body.errorPage .mainArea .top {
        font-size: 24px;
    }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 640px) {
    body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
        padding-bottom: 56.25%;
    }
}
body:not(.WebSiteHome) .outerWrap {
    padding-top: 80px;
}
@media (max-width: 1180px) {
body:not(.WebSiteHome) .outerWrap {
    padding-top: 60px;
}
}
address {
    font-style: normal;
}
a {
    color: #211918;
    cursor: pointer;
}
a:hover {
    color: #c9a063;
}
div.titan {
    display: none;
}
[class*="col-"] {
    float: left;
}
.col-1 {
    width: 100%;
}
.col-2 {
    width: 50%;
}
.col-3 {
    width: 33.33%;
}
.col-4 {
    width: 25%;
}
.col-5 {
    width: 20%;
}
@media (max-width: 480px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5 {
        float: none;
        width: 100%;
    }
}
.btn_color1 {
    background-color: #c9a063;
    color: #fff;
}
@media (min-width: 1201px) {
    .btn_color1:hover {
        background-color: #a67a39;
        color: #fff;
    }
}
.btn_color_white {
    background-color: #fff;
    color: #c9a063;
}
@media (min-width: 1201px) {
    .btn_color_white:hover {
        background-color: #c9a063;
        color: #fff;
    }
}
.btn1.center {
    text-align: center;
}
.btn1.full a {
    width: 100%;
    margin: 0;
}
.btn1 a {
    min-width: 190px;
    background-color: #0e0e0e;
    border: 1px solid #0e0e0e;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.01em;
    margin: 5px;
    padding: 13px 30px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.btn1 a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #c9a063;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
    border-color: #c9a063;
}
.btn1 a:hover:after {
    right: auto;
    left: 0;
    width: 100%;
}
.btn1 a.white {
    background-color: #fff;
    border: 1px solid #68a9b1;
    color: #68a9b1;
}
.btn1 a.white:after {
    background-color: #68a9b1;
}
.btn1 a.white:hover {
    color: #fff;
}
button,
input[type="password"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 16px;
    outline: none;
    padding: 0;
    margin: 0;
}
textarea {
    resize: vertical;
}
.textEditor {
    padding-bottom: 15px;
}
.outerWrap {
    position: relative;
}
@media (max-width: 1180px) {
    .outerWrap {
        padding-bottom: calc(0px + env(safe-area-inset-bottom));
    }
}
.wrap {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 1580px) {
    .wrap {
        padding-right: 100px;
    }
}
@media (max-width: 1180px) {
    .wrap {
        padding-right: 20px;
    }
}
.moduleBox {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1005;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-property: top, opacity, visibility;
    transition-property: top, opacity, visibility;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.moduleBox.show {
    opacity: 1;
    visibility: visible;
}
.moduleBox.show .moduleWrap {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.moduleBox .moduleWrap {
    position: relative;
    width: 100%;
    max-width: 960px;
    background-color: #fff;
    pointer-events: auto;
    padding-top: 60px;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.moduleBox .moduleTitle {
    color: #211918;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    text-align: center;
}
.moduleBox .moduleContent {
    width: 100%;
    max-height: calc(90vh - 50px);
    overflow-y: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
    background: #c9a063;
}
.moduleBox .moduleClose {
    width: 50px;
    height: 50px;
    background: none;
    background-color: #c9a063;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.moduleBox .moduleClose:after,
.moduleBox .moduleClose:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -0.5px;
    width: 30px;
    height: 1px;
    background-color: #fff;
}
.moduleBox .moduleClose:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.moduleBox .moduleClose:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.moduleBox .moduleClose:hover {
    background-color: #a67a39;
}
.moduleBox.privacy .moduleWrap {
    max-width: 700px;
    padding-top: 50px;
    position: relative;
    z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    text-align: left;
}
@media (max-width: 640px) {
    .moduleBox.privacy .moduleTitle {
        font-size: 18px;
        padding-bottom: 10px;
    }
}
.moduleBox.privacy .settingBox + .settingBox {
    margin-top: 25px;
}
.moduleBox.privacy .text {
    font-size: 15px;
    line-height: 1.35;
}
@media (max-width: 640px) {
    .moduleBox.privacy .text {
        font-size: 14px;
    }
}
.moduleBox.privacy .btn {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}
.moduleBox.privacy .btn a:not(.textLink) {
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 15px 25px;
}
.moduleBox.privacy .btn a.textLink {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
.moduleBox.privacy .btn a.textLink:before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #c9a063;
    position: absolute;
    bottom: -3px;
    left: 50%;
}
@media (min-width: 1201px) {
    .moduleBox.privacy .btn a.textLink:hover:before {
        width: 100%;
        left: 0;
    }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
    padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}
.moduleBox.privacy .customList .topBox:before {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 1px solid #211918;
    border-bottom: 1px solid #211918;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-80%) rotate(-45deg);
    transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open:before {
    -webkit-transform: translateY(-100%) rotate(45deg);
    transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
    font-size: 15px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
    color: #c9a063;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    line-height: 1.35;
    padding-bottom: 3px;
}
.moduleBox.privacy .customList .topBox .trigger label {
    cursor: pointer;
    display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for="cookie_necessary"] {
    cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type="checkbox"]:checked + span {
    background-color: #e1caa7;
}
.moduleBox.privacy .customList .topBox .trigger label input[type="checkbox"]:checked + span:before {
    background-color: #d0ac76;
    -webkit-transform: translate(75%, -50%);
    transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
    width: 38px;
    height: 14px;
    border-radius: 30px;
    background-color: #d9d9d9;
    display: block;
    margin-left: auto;
    position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span:before {
    content: "";
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #b5b5b5;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (min-width: 1201px) {
    .moduleBox.privacy .customList .topBox:hover .subtitle {
        color: #c9a063;
    }
}
@media (max-width: 640px) {
    .moduleBox.privacy .customList .topBox {
        margin-bottom: 5px;
    }
}
.moduleBox.privacy .customList .text {
    background-color: #e1e1e1;
    padding: 18px 15px;
}
@media (max-width: 640px) {
    .moduleBox.privacy .customList .text {
        padding: 15px 12px;
    }
}
.moduleBox.cart .moduleWrap {
    max-width: 480px;
}
.moduleBox.cart .text {
    color: #373737;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
}
.moduleBox.cart .text b {
    padding-left: 4px;
    padding-right: 4px;
    font-weight: 400;
    font-size: 18px;
    color: #c9a063;
}
.moduleBox.cart .cart {
    border-top: 2px solid #c9a063;
    border-bottom: 2px solid #b4b4b4;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.moduleBox.cart .buyList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.moduleBox.cart .buyList li:not(:first-child) {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #d5d5d5;
}
.moduleBox.cart .buyList .Img {
    width: 90px;
}
.moduleBox.cart .buyList .Img img {
    display: block;
    width: 100%;
}
.moduleBox.cart .buyList .Txt {
    position: relative;
    width: calc(100% - 90px);
    padding-left: 15px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}
.moduleBox.cart .buyList h3 {
    width: 100%;
    margin-bottom: 3px;
}
.moduleBox.cart .buyList h3 a {
    display: block;
    color: #211918;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.moduleBox.cart .buyList .spec {
    color: #6a6a6a;
    margin-bottom: 3px;
}
.moduleBox.cart .buyList .del {
    position: absolute;
    right: 0;
    top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: none;
    background-color: #eee;
    border-radius: 50%;
    color: #5f5f5f;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.moduleBox.cart .buyList .del:hover {
    background-color: #c9a063;
    color: #fff;
}
.moduleBox.cart .buyList .del svg {
    width: 15px;
    height: 18px;
}
.moduleBox.orderCheck .moduleWrap {
    max-width: 360px;
}
.moduleBox.orderCheck h4 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    font-family: "微軟正黑體", "新細明體", sans-serif;
    color: #222;
    text-align: left;
}
.moduleBox.orderCheck input[type="password"],
.moduleBox.orderCheck input[type="text"] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px;
    border: 2px solid #ccc;
}
.moduleBox.orderCheck a.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
}
.moduleBox.search .moduleWrap {
    max-width: 480px;
}
.moduleBox.search .searchBox {
    margin: 30px 0;
    position: relative;
}
.moduleBox.search .searchBox input {
    width: 100%;
    display: block;
    border: 1px solid #e1e1e1;
    padding: 15px 55px 15px 15px;
}
.moduleBox.search .searchBox a {
    width: 50px;
    height: 50px;
    background-color: #c9a063;
    color: #fff;
    display: block;
    font-size: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.moduleBox.cookie .moduleWrap {
    max-width: 480px;
}
.moduleBox.cookie .text {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.6;
}
.moduleMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1003;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.moduleMask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.loadingArea {
    width: 100%;
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
.loadingArea .loadLogo {
    width: 120px;
}
.loadingArea .loadLogo img {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.loadingArea.show {
    opacity: 1;
    pointer-events: auto;
}
.loadingArea.show .loadLogo img {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.loadingArea.hide {
    opacity: 0;
}





/*header*/
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    /*menu*/
}
@media (max-width: 1180px) {
    header {
        -webkit-box-shadow: none;
                box-shadow: none;
    }
}
@media (min-width: 1181px) {
    header.scroll {
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transform: translateY(37px);
                transform: translateY(37px);
    }
    header.scroll .wrap {
        max-width: 1794px;
    }
    header.scroll .logo,
    header.scroll .languageBox .languageCurrent,
    header.scroll .searchToggle img {
        -webkit-filter: contrast(0) brightness(2);
                filter: contrast(0) brightness(2);
    }
    header.scroll .logo a {
        width: 304px;
        height: 85px;
    }
}
@media (min-width: 1181px) and (max-width: 1600px) {
    header.scroll .logo a {
        width: 270px;
        height: 75px;
    }
}
@media (min-width: 1181px) and (max-width: 1400px) {
    header.scroll .logo a {
        width: 240px;
        height: 67px;
    }
}
@media (min-width: 1181px) {
    header.scroll .menu > .menuItem a {
        color: #fff;
    }
    header.scroll .menu > .menuItem a:after {
        background-color: transparent !important;
        border: 1px solid #fff;
    }
    header.scroll .btnBox.contact .btn {
        background-color: #fff;
        color: #c9a063;
        border: 1px solid #fff;
    }
}
@media (min-width: 1181px) and (min-width: 1201px) {
    header.scroll .btnBox.contact .btn:hover {
        color: #fff;
    }
    header.scroll .btnBox.contact .btn:hover:not(.animation) {
        background-color: #c9a063;
        border: 1px solid #c9a063;
    }
}
header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    max-width: 1856px;
    height: 80px;
    padding: 0 20px;
}
@media (max-width: 1180px) {
    header .wrap {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        height: 60px;
    }
}
header .logo {
    pointer-events: auto;
    padding: 10px 0;
}
@media (max-width: 1180px) {
    header .logo {
        padding: 0;
    }
}
header .logo a {
    display: block;
    width: 270px;
    height: 75px;
    position: relative;
}
header .logo a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/logo.png") no-repeat center center/contain;
}
@media (max-width: 1600px) {
    header .logo a {
        width: 260px;
        height: 67px;
    }
}
@media (max-width: 1180px) {
    header .logo a {
        width: 250px;
        height: 56px;
    }
}
@media (max-width: 640px) {
    header .logo a {
        width: 200px;
        height: 45px;
    }
    /*header .logo a:after {
        background-size: auto;
        background-position: 0 center;
    }*/
}
header .logo img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
header .menuBox {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1180px) {
    header .menuBox {
        display: none;
    }
}
header .menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
}
@media (max-width: 1600px) {
    header .menu {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
}
header .menu > .menuItem {
    position: relative;
    display: inline-block;
    pointer-events: auto;
}
header .menu > .menuItem a {
    position: relative;
    z-index: 1;
    color: #2a2929;
    display: block;
    padding: 26px 15px;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.75;
    letter-spacing: 0.56px;
}
@media (max-width: 1400px) {
    header .menu > .menuItem a {
        font-size: 15px;
        padding: 28px 8px;
    }
}
header .menu > .menuItem a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, calc(-50% + 5px));
            transform: translate(-50%, calc(-50% + 5px));
    width: 125%;
    height: 44px;
    border: 1px solid #c9a063;
    background-color: #c9a063;
    border-radius: 60px;
    z-index: -1;
    opacity: 0;
}
header .menu > .menuItem a.current {
    color: #c9a063;
}
header .menu > .menuItem a.current:after {
    opacity: 0;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media (min-width: 1201px) {
    header .menu > .menuItem a:hover {
        color: #c9a063;
    }
    header .menu > .menuItem a:hover:after {
        opacity: 0;
        background-color: #c9a063;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
}
header .rightBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1600px) {
    header .rightBox {
        margin-left: auto;
    }
}
header .languageBox {
    margin-right: 14px;
    position: relative;
    z-index: 2;
    pointer-events: auto;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.15px;
}
@media (max-width: 640px) {
    header .languageBox {
        margin-right: 0;
    }
}
header .languageBox .languageCurrent {
    cursor: pointer;
    padding-right: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #c9a063;
}
header .languageBox .languageCurrent::before {
    content: "";
    width: 17px;
    height: 17px;
    margin-right: 5px;
    background: url("../images/language.png") no-repeat center center/contain;
    display: block;
}
header .languageBox .languageList {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}
header .languageBox .languageList.show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
}
header .languageBox .languageList li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .languageBox .languageList li a {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 10px 10px;
    text-align: center;
}
@media (min-width: 1201px) {
    header .languageBox .languageList li a:hover {
        background-color: #c9a063;
        color: #fff;
    }
}
header .languageBox .languageList li a.current {
    background-color: #c9a063;
    color: #fff;
}
header .searchToggle {
    padding: 10px;
    display: block;
    margin-right: 20px;
    border-radius: 50%;
    pointer-events: auto;
}
@media (min-width: 1201px) {
    header .searchToggle:hover {
        background-color: #c9a063;
    }
    header .searchToggle:hover img {
        -webkit-filter: contrast(0) brightness(2);
                filter: contrast(0) brightness(2);
    }
}
@media (max-width: 640px) {
    header .searchToggle {
        margin-right: 10px;
    }
}
header .searchToggle img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    max-width: 18px;
}
header .btnBox.contact {
    pointer-events: auto;
    margin-top: 0;
}
@media (max-width: 1180px) {
    header .btnBox.contact {
        display: none;
    }
}
header .btnBox.contact .btn {
    background-color: #c9a063;
    border: 1px solid #c9a063;
    color: #fff;
    min-width: 140px;
    padding: 10px 20px;
    border-radius: 30px;
}
@media (min-width: 1201px) {
    header .btnBox.contact .btn:hover {
        color: #c9a063;
    }
    header .btnBox.contact .btn:hover:not(.animation) {
        background-color: #fff;
    }
}
@media (max-width: 1400px) {
    header .btnBox.contact .btn {
        padding: 7px 14px;
        min-width: 110px;
    }
}



/*slideMenu*/
.slideMenuTrigger {
    width: 64px;
    height: 35px;
    border-radius: 17.5px;
    background-color: #c9a063;
    border: 1px solid #c9a063;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}
@media (min-width: 1181px) {
    .slideMenuTrigger {
        display: none;
    }
}
.slideMenuTrigger .line {
    width: 25px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: background-color 0.3s 0.3s ease-in-out;
    transition: background-color 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    -webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
}
.slideMenuTrigger .line::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
}
.slideMenuTrigger.show {
    background-color: #c9a063;
    border-color: #c9a063;
}
.slideMenuTrigger.show .line {
    background-color: transparent;
    -webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
    transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
    transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
    transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.show .line::before, .slideMenuTrigger.show .line::after {
    -webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
    transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
    transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
    transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.show .line::before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.show .line::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1201px) {
    .slideMenuTrigger.show:hover span {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
@media (min-width: 1201px) {
    .slideMenuTrigger:hover {
        background-color: #fff;
    }
    .slideMenuTrigger:hover span {
        background-color: transparent;
        -webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
        transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
        transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out;
        transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
    }
    .slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
        background-color: #c9a063;
        -webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
        transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
        transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
        transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
    }
    .slideMenuTrigger:hover span::before {
        -webkit-transform: translateY(0) rotate(45deg);
                transform: translateY(0) rotate(45deg);
    }
    .slideMenuTrigger:hover span::after {
        -webkit-transform: translateY(0) rotate(-45deg);
                transform: translateY(0) rotate(-45deg);
    }
}
.slideMenuArea {
    width: 100%;
    height: 0;
    overflow-x: hidden;
    padding-bottom: env(safe-area-inset-bottom);
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
    background: #c9a063;
}
.slideMenuArea.show {
    pointer-events: auto;
    height: 100vh;
    padding-top: 58px;
}
.slideMenuArea.show .topBox {
    -webkit-transform: none;
            transform: none;
}
.slideMenuArea.show .menuBox {
    opacity: 1;
}
.slideMenuArea.show .bottomBox {
    -webkit-transform: none;
            transform: none;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
}
@media (min-width: 1181px) {
    .slideMenuArea.show {
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
}
.slideMenuArea .topBox {
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
}
.slideMenuArea .topBox:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.slideMenuArea .menuBox {
    width: 100%;
    padding: 60px 40px;
    opacity: 0;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
}
.slideMenuArea .menuBox .nav > .menuItem {
    position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem:not(:last-child) {
    border-bottom: 1px dashed #b6b6b6;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span {
    cursor: pointer;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
    content: "";
    width: 12px;
    height: 1px;
    background-color: #c9a063;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 1;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::after {
    background-color: #c9a063;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a::after {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open .submenu {
    -webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
            animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav > .menuItem a {
    position: relative;
    color: #211918;
    display: block;
    padding: 5px 25px;
    font-weight: 500;
    font-size: 17px;
    line-height: 2.5;
    letter-spacing: 0.77px;
}
.slideMenuArea .menuBox .nav > .menuItem a.current {
    color: #c9a063;
}
@media (min-width: 1201px) {
    .slideMenuArea .menuBox .nav > .menuItem a:hover {
        color: #c9a063;
    }
}
.slideMenuArea .bottomBox {
    position: relative;
    z-index: 1;
    margin-top: -30px;
    margin-bottom: 20px;
    padding: 70px 40px 40px 40px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.slideMenuArea .bottomBox:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/menubg.jpg") no-repeat center center/cover;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.slideMenuMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.slideMenuMask.show {
    opacity: 1;
    pointer-events: auto;
}




@media (max-width: 1680px) {
    .socialBox {
        padding: 0 5px;
    }
}
.socialBox .socialList {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.socialBox .socialList li {
    margin: 0 10px;
}
.socialBox .socialList li a {
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
}
.socialBox .socialList li a svg {
    width: 24px;
    height: 22px;
    display: inline-block;
    fill: #c9a063;
    margin-top: -2px;
    vertical-align: middle;
}
.socialBox .socialList li a:hover {
    color: #c9a063;
}
.socialBox .socialList li a:hover svg {
    fill: #6d6d6d;
}
.moreBtn a {
    color: #262626;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2.5px;
    font-size: 16px;
}
.moreBtn a .arrowBox {
    width: 56px;
    height: 56px;
    border: 1px solid #c9a063;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.moreBtn a .arrowBox svg {
    width: 20px;
    height: 20px;
    stroke: #c9a063;
}
.moreBtn a .arrowBox i {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
    color: #c9a063;
    width: 14px;
    height: 14px;
    font-size: 13px;
}
@media (max-width: 1580px) {
    .moreBtn a .arrowBox {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}
.moreBtn a:hover {
    color: #c9a063;
}
.moreBtn a:hover .arrowBox {
    background-color: #c9a063;
    border-color: #c9a063;
}
.moreBtn a:hover .arrowBox svg {
    stroke: #fff;
}
.moreBtn a:hover .arrowBox i {
    color: #fff;
}
.slickArrowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    z-index: 2;
}
.slickArrowBox .arrow {
    width: 90px;
    height: 90px;
    background-color: #c9a063;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
}
@media (max-width: 420px) {
    .slickArrowBox .arrow {
        width: 40px;
        height: 40px;
    }
}
.slickArrowBox .arrow:before {
    content: "";
    border-style: solid;
    display: block;
    z-index: 2;
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slickArrowBox .arrowPrev:before {
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #fff transparent transparent #fff;
    -webkit-transform: rotate(-45deg) translate(1px, 2px);
    transform: rotate(-45deg) translate(1px, 2px);
    z-index: 2;
}
.slickArrowBox .arrowPrev:hover:before {
    border-color: #c9a063 transparent transparent #c9a063;
}
.slickArrowBox .arrowNext:before {
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(45deg) translate(-1px, 2px);
    transform: rotate(45deg) translate(-1px, 2px);
}
.slickArrowBox .arrowNext:hover:before {
    border-color: #c9a063 #c9a063 transparent transparent;
}
.slideMenuMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.slideMenuMask.show {
    opacity: 1;
    pointer-events: auto;
}
.m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: block;
    width: 100%;
}
.m_menu.downStyle {
    -webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
    box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
}
.m_menu.downStyle .m_logo img {
    -webkit-filter: none;
    filter: none;
}
.m_menu.downStyle .controlBox {
    background-color: #fff;
}
.m_menu.downStyle .controlBox a.slideMenuTrigger span {
    background-color: #c9a063;
}
.m_menu.downStyle .controlBox a.slideMenuTrigger span:after,
.m_menu.downStyle .controlBox a.slideMenuTrigger span:before {
    background-color: #c9a063;
}
.m_menu.downStyle .controlBox a.slideMenuTrigger.show span {
    background-color: transparent;
}
.m_menu.downStyle .controlBox a.slideMenuTrigger.show span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.m_menu.downStyle .controlBox a.slideMenuTrigger.show span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (min-width: 1181px) {
    .m_menu {
        display: none;
    }
}
.m_menu .mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
}
.m_menu .m_logo {
    float: left;
    margin-left: 20px;
}
.m_menu .m_logo img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
    display: block;
    width: 40px;
    padding-top: 2px;
}
.m_menu .controlBox {
    position: relative;
    z-index: 99;
    height: 60px;
    background-color: transparent;
}
.m_menu .controlBox a.slideMenuTrigger {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
}
.m_menu .controlBox a.slideMenuTrigger span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -0.5px;
    width: 26px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.m_menu .controlBox a.slideMenuTrigger span:after,
.m_menu .controlBox a.slideMenuTrigger span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.m_menu .controlBox a.slideMenuTrigger span:before {
    top: -7px;
}
.m_menu .controlBox a.slideMenuTrigger span:after {
    bottom: -7px;
}
.m_menu .controlBox a.slideMenuTrigger.show span {
    background-color: transparent;
}
.m_menu .controlBox a.slideMenuTrigger.show span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.m_menu .controlBox a.slideMenuTrigger.show span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.m_menu .controlBox .btn_cart {
    display: inline-block;
    vertical-align: middle;
}
.m_menu .controlBox .right {
    float: right;
    line-height: 60px;
    margin-right: 10px;
}
.m_menu .controlBox .right a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 13px;
    color: #fff;
}
.m_menu .controlBox .right a em {
    display: none;
}
.m_menu .controlBox .right i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background: #799a1b;
}
.m_menu .controlBox .right b {
    position: absolute;
    top: 6px;
    right: -5px;
    display: block;
    border-radius: 5px;
    line-height: normal;
    padding: 3px 5px;
    font-size: 13px;
    color: #fff;
    background-color: #c40000;
}
.m_menu .controlBox .language:hover .submenu {
    display: block;
}
.m_menu .hideBox {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    display: none;
    width: 100%;
    padding: 60px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgb(101, 14, 19);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(101, 14, 19)), to(rgb(178, 24, 27)));
    background: linear-gradient(to bottom, rgb(101, 14, 19) 0%, rgb(178, 24, 27) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#650e13",endColorstr="#b2181b",GradientType=0);
}
.m_menu .hideBox .sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    background-color: #c80303;
}
.m_menu .searchBox_m {
    padding: 20px 0;
    text-align: center;
}
.m_menu .searchBox_m input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 30px;
    border: 1px solid #ccc;
}
.m_menu .searchBox_m a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background-color: #9cc720;
}
.m_menu .m_trans {
    text-align: center;
    padding-top: 30px;
}
.m_menu .m_trans > a {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #fff;
    color: #fff;
}
.m_menu .m_trans > a i {
    margin-left: 5px;
}
.m_menu .loginBox {
    padding: 30px 0;
    text-align: center;
}
.m_menu .loginBox a {
    display: inline-block;
    margin: 0 3px;
    font-size: 15px;
    color: #fff;
}
.m_menu .loginBox a i {
    margin-right: 3px;
}
.m_menu .loginBox .submenu {
    margin-top: 10px;
    color: #ccc;
}
.m_menu .loginBox .submenu span {
    margin: 0 5px;
}
.m_menu .mfun {
    padding: 30px 0;
    text-align: center;
}
.m_menu .mfun a {
    display: inline-block;
    margin: 0 1px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #b21d26;
}
.m_menu .nav li {
    border-top: 1px solid #af6568;
}
.m_menu .nav a {
    position: relative;
    display: block;
    padding: 20px 10px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.m_menu .nav a:hover {
    background-color: #d12127;
}
.m_menu .nav a i {
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    margin-top: -7px;
}
.m_menu .nav .dropDown > a:after {
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 20px;
    font-family: FontAwesome;
}
.m_menu .nav .submenu {
    display: none;
}
.m_menu .nav .submenu a {
    padding: 10px 20px;
}
.m_menu .nav .submenu a:hover {
    background-color: #999;
}
.bannerArea {
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bannerArea .wrap {
    max-width: 100%;
    padding: 0;
}
.bannerArea .bannerItem {
    position: relative;
}
.bannerArea .bannerItem .Txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bannerArea .bannerItem .Img {
    position: relative;
    z-index: 1;
}
.bannerArea .bannerItem .Img img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media (max-width: 640px) {
    .bannerArea .bannerItem .Img img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
.bannerArea .bannerLink {
    display: block;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.marqueeArea {
    padding: 15px 0;
    background-color: rgb(6, 21, 64);
}
.marqueeArea h2 {
    float: left;
    margin-right: 20px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}
@media (max-width: 640px) {
    .marqueeArea h2 {
        display: none;
    }
}
.marqueeArea h2 em {
    margin-left: 5px;
}
.marqueeArea .marqueeBox {
    max-height: 30px;
    overflow: hidden;
}
.marqueeArea ul {
    overflow: hidden;
}
.marqueeArea li {
    line-height: 20px;
}
.marqueeArea .date {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 13px;
    color: #dbdbdb;
}
@media (max-width: 640px) {
    .marqueeArea .date {
        display: none;
    }
}
.marqueeArea h3 {
    display: inline-block;
    vertical-align: top;
}
.marqueeArea h3 a {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
footer {
    background-image: url(../images/bg-footer.jpg);
    padding: 40px 0;
}
footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
footer .left {
    width: 160px;
}
@media (max-width: 767px) {
    footer .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-bottom: 15px;
    }
}
footer .right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    footer .right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
footer .right .goTop {
    cursor: pointer;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    gap: 6px;
}
@media (min-width: 1201px) {
    footer .right .goTop:hover {
        color: #c9a063;
        background-color: rgba(255, 255, 255, 0.6);
        border-color: transparent;
    }
}
@media (max-width: 767px) {
    footer .right .goTop {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-bottom: 8px;
    }
}
footer .bottom {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    position: relative;
}
@media (max-width: 1320px) {
    footer .bottom {
        padding-top: 50px;
        margin-top: 50px;
    }
}
footer .footerLogo {
    background-image: url(../images/bg-footer.jpg);
    text-align: center;
    width: 100%;
    max-width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
@media (max-width: 1320px) {
    footer .footerLogo {
        bottom: 55%;
    }
}
@media (max-width: 400px) {
    footer .footerLogo {
        bottom: 65%;
    }
}
footer .footerLogo a {
    max-width: 100px;
    margin: 0 auto;
    display: block;
}
footer .footerLogo img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
footer .qrcodeBox {
    display: inline-block;
    vertical-align: middle;
    width: 85px;
    margin-top: 8px;
}
footer .qrcodeBox img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
footer .infoList {
    max-width: 595px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px;
}
footer .infoList .company {
    width: 100%;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 25px;
    color: #fff;
}
footer .infoList li {
    font-family: "Times New Roman";
    margin-bottom: 0;
    padding: 5px 10px;
    color: #fff;
}

@media (max-width: 768px) {
    footer .infoList li {
    text-align: center;
    width: 100%;
    }
}

@media (max-width: 420px) {
    footer .infoList li {
        padding: 5px;
    }
}
footer .infoList li i {
    display: none;
}
footer .infoList li a,
footer .infoList li span {
    letter-spacing: 1px;
    font-family: "Times New Roman";
    font-size: 16px;
    line-height: 1;
    position: relative;
}
@media (max-width: 420px) {
    footer .infoList li a,
    footer .infoList li span {
        font-size: 14px;
    }
}
footer .infoList li a {
    font-family: "Times New Roman";
    font-size: 16px;
    color: #fff;
}
@media (min-width: 1201px) {
    footer .infoList li a:hover {
        color: #fff;
    }
}
@media (max-width: 420px) {
    footer .infoList li a {
        font-size: 14px;
    }
}
@media (max-width: 420px) {
    footer .infoList {
        row-gap: 0;
    }
}
footer .socialBox {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-right: -4px;
}
@media (max-width: 480px) {
    footer .socialBox {
        width: 100%;
    }
}
footer .socialBox a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    font-size: 19px;
    color: #929292;
    text-align: center;
}
footer .socialBox a:hover {
    opacity: 0.8;
}
footer .footerMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}
footer .footerMenu li {
    width: 20%;
    padding: 5px;
}
footer .footerMenu li a {
    display: block;
    font-size: 14px;
}
@media (max-width: 480px) {
    footer .footerMenu li {
        width: 25%;
    }
}
footer .mailSubscribeBox {
    padding: 10px 0;
}
footer .copyrightBox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .copyrightBox .copyright {
    font-size: 14px;
    padding: 5px;
}
@media (max-width: 1024px) {
    footer .copyrightBox {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 10px;
    }
}


@media (max-width: 768px) {
    footer .copyrightBox .copyright {
    text-align: center;
    margin: auto;
    }
}

.privacyArea {
    width: 100%;
    max-width: 760px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    position: fixed;
    bottom: 0;
    right: 80px;
    z-index: 50;
}
@media (max-width: 1180px) {
    .privacyArea {
        right: 0;
    }
}
.privacyArea.check {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.privacyArea .wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.privacyArea .text {
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: center;
}
.privacyArea .text a {
    color: #c9a063;
    display: inline-block;
    margin-top: 8px;
    text-decoration: underline;
}
.privacyArea .text a:hover {
    color: #c9a063;
}
.privacyArea .btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
}
.privacyArea .btn a {
    letter-spacing: 0.5px;
    padding: 15px 35px;
}
.privacyArea .btn a + a {
    margin-left: 20px;
}
@media (max-width: 640px) {
    .privacyArea .btn {
        width: 100%;
    }
    .privacyArea .btn a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 15px;
        text-align: center;
    }
}
.fixedQuickLink {
    width: 100%;
    background-color: #211918;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
}
@media (min-width: 1181px) {
    .fixedQuickLink {
        display: none;
    }
}
.fixedQuickLink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fixedQuickLink li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.fixedQuickLink li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 55px;
    font-size: 13px;
    color: #fff;
}
.fixedQuickLink i {
    margin-bottom: 5px;
}
.adminPreviewArea {
    max-width: 320px;
    border: 4px solid #ffe2e2;
    border-radius: 5px;
    background: #fdc9c9;
    color: #211918;
    padding: 20px;
    position: fixed;
    top: 15px;
    right: 0;
    z-index: 99999;
}
.adminPreviewArea a {
    text-decoration: underline;
}
.adminLoginArea {
    width: 100%;
    background-color: rgba(180, 0, 0, 0.85);
    color: #fff;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.5px;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    text-align: center;
}
.adminLoginArea p {
    padding: 20px 15px;
}
.bookingArea {
    margin-top: -85px;
    position: relative;
    z-index: 2;
}
@media (max-width: 960px) {
    .bookingArea {
        margin-top: 0;
    }
}
.bookingArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background-color: #fff;
}
@media (max-width: 960px) {
    .bookingArea .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 20px;
    }
}
.bookingArea .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    font-size: 15px;
    border-right: 1px solid #e6e6e6;
}
@media (max-width: 960px) {
    .bookingArea .title {
        display: none;
    }
}
.bookingArea .title i {
    margin-right: 15px;
    font-size: 20px;
}
.bookingArea .bookingList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
    padding: 20px;
}
@media (max-width: 960px) {
    .bookingArea .bookingList {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
}
@media (max-width: 960px) {
    .bookingArea .bookingList li {
        margin-bottom: 15px;
    }
}
.bookingArea .bookingList li:not(:first-child) {
    margin-left: 10px;
}
@media (max-width: 960px) {
    .bookingArea .bookingList li:not(:first-child) {
        margin-left: 0;
    }
}
.bookingArea .btn {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}
@media (max-width: 960px) {
    .bookingArea .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.bookingArea .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.2em;
    background-color: #c9a063;
}
@media (max-width: 960px) {
    .bookingArea .btn a {
        padding: 12px;
    }
}
.bookingArea input,
.bookingArea select {
    height: 45px;
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    font-family: "微軟正黑體";
}
@media (max-width: 960px) {
    .bookingArea input,
    .bookingArea select {
        width: 100%;
    }
}
.mainArea {
    padding-bottom: 30px;
}
@media (max-width: 1023px) {
    .mainArea.ins {
        padding-top: 30px;
    }
}
@media (max-width: 768px) {
    .mainArea {
        padding-top: 30px;
    }
}
.mainArea .contentBox {
    clear: both;
}
.mainArea .contentBox.side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}
.mainArea .contentBox.side .left {
    width: 15%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.mainArea .contentBox.side .left .classBoxRow .classLink a {
    width: 100%;
}
.mainArea .contentBox.side .left + .right {
    max-width: 85%;
}
@media (max-width: 1023px) {
    .mainArea .contentBox.side .left + .right {
        max-width: 100%;
    }
}
.mainArea .contentBox.side .right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 100%;
}
@media (max-width: 1023px) {
    .mainArea .contentBox.side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 35px;
    }
    .mainArea .contentBox.side .left {
        width: 90%;
    }
    .mainArea .contentBox.side .left .classBoxRow .classLink a {
        width: 50%;
    }
    .mainArea .contentBox.side .right {
        padding-left: 0px;
        width: 100%;
    }
    .mainArea .contentBox .classBox {
        max-width: 240px;
        margin: 0 auto;
    }
}
.titleBox {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.titleBox .titleTw {
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0.5px;
    color: #4c4c4c;
}
.titleBox .titleTw.deco {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}
.titleBox .titleTw.deco:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    bottom: 5px;
    right: -11px;
    background-color: #c9a063;
}
@media (max-width: 540px) {
    .titleBox .titleTw {
        font-size: 24px;
    }
}
.titleBox .titleEn {
    font-weight: 700;
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #211918;
}
@media (max-width: 1180px) {
    .titleBox .titleEn {
        color: #211918;
        font-size: 90px;
    }
}
@media (max-width: 960px) {
    .titleBox .titleEn {
        font-size: 58px;
    }
}
@media (max-width: 640px) {
    .titleBox .titleEn {
        font-size: 48px;
    }
}
@media (max-width: 540px) {
    .titleBox .titleEn {
        font-size: 36px;
    }
}
@media (max-width: 400px) {
    .titleBox .titleEn {
        font-size: 28px;
    }
}
.bread {
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    margin-bottom: 50px;
    padding: 20px 0;
}
.bread .wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bread .wrap a,
.bread .wrap span {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
}
.bread .wrap a {
    color: #666;
}
.bread .wrap a:hover {
    color: #c9a063;
}
.bread .wrap span {
    color: #666;
}
.bread .wrap a + span,
.bread .wrap span + a,
.bread .wrap span + span {
    position: relative;
}
.bread .wrap svg {
    stroke: #c9a063;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.bread .wrap i {
    color: #c9a063;
    margin-right: 8px;
    font-size: 18px;
}
.bread.arrow .wrap a + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap span + span {
    padding-left: 25px;
}
.bread.arrow .wrap a + span:before,
.bread.arrow .wrap span + a:before,
.bread.arrow .wrap span + span:before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    position: absolute;
    top: 50%;
    left: 7px;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap span + span {
    padding-left: 20px;
}
.bread.verticalLine .wrap a + span:before,
.bread.verticalLine .wrap span + a:before,
.bread.verticalLine .wrap span + span:before {
    content: "";
    width: 1px;
    height: 80%;
    background-color: #a9a9a9;
    position: absolute;
    top: 10%;
    left: 10px;
    z-index: 1;
}
.bread.horizontalLine .wrap a + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap span + span {
    padding-left: 25px;
}
.bread.horizontalLine .wrap a + span:before,
.bread.horizontalLine .wrap span + a:before,
.bread.horizontalLine .wrap span + span:before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #a9a9a9;
    position: absolute;
    top: 50%;
    left: 8px;
    z-index: 1;
}
@media (max-width: 1023px) {
    .bread {
        display: none;
    }
}
.insTopBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.insTopBox .classBoxRow {
    width: 50%;
}
.insTopBox .classBoxRow .classLink {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.insTopBox .classBoxRow .classLink a {
    background-color: transparent;
    color: #737373;
    font-size: 16px;
    position: relative;
}
.insTopBox .classBoxRow .classLink a.current,
.insTopBox .classBoxRow .classLink a:hover {
    color: #c9a063;
    background-color: transparent;
}
.insTopBox .classBoxRow .classLink li {
    margin-right: 0;
}
.insTopBox .classBoxRow .classLink li:not(:last-child) a:after {
    content: "";
    width: 1px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #c2c2c2;
}
@media (max-width: 1023px) {
    .insTopBox .classBoxRow {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
}
.insTopBox .bread {
    width: 50%;
    border: none;
}
.insTopBox .bread .wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.articleTitle {
    border-bottom: 1px dashed #d6d6d6;
    color: #232323;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px 0;
}
.sectionTitle {
    margin-bottom: 20px;
    padding: 5px;
    border-bottom: 1px solid #d6d6d6;
    font-weight: 400;
    font-size: 15px;
    color: #232323;
}
.sectionTitle strong {
    display: block;
    position: relative;
    font-weight: 400;
}
.sectionTitle a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table.breakpoint > tbody > tr > td.expand {
    background: url("../images/plus.png") no-repeat 5px center;
    cursor: pointer;
    padding-left: 40px;
}
@-webkit-keyframes aniSlideLeft {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes aniSlideLeft {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
.classBox {
    position: relative;
    z-index: 4;
}
.classBox .classCurrent {
    background-color: #c9a063;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 30px 10px 10px;
    position: relative;
}
.classBox .classCurrent:before {
    content: "\f107";
    color: #fff;
    font-size: 15px;
    font-family: FontAwesome;
    line-height: 1;
    margin-top: -6px;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 1;
}
@media (min-width: 1024px) {
    .classBox .classCurrent {
        display: none;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }
}
.classBoxRow {
    margin-top: 20px;
    margin-bottom: 50px;
}
@media (min-width: 1024px) {
    .classBoxRow .classLink {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .classBoxRow .classLink li {
        margin-bottom: 10px;
        margin-right: 15px;
    }
    .classBoxRow .classLink a {
        display: block;
        padding: 10px 15px;
        font-size: 13px;
        color: #211918;
        background-color: #f0f0f0;
        letter-spacing: 2px;
        text-align: center;
    }
    .classBoxRow .classLink a.current,
    .classBoxRow .classLink a:hover {
        color: #fff;
        background-color: #c9a063;
    }
}
.classBoxColumn {
    margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems:after,
.classBoxColumn .classLink .linkHasItems:before {
    content: "";
    width: 13px;
    height: 1px;
    background-color: #2f2f2f;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
    background-color: #c9a063;
    color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open:after,
.classBoxColumn .classLink .linkHasItems.open:before {
    background-color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open:after {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul {
    display: block;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
    -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
    animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a {
    background-color: #f1f1f1;
    color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current,
.classBoxColumn .classLink .linkHasItems.open + ul > li a:hover {
    background-color: #e8e8e8;
    color: #c9a063;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current:after,
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current:before,
.classBoxColumn .classLink .linkHasItems.open + ul > li a:hover:after,
.classBoxColumn .classLink .linkHasItems.open + ul > li a:hover:before {
    background-color: #c9a063;
}
@media (min-width: 1024px) {
    .classBoxColumn .classLink > li:not(:first-child) {
        border-top: 1px solid #ccc;
    }
    .classBoxColumn .classLink ul {
        display: none;
    }
    .classBoxColumn .classLink ul li:not(:first-child) {
        border-top: 1px solid #ccc;
    }
    .classBoxColumn .classLink a {
        color: #2f2f2f;
        display: block;
        line-height: 1.2;
        letter-spacing: 0.5px;
        padding: 18px 15px;
        position: relative;
    }
    .classBoxColumn .classLink a.current,
    .classBoxColumn .classLink a:hover {
        background-color: #c9a063;
        color: #fff;
    }
    .classBoxColumn .classLink a.current:after,
    .classBoxColumn .classLink a.current:before,
    .classBoxColumn .classLink a:hover:after,
    .classBoxColumn .classLink a:hover:before {
        background-color: #fff;
    }
}
@media (max-width: 1023px) {
    .classBoxColumn .classLink,
    .classBoxRow .classLink {
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
    }
    .classBoxColumn .classLink.open,
    .classBoxRow .classLink.open {
        display: block;
    }
    .classBoxColumn .classLink > li:not(:first-child),
    .classBoxRow .classLink > li:not(:first-child) {
        border-top: 1px solid #ccc;
    }
    .classBoxColumn .classLink > li > a.current,
    .classBoxRow .classLink > li > a.current {
        color: #c9a063;
    }
    .classBoxColumn .classLink > li ul,
    .classBoxRow .classLink > li ul {
        display: none;
    }
    .classBoxColumn .classLink a,
    .classBoxRow .classLink a {
        color: #2f2f2f;
        background-color: #fff;
        display: block;
        font-size: 14px;
        padding: 14px 15px;
        position: relative;
    }
}
.pageBox .pageList {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #cecece;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pageBox .pageList a {
    border: 1px solid #c2c2c2;
    color: #666;
    display: block;
    font-size: 15px;
}
.pageBox .pageList a.nextBtn:before,
.pageBox .pageList a.prevBtn:before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    display: block;
    position: absolute;
}
.pageBox .pageList a.prevBtn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.pageBox .pageList a:hover {
    border: 1px solid #c9a063;
    background-color: #c9a063;
    color: #fff;
}
.pageBox .pageList a:hover.nextBtn:before,
.pageBox .pageList a:hover.prevBtn:before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.pageBox .pageList.number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pageBox .pageList.number.oval a {
    width: 50px;
}
.pageBox .pageList.number li {
    margin: 5px;
}
.pageBox .pageList.number a {
    width: 30px;
    height: 30px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    text-align: center;
}
.pageBox .pageList.number a.nextBtn:before,
.pageBox .pageList.number a.prevBtn:before {
    margin: auto;
    top: 0;
    bottom: 0;
}
.pageBox .pageList.number a.prevBtn:before {
    left: 5px;
    right: 0;
}
.pageBox .pageList.number a.nextBtn:before {
    left: 0;
    right: 5px;
}
.pageBox .pageList.number a.firstBtn:after,
.pageBox .pageList.number a.firstBtn:before,
.pageBox .pageList.number a.lastBtn:after,
.pageBox .pageList.number a.lastBtn:before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}
.pageBox .pageList.number a.firstBtn:after,
.pageBox .pageList.number a.firstBtn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pageBox .pageList.number a.firstBtn:before {
    left: -2px;
    right: 0;
}
.pageBox .pageList.number a.firstBtn:after {
    left: 12px;
    right: 0;
}
.pageBox .pageList.number a.lastBtn:after,
.pageBox .pageList.number a.lastBtn:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.pageBox .pageList.number a.lastBtn:before {
    left: 0;
    right: -2px;
}
.pageBox .pageList.number a.lastBtn:after {
    left: 0;
    right: 12px;
}
.pageBox .pageList.number a.current {
    border: 1px solid #c9a063;
    background-color: #c9a063;
    color: #fff;
}
.pageBox .pageList.number a:hover.firstBtn:after,
.pageBox .pageList.number a:hover.firstBtn:before,
.pageBox .pageList.number a:hover.lastBtn:after,
.pageBox .pageList.number a:hover.lastBtn:before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.pageBox .pageList.prevnext {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pageBox .pageList.prevnext a {
    width: 180px;
    height: 45px;
    font-weight: 300;
    line-height: 43px;
    padding: 0 20px;
    position: relative;
}
.pageBox .pageList.prevnext a.nextBtn:before,
.pageBox .pageList.prevnext a.prevBtn:before {
    top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
    text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn:before {
    left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
    margin-left: auto;
    text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn:before {
    right: 15px;
}
@media (max-width: 768px) {
    .pageBox .pageList.prevnext a {
        width: 125px;
        padding: 0 15px;
    }
}
@media (max-width: 640px) {
    .pageBox .pageList.prevnext li {
        width: calc(50% - 15px);
    }
    .pageBox .pageList.prevnext a {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .pageBox .pageList.prevnext li {
        width: calc(50% - 10px);
    }
}
.pageBox .pageList.prevnext.circle a {
    width: 45px;
    padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
    display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn:before {
    left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn:before {
    right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
    border-radius: 50%;
    overflow: hidden;
}
.pageBox .pageList.oval a {
    border-radius: 30px;
    overflow: hidden;
}
.tagBox {
    padding: 20px 0;
}
.tagBox b {
    display: inline-block;
    margin-right: 10px;
}
.tagBox ul {
    display: inline-block;
}
.tagBox li {
    display: inline-block;
    margin-bottom: 5px;
}
.tagBox a {
    position: relative;
    display: block;
    margin: 0 3px;
    padding: 5px 10px;
    border: 1px solid #c9a063;
    font-size: 13px;
    color: #c9a063;
}
.tagBox a:hover {
    color: #fff;
    background-color: #c9a063;
}
.tagBox a.current {
    color: #fff;
    background-color: #c9a063;
}
.tagBox a.current:before {
    content: "\f00d";
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 12px;
}
.tab {
    border-top: 1px solid #d6d6d6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}
.tab li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.tab a {
    color: #333;
    display: block;
    line-height: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px 10px;
    position: relative;
    z-index: 2;
    text-align: center;
}
.tab a.current {
    background-color: #c9a063;
    color: #fff;
}
.tabContent {
    margin-top: -1px;
    padding: 20px 5px;
    border-top: 1px solid #d6d6d6;
}
.tabContent .tabContentItem {
    display: none;
}
.side_menu {
    margin-bottom: 50px;
}
.side_menu li {
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}
.side_menu li > a {
    display: block;
    font-size: 14px;
    padding: 10px 15px;
}
.side_menu li > a.current {
    background-color: #8c8c8c;
    color: #fff;
}
.side_menu li > a b {
    color: #808080;
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
}
.side_menu dl {
    padding-left: 25px;
}
.side_menu dl a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
}
.side_menu dl a.current {
    color: #211918;
    text-decoration: underline;
}
.side_album {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -10px;
}
.side_album li {
    float: left;
    width: 33.33%;
    padding: 0 10px 10px 0;
}
.side_album a {
    display: block;
    -webkit-box-shadow: 2px 2px 5px #c3c3c3;
    box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.side_booking {
    margin-bottom: 30px;
}
.side_booking a {
    display: block;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #8d2121;
    box-shadow: 0 1px 1px #8d2121;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    background-color: #f05b8f;
}
.side_booking a i {
    display: inline-block;
    font-size: 28px;
    padding: 10px 15px;
    margin-right: 15px;
    border-right: 1px solid #d33434;
    -webkit-box-shadow: 1px 0 #f38a8a;
    box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
    -webkit-box-shadow: inset 0 3px 3px #8d2121;
    box-shadow: inset 0 3px 3px #8d2121;
}
.side_contactInfo li {
    margin-bottom: 20px;
}
.side_contactInfo a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #414141;
}
.side_contactInfo i {
    display: inline-block;
    vertical-align: middle;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    line-height: 33px;
    margin-right: 8px;
    border: 2px solid #c9a063;
    border-radius: 50%;
    font-size: 20px;
    color: #c9a063;
    text-align: center;
}
.side_contactInfo b {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}
.side_news {
    margin: 30px 0;
}
.side_news .sideNewsList {
    margin-top: 20px;
}
.side_news .sideNewsItem {
    margin-bottom: 25px;
}
.side_news .Img {
    float: left;
    width: 60px;
    margin-right: 12px;
    overflow: hidden;
}
.side_news .Img img {
    display: block;
    height: 60px;
}
.side_news .Txt {
    overflow: hidden;
}
.side_news .Txt a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
}
.side_news .Txt a:hover {
    text-decoration: underline;
}
.side_news .Txt b {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #999;
}
.sideShare {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}
.sideShare .shareList {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sideShare .shareList .shareTitle {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #666;
}
.sideShare .shareList .shareItem a {
    color: #666;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 5px 6px;
    text-align: center;
}
.sideShare .shareList .shareItem a:hover {
    opacity: 0.8;
}
.sideShare .shareList .shareItem a svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle;
}
.imh_opacity {
    background-color: #c9a063;
    overflow: hidden;
}
.imh_opacity img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    width: 100%;
    height: 100%;
}
.imh_opacity:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.imh_detail {
    background-color: #211918;
    overflow: hidden;
    position: relative;
}
.imh_detail img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.imh_detail a:before {
    content: "Details+";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    margin-left: -45px;
    margin-top: -80px;
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    border: 2px solid #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.imh_detail:hover a:before {
    opacity: 1;
    margin-top: -20px;
}
.imh_detail:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.imh_zoom {
    background-color: #211918;
    overflow: hidden;
    position: relative;
}
.imh_zoom img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
    content: "\f002";
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 99;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    font-family: FontAwesome;
    text-align: center;
    background-color: #211918;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
    top: 50%;
}
.imh_zoom:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
