@charset "utf-8";
/*二鍋頭東山鴨頭*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');


:root{
    --MainColor:#8E2817;
    --SubColor:#000;
}

body {
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
}
#content_main{
    background: #000000;
    min-height: 100%;
}
#content{
    background: #000000;
}

/*錨點滾動*/
html { 
    scroll-behavior: smooth;
 }
::-webkit-scrollbar {
    width: 3px;
}
::-webkit-scrollbar-track { 
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
}
::-webkit-scrollbar-thumb {
    background-color: var(--MainColor);
    border-radius: 50px;
}

/*大圖================================*/
/*預設解除背景輪播*/
#content_main { 
    margin:0;
}
.bannerindex { 
    position:static; 
    height:auto;
}
.swiper-banner { 
    position:static; 
    margin:0; 
    height:auto;
} 
.swiper-slide img { 
    height:auto;
}

@media screen and (max-width: 768px) {
.bannerindex { 
    padding:0; 
    margin:0;
}
}

/*側邊按鈕=============================*/
.linksBtn{
    background-color: var(--MainColor);
}
.info_fix:hover>.linksBtn{
    background: var(--SubColor);
}
.info_fix_links a{
    background: var(--MainColor);
}
.info_fix_links a:hover{
    background-color: #00000098;
}
.header_area{
    padding: 0px;
}
a.info_fix_default.info_fix_mail{
    display: none;
}

/*HEADER==============================*/
.navigation{
    grid-template-columns: 250px 1fr;
}
.pageIndex .main_header_area {
    background: #000;
    transition: all 0.5s;
    padding: 10px;
}
.main_header_area {
    background: #000000;
    padding: 10px;
}
.main_header_area .container{
    max-width: 100%;
    width: 85%;
}

/*LOGO*/
.nav-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: all 0.5s;
    max-width: 250px;
}
.nav-brand{
    position: relative;
    top: 3px;
    width: 250px;
}

@media screen and (max-width: 768px) {
.nav-brand, .header_area.sticky .nav-brand{
    width: 190px;
}
}

/*選單*/
.stellarnav > ul > li > a{
    color: #ffffff;
}
.tp_links a{
    display: none;
}
.me_tp_features a{
    color: #FFF;
}
.stellarnav > ul > li:hover > a, .header_area.sticky .stellarnav > ul > li:hover > a {
    color: var(--MainColor);
    transition: 0.3s;
}
.stellarnav li.has-sub > a:after {
    content: '+';
    border-left: none;
    border-right: none;
    border-top: none;
}
.shop_search_btn{
    background: var(--MainColor);
}

/*下拉選單*/
.stellarnav ul ul{
    background: #8e2917be;
    backdrop-filter: blur(5px);
}
.stellarnav li {
    font-size: 14px;
}
.stellarnav li li{
    border: none;
}
.stellarnav li a{
    color: #ffffff;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #fff;
    padding-left: 11px;
    background:#111;
}
.stellarnav li li.has-sub > a:after{
    border-left: none;
    border-right: none;
    border-top: none;
    right: 10px;
}

@media screen and (max-width: 1024px) {
    .stellarnav ul{
        text-align: center;
        height: 45px;
    }
    .stellarnav > ul > li{
        top: 5px;
    }
    .stellarnav > ul > li > a{
        font-size: 14px;
    }
    .pageIndex .stellarnav > ul > li > a { 
        color: #fff;
    }
    .me_tp_features{
        margin: 0px 0 0;
        justify-content: center;
    }
}
@media screen and (max-width: 768px) {
.stellarnav ul{
    margin-top: 0px;
    height:auto;
}
.header_area.sticky .stellarnav>ul>li>a{
    color:#fff;
}
}

/*banner==============================*/
.banner.banB{
    display: none;
}
.banner.banblog{
    display: none;
}
.banner.banF{
    display: none;
}
.banner.banC{
    display: none;
}

/*首頁文章============================*/
.module_i_news .title_i_box h4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    letter-spacing: 2px;
    color: #A99459;
    margin-bottom: 30px;
    font-family: 'noto serif TC';
}
.module_i_news .title_i_box h4::after{
    content: 'NEWS';
    display: block;
    font-size: 25px;
    color: #A99459;
    font-family: 'Bellefair', sans-serif;
}
.module_i_news ul{
    display: flex;
    flex-wrap: nowrap;
    max-width: 1500px;
    margin: 30px auto;
    grid-gap: 10px;
}
.module_i_news li{
    width: 25%;
    padding: 5px;
    margin: 0 0 20px 0;
    border: 1px solid var(--MainColor);
}
.module_i_news li:nth-child(n+5){display: none;}
.module_i_news li a {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.module_i_news li a:before {
    transform: translate(-50%, 0%);
    left: 50%;
    right: 0;
    bottom: -15%;
    letter-spacing: 2px;
    height: 48px;
    line-height: 48px;
    opacity: 0;
    display: block;
    color: #fff;
    background: var(--MainColor);
    width: 100%;
    text-align: center;
    font-family: 'Bellefair', sans-serif
}
.module_i_news li a:hover:before{bottom: 0;}
.module_i_news li a:after {display: none;}
.i_blog_le{
    width: 100%; 
    padding: 0;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.i_blog_le img {
    position: absolute;
    transform: translate(-50% , -50%);
    min-height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
}
.i_blog_ri {
    width: 100%;
    background: unset;
    min-height: 130px;
    padding: 10px 10px;
}
.i_blog_ri h5{
    font-size: 18px;
    font-weight: 500 !important;
    color: #fff !important;
}
.i_blog_ri em {
    color: #fff !important;
    font-family: 'noto sans TC', sans-serif;
}
.i_blog_ri p{
    line-height: 160%;
    font-size: 14px;
    -webkit-line-clamp: 2;
    font-family: 'noto sans TC', sans-serif;
}
.i_blog_b {
    max-width: 300px;
}
.i_blog_b a {
    justify-content: center;
    transition: .3s ease-out;
    margin-top: 0;
}
.i_blog_b a b {
    font-weight: normal;
}
.animated-arrow{
    background: var(--MainColor);
}

@media screen and (max-width: 768px){
.module_i_news {
    padding: 50px 5%;
}
.module_i_news li {
    width: 50%;
    margin:0;
}
}
@media screen and (max-width: 600px){
    .module_i_news ul{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
    }
    .module_i_news li{
        width: 100%;
    }
}
@media screen and (max-width: 500px){
.module_i_news .title_i_box h4, .module_i_news .title_i_box h4:before {
    font-size: 20px;
}
.module_i_news li { 
    width: 100%;
} 
.module_i_news li a {
    align-items: center;
}
}

/*文章管理============================*/
.blog_page .main_part { 
    max-width: 1500px;
}
.blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.subbox_item {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: none;
}
.subbox_item a:before { 
    display: none;
}
.subbox_item a:after {
    display: none;
}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 0;
    border: 1px solid var(--MainColor);
    padding: 5px;
}
.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;
}
.blog_le{
    position: sticky;
    display: inline-block;
    top: 120px;
}
.blog_le .accordion { 
    border-radius: 2px; 
}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: var(--MainColor);
    transition: 0.3s;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{
    color: #fff!important;
}
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    background: transparent;
    color: #fff;
    letter-spacing: 1px;
    opacity: 1;
    left: 0;
    position: relative;
    padding: 0 22px 0 0;
    font-size: 12px;
    line-height: 12px;
}
.blog_list_ri em { 
    display: none; 
}
.blog_list_ri { 
    width: 100%;
    padding: 15px 15px; 
}
.blog_list_ri h5 {
    position: relative;
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.035em;
    color: #fff;
}
.blog_list_ri p {
    color: #fff;
    margin: 15px 0 0;
    font-size: 14px;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}
.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
}
.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
}
.blog_back a.article_btn_back { 
    background: var(--MainColor);
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: var(--MainColor);
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {
    background: #111;
    color: #FFF;
    transition: all 0.3s ease-in-out;
}
.blog_search input[type=search] { 
    border-radius: 2px; 
    background: transparent;
    background: #ffffff;
}
.blog_search input[type=submit]{
    width: 0;
}
body.blog_page .clearfix:before, body.blog_page .clearfix:after { 
    display: none;
}

@media screen and (max-width: 1494px) {
    .blog_subbox{
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}
@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {
        margin: 0 auto;
        display: grid;
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .blog_subbox{
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}
@media screen and (max-width: 768px) {
    .blog_subbox.clearfix {
        margin: 0 auto;
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }
    .blog_le{
        position: relative;
        top: 0px;
    }
}
@media screen and (max-width: 425px) {
    .blog_subbox.clearfix {
        grid-template-columns: 1fr;
    }
}

/*第二層*/
.blog_shareData{
    justify-content: flex-end;
}
.articel_mainPic img{
    max-width: 50%;
}
.news_related{
    display: none;
}
h5.blog_le_t, h4.blog_category_title {
    font-size: 25px;
    margin-bottom: 10px;
    color: #ffffff;
}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i{
    color: #fff;
}
.blog_box_edit{
    color:#fff;
}

/*文章分類ARTICLE*/
h5.blog_le_t em {
    font-size: 20px;
    letter-spacing: 0.1em;
}
h5.blog_le_t span { 
    font-size: 20px; 
}
h5.blog_le_t{
    color: #ffffff;
}
.accordion li .link a{
    color: #ffffff;
}

/*購物車==============================*/
.prod_related h6 span:before {
    color: #fff;
    letter-spacing: 0.1em;
}
.products-list{
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 10px;
}
.products-list .name {
    height: auto; 
    margin: 0;
    text-align: left;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
}
.products-list .pic:hover img{
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;
    transform: scale(1.2);
}
.products-list .pic img{
    transition: all 0.4s ease;
    transform:scale(1);
    object-fit: cover;
}
.products-list .more{
    border: 1px solid var(--MainColor);
    color:var(--MainColor);
}
.products-list .price{
    margin: 5px 0;
    justify-content: flex-start;
}
.products-list .price .sp_price{
    text-align: center;
}
.products-list .item a:hover .more {  
    background: var(--MainColor);
    color: #fff;
    transition: 0.3s;
    letter-spacing: 2px;
}
.products-list .price b {
    font-size: 16px;
    text-align: left;
    margin: 3px 0;
}
.nextaction { 
    background-color: var(--MainColor);
}
.lastaction { 
    background-color: var(--MainColor);
}
ul.prod li .prod-panel { 
    font-size: 14px; 
    line-height: 23px; 
}
.related_list li a {
    display: block;
    padding: 4px;
    background: none;
}
.product-layer-two li.active a {
    font-weight: bold;
    border: unset;
    border-bottom: 1px dotted #ccc;
}
.product_page .main_part {
    width: 100%;	
    max-width: 1500px;
}
.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: auto;
    padding: 10px 10px;
    flex-direction: row;
    justify-content: center;gap: 20px;
}
.product_page .products-list {
    width: calc(100% - 280px);
}

/*選單*/
.fa-circle-plus::before{
    color: #fff;
}
.product-layer-two li i{
    width: 50px;
    height: 45px;
}
.product-layer-two li a {
    color: #fff;
    border: none;
    background: transparent;
    transition: all 0.3s;
    line-height: 200%;
    transition: all 0.3s;
    padding: 7px 10px;
}
.product-layer-two > li > a {
    border-bottom: 1px dotted #ccc;
    padding-left: 10px;
}
.product-layer-two li:hover > a , .product-layer-two li.active > a{
    color: #fff; 
    background:var(--MainColor);
}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {
    background: var(--MainColor); 
    color:#fff;
}
.product-layer-two > li > a:before {
    border-radius: 100%; 
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "";
    color: var(--MainColor);
    background: #dddddd;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
    display:none;
}
.product-layer-two li ul {
    position: relative;
    padding-top: 1px;
}
.product-layer-two li li {
    border: none;
    background: transparent;
}
.product-layer-two li li a{
    background: transparent;
}
.product-layer-two li li:hover a{
    color: #BFB9AA;
    background: transparent;
}
.product-layer-two {
    width: 260px;
    margin: 0;
}
.product-layer-two li {
    margin: 0;
    width: 100%;
    padding: 0 10px;
}

/*第二層*/
.product_info li span{
    color: #fff;
}
.product_info_page .product-layer-two { 
    display: none; 
}
.prod_related{
    display: none;
}
.sidebarBtn h2{
    color: #fff;
}
span#ori_price{
    color: #fff;
}
.send_simple { 
    background: #5b5b5b;
}
.rewrite_simple {
    background: #5b5b5b;
}
.separate_title {
    font-size: 16px;
    color: #fff;
    padding: 10px 0 10px 40px;
    background: #4d4d4d;
}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover, .inquiry_a4:hover{
    background: var(--MainColor);
}
.sidebarBtn{
    border: 1px #777 solid;
    background: transparent;
}
.pd_tabInner_contain{
    color: #fff;
}
.pd_tabTitle li.activeTab a{
    color: #ffffff;
}
.inquiry_a3{
    background:var(--MainColor);
    color: #fff;
}
.inquiry_a4{
    background: var(--MainColor);
    color: #fff;
}
.inquiry_a1 { 
    background: var(--MainColor);
}
.inquiry_a2 { 
    background: var(--MainColor);
}
.toShare{
    color: #ffffff;
}

/*RWD*/
@media screen and (max-width: 768px) { 
.product_page .products-list {
    display: grid; 
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr;
}
.product-layer-two > li > a {
    display: none;
}
.product_page .products-list ,.product-layer-two { 
    width:100%;
}
.prod_related h6 span:before{
    font-size: 24px;
}
.mobile_product_name { 
    display: none;
}
.sidebarBtn {
     order: -1;
     margin: 0px auto 20px;
    }
.product_pic { 
    padding-top: 0px;
}
body.pageIndex .products-list {
    padding: 40px 0 20px;
}
.products-list .item {
    width: 100%;
}
.product-layer-two {
    display: none;
}
#prod_thumbSwiper{
    margin: 20px 0;
}
}
@media screen and (max-width: 500px) { 
.product_page .products-list{
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 425px) { 
.product-layer-two {
    display: none;
}
.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    margin: auto;
    padding: 10px 10px;
    flex-direction: column;
    align-content: center;
}
.product_page .products-list { 
    width: 100%;
}
}
@media screen and (max-width: 1024px) {
.clearfix:before, .clearfix:after { 
    display: none; 
}
.products-list .item { 
    width: 100%; 
}
}
@media screen and (max-width: 768px) {
.product_page .products-list { 
    width: 100%; 
    display: grid;
    grid-gap: 10px;
}
}

/*購物內頁===========================================*/
.shopping-cart .cell.product_name p{
    color: #fff;
}
.shopping-cart .cell{
    color: #fff;
}
.fa-remove:before, .fa-close:before, .fa-times:before{
    color: red;
}
.total_amount li{
    color: #fff;
}
.rewrite_simple{
    background: var(--SubColor2);
}
.send_simple {
    background: var(--SubColor2);
}

/*訂購資料*/
.separate_title{
    background: var(--MainColor);
}
.formbox_form li .form__label{
    color: #fff;
}
.form label.Bigcheck{
    color: #ffffff;
}
.form label{
    color: #ffffff;
}
.shopping-cart .cart_head{
    background: var(--SubColor2);
}
.declaration{
    background: var(--MainColor);
}

/*完成訂單*/
.order_pay .blank_letter, .order_pay .information_left{
    color: var(--SubColor2);
}
.orderFinish_data .animated-arrow{
    background: var(--MainColor);
}
.order_list_tit span{
    color: #ffffff;
    border-bottom:none;
}
.order_list_tit b{
    color: var(--SubColor2);
}
.order_list_tab td{
    color: #222;
    border-top: 1px #fff solid;
    background: var(--SubColor);
}
.order_list_spec p{
    background: var(--SubColor2);
}
.order_list_tab td:nth-child(1){
    background: var(--MainColor);
    color: #ffffff;
}
.orderFinish_data .pay_text>*+*{
    margin-top: 10px;
}
.order_list_head p{
    color: var(--SubColor2);
    border-bottom:none;
}
.order_list_pro tr:first-child{
    background: var(--SubColor2);
}
.order_list_pro td{
    color: #ffffff;
}
.last_box_money p, .last_box_money em{
    color: #ffffff;
}
.order_list_pro tr:first-child td{
    color: #ffffff;
}
.order_list_tab.payer td:nth-child(1){
    border-right: none;
}

/*聯絡我們============================*/
.info_TEL:before{
    content: "加盟專線";
}
.info_LINE:before{
    content: "LINE ID";
}
.info_TEL:before, 
.info_TEL2:before, 
.info_PHONE:before, 
.info_LINE:before, 
.info_FAX:before, 
.info_TAXID:before, 
.info_MAIL:before, 
.info_ADD:before, 
.info_ADD2:before{
    width: 60px;
}
.contact_page .path p, .path p a{
    display: none
}
.blank_letter {
    color: #ffffff;
}
.contact_page .contact_content {
    padding: 0px 10px 80px;
    position: relative;
}
.contact_form li .form__insert{
    color: #fff;
}
.contact_page form.style1 {
    padding-bottom: 60px;
}
.contact_page .main_part {
    width: 100%;
    max-width: 1366px;
    padding: 50px 0px 0px;
}
.contact_page h4.blank_letter.i {
    width: 100%;
    position: relative;
    padding-top: 0; 
    padding-left: 0px; 
    letter-spacing: 0px; 
    text-indent: 5px; 
    font-size: 23px;
}
.list_before.info li {
    padding-left: 40px;
    margin-left: 5px;
    color: #fff;
}
.list_before li { 
    margin: 15px 0;
}
.list_before.info li{
    padding-left: 65px;
}
.list_before.info li:nth-last-child(1) a img {
    width: 50px;
    padding: 5px;
    background: transparent;
}
.list_before.info li:nth-last-child(1) a+a { 
    margin-left: 8px;
}
.list_before.info li:nth-last-child(1) a:hover { 
    background: #fff;
}
.contact_content .information_left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1366px;
    margin: 0 auto;
    padding-bottom: 80px;
    z-index: 1;
    position: relative;
}
.contact_page h4.blank_letter.f {
    text-align: center;
    padding-bottom: 50px;
    letter-spacing: 5px;
    text-indent: 5px; 
    font-size: 23px;
    position: relative;
    padding-top: 0px;
}
.contact_page .note {
    display: block;
    text-align: center;
}
.contact_page ul.list_before.info {
    width: 40%;
    margin-top: 15px;
    margin-bottom: 60px;
}
.contact_le_nomap {
    width: 60%;
    margin-top: -50px;
}
.contact_content .information_right {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto; 
    display: block; 
    padding: 50px 0px; 
    border:1px solid #e8e8e8;
}
.contact_form {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_form li.last { 
    text-align: center;
}
.contact_form li.last blockquote { 
    color: #fff;
}
.contact_form li.last blockquote, .contact_form li.last cite { 
    border: 1px #fff solid;
}
.contact_form li.last cite { 
    background: var(--MainColor); 
    margin-left: 10px;
}
.contact_form li.last i.fa-solid.fa-arrow-right { 
    transform: rotate(0deg);
}

/*表單*/
.contact_form li .form__label {
    display: block;
    width: 100%;
    text-align: left;
    margin-left: 0px;
}
.contact_form li {
    padding-left: 0px; 
    width: 100%;
}
.contact_form li .form__label {
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0 5px;
    color: #fff;
}
.contact_page .form__insert:has(input[type="checkbox"]),.contact_page .form__insert:has(input[type="radio"]) {
    display: flex;
    gap: 10px;}
.contact_form li:nth-last-child(6) ,.contact_form li:nth-last-child(3) { 
    width: 100%;
}
.contact_page .contact_form li:nth-last-child(6) .form__insert:has(input[type="checkbox"]) {
    grid-template-columns: repeat(auto-fill,minmax(15px, 15px) minmax(300px, 1fr));
}
.noborder { 
    padding: 5px;
}
.contact_form li input.noborder{
    background: none;
}
.contact_form li textarea.noborder{
    background: none;
}

@media screen and (max-width: 768px) {
.contact_page ul.list_before.info { 
    width: 100%;}

.contact_le_nomap { 
    width: 100%;
}
.contact_content .information_right { 
    padding: 40px 35px; 
}
}
@media screen and (max-width: 600px) {
.contact_form li {
    width:100%;
    padding-left:0;
}
.contact_form li .form__insert {
    width: 100%;
}
.contact_form li .form__label {
    width: 100%;
    margin-left: 0;
	text-align:left;
    background: rgb(255 255 255 / 15%);
}
}

/*FOOTER==============================*/
.footer{
    background: #000;
}
.footer_info li p.tel:before{
    content: '加盟專線：';
}
.footer_logo{
    display: block;
    max-width: 100%;
    margin: 0;
}
.footer_menu {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px; 
}
.footer .center{
    max-width: 80%;
    width: 100%;
}
.footer_info ul {
    display: flex;
    width: 100%;
    margin-left: 0;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.footer_info{
    grid-template-columns: 350px 1fr;
    padding-right: 0;
    align-items: center;
}
.footer_menu a{
    background: transparent;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 10px;
    margin:0;
    text-align: center;
    border: 1px dotted var(--MainColor);
    border-radius: 5px;
}
.footer_info li p {
    color: #fff;
    font-size: 15px;
}
.footer_info li p  a{
    color: #fff;
}
.copy{
    padding: 15px 0;
    border-top: none;
    color: #fff;
    letter-spacing: 1px;
    background: var(--MainColor);
}
.copy a {
    color: #fff;
}
.box_link{
    display: none;
}
.footer_menu a:hover{
    background: var(--MainColor);
    transition: 0.3s;
    color:#fff;
}

@media screen and (max-width: 1200px) {
.footer_info {
    grid-template-columns: 1fr;
    padding: 0;
}
.footer_info ul{
    justify-content: space-between;
}
.footer_logo{
    display: none;
}
}
@media screen and (max-width: 768px) {
    #to_top { 
        bottom:60px;
    }
    .bannerindex { 
        padding:0; 
        margin:0;
    }
    .footer_info ul{
        flex-direction: column;
    }
    .footer_logo{
        display: flex;
        width: 50%;
        position: relative;
        left: 25%;
        justify-content: center;
    }
    .footer_menu{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .footer{
        padding: 30px 0 55px;
    }
}
@media screen and (max-width: 600px) {
    .footer_menu{
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 425px) {
    .footer_menu{
        grid-template-columns: 1fr 1fr;
    }
}

/*TO TOP---------------------------------*/
#to_top{
    border-radius: 10%;
}

/*手機版選單==============================*/
.stellarnav .menu-toggle:after{
    display: none;
}
.stellarnav .menu-toggle span.bars span{
    width: 30px;
    border-radius: 0px;
}
.stellarnav .menu-toggle{
    padding: 35px 20px;
}
.stellarnav.mobile.left > ul{
    background: #000;
}

@media screen and (max-width: 768px) { 
    .stellarnav .menu-toggle span.bars span{
        position: relative;
        top: 5px;
        background: var(--MainColor);
    }
    .pageIndex .stellarnav > ul > li > a, .stellarnav > ul > li > a, .header_area.sticky .stellarnav > ul > li > a{
        padding: 30px 0 30px;
        margin: 0 10px;
    }
    .stellarnav.mobile > ul > li > a{
        padding: 30px 0 30px;
        line-height: 0;
    }
    .pageIndex .stellarnav .menu-toggle{
        padding: 23px 5px;
    }
}

/*第二層*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: var(--MainColor);
    color: #fff;
}
.stellarnav .icon-close:after{
    border-bottom: solid 3px #fff;
}
.stellarnav .icon-close:before{
    border-bottom: solid 3px #fff;
}
.stellarnav.mobile.left > ul:after{
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-width: 400px;
    top: 0;
    left: 0;
    -webkit-transition: all 1s cubic-bezier(0.22, 1, 0.36, 1); 
    transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transform: perspective(960px) rotateY(-90deg);
    transform: perspective(960px) rotateY(-90deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; 
    opacity: 0;
}
.stellarnav.active>ul:after {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: perspective(960px) rotateY(0deg);
    transform: perspective(960px) rotateY(0deg);
    z-index: -1;
}
.stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 30px 0 30px;
}
.stellarnav.mobile li.open{
    background: #333;
}