/*basic*/

header {
    padding: 20px 75px 0px 75px !important;
}

.food_pc_nav nav li:last-child {
    margin-right: 0px;
}

.mobile_menu_box {
    margin-bottom: 20px !important;
}

.food_pc_nav {
    width: 100%;
}

.header.floating {
    padding: 0 75px 0px 75px !important;
}

header.header.floating .logo {
    display: none !important;
}

br.mb_br {
    display: none;
}

@media screen and (max-width:1024px) {
    .mobile_top_menu {
        justify-content: space-between;
    }
    header {
        padding: 0px 20px 0px 20px !important;
    }
}

@media screen and (max-width:480px) {
    br.mb_br {
        display: block;
    }
}


/*search*/


/*top*/

.felx_fixed li {
    margin-bottom: 10px;
}

.felx_fixed li svg {
    width: 45px;
    height: 45px;
}


/*search*/

div#search_Nav {
    opacity: 0;
    z-index: -999;
}

.ay_p_o_b {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.ay_p_o_c_b {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 800px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ay_p_o_c_b_box {
    width: 100%;
    text-align: center;
}

.closebtn {
    position: absolute;
    margin-left: 0;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 30px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: 600;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    border-radius: 50%;
    line-height: 100%;
}

.closebtn:hover {
    color: #fff;
    background: #000;
    opacity: 0.8;
}

li.pc_search {
    display: flex;
}

.nav_box .get_search_form {
    display: none;
}

.get_search_form {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

form.search-form {
    display: flex;
    align-items: center;
}

form.search-form label {
    width: 100%;
}

input.search-field {
    padding: 5px 0px !important;
    border: none;
    width: 100%;
}

::placeholder {
    color: #000;
}

button.search-submit {
    background: #fff !important;
}

button.search-submit svg {
    width: 20px;
    height: 20px;
}

@media screen and (max-width:1024px) {
    .get_search_form {
        width: 90%;
        margin: 0 auto 0 auto;
    }
    .nav_box .get_search_form {
        display: block !important;
    }
}


/* 遮罩層 */

#exit-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}


/* 彈跳視窗 */

#exit-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: auto;
}

div#exit-popup a {
    position: relative;
    line-height: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
}

div#exit-popup img {
    max-height: 75vh;
}

div#exit-popup svg {
    fill: #000000;
    width: 4vh !important;
    height: 4vh !important;
}

button#close-button {
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background: unset !important;
}

@media only screen and (max-width: 1024px) {
    /*base*/
    #exit-popup {
        width: 80%;
    }
    .narrow {
        padding: 0 10px !important;
        max-width: 100% !important;
    }
    .baic {
        padding: 12px 0 8px 0;
    }
    .section_title h2 {
        padding: 7px 0 9px 0 !important;
        font-size: 24px !important;
        margin-bottom: 0;
    }
    .pading30 {
        padding: 0px 0 18px 0;
    }
    .mb_changle {
        display: flex;
        flex-direction: column-reverse;
    }
}


/*跑馬燈*/

#marquee-container {
    width: 100%;
    height: 45px;
    overflow: hidden;
    position: fixed !important;
    background-color: #000;
    bottom: 0;
    z-index: 1000;
}

#marquee-content {
    position: absolute;
    top: 0;
    width: 100%;
}

.marquee-item {
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.marquee-item a {
    width: 100%;
    font-size: 16px;
    color: #fff;
    word-break: break-word;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 20px;
    display: flex;
    letter-spacing: 2px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.marquee-item a:visited {
    color: #fff !important;
}

.marquee-item a:hover {
    color: #fff;
    opacity: 0.8;
}

img.tech {
    max-width: 30px;
    margin-left: 7px;
}

@media screen and (max-width:480px) {
    .marquee-item a {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
    }
}


/*footer_top_info*/

.footer_top_info {
    position: relative;
}

.preface {
    background: #BF966F;
}

.preface p {
    padding: 30px 10px 31px 10px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
}

.footer_top_info .text {
    background: #f6efea;
    padding: 96px 10px 99px 10px;
    text-align: center;
}

.footer_top_info .text img {
    margin-bottom: 41px;
}

.footer_top_info .text h3 {
    color: #6C4118;
    font-size: 48px;
    line-height: 70px;
    font-weight: 600;
    margin-bottom: 35px;
}

.footer_top_info .text h4 {
    color: #BF966F;
    font-size: 30px;
    line-height: 60px;
}

@media screen and (max-width:480px) {
    .preface p {
        padding: 29px 10px 30px 10px;
        line-height: 20px;
        font-size: 12px;
    }
    .footer_top_info .text {
        padding: 34px 10px;
    }
    .footer_top_info .text img {
        margin-bottom: 0px;
        max-width: 33px;
    }
    .footer_top_info .text h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .footer_top_info .text h4 {
        font-size: 12px;
        line-height: 20px;
        max-width: 271px;
        margin: auto;
    }
}


/*footer_brand*/

.footer_brand {
    background: #6C4118;
    text-align: center;
    position: relative;
    padding: 60px 10px;
    color: #fff;
}

.footer_brand_content {
    position: relative;
    max-width: 883px;
    margin: auto;
}

.footer_brand_content h2 {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}

.footer_brand_content h3 {
    font-size: 14px;
    color: #fff;
    letter-spacing: 5% !important;
    font-weight: 600;
    margin-bottom: 50px;
}

.footer_brand_content ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 0px;
    grid-column-gap: 10px;
    margin-bottom: 50px;
}

.footer_brand_content ul a {
    font-size: 14px;
    letter-spacing: 5% !important;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.footer_brand_button {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.footer_brand_button a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 23px;
    background: #BF966F;
    display: unset;
    border-radius: 50px;
    min-width: 343px;
    text-align: center;
}

@media screen and (max-width:768px) {
    .footer_brand_content ul {
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        margin-bottom: 38px;
    }
    .footer_brand_content h3 {
        margin-bottom: 38px;
    }
    .footer_brand_button {
        justify-content: space-between;
        flex-direction: column;
        gap: 19px;
    }
}


/*header-info*/

.header_info {
    background: #BF966F;
    position: relative;
    /*height: 105px;*/
    height: 5.469vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_info a {
    line-height: 0;
}

.header_info a {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-1 {
    /*
       max-width: 345px;
    margin-right: 29px;
    */
    max-width: 17.969vw;
    margin-right: 1.51vw;
}

.info-2 {
    /*
     max-width: 210px;
    */
    max-width: 10.938vw;
}

@media only screen and (max-width: 768px) {
    .header_info {
        height: 42px;
    }
    .info-1 {
        max-width: 116px;
        margin-right: 10px;
    }
    .info-2 {
        max-width: 70px;
    }
}

hr.color {
    background: #BF966F;
    max-width: 108px;
    margin: auto;
    height: 12px;
    margin-bottom: 46px;
}

@media only screen and (max-width: 768px) {
    hr.color {
        margin-bottom: 18px;
    }
}

.arrow_down {
    margin: 28px 0 70px 0;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .arrow_down {
        margin: 32px 0;
    }
    .arrow_down img {
        max-height: 12px;
    }
}


/*BANENR*/

span.swiper-pagination-bullet {
    opacity: 1;
    background: #B5B5B5;
    width: 7px !important;
    height: 7px !important;
    border: none !important;
}

.swiper-pagination-bullet-active {
    background: #BF966F !important;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto;
    margin: 0;
    top: 0;
    bottom: auto;
    padding: 0;
    display: flex;
    align-items: center;
}

.ay_swiper_prev_net {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 21px;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
    max-width: 24px;
    display: flex;
}

.info_banner {
    height: 100%;
    position: relative;
}

.info_banner .info_img {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 66%;
    background-position: center center;
    display: block;
    height: 100%;
}

.info_banner_box {
    position: relative;
    max-width: 1214px;
    margin: 38px auto 110px auto;
}

.info_banner_box .swiper-slide {
    display: block;
    height: 100%;
}

.info_banner_box span.swiper-pagination-bullet {
    opacity: 1;
    background: #B5B5B5;
    width: 7px;
    height: 7px;
    border: none;
}

.info_banner_box .swiper-pagination-bullet-active {
    background: #BF966F !important;
}

.info_banner_box .swiper-button-next-custom svg,
.info_banner_box .swiper-button-prev-custom svg {
    max-width: 25px;
}

.info_banner_box .swiper-button-next-custom,
.info_banner_box .swiper-button-prev-custom {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

.info_banner_box .swiper-button-next-custom.pc {
    right: -122px;
    max-width: 44px;
}

.info_banner_box .swiper-button-prev-custom.pc {
    left: -122px;
    max-width: 44px;
}

.swiper-pagination {
    position: relative;
    margin-top: 18px;
}

.book_link {
    z-index: 2;
    position: absolute;
    bottom: 51px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.book_link a {
    display: flex;
    align-items: center;
    background: #6C4118;
    color: #fff;
    padding: 12px 14px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
}

.book_link a:visited,
.book_link a:hover {
    color: #fff;
}

.book_link a img {
    margin-left: 4px;
}

@media only screen and (max-width: 1470px) {
    .info_banner_box .swiper-button-next-custom {
        right: 22px;
    }
    .info_banner_box .swiper-button-prev-custom {
        left: 22px;
    }
}

@media only screen and (max-width: 768px) {
    .info_banner_box {
        max-width: 100%;
        margin: 16px auto 90px auto;
    }
    .info_banner_box .swiper-button-next-custom,
    .info_banner_box .swiper-button-prev-custom {
        position: relative;
        top: 0;
        transform: unset;
        z-index: 1;
        left: 0;
        right: auto;
    }
    .book_link {
        bottom: 37px;
    }
    .book_link a {
        padding: 6px 8px;
        font-size: 10px;
    }
    .book_link a img {
        max-width: 10px;
    }
    .ay_swiper_prev_net {
        gap: 11px;
        margin-top: 12px;
    }
    .ay_swiper_prev_net img {
        max-width: 14px;
    }
}