@charset "UTF-8";
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(contentbuilder.css);
@import url("https://fonts.googleapis.com/css?family=Cardo|Noto+Sans+TC:400,700|Poppins:400,700&display=swap");
/*
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
*/

.slick-dots button::before,
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



a,
.contentWrap.listType .rightBox,
header .menuProductBox,
.menu>li>a::before,
.menuProductList .Img,
.menuProductList .ImgHover,
.menuMobileProductList .Img,
.menuMobileProductList .ImgHover,
.menuProductList h3,
.menuMobileProductList h3,
.functionBox button svg,
.functionBox a svg,
.functionBox .menuOpenBtn>span,
.currencyBox ul,
.languageBox ul,
.currencyBox li,
.languageBox li,
.marqueeTxtBox .markerBtn svg,
.marqueeTxtBox .mailBtn svg,
.searchInputBox .searchBtn,
footer .bottomBox>a svg,
footer .socialList,
.solutionList,
.socialList svg,
.footerPageLinkList,
.slideMenuBox,
.mMenu>li>a::before,
.cardList .item .Img::before,
.cardList .item .Img img,
.pageTitleBox .titleEn,
.pageTitleBox .titleCht,
.titleBox :first-child::after,
.titleBox .titleEn,
.titleBox .titleCht,
.classRowBox,
.classColumnBox,
.classColumnBox>ul,
.classColumnBox>ul::before,
.classColumnBox>ul>li,
.tab a::after,
.btnBox,
.moreBtn svg,
.shareBox a svg,
.pageBox .prevBtn::after,
.pageBox .nextBtn::after,
.sideNewsList,
.slick-dots button::before,
.pageNumberBox a::before,
.moduleMask {
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

footer .bottomBox>a,
.currencyBox ul,
.languageBox ul,
.footerPageLinkList,
.pageTitleBox .titleEn,
.pageTitleBox .titleCht,
.titleBox .titleEn,
.titleBox .titleCht,
.classColumnBox>ul>li,
.sideNewsList,
.contentWrap.listType .rightBox,
header .menuProductBox,
footer .socialList,
.solutionList,
.slideMenuBox,
.classColumnBox>ul::before {
    opacity: 1;
}

footer .bottomBox>a {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
}

.currencyBox ul,
.languageBox ul,
.footerPageLinkList,
.pageTitleBox .titleEn,
.pageTitleBox .titleCht,
.titleBox .titleEn,
.titleBox .titleCht,
.classColumnBox>ul>li,
.sideNewsList {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.contentWrap.show .rightBox,
.contentWrap.show .classColumnBox>ul::before,
.contentWrap.show .classColumnBox>ul>li,
footer.show .footerPageLinkList,
footer.show .solutionList,
footer.show .socialList,
footer.show .bottomBox>a,
.slideMenuBox.show,
.slideMenuBox .currencyBox.show ul,
.slideMenuBox .languageBox.show ul,
.pageTitleBox.show .titleEn,
.pageTitleBox.show .titleCht,
.titleBox.show .titleEn,
.titleBox.show .titleCht,
.sideNewsBox.show .sideNewsList {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

/*
	Authors: Alvin, Randy, Rex
    Version: 2.0
	Latest Update: 2020/03/13
*/
.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.75) !important;
}



body {
    color: #888;
    font-size: 14px;
    /*font-family: "Poppins", "Noto Sans TC", sans-serif;*/
    font-family: YuPearl, Hevelatica, Arial, "PingFang TC", "Microsoft JhengHei Fix", "Microsoft JhengHei", sans-serif, FontAwesome;
    /*background-color: #f4e9e3;*/
    /*background-color: #f5ecec;*/
    background-color: #fff4ee;
  background-image: url("../images/contentBg.png");
  background-repeat: no-repeat;
  background-position: right top;
}



body>svg {
    display: none;
}

body.openMenu header {
    top: 0 !important;
    z-index: 52;
}

a {
    color: #888;
    cursor: pointer;
}

a:hover {
    color: #dbbaa3;
}

.outerWrap {
    position: relative;
}

.wrap {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1320px) {
    .wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.contentWrap {
    width: 100%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1180px) {
    .contentWrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.contentWrap.show .rightBox {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.contentWrap.show .classColumnBox>ul {
    background-size: 1px 100%;
}

.contentWrap.show .classColumnBox>ul::before,
.contentWrap.show .classColumnBox>ul>li {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.contentWrap.listType {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1180px) {
    .contentWrap.listType {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 1181px) {
    .contentWrap.listType .pageMenuBox {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 310px;
        padding-right: 20px;
    }
}

@media (max-width: 1180px) {
    .contentWrap.listType .pageMenuBox {
        width: 100%;
        padding-bottom: 30px;
    }
}

.contentWrap.listType .rightBox {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (min-width: 1181px) {
    .contentWrap.listType .rightBox {
        width: calc(100% - 310px);
    }
}

@media (max-width: 1180px) {
    .contentWrap.listType .rightBox {
        width: 100%;
    }
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}

header>.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        padding-left: 5%;
        padding-right: 5%;
}

@media (min-width: 1861px) {
    header>.wrap {
        width: 1820px;
    }
}

@media (min-width: 1321px) and (max-width: 1860px) {
    header>.wrap {
        width: 100%;
        /*padding-left: 20px;
        padding-right: 20px;*/
    }
}

@media (max-width: 1180px) {
    header>.wrap {
        height: 75px;
    }
}

@media (max-width: 450px) {
    header>.wrap {
        /*padding-left: 5px;
        padding-right: 5px;*/
    }
}

header .logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 190px;
}

header .logo svg {
    width: 125px;
    height: 29px;
}

header .logo img {
    width: 100%;
}

/*
    header .logo svg:first-child {
      width: 26px;
      height: 26px; }
    header .logo svg:nth-child(2) {
      width: 89px;
      height: 14px; }
		*/
@media (max-width: 450px) {
    header .logo {
        width: 160px;
    }

    header .logo svg {
        width: 100px;
        height: 23px;
    }

    /*
	header .logo svg:first-child {
      width: 26px;
      height: 26px; }
    header .logo svg:nth-child(2) {
      width: 89px;
      height: 14px; }
	*/
}

header .searchBox {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    padding-bottom: 55px;
    background-color: rgba(255, 255, 255, 0.9);
}

header .searchInputBox input::-webkit-input-placeholder {
    /* Chrome */
    color: #ddd;
}

header .searchInputBox input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ddd;
}

header .searchInputBox input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ddd;
    opacity: 1;
}

header .searchInputBox input:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #ddd;
    opacity: 1;
}

header .currencyBox,
header .languageBox {
    border-left: 1px solid #484848;
}

header .currencyBox .main,
header .languageBox .main {
    color: #eee;
}

header .currencyBox ul,
header .languageBox ul {
    top: 100%;
    padding-top: 15px;
}

header .languageBox svg {
    fill: #bcbcbc;
}

header .menuProductBox {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.menuProductBox .slick-track {
    margin: 0 auto;
}

.menuBox {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 900px;
    margin-left: 60px;
}

@media (max-width: 1600px) {
    .menuBox {
        margin-left: 20px;
    }
}

@media (max-width: 1300px) {
    .menuBox {
        margin-left: 10px;
    }
}

@media (max-width: 1180px) {
    .menuBox {
        display: none;
    }
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1600px) {
    .menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

/* @media (max-width: 1600px) {
    .menu > li + li {
      margin-left: 10px; } } */
@media (min-width: 1181px) {
    .menu>li:hover .menuProductBox {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        opacity: 1;
        pointer-events: auto;
    }
}

.menu>li>a {
    position: relative;
    display: block;
    padding: 29px 10px;
    color: #727272;
    font-size: 16px;
}

@media (max-width: 1366px) {
    .menu>li>a {
        padding: 29px 7px;
    }
}

.menu>li>a:hover {
    color: #dbbaa3;
}

.menu>li>a:hover::before {
    opacity: 1;
}

.menu>li>a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 2px;
    background-color: #dbbaa3;
    opacity: 0;
}

.menu .submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    width: 150px;
    text-align: center;
}

.menu .submenu a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #dadada;
    font-size: 15px;
    color: #666;
    background-color: #fff;
}

.menu .submenu a:hover {
    color: #fff;
    background-color: #516190;
}

.menu>li+li {
    margin-left: 20px;
}

@media (max-width: 1600px) {
    .menu>li+li {
        margin-left: 0;
    }
}

.menu .reservationLink {
    position: relative;
    margin-left: 30px;
}

@media (max-width: 1600px) {
    .menu .reservationLink {
        margin-left: 0px;
    }
}

.menu .reservationLink::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    z-index: 1;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background-color: #ddd;
}

@media (max-width: 1600px) {
    .menu .reservationLink::before {
        left: 0;
    }
}

.menuProductList .item,
.menuMobileProductList .item {
    position: relative;
    /*--border-left: 1px solid #e3e3e3;--*/
}

@media (min-width: 1181px) {

    .menuProductList .item:hover .ImgHover,
    .menuMobileProductList .item:hover .ImgHover {
        opacity: 1;
    }

    .menuProductList .item:hover h3,
    .menuMobileProductList .item:hover h3 {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .menuProductList .item.noFullImg:hover .Img,
    .menuMobileProductList .item.noFullImg:hover .Img {
        pointer-events: auto;
    }

    .menuProductList .item.noFullImg:hover .ImgHover,
    .menuMobileProductList .item.noFullImg:hover .ImgHover {
        opacity: 0 !important;
    }
}

.menuProductList .Img img,
.menuProductList .ImgHover img,
.menuMobileProductList .Img img,
.menuMobileProductList .ImgHover img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.menuProductList .Img,
.menuMobileProductList .Img {
    /*--
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
	--*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 170px;
    min-height: 170px;
    margin: 0 auto;
    /*--height: 100%;--*/
}

.menuProductList .ImgHover,
.menuMobileProductList .ImgHover {
    position: relative;
    z-index: 2;
    opacity: 0;
    display: none;
}

.menuProductList .Txt,
.menuMobileProductList .Txt {
    /*--
  position: absolute;
  left: 0;
  z-index: 3;
	--*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 10px;
    pointer-events: none;
}

.menuProductList h3,
.menuMobileProductList h3 {
    padding: 5px 25px;
    font-weight: 400;
    color: #929191;
}

/*--
.menuProductList .Txt {
  bottom: 40px; }--*/

.menuProductList h3 {
    font-size: 16px;
}

.menuProductLinkBox {
    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;
    border-top: 1px solid #e3e3e3;
}

.menuProductLinkBox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 170px;
    height: 45px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 13px;
    color: #7e7e7e;
    letter-spacing: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#e3e3e3)) 100% 50%/1px 12px no-repeat;
    background: -webkit-linear-gradient(top, #e3e3e3, #e3e3e3) 100% 50%/1px 12px no-repeat;
    background: -o-linear-gradient(top, #e3e3e3, #e3e3e3) 100% 50%/1px 12px no-repeat;
    background: linear-gradient(to bottom, #e3e3e3, #e3e3e3) 100% 50%/1px 12px no-repeat;
}

@media (min-width: 1181px) {
    .menuProductLinkBox a:hover {
        color: #da8182;
    }
}

.menuProductLinkBox a:last-child {
    background-image: none;
}

.menuProductLinkBox a img {
    margin-right: 5px;
}

.functionBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.functionBox button,
.functionBox a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
}

@media (max-width: 1440px) {

    .functionBox button,
    .functionBox a {
        width: 32px;
        height: 32px;
        margin-right: 5px;
    }
}

@media (max-width: 450px) {

    .functionBox button,
    .functionBox a {
        width: 35px;
        height: 35px;
        margin-right: 0;
    }
}

.functionBox button[data-quantity]::before,
.functionBox a[data-quantity]::before {
    content: attr(data-quantity);
    position: absolute;
    bottom: 6px;
    right: -5px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    background-color: #da8182;
}

.functionBox button:not(.favoriteBtn) svg,
.functionBox a:not(.favoriteBtn) svg {
    fill: #404040;
}

.functionBox button:not(.favoriteBtn) svg:hover svg,
.functionBox a:not(.favoriteBtn) svg:hover svg {
    fill: #ba8057;
}

.functionBox .officaialLinkBtn {
    width: auto;
    margin-right: 0;
    margin-left: 15px;
}

@media (max-width: 450px) {
    .functionBox .officaialLinkBtn {
        margin-left: 10px;
    }
}

@media (max-width: 450px) {
    .functionBox .officaialLinkBtn {
        margin-left: 5px;
    }
}

.functionBox .currencyBox,
.functionBox .languageBox {
    border-left: none;
}

@media (max-width: 1180px) {

    .functionBox .currencyBox,
    .functionBox .languageBox {
        display: none;
    }
}

.functionBox .currencyBox .main,
.functionBox .languageBox .main {
    color: #6f6f6f;
}

.functionBox .currencyBox {
    margin-left: 20px;
}

@media (max-width: 1300px) {
    .functionBox .currencyBox {
        margin-left: 5px;
    }
}

.functionBox .languageBox {
    padding-left: 25px;
    background: -webkit-gradient(linear, left top, left bottom, from(#a3a3a3), to(#a3a3a3)) 0 50%/1px 14px no-repeat;
    background: -webkit-linear-gradient(top, #a3a3a3, #a3a3a3) 0 50%/1px 14px no-repeat;
    background: -o-linear-gradient(top, #a3a3a3, #a3a3a3) 0 50%/1px 14px no-repeat;
    background: linear-gradient(to bottom, #a3a3a3, #a3a3a3) 0 50%/1px 14px no-repeat;
}

@media (max-width: 1600px) {
    .functionBox .languageBox {
        padding-left: 15px;
}
}

@media (max-width: 1300px) {
    .functionBox .languageBox {
        padding-right: 0;
    }
}

.functionBox .languageBox svg {
    fill: #454545;
}

.functionBox .menuOpenBtn {
    position: relative;
    background-image: -webkit-gradient(linear, left top, right top, from(#515151), to(#515151)), -webkit-gradient(linear, left top, right top, from(#515151), to(#515151)), -webkit-gradient(linear, left top, right top, from(#515151), to(#515151)), -webkit-gradient(linear, left top, right top, from(#515151), to(#515151)), -webkit-gradient(linear, left top, right top, from(#515151), to(#515151));
    background-image: -webkit-linear-gradient(left, #515151, #515151), -webkit-linear-gradient(left, #515151, #515151), -webkit-linear-gradient(left, #515151, #515151), -webkit-linear-gradient(left, #515151, #515151), -webkit-linear-gradient(left, #515151, #515151);
    background-image: -o-linear-gradient(left, #515151, #515151), -o-linear-gradient(left, #515151, #515151), -o-linear-gradient(left, #515151, #515151), -o-linear-gradient(left, #515151, #515151), -o-linear-gradient(left, #515151, #515151);
    background-image: linear-gradient(to right, #515151, #515151), linear-gradient(to right, #515151, #515151), linear-gradient(to right, #515151, #515151), linear-gradient(to right, #515151, #515151), linear-gradient(to right, #515151, #515151);
    background-position: calc(50% - 7px) calc(50% - 7px), calc(50% + 7px) calc(50% - 7px), 50% 50%, calc(50% - 7px) calc(50% + 7px), calc(50% + 7px) calc(50% + 7px);
    background-size: 3px 3px;
    background-repeat: no-repeat;
}

@media (min-width: 1181px) {
    .functionBox .menuOpenBtn {
        display: none;
    }
}

@media (min-width: 451px) {
    .functionBox .menuOpenBtn {
        margin-left: 10px;
    }
}

@media (max-width: 450px) {
    .functionBox .menuOpenBtn {
        margin-right: 0;
    }
}

.functionBox .menuOpenBtn.open>span {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}

.functionBox .menuOpenBtn>span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 3px;
    height: 3px;
    margin-top: -1.5px;
    margin-left: -1.5px;
    background-color: #515151;
}

.functionBox .menuOpenBtn>span:first-child {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
}

.functionBox .menuOpenBtn>span:nth-child(2) {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
}

.functionBox .menuOpenBtn>span:nth-child(3) {
    -webkit-transform: translateX(-7px);
    -ms-transform: translateX(-7px);
    transform: translateX(-7px);
}

.functionBox .menuOpenBtn>span:last-child {
    -webkit-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px);
}

@media (max-width: 1180px) {

    .functionBox .markerBtn,
    .functionBox .memberBtn {
        /*display: none;*/
    }
}

.searchOpenBtn svg {
    width: 19px;
    height: 19px;
}

.memberBtn svg {
    width: 20px;
    height: 19px;
}

.markerBtn svg {
    width: 15px;
    height: 20px;
}

.cartBtn svg {
    width: 20px;
    height: 18px;
}

.favoriteBtn svg {
    width: 18px;
    height: 17px;
    fill: #404040;
}

.currencyBox,
.languageBox {
    position: relative;
    z-index: 1;
}

@media (min-width: 1181px) {

    .currencyBox:hover ul,
    .languageBox:hover ul {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        opacity: 1;
        pointer-events: auto;
    }
}

.currencyBox .main,
.languageBox .main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    cursor: pointer;
}

.currencyBox .main::before,
.languageBox .main::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    z-index: 1;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #d7d7d7 transparent transparent transparent;
}

.currencyBox ul,
.languageBox ul {
    position: absolute;
    z-index: 1;
    width: 60px;
    padding-top: 15px;
    background-color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
    pointer-events: none;
}

.currencyBox li,
.languageBox li {
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.currencyBox li:hover,
.currencyBox li.current,
.languageBox li:hover,
.languageBox li.current {
    color: #dbbaa3;
}

.currencyBox {
    padding-left: 20px;
    padding-right: 10px;
}

@media (max-width: 1600px) {
    .currencyBox {
        padding-left: 5px;
    }
}

@media (max-width: 1440px) {
    .currencyBox {
        padding-right: 0;
    }
}

.currencyBox ul {
    left: 0;
}

.languageBox {
    padding-left: 15px;
    padding-right: 14px;
}

.languageBox ul {
    right: 14px;
}

.languageBox svg {
    width: 15px;
    height: 15px;
    margin-right: 15px;
}

@media (max-width: 1300px) {
    .languageBox svg {
        margin-right: 10px;
    }
}

.marqueeTxtBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 51;
    width: 100%;
    max-height: 36px;
    background-color: #363636;
}

.marqueeTxtBox .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.marqueeTxtBox .leftBox,
.marqueeTxtBox .rightBox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.marqueeTxtBox .leftBox {
    margin-right: 20px;
}

.marqueeTxtBox .leftBox a:first-child {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #484848;
    border-right: 1px solid #484848;
    font-size: 13px;
    color: #d4d4d4;
}

@media (min-width: 1181px) {
    .marqueeTxtBox .leftBox a:hover {
        color: #fff;
    }

    .marqueeTxtBox .leftBox a:hover svg {
        fill: #dbbaa3;
    }
}

.marqueeTxtBox .markerBtn,
.marqueeTxtBox .mailBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 36px;
}

.marqueeTxtBox .markerBtn svg,
.marqueeTxtBox .mailBtn svg {
    fill: #d4d4d4;
}

.marqueeTxtBox .markerBtn svg {
    width: 11px;
    height: 15px;
}

.marqueeTxtBox .mailBtn svg {
    width: 15px;
    height: 11px;
}

.marqueeTxtBox .rightBox {
    margin-left: 20px;
    border-right: 1px solid #484848;
}

.marqueeTxtList {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.marqueeTxtList h3 a {
    display: block;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.marqueeTxtList.slick-vertical .slick-slide {
    border: none;
}

.searchInputBox {
    position: relative;
    margin-bottom: 25px;
}

.searchInputBox input {
    width: 100%;
    padding: 15px 80px 15px 45px;
    /*font-family: "Poppins", "Noto Sans TC", sans-serif;*/
    font-family: YuPearl, Hevelatica, Arial, "PingFang TC", "Microsoft JhengHei Fix", "Microsoft JhengHei", sans-serif, FontAwesome;
    border: none;
    outline: none;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#a6a4a4), to(#a6a4a4)) 35px 50%/1px 20px no-repeat;
    background: transparent -webkit-linear-gradient(top, #a6a4a4, #a6a4a4) 35px 50%/1px 20px no-repeat;
    background: transparent -o-linear-gradient(top, #a6a4a4, #a6a4a4) 35px 50%/1px 20px no-repeat;
    background: transparent linear-gradient(to bottom, #a6a4a4, #a6a4a4) 35px 50%/1px 20px no-repeat;
    border-bottom: 1px solid #e2e1e0;
    letter-spacing: 1px;
}

.searchInputBox input::-webkit-search-cancel-button {
    display: none;
}

.searchInputBox svg {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    fill: #342a27;
}

.searchInputBox .searchBtn {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    margin-top: -15px;
    padding: 5px 15px;
    font-size: 13px;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    /*font-family: "Poppins", "Noto Sans TC", sans-serif;*/
    font-family: YuPearl, Hevelatica, Arial, "PingFang TC", "Microsoft JhengHei Fix", "Microsoft JhengHei", sans-serif, FontAwesome;
    background-color: #dbbaa3;
}

.searchInputBox .searchBtn:hover {
    background-color: #cd9f7e;
}

.hotKeywordBox .title {
    margin-bottom: 15px;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
}

.hotKeywordBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hotKeywordBox li {
    margin-right: 7px;
    margin-bottom: 7px;
}

.hotKeywordBox a {
    display: block;
    padding: 5px 15px;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    background-color: #dbbaa3;
}

@media (min-width: 1181px) {
    .hotKeywordBox a:hover {
        background-color: #cd9f7e;
    }
}

footer {
    background-color: #fdfaf9;
}

footer.show .footerPageLinkList {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

footer .bottomBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #f0edec;
}

@media (max-width: 480px) {
    footer .bottomBox {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (max-width: 479px) {
    footer .bottomBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0;
    }
}

footer .bottomBox>a {
    display: block;
    margin-left: auto;
    color: #929191;
}

@media (min-width: 1181px) {
    footer .bottomBox>a:hover {
        color: #ba8057;
    }

    footer .bottomBox>a:hover svg {
        fill: #ba8057;
    }
}

@media (max-width: 480px) {
    footer .bottomBox>a {
        padding-right: 5px;
    }
}

@media (max-width: 479px) {
    footer .bottomBox>a {
        padding-right: 20px;
    }
}

footer .bottomBox>a svg {
    width: 16px;
    height: 9px;
    margin-left: 10px;
    fill: #a1a1a1;
}

@media (min-width: 480px) {
    footer .logo {
        position: absolute;
        top: 35%;
        left: 50%;
        z-index: 1;
        margin-top: -20px;
        margin-left: -67px;
    }
}

@media (max-width: 479px) {
    footer .logo {
        padding-left: 20px;
    }
}

footer .logo svg {
    width: 136px;
    height: 32px;
}

footer .logo img {
    width: 190px;
}


/*
  footer .logo svg:first-child {
    width: 28px;
    height: 28px; }
  footer .logo svg:last-child {
    width: 96px;
    height: 16px; }
*/
@media (max-width: 479px) {
    footer .socialList {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25px;
        background-color: #363636;
    }
}

@media (max-width: 400px) {
    footer .logo svg {
        width: 100px;
        height: 23px;
    }
    footer .logo img {
        width: 150px;
    }
}

.solutionArea {
    background-color: #fff4ee;
}

.solutionArea img {
    display: block;
    width: 100%;
}

@media (max-width: 640px) {
.solutionArea img {
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
   }
}

.solutionList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 200px);
    margin-left: auto;
}

@media (max-width: 640px) {
    .solutionList {
        width: 100%;
        margin-right: auto;
    }
}

@media (min-width: 481px) {
    .solutionList {
        max-width: 985px;
    }
}

.solutionList>li {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    border-left: 1px solid #dbd9d9;
}

@media (min-width: 481px) {
    .solutionList>li:last-child {
        border-right: 1px solid #dbd9d9;
    }
}

@media (max-width: 480px) {
    .solutionList>li {
        width: 50%;
    }

    .solutionList>li:nth-child(even) {
        border-right: 1px solid #dbd9d9;
    }
}

.solutionList .item,
.solutionList .Img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.solutionList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 95px;
}

.solutionList .Img {
    width: 60px;
    height: 60px;
}

.solutionList .Img img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.solutionList h3 a {
    display: block;
    font-weight: 400;
    color: #6e6e6e;
}

.solutionList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 200px);
    margin-left: auto;
}

@media (max-width: 640px) {
    .solutionList {
        width: 100%;
        margin-right: auto;
    }
}

@media (min-width: 481px) {
    .solutionList {
        max-width: 985px;
    }
}

.solutionList>li {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    border-left: 1px solid #dbd9d9;
}

@media (min-width: 481px) {
    .solutionList>li:last-child {
        border-right: 1px solid #dbd9d9;
    }
}

@media (max-width: 480px) {
    .solutionList>li {
        width: 50%;
    }

    .solutionList>li:nth-child(even) {
        border-right: 1px solid #dbd9d9;
    }
}

.solutionList .item,
.solutionList .Img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.solutionList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 95px;
}

.solutionList .Img {
    width: 60px;
    height: 60px;
}

.solutionList .Img img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.solutionList h3 a {
    display: block;
    font-weight: 400;
    color: #6e6e6e;
}

.socialList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.socialList a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #c3c3c3;
}

@media (min-width: 1181px) {
    .socialList a:hover {
        color: #ba8057;
    }

    .socialList a:hover svg {
        fill: #ba8057;
    }
}

.socialList svg {
    width: 17px;
    height: 16px;
    fill: #c3c3c3;
}

.footerPageLinkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 80px;
}

@media (max-width: 960px) {
    .footerPageLinkList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.footerPageLinkList>li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (min-width: 961px) {
    .footerPageLinkList>li {
        padding-right: 10px;
    }
}

@media (max-width: 960px) {
    .footerPageLinkList>li>ul {
        display: none;
        padding-bottom: 20px;
    }

    .footerPageLinkList>li+li h2 {
        border-top: 1px solid #ddd;
    }
}

.footerPageLinkList h2 {
    margin-bottom: 10px;
    font-weight: 400;
    color: #000;
}

@media (max-width: 960px) {
    .footerPageLinkList h2 {
        position: relative;
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 40px;
    }

    .footerPageLinkList h2.open::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .footerPageLinkList h2.open+ul {
        display: block;
        -webkit-animation: .5s aniSlideLeft ease-out both .3s;
        animation: .5s aniSlideLeft ease-out both .3s;
    }

    .footerPageLinkList h2::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        z-index: 1;
        width: 11px;
        height: 11px;
        margin-top: -5px;
        background-image: -webkit-gradient(linear, left top, right top, from(#6e6e6e), to(#6e6e6e)), -webkit-gradient(linear, left top, right top, from(#6e6e6e), to(#6e6e6e));
        background-image: -webkit-linear-gradient(left, #6e6e6e, #6e6e6e), -webkit-linear-gradient(left, #6e6e6e, #6e6e6e);
        background-image: -o-linear-gradient(left, #6e6e6e, #6e6e6e), -o-linear-gradient(left, #6e6e6e, #6e6e6e);
        background-image: linear-gradient(to right, #6e6e6e, #6e6e6e), linear-gradient(to right, #6e6e6e, #6e6e6e);
        background-position: 50%;
        background-size: 1px 100%, 100% 1px;
        background-repeat: no-repeat;
        -webkit-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        transition: .3s ease-out;
    }
}

.footerPageLinkList a {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    color: #646464;
}

.logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo svg {
    fill: #ba8057;
}

/*
  .logo svg:first-child {
    margin-right: 10px; }
    @media (max-width: 450px) {
      .logo svg:first-child {
        margin-right: 5px; } }
*/

.slideMenuBox {
    position: fixed;
    top: 76px;
    left: 0;
    z-index: 49;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 76px);
    background-color: #fff;
    pointer-events: none;
    visibility: hidden;
}

.slideMenuBox.show {
    pointer-events: auto;
    visibility: visible;
}

@media (min-width: 1181px) {
    .slideMenuBox.show {
        display: none;
    }
}

.slideMenuBox .bottomBox {
    margin-top: auto;
    padding: 15px 55px;
    30px;
    background-color: #fdfaf9;
}

.slideMenuBox .searchInputBox input::-webkit-input-placeholder {
    /* Chrome */
    color: #cac8c7;
}

.slideMenuBox .searchInputBox input:-ms-input-placeholder {
    /* IE 10+ */
    color: #cac8c7;
}

.slideMenuBox .searchInputBox input::-moz-placeholder {
    /* Firefox 19+ */
    color: #cac8c7;
    opacity: 1;
}

.slideMenuBox .searchInputBox input:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #cac8c7;
    opacity: 1;
}

.slideMenuBox .socialList {
    padding: 10px 40px 100px;
    background-color: #363636;
}

.slideMenuBox .currencyBox.show ul,
.slideMenuBox .languageBox.show ul {
    pointer-events: auto;
}

.slideMenuBox .currencyBox ul,
.slideMenuBox .languageBox ul {
    bottom: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mMenu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 50px;
    padding-bottom: 40px;
    overflow-y: auto;
}

@media (max-height: 640px) {
    .mMenu {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.mMenu>li.open>a::before {
    width: 100%;
}

.mMenu>li.open .menuProductBox {
    display: block;
}

.mMenu>li>a {
    position: relative;
    display: inline-block;
    margin-left: 50px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 25px;
    letter-spacing: 1px;
}

.mMenu>li>a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 2px;
    background-color: #e0c4b0;
}

.mMenu .hasMenuProductBox>a::after {
    content: '\f107';
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 1;
    color: #b8b8b8;
    font-family: FontAwesome;
}

.mMenu .menuProductBox {
    display: none;
    margin-bottom: 30px;
    border-top: 1px solid #e3e3e3;
}

.mMenu .menuProductLinkBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 25px;
    border-bottom: 1px solid #e3e3e3;
}

.mMenu .menuProductLinkBox a {
    min-width: auto;
}

.mMenu .reservationLink::before {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    margin-left: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #ebebeb;
    pointer-events: none;
}

.mMenu .reservationLink+li>a {
    background: url("../images/rightArrow.svg") 100% 50% no-repeat;
}

.menuMobileProductList .slick-current .Img {
    opacity: 1;
}

.menuMobileProductList .slick-current .ImgHover {
    opacity: 0;
    visibility: hidden;
}

.menuMobileProductList .slick-current h3 {
    background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 769px) {
    .menuMobileProductList .Txt {
        bottom: 30px;
    }
}

@media (max-width: 768px) {
    .menuMobileProductList .Txt {
        bottom: 10px;
    }
}

.menuMobileProductList h3 {
    font-size: 12px;
}

.menuMobileProductList .prevArrowBtn,
.menuMobileProductList .nextArrowBtn {
    width: 30px;
    height: 30px;
    margin-top: -15px;
}

.menuMobileProductList .prevArrowBtn {
    left: 0;
}

.menuMobileProductList .nextArrowBtn {
    right: 0;
}

.mFunctionBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}

.mFunctionBox .markerBtn {
    margin-right: auto;
}

.mFunctionBox .currencyBox .main,
.mFunctionBox .languageBox .main {
    color: #6f6e6d;
}

/*****banner******/
.bannerArea {
    clear: both;
    position: relative;
}

.bannerBox img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
}

.bannerTxtBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.bread {
    padding-top: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
}

@media (max-width: 1180px) {
    .bread {
        text-align: center;
    }
}

@media (min-width: 1181px) {
    .bread.right {
        text-align: right;
    }
}

.bread a,
.bread span {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .5px;
    color: #888;
    text-transform: uppercase;
}

.bread a+a::before,
.bread a+span::before,
.bread span+a::before,
.bread span+span::before {
    content: '>';
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

@media (min-width: 1181px) {
    .bread a:hover {
        color: #dbbaa3;
    }
}

.cardList:not(.vertical) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

@media (min-width: 481px) {
    .cardList:not(.vertical) {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 1181px) {
    .cardList:not(.vertical).row4>li {
        width: 25%;
    }
}

@media (min-width: 769px) and (max-width: 1180px) {
    .cardList:not(.vertical).row4>li {
        width: calc(100% / 3);
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .cardList:not(.vertical).row4>li {
        width: 50%;
    }
}

.cardList:not(.vertical).row3>li {
    /*stupid ie*/
}

@media (min-width: 961px) {
    .cardList:not(.vertical).row3>li {
        width: calc(100% / 3);
    }
}

@media screen and (min-width: 0\0) and (min-width: 961px) {
    .cardList:not(.vertical).row3>li {
        width: 33.33%;
    }
}

@media (min-width: 481px) and (max-width: 960px) {
    .cardList:not(.vertical).row3>li {
        width: 50%;
    }
}

.cardList:not(.vertical)>li {
    /*padding-bottom: 55px;*/
    padding-bottom: 45px;
}

@media (min-width: 481px) {
    .cardList:not(.vertical)>li {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 480px) {
    .cardList:not(.vertical)>li {
        width: 100%;
    padding-bottom: 15px;
    }
}

.cardList:not(.vertical) .item {
    margin-left: auto;
    margin-right: auto;
}

.cardList:not(.vertical) .Img img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cardList.vertical li+li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.cardList.vertical .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 640px) {
    .cardList.vertical .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 641px) {
    .cardList.vertical .Img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }

    .cardList.vertical .Img+.Txt {
        padding-left: 30px;
    }
}

@media (max-width: 640px) {
    .cardList.vertical .Img {
        width: 100%;
    }
}

.cardList.vertical .Img img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cardList.vertical .Txt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (min-width: 1181px) {
    .cardList .item:hover .Img::before {
        background-color: rgba(219, 186, 163, 0.7);
    }

    .cardList .item:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.cardList .item .Img {
    position: relative;
    overflow: hidden;
}

.cardList .item .Img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(219, 186, 163, 0);
    pointer-events: none;
}

@media (min-width: 1181px) {
    .cardList .item:hover h3 a {
        color: #dbbaa3;
        background-position-x: 0;
    }
}

.cardList .Txt {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cardList .Txt p {
    /*height: 50px;*/
    height: 30px;
    color: #666;
}

.cardList h3 a {
    display: block;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #222;
    letter-spacing: 1px;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #222), color-stop(0, #222), to(#222)) 100% 100%/200% 1px no-repeat;
    background: -webkit-linear-gradient(right, #666 50%, #222 0, #222 100%) 100% 100%/200% 1px no-repeat;
    background: -o-linear-gradient(right, #666 50%, #222 0, #222 100%) 100% 100%/200% 1px no-repeat;
    background: linear-gradient(to left, #666 50%, #222 0, #222 100%) 100% 100%/200% 1px no-repeat;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@media (max-width: 1180px) {
    .cardList h3 a {
        color: #222;
        background-position-x: 0;
    }
}

.pageTitleBox {
    margin-bottom: 20px;
}

@media (max-width: 1180px) {
    .pageTitleBox {
        text-align: center;
    }
}

.pageTitleBox.show .titleCht {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.titleBox {
    position: relative;
    margin-bottom: 35px;
    text-align: center;
}

.titleBox.show :first-child::after {
    width: 50px;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

@media (max-width: 480px) {
    .titleBox.show :first-child::after {
        width: 30px;
    }
}

.titleBox :first-child::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #dbbaa3;
}

@media (max-width: 480px) {
    .titleBox :first-child::after {
        margin-bottom: 15px;
    }
}

.titleBox .titleEn {
    font-size: 26px;
}

@media (max-width: 480px) {
    .titleBox .titleEn {
        font-size: 22px;
    }
}

.titleBox .titleCht {
    font-size: 16px;
    color: #3b3b3b;
}

.pageBannerTitleBox {
    padding-top: 150px;
    padding-bottom: 57px;
    text-align: center;
    background-color: #fff4ee;
}

@media (max-width: 768px) {
    .pageBannerTitleBox {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.titleEn {
    display: block;
    font: 400 28px "Cardo", "Noto Sans TC", sans-serif;
    color: #5a5a5a;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.titleCht {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    letter-spacing: 2px;
}

.articleTitle {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e8e8;
    font-weight: 400;
    font-size: 25px;
    color: #464646;
}

@media (max-width: 480px) {
    .articleTitle {
        font-size: 22px;
    }
}

.sectionTitle {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
    font-weight: 400;
    font-size: 20px;
    color: #dbbaa3;
}

.sectionTitle a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.classRowBox {
    position: relative;
    z-index: 1;
    margin-top: 35px;
}

.classRowBox>ul {
    -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;
}

@media (max-width: 1180px) {
    .classRowBox>ul {
        display: none;
    }
}

.classRowBox>ul li {
    margin-bottom: 10px;
    margin-right: 10px;
}

.classRowBox>ul a {
    display: block;
    padding: 5px 15px;
    font-size: 13px;
    color: #828282;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
}

.classRowBox>ul a:hover {
    color: #fff;
    border-color: #dbbca8;
    background-color: #dbbca8;
}

.classColumnBox {
    position: relative;
    z-index: 3;
}

.classColumnBox>ul {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e5e5e5)) 5px 0/1px 0 no-repeat;
    background: -webkit-linear-gradient(top, #e5e5e5, #e5e5e5) 5px 0/1px 0 no-repeat;
    background: -o-linear-gradient(top, #e5e5e5, #e5e5e5) 5px 0/1px 0 no-repeat;
    background: linear-gradient(to bottom, #e5e5e5, #e5e5e5) 5px 0/1px 0 no-repeat;
}

.classColumnBox>ul::before {
    content: '';
    position: absolute;
    left: 3px;
    bottom: 0;
    z-index: 1;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e5e5e5;
}

@media (max-width: 1180px) {
    .classColumnBox>ul {
        display: none;
    }
}

.classColumnBox>ul>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.classColumnBox>ul ul {
    display: none;
    margin-bottom: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.classColumnBox>ul ul li+li {
    border-top: 1px solid #ddd;
}

.classColumnBox>ul a {
    position: relative;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    color: #5a5a5a;
    letter-spacing: 1px;
}

.classColumnBox>ul a.current,
.classColumnBox>ul a:hover {
    color: #c8ab97;
}

.classColumnBox>ul .linkHasItems.open+ul {
    display: block;
}

.classColumnBox>ul .linkHasItems.open+ul>li {
    -webkit-animation: .5s aniSlideLeft both ease-out .3s;
    animation: .5s aniSlideLeft both ease-out .3s;
}

.mClassLink {
    position: relative;
    z-index: 2;
}

@media (min-width: 1181px) {
    .mClassLink {
        display: none;
    }
}

.mClassLink.open>ul {
    display: block;
}

.mClassLink .main {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 10px 30px 10px 10px;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    background-color: #dbbaa3;
}

.mClassLink .main::after {
    content: '\f107';
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 1;
    margin-top: -6px;
    line-height: 1;
    font-size: 15px;
    color: #fff;
    font-family: FontAwesome;
}

.mClassLink>ul {
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    z-index: 1;
    display: none;
    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);
}

.mClassLink>ul>li+li {
    border-top: 1px solid #f2f2f2;
}

.mClassLink>ul>li.current>a {
    color: #dbbaa3;
}

.mClassLink>ul a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 14px 20px;
    color: #000;
    font-size: 14px;
    background-color: #fff;
}

.mClassLink ul {
    display: none;
}

.mClassLink .linkHasItems {
    position: relative;
    padding-right: 40px;
}

.mClassLink .linkHasItems::after {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 17px;
    z-index: 1;
    line-height: 1;
    margin-top: -7px;
    font-family: FontAwesome;
}

.mClassLink .linkHasItems.open::after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.mClassLink .linkHasItems.open+ul {
    display: block;
}

.mClassLink .linkHasItems+ul {
    background-color: #efefef;
}

.mClassLink .linkHasItems+ul a {
    padding: 10px 5px 10px 30px;
    background-color: #efefef;
}

.mClassLink .linkHasItems+ul a.current {
    color: #dbbaa3;
}

.tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}

.tab a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
}

@media (min-width: 1181px) {
    .tab a {
        height: 70px;
    }

    .tab a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        z-index: 1;
        width: 100%;
        height: 0;
        pointer-events: none;
        background-color: #dbbaa3;
    }

    .tab a:hover {
        color: #dbbaa3;
    }
}

@media (max-width: 1180px) {
    .tab a {
        height: 50px;
    }
}

.tab a.current {
    color: #dbbaa3;
}

.tab a.current::after {
    height: 2px;
}

.tab a+a {
    margin-left: 20px;
}

.tabContent {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.tabContent>li {
    display: none;
}

.side_album {
    margin-bottom: 30px;
}

@media (min-width: 1181px) {
    .side_album {
        margin-top: 30px;
        margin-right: -10px;
    }
}

@media (max-width: 1180px) {
    .side_album {
        margin-top: 10px;
    }
}

.side_album li {
    float: left;
    max-width: 100px;
    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 {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.side_contactInfo li {
    margin-bottom: 20px;
}

.side_contactInfo a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #414141;
}

.side_contactInfo i {
    display: inline-block;
    vertical-align: middle;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 8px;
    border: 2px solid #a5a5a5;
    border-radius: 50%;
    font-size: 20px;
    color: #a5a5a5;
    text-align: center;
}

.side_contactInfo b {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}

.btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btnBox a+a {
    margin-left: 20px;
}

.moreBtn,
.lineBtn {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.moreBtn {
    position: relative;
    z-index: 1;
    width: 180px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    background-color: #dbbaa3;
}

.moreBtn.current {
    color: #fff;
    background-color: #ba8057;
}

.moreBtn.current svg {
    opacity: 1;
}

@media (min-width: 1181px) {
    .moreBtn:hover {
        color: #fff;
        background-color: #ba8057;
    }

    .moreBtn:hover svg {
        opacity: 1;
    }
}

@media (max-width: 1180px) {
    .moreBtn {
        color: #fff !important;
        background-color: #dbbaa3;
    }
}

.moreBtn svg {
    position: absolute;
    top: 50%;
    right: 9px;
    z-index: 1;
    width: 16px;
    height: 9px;
    margin-top: -4.5px;
    fill: #fff;
    opacity: 0;
}

.lineBtn {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #c9c9c9;
}

.lineBtn.current {
    color: #fff;
    border-color: #dbbaa3;
    background-color: #dbbaa3;
}

@media (min-width: 1181px) {
    .lineBtn:hover {
        color: #fff;
        border-color: #dbbaa3;
        background-color: #dbbaa3;
    }
}

.prevArrowBtn,
.nextArrowBtn {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    outline: none;
    border: 1px solid #ddd;
    cursor: pointer;
    background-color: #fff;
}

.prevArrowBtn svg,
.nextArrowBtn svg {
    width: 16px;
    height: 9px;
}

.addFavoriteBtn {
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
}

.addFavoriteBtn.added::before {
    background-position-x: 100%;
}

.addFavoriteBtn::before {
    content: '';
    position: absolute;
    top: 5px;
    right: 11px;
    z-index: 1;
    width: 15px;
    height: 15px;
    background: url("../images/favorite.png") 0 50%/30px auto no-repeat;
}

.newsInfoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsDateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    color: #767676;
    font-size: 13px;
}

.newsDateBox svg {
    width: 11px;
    height: 11px;
    margin-right: 10px;
    fill: #bfbfbf;
}

.newsClassBox {
    padding: 4px 13px;
    font-size: 13px;
    letter-spacing: 1px;
}

.shareBox {
    margin-top: 30px;
    margin-bottom: 30px;
}

.shareBox,
.shareBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shareBox::before {
    content: 'SHARE:';
    color: #696969;
    font-size: 13px;
}

.shareBox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 16px;
    color: #dbbaa3;
}

@media (min-width: 1181px) {
    .shareBox a:hover {
        color: #cd9f7e;
    }

    .shareBox a:hover svg {
        fill: #cd9f7e;
    }
}

.shareBox a svg {
    fill: #dbbaa3;
}

.shareBox a+a {
    margin-left: 10px;
}

.shareBox .line svg {
    width: 17px;
    height: 16px;
}

.pageBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#cacaca)) 50% 50%/1px 10px no-repeat;
    background: -webkit-linear-gradient(top, #cacaca, #cacaca) 50% 50%/1px 10px no-repeat;
    background: -o-linear-gradient(top, #cacaca, #cacaca) 50% 50%/1px 10px no-repeat;
    background: linear-gradient(to bottom, #cacaca, #cacaca) 50% 50%/1px 10px no-repeat;
}

.pageBox .prevBtn,
.pageBox .nextBtn {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    color: #232323;
    text-transform: uppercase;
}

@media (min-width: 1181px) {

    .pageBox .prevBtn:hover,
    .pageBox .nextBtn:hover {
        color: #da8182;
    }

    .pageBox .prevBtn:hover::after,
    .pageBox .nextBtn:hover::after {
        width: 100%;
    }
}

.pageBox .prevBtn::before,
.pageBox .nextBtn::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -6.5px;
    font-family: FontAwesome;
}

.pageBox .prevBtn::after,
.pageBox .nextBtn::after {
    content: '';
    position: absolute;
    bottom: 12px;
    z-index: 1;
    width: 0;
    height: 1px;
    background-color: rgba(218, 129, 130, 0.2);
}

.pageBox .prevBtn {
    margin-left: 20px;
}

.pageBox .prevBtn::before {
    content: '\f104';
    left: -20px;
}

.pageBox .prevBtn::after {
    right: 0;
}

.pageBox .prevBtn span {
    margin-left: 7px;
}

.pageBox .nextBtn {
    margin-left: auto;
    margin-right: 20px;
}

.pageBox .nextBtn::before {
    content: '\f105';
    right: -20px;
}

.pageBox .nextBtn::after {
    left: 0;
}

.pageBox .nextBtn span {
    margin-right: 7px;
}

.sideNewsBox {
    padding-top: 65px;
    padding-bottom: 90px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.sideNewsBox.show .sideNewsList {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

@media (max-width: 1180px) {
    .sideNewsBox {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.sideNewsBox .titleBox {
    margin-bottom: 50px;
}

.sideNewsBox .titleBox :first-child::after {
    display: none;
}

.sideNewsBox .titleCht {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    font-size: 18px;
}

.sideNewsBox .titleCht::before,
.sideNewsBox .titleCht::after {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background-color: #eaeaea;
}

.sideNewsBox .titleCht::before {
    margin-right: 45px;
}

.sideNewsBox .titleCht::after {
    margin-left: 45px;
}

.sideNewsBox .prevArrowBtn {
    left: -18px;
}

.sideNewsBox .nextArrowBtn {
    right: -18px;
}

.sideNewsList {
    margin-left: -10px;
    margin-right: -10px;
}

.sideNewsList .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}

.sideNewsList .Img img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sideNewsList .Txt {
    padding-top: 15px;
}

.sideNewsList .date {
    font-size: 13px;
}

.sideNewsList h3 a {
    display: block;
    font-weight: 400;
    padding-bottom: 5px;
    font-size: 16px;
    color: #464646;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.sideNewsList p {
    line-height: 1.8;
    height: 55px;
}

.slick-dots {
    margin-top: 40px;
    text-align: center;
}

.slick-dots .slick-active button::before {
    background-color: #da8182;
}

.slick-dots>li {
    display: inline-block;
}

.slick-dots button {
    position: relative;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    color: transparent;
    background-color: transparent;
    cursor: pointer;
}

.slick-dots button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 50%;
    border: 1px solid #da8182;
}

.pageNumberBox {
    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;
    margin-top: 30px;
    margin-bottom: 20px;
}

.pageNumberBox a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}

@media (min-width: 1181px) {
    .pageNumberBox a:hover::before {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.pageNumberBox a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 90%;
    height: 2px;
    margin: auto;
    background-color: #da8182;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.pageNumberBox a.current::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.pageNumberBox .numberPrevBtn::before,
.pageNumberBox .numberNextBtn::before {
    display: none;
}

.pageNumberBox .numberPrevBtn,
.pageNumberBox .numberNextBtn {
    font-size: 20px;
}

.slick-slide[tabindex],
.slick-slide [tabindex] {
    outline: none;
}

.tags {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 1;
    text-transform: uppercase;
}

.tags li {
    font-size: 13px;
    color: #da8182;
}

#popWindow .moduleContent {
    padding: 0;
}

#popWindow .moduleContent img {
    display: block;
}

.moduleBox {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1005;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-property: top, opacity, visibility;
    -o-transition-property: top, opacity, visibility;
    transition-property: top, opacity, visibility;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.moduleBox.moduleQaptcha {
    width: 100% !important;
    border: none;
    background-color: transparent;
}

.moduleBox.moduleQaptcha.show>.box {
    pointer-events: auto;
}

.moduleBox.moduleQaptcha>.box {
    border: 5px solid #d8d8d8;
    background-color: #fff;
}

.moduleBox.moduleQaptcha .moduleClose {
    height: 60px;
    padding-top: 38px;
}

.moduleBox.moduleQaptcha .moduleClose::before {
    top: 7px;
}

.moduleBox.moduleQaptcha .moduleClose i {
    display: none;
}

.moduleBox.show {
    opacity: 1;
    visibility: visible;
}

.moduleBox.show .moduleContent {
    pointer-events: auto;
}

.moduleContent {
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
    background-color: #fff;
}

@media (min-width: 769px) {
    .moduleContent {
        max-width: 80vw;
        padding: 65px 90px;
    }
}

@media (max-width: 768px) {
    .moduleContent {
        max-width: 90vw;
        padding: 50px;
    }
}

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

.moduleClose {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 60px;
    height: 60px;
    outline: none;
    border: none;
    background-color: #da8182;
    cursor: pointer;
}

@media (max-width: 768px) {
    .moduleClose {
        width: 40px;
        height: 40px;
    }
}

.moduleClose::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fdf8f8), to(#fdf8f8)), -webkit-gradient(linear, left top, right top, from(#fdf8f8), to(#fdf8f8));
    background-image: -webkit-linear-gradient(left, #fdf8f8, #fdf8f8), -webkit-linear-gradient(left, #fdf8f8, #fdf8f8);
    background-image: -o-linear-gradient(left, #fdf8f8, #fdf8f8), -o-linear-gradient(left, #fdf8f8, #fdf8f8);
    background-image: linear-gradient(to right, #fdf8f8, #fdf8f8), linear-gradient(to right, #fdf8f8, #fdf8f8);
    background-position: 50% 50%;
    background-size: 1px 100%, 100% 1px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.titan {
    /*--隱藏開影音、開相簿--*/
    display: none;
}

input[type="text"],
textarea {
    -webkit-appearance: none;
}

table.breakpoint>tbody>tr>td.expand {
    cursor: pointer;
    background: url("../images/plus.png") no-repeat 5px center;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

a.btn_color1 {
    /*按鈕主色1*/
    color: #fff;
    background-color: #dbbaa3;
}

a.btn_color1:hover {
    background-color: #cd9f7e;
}

a.btn_color2 {
    /*按鈕主色2*/
    color: #fff;
    background-color: #ba8057;
}

a.btn_color2:hover {
    background-color: #9d6741;
}

.language {
    display: inline-block;
    vertical-align: middle;
}

.language .g_trans {
    display: inline-block;
    vertical-align: middle;
}

.language .g_trans a {
    display: block;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #516190;
    font-size: 13px;
    color: #516190;
}

.language .g_trans a i {
    margin-left: 10px;
}

.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 #dbbaa3;
    font-size: 13px;
    color: #dbbaa3;
}

.tagBox a:hover {
    color: #fff;
    background-color: #dbbaa3;
}

.tagBox a.current {
    color: #fff;
    background-color: #dbbaa3;
}

.tagBox a.current:before {
    content: "\f00d";
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 12px;
}

.cartArea .countBox {
    margin-top: 10px;
    font-size: 13px;
    color: #333;
    text-align: center;
}

.cartArea .countBox b {
    font-size: 18px;
    color: #dbbaa3;
}

.cartArea .countBox b em {
    font-weight: 400;
    font-size: 12px;
    color: #dbbaa3;
}

.cartArea .countBox a.btn_pay {
    display: inline-block;
    padding: 7px 15px;
    font-size: 13px;
    color: #fff;
}

.cartArea .btn01 {
    text-align: center;
}

.cartArea .goto_pay_btn {
    margin-left: auto;
    margin-right: auto;
}

.cartArea .cart {
    clear: both;
    max-height: 250px;
    margin-bottom: 20px;
    overflow-y: auto;
}

.cartArea .cart li {
    position: relative;
    padding: 10px;
    text-align: left;
}

.cartArea .cart li+li {
    border-top: 1px solid #eee;
}

.cartArea .cart .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 640px) {
    .cartArea .cart .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cartArea .cart .Img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    height: 120px;
    overflow: hidden;
}

@media (max-width: 640px) {
    .cartArea .cart .Img {
        margin-bottom: 10px;
    }
}

.cartArea .cart .Img img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cartArea .cart .Txt {
    position: relative;
    padding-right: 30px;
}

.cartArea .cart h3 a {
    display: block;
    font-weight: 400;
    color: #363636;
}

.cartArea .cart .del {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 17px;
}

.cartArea .cart .spec,
.cartArea .cart .num {
    font-size: 13px;
}

.cartNote {
    margin-bottom: 20px;
    text-align: center;
}

.cartNote svg {
    width: 20px;
    height: 18px;
    margin-right: 10px;
}

/*訂單查詢*/
.orderCheckArea {
    width: 320px;
    border: 5px solid #d8d8d8;
    background-color: #fff;
}

.orderCheckArea .wrap {
    position: relative;
    width: auto;
    padding: 40px 10px;
    text-align: center;
}

#closeOrder,
#closeCart,
#closePrice,
#closeInquiry {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
}

.orderCheckArea h4 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    /*font-family: "微軟正黑體", "新細明體", sans-serif;*/
    font-family: YuPearl, Hevelatica, Arial, "PingFang TC", "Microsoft JhengHei Fix", "Microsoft JhengHei", sans-serif, FontAwesome;
    color: #222;
    text-align: left;
}

.orderCheckArea input[type="text"],
.orderCheckArea input[type="password"] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px;
    border: 2px solid #ccc;
}

.orderCheckArea a.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
}

.title01 {
    font-weight: 400;
    font-size: 20px;
    color: #626262;
    letter-spacing: .05em;
}

.btn01 a {
    position: relative;
    z-index: 0;
    display: inline-block;
    min-width: 160px;
    padding: 10px 20px;
    /*font-family: "Nunito", "微軟正黑體", sans-serif;*/
    font-family: YuPearl, Hevelatica, Arial, "PingFang TC", "Microsoft JhengHei Fix", "Microsoft JhengHei", sans-serif, FontAwesome;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .05em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #1b1b1b;
}

.btn01 a:hover::after {
    height: 100%;
    top: auto;
    bottom: 0;
}

.btn01 a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    background-color: #dbbaa3;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0, 0.1, 1);
    -o-transition: all 0.5s cubic-bezier(0.9, 0, 0.1, 1);
    transition: all 0.5s cubic-bezier(0.9, 0, 0.1, 1);
}

.loginArea .moduleContent {
    /*min-width: 400px;*/
    min-width: 350px;
    padding-left: 20px;
    padding-right: 20px;
}

.loginArea .title01 {
    margin-bottom: 15px;
    text-align: center;
}

.loginArea .text {
    color: #626262;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.loginArea input[type="text"],
.loginArea input[type="password"] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px;
    margin-bottom: 7px;
    border: 1px solid #ececec;
}

.loginArea .area {
    margin-top: 20px;
}

.loginArea .btn01 {
    text-align: center;
}

.loginArea .btn01 a {
    display: inline-block;
    min-width: auto;
    padding: 12px 40px;
    font-size: 13px;
    color: #fff;
}

.loginArea .forget {
    clear: both;
    font-size: 14px;
    color: #434343;
    margin-top: 20px;
    text-align: right;
}

.loginArea .forget a {
    position: relative;
    display: inline-block;
}

.loginArea .forget a:not(:last-child) {
    padding-right: 8px;
    margin-right: 8px;
}

.loginArea .forget a:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    width: 1px;
    height: 15px;
    background-color: #707070;
}

.loginArea .forgetCheck,
.loginArea .resendCheck {
    display: none;
}

.loginArea .btn_relog {
    margin-top: 20px;
    text-align: right;
    display: block;
}

@-webkit-keyframes aniSlideLeft {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes aniSlideLeft {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}