@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(c62b2f70eb6b4dd190334b431300e3c1.css);

body {
    background-color: #fff;
    font: 16px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    opacity: 0;
    background-color: #0d0908
}

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: #b89868
}

[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
}

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

.loadingArea {
    background-color: #000
}

.loadingArea.show {
    opacity: 1;
    pointer-events: auto;
    -webkit-animation: logoFadeOut 2s 4s forwards;
    animation: logoFadeOut 2s 4s forwards
}

.loadingArea.show .loadLogo {
    -webkit-animation: logoFadeIn 4s 0s forwards;
    animation: logoFadeIn 4s 0s forwards
}

.loadingArea.show .incense {
    -webkit-animation: incenseMove 4s linear forwards;
    animation: incenseMove 4s linear forwards
}

.loadingArea .loadLogo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1
}

.loadingArea .smokeElement {
    position: absolute
}

.loadingArea .smokeElement img {
    -webkit-animation: smokeRotate 20s forwards infinite linear;
    animation: smokeRotate 20s forwards infinite linear
}

.loadingArea .incense {
    position: absolute;
    top: 55%;
    left: 49.8%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
    z-index: -1
}

.loadingArea .incense:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    width: 100px;
    height: 220px;
    z-index: -1;
    background-repeat: repeat-y;
    background-image: url(../images/smoke.png);
    background-size: 100px auto;
    -webkit-transform: translate(-50%, 0%) perspective(5px) rotate3d(1, 0, 0, -4deg);
    transform: translate(-50%, 0%) perspective(5px) rotate3d(1, 0, 0, -4deg);
    -webkit-animation: smoke 100000s infinite linear;
    animation: smoke 100000s infinite linear;
    opacity: 0.5
}

.loadingArea .incense:after {
    content: '';
    position: absolute;
    top: 23%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    background: #ff7000;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-animation: fireShake .1s linear infinite;
    animation: fireShake .1s linear infinite;
    z-index: -1
}

@-webkit-keyframes incenseMove {
    0% {
        top: 55%
    }

    to {
        top: 43%
    }
}

@keyframes incenseMove {
    0% {
        top: 55%
    }

    to {
        top: 43%
    }
}

@-webkit-keyframes smoke {
    0% {
        background-position-y: 0%
    }

    to {
        background-position-y: -5000000%
    }
}

@keyframes smoke {
    0% {
        background-position-y: 0%
    }

    to {
        background-position-y: -5000000%
    }
}

@-webkit-keyframes fireShake {
    0% {
        opacity: 0.5
    }

    80% {
        opacity: 0.8
    }

    to {
        opacity: 1
    }
}

@keyframes fireShake {
    0% {
        opacity: 0.5
    }

    80% {
        opacity: 0.8
    }

    to {
        opacity: 1
    }
}

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

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

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

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

@-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
    }
}

.outerWrap {
    position: relative;
    padding-top: 80px
}

.outerWrap.ins {
    background-repeat: no-repeat, no-repeat, repeat;
    background-image: url(../images/insdeck01.png), url(../images/insDeck02.png), url(../images/insBg.png);
    background-size: 850px 650px, 700px 380px, 50px 50px;
    background-position: 0 200px, right bottom, 0 0
}

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

.outerWrap.ins .bannerArea .bannerBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.outerWrap.ins .bannerArea .bannerBox img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.outerWrap.ins .bannerArea .leftBox {
    padding-top: 7%;
    padding-left: 10%;
    padding-right: 20px;
    min-height: 600px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.outerWrap.ins .bannerArea .rightBox {
    padding-bottom: 135px;
    width: calc(100% - 580px);
    max-width: 1250px
}

.outerWrap.ins .bannerArea .textEditor {
    padding-bottom: 135px
}

.outerWrap.ins .bannerArea .textEditor .title {
    margin-right: 20px;
    font-size: 23px;
    font-weight: 600;
    font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
    color: #000;
    letter-spacing: 2px
}

.outerWrap.ins .bannerArea .textEditor .Txt {
    min-width: 150px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
    color: #000;
    letter-spacing: 1px;
    line-height: 2.5
}

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

#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: .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.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 .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

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

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    background-color: rgba(0,0,0,0.6);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

header.hold,
header.show {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 250px;
    padding-right: 270px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

header .rightBox {
    width: 88%
}

header .logo {
    position: absolute;
    left: 70px;
    top: 0;
    width: 113px
}

header .logo a {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 0px
}

header .logo svg {
    width: 113px;
    height: 40px
}

.socialBox {
    position: absolute;
    top: 0;
    right: 50px;
    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;
    height: 80px
}

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

.language li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.language li.current {
    display: none
}

.language 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: 110px;
    height: 36px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
    color: #fff;
    background: #ab8b70;
}

.language a:hover {
    border-color: #ab8b70;
    background-color: #ab8b70;
    color: #fff
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: right;
}

.menu>li {
    position: relative;
    display: inline-block
}

.menu>li>a{
    position: relative;
    display: block;
    height: 80px;
    /* padding-left: 30px; */
    white-space: nowrap;
    text-align: center;
    padding: 0 30px;
    margin: 0 24px;
    max-width: 145px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
    color: #fff;
    letter-spacing: 3px;
    -webkit-box-sizing: border-box;
    transition: all 0s ease;
    box-sizing: border-box
}

.menu>li>a:hover{
    /* -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0 */
    border-bottom: 4px solid #ab8b70;
}
.menu>li>a.current{
    border-bottom: 4px solid #ab8b70;
}

/* .menu>li>a.current .back,
.menu>li>a:hover .back {
     -webkit-transform: translateY(-100%) rotateX(0deg); 
    transform: translateY(-100%) rotateX(0deg);
    opacity: 1
} */
/* 
.menu>li>a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-image: url(../images/headericon01.png);
    background-size: cover
} */

.menu>li span {
    font-size: 12px;
    font-weight: 400;
    font-family: "Unna", sans-serif;
    letter-spacing: 0px;
    padding-left: 5px;
    white-space: nowrap
}

.menu>li .front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    line-height: 80px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease */
}

/* .menu>li .back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    line-height: 60px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-100%) rotateX(180deg);
    transform: translateY(-100%) rotateX(180deg);
    opacity: 0;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
} */

.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;
    font-size: 15px;
    font-weight: 400;
    font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
    letter-spacing: 2px;
    color: #000;
    background-color: #fff
}

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

.menu .submenu a:not(:first-child) {
    border-top: 1px solid #dadada
}

.m_menu {
    display: none
}

.bannerArea {
    clear: both;
    position: relative;
    z-index: 1
}

footer {
    position: relative;
    padding: 40px 0;
    background-color: #222222;
    background-repeat: no-repeat;
    background-image: url(../images/footerbg.png);
    background-position: 100% 100%;
    z-index: 1
}

footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

footer .goTop {
    position: absolute;
    padding-top: 140px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    font-family: "Unna", sans-serif;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    letter-spacing: .5px
}

footer .goTop:hover span {
    border-color: transparent;
    background-color: #ab8b70;
    color: #fff
}

footer .goTop:before {
    content: "";
    position: absolute;
    top: 55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.2)
}

footer .goTop span {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

footer .downLogo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

footer .downLogo a {
    display: inline-block
}

footer .rightBox {
    text-align: right
}

footer .social {
    padding: 0;
    margin-bottom: 40px;
    margin-right: -15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

footer .social a {
    width: 39px;
    height: 39px;
    line-height: 39px;
    color: #fff;
    border-radius: 50%
}

footer .social a:hover {
    opacity: 1;
    background-color: #ab8b70
}

footer .social svg {
    fill: #fff
}

footer .social .line .icon {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px)
}

footer .mark {
    font-size: 14px;
    font-weight: 400;
    font-family: "Unna", sans-serif;
    color: rgba(255, 255, 255, 0.7);
    line-height: 2
}

.downMenu {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-right: -4px
}

.downMenu li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -4px;
    margin-bottom: 20px
}

.downMenu li a {
    display: block;
    padding-right: 10px;
    font-size: 14px
}

.copyright {
    font-size: 14px;
    font-weight: 400;
    font-family: "Unna", sans-serif;
    color: rgba(255, 255, 255, 0.4);
    line-height: 2
}

.copyright a {
    font-size: 14px;
    font-weight: 400;
    font-family: "Unna", sans-serif;
    color: rgba(255, 255, 255, 0.4)
}

.copyright a:hover {
    text-decoration: underline;
    color: #fff
}

.footerInfo {
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
    line-height: 2;
    color: rgba(255, 255, 255, 0.8)
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px
}

.social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    font-size: 19px;
    color: #ab8b70;
    border: 1px solid #ab8b70;
    border-radius: 30px;
    text-align: center
}

.social a:hover {
    opacity: 0.8
}

.social svg {
    width: 22px;
    height: 22px;
    fill: #ab8b70
}

.mainArea {
    padding: 60px 0 80px
}

.titleBox .mainTitle,
.titleBox .title {
    display: inline-block;
    padding: 35px 10px 40px;
    margin-right: 35px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
    color: #fff;
    letter-spacing: 4px;
    background-color: #222222
}

.titleBox .subTitle {
    width: 18px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Unna", sans-serif;
    color: rgba(0, 0, 0, 0.55)
}

.titleBox .deckLine {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.titleBox .deckLine span {
    margin-top: 10px;
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #dadada
}

.titleBox .insDeckLine {
    position: relative
}

.titleBox .insDeckLine:before {
    content: "";
    position: absolute;
    top: -140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 125px;
    background-color: #dadada
}

.bread {
    position: absolute;
    right: 10px;
    top: 25px;
    font-size: 12px;
    color: #bbb
}

.bread a {
    color: #bbb
}

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

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

.mainArea .contentBox {
    clear: both
}

.articleTitle {
    clear: both;
    margin-bottom: 25px;
    padding: 10px;
    border-bottom: 1px dashed #d6d6d6;
    font-weight: 400;
    font-size: 20px;
    color: #061540
}

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

.m_classLink {
    display: none
}

.classLink li {
    display: inline-block;
    margin: 5px
}

.classLink a {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
    color: #000
}

.classLink a.current,
.classLink a:hover {
    color: #b89868
}

.classLink a.current span,
.classLink a:hover span {
    color: #fff;
    background-color: #b89868;
    border-color: transparent
}

.classLink a span {
    margin-bottom: 10px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.tagBox {
    position: relative;
    width: 50%
}

.tagBox .main {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-top: 3px solid #646464;
    border-bottom: 1px solid #dfdfdf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.tagBox .main.active:before {
    top: calc(50% - 4px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.tagBox .main.current {
    border-bottom: 1px solid #6d6d6d
}

.tagBox .main:before {
    content: "";
    position: absolute;
    right: 34px;
    top: calc(50% + 4px);
    width: 7px;
    height: 7px;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.tagBox .main:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 23px;
    background-color: #c8c8c8
}

.tagBox .main b {
    font-size: 15px;
    font-weight: 400;
    font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
    color: #000;
    letter-spacing: 1px
}

.tagBox ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    background-image: url(../images/insbg.png)
}

.tagBox li {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tagBox li:not(:first-child) {
    border-top: 1px solid #dfdfdf
}

.tagBox a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
    color: #000;
    letter-spacing: 1px
}

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

.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_news li {
    padding: 5px
}

.side_news .Img {
    overflow: hidden
}

.side_news .Img img {
    display: block;
    width: 100%
}

.side_news .Txt {
    padding: 10px 2px
}

.side_news .Txt a {
    display: block;
    padding: 15px 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.side_news .Txt a:hover {
    text-decoration: underline
}

.side_news .Txt p {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    font-weight: "Noto Serif TC", "微軟正黑體", sans-serif;
    line-height: 1.5;
    letter-spacing: 1px
}

.side_news .Txt b {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #999
}

.captchaArea {
    position: relative;
    width: 230px;
    height: 44px;
    background-color: #222222
}

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

.captchaArea .note {
    position: absolute;
    top: 11px;
    right: 30px;
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    pointer-events: none
}

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

.sliderBtn:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 5px;
    border-color: transparent transparent transparent #ffffff;
    pointer-events: none
}

@media (max-width:1800px) {
    .menu>li>a {
        width: 80px;
    }
}

@media (max-width:1700px) {
    header .wrap {
        padding-left: 175px;
        padding-right: 220px
    }

    header .logo {
        left: 20px
    }

    .socialBox {
        right: 0
    }
}

@media (max-width:1600px) {
    .menu>li>a {
        width: 80px
    }
}

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

@media (max-width:1550px) {
    .menu>li>a:before {
        width: 20px;
        height: 20px;
        -webkit-transform: translateY(calc(-50% + 1px));
        -ms-transform: translateY(calc(-50% + 1px));
        transform: translateY(calc(-50% + 1px));
    }
}

@media (max-width:1440px) {
    header .wrap {
        padding-left: 155px;
        padding-right: 220px
    }
}

@media (max-width:1400px) {
    .menu>li>a {
        padding: 0;
        width: 80px;
        margin: 0 10px;
    }

    .menu>li .back {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .menu>li span {
        padding: 0
    }
}

@media (max-width:1300px) {
    header .wrap {
        padding-left: 155px;
        padding-right: 170px
    }

    .menu {
        padding-left: 10px;
    }

    .menu>li>a {
        padding: 0 5px;
        margin: 0;
        max-width: 85px;
    }

    .language li {
        width: 50px;
        height: 50px;
    }

    .social {
        padding: 0 5px
    }

    .social a {
        margin: 0
    }
}

@media (max-width:1200px) {
    header .wrap {
        padding-left: 135px;
        padding-right: 160px
    }
}

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

    .wrap {
        width: 100%;
        padding: 0 20px
    }

    header {
        display: none
    }

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

    .m_menu .mask {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        display: none;
        background-color: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        padding-bottom: 60px
    }

    .m_menu .m_logo {
        height: 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
        width: 240px;
        padding: 10px
    }

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

  

    .m_menu .controlBox {
        position: relative;
        z-index: 99;
          background-color: rgba(0,0,0,0.6);
    }

    .m_menu .controlBox a.main {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: 60px
    }

    .m_menu .controlBox a.main span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: -0.5px;
        width: 26px;
        height: 1px;
        background-color: #fff;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .m_menu .controlBox a.main span:after,
    .m_menu .controlBox a.main span:before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    .m_menu .controlBox a.main span:before {
        top: -7px
    }

    .m_menu .controlBox a.main span:after {
        bottom: -7px
    }

    .m_menu .controlBox a.main.show span {
        background-color: transparent
    }

    .m_menu .controlBox a.main.show span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .m_menu .controlBox a.main.show span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .hideBox {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 100;
        display: block;
        width: 100%;
        padding: 0px 0 60px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-image: url(../images/menubg.jpg);
        background-size: cover;
        -webkit-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

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

    .hideBox .m_logo {
        margin-left: 30px
    }
.crigh{
    font-size: 14px;
}
    .hideBox .top {
        margin-bottom: 65px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

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

    .hideBox .language {
        margin-right: 70px
    }

    .hideBox .footerInfo {
        margin-top: 40px;
        text-align: center;
        color: #464646
    }

    .hideBox .copyright {
        margin-top: 15px;
        text-align: center;
        color: #828282
    }

    .hideBox .copyright a {
        color: #828282
    }

    .hideBox .copyright a:hover {
        color: #000
    }

    .closeBtn {
        position: absolute;
        top: 15px;
        right: 25px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 10;
        background-color: #000
    }

    .closeBtn:after,
    .closeBtn:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        width: 20px;
        height: 1px;
        background-color: #fff
    }

    .closeBtn:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .closeBtn:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg)
    }

    .closeBtn span {
        position: absolute;
        left: 50%;
        top: 90%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
        color: #111111
    }

    .nav a {
        position: relative;
        display: block;
        padding: 20px 10px;
        font-size: 18px;
        font-weight: 600;
        font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
        letter-spacing: 15px;
        color: #000;
        text-align: center
    }

    .nav a:after,
    .nav a:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 0px;
        height: 1px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #cecece;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    .nav a:before {
        left: calc(50% + 40px)
    }

    .nav a:after {
        left: calc(50% - 55px)
    }

    .nav a.current:after,
    .nav a.current:before,
    .nav a:hover:after,
    .nav a:hover:before {
        width: 15px
    }

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

    .nav .back,
    .nav .front span {
        display: none
    }

    .nav .submenu {
        display: none
    }

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

    .mfun {
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 10px
    }

    .mfun a {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 5px;
        font-size: 15px;
        color: #000;
        text-align: center;
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.2)
    }

    .mfun a:hover {
        color: #ab8b70;
        opacity: 0.8
    }

    .mfun a:hover svg {
        fill: #ab8b70
    }

    .mfun svg {
        width: 18px;
        height: 18px;
        fill: #000;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    .mfun .line .icon {
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px)
    }

    .outerWrap.ins .bannerArea .leftBox {
        padding-top: 50px;
        padding-left: 50px;
        min-height: auto
    }

    .outerWrap.ins .bannerArea .rightBox {
        padding: 50px 0 0;
        width: calc(100% - 440px)
    }

    .outerWrap.ins .bannerArea .textEditor {
        padding-bottom: 0
    }
}

@media (max-width:960px) {
    .outerWrap.ins .bannerArea .bannerBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .outerWrap.ins .bannerArea .leftBox {
        width: 100%;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb
    }

    .outerWrap.ins .bannerArea .rightBox {
        padding: 0;
        width: 100%
    }

    .outerWrap.ins .bannerArea .textEditor {
        margin-top: 20px
    }

    .outerWrap.ins .bannerArea .textEditor .Txt {
        height: auto
    }

    .outerWrap.ins .titleBox .title {
        padding: 10px 35px
    }

    .outerWrap.ins .titleBox .subTitle {
        margin-top: 10px;
        width: auto
    }

    .outerWrap.ins .titleBox .insDeckLine:before {
        top: 50%;
        left: -140px;
        height: 1px;
        width: 125px;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

    .outerWrap.ins .titleBox .deckLine span {
        margin: 0;
        margin-left: 10px;
        width: 100%;
        height: 1px
    }

    .classBox {
        margin-top: 30px
    }

    .classLink a {
        padding-bottom: 0
    }

    .classLink a span {
        margin-bottom: 0;
        margin-right: 10px
    }

    footer {
        padding: 60px 0 40px;
    }

    footer .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    footer .leftBox {
        text-align: center
    }

    footer .rightBox {
        text-align: center
    }

    footer .social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px 0
    }

    footer .goTop {
        padding: 0;
        top: 12px;
        left: auto;
        right: 12px;
        white-space: nowrap;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    footer .goTop:before {
        display: none
    }

    footer .goTop>div {
        display: none
    }

    footer .goTop span {
        position: relative;
        left: auto;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }
}

@media (max-width:640px) {
    ul.classLink {
        display: none
    }

    .m_classLink {
        display: block;
        position: relative
    }

    .m_classLink a.main {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border-top: 3px solid #646464;
        border-bottom: 1px solid #dfdfdf;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-image: url(../images/insbg.png)
    }

    .m_classLink a.main b {
        font-size: 15px;
        font-weight: 400;
        font-family: "Noto Serif TC", "微軟正黑體", sans-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 a.main span {
        display: none
    }

    .m_classLink ul {
        padding: 0;
        list-style: none;
        display: none;
        width: 100%;
        background-image: url(../images/insbg.png);
        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: 15px 10px;
        border-top: 1px solid #d1d1d1;
        font-size: 15px;
        font-weight: 400;
        font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
        text-align: center;
        letter-spacing: 1px
    }

    .m_classLink ul li span {
        display: none
    }

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

    .outerWrap.ins .bannerArea .leftBox {
        padding: 50px 20px 0
    }
}

@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:hover img {
    opacity: 0.7;
    -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)
}

.newIcon {
    display: inline-block;
    margin-right: 3px;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    font-family: '微軟正黑體';
    color: #000
}