@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(contentbuilder.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400);
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Noto+Sans+TC:wght@300;400&family=Noto+Serif+TC:wght@300;400;500;600&family=Poppins&family=Roboto:wght@300;400&display=swap");
.orderCheckArea input[type="text"], .orderCheckArea input[type="password"], .loginArea input[type="text"], .loginArea input[type="password"], .language .g_trans a, .side_share a {
    box-sizing: border-box;
}

header .snsBox a img, .menu > li > a::before, footer .right .snsBox a img {
    transition: all .5s;
}

header, header .logo {
    transition: all .3s;
}

* {
    font-family: 'Noto Serif TC','Cormorant Garamond', 'Noto Sans TC', 'Poppins','Roboto',sans-serif;
    font-weight: 400;
}

body {
    background-color: #fff;
    font-family: 'Cormorant Garamond', 'Noto Serif TC', 'Noto Sans TC', 'Poppins','Roboto',sans-serif;
    font-size: 13px;
}

/*css3*/
a {
    color: #111;
    cursor: pointer;
    transition: all 0.4s ease;
}

a:hover {
    color: #bc1818;
}

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

.b-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 {
    /*按鈕主色1*/
    color: #fff;
    background-color: #000;
}

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

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

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

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

textarea {
    -webkit-appearance: none;
}

.outerWrap {
    position: relative;
    overflow-x: hidden;
}

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

@media (max-width: 1440px) {
    .wrap {
        width: 100%;
        padding: 0 40px;
    }
}

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

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

/*-moduleBox--*/
.moduleBox {
    position: fixed;
    left: 50%;
    top: 48%;
    z-index: 1005;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition-property: top, opacity, visibility;
    transition-duration: .5s;
    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;
    transition: all .5s ease-in-out;
}

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

/***↓↓↓購物車↓↓↓***/
.cartArea {
    width: 360px !important;
    border: 5px solid #d8d8d8;
    background-color: #fff;
}

.cartArea .wrap {
    position: relative;
    width: auto;
    padding: 40px 10px;
}

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

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

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

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

.cartArea .goto_pay_btn {
    margin-left: 15px;
}

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

.cartArea .cart li {
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.cartArea .cart li i {
    cursor: pointer;
    display: block;
    float: right;
    font-size: 18px;
    color: #949494;
}

.cartArea .cart .Img {
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

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

.cartArea .cart .Txt {
    overflow: hidden;
}

.cartArea .cart .Txt strong {
    display: block;
    margin-bottom: 10px;
}

.cartArea .cart .Txt strong a {
    display: block;
    width: 90%;
    font-size: 15px;
    color: #272727;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cartArea .cart .Txt b {
    display: inline-block;
    padding-right: 10px;
    font-weight: 400;
    font-size: 12px;
}

.cartArea .cart .Txt b.price {
    font-size: 15px;
    color: #e83336;
}

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

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

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

.orderCheckArea h4 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    font-family: "微軟正黑體", "新細明體", sans-serif;
    color: #222;
    text-align: left;
}

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

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

@media screen and (max-width: 480px) {
    .cartArea, .orderCheckArea {
        width: 300px !important;
    }
    #closeOrder, #closeCart, #closePrice, #closeInquiry {
        top: 5px;
        font-size: 25px;
    }
}

/***↑↑↑購物車↑↑↑**/
/***↓↓↓會員登入↓↓↓**/
.loginArea {
    width: 300px !important;
    border: 5px solid #d8d8d8;
    background-color: #fff;
}

.loginArea .box {
    position: relative;
    padding: 40px 20px 20px 20px;
    background: #fff;
}

a#closeLogin {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    color: #666;
}

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

.loginArea .btn {
    /*送出按鈕*/
    margin-top: 15px;
    text-align: center;
}

.loginArea .btn a {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
}

.loginArea .forget {
    clear: both;
    margin-top: 20px;
    font-size: 15px;
    color: #2f2f2f;
}

.loginArea .forget span {
    font-size: 13px;
    color: #e1e1e1;
}

.loginArea .forget strong a {
    font-weight: 400;
    color: #f93;
    text-decoration: underline;
}

.loginArea .forget b a {
    font-weight: 400;
    font-size: 18px;
    color: #09f;
    text-decoration: underline;
}

.loginArea .forgetCheck {
    display: none;
}

.loginArea .forgetCheck a.btn_relog {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    color: #09f;
    text-align: center;
    text-decoration: underline;
}

/***↑↑↑會員登入↑↑↑**/
.titleBox {
    padding: 30px 0 0;
    position: relative;
    text-align: center;
}

.titleBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 9px);
    width: 18px;
    height: 2px;
    background-color: #bc1818;
}

.titleBox .chTitle {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #111;
    padding-bottom: 6px;
}

.titleBox .enTitle {
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1.5px;
    color: #555;
}

/*****網頁頭*****/
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    background-color: transparent;
}

header::before {
    content: "";
    width: 100%;
    height: 100%;
    /*background-color: rgba(255, 255, 255, 0.9);*/
    background: url('../images/hbg.jpg');
    position: absolute;
    top: -100%;
    left: 0;
    transition: 1s ease-in-out;
}

header .wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 70px;
}

header .logo {
    width: 215px;
}

header .logo a {
    display: block;
    width: 100%;
    height: 88px;
    position: relative;
}

header .logo a img {
    width: 100%;
    position: absolute;
    top: 21px;
    left: 0;
}

header .logo a img.logoB {
    opacity: 0;
}

header .logo a img.logoW {
    opacity: 1;
}

header .rightBox {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 215px);
    padding: 0;
    box-sizing: border-box;
}

header .bottom {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

header .snsBox {
    border-left: 1.5px dotted #b8b8b8;
    padding: 0 15px;
}

header .snsBox a {
    display: inline-block;
    width: 42px;
    padding: 0 10px;
}

header .snsBox a img {
    filter: brightness(1);
    width: 22px;
    height: 22px;
}

header .snsBox a:hover img {
    opacity: 0.6;
}

header .callBox {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0 20px;
}

header .callBox img {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: auto 16px auto 0;
}

header .callBox .tel {
    display: inline-block;
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #fff;
}

header .callBox:hover {
    background-color: #efefef;
    border-color: #efefef;
}

header .callBox:hover img {
    filter: brightness(0);
}

header .callBox:hover .tel {
    color: #111;
}

header.downStyle {
    height: 72px;
}

header.downStyle::before {
    top: 0;
}

header.downStyle .menu li a {
    color: #111;
}

header.downStyle .menu li a:hover {
    color: #5d0907;
}

header.downStyle .menu li a:hover::before {
    background-color: #bc1818;
}

header.downStyle .menu li a.current {
    color: #5d0907;
}

header.downStyle .menu li a.current::before {
    background-color: #bc1818;
    width: 20px;
}

header.downStyle .logo a {
    height: 72px;
}

header.downStyle .logo a img {
    top: 13px;
}

header.downStyle .logo a img.logoB {
    opacity: 1;
}

header.downStyle .logo a img.logoW {
    opacity: 0;
}

header.downStyle .snsBox {
    border-color: #646464;
}

header.downStyle .snsBox a img {
    filter: brightness(0);
}

header.downStyle .callBox {
    border-color: #333;
}

header.downStyle .callBox img {
    filter: brightness(0);
}

header.downStyle .callBox .tel {
    color: #111;
}

header.downStyle .callBox:hover {
    background-color: #efefef;
    border-color: #efefef;
}

@media (max-width: 1680px) {
    header .wrap {
        padding: 0 10px;
    }
}

@media (max-width: 1440px) {
    header .menu li a {
        padding: 10px;
        font-size: 14px;
    }
    header .snsBox {
        padding: 0 8px;
    }
    header .snsBox a {
        width: 32px;
        padding: 0 5px;
    }
    header .callBox {
        padding: 0 12px;
    }
}

@media (max-width: 1200px) {
    header {
        display: none;
    }
}

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

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

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

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

.searchBox {
    display: flex;
}

.searchBox input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: none;
    font-family: '微軟正黑體';
    background-color: #fafafa;
    box-sizing: border-box;
}

.searchBox a {
    flex-shrink: 0;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #111;
}

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

.menu > li > a {
    position: relative;
    display: block;
    padding: 10px 26px;
    color: #fff;
    position: relative;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.8px;
}

.menu > li > a::before {
    content: "";
    width: 00px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0%;
    left: calc(50% - 10px);
}

.menu > li > a:hover::before {
    width: 20px;
}

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

.menu .submenu {
    display: none;
    position: absolute;
    left: calc(50% - 75px);
    top: 100%;
    z-index: 99;
    width: 150px;
    text-align: center;
    padding: 16px 0 0;
}

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

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

.menu .submenu li {
    width: 150px;
    position: relative;
    float: left;
}

.menu .submenu li:hover dl {
    display: block;
}

.menu .submenu dl {
    width: 100px;
    display: none;
    float: left;
    position: absolute;
    top: 0;
    right: -100px;
}

/*手機menu*/
.m_menu {
    display: none;
}

@media (max-width: 1200px) {
    .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 {
        margin-left: 40px;
        padding: 12px 0 10px;
    }
    .m_menu .m_logo img {
        display: block;
        width: 220px;
    }
    .m_menu .controlBox {
        position: relative;
        z-index: 50;
        /*background-color: transparent;*/
        background: url('../images/hbg.jpg');
        display: flex;
        width: 100%;
    }
    .m_menu .controlBox a.main {
        position: absolute;
        display: block;
        top: 14px;
        right: 24px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        /*background-color: #5d0907;*/
    }
    .m_menu .controlBox a.main span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        margin-top: -0.5px;
        width: 26px;
        height: 2px;
        background-color: #5d0907;
        transition: all .5s;
        box-sizing: border-box;
    }
    .m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #5d0907;
        transition: all .5s;
    }
    .m_menu .controlBox a.main span:before {
        top: -7px;
    }
    .m_menu .controlBox a.main span:after {
        bottom: -7px;
    }
    .m_menu .hideBox {
        /*手機menu內容*/
        position: fixed;
        right: -100%;
        top: 0;
        bottom: 0;
        z-index: 51;
        display: none;
        width: 100%;
        padding: 60px 0;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        transition: 0.8s all ease-in-out;
        background-image: url(../images/homeWBg.jpg);
        background-repeat: repeat;
    }
    .m_menu .hideBox.show {
        right: 0;
    }
    .m_menu .hideBox .sp {
        display: none;
        padding: 10px;
        font-size: 13px;
        color: #111;
        background-color: #c80303;
    }
    .m_menu .hideBox a.main {
        position: absolute;
        display: block;
        top: 16px;
        right: 16px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
    }
    .m_menu .hideBox a.main span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        margin-top: -0.5px;
        width: 26px;
        height: 1px;
        transition: all .5s;
        box-sizing: border-box;
        background-color: transparent;
    }
    .m_menu .hideBox a.main span:before, .m_menu .hideBox a.main span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #111;
        transition: all .5s;
    }
    .m_menu .hideBox a.main span:before {
        top: 0;
        transform: rotate(45deg);
    }
    .m_menu .hideBox a.main span:after {
        bottom: 0;
        transform: rotate(-45deg);
    }
    .m_menu .hideBox .topBox {
        display: flex;
        flex-wrap: nowrap;
        margin: 0 auto;
        width: 395px;
        padding: 80px 0 0;
    }
    .m_menu .hideBox .topBox .callBox {
        padding: 0 20px;
        width: 150px;
        margin-right: 40px;
        display: inline-block;
        background-color: #353535;
    }
    .m_menu .hideBox .topBox .callBox img {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: auto 10px auto 0;
    }
    .m_menu .hideBox .topBox .callBox .tel {
        display: inline-block;
        font-family: 'Roboto';
        font-size: 15px;
        line-height: 36px;
        letter-spacing: 0.5px;
        color: #fff;
    }
    .m_menu .hideBox .topBox .callBox:hover {
        background-color: #898989;
    }
    .m_menu .hideBox .topBox .mailBox {
        width: calc(100% - 190px);
        border-bottom: 1px solid #434343;
        font-size: 14px;
        font-family: 'Noto Sans TC';
        line-height: 36px;
        letter-spacing: 0.5px;
        color: #808080;
        text-align: center;
    }
    .m_menu .hideBox .topBox .mailBox a {
        display: inline-block;
        padding-left: 10px;
        color: #555;
        font-weight: 600;
        font-family: 'Roboto';
    }
    .m_menu .hideBox .topBox .mailBox a:hover {
        color: #bc1818;
    }
    .m_menu .hideBox .snsBox {
        padding: 24px 0 0;
        width: 395px;
        margin: 0 auto;
    }
    .m_menu .hideBox .snsBox a {
        display: inline-block;
        width: 42px;
        padding: 0 20px 0 0;
    }
    .m_menu .hideBox .snsBox a img {
        filter: brightness(0);
        width: 22px;
        height: 22px;
    }
    .m_menu .hideBox .snsBox a:hover img {
        opacity: 0.6;
    }
    .m_menu .hideBox .bgBox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
    .m_menu .hideBox .m_bg {
        position: absolute;
    }
    .m_menu .hideBox .m_bg.mountainS {
        left: -30px;
        bottom: 166px;
        opacity: 0.35;
    }
    .m_menu .hideBox .m_bg.mountainB {
        bottom: 0;
        left: 0;
        opacity: 0.8;
    }
    .m_menu .hideBox .m_bg.temple {
        bottom: 0;
        right: -53px;
    }
}

@media (max-width: 1200px) and (max-width: 440px) {
    .m_menu .hideBox .m_bg.temple {
        right: -120px;
    }
}

@media (max-width: 1200px) and (max-width: 414px) {
    .m_menu .hideBox .topBox {
        width: 320px;
    }
    .m_menu .hideBox .topBox .callBox {
        margin: 0;
    }
    .m_menu .hideBox .topBox .mailBox {
        width: calc(100% - 150px);
    }
    .m_menu .hideBox .snsBox {
        width: 320px;
    }
}

@media (max-width: 1200px) {
    .m_menu .nav {
        width: 395px;
        margin: 0 auto;
        padding: 40px 0 0;
        position: relative;
    }
    .m_menu .nav li {
        border-bottom: 1px solid #d9bd8b;
    }
    .m_menu .nav a {
        position: relative;
        display: block;
        padding: 20px 10px;
        font-size: 17px;
        color: #111;
        text-align: left;
        transition: 0.3s all ease-in;
    }
    .m_menu .nav a::before {
        content: "";
        width: 0px;
        height: 2px;
        background-color: #bc1818;
        position: absolute;
        bottom: -1px;
        left: 0;
        transition: 0.3s all ease-in;
    }
    .m_menu .nav a:hover {
        color: #808080;
    }
    .m_menu .nav a:hover::before {
        width: 20px;
    }
    .m_menu .nav a.open {
        color: #808080;
    }
    .m_menu .nav a.open::before {
        width: 20px;
    }
    .m_menu .nav a.open i {
        transform: rotate(-180deg);
        color: #bc1818;
    }
    .m_menu .nav a .enTitle {
        display: inline-block;
        font-family: 'Cormorant Garamond';
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.5px;
        color: #555;
        position: absolute;
        top: calc(50% - 5px);
        left: 150px;
    }
    .m_menu .nav a i {
        position: absolute;
        right: 10px;
        top: 50%;
        display: block;
        margin-top: -7px;
        transition: .5s all;
        transform: rotate(-90deg);
    }
    .m_menu .nav dl {
        padding-left: 20px;
    }
    .m_menu .nav .submenu {
        display: none;
    }
    .m_menu .nav .submenu li {
        border: none;
        background-color: #e2e2e2;
    }
    .m_menu .nav .submenu a {
        padding: 10px 20px;
    }
    .m_menu .nav .submenu a:hover {
        background-color: #898989;
        color: #fff;
    }
    .m_menu .nav .submenu a::before {
        display: none;
    }
}

@media (max-width: 1200px) and (max-width: 414px) {
    .m_menu .nav {
        width: 320px;
    }
}

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

.bannerArea #banner li {
    min-height: 680px;
}

.bannerArea #banner li img {
    width: 100%;
    object-fit: cover;
}

.bannerArea .Txt {
    width: 100%;
    position: absolute;
    top: calc(50% - 40px);
    left: 0;
    padding: 0 320px;
}

.bannerArea .Txt .chTitle {
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0.4px;
}

.bannerArea .Txt .chExp {
    padding: 20px 0 0;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.8px;
}

.bannerArea .videoPlayBox {
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    z-index: -3;
}

.bannerArea .videoPlayBox.playing {
    z-index: 1000;
    background-color: #888;
    opacity: 1;
}

.bannerArea .videoPlayBox .ytPlayBtnBox {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #111;
    position: absolute;
    top: calc(50% - 40px);
    left: 70px;
}

.bannerArea .videoPlayBox .ytPlayBtnBox .close {
    width: 100%;
    height: 100%;
    position: absolute;
}

.bannerArea .videoPlayBox .ytPlayBtnBox .close::before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 22.5px;
    left: 22.5px;
    transform: rotate(45deg);
    transform-origin: top left;
}

.bannerArea .videoPlayBox .ytPlayBtnBox .close::after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 22.5px;
    right: 22.5px;
    transform: rotate(-45deg);
    transform-origin: top right;
}

.bannerArea .ytBtnBox {
    width: 136px;
    height: 136px;
    position: absolute;
    top: calc(50% + 30px);
    left: calc(50% + 250px);
}

.bannerArea .ytBtnBox .circle {
    width: 50%;
    height: 50%;
    position: absolute;
    overflow: hidden;
}

.bannerArea .ytBtnBox .circle.topCircle {
    top: 0;
}

.bannerArea .ytBtnBox .circle.topCircle.leftCircle {
    height: calc(50% - 18px);
    left: 0;
}

.bannerArea .ytBtnBox .circle.topCircle.leftCircle::after {
    transform: rotate(-120deg);
}

.bannerArea .ytBtnBox .circle.topCircle.leftCircle.run::after {
    animation: circle1 4s linear forwards;
}

.bannerArea .ytBtnBox .circle.topCircle.rightCircle {
    right: 0;
}

.bannerArea .ytBtnBox .circle.topCircle.rightCircle::before {
    left: auto;
    right: 2px;
    transform: rotate(45deg);
}

.bannerArea .ytBtnBox .circle.topCircle.rightCircle::after {
    left: auto;
    right: 1px;
    transform: rotate(-45deg);
}

.bannerArea .ytBtnBox .circle.topCircle.rightCircle.run::after {
    animation: circle2 4s linear forwards;
}

.bannerArea .ytBtnBox .circle.bottomCircle {
    bottom: 0;
}

.bannerArea .ytBtnBox .circle.bottomCircle.rightCircle {
    right: 0;
}

.bannerArea .ytBtnBox .circle.bottomCircle.rightCircle::before {
    left: auto;
    right: 2px;
    top: auto;
    bottom: 2px;
    transform: rotate(-240deg);
}

.bannerArea .ytBtnBox .circle.bottomCircle.rightCircle::after {
    left: auto;
    right: 1px;
    top: auto;
    bottom: 1px;
    transform: rotate(-316deg);
}

.bannerArea .ytBtnBox .circle.bottomCircle.rightCircle.run::after {
    animation: circle3 4s linear forwards;
}

.bannerArea .ytBtnBox .circle.bottomCircle.leftCircle {
    height: calc(50% - 30px);
    left: 0;
}

.bannerArea .ytBtnBox .circle.bottomCircle.leftCircle::before {
    top: auto;
    bottom: 2px;
    transform: rotate(-150deg);
}

.bannerArea .ytBtnBox .circle.bottomCircle.leftCircle::after {
    top: auto;
    bottom: 1px;
    transform: rotate(-226deg);
}

.bannerArea .ytBtnBox .circle.bottomCircle.leftCircle.run::after {
    animation: circle4 4s linear forwards;
}

.bannerArea .ytBtnBox .circle::before {
    content: "";
    width: 132px;
    height: 132px;
    border-top: 2px solid rgba(255, 255, 255, 0.35);
    border-right: 2px solid rgba(255, 255, 255, 0.35);
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    transform: rotate(-30deg);
}

.bannerArea .ytBtnBox .circle::after {
    content: "";
    width: 134px;
    height: 134px;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
    transform: rotate(150deg);
    animation: circleTop 5s linear infinite;
}

@keyframes circle1 {
    0% {
        transform: rotate(-120deg);
    }
    30% {
        transform: rotate(-30deg);
    }
    50% {
        transform: rotate(-30deg);
    }
    75% {
        transform: rotate(-30deg);
    }
    100% {
        transform: rotate(-30deg);
    }
}

@keyframes circle2 {
    0% {
        transform: rotate(-45deg);
    }
    25% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(45deg);
    }
    75% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@keyframes circle3 {
    0% {
        transform: rotate(-316deg);
    }
    25% {
        transform: rotate(-316deg);
    }
    50% {
        transform: rotate(-316deg);
    }
    75% {
        transform: rotate(-225deg);
    }
    100% {
        transform: rotate(-225deg);
    }
}

@keyframes circle4 {
    0% {
        transform: rotate(-226deg);
    }
    25% {
        transform: rotate(-226deg);
    }
    50% {
        transform: rotate(-226deg);
    }
    75% {
        transform: rotate(-226deg);
    }
    100% {
        transform: rotate(-160deg);
    }
}

.bannerArea .ytBtnBox .playTxt {
    position: absolute;
    top: calc(50% - 24px);
    left: -55px;
}

.bannerArea .ytBtnBox .playTxt .sTxt {
    font-family: 'Cormorant Garamond';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #fff;
}

.bannerArea .ytBtnBox .playTxt .bTxt {
    font-family: 'Cormorant Garamond';
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #fff;
}

.bannerArea .ytBtnBox .ytPlayBtnBox {
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
}

.bannerArea .ytBtnBox .ytPlayBtnBox .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 20px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: calc(50% - 13px);
    left: calc(50% - 10px);
}

.bannerArea .scroll {
    display: block;
    font-family: 'Roboto';
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #fff;
    writing-mode: vertical-lr;
    position: absolute;
    bottom: 50px;
    left: calc(50% - 10px);
}

.bannerArea .scroll::before {
    content: "";
    width: 1px;
    height: 80px;
    position: absolute;
    bottom: -90px;
    left: calc(50% - 0.5px);
    background-color: #fff;
    z-index: 10;
}

.bannerArea .scroll::after {
    content: "";
    width: 1px;
    height: 8px;
    position: absolute;
    bottom: -90px;
    left: calc(50% - 0.5px);
    background-color: #111;
    animation: scroll 2s ease-in-out infinite;
    z-index: 10;
}

@keyframes scroll {
    0% {
        height: 80px;
    }
    100% {
        height: 0px;
    }
}

@media (max-width: 1440px) {
    .bannerArea #banner li {
        min-height: 380px;
    }
    .bannerArea #banner li img {
        width: 100%;
        height: 380px;
        object-fit: cover;
    }
    .bannerArea .Txt {
        padding: 0 150px;
    }
    .bannerArea .videoPlayBox .ytPlayBtnBox {
        left: 0px;
    }
}

@media (max-width: 1200px) {
    .bannerArea .Txt {
        padding: 0 50px;
        top: 200px;
        transform: translateY(-20%);
    }
    .bannerArea .ytBtnBox {
        top: auto;
        bottom: 170px;
        left: 50%;
        transform: translate(-50%);
    }
    .bannerArea .videoPlayBox .ytPlayBtnBox {
        transform: scale(0.8);
    }
}

@media (max-width: 640px) {
    .bannerArea .Txt {
        padding: 0 40px;
        top: 200px;
        transform: translateY(0%);
    }
    .bannerArea .Txt .chTitle {
        font-size: 32px;
        line-height: 44px;
    }
    .bannerArea .Txt .chExp {
        font-size: 17px;
        line-height: 24px;
    }
    .bannerArea .videoPlayBox .ytPlayBtnBox {
        transform: scale(0.6);
    }
}

@media (max-width: 480px) {
    .bannerArea .Txt {
        transform: translateY(-40%);
    }
    .bannerArea .Txt .chTitle {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0.8px;
    }
    .bannerArea .Txt .chExp {
        font-size: 17px;
        line-height: 24px;
    }
    .bannerArea .ytBtnBox {
        width: 100px;
        height: 100px;
    }
    .bannerArea .ytBtnBox .circle::before {
        width: 96px;
        height: 96px;
    }
    .bannerArea .ytBtnBox .circle::after {
        width: 98px;
        height: 98px;
    }
    .bannerArea .ytBtnBox .playTxt {
        top: calc(50% - 18px);
    }
    .bannerArea .ytBtnBox .playTxt .sTxt {
        font-size: 13px;
        line-height: 18px;
    }
    .bannerArea .ytBtnBox .playTxt .bTxt {
        font-size: 26px;
        line-height: 1;
    }
    .bannerArea .ytBtnBox .ytPlayBtnBox .triangle {
        border-width: 10px 0 10px 16px;
        top: calc(50% - 10px);
        left: calc(50% - 8px);
    }
}

@media (max-width: 375px) {
    .bannerArea .Txt .chTitle {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.8px;
    }
    .bannerArea .Txt .chExp {
        font-size: 14px;
        line-height: 20px;
    }
}

/*文字跑馬燈*/
.marqueeArea {
    padding: 15px 0;
    background-color: #061540;
}

.marqueeArea h2 {
    float: left;
    margin-right: 20px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

.marqueeArea h2 em {
    margin-left: 5px;
}

.marqueeArea .marqueeBox {
    max-height: 30px;
    overflow: hidden;
}

.marqueeArea ul {
    overflow: hidden;
}

.marqueeArea li {
    line-height: 20px;
}

.marqueeArea .date {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 13px;
    color: #dbdbdb;
}

.marqueeArea h3 {
    display: inline-block;
    vertical-align: top;
}

.marqueeArea h3 a {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*頁尾資訊*/
footer {
    padding: 40px 0 0;
    background-color: #fafafa;
    background-image: url("../images/footerBg.jpg");
    background-repeat: repeat;
}

footer .left {
    float: left;
    width: calc(100% - 300px);
}

@media (max-width: 840px) {
    footer .left {
        display: none;
    }
}

footer .right {
    float: right;
    width: 300px;
    box-sizing: border-box;
}

footer .right .Txt {
    padding: 40px 0 0;
    position: relative;
}

footer .right .Txt::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d5ba85;
    position: absolute;
    top: 0;
    left: 0;
}

footer .right .Txt .title {
    font-family: 'Noto Sans TC';
    color: #d5ba85;
    font-size: 17px;
    letter-spacing: .5px;
    line-height: 1;
}

footer .right .Txt .enTitle {
    font-family: 'Noto Sans TC';
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .8px;
    color: #d5ba85;
}

footer .right .Txt .address a {
    display: inline-block;
    font-family: 'Noto Sans Tc';
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #fff;
}

footer .right .Txt .subtxt {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #fff;
    font-family: 'Roboto';
}

footer .right .Txt .subtxt span {
    font-family: 'Noto Sans Tc';
    color: #fff;
    padding-right: 10px;
}

footer .right .Txt .subtxt a {
    font-family: 'Noto Sans Tc';
    color: #fff;
}

footer .right .snsBox {
    display: flex;
    padding: 0 0 20px;
}

footer .right .snsBox a {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 0.5px solid #898989;
    position: relative;
    margin-right: 10px;
    margin-top: 20px;
}

footer .right .snsBox a img {
    filter: brightness(0);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 20px;
    height: 20px;
}

footer .right .snsBox a:hover img {
    filter: brightness(0.6);
}

@media (max-width: 840px) {
    footer .right {
        width: 100%;
    }
    footer .right .Txt {
        padding: 20px 0 0;
    }
    footer .right .Txt::before {
        display: none;
    }
}

footer .bottom {
    width: 100%;
    margin-top: 80px;
    background-color: #000;
}

footer .bottom .wrap {
    display: flex;
    flex-wrap: nowrap;
}

footer .bottom .copyright {
    display: inline-block;
}

footer .bottom .copyright .design {
    color: #949494;
}

footer .bottom .copyright .design a {
    color: #949494;
    display: inline-block;
    font-family: 'Noto Sans TC';
    font-size: 13px;
    line-height: 56px;
}

footer .bottom .footerInfo {
    display: inline-block;
    font-family: 'Noto Sans TC';
    line-height: 56px;
    font-size: 13px;
    color: #949494;
    letter-spacing: 0.8px;
    padding-right: 5px;
}

@media (max-width: 1200px) {
    footer .bottom {
        margin: 40px 0 0;
    }
}

@media (max-width: 640px) {
    footer .bottom .footerInfo {
        letter-spacing: 0px;
        padding: 0;
    }
}

@media (max-width: 460px) {
    footer .bottom .wrap {
        padding: 0 5px;
        justify-content: center;
    }
}

@media (max-width: 400px) {
    footer .bottom {
        padding: 10px 0;
    }
    footer .bottom .wrap {
        flex-wrap: wrap;
    }
    footer .bottom .copyright .design a {
        line-height: 20px;
    }
    footer .bottom .footerInfo {
        line-height: 20px;
        text-align: center;
    }
}

footer .row {
    clear: both;
    padding: 15px 0;
    overflow: hidden;
}

footer .footerMenuList {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

footer .footerMenuList .menuLi {
    flex-grow: 1;
    padding-right: 20px;
}

footer .footerMenuList .liTitle a {
    font-family: 'Noto Sans TC';
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
    max-width: 150px;
    display: inline-block;
    color: #d5ba85;
    font-weight: 500;
}

footer .footerMenuList .expList {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

footer .footerMenuList .expList a {
    font-family: 'Noto Sans TC';
    display: inline-block;
    padding: 7px 0;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #fff;
    font-weight: 300;
}

footer .footerMenuList .expList a:hover {
    color: #bc1818;
}

@media (max-width: 1440px) {
    footer .footerMenuList .menuLi {
        padding-right: 20px;
    }
}

@media (max-width: 1200px) {
    footer .footerMenuList .menuLi {
        padding-right: 20px;
    }
}

@media (max-width: 1200px) {
    footer .footerMenuList {
        flex-wrap: wrap;
    }
    footer .footerMenuList .menuLi {
        padding-right: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 840px) {
    footer .footerMenuList {
        display: none;
    }
}

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

.fixSideLink {
    position: fixed;
    bottom: 20%;
    right: 20px;
    width: 64px;
    height: 64px;
    background-color: #4aae20;
    border-radius: 50%;
    border: 1px solid #4aae20;
    z-index: 500;
}

.fixSideLink .a {
    display: block;
    width: 100%;
    height: 100%;
}

.fixSideLink img {
    display: block;
    width: 40px;
    height: 37px;
    position: absolute;
    top: calc(50% - 19.5px);
    left: calc(50% - 20px);
    filter: brightness(20);
}

.fixSideLink:hover {
    background-color: #fff;
}

.fixSideLink:hover img {
    filter: none;
}

@media (max-width: 640px) {
    .fixSideLink {
        transform: scale(0.8);
        right: 10px;
    }
}

.pageBox {
    text-align: center;
}

.pageBox a {
    display: inline-block;
    padding: 0 5px;
}

.pageBox a.current {
    font-weight: 600;
    color: #d30b0b;
}

/*share*/
.social {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-right: -4px;
}

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

.social a:hover {
    opacity: 0.8;
}

.endArea {
    clear: both;
    padding-top: 5px;
    color: #fff;
    text-align: center;
    background-color: #061540;
}

/*********內頁**********/
/**********************/
.bannerArea {
    position: relative;
}

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

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

.bannerArea .bannerBox .insTitileBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.bannerArea .bannerBox .insTitileBox .chTitle {
    color: #fff;
    font-size: 35px;
}

.bannerArea .bannerBox .insTitileBox .enTitle {
    color: #fff;
}

.bannerArea .bannerBox .insTitileBox::before {
    background-color: #fff;
}

@media (max-width: 1200px) {
    .bannerArea .bannerBox .insTitileBox {
        top: 100px;
    }
}

@media (max-width: 640px) {
    .bannerArea .bannerBox .insTitileBox {
        width: 100%;
        padding: 30px 40px 0;
    }
    .bannerArea .bannerBox .insTitileBox .chTitle {
        font-size: 28px;
    }
    .bannerArea .bannerBox .insTitileBox .enTitle {
        font-size: 14px;
        line-height: 20px;
    }
}

.bannerArea #banner.insbanner li {
    min-height: 400px;
}

.bannerArea #banner.insbanner li img {
    height: 400px;
}

@media (max-width: 1200px) {
    .bannerArea #banner.insbanner li {
        min-height: 300px;
    }
    .bannerArea #banner.insbanner li img {
        height: 300px;
    }
}

.mainArea {
    padding: 60px 0 120px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.mainArea .wrap {
    position: relative;
    z-index: 5;
}

@media (max-width: 1024px) {
    .mainArea {
        padding: 60px 0 60px;
    }
}

@media (max-width: 640px) {
    .mainArea {
        padding: 40px 0 60px;
    }
}

.mainArea .insBgBird {
    position: absolute;
    top: 10%;
    left: 100px;
    z-index: 3;
    opacity: 0.6;
}

@media (max-width: 1200px) {
    .mainArea .insBgBird {
        opacity: 0.1;
    }
}

.mainArea .insBgCloud {
    position: absolute;
    top: 40%;
    right: -400px;
    z-index: 3;
    opacity: 0.25;
}

@media (max-width: 1200px) {
    .mainArea .insBgCloud {
        opacity: 0.1;
    }
}

.bread {
    position: absolute;
    right: 0px;
    top: -30px;
    font-size: 13px;
    color: #5d0907;
    text-align: right;
}

.bread a {
    color: #5d0907;
}

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

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

@media (max-width: 1440px) {
    .bread {
        right: 40px;
        width: calc(100% - 80px);
        text-align: right;
    }
}

@media (max-width: 480px) {
    .bread {
        display: none;
    }
}

.mainArea .contentBox {
    padding-top: 10px;
    clear: both;
}

@media (max-width: 640px) {
    .mainArea .contentBox {
    padding-top: 0px;
    clear: both;
    }
}

.articleTitle {
    /*文章標題*/
    clear: both;
    margin-bottom: 25px;
    padding: 0 10px 10px;
    border-bottom: 1px dashed #d7bc87;
    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;
}

@media (max-width: 1200px) {
    .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;
        border-radius: 5px;
        background: #eeeeee;
        /* Old browsers */
        /* FF3.6+ */
        /* Chrome,Safari4+ */
        /* Chrome10+,Safari5.1+ */
        /* Opera 11.10+ */
        /* IE10+ */
        background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0);
        /* IE6-9 */
    }
    .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: 5px;
        border: 1px solid #d1d1d1;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 99;
        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;
    }
    .m_classLink ul li:first-child a {
        border: none;
    }
}

.classBox {
    padding: 0;
}

.classLink li {
    display: block;
}

.classLink a {
    position: relative;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #111;
    color: #111;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.classLink a:hover {
    color: #fff;
    background-color: #111;
}

.classLink a.current {
    color: #fff;
    background-color: #111;
}

@media (max-width: 1200px) {
    .classLink {
        display: none;
    }
}

/*標籤*/
.tagBox {
    padding: 20px 0;
}

.tagBox b {
    display: inline-block;
    margin: 0 10px 10px 0;
}

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

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

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

.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;
    text-overflow: ellipsis;
}

/******頁籤*******/
.tab {
    margin-top: 40px;
}

.tab a {
    display: block;
    float: left;
    padding: 12px 10px;
    font-size: 15px;
    color: #111;
    width: 50%;
    text-align: center;
}

.tab a.current {
    background-color: #111;
    color: #fff;
}

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

.tabContent > li {
    display: none;
}

.tabContent .textEditor {
    margin: 0;
}

.tabContent .sectionTitle {
    display: none;
}

/*側邊_menu*/
.side_menu {
    margin-bottom: 50px;
}

@media (max-width: 1200px) {
    .side_menu .sectionTitle {
        display: none;
    }
}

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

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

.side_menu li > a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
    color: #111;
}

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

.side_menu li > a:hover {
    color: #bc1818;
}

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

.side_menu li.hasSecondClass span {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
}

.side_menu li.hasSecondClass span::before {
    content: "-";
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #898989;
    pointer-events: none;
}

.side_menu li.hasSecondClass span.plus::before {
    content: "+";
    font-size: 24px;
    line-height: 40px;
}

.side_menu dl {
    display: none;
}

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

.side_menu dl a.current {
    color: #bc1818;
}

.side_menu dl dt {
    padding-left: 25px;
    border-top: 1px solid #e1e1e1;
}

@media (max-width: 1200px) {
    .side_menu {
        margin: 0;
    }
}

.m_side_menu {
    display: none;
}

@media (max-width: 1200px) {
    .m_side_menu {
        display: block;
    }
    .m_side_menu a.main {
        display: block;
        font-size: 14px;
        font-family: "Noto Sans TC";
        color: #222;
        border: 1px solid #CCC;
        position: relative;
        padding: 15px;
        border-radius: 0px;
        background: #fff;
    }
    .m_side_menu a.main b {
        font-weight: 300;
    }
    .m_side_menu a.main i {
        display: block;
        font-size: 15px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -6px;
    }
    .m_side_menu > ul {
        display: none;
        border-left: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
    }
    .m_side_menu li.subMenu > a {
        position: relative;
    }
    .m_side_menu li.subMenu > a::before {
        content: '\f107';
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        color: #222;
        font-size: 15px;
        font-family: FontAwesome;
        pointer-events: none;
    }
    .m_side_menu li.subMenu > a.current {
        background-color: #898989;
    }
    .m_side_menu li.subMenu.open > a::before {
        content: "\f106";
    }
    .m_side_menu li.hasSecondClass span {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        cursor: pointer;
    }
    .m_side_menu li.hasSecondClass span::before {
        content: "-";
        font-size: 30px;
        line-height: 40px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        color: #898989;
        pointer-events: none;
    }
    .m_side_menu li.hasSecondClass span.plus::before {
        content: "+";
        font-size: 24px;
        line-height: 40px;
    }
}

/*側邊_相簿*/
.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;
    box-shadow: 2px 2px 5px #c3c3c3;
}

.side_album a img {
    display: block;
    width: 100%;
    backface-visibility: hidden;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
    margin-bottom: 20px;
}

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

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

.side_contactInfo b {
    display: inline-block;
    vertical-align: middle;
    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 {
    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: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7e732', endColorstr='#1fb50e', GradientType=1);
}

.side_share .fb {
    box-shadow: 0 0 0 1px #235c9b;
    border-top: 1px solid #8DCFF5;
    background: #5da0ea;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5da0ea', endColorstr='#3d8ce6', GradientType=0);
    /* IE6-8 */
}

/*側邊_其他相關訊息*/
.side_news {
    margin: 30px 0;
}

.side_news ul {
    margin-top: 20px;
}

.side_news li {
    margin-bottom: 25px;
}

.side_news .Img {
    width: 60px;
    margin-right: 12px;
    overflow: hidden;
    float: left;
}

.side_news .Img img {
    display: block;
    height: 60px;
    object-fit: cover;
}

.side_news .Txt {
    overflow: hidden;
}

.side_news .Txt .newsDate {
    padding: 0 0 5px;
}

.side_news .Txt .chTitle a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

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

.side_news .Txt .chTitle.ellipsis {
    max-height: 40px;
}

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

/*--滑動解鎖--*/
.captchaArea {
    position: relative;
    width: 200px;
    height: 50px;
    background-color: #ddd;
}

.captchaArea.unlocking .sliderBtn {
    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;
    box-sizing: border-box;
    transition: all .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: 767px) {
    /*側邊_分享*/
    .side_share {
        clear: both;
        display: block;
        margin-bottom: 30px;
    }
}

/*480*/
@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%;
    }
}

/***Hover效果1: 放大淡出***/
.imh_opacity {
    background-color: #000;
    overflow: hidden;
}

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

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

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
    background-color: #000;
    overflow: hidden;
}

.imh_detail img {
    transition: all 0.3s linear;
    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;
    transition: all 0.3s ease;
}

.imh_detail:hover a:before {
    opacity: 1;
    margin-top: -20px;
}

.imh_detail:hover img {
    opacity: 0.3;
    transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
    position: relative;
    background-color: #000;
    overflow: hidden;
}

.imh_zoom img {
    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;
    transition: all 0.4s ease;
}

.imh_zoom:hover a:before {
    top: 50%;
}

.imh_zoom:hover img {
    opacity: 0.3;
    transform: scale(1.05);
}

/*--相關資訊icon--*/
.newIcon {
    /*分類小圖示*/
    display: inline-block;
    margin-right: 3px;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    font-family: '微軟正黑體';
    color: #fff;
}
/*# sourceMappingURL=layout.css.map */