@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*上方選單解除滑動固定*/
/*.header_area.sticky { position:relative;}*/

@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #000 /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.edit_part ,#content_main{    background: #000;}
body.car_page.bodyDesktop , .blog_page.article_a.bodyDesktop , body.album_class_page.album_a.bodyDesktop ,body.blog_in_page.article_a.bodyDesktop ,body.product_info_page.bodyDesktop ,body.album_info_page.album_a.bodyDesktop ,body.album_page.album_a.bodyDesktop ,body.product_page.bodyDesktop{    background: #000;}
body.car_page.bodyMobile , body.blog_in_page.article_a.bodyMobile , body.album_info_page.album_a.bodyMobile , body.blog_page.article_a.bodyMobile , body.album_page.album_a.bodyMobile , body.product_page.bodyMobile , body.product_info_page.bodyMobile , body.album_class_page.album_a.bodyMobile{background: #000;}

/*電腦LOGO/＝＝＝＝＝*/
.nav-brand {    width: 100%;transition:all 0.3s;}
.header_area .nav-brand {max-width: 160px;    margin: 20px auto;}
.header_area.sticky .nav-brand{max-width: 160px;}

/*Header/＝＝＝＝＝*/
/*.header_area {
background: transparent;
position: fixed;
padding: 0;
}*/
.main_header_area, .header_area {
    background:#000;
    padding: 0;
}
.header_area.sticky {background: transparent;    box-shadow: 0 0 15px #a5824240;}
.box_search {
    margin-top: 10px;
    margin-bottom: 0;
}
/*選單最大寬度設定*/
.main_header_area .container {    max-width: 95%;}
.navigation {    text-align: center;}
.stellarnav ul {text-align: center;}

/*第一層*/
.me_tp_features {    width: 98.3%;}
.stellarnav {z-index: 100;}
.stellarnav > ul > li {
    transition: all 0.3s;
    padding: 0 5px;
    border-radius: 20px;
    margin: 0 5px;
    font-family: "Noto Sans TC";
    background-color: transparent;
    text-transform: uppercase;
    box-shadow: 0 0 1px #aba07d, 0 0 2px #aba07d, 0 0 6px #aba07d, 0 0 9px #aba07d, inset 0 0 1px #aba07d, inset 0 0 2px #aba07d, inset 0 0 2px #aba07d, inset 0 0 2px #aba07d;

}

.stellarnav > ul > li > a {
    padding: 0 20px;
    transition: all 0.3s;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #f2f2f2;
    border-radius: 20px;
    line-height: 43px;
    height: 38px;
}
.stellarnav > ul > li:hover {
    -webkit-box-shadow: 10px 10px 99px 6px #efc959;
    -moz-box-shadow: 10px 10px 99px 6px rgba(76,201,240,1);
    box-shadow: 10px 10px 99px 6px #efc959;
        background-color: #aba07d;
}
.stellarnav > ul > li:hover > a{color: #ffff;border: none;}

/*第二層*/
.stellarnav ul ul {    background: transparent;}
.stellarnav li li {
    border: none;
    background-color: #92929233;
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    transition: opacity .2s;
    border-bottom: 1px solid #ffffff80;
}
.stellarnav li li:hover {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 7px 5px;
    transition: all 0.3s;
    text-align: center;
    color: #ffffff;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { 
    transition: 0.5s;   
    color: #d3c032;}
/*三角下拉*/
.stellarnav li.has-sub > a:after {display: none;}

/*SubMenu*/
.shop_search_btn {    background: #000;}
.tp_links {display: none;}
.path {    display: none;}
.path p, .path p a {display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}

/*漢堡選單*/
.stellarnav.mobile > ul > li {border-bottom: 1px #444 solid;}
.stellarnav .menu-toggle span.bars span {background: #eee;height: 1px;}
.stellarnav .menu-toggle:after {color: #eee;padding-top: 4px;}
.stellarnav.mobile.left > ul {    background: #000;    border-right: 1px #444 solid;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #000;color: #eee;}
.stellarnav .icon-close:before {border-bottom: solid 1px #eee;}
.stellarnav .icon-close:after {border-bottom: solid 1px #eee;}

@media screen and (max-width: 768px) {
    .stellarnav > ul > li {  
    border-radius: 0;
    box-shadow: none;}
    .stellarnav > ul > li:hover {box-shadow: none;}
    .stellarnav li li > a, .stellarnav li li.has-sub > a {
    color: #000;
    background: #a58242;}
    .stellarnav li li {border-bottom: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {color: #ffff;}
    .stellarnav.mobile > ul > li > a {color: #eee;}
    .stellarnav > ul > li:hover > a {color: #fff;}
    .stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 1px #f3f3f3;}
    .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #f3f3f3;}
    .stellarnav.mobile li.open { background: #000;padding: 0;}
    .stellarnav .menu-toggle{    padding: 33px 30px 0;}
}


/*Footer/＝＝＝＝＝*/
.footer {    background:#000 ;box-shadow: 0 0 10px #444;}
.footer_logo a img {    max-width: 190px;    padding-right: 50px;}
.footer_info {    
    display: flex;
    align-items: center;
    padding-right: 0;
}

.footer_menu {
    display: flex;
    gap: 15px;
    justify-content:flex-start;
}
.footer_menu a {
    border: none;
    margin: 0;
    text-align: center;
    padding: 15px;
    transition: all 0.3s;
    background: #fff0;
    letter-spacing: 2px;
    color: #fff;
    box-shadow: 0 0 1px #aba07d, 0 0 2px #aba07d, 0 0 6px #aba07d, 0 0 9px #aba07d, inset 0 0 1px #aba07d, inset 0 0 2px #aba07d, inset 0 0 2px #aba07d, inset 0 0 2px #aba07d;
    border-radius: 30px;
}
.footer_menu a:hover {   color: #fff;    
    -webkit-box-shadow: 10px 10px 99px 6px #efc959;
    -moz-box-shadow: 10px 10px 99px 6px rgba(76,201,240,1);
    box-shadow: 10px 10px 99px 6px #efc95973;
    background: #ffffff00;
}
.footer_menu a:nth-child(1) {    display: none;}
.footer_info li:nth-child(2) {    padding: 10px 0 30px;}
.copy {    
    background: #000;
    color: #f2f2f2;
    border-top: 1px solid #ffffff30;
    margin-top: 0;
    font-weight: 900;
}
.copy a{    color: #f2f2f2;transition:all 0.3s;}
.copy a:hover {}
.box_link{display: none;}
.footer_info li p{ color: #f2f2f2;}
.footer_info li p a{ color: #f2f2f2;}

/*匯款頁Footer跑掉修正*/
.footer_info li p:before {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: inherit;
  font-weight: inherit;
  margin-right: 5px;
  letter-spacing: inherit;
}


/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{
    left: 0;
    width: 240px;
    margin: auto;
    position: absolute;
    padding: 0 20px;
    transition: opacity .2s;
}
.stellarnav.desktop li.bigMenu ul ul {
    top: 0;
    left: 200px;
    width: 70%;
    background: #fff0;
    backdrop-filter: saturate(180%) blur(5px);
    height: auto;
    max-height: 300px;
    overflow: auto;
    transition: opacity .2s;
}

.stellarnav.desktop li.bigMenu ul ul:hover {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #a8833a;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #f2f2f2;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li.active li a{border: none; color:#a58242;}
.product-layer-two li li:hover > a { background:#fff; color:#a58242;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #f2f2f2; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product_menu_list { display: none;} 
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#a58242;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
/*分類*/
.product-layer-two li a {
    color: #fff;
    background: transparent;
    border: none !important;
}
.product-layer-two li a:hover {
    background: #a58242;
    color: #fff;
    transition: 0.5s;
}
/*圖片發光*/
figure.pic:hover {
    box-shadow: 0 0 10px #a58242;
    transition: .5s;
}
.products-list .name {     
    color: #f2f2f2;
    text-align: center;    
    margin-bottom: 20px;
}
.products-list .more {
    border: 1px solid #ccc;
    color: #666;
    border-radius: 5px;
}
.products-list .item a:hover .more {
    background: #a58242;
    border: 1px solid #a58242;
}
/*價格*/
.products-list .price {display: none;}

/*.products-list .price b {
    color: #000;
    font-size: 16px;
    width: 100%;
    text-align: center;
}
.products-list .price .sp_price {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #ff4141;
}*/
/*產品內頁資訊*/
.toShare {display:none;}
.pd_tabTitle li {border-bottom: none;}
.pd_tabTitle li.activeTab a {
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 20px;
    color: #f2f2f2;
    background: #a58242;
}
.pd_tabTitle li.activeTab::after {    background: #ffffffbf;}
.pd_tabInner_contain {    color: #f2f2f2;}
.sidebarBtn {
    border: none;
    box-shadow: 0 0 10px #dfdfdf;
}
.sidebarBtn h2 {
    margin-bottom: 10px;
    color: #a58242;}
.product_info li .txt_box {color: #444;}

/*相關*/
.prod_related h6 span:before {color: #ccc;}
.prod_related {    background: #000;}
/*產品內頁按鈕*/
.inquiry_a1 {    background: #000;}
.inquiry_a1:hover{    background: #a58242;}
.inquiry_a2 {    background: #666;}
.lastPage {background: #a58242;border-radius: 5px;}
.rewrite_simple {    background: #51b241;}
.send_simple {    background: #000;}

/*詢價車*/
.shopping-cart .cart_head {background: #a58242;}
.shopping-cart .cell.product_name p {    color: #ccc;}
.send_simple {    background: #a58242;}
.rewrite_simple {    background: #666;}
.shopping-cart .cart_content .row {    
    border-bottom: 1px solid #333;
    margin: 0;
}
.total_amount {
    width: 380px;
    justify-content: end;
    gap: 20px;}
.separate_title {
    color: #fff;
    background: #a58242;    
    padding: 10px 0 10px 20px;

}
.shopping-cart .cell {padding: 10px 20px;}
.red {    color: #bd0000;}
.formbox_form {color: #ccc;}
.declaration {padding: 0;}
.form label .inputbox {top: 5px;}
.form label.Bigcheck {padding-bottom: 3px;}

@media screen and (max-width: 768px) {
.footer_menu {    width: 90%;}
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}

.shopping-cart .cell {border-bottom: 1px solid #444;}
.shopping-cart .cell.amount:last-child {    border-bottom: 1px solid #444;}
.total_amount {justify-content: center;}

}
@media screen and (max-width: 600px) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*預設解除背景輪播*/
/*#content_main { margin:0;}
.bannerindex { position:relative; 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;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.banner{    
    width: 100%;    
    height: 45vh; 
    position: relative;    
    overflow: hidden;}

.banner:after {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://img.freepik.com/premium-photo/closeup-shot-side-luxury-car-road_37416-789.jpg?w=1480);
    background-repeat: no-repeat;
    background-position: center;
}
@keyframes bgScroll {
    0% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
    50% {        -webkit-transform: translateX(-5%);        transform: translateX(-5%);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
}
/*.other_page .banner.banB:after ,.other_page .banner.banB, .other_page .banner.banB>h5{display:none;}*/
@media screen and (max-width: 768px) {
.banner {height: 35vh;}
}
@media screen and (max-width: 480px) {
.banner {height: 25vh;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定外層*/
/*一排呈現*/
.subbox_item {
    background: transparent;
    box-shadow: 0 0 10px #ffd53d87;
    border-bottom: none;
}
.blog_subbox {grid-template-columns: none;}
.blog_page .subbox_item {
    width: 100%;
    height: 324px;
}
.subbox_item a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 327px;
}
.subbox_item a:hover {
    box-shadow: 0 0 10px #fdad1a;
}
.blog_list_le {
    display: inline-block;
    width: 33.3%;
    padding: 0;
}

.blog_list_ri {
    width: 65%;
    padding: 0 0 0 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.blog_list_ri {
    width: 50%;
    padding: 2vw 2vw;
}
.blog_list_ri em {
    margin: 15px 0;
    font-weight: 700;
    color: #333;
}
.blog_list_ri p {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
}
.blog_list_ri em ,.blog_list_ri p {color: #ccc;}
.blog_list_ri h5 {
    color: #a58242;
    font-weight: 700;
    font-size: 26px;
    margin: 7% 0;
}
.subbox_item a:after {
    background: transparent;
    border: none;
}
.subbox_item a:before {
    background: transparent;
    color: #fff;
    bottom: 20px;
    right: 40px;
    font-weight: 900;
}
h5.blog_le_t {color: #a8833a;text-align: center;padding-bottom: 10px;}

@media screen and (max-width: 1100px) {
.blog_list_le {width: 41.8%;}
}
@media screen and (max-width: 1024px) {
.blog_list_le {width: 46.2%;}
}

@media screen and (max-width: 768px) {
.blog_list_le {width: 46.5%;}
}

@media screen and (max-width: 600px) {
.blog_list_le {width: 58%;}
.blog_list_ri {
    width: 35%;
    padding:0 20px 0 0;}
}
@media screen and (max-width: 460px) {
.blog_box {
        min-height: 20vw;
        padding: 0 40px 5%;}
.blog_list_le {
        width: 100%;
        padding: 0;}
.blog_list_ri {
        width: 100%;
        padding: 0;
        text-align: center;
    }
.blog_list_ri h5 {    
    color: #fff;
    margin: 4% auto;
    text-align: center;}


.subbox_item a:before {
    bottom: 0;
    top: 80%;
    right: 40%;}
.subbox_item a {height: 360px;}
.subbox_item a:after {    background: #fff0;}
h4.blog_category_title {    display: none;}

}
@media screen and (max-width: 425px) {
.subbox_item a:before {    top: 50%;right: 35%;}
.blog_page .subbox_item {
        height: 200px;
    }
.blog_list_ri {
        width: 100%;
        padding: 0;}

}
/*旁*/
.blog_le .accordion {     box-shadow: 0 0 10px #a58242;   border:none;    border-radius: 0;}
.accordion li .link a {color: #ccc;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #000000 !important;
    background: #a8833a;
    transition: 0.8s;
}
h5.blog_le_t em {
    font-size: 22px;
    letter-spacing: 1.5px;
    padding-right: 10px;
    font-weight: 900;
}

h5.blog_le_t span {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;}

.blog_search {margin-bottom: 25px;}
.blog_search input[type=search] {border-radius: 5px;}

/*分類中間的線*/
.accordion li+li .link {    border-top: 1px solid #a5824257;}

/*文章內層*/
h4.blog_category_title {    color: #a8833a;letter-spacing: 1px;}
.blog_box_edit * {    color: #fff;}
.news_related {    display: none;}
/*按鈕*/
.blog_back a.article_btn_prev , .blog_back a.article_btn_next {    background: #444;}
.blog_back a.article_btn_prev:hover , .blog_back a.article_btn_next:hover {    background: #222;    transition: 0.5s;}
.blog_back a.article_btn_back {    background: #a58242;}
a.article_btn_back:hover {
    background: #444;
    transition: 0.5s;
}
.lastPage:hover {    background: #444;transition: 0.5s;}

/*分享*/
.blog_shareData {    display: none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相簿*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.show-list .item a {text-align:center;}
.show-list .show_name {
    color:#fff;
    margin-top: 20px;
}
.show-list .item:hover .show_name{
    transition: .5s;
    color: #a58242;
    letter-spacing: 1px;
}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;    
    background: #fff0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    
    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
    display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.other_album_choice li {    background: #a58242;}
.subalbum-menu h2 {
    color: #a58242;
    letter-spacing: 1.5px;
    font-size: 22px;
    font-weight: 900;}

.other_subalbum li a p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 3;
    letter-spacing: 0.1em;
}
.other_subalbum li a p:hover {
    transition: .5s;
    color: #a58242;
    letter-spacing: 4px;
}
.album_fixed_title {color: #888;background: #fff0;}
/**/
.show-list .show_name {text-align: center;margin-top: 20px;}
figure.show_pic:hover {
    box-shadow: 0 0 10px #a58242;
    transition: .5s;
}
/*內層*/
.pic-list .show_pic:hover {
    box-shadow: 0 0 10px #a58242;
    transition: 0.5s;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/
.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: 40px;
    letter-spacing: 1px;
}
.list_before.info li {
    padding-left: 40px;
    letter-spacing: 1px;
}
/*按鈕*/

.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    display: flex;}

.contact_form li.last cite {
    background: #333;
    border-radius: 5px;}

.contact_form li.last cite:hover {transition: 0.5s;    background: #a58242;}

.contact_form li.last blockquote{    
    border: 1px #c5c5c5 solid;
    border-radius: 5px;
}

.contact_form li .form__label {
    max-width: 88px;
    text-align: left;
}
@media screen and (max-width: 480px) {
.contact_form li .form__label {    max-width: 100px;}
}
@media screen and (max-width:1366px) {
.navigation {grid-template-columns: 150px 1fr;}
.me_tp_features {
    margin: 0 auto 20px;
    width: 96.3%;}
}
@media screen and (max-width: 1024px) {
.stellarnav > ul > li {
    padding: 0;
    margin: 0 3px;}

.stellarnav > ul > li > a {    
    padding: 6px 7px 30px 14px;
    line-height: 30px;
}
.me_tp_features {   margin: -8px 0 35px;}
.navigation {    padding: 10px 0 30px 10px;}
/*footer*/
.footer_info {padding-bottom: 20px;}
.footer_info ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
}
.footer_menu {
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 20px;
}

.footer_logo a img {margin-left: 100px;}

}

@media screen and (max-width: 768px) {
.navigation {  padding: 10px 0 0 10px;}
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {   display: none;}
.footer.with_shopping_mode { padding:30px 0 10px; }
#to_top { bottom:60px;}
/*footer*/
.footer_logo a img {    margin-left: 60px;}
/*Album*/
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr 1fr;}
/*Product*/
.product_page .product_menu_list>h5 {
    text-align: center;
    color: #fff;}
}
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.bannerindex { padding:0; margin:0;}

@media screen and (max-width: 600px) { 
.total_view {padding-bottom: 10px;}
}
@media screen and (max-width: 460px) { 
.stellarnav .menu-toggle {    padding: 25px 20px 0;}
/*Blog*/
.blog_list_ri p {    text-align: left;}
/*Album*/
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr ;}
/*Products*/
.products-list {    padding: 0 10%;}
.products-list {grid-template-columns:1fr ;}
.mobile_product_name {
    color: #fff;
    text-align: center;}
.show_content {   padding: 15px 5%;}
.sidebarBtn {margin: 40px auto 0;}
/*Footer*/
.footer_info {
    display: flex;
    align-items: center;
    padding-right: 0;
    flex-direction: column;
    padding: 0 50px;
    padding-bottom: 0;
        text-align: left;
    grid-gap: 0;}
.footer_logo a img {  padding-bottom: 15px;  margin-left: 30px;}
.footer_menu {    width: 100%;}

}



