﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

* {
    font-family: 'Noto Sans TC', serif;
    font-size: 20px;
    letter-spacing: 1px;
}

a {
    transition: all 0.2s ease-out;
    color: #5f5f5f;
}

html {
    font-size: 20px;
    font-family: 'Noto Sans TC', serif;
}

@media screen and (max-width: 1024px) {
    html.focus {
        /*overflow-y: hidden;*/
        height: 100%;
        left: -250px;
    }
}

.w1100 {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    clear: both;
}

@media screen and (max-width: 1024px) {
    .w1100 {
        padding: 0 15px;
    }
}

.w1100sp {
    max-width: 1000px;
}

.btn {
    background: #00c8df;
    color: #FFF;
    font-size: 0.7rem;
    padding: 15px 25px;
    border-radius: 3px;
    line-height: 1;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

    .btn span {
        z-index: 2;
        position: relative;
    }

    .btn:after {
        content: "";
        display: block;
        background: #0088bf;
        left: 100%;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        transition: all 0.15s ease-out;
        z-index: 1;
    }

    .btn:hover:after {
        left: 0;
        transition: all 0.15s ease-out;
    }

address {
    display: inline-block;
    font-size: 0.75rem;
}

.black {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9998;
}

    .black.focus {
        display: block;
    }

body {
    overflow-x: hidden;
    background: url(../../../Images/2022/bg.jpg);
    color: #495057;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    body.body_index {
        padding: 91px 0 0 0;
    }
}

@media screen and (max-width: 1024px) {
    body {
        transition: all 0.2s ease-out;
        position: absolute;
        left: 0;
        width: 100%;
    }

        body.focus {
            overflow-y: hidden;
            height: 100%;
            left: -250px;
        }
}

/*mobile------------------------------------------------------------------------------*/
.menu-btn {
    display: none;
}

@media screen and (max-width: 1024px) {
    .menu-btn {
        display: inline-block;
        background: #0088bf;
        /*background: #8ab24f;*/
        color: #FFF;
        padding: 20px;
        text-align: center;
        z-index: 9997;
        font-size: 0.8rem;
        line-height: 1.5;
        position: fixed;
        right: 15px;
        transition: all 0.2s ease-out;
    }

        .menu-btn:hover {
            cursor: pointer;
        }

        .menu-btn .icon-bar {
            background-color: #6F6F6F;
            border-radius: 10px;
            display: block;
            height: 6px;
            margin: 0 auto 4px;
            width: 30px;
        }

        .menu-btn.focus {
            right: 265px;
            transition: all 0.2s ease-out;
        }
}

@media screen and (max-width: 768px) {
    .menu-btn {
        padding: 15px 10px;
    }
}

/*header------------------------------------------------------------------------------*/
header {
    margin: 15px 0;
}

@media screen and (max-width: 1024px) {
    header {
        border: none;
        padding: 15px 0;
        background: #FFF;
        margin: 0;
    }
}

header > div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

@media screen and (max-width: 1024px) {
    header > div {
        /*display:inherit;*/
    }
}

header h1 a {
    display: block;
    background: url(../../../Images/2025/logo.png) no-repeat;
    width: 300px;
    height: 85px;
    background-size: contain;
    text-indent: -9999px;
}

@media screen and (max-width: 1024px) {
    header h1 a {
        background-size: contain;
        width: 240px;
        height: 82px;
    }
}

@media screen and (max-width: 768px) {
    header h1 a {
        background-size: contain;
        width: 180px;
        height: 61px;
    }
}

header nav {
    text-align: right;
}

@media screen and (max-width: 1024px) {
    header nav {
        margin: 0;
        position: fixed;
        height: 100%;
        background: #4a4a4a;
        right: -250px;
        top: 0;
        margin: 0;
        width: 250px;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: all 0.2s ease-out;
        z-index: 9999;
    }

        header nav.focus {
            right: 0;
        }
}

header nav .Mmenu {
    display: flex;
    font-family: 'Noto Sans TC',serif;
    font-weight: 600;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    header nav .Mmenu {
        margin: 0;
        width: 100%;
        flex-direction: column;
    }
}

header nav .Mmenu li {
    display: inline-block;
    text-align: center;
    padding: 0px 8px;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
}

header nav .Mmenu.Index_menu li {
    padding: 0 15px 10px 15px;
}

    header nav .Mmenu.Index_menu li.menu-bt {
        padding: 0 5px 10px 10px;
    }

header nav .Mmenu li.menu-bt {
    padding: 0 5px 10px 5px;
}

    header nav .Mmenu li.menu-bt a {
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding: 0 20px;
        border-radius: 5px;
    }

        header nav .Mmenu li.menu-bt a.btn1 {
            background: #0184c0;
            box-shadow: 0 4px 0 #004261;
        }

        header nav .Mmenu li.menu-bt a.btn2 {
            background: #0091cb;
            box-shadow: 0 4px 0 #006c97
        }

            header nav .Mmenu li.menu-bt a.btn2 img {
                vertical-align: middle;
            }

            header nav .Mmenu li.menu-bt a.btn2 span {
                vertical-align: middle;
            }

header nav .Mmenu li.menu-bt2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    header nav .Mmenu li.menu-bt2 a {
        width: 40px;
        margin: 0 5px;
    }

    header nav .Mmenu li.menu-bt2 img {
        width: 100%;
    }

@media screen and (max-width: 1024px) {
    header nav .Mmenu li {
        display: block;
        padding: 0;
        color: #fff !important;
        width: 100%;
    }
}

header nav .Mmenu li a {
    display: block;
    color: #6c6c6c;
    padding: 20px 0;
}

@media screen and (max-width: 1024px) {
    header nav .Mmenu li a {
        display: block;
        color: #fff;
        padding: 10px 0;
    }

    header nav .Mmenu li.menu-bt, header nav .Mmenu.Index_menu li.menu-bt {
        padding: 10px 5px 0px 20px;
    }

    header nav .Mmenu.Index_menu li.menu-bt2 {
        padding: 10px 0 0 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}

header nav .Mmenu li a.icon {
    border-radius: 50%;
    position: relative;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0 0 10px 0;
    position: relative;
}

    header nav .Mmenu li a.icon img {
        width: 50px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 18px;
        z-index: 9999;
    }

    header nav .Mmenu li a.icon:after {
        content: "";
        opacity: 0;
        width: 80px;
        height: 80px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        top: 5px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 9998;
        transition: all 0.2s ease-out;
    }

header nav .Mmenu li a .font {
    position: relative;
}

@media screen and (max-width: 1024px) {

    header nav .Mmenu li a .font:before, header nav .Mmenu li a .font:after {
        content: "";
        position: absolute;
        transition: all 0.2s ease-out;
        background: #FFF;
    }

    header nav .Mmenu li:last-child a .font:before, header nav .Mmenu li:last-child a .font:after {
        content: "";
        display: none;
    }

    header nav .Mmenu li a .font:after {
        left: inherit;
        right: -19px;
    }
}

header nav .Mmenu li .Down_menu {
    display: none;
    position: absolute;
    top: 60px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    padding: 10px;
    z-index: 9999;
    transition: all 0.2s ease-out;
    width: 150px;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
    header nav .Mmenu li .Down_menu {
        display: block;
        position: static;
        width: auto;
        border-radius: 0;
        transform: translateX(0);
    }
}

header nav .Mmenu li .Down_menu a {
    display: block;
    font-size: 0.8rem;
    color: #404040;
    font-weight: normal;
    border-bottom: 1px dotted #000000;
    padding: 12px;
    font-family: 'Noto Sans TC', serif;
    font-weight: 400;
}

@media screen and (max-width: 1024px) {
    header nav .Mmenu li .Down_menu a:active {
        background: #ccc;
    }
}

header nav .Mmenu li .Down_menu a:hover {
    background: #fff;
}

header nav .Mmenu li .Down_menu a:last-child {
    border-bottom: 0;
}

header nav .Mmenu li:hover .Down_menu {
    display: block;
}

header nav .Mmenu li:hover a.icon:after, header nav .Mmenu li.focus a.icon:after {
    opacity: 1;
}

header nav .Mmenu li.hide {
    display: none;
}

.Mmenu .lan label {
    position: relative;
    margin: 0 0 0 1px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    vertical-align: top
}

.nofont {
    font-size: 0;
}

.Mmenu .lan label:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #20077d transparent transparent transparent;
    position: absolute;
    top: 13px;
    right: -122px;
    display: block;
    pointer-events: none;
}

.Mmenu .lan select {
    font-family: 'Noto Sans TC',serif;
    height: 35px;
    padding-left: 15px;
    border-radius: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: top;
    min-width: 126px;
    line-height: 35px;
    font-size: .8rem;
    font-weight: 400;
}

.Mmenu .lan_mobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    header nav .Mmenu li.hide {
        display: block;
        background: rgba(144, 124, 106, 0.87);
        font-weight: lighter;
        border-bottom: 1px dotted #a29b93;
    }

        header nav .Mmenu li.hide.lan {
            padding: 0;
        }

            header nav .Mmenu li.hide.lan a {
                padding: 8px 0;
            }

        header nav .Mmenu li.hide.dis {
            background: #f09b23;
            padding: 0 8px;
        }

        header nav .Mmenu li.hide.hide.fb {
            background: #5e7bcd;
            padding: 0 8px;
        }

        header nav .Mmenu li.hide.hide.nam {
            background: #d6365a;
            padding: 0 8px;
        }

        header nav .Mmenu li.hide.hide.ab {
            background: #13a343;
            padding: 0 8px;
        }

        header nav .Mmenu li.hide.hide.gb {
            background: #36a3d6;
            padding: 0 8px;
        }
}


@media screen and (max-width: 1024px) {
    header nav .Mmenu.Index_menu li {
        padding: 0;
    }

    .Mmenu .lan {
        display: none;
    }

    .Mmenu .lan_mobile {
        display: block;
    }

        .Mmenu .lan_mobile p {
            padding: 3px 0;
            font-size: .75rem;
            color: #fff;
            background: #aaa;
            margin: 10px 0 0 0;
        }

        .Mmenu .lan_mobile label {
            position: absolute;
            top: 120px;
            right: 10px;
        }

        .Mmenu .lan_mobile select {
            width: 100%;
            height: 40px;
            outline: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            box-sizing: border-box;
            border-radius: 0;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            border: 1px solid #ccc;
            font-family: 'Noto Sans TC',serif;
            font-size: .8rem;
            font-weight: 600;
            text-align: center;
        }
}

header nav .Mmenu.Index_menu li .Down_menu {
    top: 55px;
}

    header nav .Mmenu.Index_menu li .Down_menu a {
        color: #404040;
    }

header nav .Smenu {
    color: #404040;
    font-size: 0.7rem;
}

@media screen and (max-width: 1024px) {
    header nav .Smenu {
        display: none;
    }
}

header nav .Smenu p {
    display: inline-block;
    vertical-align: middle;
}

header nav .Smenu select {
    border: 1px solid #404040;
    border-radius: 5px;
    background: none;
    color: #404040;
    padding: 3px 5px;
}

    header nav .Smenu select option {
        color: #000;
    }

header nav .Smenu a {
    display: inline-block;
    vertical-align: bottom;
    background: #5e7bcd;
    color: #fff;
    border-radius: 5px;
    padding: 0 7px;
    min-width: 60px;
    position: relative;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    letter-spacing: 0;
    font-size: 0.6rem;
}

    header nav .Smenu a:hover {
        background: #7695ec;
    }

    header nav .Smenu a.dis {
        background: #f09b23;
    }

        header nav .Smenu a.dis:hover {
            background: #fcab39;
        }

    header nav .Smenu a.nam {
        background: #d6365a;
    }

        header nav .Smenu a.nam:hover {
            background: #e2496b;
        }

    header nav .Smenu a.gb {
        background: #13a343;
    }

        header nav .Smenu a.gb:hover {
            background: #25b756;
        }

    header nav .Smenu a.ab {
        background: #36a3d6;
    }

        header nav .Smenu a.ab:hover {
            background: #4bb3e3;
        }

header.header_index {
    margin: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    width: 100%;
    padding: 5px 0 0 0;
    background: rgba(0,0,0,0.3);
}

@media screen and (max-width: 1024px) {
    header.header_index {
        padding: 15px 0;
        background: #FFF;
    }
}

header.header_index h1 {
    display: none;
}

@media screen and (max-width: 1024px) {
    header.header_index h1 {
        display: block;
    }
}

header.header_index h1 a {
    display: block;
    background: url(../../../Images/2025/logo.png) no-repeat;
    width: 369px;
    height: 170px;
    background-size: contain;
    text-indent: -9999px;
    float: left;
}

@media screen and (max-width: 1024px) {
    header.header_index h1 a {
        background-size: contain;
        width: 180px;
        height: 61px;
        margin: 0;
    }
}

header.header_index .Smenu {
    float: right;
    line-height: 1;
}

    header.header_index .Smenu select {
        color: #fff;
        border: 1px solid #fff;
    }

header.header_index nav {
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    header.header_index nav {
        width: 250px;
    }
}

header.header_index nav .Mmenu {
    margin: 0;
}

    header.header_index nav .Mmenu li a {
        color: #FFF;
    }

/*Footer------------------------------------------------------------------------------*/
footer {
    clear: both;
    width: 100%;
    bottom: 0;
    z-index: 3;
    background: #fff;
    padding: 10px 10px 15px 10px;
    box-sizing: border-box;
}

.footer_index {
    position: absolute;
}

footer div {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

footer p span i {
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    footer {
        text-align: center;
    }

        footer.footer_index {
            position: initial;
        }
}

@media screen and (max-width: 768px) {
    footer.footer_index {
        position: initial;
    }

    footer p span i {
        display: block;
    }
}


footer p {
    font-size: 0.65rem;
    color: #444;
    line-height: 1.7;
    vertical-align: middle;
    padding: 13px 0 0 0;
}

    footer p:first-child {
        width: 20%;
    }

    footer p img {
        width: 100%;
    }

footer div > span {
    display: flex;
    flex-direction: column;
    font-size: 0.65rem;
}

    footer div > span a {
        background: #fff;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin: 5px 0 0 0;
        padding: 3px 5px;
        display: inline-block;
    }

        footer div > span a:hover {
            background: #eee;
        }

    footer div > span img {
        width: 20px;
        padding: 0;
        vertical-align: sub;
    }

footer p span {
    padding-right: 10px;
}

    footer p span a {
        color: #0286c1;
        margin: 0 10px 0 0;
    }

@media screen and (max-width: 1024px) {
    footer div {
        padding: 0 15px;
        display: flex;
        flex-direction: column;
    }

    footer p:first-child {
        width: 33%;
    }

    footer div > span {
        display: flex;
        flex-direction: row;
    }

        footer div > span a {
            margin: 10px 10px 0 0;
        }
}


/*浮動視窗------------------------------------------------------------------------------*/
.fly_bn {
    font-family: 'cwTeXMing', serif;
    padding: 20px;
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.43);
    position: fixed;
    right: 40px;
    bottom: 50px;
    width: 205px;
    background: url(../../../Images/2019/fly-bg.png);
    z-index: 5;
}

@media screen and (max-width: 1024px) {
    .fly_bn {
        display: block;
        position: relative;
        width: auto;
        margin: 10px;
        right: 0;
        box-sizing: border-box;
        clear: both;
        bottom: 0;
        z-index: inherit;
        padding: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .fly_bn .close {
        display: none;
    }
}

.fly_bn .x {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 70px;
    z-index: 6;
}

@media screen and (max-width: 1024px) {
    .fly_bn .x {
        display: none;
    }
}

.fly_bn .box {
    display: block;
    position: relative;
    margin: 0 auto;
}

    .fly_bn .box .chef {
        position: absolute;
        top: -185px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 162px;
    }

@media screen and (max-width: 1024px) {
    .fly_bn .box .chef {
        display: none;
    }
}

.fly_bn .box p {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.43);
    color: #ffa34c;
    font-weight: bold;
    margin: 81px 0 0 0;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .fly_bn .box p {
        margin: 0;
        text-align: center;
        padding: 10px;
    }
}

.fly_bn .box p span {
    display: block;
    text-align: center;
    background: #ffa34c;
    border-radius: 5px;
    color: #fff;
    margin: 0 0 5px 0;
}

/*主輪播------------------------------------------------------------------------------*/
#body {
    clear: both;
}

@media screen and (max-width: 1024px) {
    #body.Index_body {
        padding: 120px 0 0 0;
    }
}

.index-mslider {
    width: 100%;
    clear: both;
    z-index: 2;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .index-mslider {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .index-mslider {
        margin: 0;
    }
}

.index-mslider .main_banner {
    z-index: 990;
    position: relative;
}

    .index-mslider .main_banner .item {
        position: relative;
        background-size: cover;
        background-position: left;
    }


        .index-mslider .main_banner .item.item1 {
            background: url(../../../images/2025/01.jpg);
            background-size: cover;
            background-position: left;
        }

        .index-mslider .main_banner .item.item2 {
            background: url(../../../images/2025/02.jpg);
            background-size: cover;
            background-position: left;
        }

        .index-mslider .main_banner .item.item3 {
            background: url(../../../images/2025/03.jpg);
            background-size: cover;
            background-position: left;
        }

        .index-mslider .main_banner .item.item4 {
            background: url(../../../images/2025/04.jpg);
            background-size: cover;
            background-position: left;
        }

        .index-mslider .main_banner .item.item5 {
            background: url(../../../images/2025/05.jpg);
            background-size: cover;
            background-position: left;
        }

        .index-mslider .main_banner .item.item6 {
            background: url(../../../images/2025/06.jpg);
            background-size: cover;
            background-position: left;
        }

@media screen and (max-width: 1023px) {
    .index-mslider .main_banner .item.item1 {
        background: url(../../../images/2025/01_m.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        padding: 0 0 100% 0;
    }

    .index-mslider .main_banner .item.item2 {
        background: url(../../../images/2025/02_m.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
    }

    .index-mslider .main_banner .item.item3 {
        background: url(../../../images/2025/03_m.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
    }

    .index-mslider .main_banner .item.item4 {
        background: url(../../../images/2025/04_m.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
    }

    .index-mslider .main_banner .item.item5 {
        background: url(../../../images/2025/05_m.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
    }

    .index-mslider .main_banner .item.item6 {
        background: url(../../../images/2024/06_m.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
    }
}

.index-mslider .main_banner .item .black {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: block;
}

.index-mslider .main_banner .item h2 {
    width: 650px;
    position: absolute;
    top: 50%;
    transform: translateY(-35%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 993;
}

@media screen and (max-width: 768px) {
    .index-mslider .main_banner .item h2 {
        width: 80%;
        display: none;
    }
}

.index-mslider .main_banner .item h2.mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .index-mslider .main_banner .item h2.mobile {
        display: block;
        transform: translateY(-50%);
    }
}

.index-mslider .main_banner .item h2 img {
    width: 95%;
    text-align: center;
    margin: 0 auto;
}

.index-mslider .main_banner .owl-nav .owl-prev, .index-mslider .main_banner .owl-nav .owl-next {
    padding: 25px 10px;
    background: rgba(0, 0, 0, 0.69);
    color: #FFF;
    font-size: 2rem;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s ease-out;
    position: absolute;
}

    .index-mslider .main_banner .owl-nav .owl-prev:hover, .index-mslider .main_banner .owl-nav .owl-next:hover {
        background: rgba(0, 0, 0, 0.31);
        color: #FFF;
        text-decoration: none;
    }

.index-mslider .main_banner .owl-nav .owl-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index-mslider .main_banner .owl-nav .owl-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index-mslider .main_banner .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0;
}

@media screen and (max-width: 768px) {
    .index-mslider .main_banner .owl-dots {
        bottom: 2%;
    }
}

.index-mslider .main_banner .owl-dots .owl-dot span {
    width: 60px;
    height: 5px;
    border-radius: 0;
    margin: 5px 7px;
    background: #ffffff;
    margin: 12px 7px 5px 7px;
}

@media screen and (max-width: 768px) {
    .index-mslider .main_banner .owl-dots .owl-dot span {
        width: 40px;
    }
}

.index-mslider .main_banner .owl-dots .owl-dot.active span, .index-mslider .main_banner .owl-dots .owl-dot:hover span {
    background: #f09b23;
}

/*In------------------------------------------------------------------------------*/
.container {
    overflow: hidden;
    margin: 10px 0 50px 0;
}

.all_bn {
    background: url(../../../Images/2025/In_bg.jpg?2025);
    background-position: center center;
    height: 275px;
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 768px) {
    .all_bn {
        background: url(../../../Images/2025/In_bg.jpg?2025);
        background-position: center center;
        background-size: cover;
        height: 150px;
    }
}

.all_bn h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 5px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    /*background: rgba(0, 0, 0, 0.2);*/
    padding: 10px 0;
}

@media screen and (max-width: 768px) {
    .all_bn h2 {
        font-size: 2rem;
    }
}

.all_bn h2 i {
    font-size: 0.75rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

/*bread*/
.bread {
    font-size: 0.6rem;
    color: #828282;
    padding: 10px 0;
}

    .bread a {
        color: #5f5f5f;
        transition: all 0.15s ease-out;
    }

        .bread a:hover {
            color: #e75f79;
            transition: all 0.15s ease-out;
        }

        .bread a i {
            margin: 0 3px 0 0;
        }

        .bread a:after {
            content: "/";
            padding: 0 7px;
        }

/*最新消息*/
.list_tamp {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    padding: 20px 0 0 0;
}

@media screen and (max-width: 1024px) {
    .list_tamp {
        justify-content: space-between;
    }
}

.list_tamp li {
    width: 31%;
    margin: 0 1% 40px 1%;
}

    .list_tamp li article {
        height: 100%;
    }

    .list_tamp li a {
        background: #FFF;
        padding: 40px 27px 65px 27px;
        display: block;
        height: 100%;
        box-sizing: border-box;
        transition: all 0.15s ease-out;
        border-radius: 3px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    }

        .list_tamp li a:hover {
            border-color: transparent;
            box-shadow: 0px 3px 18px 2px rgba(22,205,218, 0.3);
            transition: all 0.15s ease-out;
        }

        .list_tamp li a .who {
            color: #FFF;
            background: #0286c1;
            min-width: 120px;
            font-size: 0.7rem;
            padding: 3px 8px 4px 8px;
            border-radius: 3px;
        }

        .list_tamp li a .time {
            font-size: 0.7rem;
            margin: 0 0 0 11px;
        }

        .list_tamp li a h4 {
            margin: 27px 0 20px 0;
            font-size: 0.8rem;
            font-weight: bolder;
        }

        .list_tamp li a .say {
            font-size: 0.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

.list_tamp2 li {
    width: 23%;
}

    .list_tamp2 li a {
        padding: 10px 27px 30px 27px;
    }

        .list_tamp2 li a .say {
            border-left: 4px solid #e73b88;
            padding: 0 0 0 10px;
        }

            .list_tamp2 li a .say i {
                display: block;
                font-size: 1rem;
                font-weight: 500;
                color: #e73b88;
            }

    .list_tamp2 li a {
        border-bottom: 4px solid #e73b88;
    }

    .list_tamp2 li:nth-child(odd) a {
        border-bottom: 4px solid #ff9919;
    }

    .list_tamp2 li a:hover {
        border-color: #b5316c;
    }

    .list_tamp2 li:nth-child(odd) a:hover {
        border-color: #cf7300;
    }

    .list_tamp2 li a .money span {
        font-size: 0.7rem;
    }

        .list_tamp2 li a .money span b {
            font-size: 1.5rem;
            font-weight: 600;
            color: #ff901e;
        }

    .list_tamp2 li a .money o {
        display: block;
        font-size: 0.7rem;
        text-decoration: line-through;
    }

.list_tamp li :nth-child(2n) a .who {
    background: #f0c223;
}

.list_tamp li :nth-child(3n) a .who {
    background: #f06b23;
}

@media screen and (max-width: 1024px) {
    .list_tamp li {
        width: 48%;
        margin: 0 0 40px 0;
    }
}

@media screen and (max-width: 768px) {
    .list_tamp li {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .list_tamp2 li {
        width: 49%;
        margin: 0 0 15px 0;
    }
}

.Detail_box.news_detail h4 {
    background: #0286c1;
}

.Detail_box.news_detail .time {
    display: inline-block;
    font-size: 0.7rem;
    margin: 0 0 0 11px;
}

.Detail_box.news_detail .say {
    width: 100%;
}

.Detail_box .two a {
    color: #0286c1;
    text-decoration: underline;
}

.Detail_box .one {
    position: relative;
}

.Detail_box .two {
    border-top: 1px dashed #CCC;
    padding: 15px;
    margin: 15px 0 0 0;
    font-size: 0.75rem;
}

    .Detail_box .two img {
        width: 100% !important;
        height: auto !important;
    }

.Detail_box .other {
    border-top: 1px dashed #CCC;
    padding: 25px 0;
}

    .Detail_box .other .title {
        width: 100%;
    }

        .Detail_box .other .title span {
            background: #da5516;
            border-radius: 3px;
            font-size: 0.8rem;
            padding: 4px 14px;
            color: #FFF;
            margin: 0 0 15px 0;
            display: inline-block;
            min-width: 120px;
            text-align: center;
            box-shadow: 0 1px rgba(0, 0, 0, 0.1);
        }

    .Detail_box .other.pic_box {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
    }

        .Detail_box .other.pic_box a {
            width: calc((18%) - (6px));
            margin: 0.5% 1%;
            height: 150px;
            background: #CCC;
            border: 3px solid #FFF;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
            background-size: cover;
            cursor: pointer;
            border-radius: 5px;
            transition: all 0.15s ease-out;
        }

            .Detail_box .other.pic_box a:hover {
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
                transition: all 0.15s ease-out;
            }

    .Detail_box .other.file_box .icon {
        border-radius: 3px;
        display: inline-block;
        font-size: 0.8rem;
        transition: all 0.3s ease-out;
        border-radius: 5px;
        overflow: hidden;
        padding: 0 20px 0 0;
        background: #f6f6f6;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 3px 0 rgba(0, 0, 0, 0.2);
    }

        .Detail_box .other.file_box .icon:hover {
            background: #FFF;
            transition: all 0.3s ease-out;
            color: #da8713;
        }

        .Detail_box .other.file_box .icon span {
            display: inline-block;
            width: 50px;
            height: 50px;
            line-height: 50px;
            background: #f09b23;
            text-align: center;
            color: #FFF;
            margin: 0 20px 0 0;
            font-size: 1.3rem;
            vertical-align: middle;
        }

        .Detail_box .other.file_box .icon b {
            display: inline-block;
            vertical-align: middle;
        }

.Detail_box h4 {
    padding: 4px 14px;
    border-radius: 3px;
    display: inline-block;
    font-size: 0.8rem;
    color: #FFF;
    margin: 0 5px 3px 0;
    min-width: 120px;
    text-align: center;
    box-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.Detail_box .say {
    font-size: 1.1rem;
    width: calc(100% - 166px);
    padding: 10px 0 0 0;
    box-sizing: border-box;
    font-weight: bolder;
}

.detail_back {
    display: table;
    margin: 15px auto 0 auto;
}

.Detail_box.news_detail2 h4 {
    background: #e73b88;
}

.Detail_box.news_detail2 .say i {
    color: #e73b88;
}

.Detail_box.news_detail2 .money span {
    font-size: 0.8rem;
}

    .Detail_box.news_detail2 .money span b {
        font-size: 1.8rem;
        color: #ff6a00;
        font-weight: 600;
    }

.Detail_box.news_detail2 .money o {
    text-decoration: line-through;
    font-size: 0.8rem;
    padding-left: 10px;
}

.Detail_box.news_detail2 .two {
    border-top: none;
    background: #fff8f5;
}

@media screen and (max-width: 768px) {
    .Detail_box .other.pic_box a {
        width: 46%;
        margin: 0 5px 5px 0;
    }
}
/*展覽紀實*/
.time_sel {
    padding: 20px 25px 0 25px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .time_sel {
        padding: 0;
    }
}

.time_sel li {
    text-align: center;
    width: 14.28%;
    position: relative;
}

@media screen and (max-width: 768px) {
    .time_sel li {
        width: 23%;
        margin: 0 1% 10px 1%;
    }
}

.time_sel li a {
    background: #fff;
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 0.8rem;
    transition: all 0.15s ease-out;
    border: 2px solid #00c8df;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .time_sel li a {
        width: 100%;
        height: auto;
        line-height: normal;
        border-radius: 5px;
        box-sizing: border-box;
        padding: 10px 0;
    }
}

.time_sel li.active a, .time_sel li:hover a {
    background: #00c8df;
    color: #FFF;
    font-size: 1rem;
    transform: scale(1.2);
}

@media screen and (max-width: 768px) {
    .time_sel li.active a, .time_sel li:hover a {
        transform: scale(1);
        font-size: 0.8rem;
    }
}

.time_sel li:before, .time_sel li:after {
    content: "";
    width: 50%;
    height: 2px;
    background: #00c8df;
    display: block;
    position: absolute;
    top: 50%;
}

.time_sel li:before {
    left: 0;
}

.time_sel li:after {
    right: 0;
}

.time_sel li:first-child:before, .time_sel li:last-child:after {
    display: none;
}

.time_list .box {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    padding: 25px 50px;
}

@media screen and (max-width: 768px) {
    .time_list .box {
        justify-content: center;
        padding: 10px 0 25px 0;
    }
}

.time_list .box .img {
    width: 34%;
    border: 3px solid #FFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
    .time_list .box .img {
        width: 100%;
    }
}

.time_list .box .img img {
    width: 100%;
    vertical-align: bottom;
}

.time_list .box div {
    width: calc(66% - 6px);
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .time_list .box div {
        width: 100%;
        padding: 15px 0 0 0;
    }
}

.time_list .box div table {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

    .time_list .box div table tr * {
        border-bottom: 1px solid #CCC;
        border-right: 1px solid #CCC;
        padding: 23px 15px;
        font-size: 0.75rem;
    }

@media screen and (max-width: 768px) {
    .time_list .box div table tr * {
        padding: 10px;
    }
}

.time_list .box div table tr a {
    border: none;
    padding: 0;
    color: #0088c3;
    text-decoration: underline;
}

.time_list .box div table tr th {
    background: #0189bf;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    width: 150px;
}

@media screen and (max-width: 768px) {
    .time_list .box div table tr th {
        width: 100px;
        vertical-align: middle;
    }
}

/*主題活動*/
.Theme .mbox {
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 25px 25px 40px 25px;
    box-sizing: border-box;
    border-top: 4px solid #0286c1;
    margin-bottom: 30px;
}

    .Theme .mbox h2 {
        font-size: 1.5rem;
        font-weight: bold;
        padding-bottom: 10px;
        color: #0286c1;
        text-align: center;
    }

.theme_tab_big > .tabs {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 0 0 25px 0;
}

    .theme_tab_big > .tabs li {
        width: 24%;
        margin: 5px;
    }



        .theme_tab_big > .tabs li a {
            display: block;
            text-align: center;
            width: 100%;
            padding: 8px 5px;
            font-size: 0.8rem;
            color: #0286c1;
            border-radius: 5px;
            height: 100%;
            box-sizing: border-box;
            border: 1px solid #0286c1;
            transition: background 0.15s ease-out,color 0.15s ease-out;
        }


.theme_tab_big > div div:nth-child(1) .title_tec {
    border-bottom: 2px solid #f45454;
    color: #f45454;
}

.theme_tab_big > div div .tec li {
    display: flex;
    flex-flow: row wrap;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}

    .theme_tab_big > div div .tec li .img {
        width: 200px;
    }

        .theme_tab_big > div div .tec li .img img {
            width: 100%;
            border: 1px solid #ccc;
            vertical-align: bottom;
        }

    .theme_tab_big > div div .tec li div {
        width: calc((100%) - (200px));
        font-size: .75rem;
        padding: 0 0 0 15px;
        box-sizing: border-box;
    }

        .theme_tab_big > div div .tec li div .name {
            font-weight: bolder;
            font-size: 1.2rem;
            padding: 0 0 3px 0;
        }

        .theme_tab_big > div div .tec li div .st {
            font-weight: bolder;
            padding: 7px 0 0 0;
        }

        .theme_tab_big > div div .tec li div .l {
            text-indent: -10px;
            padding: 0 0 0 10px;
        }

@media screen and (max-width: 768px) {
    .theme_tab_big > .tabs li {
        width: 100% !important;
        margin: 0 0 10px 0;
    }

    .theme_tab_big > div div .tec li .img {
        width: 90%;
        margin: 0 auto 10px auto;
    }

    .theme_tab_big > div div .tec li div {
        width: 100%;
        padding: 0;
    }
}

.theme_tab_big > .tabs li.active a, .theme_tab_big > .tabs li:hover a {
    background: #0286c1;
    color: #FFF;
}

.theme_tab {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

    .theme_tab > div {
        width: calc((100%) - (151px));
        box-sizing: border-box;
        padding: 0 0 0 15px;
    }

        .theme_tab > div span {
            font-size: .75rem;
            line-height: 1.7;
            text-align: justify;
            display: block;
            color: #505050;
            padding: 5px 0 5px 0;
        }

        .theme_tab > div p {
            font-size: .8rem;
            padding: 0 0 2px 0;
            display: inline-block;
            color: #e73b88;
            border-bottom: 1px solid #e73b88;
            margin-bottom: 20px;
        }

        .theme_tab > div i {
            font-size: .75rem;
            color: #fff;
            background: #e73b88;
            padding: 3px 6px;
            font-family: 'Microsoft JhengHei',serif;
        }

        .theme_tab > div a {
            color: #e73b88;
        }

            .theme_tab > div a:hover {
                background: #feffab;
            }

@media screen and (max-width: 768px) {
    .theme_tab > div {
        width: 100%;
        padding: 0;
    }
}

.theme_tab > div div .title_tec {
    font-family: 'cwTeXMing', serif;
    font-weight: bolder;
    text-align: center;
    margin: 25px 0 0 0;
    color: #FFF;
    padding: 5px 0;
}

.theme_tab > div div .tec li {
    display: flex;
    flex-flow: row wrap;
    padding: 15px 0;
    border-bottom: 1px dashed #CCC;
}

    .theme_tab > div div .tec li:last-child {
        border: none;
    }

    .theme_tab > div div .tec li .img {
        width: 200px;
    }

@media screen and (max-width: 768px) {
    .theme_tab > div div .tec li .img {
        width: 90%;
        margin: 0 auto 10px auto;
    }
}

.theme_tab > div div .tec li .img img {
    width: 100%;
    border: 1px solid #CCC;
    vertical-align: bottom;
}

.theme_tab > div div .tec li div {
    width: calc(100% - 200px);
    font-size: 0.75rem;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .theme_tab > div div .tec li div {
        width: 100%;
        padding: 0;
    }
}

.theme_tab > div div .tec li div .name {
    font-weight: bolder;
    font-size: 1.2rem;
    padding: 0 0 3px 0;
}

.theme_tab > div div .tec li div .st {
    font-weight: bolder;
    padding: 7px 0 0 0;
}

.theme_tab > div div .tec li div .l {
    text-indent: -10px;
    padding: 0 0 0 10px;
}

.theme_tab > div div .spsp {
    font-size: 0.75rem;
}

.theme_tab > div div:nth-child(1) .title_tec {
    border-bottom: 2px solid #ff8324;
    color: #ff8324;
}

.theme_tab > div div:nth-child(1) table tr:first-child th {
    color: #FFF;
    background: #ff8324;
}

.theme_tab > div div:nth-child(1) table tr:nth-child(odd) td:first-child {
    background: rgba(244, 84, 84, 0.1);
}

.theme_tab > div div:nth-child(2) .title_tec {
    border-bottom: 2px solid #e75f79;
    color: #e75f79;
}

.theme_tab > div div:nth-child(2) table tr:first-child th {
    color: #FFF;
    background: #e75f79;
}

.theme_tab > div div:nth-child(2) table tr:nth-child(odd) td:first-child {
    background: rgba(231, 95, 121, 0.1);
}

.theme_tab > div div:nth-child(3) .title_tec {
    border-bottom: 2px solid #f09b23;
    color: #f09b23;
}

.theme_tab > div div:nth-child(3) table tr:first-child th {
    color: #FFF;
    background: #f09b23;
}

.theme_tab > div div:nth-child(3) table tr:nth-child(odd) td:first-child {
    background: rgba(240, 155, 35, 0.1);
}

.theme_tab > div div:nth-child(4) .title_tec {
    border-bottom: 2px solid #4fa83a;
    color: #4fa83a;
}

.theme_tab > div div:nth-child(4) table tr:first-child th {
    color: #FFF;
    background: #4fa83a;
}

.theme_tab > div div:nth-child(4) table tr:nth-child(odd) td:first-child {
    background: rgba(79, 168, 58, 0.1);
}

.theme_tab > div > div > b {
    text-align: right;
    display: block;
    font-size: 0.75rem;
    margin-top: 5px;
}

.theme_tab > div table {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

    .theme_tab > div table tr th, .theme_tab > div table tr td {
        border-right: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        padding: 6px 10px;
        font-size: 0.75rem;
        vertical-align: middle;
    }

        .theme_tab > div table tr th:first-child {
            width: 25%;
        }

@media screen and (max-width: 768px) {
    .theme_tab > div table tr td {
        padding: 10px;
    }
}

.theme_tab > div table tr td:first-child {
    text-align: center;
}

.theme_tab > ul {
    width: 150px;
}

@media screen and (max-width: 768px) {
    .theme_tab > ul {
        width: 100%;
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media screen and (max-width: 768px) {
    .theme_tab > ul li {
        width: 25%;
        box-sizing: border-box;
        text-align: center;
        padding: 0;
        border-radius: 5px;
        overflow: hidden;
        margin: 0 0 15px 0;
        font-size: 0.8rem;
    }
}

.theme_tab > ul li:nth-child(1).active a, .theme_tab > ul li:nth-child(1) a:hover {
    color: #00c8df;
}

@media screen and (max-width: 768px) {
    .theme_tab > ul li:nth-child(1).active a, .theme_tab > ul li:nth-child(1) a:hover {
        background: #ff8324;
        color: #FFF;
    }
}

.theme_tab > ul li:nth-child(1) a:before {
    background: #00c8df;
}

.theme_tab > ul li:nth-child(2).active a, .theme_tab > ul li:nth-child(2) a:hover {
    color: #e75f79;
}

@media screen and (max-width: 768px) {
    .theme_tab > ul li:nth-child(2).active a, .theme_tab > ul li:nth-child(2) a:hover {
        background: #e75f79;
        color: #FFF;
    }
}

.theme_tab > ul li:nth-child(2) a:before {
    background: #e75f79;
}

.theme_tab > ul li:nth-child(3).active a, .theme_tab > ul li:nth-child(3) a:hover {
    color: #f09b23;
}

@media screen and (max-width: 768px) {
    .theme_tab > ul li:nth-child(3).active a, .theme_tab > ul li:nth-child(3) a:hover {
        background: #f09b23;
        color: #FFF;
    }
}

.theme_tab > ul li:nth-child(3) a:before {
    background: #f09b23;
}

.theme_tab > ul li:nth-child(4).active a, .theme_tab > ul li:nth-child(4) a:hover {
    color: #4fa83a;
}

@media screen and (max-width: 768px) {
    .theme_tab > ul li:nth-child(4).active a, .theme_tab > ul li:nth-child(4) a:hover {
        background: #4fa83a;
        color: #FFF;
    }
}

.theme_tab > ul li:nth-child(4) a:before {
    background: #4fa83a;
}

.theme_tab > ul li a {
    display: block;
    position: relative;
    padding: 5px 0 5px 20px;
    margin: 0 0 15px 0;
    font-weight: bolder;
}

@media screen and (max-width: 768px) {
    .theme_tab > ul li a {
        padding: 8px 0;
        margin: 0;
    }
}

.theme_tab > ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
}

@media screen and (max-width: 768px) {
    .theme_tab > ul li a:before {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 3px;
    }
}

/*美食月*/
.Introduce_old .Introduction {
    background: #ffdac6;
    border: 1px solid #ffa472;
    border-radius: 5px;
    color: #303030;
    padding: 15px;
    margin: 0 0 30px 0;
    font-size: 0.8rem;
}

.Food_all_old .tabs {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .Food_all_old .tabs {
        justify-content: space-between;
    }
}

.Food_all_old .tabs li {
    width: 20%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .Food_all_old .tabs li {
        width: 49%;
        margin: 0 0 12px 0;
    }

        .Food_all_old .tabs li:first-child {
            width: 100%;
        }
}

.Food_all_old .tabs li:nth-child(1) a {
    background: #f45454;
}

    .Food_all_old .tabs li:nth-child(1) a:after {
        border-color: #f45454 transparent transparent transparent;
    }

.Food_all_old .tabs li:nth-child(2) a {
    background: #e75f79;
}

    .Food_all_old .tabs li:nth-child(2) a:after {
        border-color: #e75f79 transparent transparent transparent;
    }

.Food_all_old .tabs li:nth-child(3) a {
    background: #f09b23;
}

    .Food_all_old .tabs li:nth-child(3) a:after {
        border-color: #f09b23 transparent transparent transparent;
    }

.Food_all_old .tabs li:nth-child(4) a {
    background: #4fa83a;
}

    .Food_all_old .tabs li:nth-child(4) a:after {
        border-color: #4fa83a transparent transparent transparent;
    }

.Food_all_old .tabs li:nth-child(5) a {
    background: #4e80b4;
}

    .Food_all_old .tabs li:nth-child(5) a:after {
        border-color: #4e80b4 transparent transparent transparent;
    }

.Food_all_old .tabs li a {
    width: 95%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 8px 5px;
    font-size: 0.8rem;
    color: #FFF;
    position: relative;
    border-radius: 5px;
    height: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .Food_all_old .tabs li a {
        margin: 0 auto;
        width: 100%;
    }
}

.Food_all_old .tabs li a:after {
    opacity: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: opacity 0.2s ease-out;
}

.Food_all_old .tabs li a:hover:after {
    transition: opacity 0.2s ease-out;
    opacity: 1;
}

.Food_all_old .tabs li.active a:after {
    transition: opacity 0.2s ease-out;
    opacity: 1;
}

.Food_all_old .tab_content {
    padding: 15px 0 0 0;
}

@media screen and (max-width: 768px) {
    .Food_all_old .tab_content {
        padding: 0;
    }
}

.Food_all_old .tab_content .all_box > div {
    padding: 15px 0;
    border-bottom: 1px dashed #CCC;
}

    .Food_all_old .tab_content .all_box > div .info {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
    }

        .Food_all_old .tab_content .all_box > div .info span {
            display: inline-block;
            color: #fff;
            font-size: 0.75rem;
            padding: 0 12px;
            border-radius: 3px;
            height: 36px;
            line-height: 36px;
            margin: 0 15px 9px 0;
        }

        .Food_all_old .tab_content .all_box > div .info h3 {
            font-family: 'cwTeXMing', serif;
            font-size: 1.2rem;
            font-weight: bold;
        }

            .Food_all_old .tab_content .all_box > div .info h3 b {
                font-size: 0.8rem;
                margin: 0 0 0 10px;
                border-radius: 3px;
                padding: 5px 10px;
                /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+50,d7dee3+51,f5f7f9+100;White+Gloss */
                background: #f6f8f9;
                /* Old browsers */
                background: -moz-linear-gradient(-45deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
                /* FF3.6-15 */
                background: -webkit-linear-gradient(-45deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
                /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(135deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
                /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                /* IE6-9 fallback on horizontal gradient */
                box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
                color: #495057;
                vertical-align: text-bottom;
            }

        .Food_all_old .tab_content .all_box > div .info .say {
            width: 100%;
            font-size: 0.7rem;
            padding: 15px;
            box-sizing: border-box;
            border-radius: 5px 5px 0 0;
        }

    .Food_all_old .tab_content .all_box > div .list_box {
        padding: 0 15px 15px 11px;
        overflow: hidden;
    }

        .Food_all_old .tab_content .all_box > div .list_box .list_img {
            width: 40%;
            background: rgba(255, 255, 255, 0.5);
            float: left;
        }

@media screen and (max-width: 768px) {
    .Food_all_old .tab_content .all_box > div .list_box .list_img {
        width: 100%;
    }
}

.Food_all_old .tab_content .all_box > div .list_box .list_img .item {
    padding: 4px;
}

.Food_all_old .tab_content .all_box > div .list_box .list_img .img {
    height: 180px;
    background-position: center;
    background-size: cover;
    border: 4px solid #fff;
}

.Food_all_old .tab_content .all_box > div .list_box .list_img [class*=img-] {
    transition: all 0.15s ease-out;
    position: absolute;
    top: 50%;
    left: 8px;
    display: block;
    border: 0px solid black;
    padding: 0px !important;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    transform: translateY(-50%);
    width: 25px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
}

    .Food_all_old .tab_content .all_box > div .list_box .list_img [class*=img-]:hover {
        opacity: 0.75;
        transition: all 0.15s ease-out;
    }

.Food_all_old .tab_content .all_box > div .list_box .list_img .img-prev i {
    margin: 0 2px 0 -2px;
}

.Food_all_old .tab_content .all_box > div .list_box .list_img .img-next {
    right: 7px;
    left: auto;
}

    .Food_all_old .tab_content .all_box > div .list_box .list_img .img-next i {
        margin: 0 -2px 0 2px;
    }

.Food_all_old .tab_content .all_box > div .list_box .fd_info {
    padding: 8px 5px 0 5px;
    box-sizing: border-box;
    width: 60%;
    background: rgba(255, 255, 255, 0.5);
    float: right;
}

@media screen and (max-width: 768px) {
    .Food_all_old .tab_content .all_box > div .list_box .fd_info {
        width: 100%;
    }
}

.Food_all_old .tab_content .all_box > div .list_box .fd_info h4 {
    font-family: 'cwTeXMing', serif;
    font-weight: bold;
    text-align: center;
    border-top: 3px double #495057;
    border-bottom: 3px double #495057;
    padding: 5px 0;
}

.Food_all_old .tab_content .all_box > div .list_box .fd_info p {
    padding: 15px;
    font-size: 0.8rem;
}

.Food_all_old .tab_content .all_box.N span {
    background: #e75f79;
}

.Food_all_old .tab_content .all_box.N h3 {
    color: #e75f79;
}

.Food_all_old .tab_content .all_box.N .say, .Food_all_old .tab_content .all_box.N .list_box {
    background: rgba(244, 84, 84, 0.1);
}

.Food_all_old .tab_content .all_box.W span {
    background: #f09b23;
}

.Food_all_old .tab_content .all_box.W h3 {
    color: #f09b23;
}

.Food_all_old .tab_content .all_box.W .say, .Food_all_old .tab_content .all_box.W .list_box {
    background: rgba(240, 155, 35, 0.1);
}

.Food_all_old .tab_content .all_box.S span {
    background: #4fa83a;
}

.Food_all_old .tab_content .all_box.S h3 {
    color: #4fa83a;
}

.Food_all_old .tab_content .all_box.S .say, .Food_all_old .tab_content .all_box.S .list_box {
    background: rgba(79, 168, 58, 0.1);
}

.Food_all_old .tab_content .all_box.E span {
    background: #4e80b4;
}

.Food_all_old .tab_content .all_box.E h3 {
    color: #4e80b4;
}

.Food_all_old .tab_content .all_box.E .say, .Food_all_old .tab_content .all_box.E .list_box {
    background: rgba(78, 128, 120, 0.1);
}

.Introduce .Introduction {
    background: #ffdac6;
    border: 1px solid #ffa472;
    border-radius: 5px;
    color: #303030;
    padding: 15px;
    margin: 0 0 30px 0;
    font-size: 0.8rem;
}

.Introduce .qu_search {
    text-align: center;
    margin: 0 0 30px 0;
    display: flex;
    flex-flow: row;
    justify-content: center;
}

    .Introduce .qu_search p {
        position: relative;
    }

        .Introduce .qu_search p select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            font-size: 0.8rem;
            padding: 7px 12px;
            border: 1px solid #CCC;
            border-radius: 5px 0 0 5px;
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
        }

        .Introduce .qu_search p i {
            position: absolute;
            pointer-events: none;
            right: 11px;
            top: 11px;
            color: #CCC;
            font-size: 0.8rem;
        }

        .Introduce .qu_search p input[type=text] {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            font-size: 0.8rem;
            padding: 7px 200px 7px 12px;
            border: 1px solid #CCC;
            border-radius: 5px 0 0 5px;
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
        }

@media screen and (max-width: 768px) {
    .Introduce .qu_search p input[type=text] {
        width: 100%;
        box-sizing: border-box;
    }
}

.Introduce .qu_search > a {
    background: #888;
    color: #FFF;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.Food_all .tabs {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

    .Food_all .tabs li {
        width: 16%;
        text-align: center;
    }

@media screen and (max-width: 768px) {
    .Food_all .tabs li {
        width: 49%;
        margin: 0 0 12px 0;
    }
}

.Food_all .tabs li:nth-child(1) a {
    background: #f45454;
}

    .Food_all .tabs li:nth-child(1) a:after {
        border-color: #f45454 transparent transparent transparent;
    }

.Food_all .tabs li:nth-child(2) a {
    background: #e75f79;
}

    .Food_all .tabs li:nth-child(2) a:after {
        border-color: #e75f79 transparent transparent transparent;
    }

.Food_all .tabs li:nth-child(3) a {
    background: #f09b23;
}

    .Food_all .tabs li:nth-child(3) a:after {
        border-color: #f09b23 transparent transparent transparent;
    }

.Food_all .tabs li:nth-child(4) a {
    background: #4fa83a;
}

    .Food_all .tabs li:nth-child(4) a:after {
        border-color: #4fa83a transparent transparent transparent;
    }

.Food_all .tabs li:nth-child(5) a {
    background: #4e80b4;
}

    .Food_all .tabs li:nth-child(5) a:after {
        border-color: #4e80b4 transparent transparent transparent;
    }

.Food_all .tabs li:nth-child(6) a {
    background: #5f4eb4;
}

    .Food_all .tabs li:nth-child(6) a:after {
        border-color: #5f4eb4 transparent transparent transparent;
    }

.Food_all .tabs li a {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 8px 5px;
    font-size: 0.8rem;
    color: #FFF;
    position: relative;
    border-radius: 5px;
    height: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .Food_all .tabs li a {
        margin: 0 auto;
        width: 100%;
    }
}

.Food_all .tabs li a:after {
    opacity: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: opacity 0.2s ease-out;
}

.Food_all .tabs li a:hover:after {
    transition: opacity 0.2s ease-out;
    opacity: 1;
}

.Food_all .tabs li.active a:after {
    transition: opacity 0.2s ease-out;
    opacity: 1;
}

.Food_all .tabs_two {
    display: flex;
    flex-flow: row;
    justify-content: center;
    padding: 25px 0 0 0;
}

@media screen and (max-width: 1024px) {
    .Food_all .tabs_two {
        padding: 15px 0 0 0;
        flex-flow: row wrap;
        justify-content: space-between;
    }
}

.Food_all .tabs_two li {
    width: 13%;
    margin: 0 5px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .Food_all .tabs_two li {
        width: 16%;
        margin: 0;
    }
}

.Food_all .tabs_two li input[type=radio] {
    position: absolute;
    opacity: 0;
}

    .Food_all .tabs_two li input[type=radio]:checked + label {
        color: #FFF;
        background: #495057;
    }

.Food_all .tabs_two li label {
    display: block;
    width: 100%;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    font-size: 0.75rem;
    border-radius: 5px;
    border: 1px solid #495057;
    position: relative;
    cursor: pointer;
    transition: color 0.15s ease-out,background 0.15s ease-out;
}

    .Food_all .tabs_two li label:hover {
        color: #FFF;
        background: #495057;
    }

.Food_all .tabs_two li.select {
    position: relative;
}

@media screen and (max-width: 1024px) {
    .Food_all .tabs_two li.select {
        width: 100%;
        margin: 15px 0 0 0;
    }
}

.Food_all .tabs_two li.select i {
    position: absolute;
    pointer-events: none;
    right: 11px;
    top: 11px;
    color: #5f5f5f;
    font-size: 0.7rem;
}

.Food_all .tabs_two li.select select {
    border-radius: 5px;
    border: 1px solid #495057;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0.75rem;
    color: #5f5f5f;
    background: none;
    padding: 5px 30px 5px 10px;
    width: 100%;
}

.Food_all .tab_content {
    padding: 15px 0 0 0;
}

@media screen and (max-width: 768px) {
    .Food_all .tab_content {
        padding: 0;
    }
}

.Food_all .tab_content > div {
    padding: 15px 0;
    border-bottom: 1px dashed #CCC;
}

    .Food_all .tab_content > div .info {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        position: relative;
    }

        .Food_all .tab_content > div .info > a {
            position: absolute;
            right: 0;
            font-size: 1.2rem;
        }

            .Food_all .tab_content > div .info > a:hover {
                opacity: 0.5;
            }

        .Food_all .tab_content > div .info span {
            display: inline-block;
            color: #fff;
            font-size: 0.75rem;
            padding: 0 12px;
            border-radius: 3px;
            height: 36px;
            line-height: 36px;
            margin: 0 15px 9px 0;
        }

        .Food_all .tab_content > div .info h3 {
            font-family: 'cwTeXMing', serif;
            font-size: 1.2rem;
            font-weight: bold;
        }

            .Food_all .tab_content > div .info h3 a:hover {
                text-decoration: underline;
            }

        .Food_all .tab_content > div .info .say {
            width: 100%;
            font-size: 0.7rem;
            padding: 15px;
            box-sizing: border-box;
            border-radius: 5px 5px 0 0;
        }

    .Food_all .tab_content > div .list_box {
        padding: 0 15px 15px 11px;
        overflow: hidden;
        display: flex;
        flex-flow: row wrap;
    }

        .Food_all .tab_content > div .list_box .list_img {
            width: 40%;
            background: rgba(255, 255, 255, 0.5);
        }

@media screen and (max-width: 768px) {
    .Food_all .tab_content > div .list_box .list_img {
        width: 100%;
    }
}

.Food_all .tab_content > div .list_box .list_img .item {
    padding: 4px;
}

.Food_all .tab_content > div .list_box .list_img .img {
    height: 200px;
    background-position: center;
    background-size: cover;
    border: 4px solid #fff;
}

.Food_all .tab_content > div .list_box .list_img [class*=img-] {
    transition: all 0.15s ease-out;
    position: absolute;
    top: 50%;
    left: 8px;
    display: block;
    border: 0px solid black;
    padding: 0px !important;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    transform: translateY(-50%);
    width: 25px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
}

    .Food_all .tab_content > div .list_box .list_img [class*=img-]:hover {
        opacity: 0.75;
        transition: all 0.15s ease-out;
    }

.Food_all .tab_content > div .list_box .list_img .img-prev i {
    margin: 0 2px 0 -2px;
}

.Food_all .tab_content > div .list_box .list_img .img-next {
    right: 7px;
    left: auto;
}

    .Food_all .tab_content > div .list_box .list_img .img-next i {
        margin: 0 -2px 0 2px;
    }

.Food_all .tab_content > div .list_box .fd_info {
    padding: 8px 5px 15px 5px;
    box-sizing: border-box;
    width: 60%;
    background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
    .Food_all .tab_content > div .list_box .fd_info {
        width: 100%;
    }
}

.Food_all .tab_content > div .list_box .fd_info h4 {
    font-family: 'cwTeXMing', serif;
    font-weight: bold;
    text-align: center;
    border-top: 3px double #495057;
    border-bottom: 3px double #495057;
    padding: 5px 0;
}

.Food_all .tab_content > div .list_box .fd_info p {
    padding: 15px;
    font-size: 0.8rem;
}

.Food_all .tab_content > div .list_box .fd_info a {
    display: table;
    margin: 0 auto;
    padding: 8px 25px;
    border-radius: 5px;
    text-align: center;
    font-size: 0.7rem;
    color: #FFF;
}

.Food_all .tab_content .N .info > a {
    color: #e75f79;
}

.Food_all .tab_content .N span {
    background: #e75f79;
}

.Food_all .tab_content .N h3 a {
    color: #e75f79;
}

.Food_all .tab_content .N .say, .Food_all .tab_content .N .list_box {
    background: rgba(231, 95, 121, 0.1);
}

.Food_all .tab_content .N .fd_info a {
    background: #e75f79;
}

    .Food_all .tab_content .N .fd_info a:hover {
        background: #d64460;
    }

.Food_all .tab_content .W .info > a {
    color: #f09b23;
}

.Food_all .tab_content .W span {
    background: #f09b23;
}

.Food_all .tab_content .W h3 a {
    color: #f09b23;
}

.Food_all .tab_content .W .say, .Food_all .tab_content .W .list_box {
    background: rgba(240, 155, 35, 0.1);
}

.Food_all .tab_content .W .fd_info a {
    background: #f09b23;
}

    .Food_all .tab_content .W .fd_info a:hover {
        background: #da8b1b;
    }

.Food_all .tab_content .S .info > a {
    color: #4fa83a;
}

.Food_all .tab_content .S span {
    background: #4fa83a;
}

.Food_all .tab_content .S h3 a {
    color: #4fa83a;
}

.Food_all .tab_content .S .say, .Food_all .tab_content .S .list_box {
    background: rgba(79, 168, 58, 0.1);
}

.Food_all .tab_content .S .fd_info a {
    background: #4fa83a;
}

    .Food_all .tab_content .S .fd_info a:hover {
        background: #40962c;
    }

.Food_all .tab_content .E .info > a {
    color: #4e80b4;
}

.Food_all .tab_content .E span {
    background: #4e80b4;
}

.Food_all .tab_content .E h3 a {
    color: #4e80b4;
}

.Food_all .tab_content .E .say, .Food_all .tab_content .E .list_box {
    background: rgba(78, 128, 180, 0.1);
}

.Food_all .tab_content .E .fd_info a {
    background: #4e80b4;
}

    .Food_all .tab_content .E .fd_info a:hover {
        background: #4171a2;
    }

.Food_all .tab_content .O .info > a {
    color: #5f4eb4;
}

.Food_all .tab_content .O span {
    background: #5f4eb4;
}

.Food_all .tab_content .O h3 a {
    color: #5f4eb4;
}

.Food_all .tab_content .O .say, .Food_all .tab_content .O .list_box {
    background: rgba(95, 78, 180, 0.1);
}

.Food_all .tab_content .O .fd_info a {
    background: #5f4eb4;
}

    .Food_all .tab_content .O .fd_info a:hover {
        background: #4f3ea4;
    }

.Food_all .tab_content .A .info > a {
    color: #f45454;
}

.Food_all .tab_content .A span {
    background: #f45454;
}

.Food_all .tab_content .A h3 a {
    color: #f45454;
}

.Food_all .tab_content .A .say, .Food_all .tab_content .A .list_box {
    background: rgba(244, 84, 84, 0.1);
}

.Food_all .tab_content .A .fd_info a {
    background: #f45454;
}

    .Food_all .tab_content .A .fd_info a:hover {
        background: #e23c3c;
    }

.Introduce_detail .N {
    background: rgba(231, 95, 121, 0.1);
}

    .Introduce_detail .N .info span {
        background: #e75f79;
    }

    .Introduce_detail .N .info h3 {
        color: #e75f79;
    }

.Introduce_detail .E {
    background: rgba(78, 128, 180, 0.1);
}

    .Introduce_detail .E .info span {
        background: #4e80b4;
    }

    .Introduce_detail .E .info h3 {
        color: #4e80b4;
    }

.Introduce_detail .W {
    background: rgba(240, 155, 35, 0.1);
}

    .Introduce_detail .W .info span {
        background: #f09b23;
    }

    .Introduce_detail .W .info h3 {
        color: #f09b23;
    }

.Introduce_detail .S {
    background: rgba(79, 168, 58, 0.1);
}

    .Introduce_detail .S .info span {
        background: #4fa83a;
    }

    .Introduce_detail .S .info h3 {
        color: #4fa83a;
    }

.Introduce_detail .O {
    background: rgba(95, 78, 180, 0.1);
}

    .Introduce_detail .O .info span {
        background: #5f4eb4;
    }

    .Introduce_detail .O .info h3 {
        color: #5f4eb4;
    }

.Introduce_detail .A {
    background: rgba(244, 84, 84, 0.1);
}

    .Introduce_detail .A .info span {
        background: #f45454;
    }

    .Introduce_detail .A .info h3 {
        color: #f45454;
    }

.Introduce_detail .one {
    padding: 15px 15px 30px 15px;
}

@media screen and (max-width: 1024px) {
    .Introduce_detail .one {
        padding: 15px 15px 35px 15px;
    }
}

.Introduce_detail .one .info {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

    .Introduce_detail .one .info span {
        color: #fff;
        font-size: 0.75rem;
        padding: 0 12px;
        border-radius: 3px;
        height: 36px;
        line-height: 36px;
        margin: 0 15px 5px 0;
    }

    .Introduce_detail .one .info h3 {
        font-family: 'cwTeXMing', serif;
        font-size: 1.2rem;
        font-weight: bold;
        margin: 0 0 5px 0;
    }

    .Introduce_detail .one .info b {
        font-size: 0.75rem;
        padding: 0 0 0 15px;
    }

@media screen and (max-width: 768px) {
    .Introduce_detail .one .info b {
        width: 100%;
        padding: 0;
    }
}

.Introduce_detail .one .one_s {
    display: flex;
    flex-flow: row wrap;
    padding: 15px 0 0 0;
}

    .Introduce_detail .one .one_s .fd_img {
        width: 440px;
    }

@media screen and (max-width: 1024px) {
    .Introduce_detail .one .one_s .fd_img {
        width: 100%;
    }
}

.Introduce_detail .one .one_s .fd_img > p {
    height: 320px;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1024px) {
    .Introduce_detail .one .one_s .fd_img > p {
        height: 350px;
    }
}

.Introduce_detail .one .one_s .fd_img > p img {
    max-width: 100%;
    max-height: 320px;
}

@media screen and (max-width: 1024px) {
    .Introduce_detail .one .one_s .fd_img > p img {
        max-height: 350px;
    }
}

.Introduce_detail .one .one_s .fd_img div {
    display: flex;
    flex-flow: row wrap;
    padding: 10px 0 0 0;
}

    .Introduce_detail .one .one_s .fd_img div p {
        width: 18%;
        margin: 0 0 10px 2.5%;
        padding: 15% 0 0 0;
        background-size: cover;
        background-position: center;
        opacity: 0.65;
        transition: opacity 0.15s ease-out;
    }

        .Introduce_detail .one .one_s .fd_img div p.focus, .Introduce_detail .one .one_s .fd_img div p:hover {
            opacity: 1;
            cursor: pointer;
            transition: opacity 0.15s ease-out;
        }

        .Introduce_detail .one .one_s .fd_img div p:first-child, .Introduce_detail .one .one_s .fd_img div p:nth-child(6n) {
            margin: 0 0 10px 0;
        }

        .Introduce_detail .one .one_s .fd_img div p img {
            display: none;
        }

.Introduce_detail .one .one_s .fd_info {
    width: calc(100% - 440px);
    padding: 0 0 0 15px;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    .Introduce_detail .one .one_s .fd_info {
        width: 100%;
        padding: 15px 0 0 0;
    }
}

.Introduce_detail .one .one_s .fd_info > p {
    font-size: 0.75rem;
    padding: 0 0 15px 0;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
}

.Introduce_detail .one .one_s .fd_info div {
    color: #b50909;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px;
}

    .Introduce_detail .one .one_s .fd_info div h4 {
        font-family: 'cwTeXMing', serif;
        font-weight: bold;
        text-align: center;
        border-top: 3px double #b50909;
        border-bottom: 3px double #b50909;
        padding: 5px 0;
        letter-spacing: 2px;
    }

    .Introduce_detail .one .one_s .fd_info div p {
        padding: 15px;
        font-size: 0.75rem;
    }

.Introduce_detail .one .one_s .fd_info a {
    background: #3f9cd5;
    border-radius: 35px;
    width: 300px;
    margin: 25px auto 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    color: #FFF;
    letter-spacing: 2px;
    box-shadow: 0 5px 0 #1d75aa;
    overflow: hidden;
}

    .Introduce_detail .one .one_s .fd_info a:before {
        content: "";
        display: block;
        background: #3290c9;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        height: 50%;
        z-index: 0;
    }

    .Introduce_detail .one .one_s .fd_info a:after {
        content: "官網連結";
        position: relative;
    }

    .Introduce_detail .one .one_s .fd_info a span {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        background: #FFF;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #3f9cd5;
        margin: 0 75px 0 0;
        position: relative;
    }

    .Introduce_detail .one .one_s .fd_info a:hover {
        margin: 29px auto -4px auto;
        box-shadow: 0 1px 0 #1d75aa;
    }

.Introduce_detail .two {
    background: rgba(240, 209, 35, 0.1);
}

    .Introduce_detail .two > div {
        display: flex;
        flex-flow: row;
    }

@media screen and (max-width: 1024px) {
    .Introduce_detail .two > div {
        flex-flow: column;
    }
}

.Introduce_detail .two > div > p {
    color: #d79613;
    font-family: 'cwTeXMing', serif;
    font-weight: bolder;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0 22px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .Introduce_detail .two > div > p {
        flex-flow: row;
        padding: 0 22px 15px 22px;
    }

        .Introduce_detail .two > div > p img {
            width: 50px;
            margin: 0 15px 0 0;
        }
}

.Introduce_detail .two > div > p:after {
    content: "";
    position: absolute;
    border-right: 1px solid #f2ba49;
    display: block;
    width: 1px;
    height: 100px;
    right: 0;
    top: 50%;
    margin: -50px 0 0 0;
}

@media screen and (max-width: 1024px) {
    .Introduce_detail .two > div > p:after {
        display: none;
    }
}

.Introduce_detail .two > div > p span {
    letter-spacing: 2px;
    padding: 0 0 15px 0;
}

@media screen and (max-width: 1024px) {
    .Introduce_detail .two > div > p span {
        padding: 0;
    }
}

.Introduce_detail .two > div > div {
    width: calc(100% - 151px);
    display: flex;
    flex-flow: row;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .Introduce_detail .two > div > div {
        width: 100%;
    }
}

.Introduce_detail .two > div > div .item {
    display: flex;
    flex-flow: row;
    padding: 5px 15px;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .Introduce_detail .two > div > div .item {
        flex-flow: row wrap;
    }
}

.Introduce_detail .two > div > div .item div {
    width: 45%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 100px;
    background: #FFF;
    border: 3px solid #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
    .Introduce_detail .two > div > div .item div {
        width: 100%;
        height: 150px;
    }
}

.Introduce_detail .two > div > div .item div img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
}

@media screen and (max-width: 768px) {
    .Introduce_detail .two > div > div .item div img {
        max-height: 150px;
    }
}

.Introduce_detail .two > div > div .item p {
    font-size: 0.7rem;
    width: 55%;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .Introduce_detail .two > div > div .item p {
        width: 100%;
        padding: 15px 0 0 0;
    }
}

.Introduce_detail .two > div .owl-dots button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    padding: 0;
}

.Introduce_detail .two > div .owl-dots .owl-dot.active span, .Introduce_detail .two > div .owl-dots .owl-dot:hover span {
    background: #f2ba49;
}

.Introduce_detail .two > div .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px;
}

.Introduce_detail .three {
    background: #FFF;
    padding: 0 0 25px 0;
}

    .Introduce_detail .three .food {
        padding: 25px;
    }

        .Introduce_detail .three .food ul {
            display: flex;
            flex-flow: row wrap;
            border-bottom: 1px dashed #CCC;
            padding: 0 0 15px 0;
        }

            .Introduce_detail .three .food ul li {
                width: 22.5%;
                margin: 0 0 15px 3.33333%;
                display: flex;
                flex-flow: column;
            }

@media screen and (max-width: 1024px) {
    .Introduce_detail .three .food ul li {
        width: 31%;
        margin: 0 0 10px 3.5%;
    }
}

@media screen and (max-width: 768px) {
    .Introduce_detail .three .food ul li {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

.Introduce_detail .three .food ul li:first-child, .Introduce_detail .three .food ul li:nth-child(5n) {
    margin: 0 0 10px 0;
}

@media screen and (max-width: 1024px) {
    .Introduce_detail .three .food ul li:nth-child(3n+1) {
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width: 768px) {
    .Introduce_detail .three .food ul li:nth-child(3n+1) {
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width: 1024px) {
    .Introduce_detail .three .food ul li:nth-child(5n) {
        margin: 0 0 10px 3.5%;
    }
}

@media screen and (max-width: 768px) {
    .Introduce_detail .three .food ul li:nth-child(5n) {
        margin: 0 0 10px 0;
    }
}

.Introduce_detail .three .food ul li p {
    padding: 5px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #ececec;
}

    .Introduce_detail .three .food ul li p img {
        max-width: 100%;
        max-height: 153px;
    }

@media screen and (max-width: 768px) {
    .Introduce_detail .three .food ul li p img {
        max-height: 215px;
    }
}

.Introduce_detail .three .food ul li > img {
    width: 100%;
}

.Introduce_detail .three .food ul li h5 {
    font-family: 'cwTeXMing', serif;
    font-weight: bold;
    text-align: center;
    color: #3c2c1f;
}

.Introduce_detail .three .food ul li span {
    font-size: 0.7rem;
}

.Introduce_detail .three .food_menu > p {
    background: url(../../../Images/2019/Int/03.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: #FFF;
    font-size: 0.9rem;
    font-weight: 400;
    height: 42px;
    line-height: 33px;
}

.Introduce_detail .three .food_menu ul {
    display: flex;
    flex-flow: row wrap;
    padding: 35px 25px 0 25px;
}

    .Introduce_detail .three .food_menu ul li {
        width: 20%;
        padding: 0 15px 35px 0;
        box-sizing: border-box;
    }

@media screen and (max-width: 1024px) {
    .Introduce_detail .three .food_menu ul li {
        width: 25%;
    }
}

@media screen and (max-width: 768px) {
    .Introduce_detail .three .food_menu ul li {
        width: 50%;
    }
}

.Introduce_detail .three .food_menu ul li:nth-child(5n+1) a i {
    color: #f45454;
}

.Introduce_detail .three .food_menu ul li:nth-child(5n+2) a i {
    color: #e75f79;
}

.Introduce_detail .three .food_menu ul li:nth-child(5n+3) a i {
    color: #f09b23;
}

.Introduce_detail .three .food_menu ul li:nth-child(5n+4) a i {
    color: #4fa83a;
}

.Introduce_detail .three .food_menu ul li:nth-child(5n+5) a i {
    color: #4e80b4;
}

.Introduce_detail .three .food_menu ul li:nth-child(5n+6) a i {
    color: #69d0d0;
}

.Introduce_detail .three .food_menu ul li:nth-child(5n+7) a i {
    color: #fdb53f;
}

.Introduce_detail .three .food_menu ul li:nth-child(5n+8) a i {
    color: #4b4461;
}

.Introduce_detail .three .food_menu ul li:nth-child(5n+9) a i {
    color: #a455ed;
}

.Introduce_detail .three .food_menu ul li:nth-child(5n+10) a i {
    color: #a2a2a2;
}

.Introduce_detail .three .food_menu ul li a {
    display: flex;
    flex-flow: row;
    align-items: center;
    font-size: 0.8rem;
}

    .Introduce_detail .three .food_menu ul li a:hover {
        text-decoration: underline;
    }

    .Introduce_detail .three .food_menu ul li a i {
        font-size: 1.8rem;
        margin: 0 8px 0 0;
    }

/*各館資訊*/
.Main-banner.all_bn {
    background: none;
    height: 430px;
    margin: 0 0 35px;
}

@media screen and (max-width: 1024px) {
    .Main-banner.all_bn {
        height: 300px;
    }
}

.Main-banner .owl-carousel {
    height: 100%;
}

.Main-banner .item p {
    height: 430px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
    .Main-banner .item p {
        height: 300px;
    }
}

.Main-banner .item .text {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
}

.Main-banner .item span {
    display: block;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 5px;
    font-weight: bolder;
}

.Main-banner .owl-dots button.owl-dot {
    border: none;
    background: none;
    padding: 0;
}

    .Main-banner .owl-dots button.owl-dot.active span {
        background: #f2ba49;
    }

    .Main-banner .owl-dots button.owl-dot span {
        margin: 12px 7px 5px 7px;
    }

.Main-banner .owl-nav [class*=owl-] {
    transition: all 0.15s ease-out;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 5%;
    display: block !important;
    padding: 0px !important;
    background-color: transparent !important;
    transform: translateY(-50%);
    z-index: 3;
    text-align: center;
    border: none;
}

    .Main-banner .owl-nav [class*=owl-]:hover {
        opacity: 0.6;
        transition: all 0.15s ease-out;
    }

.Main-banner .owl-nav .owl-next {
    right: 5%;
    left: auto;
}

.Main-banner .owl-nav i {
    background-color: #ffffff;
    color: #cccccc;
    font-size: 35px;
    width: 50px;
    line-height: 50px;
    box-shadow: 0 2px 5px 0 rgba(155, 155, 155, 0.5);
    border-radius: 25px;
}

.six_main.Food-art .Lbox {
    border-top: 3px solid #e40077;
}

    .six_main.Food-art .Lbox h2 {
        color: #e40077;
    }

.six_main.Food-art .Rbox .tabs li a {
    background: rgba(228, 0, 119, 0.1);
}

.six_main.Food-art .Rbox .tabs li.active a, .six_main.Food-art .Rbox .tabs li:hover a {
    background: #e40077;
}

.six_main.Food-art .Rbox .tabs li.active:before, .six_main.Food-art .Rbox .tabs li:hover:before {
    background: #e40077;
}

.six_main.Food-bowl .Lbox {
    border-top: 3px solid #0286c1;
}

    .six_main.Food-bowl .Lbox h2 {
        color: #0286c1;
    }

.six_main.Food-bowl .Rbox .tabs li a {
    background: rgba(2, 172, 173, 0.1);
}

.six_main.Food-bowl .Rbox .tabs li.active a, .six_main.Food-bowl .Rbox .tabs li:hover a {
    background: #00c8df;
}

.six_main.Food-bowl .Rbox .tabs li.active:before, .six_main.Food-bowl .Rbox .tabs li:hover:before {
    background: #00c8df;
}

.six_main.Food-item .Lbox {
    border-top: 3px solid #ee7800;
}

    .six_main.Food-item .Lbox h2 {
        color: #ee7800;
    }

.six_main.Food-item .Rbox .tabs li a {
    background: rgba(2, 172, 173, 0.1);
}

.six_main.Food-item .Rbox .tabs li.active a, .six_main.Food-item .Rbox .tabs li:hover a {
    background: #ee7800;
}

.six_main.Food-item .Rbox .tabs li.active:before, .six_main.Food-item .Rbox .tabs li:hover:before {
    background: #ee7800;
}

.six_main.Food-travel .Lbox {
    border-top: 3px solid #8fc31f;
}

    .six_main.Food-travel .Lbox h2 {
        color: #8fc31f;
    }

.six_main.Food-travel .Rbox .tabs li a {
    background: rgba(143, 195, 31, 0.1);
}

.six_main.Food-travel .Rbox .tabs li.active a, .six_main.Food-travel .Rbox .tabs li:hover a {
    background: #8fc31f;
}

.six_main.Food-travel .Rbox .tabs li.active:before, .six_main.Food-travel .Rbox .tabs li:hover:before {
    background: #8fc31f;
}

.six_main.Food-gift .Lbox {
    border-top: 3px solid #584c9d;
}

    .six_main.Food-gift .Lbox h2 {
        color: #584c9d;
    }

.six_main.Food-gift .Rbox .tabs li a {
    background: rgba(88, 76, 157, 0.1);
}

.six_main.Food-gift .Rbox .tabs li.active a, .six_main.Food-gift .Rbox .tabs li:hover a {
    background: #584c9d;
}

.six_main.Food-gift .Rbox .tabs li.active:before, .six_main.Food-gift .Rbox .tabs li:hover:before {
    background: #584c9d;
}

.six_main .Lbox {
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 20px 25px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 25px 0;
}

    .six_main .Lbox h2 {
        font-size: 1.5rem;
        padding-bottom: 10px;
        width: 100%;
        font-weight: bolder;
    }

    .six_main .Lbox span {
        font-size: 0.85rem;
        line-height: 1.7;
        text-align: justify;
        display: block;
        width: 100%;
        color: #505050;
    }

.six_main .Rbox .tabs {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

    .six_main .Rbox .tabs li {
        width: calc(100% / 8);
        position: relative;
        padding: 10px 10px 15px;
        box-sizing: border-box;
    }

@media screen and (max-width: 1024px) {
    .six_main .Rbox .tabs li {
        width: calc(100% / 4);
    }
}

@media screen and (max-width: 768px) {
    .six_main .Rbox .tabs li {
        width: calc(100% / 2);
    }
}

.six_main .Rbox .tabs li:before {
    content: '';
    position: absolute;
    bottom: -3px;
    height: 3px;
    width: 100%;
    transition: all 0.15s ease-out;
    left: 0;
}

.six_main .Rbox .tabs li.active a, .six_main .Rbox .tabs li:hover a {
    color: #FFF;
    transition: all 0.15s ease-out;
    border-radius: 3px;
}

.six_main .Rbox .tabs li.active:before, .six_main .Rbox .tabs li:hover:before {
    bottom: 0;
    transition: all 0.15s ease-out;
}

.six_main .Rbox .tabs li a {
    display: block;
    box-sizing: border-box;
    font-size: 0.75rem;
    text-align: center;
    transition: all 0.15s ease-out;
    padding: 10px 5px;
}

.six_main .Rbox .tab_container {
    clear: left;
    width: 100%;
    background: #fff;
    border: 1px solid #dcdcdc;
}

    .six_main .Rbox .tab_container .tab_content {
        padding: 20px;
        box-sizing: border-box;
        overflow: hidden;
        display: flex;
        flex-flow: row wrap;
    }

        .six_main .Rbox .tab_container .tab_content .img {
            width: 50%;
            height: 100%;
            overflow: hidden;
            border: 3px solid #fff;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.49);
            box-sizing: border-box;
        }

@media screen and (max-width: 1024px) {
    .six_main .Rbox .tab_container .tab_content .img {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }
}

.six_main .Rbox .tab_container .tab_content .img img {
    width: 100%;
    vertical-align: middle;
}

.six_main .Rbox .tab_container .tab_content .text {
    width: 50%;
    color: #505050;
    padding: 0 0 0 15px;
    font-size: 0.75rem;
    text-align: justify;
    box-sizing: border-box;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    .six_main .Rbox .tab_container .tab_content .text {
        width: 100%;
        padding: 15px 0 0 0;
    }
}

/*購票資訊*/
.Ticket .mbox {
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 40px 25px;
    box-sizing: border-box;
    border-top: 4px solid #0286c1;
    margin-bottom: 30px;
}

    .Ticket .mbox h2 {
        font-size: 1.5rem;
        font-weight: bold;
        padding-bottom: 10px;
        color: #0286c1;
    }

    .Ticket .mbox h3 {
        font-size: 0.9rem;
        padding: 0 0 2px 0;
        display: inline-block;
        color: #0286c1;
        border-bottom: 1px solid #0286c1;
        margin-bottom: 20px;
    }

    .Ticket .mbox > span {
        font-size: 0.75rem;
        line-height: 1.7;
        text-align: justify;
        display: block;
        color: #505050;
        padding: 5px 0 5px 0;
    }

        .Ticket .mbox > span strong {
            color: #ff960e;
            font-size: 0.8rem;
        }

        .Ticket .mbox > span.sp {
            color: #e73b88;
            padding: 0;
            line-height: 1.5;
            display: inline-block;
        }

        .Ticket .mbox > span a {
            display: inline;
            color: #e73b88;
        }

        .Ticket .mbox > span b {
            font-size: 13px;
            background: #fff6e2;
            margin: 0 7px 0 0;
            color: #ff8f1b;
            padding: 0 5px;
            display: inline-block;
        }

        .Ticket .mbox > span em {
            text-indent: -29px;
            display: inline-block;
        }

        .Ticket .mbox > span a:hover b {
            background: #fff;
        }

    .Ticket .mbox i {
        font-size: 0.75rem;
        color: #ffffff;
        background: #0286c1;
        padding: 3px 6px;
        font-family: 'Microsoft JhengHei', serif;
    }

    .Ticket .mbox .icons {
        padding-top: 30px;
        text-align: center;
    }

        .Ticket .mbox .icons .ico_Y {
            background: #0286c1;
            box-shadow: 0 2px 0 #0286c1;
            border-radius: 5px;
            padding: 5px 12px;
            color: #fff;
            transition: all 0.2s ease-out;
        }

    .Ticket .mbox p span {
        display: inline-block;
        vertical-align: middle;
        width: 11%;
        padding: 15px;
    }

        .Ticket .mbox p span img {
            width: 100%;
        }

    .Ticket .mbox .Main-banner3 {
        overflow: hidden;
        margin: 0 0 15px 0;
    }

        .Ticket .mbox .Main-banner3 img {
            width: 100%;
        }

    .Ticket .mbox .highcharts-button {
        display: none;
    }

    .Ticket .mbox .step {
        display: block;
        font-size: .9rem;
    }

        .Ticket .mbox .step span {
            display: inline-block;
            background: #00c8df;
            color: #fff;
            padding: 5px 15px;
            border-radius: 5px;
            margin: 10px 0;
        }

        .Ticket .mbox .step i {
            color: #0286c1;
            font-family: 'FontAwesome';
            background: none;
        }

.Ticket .sync1 {
    padding: 0 0 15px 0;
}

    .Ticket .sync1 .owl-item h1 {
        text-align: center;
        padding: 10px 0;
    }

    .Ticket .sync1 .owl-item.current {
        font-size: 25px;
        color: #fff;
        background: #0286c1;
        border-radius: 30px;
    }

    .Ticket .sync1 .owl-item {
        font-size: 25px;
    }

    .Ticket .sync1 .item {
        cursor: pointer;
    }

        .Ticket .sync1 .item h1 {
            text-align: center;
        }

    .Ticket .sync1 .owl-prev {
        position: absolute;
        top: 14px;
        left: -35px;
    }

    .Ticket .sync1 .owl-next {
        position: absolute;
        top: 14px;
        right: 0;
        right: -35px;
    }

.Ticket .box.inline5 {
    display: inline-block;
    vertical-align: top;
    margin: 8px -3px 8px -1px;
    width: 50%;
}

.Ticket .box a {
    display: block;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    margin: 0 8px;
    background: #fff;
    height: 310px;
    position: relative;
}

.Ticket .forum .box .image {
    height: 180px;
    line-height: 180px;
}

.Ticket .box .video iframe {
    width: 100%;
    height: 310px;
}

.Ticket .box .text {
    padding: 10px 15px;
    color: #333;
}

    .Ticket .box .text b {
        font-size: 14px;
    }

@media only screen and (max-width: 768px) {
    .Ticket .mbox p span {
        width: 24%;
    }

    .Ticket .box.inline3, .Ticket .box.inline5 {
        width: 100%;
    }
}

.table_change {
    /*table格式*/
    margin: auto;
    width: 100%;
    margin: 0.5rem 0 0 0;
}

    .table_change th,
    .table_change td {
        padding: 8px 15px;
        width: 50%;
    }

        .table_change td span {
            text-indent: -14px;
            padding: 2px 14px 2px 14px;
            display: block;
        }

@media only screen and (min-width: 769px) {
    .table_change th,
    .table_change td {
        border: 1px solid #00c8df;
    }
}

.table_change thead {
    background-color: #00c8df;
}

    .table_change thead th {
        color: #fff;
    }

.table_change tbody td img {
    width: 70%;
    vertical-align: middle;
}

.table_change.sp th, .table_change.sp td {
    width: 20%;
}

    .table_change.sp td span {
        padding: 0;
        text-indent: 0;
    }


@media only screen and (min-width: 769px) {
    .table_change tbody tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .table_change tbody tr:nth-child(even) {
        background-color: #f2f2f2;
    }
}

@media only screen and (max-width: 768px) {
    .table_change thead {
        display: none;
    }

    .table_change th,
    .table_change td {
        width: auto;
    }

    .table_change.sp th,
    .table_change.sp td {
        width: auto;
        text-indent: -14px;
        padding: 10px 1rem 10px 1rem;
    }

    .table_change tbody tr {
        display: block;
        border: 1px solid #00c8df;
        margin: 10px 0;
        border-radius: 5pt;
        background-color: #fff;
    }

    .table_change tbody td {
        display: block;
        text-align: left;
        padding: 10px 1rem 10px 2rem;
        color: black;
    }

        .table_change tbody td img {
            width: 100%;
        }

    .table_change td span {
        padding: 2px 0px 2px 0px;
    }

    .table_change tbody td::before {
        color: #0286c1;
        text-indent: -1rem;
        content: attr(data-th);
        font-weight: bold;
        display: block;
    }

    .table_change.sp tbody td::before {
        text-indent: 0rem;
    }
}



@media screen and (max-width: 820px) {
    .Ticket .mbox > span {
        text-align: left;
    }

        .Ticket .mbox > span b {
            display: inline-block;
        }

        .Ticket .mbox > span a {
            word-break: break-all;
        }
}

@media screen and (max-width: 359px) {
    .Detail_box .other.pic_box a {
        width: 100%;
        margin: 0 0 5px 0;
    }
}



.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

.Ticket .mbox h3.accordion__question {
    margin-bottom: 0;
}

.accordion__question:hover {
    background: #fff2ae;
}

.Ticket .mbox p.accordion__answer span {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1.7;
    text-align: justify;
    display: block;
    color: #505050;
    padding: 5px 0 5px 0;
}

    .Ticket .mbox p.accordion__answer span a {
        display: block;
        flex-direction: row;
        color: #e73b88;
    }

    .Ticket .mbox p.accordion__answer span strong {
        color: #ff960e;
        font-size: 0.8rem;
    }

.accordion__content {
    overflow: hidden;
    height: 0;
    transition: 0.4s ease-in-out;
}

.in_contect .box.inline3 {
    width: 33%;
}

.in_contect .box a {
    height: auto;
}

    .in_contect .box a.sp {
        min-height: inherit;
    }

.in_contect .box {
    display: inline-block;
    vertical-align: top;
    width: 24.9508%;
    margin: 8px -2px 8px -1px;
}

    .in_contect .box .text {
        padding: 10px 15px;
        color: #333;
    }

        .in_contect .box .text h2 {
            font-size: 21px;
            font-weight: 600;
            overflow: hidden;
            padding: 0;
            margin: 0;
            text-overflow: ellipsis;
            white-space: nowrap;
            border-bottom: none;
        }

    .in_contect .box .image {
        height: 150px;
        line-height: 150px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

.in_contect .box2 .image {
    height: 201px;
    line-height: initial;
}

    .in_contect .box2 .image p {
        margin: 0 auto;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        height: 201px;
        line-height: initial;
        width: 100%;
        background: rgba(0,200,223,0.8);
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

.in_contect .box a.sp {
    min-height: inherit;
}

.in_contect .box a .image span {
    position: absolute;
    top: -250px;
    width: 100%;
    display: block;
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.2s ease-out;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

.in_contect .box a:hover .image span {
    background-color: rgba(0,200,223,0.8);
    top: 0;
}

.in_contect .box .text span {
    color: #a51b21;
}

@media screen and (max-width: 768px) {
    .in_contect .box.inline3 {
        width: 100%;
    }
}
