/*Django空間攝影*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

:root{
    --MainColor:#B34424;
    --SubColor:#f9f9f9;
}
body {
    font-family: 'Noto Sans TC', 'Century Gothic', sans-serif;
    letter-spacing: 1px;
}

/*錨點滾動-----------------------*/
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(214, 214, 214, 0.6); }
::-webkit-scrollbar-thumb {background-color: var(--MainColor);}
html { scroll-behavior: smooth; }

/*選單最大寬度設定*/
.main_header_area .container{max-width: 95%;}
@media screen and (max-width: 768px) {
    .main_header_area .container { max-width: 100%; }
}

/*大圖--------------------*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.swiper-pagination {left: 50%;margin-left: 0;transform: translate(-50% , 0);}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*header-----------------*/
.pageIndex .header_area{
    background: #fff;
    border-bottom: unset;
    position: fixed;
    padding:0px;
    transition: all 0.5s ease-in-out;
    transition-timing-function: ease-in;
    height: 1000px;
    position: relative;
}
.pageIndex .header_area.sticky{
    background: #fff;
    transition: all 0.5s ease-in-out;
    transition-timing-function: ease-in;
    padding:0px;
    position:relative;
}
.header_area{
    background: rgb(255 255 255 / 74%);
    transition: all 0.5s ease-in-out;
    transition-timing-function: ease-in;
    padding:0px;
    position: sticky;
    backdrop-filter: blur(10px);
}
.header_area.sticky{
    background: rgb(255 255 255 / 74%);
    transition: all 0.5s ease-in-out;
    transition-timing-function: ease-in;
    padding:0px;
    position: sticky;
    backdrop-filter: blur(10px);
}
.pageIndex .navigation{
    top: 450px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.navigation{
    grid-template-columns: 230px 1fr;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .pageIndex .header_area{
        position: sticky;
        background: #Fff;
    }
}
@media screen and (max-width: 1366px) {
    .pageIndex .header_area{height: 768px;}
    .pageIndex .navigation{top: 340px;}
}
@media screen and (max-width: 768px) {
    .pageIndex .header_area{height: auto;position: sticky;}
    .pageIndex .header_area.sticky{position: sticky;}
    .header_area.sticky{backdrop-filter:none;}
    .header_area{backdrop-filter:none;}
}

/*選單*/
.pageIndex .stellarnav ul{text-align: center;}
.stellarnav li.has-sub > a:after{
    content: '+';
    border-left:0px;
    border-right:0px;
    border-top:0px;
}
.stellarnav > ul > li > a{height: 55px;}
.stellarnav > ul > li > a b{
    font-family: 'Century Gothic',sans-serif;
    line-height: 60px;
}
.tp_links a{display: none;}
.stellarnav > ul > li.has-sub > a {padding-right: 15px;}
.stellarnav > ul > li:hover > a {color: var(--MainColor);}
.stellarnav > ul > li:before {
    content: '';
    display: block;
    position: absolute;
    transform: translate(-50%, 0%) scale(1, 0);
    left: 50%;
    bottom: -3px;
    width: 75px;
    height: 5px;
    opacity: 0;
    background: var(--MainColor);
    transition: .5s ease;
}
.stellarnav > ul > li:hover:before {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
}
.box_search {display: none;}
.me_tp_features{display: none;}

@media screen and (max-width: 1024px) {
    .stellarnav > ul > li:before {display: none;}
}
@media screen and (max-width: 768px) {
.pageIndex .navigation{top: 0;}
}

/*下拉選單*/
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a{
    color: var(--MainColor);
    padding-left: 15px;
    background: #fff;
    transition: 0.3s;
}
.stellarnav ul ul{ background: #fff;width: 200px;}
ul.album_classes li:first-child{display: none;}
.stellarnav li li.has-sub > a:after{
    border-left: unset;
    right: 10px;
}
.stellarnav li li a{color: #444;}
.stellarnav li.drop-left li.has-sub > a:after{
    border-top:none;
    border-bottom:none;
    border-right:none;
}

/*第二層*/
.stellarnav li li li a{color: #444;}

/*LOGO------------------*/
.pageIndex .nav-brand{max-width: 600px;}
.nav-header{max-width: 600px;}

@media screen and (max-width: 1024px) {
.nav-brand{
    padding-left: 0px;
    padding-top: 25px;
}
}
@media screen and (max-width: 768px) {
    .nav-brand{
    padding-top: 20px;
    padding-bottom: 15px;
}
.pageIndex .nav-header{max-width: 200px;}
.nav-header{max-width: 200px;}
}

/*大圖特效*/
.pageIndex .swiper-slide:nth-child(2):before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/django/ban-02.png);
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999999;
    height: 100%;
    display: block;
    pointer-events: none;
    max-width: 100%;
}
.pageIndex .swiper-slide:nth-child(1):before{ animation: fade 3s linear 0s both;}
.pageIndex .swiper-slide:nth-child(2):before{ animation: fade 3s linear 0s both;}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*大圖點點*/
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, 
.swiper-pagination-fraction{display: none;}

/*浮動按鈕------------------*/
.linksBtn{ display: none;}

/*to top*/
#to_top{
    bottom: 80px;
    background: var(--MainColor);
    box-shadow: unset;
    color: #ffffff;
    left:20px;
    font-size: 12px;
    padding-top: 5px;
    height: 50px;
    width: 50px;
    border-radius:0;
}
#to_top i:before, #to_top i:after{background: #ffffff;height: 10px;top: 3px;}
#to_top i.top{height: 22px;}
#to_top i.top:before, #to_top i.top:after{height: 15px;top:5px;}

@media screen and (max-width: 480px) {
    .info_fix {bottom: 150px;}
    #to_top{bottom: 110px;}
}

/*banner-------------*/
.banner.banB{display: none;}
.banner.banE{background: #fff;}
.banner.banblog{background: #fff;}
.banner.banC{display: none;}
.banner.banblog h5:after{
    content: '－[ 最新消息 ]';
    font-size: 22px;
    color: var(--MainColor);
}
.banner h5{
    font-family:'Century Gothic';
    font-weight: lighter;
    color: var(--MainColor);
}
.banner.banE h5:after{
    content: '－[ 作品集 ]';
    font-size: 22px;
    color: var(--MainColor);
}

/*相簿----------------*/
.album_page .main_part{max-width: 1200px;}
.show-list{display: block;column-count: 2;}
.show-list .item{padding: 20px;}
.show-list .show_pic{aspect-ratio: 1 / 1;border-radius: 30px;}
.show-list .show_name{height: 50px;font-weight: 400;text-align: center;}
.show-list .item:hover .overlay{opacity: .2;transform: scale(1);}
.show-list .item .show_pic img{transform: scale(1);transition: all .6s;}
.show-list .item:hover .show_pic img{transform: scale(1.1);}
.show-list .item:hover .show_name{color:var(--MainColor);}

/*次頁*/
.album_class_page .main_part{max-width: 1200px;}
.pic-list {column-count: 2;column-gap: 10px;display: block;}
.pic-list .item {width: 100%;margin: 0px;padding: 0;}
.pic-list .show_pic {height: auto;padding-bottom: 0;aspect-ratio: auto;}
.pic-list .show_pic img{width: 100%;object-fit: cover;height: auto;margin-top: 10px;border-radius: 20px;}
.album_fixed_title{display: none;}
.other_album:before{display: none;}
.lightbox .lb-image {border: 2px solid #ddd;}
.lightboxOverlay{opacity: 0.9;}
.subalbum-menu h2{color: #ffffff;font-weight: 200;}
.other_subalbum li{background: #ffffff00;}
.other_subalbum li a p{color: var(--MainColor);text-align: center;margin-top: 10px;}
.album_descrip{color: #ffffff;text-align: center;}
.pic-list .item h6{padding: 0px;}

@media (max-width: 550px){
    .show-list.other_subalbum{column-count: 1;}
}

/*更多相簿按鈕*/
.other_album_choice{text-align: center;display: flex;flex-wrap: wrap;justify-content: center;}
.other_album_choice li {border-radius: 0px;width: 25%;border-top: none;background: var(--MainColor);padding: 0;}
.other_album_choice li:hover{background: #8d351d;}
.other_album_choice li a{display: block;padding: 15px;font-weight: 200;}
.other_album_choice li .fa {display: none;}
.fa-right-from-bracket::before{content: "→";}

@media (max-width: 768px) {
    .other_album_choice{width: 50%;}
    .other_album_choice li{width: 100%;}
}
@media (max-width: 425px) {
    .other_album_choice{width:70%;}
}

/*瀑布流*/
.album_info_page .pic-list { 
    -moz-column-count:3; 
    -moz-column-gap:10px; 
    -webkit-column-count:3; 
    -webkit-column-gap:10px; 
    column-count:3; 
    column-gap:10px;
    width:100%; 
    margin:0 auto; 
}
.album_info_page .pic-list .item { 
    width:100%; 
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid; 
    break-inside: avoid; 
    padding: 0; 
    margin: 0;
}
.album_info_page .pic-list .show_pic { 
    height:auto; 
    padding:0;
}

@media (max-width: 1440px){
    .album_info_page .pic-list{ 
        -moz-column-count:3; 
        -webkit-column-count:3;  
        column-count:3;
}
}
@media screen and (max-width: 1024px) { 
    .contact_page .main_part{display:block;}
    .contact_content {
        padding: 10px;
        width:100%;
}
}
@media (max-width: 768px) {
    .album_info_page .main_part{padding: 50px 0;}
    .other_album{padding: 0 16px;}
    .other_album:before{width: 0;}
    .album_info_page .pic-list{ 
        -moz-column-count:2; 
        -webkit-column-count:2;  
        column-count:2;
    }
    .product-layer-two li {
        display: inline-block;
        margin: 0px 10px 0px 0;
        padding: 5px 0;
        position: relative;
    }
    .product-layer-two {
        display: block;
        width:100%
    }
    .product-layer-two {
        margin: 20px 0;
}
    .product_page .show_content, .product_info_page .show_content{display:block;}
    .products-list, .product-wrapper {width: 100%;}
    .product-layer-two li:hover li { display: none;}
    .product-layer-two > li{width:auto;}
    .product-layer-two li li{display:none;}
    .show_content{padding: 15px 20px;}
}
@media (max-width: 480px) {
    .album_info_page .pic-list{
        -moz-column-count:1;  
        -webkit-column-count:1; 
        column-count:1;
    }
}

/*相簿第二層*/
.other_subalbum li p {  margin-top: 10px;}
.other_subalbum li a img{    
    object-fit: cover;
    min-height: 250px;
}

/*購物車--------------*/
.prod_related h6 span:before {
    color: #212121;
    letter-spacing: 0.1em;
}
.products-list .name {
    height: auto; 
    margin: 0;
    text-align: center;
    padding: 10px 0;
    color: #222;
    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:0;}
.nextaction { background-color: var(--SubColor);}
.lastaction { background-color: var(--SubColor);}
ul.prod li h3.prod-thumb {
    background: #BFB9AA;
    color: #fff;
    text-align: center;
    padding: 5px;
}
ul.prod li .prod-panel { 
    font-size: 14px; 
    line-height: 23px; 
}
.related_list li a {
    display: block;
    padding: 4px;
    background: none;
}
.products-list .item a:hover .more {  
    background: var(--MainColor);
    color: #fff;
    transition: 0.3s;
    letter-spacing: 2px;
}
.products-list .price b { display: 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);}
.products-list{
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 10px;
}
.product-layer-two {
    width: 250px;
    margin: 0;
}
.product_info_page .product-layer-two { display: none; }
.product-layer-two li {
    margin: 0;
    width: 100%;
    padding: 0 10px;
}

/*選單*/
.product-layer-two li i{
    width: 50px;
    height: 45px;
}
.product-layer-two li a {
    color: #222;
    border: none;
    background: transparent;
    transition: all 0.3s;
    line-height: 200%;
    transition: all 0.3s;
}
.product-layer-two > li > a {
    border-bottom: 1px solid #ccc;
    padding-left: 25px;
}
.product-layer-two li:hover > a , .product-layer-two li.active > a{
    color: #ffffff; 
    background: var(--MainColor);
}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {
    background: var(--SubColor); 
    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;
}

/**/
.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{background: var(--MainColor);}
.sidebarBtn{border: 1px #BFB9AA solid;}

/*第二層*/
.prod_related{display: none;}
.inquiry_a1 { background: var(--SubColor);}
.inquiry_a2 { background: var(--SubColor);}

@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;}
}

/*文章管理------------*/
h5.blog_le_t em{font-family: 'Century Gothic';}
h5.blog_le_t span{display: none;}
.submenu li.on_this_category a, .submenu a:hover{background: var(--SubColor);color: #222;}
h5.blog_le_t, h4.blog_category_title {
   font-size: 25px;
   margin-bottom: 10px;
}
.blog_le .accordion>li:hover .link { background: #a5a5a5; }
.blog_le .accordion>li.on_this_category .link { background: #BFB9AA; }
.subbox_item a:before { display: none; }
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    background: transparent;
    color: #000;
    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 p { padding-top: 8px; }
.blog_search input[type=search] { border-radius: 2px; }
.blog_le .accordion { border-radius: 2px; }
.blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 10px;
}
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { display: none; }
.subbox_item {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: none;
}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 0px;
}
.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.2);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;

}
.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%;
}
.subbox_item a:after { display: none; }
.blog_list_ri {
    width: 100%;
    background: var(--SubColor);
    padding: 15px;
}
.blog_list_ri em {
    width: 100%;
    color: #7fcbcf;
}
.blog_list_ri h5 {
    position: relative;
    margin: 0px 0 0;
    font-size: 18px;
    letter-spacing: 0.035em;
    -webkit-line-clamp: 2;
}
.blog_list_ri p {
    color: var(--MainColor);
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}
.main_part { max-width: 1500px; }
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: var(--MainColor)!important;
    transition: 0.3s;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--MainColor)!important;
    transition: 0.3s;
}
@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 375px) {
.blog_subbox.clearfix {
    grid-template-columns: 1fr;
}
}

/*第二層*/
.blog_back a.article_btn_back { background: var(--MainColor); }
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: var(--SubColor);
    color: #222;
    border: 1px solid var(--MainColor);
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
    background: var(--MainColor);
    color: #fff;
    transition: 0.3s;
}
.news_related{display: none;}
.blog_shareData{flex-direction: row;}
.blog_back{width: 50%;margin: 0 auto;grid-gap: 110px;}
.blog_box_edit{word-break: break-all;}

@media screen and (max-width: 768px) {
    .blog_back{width: 80%;grid-gap: 80px;}
}
@media screen and (max-width: 600px) {
    .blog_back{width: 80%;grid-gap: 35px;}
}

/*聯絡我們/＝＝＝＝＝*/
.contact_content {display: block !important;}
.contact_content .information_left { display: none;}
.contact_content .information_right { width: 50%; padding-left: 0px;}
h4.blank_letter.f { position: relative; padding-bottom: 0px; padding-top: 30px; color: transparent;}
h4.blank_letter.f:before { position: absolute;  content: "FORM";  color: var(--MainColor);  font-size: 100px;  font-weight: bolder;  font-family: "Special Gothic Expanded One", sans-serif;  left: 0;  top: 0;letter-spacing: 0px;width: 100%;text-align: center;}
.note {text-align: center; color: #FF004E; display: block; padding: 55px 0;position: relative;}
.star {padding: 0px;}
.contact_form {width: 100%; max-width: 1000px; margin: 0 auto;  padding-top: 50px;}

/*表格*/
.contact_form li { display: flex;padding-left: 0px;padding: 0 0 25px 0;flex-direction: column;}
.contact_page .contact_form { display: flex; max-width: 700px; margin: 0 auto;flex-direction: column;}
.contact_content .information_right { width: 100%; padding-left: 0px;padding: 80px 0;}
.contact_form li .form__label { padding: 5px 10px 5px 0px; margin-left:0px;text-align: left;max-width: 100%;}
.contact_form li:nth-of-type(n+5) { grid-column: auto / span 2; text-align: left; }
.noborder { padding: 10px;}
.contact_form li input.noborder,.contact_form li textarea.noborder {border: none;background: #f3f3f3;}
.contact_page .form__insert:has(input[type="checkbox"]), .contact_page .form__insert:has(input[type="radio"]) {
  display: grid;  grid-template-columns: repeat(auto-fill, minmax(15px, 15px) minmax(130px, 1fr));  gap: 3px 5px; background: #fff;  padding: 10px;align-items: center;}
.contact_form li.last { margin: 0 auto;align-items: center;}
.contact_form li.agree { width: fit-content; margin: 0 auto; order: 1;padding-bottom: 5px;}
.contact_form li.agree .form__insert { background: transparent;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{background: #f3f3f3;}

/*按鈕*/
.contact_form li.last blockquote{display: none;}
.contact_form li.last cite {width:300px;background: transparent;border: 1px solid var(--MainColor); border-radius: 0px; color: var(---MainColor);
  position: relative; overflow: hidden;}
.contact_form li.last cite:hover:before{ height: 100%; top: auto; bottom: 0;}
.contact_form li.last cite:before { content: ''; display: block; width: 100%; height: 0; position: absolute; bottom: 0; left: 0; background: var(--subColor01); transition: .5s ease;}
.contact_form li.last input { position: relative; z-index: 2;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input  { color: var(--mainColor);}

@media screen and (max-width: 600px) {
    .contact_form li .form__label{background: transparent;}
}

/**/
@media screen and (max-width: 1700px) {
.footer_logo { padding: 0 20px;}
}

/*FOOTER--------------*/
.box_link a { display: none; }
.footer {
    background:var(--SubColor);
	padding: 30px 0 0;
}
.footer .center {
    position: relative;
    max-width: 100%;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
    flex-direction: column;
    grid-gap: 10px;
    margin: 0px 300px 15px 300px;
}
.footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 5px;
}
.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 0;
    transition: all 0.3s;
    border: none;
    background: transparent;
    color: #434343;
    display: block;
    width: fit-content;
}
.footer_menu a:before { content: "·"; }
.footer_menu a:nth-child(1) { display: none; }
.footer_menu a:hover {
    background: transparent;
    color:var(--MainColor);
}
.copy {
    background: var(--MainColor);
    color: #fff;border:none;
    margin-top: 0px;
    position: relative;
    padding: 15px 0;
}
.copy a{
    color: #fff;
    transition:all 0.3s;
}
.footer_info li { padding: 15px; }
.footer_info ul>li:before {
    font-size: 115%;
    color: #434343;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid var(--MainColor);
    padding-bottom: 10px;
    letter-spacing: 0.2em;
    font-weight: bold;
}
.footer_info ul>li:nth-child(1):before { 
    content: "CONTACT"; 
    font-family: 'Century Gothic';
    font-weight: 500;
}
.footer_info ul>li:nth-child(2):before { 
    content: "MAIN MENU"; 
    font-family: 'Century Gothic';
    font-weight: 500;
}
.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p {
    color: #434343;
    letter-spacing: 0.15em;
}
.footer_info ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr));
    gap: 0 20px; 
    letter-spacing: 0.15em;
}
.footer_logo img { width: 100%; }
.footer_logo {
    display: inline-block;
    vertical-align: top; 
    width: 170px; 
    margin: 0px;
}
@media screen and (max-width: 1024px) { 
    .footer_info{margin: 0px 100px 15px 100px;}
}

@media screen and (max-width: 768px) { 
.footer_info li { flex-direction: column;} 
.footer_info li+li{margin-top: 0px;}
.footer_info{margin: 0px 60px 15px 60px;}
}

/*手機版選單--------*/
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { 
    bottom: -800px!important; 
    z-index: 999999;
}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{padding: 22px;}
.stellarnav .menu-toggle:after{display: none;}
.stellarnav .menu-toggle span.bars span{
    width: 30px;
    height: 1px;
    margin: 0 auto 6px;
    background: #999;
}

@media (max-width: 768px) {
    #bottom_menu{display: none;}
}

/*第二層*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{background: var(--MainColor); color: #fff;}
.stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 1px #777;}
.stellarnav a.dd-toggle .icon-plus:before{border-bottom: solid 1px #777;}
.stellarnav .icon-close:after{border-bottom: solid 3px #fff;}
.stellarnav .icon-close:before{border-bottom: solid 3px #fff;}