@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=Noto + Sans + TC:300, 500|Noto + Serif + TC:300, 400, 600, 900|Nunito + Sans&display=swap);
.side_share a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pc {display: inline;}
.mo {display: none;}

@media (max-width: 840px) {
.pc {display: none;}
.mo {display: inline;}
}

body {
    background-color: #fff;
    font-family: "Noto Sans TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
    font-size: 15px;
    font-weight: 300;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}

a {
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    outline: none;
}

a:hover {
    color: #1f2321;
}

[class*="col-"] {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.b-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.titan {
    display: none;
}

.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.33%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

a.btn_color1 {
    color: #fff;
    background-color: #516190;
}

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

a.btn_color2 {
    color: #fff;
    background-color: #a0a0a0;
}

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

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

textarea {
    -webkit-appearance: none;
}

.outerWrap {
    position: relative;
    background-image: url(../images/bg_w.png);
    padding-top: 100px;
    -webkit-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
}

.outerWrap.hide {
    opacity: 0;
}

.wrap {
    width: 1400px;
    margin: 0 auto;
}

@media (max-width: 1440px) {
    .wrap {
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

#gmap {
    display: none;
    height: 400px;
}

.label {
    padding: 5px 7px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}

.moduleBox {
    position: fixed;
    left: 50%;
    top: 48%;
    z-index: 1005;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-property: top, opacity, visibility;
    -o-transition-property: top, opacity, visibility;
    transition-property: top, opacity, visibility;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.moduleBox.show {
    top: 50%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.moduleMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1003;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.moduleMask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

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

.readMoreBtn a {
    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;
    width: 165px;
    height: 45px;
    border: 1px solid #b1b1b5;
    font-size: 13px;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    color: #aa0167;
}

.readMoreBtn a:hover {
    color: #fff;
}

.readMoreBtn a:hover:before {
    top: 0;
    height: 100%;
}

.readMoreBtn a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #bc0071;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.readMoreBtn span {
    position: relative;
    z-index: 1;
}

.loadingArea {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
}

.loadingArea.show {
    opacity: 1;
    pointer-events: auto;
}

.loadingArea.show:before {
    -webkit-animation: loadLine 3s forwards, loadLineMove 0.8s 3s forwards;
    animation: loadLine 3s forwards, loadLineMove 0.8s 3s forwards;
}

.loadingArea.show:after {
    -webkit-animation: loadLineMove02 0.8s 3.4s forwards;
    animation: loadLineMove02 0.8s 3.4s forwards;
}

.loadingArea.show .loadLogo {
    -webkit-animation: logoFadeIn 2s 0.5s forwards, logoScale 2s 0.5s forwards, logoFadeOut 0.4s 3.12s forwards;
    animation: logoFadeIn 2s 0.5s forwards, logoScale 2s 0.5s forwards, logoFadeOut 0.4s 3.12s forwards;
}

.loadingArea:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 8px;
    background-color: #bc0073;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.loadingArea:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_w.png);
}

.loadingArea .loadLogo {
    position: absolute;
    left: 50%;
    top: 40%;
    font-size: 140px;
    font-weight: 800;
    font-style: italic;
    width: 100px;
    height: 79px;
    font-family: "Barlow Condensed", sans-serif;
    color: rgba(255, 255, 255, 0.302);
    -webkit-text-stroke: 2px black;
    opacity: 0;
}

@-webkit-keyframes loadLine {
    0% {
        width: 0;
    }

    20% {
        width: 30%;
    }

    60% {
        width: 65%;
    }

    to {
        width: 100%;
    }
}

@keyframes loadLine {
    0% {
        width: 0;
    }

    20% {
        width: 30%;
    }

    60% {
        width: 65%;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes loadLineMove {
    0% {
        height: 8px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        height: 100%;
        -webkit-transform: translateY(101%);
        transform: translateY(101%);
    }
}

@keyframes loadLineMove {
    0% {
        height: 8px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        height: 100%;
        -webkit-transform: translateY(101%);
        transform: translateY(101%);
    }
}

@-webkit-keyframes loadLineMove02 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(101%);
        transform: translateY(101%);
    }
}

@keyframes loadLineMove02 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(101%);
        transform: translateY(101%);
    }
}

@-webkit-keyframes logoScale {
    0% {
        -webkit-transform: translateX(-50%) scale(1.5);
        transform: translateX(-50%) scale(1.5);
    }

    to {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }
}

@keyframes logoScale {
    0% {
        -webkit-transform: translateX(-50%) scale(1.5);
        transform: translateX(-50%) scale(1.5);
    }

    to {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }
}

@-webkit-keyframes logoFadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes logoFadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes logoFadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes logoFadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes antDeckLogo {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes antDeckLogo {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.privacyArea {
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 1000;
}

.privacyArea::-webkit-scrollbar-track {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(34%, rgba(0, 0, 0, 0.15)), color-stop(66%, rgba(0, 0, 0, 0.15)), color-stop(67%, transparent), to(transparent));
    background-image: -webkit-linear-gradient(left, transparent 0%, transparent 33%, rgba(0, 0, 0, 0.15) 34%, rgba(0, 0, 0, 0.15) 66%, transparent 67%, transparent 100%);
    background-image: linear-gradient(to right, transparent 0%, transparent 33%, rgba(0, 0, 0, 0.15) 34%, rgba(0, 0, 0, 0.15) 66%, transparent 67%, transparent 100%);
    color: transparent;
}

.privacyArea::-webkit-scrollbar {
    width: 3px;
}

.privacyArea::-webkit-scrollbar-thumb {
    background-color: #c0a39c;
}

.privacyArea .textEditor {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
}

.privacyArea .privacyBtn {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.privacyArea .privacyBtn a {
    color: #fff;
    background-color: #bc0073;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    background-image: url(../images/bg_w.png);
}

header.ins.active .wrap {
    height: 70px;
}

header.ins.active .logo {
    height: 70px;
}

header.ins.active .logo a {
    /*background-size: 100px 58px;*/
}

header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 1200px;
    height: 100px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 1240px) {
    header .wrap {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

header .logo {
    position: absolute;
    /*top: 0;*/
    left: 160px;
    width: 250px;
    height: 115px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 1750px) {
    header .logo {
        left: 10px;
    }
}

header .logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/logo.png") no-repeat;
    /*background-size: 75px 58px;
    background-size: 148px 85px;*/
    background-size: contain;
    background-position: center center;
    text-indent: -9999px;
}

.socialBox {
    position: absolute;
    right: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1750px) {
    .socialBox {
        right: 10px;
    }
}

.socialBox a {
    padding: 7px;
}

.socialBox a:hover svg {
    fill: #1f2321;
}

footer .socialBox a:hover svg {
    fill: #fff;
}

.socialBox svg {
    width: 27px;
    height: 27px;
    fill: #bc0073;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


footer .socialBox svg {
    fill: #fff;
}

.floatArea {
    border-top: 2px solid #c1c6c7;
    background: #aa0167;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

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

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

.floatArea li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.floatArea li:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.floatArea li.active .subMenu {
    top: -15px;
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: all 0.4s 0s ease;
    -o-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
}

.floatArea li.active .subMenu[data-num="3"] > a:first-of-type {
    -webkit-transform: translate(-60px, -20px);
    -ms-transform: translate(-60px, -20px);
    transform: translate(-60px, -20px);
    opacity: 1;
    -webkit-transition: all 0.4s 0.6s ease;
    -o-transition: all 0.4s 0.6s ease;
    transition: all 0.4s 0.6s ease;
}

.floatArea li.active .subMenu[data-num="3"] > a:nth-of-type(2) {
    -webkit-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    transform: translate(0, -60px);
    opacity: 1;
    -webkit-transition: all 0.4s 0.8s ease;
    -o-transition: all 0.4s 0.8s ease;
    transition: all 0.4s 0.8s ease;
}

.floatArea li.active .subMenu[data-num="3"] > a:nth-of-type(3) {
    -webkit-transform: translate(60px, -20px);
    -ms-transform: translate(60px, -20px);
    transform: translate(60px, -20px);
    opacity: 1;
    -webkit-transition: all 0.4s 1s ease;
    -o-transition: all 0.4s 1s ease;
    transition: all 0.4s 1s ease;
}

.floatArea li.active .subMenu[data-num="2"] > a:first-of-type {
    -webkit-transform: translate(-45px, -40px);
    -ms-transform: translate(-45px, -40px);
    transform: translate(-45px, -40px);
    opacity: 1;
    -webkit-transition: all 0.4s 0.6s ease;
    -o-transition: all 0.4s 0.6s ease;
    transition: all 0.4s 0.6s ease;
}

.floatArea li.active .subMenu[data-num="2"] > a:nth-of-type(2) {
    -webkit-transform: translate(45px, -40px);
    -ms-transform: translate(45px, -40px);
    transform: translate(45px, -40px);
    opacity: 1;
    -webkit-transition: all 0.4s 0.8s ease;
    -o-transition: all 0.4s 0.8s ease;
    transition: all 0.4s 0.8s ease;
}

.floatArea li.active .subMenu[data-num="1"] > a:first-of-type {
    -webkit-transform: translate(0px, -60px);
    -ms-transform: translate(0px, -60px);
    transform: translate(0px, -60px);
    opacity: 1;
    -webkit-transition: all 0.4s 0.6s ease;
    -o-transition: all 0.4s 0.6s ease;
    transition: all 0.4s 0.6s ease;
}

.floatArea li > a {
    padding: 10px 10px;
    height: 55px;
    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;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.floatArea li > a > span {
    display: inline-block;
}

@media (max-width: 480px) {
    .floatArea li > a > span {
    width: 40px;
    }
}

.floatArea li > a > i {
    display: inline-block;
    font-size: 20px;
    height: 18px;
}

.floatArea .subMenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s 0.4s ease;
    -o-transition: all 0.4s 0.4s ease;
    transition: all 0.4s 0.4s ease;
}

.floatArea .subMenu .mask {
    cursor: pointer;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    top: 0;
    left: 0;
}

.floatArea .subMenu .floatClose {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #333;
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    cursor: pointer;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.floatArea .subMenu .floatClose.active {
    opacity: 1;
    pointer-events: auto;
}

.floatArea .subMenu .floatClose:after,
.floatArea .subMenu .floatClose:before {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: 50%;
    width: 1px;
    height: 20px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.floatArea .subMenu .floatClose:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.floatArea .subMenu > a {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 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: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #bc0073;
}

.floatArea .subMenu > a .icon {
    display: inline-block;
    height: 30px;
}

.floatArea .subMenu > a svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

@media (max-width: 1450px) {
    .menuBox {
        padding-right: 80px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.menu > li {
    position: relative;
    display: inline-block;
    margin: 0 30px;
}

.menu > li > a {
    position: relative;
    display: block;
    padding: 5px 0px;
    font-size: 17px;
    font-weight: 500;
    color: #1f2321;
}

.menu > li > a.contact {
    font-weight: 500;
    color: #bc0073;
}

.menu > li > a.current,
.menu > li > a:hover {
    color: #1f2321;
}

.menu > li > a.current:before,
.menu > li > a:hover:before {
    left: 0;
    width: 100%;
}

.menu > li > a:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    height: 3px;
    background-color: #bc0072;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 0;
}

.menu > li > a span {
    display: none;
}

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

.menuBtn {
    cursor: pointer;
    position: relative;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 12px;
    font-weight: 300;
    font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
    color: #bc0073;
}

.menuBtn.active span {
    width: 30px;
}

.menuBtn:hover span:before {
    width: 100%;
}

.menuBtn span {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 5px;
    width: 0px;
    height: 2px;
    background-color: #bc0073;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menuBtn span:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: calc(100% - 7px);
    height: 2px;
    background-color: #bc0073;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menuBtn span:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #bc0073;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menuBtn > div {
    line-height: 1;
}

.m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    pointer-events: none;
}

@media (max-width: 1180px) {
    .m_menu {
        pointer-events: auto;
    }
}

.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;
    pointer-events: auto;
}

.m_menu .m_logo {
    float: left;
    margin-left: 20px;
    height: 60px;
}

.m_menu .m_logo a {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

@media (max-width: 480px) {
    .m_menu .m_logo a {
        width: 180px;
    }
}

.m_menu .m_logo img {
    display: block;
    width: 100%;
}

.m_menu .m_menu_logo img {
    width: 102px;
}

.m_menu .controlBox {
    position: relative;
    z-index: 99;
    background-image: url(../images/bg_w.png);
}

@media (min-width: 1181px) {
    .m_menu .controlBox {
        pointer-events: none;
        opacity: 0;
    }
}

.m_menu .controlBox a.main {
    position: absolute;
    top: 0;
    right: 10px;
    width: 60px;
    height: 60px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.m_menu .controlBox a.main.active span {
    width: 34px;
}

.m_menu .controlBox a.main span {
    top: 12px;
    left: 13px;
    width: 0px;
    height: 2px;
    background-color: #bc0073;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hideBox {
    pointer-events: auto;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 400px;
    width: 100%;
    max-height: 100vh;
    height: 100%;
    padding: 70px 0 15px 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/bg_w.png);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 99;
}

@media (max-width: 400px) {
    .hideBox {
        padding: 70px 20px 15px;
        width: 100%;
    }
}

.hideBox.show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.hideBox .sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    background-color: #c80303;
}

.hideBox .closeBtn {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 30px;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 12px;
    font-weight: 300;
    font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
    color: #bc0073;
}

.hideBox .closeBtn.active span {
    width: 24px;
}

.hideBox .closeBtn:hover span:before {
    width: 100%;
}

.hideBox .closeBtn span {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 8px;
    width: 0px;
    height: 2px;
    background-color: #bc0073;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-90deg) translateX(-20px);
    -ms-transform: rotate(-90deg) translateX(-20px);
    transform: rotate(-90deg) translateX(-20px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hideBox .closeBtn span:before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0px;
    width: calc(100% - 6px);
    height: 2px;
    background-color: #bc0073;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hideBox .closeBtn span:after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #bc0073;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hideBox .socialBox {
    position: relative;
    right: auto;
    padding: 20px 0;
}

.hideBox .copyright {
    padding-top: 30px;
    font-size: 12px;
    font-family: serif;
    color: #a9a9a9;
}

.m_menuBox {
    padding: 30px 60px 0 25px;
    background-image: url(../images/bg_w.png);
}

@media (max-width: 400px) {
    .m_menuBox {
        padding: 30px 25px 0px;
    }
}

.nav {
    padding: 20px 0;
}

.nav li {
    border-bottom: 1px solid rgba(59, 60, 66, 0.1);
}

.nav li:first-child {
    border-top: 1px solid rgba(59, 60, 66, 0.1);
}

.nav a {
    position: relative;
    display: block;
    padding: 15px 10px;
    font-size: 14px;
    color: #6f6f6f;
}

.nav a:hover {
    color: #bc0073;
}

.nav a:hover span {
    color: #bc0073;
}

.nav a span {
    padding-left: 5px;
    font-size: 12px;
    font-weight: 500;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    color: #9b9b9b;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nav a i {
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    margin-top: -7px;
}

.nav .submenu {
    display: none;
}

.nav .submenu a {
    padding: 10px 20px;
}

.nav .submenu a:hover {
    background-color: #999;
}

.bannerArea {
    clear: both;
    position: relative;
}

.bannerArea .wrap {
    width: 100%;
    padding: 0;
}

.bannerArea .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.bannerArea .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    bottom: auto;
    left: 50%;
    bottom: 45px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .bannerArea .slick-dots {
        bottom: 0;
    }
}

.bannerArea .slick-dots li {
    margin: 7px 0;
    width: 50px;
    height: 10px;
}

.bannerArea .slick-dots li.slick-active button:before {
    border-color: #bc0073;
    background-color: #bc0073;
    opacity: 1;
}

.bannerArea .slick-dots li button {
    position: relative;
    width: 100%;
    height: 100%;
}

.bannerArea .slick-dots li button:hover:before {
    background-color: #bc0073;
    border-color: #bc0073;
    opacity: 1;
}

.bannerArea .slick-dots li button:before {
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 2px;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
}

.bannerArea li {
    position: relative;
}

.bannerArea li.show .title {
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.bannerArea li.show .enTitle {
    -webkit-transition: all 1.25s 0.5s ease;
    -o-transition: all 1.25s 0.5s ease;
    transition: all 1.25s 0.5s ease;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.bannerArea li.show .Txt p {
    -webkit-transition: all 1s 1s ease;
    -o-transition: all 1s 1s ease;
    transition: all 1s 1s ease;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.bannerArea li.show .bannerTitleBox:before {
    -webkit-transition: all 1s 1s ease;
    -o-transition: all 1s 1s ease;
    transition: all 1s 1s ease;
    width: 35px;
}

.bannerArea .Img {
    height: calc(100vh - 385px);
}

@media (max-width: 1180px) {
    .bannerArea .Img {
        height: calc(100vh - 445px);
    }
}

@media (max-width: 640px) {
    .bannerArea .Img {
        height: 200px;
    }
}

.bannerArea .Img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bannerArea .Txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 720px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0px 0px 5px #222;
}

@media (max-width: 760px) {
    .bannerArea .Txt {
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        top: 55%;
    }
}

.bannerArea .Txt p {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}

.bannerArea .bannerTitleBox {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.bannerArea .bannerTitleBox:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 0px;
}

.bannerArea .title {
    font-size: 40px;
    font-weight: 600;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    letter-spacing: 2px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}

.bannerArea .enTitle {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 300;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}

@media (max-width: 640px) {

.bannerArea .title {
    font-size: 36px;
}
.bannerArea .enTitle {
    font-size: 18px;
    margin-top: 0px;
}
}

@media (max-width: 480px) {
.bannerArea .title {
    font-size: 30px;
}
.bannerArea .enTitle {
    font-size: 16px;
}
}



.goTop {
    cursor: pointer;
    position: fixed;
    bottom: 80px;
    right: 60px;
    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;
    font-size: 13px;
    font-weight: 400;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    color: #bc0075;
    padding: 10px;
    padding-left: 115px;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 1600px) {
    .goTop {
        right: 5px;
    }
}

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

.goTop.show {
    pointer-events: auto;
    opacity: 1;
}

.goTop span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
}

.goTop span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #bc0075;
}

.goTop span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 25px;
    background-color: #bc0075;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

footer {
    padding: 75px 0;
    letter-spacing: 0.5px;
    background: url('../images/bg_b.png');
}

footer .footerInfo {
    text-align: center;
}

footer .readMoreBtn a {
    color: #fff;
}

@media (max-width: 1180px) {
    footer {
        padding: 20px 0 80px;
    }
}

@media (max-width: 1500px) {
    footer .wrap {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

footer .top {
    padding: 15px 0;
    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: 480px) {
    footer .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

footer .mid {
    padding: 25px 0 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 840px) {
    footer .mid {
        padding: 25px 0 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

footer .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 1180px) {
    footer .bottom {
        -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;
    }
}

footer .downLogo img {
    width: 180px;
}

footer .socialBox {
    position: relative;
    top: auto;
    right: auto;
}

@media (max-width: 480px) {
    footer .socialBox {
        margin-top: 10px;
    }
}

footer .infoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 800px;
}

@media (max-width: 840px) {
    footer .infoBox {
        width: 100%;
    }
}

footer .infoBox .info {
    padding: 5px 0;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
}

@media (max-width: 680px) {
    footer .infoBox .info {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

footer .infoBox .info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
}

footer .infoBox .info .icon {
    padding-right: 20px;
}

footer .infoBox .icon-mail,
footer .infoBox .icon-map,
footer .infoBox .icon-tel {
    fill: #163567;
    width: 15px;
    height: 15px;
}

footer .infoBox .icon-clock {
    stroke: #163567;
    width: 15px;
    height: 15px;
}

@media (max-width: 840px) {
    footer .contactBox .readMoreBtn a {
        margin: 20px auto 0;
    }
}

footer .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    font-family: "微軟正黑體";
    color: #fff;
}

footer .downMenu {
    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-right: -20px;
}

footer .downMenu li {
    position: relative;
}

footer .downMenu li:not(:first-child):before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 11px;
    background-color: rgba(0, 0, 0, 0.2);
}

footer .downMenu a {
    padding: 0 20px;
    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: 60px;
    font-size: 14px;
    color: #fff;
}

@media (max-width: 1180px) {
    footer .downMenu a {
        padding: 0 10px;
        height: 40px;
    }
}

footer .downMenu a:hover {
    color: #fff;
}

.mainArea {
    padding: 30px 0;
    min-height: calc(100vh - 550px);
}

.titleBox {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

@media (max-width: 960px) {
    .titleBox {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
}

.titleBox.center {
    text-align: center;
}

.titleBox.center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.titleBox:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 1px;
    background-color: #ccc2c1;
}

.titleBox .enTitle {
    font-size: 15px;
    font-weight: 300;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    color: #999;
}

.titleBox .title {
    font-size: 40px;
    font-weight: 600;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    color: #aa0167;
}

@media (max-width: 1180px) {
    .titleBox .title {
        font-size: 30px;
    }
}

.breadBox {
    position: absolute;
    top: 130px;
    right: 160px;
    height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid #dedfe1;
    background-image: url(../images/bg_w.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 1180px) {
    .breadBox {
        top: 80px;
        right: 20px;
    }
}

@media (max-width: 960px) {
    .breadBox {
        display: none;
    }
}

.breadBox .backBtn {
    border-radius: 25px;
}

.breadBox .backBtn a {
    margin-left: -2px;
    background-image: url(../images/bread_bg.jpg);
    padding: 0 15px;
    height: 36px;
    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;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.5px;
}

.bread {
    padding: 0 15px;
    font-size: 13px;
    color: #6f6f6f;
}

.bread a {
    font-size: 13px;
    font-weight: 300;
    color: #6f6f6f;
    letter-spacing: 0.5px;
}

.bread a:hover {
    color: #000;
}

.bread a i {
    font-size: 20px;
}

.bread span {
    padding: 0 5px;
    color: #bbb;
}

.mainArea .contentBox {
    clear: both;
}

.articleTitle {
    clear: both;
    padding: 10px;
    font-size: 24px;
    font-weight: 600;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    color: #bc0073;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.articleTitle .icon {
    padding-top: 3px;
    padding-right: 10px;
}

.articleTitle svg {
    width: 27px;
    height: 24px;
    fill: #bc0073;
}

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

.m_classLink {
    display: none;
}

.classBox {
    position: relative;
    padding: 20px 0;
    z-index: 2;
}

.classLink {
    text-align: center;
}

.classLink li {
    display: inline-block;
}

.classLink a {
    position: relative;
    display: block;
    margin: 3px;
    padding: 6px 15px;
    font-size: 15px;
    color: #5a5a5a;
    border: 1px solid #e4e2e0;
    border-radius: 25px;
    letter-spacing: 1px;
    overflow: hidden;
    background-image: url(../images/bread_bg.png);
}

.classLink a:hover {
    color: #fff;
}

.classLink a:hover:before {
    opacity: 1;
}

.classLink a.current {
    color: #fff;
    border: 1px solid #bc0073;
}

.classLink a.current:before {
    opacity: 1;
}

.classLink a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bread_bg.jpg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}

.classLink a span {
    position: relative;
    z-index: 1;
}

.tagBox {
    padding: 20px 0;
}

.tagBox b {
    font-size: 18px;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    display: inline-block;
    margin-right: 10px;
    color: #6f6f6f;
}

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

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

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

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

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

.sectionTitle strong {
    display: block;
    position: relative;
    font-weight: 400;
}

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

.tab {
    margin-top: 40px;
}

.tab a {
    display: block;
    float: left;
    padding: 12px 10px;
    font-size: 15px;
    color: #1c1c1c;
}

.tab a.current {
    border: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #f8f3f0;
    -webkit-box-shadow: inset 0 3px 5px -2px #cecece;
    box-shadow: inset 0 3px 5px -2px #cecece;
}

.tabContent {
    margin-top: -1px;
    padding: 20px 5px;
    border-top: 1px solid #d6d6d6;
}

.tabContent > li {
    display: none;
}

.tabContent .textEditor {
    margin: 0;
}

.tabContent .sectionTitle {
    display: none;
}

.side_menu {
    margin-bottom: 50px;
}

.side_menu li {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}

.side_menu li > a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
}

.side_menu li > a.current {
    color: #fff;
    background-color: #8c8c8c;
}

.side_menu li > a b {
    margin-left: 10px;
    font-weight: 400;
    font-size: 13px;
    color: #808080;
}

.side_menu dl {
    padding-left: 25px;
}

.side_menu dl a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
}

.side_menu dl a.current {
    color: #000;
    text-decoration: underline;
}

.side_album {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -10px;
}

.side_album li {
    float: left;
    width: 33.33%;
    padding: 0 10px 10px 0;
}

.side_album a {
    display: block;
    -webkit-box-shadow: 2px 2px 5px #c3c3c3;
    box-shadow: 2px 2px 5px #c3c3c3;
}

.side_album a img {
    display: block;
    width: 100%;
    -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: #6f6f6f;
}

.side_contactInfo a:hover {
    color: #1f2321;
}

.side_contactInfo a:hover i {
    border-color: #1f2321;
    color: #1f2321;
}

.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 #bc0071;
    border-radius: 50%;
    font-size: 20px;
    color: #bc0071;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.side_contactInfo b {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
}

.side_room {
    margin-bottom: 50px;
}

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

.side_room .Txt {
    margin-top: 5px;
}

.side_room .Txt p {
    max-height: 100px;
    font-size: 13px;
    color: #858383;
    line-height: 1.8;
    overflow: hidden;
}

.side_room h3 a {
    font-size: 16px;
    font-weight: 400;
}

.side_share {
    clear: both;
    display: none;
    margin-top: 30px;
}

.side_share a {
    display: block;
    width: 100%;
    margin-top: 5px;
    padding: 15px 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.side_share i {
    padding-right: 5px;
    font-size: 18px;
}

.side_share .line {
    -webkit-box-shadow: 0 0 0 1px #22a00b;
    box-shadow: 0 0 0 1px #22a00b;
    border-top: 1px solid #e1ffa9;
    background: #a7e732;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a7e732), color-stop(35%, #1fb50e));
    background: -webkit-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
    background: -o-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
    background: -ms-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
    background: -webkit-linear-gradient(315deg, #a7e732 0%, #1fb50e 35%);
    background: -o-linear-gradient(315deg, #a7e732 0%, #1fb50e 35%);
    background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7e732', endColorstr='#1fb50e', GradientType=1);
}

.side_share .fb {
    -webkit-box-shadow: 0 0 0 1px #235c9b;
    box-shadow: 0 0 0 1px #235c9b;
    border-top: 1px solid #8dcff5;
    background: #5da0ea;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5da0ea), color-stop(100%, #3d8ce6));
    background: -webkit-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
    background: -o-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
    background: -ms-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#5da0ea), to(#3d8ce6));
    background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5da0ea', endColorstr='#3d8ce6', GradientType=0);
}

.captchaArea {
    position: relative;
    width: 200px;
    height: 50px;
    background-color: #ddd;
}

.captchaArea.unlocking .sliderBtn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.captchaArea .note {
    position: absolute;
    top: 17px;
    right: 30px;
    z-index: 1;
    font-size: 15px;
    text-align: center;
    font-family: "微軟正黑體";
    color: #777;
    letter-spacing: 1px;
    pointer-events: none;
}

.sliderBtn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background-color: RoyalBlue;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sliderBtn:before {
    content: "\f105";
    position: absolute;
    top: 13px;
    left: 23px;
    color: #fff;
    font-size: 24px;
    font-family: FontAwesome;
    pointer-events: none;
}

@media (max-width: 1180px) {
    .outerWrap {
        padding-top: 60px;
    }

    header {
        display: none;
    }
}

@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%;
        padding-left: 0;
    }

    .mainArea .titleBox .bread {
        display: none;
    }

    .mainArea .cotentBox {
        padding: 20px 0;
    }

    .mainArea .titleBox h2 em {
        display: block;
        margin: 0;
    }
    .side_share {
        clear: both;
        display: block;
        margin-bottom: 30px;
    }
}

@media (max-width: 640px) {
    .mainArea .titleBox h2 {
        float: none;
    }

    ul.classLink {
        display: none;
    }

    .m_classLink {
        display: block;
        position: relative;
    }

    .m_classLink a.main {
        display: block;
        font-size: 15px;
        color: #222;
        border: 1px solid #ccc;
        position: relative;
        padding: 10px 15px;
        border-radius: 2px;
        background-image: url(../images/bread_bg.jpg);
        color: #fff;
    }

    .m_classLink a.main b {
        font-weight: 600;
        font-family: "Noto Serif TC", "微軟正黑體", serif;
        letter-spacing: 1px;
    }

    .m_classLink a.main i {
        display: block;
        font-size: 15px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -6px;
    }

    .m_classLink ul {
        padding: 0;
        list-style: none;
        display: none;
        width: 100%;
        background: #fff;
        border-radius: 2px;
        border: 1px solid #d1d1d1;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 99;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .m_classLink ul li {
        padding: 0;
    }

    .m_classLink ul li a {
        display: block;
        padding: 10px 20px;
        border-top: 1px solid #d1d1d1;
        color: #aa0167;
    }

    .m_classLink ul li:first-child a {
        border: none;
    }
}

@media (max-width: 480px) {
    .col-2 {
        float: none;
        width: 100%;
    }

    .col-3 {
        float: none;
        width: 100%;
    }

    .col-4 {
        float: none;
        width: 100%;
    }

    .col-5 {
        float: none;
        width: 100%;
    }
}

.imh_opacity {
    background-color: #000;
    overflow: hidden;
}

.imh_opacity img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.imh_opacity:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.imh_detail {
    background-color: #000;
    overflow: hidden;
}

.imh_detail img {
    -webkit-transition: all 0.3s linear;
    -o-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;
    -o-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);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.imh_zoom {
    position: relative;
    background-color: #000;
    overflow: hidden;
}

.imh_zoom img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
}

.imh_zoom a:before {
    content: "\f002";
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 99;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    font-family: FontAwesome;
    text-align: center;
    background-color: #000;
    -webkit-transition: all 0.4s ease;
    -o-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);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
