@charset "utf-8";
/*宏濱租車*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');


:root{
    --MainColor:#DAA520;
    --SubColor:#FDDFA5;
}
body{
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
}
#content{
    background-color: #ddd;
}
.edit{
    padding: 20px 20px;
}

/*錨點滾動*/
html { 
    scroll-behavior: smooth; 
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track { 
    box-shadow: inset 0 0 6px rgba(102, 102, 102, 0.6); 
}
::-webkit-scrollbar-thumb {
    background-color: var(--MainColor);
    border-radius: 50px;
}

/*麵包屑-------------------------------*/
.path p, .path p a{
    line-height: 45px;
}

/*開場動畫-----------------------------*/
.bannerindex::before {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/hongbin888/LOGO.png);
    width:250px;
    height:250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999999999;
    pointer-events: none;
    animation: banner-logo 2.6s forwards;
}
.bannerindex::after{
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    z-index: 99999999;
    animation: banner-bg 3s forwards;
}
.swiper-slide img {
    height: auto;
    animation: banner-img 1s forwards;
    animation-delay: 2.6s;
}

@keyframes banner-logo{
    0%{
        opacity: 0;
        filter: blur(0);
    }
    25%{
        opacity: 1;
        filter: blur(0);
    }
    50%{
        filter: blur(0);
        opacity: 1;
    }
    80%{
        filter: blur(0);
        opacity: 1;
    }
    100%{
        filter: blur(10);
        opacity: 0;

    }
}
@keyframes banner-bg{
    0%{

    }
    50%{
    }
    80%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes banner-line-white{
    0%{
        width: 420px;
        opacity: 1;
    }
    50%{
        width: 420px;
        opacity: 1;
    }
    80%{
        width: 420px;
        opacity: 1;
    }
    100%{
        width: 2180px;
        opacity: 0;
    }
}


@keyframes banner-line-brown{
    0%{
        width: 0;
        right: auto;
        left: 0;
        opacity: 1;
    }
    50%{
        width: 100%;
        right: auto;
        left: 0;
        opacity: 1;
    }
    51%{
        width: 100%;
        right: 0;
        left: auto;
        opacity: 1;
    }
    100%{
        width: 0;
        right: 0;
        left: auto;
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    .bannerindex::after{
        display: none;
    }
    .bannerindex::before {
        display: none;
    }
    .swiper-slide img {
        transform: unset;
        animation: unset;
    }
}

/*大圖================================*/
/*預設解除背景輪播*/
#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;
}
}

/*大圖點點-------------------------------------*/
.swiper-pagination-bullet {
    width: 100px;
    height: 3px;
    border-radius: 0%;
    background: #fdfdfd;
}

/*大圖效果*/
.pageIndex .swiper-slide:before { 
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events:none;
    background-size: contain;
    background-repeat: no-repeat;
}
.pageIndex .swiper-slide:nth-child(1):before {
    width:36%;
    background-image: url(https://pic03.eapple.com.tw/hongbin888/ban01-word.png);
    aspect-ratio: 1/1;
    height:100%;
    top: 0;
    right: 0;
}
.pageIndex .swiper-slide:nth-child(2):before {
    width:36%;
    background-image: url(https://pic03.eapple.com.tw/hongbin888/ban02-word.png);
    aspect-ratio: 1/1;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    .pageIndex .swiper-slide img { 
        animation-fill-mode: none; 
        -webkit-animation-fill-mode: none;
    }
}

/*HEADER--------------------------------------*/
.pageIndex .header_area {
    position: fixed;
    width: 100%;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(0deg, transparent, #00000052);
    padding: 0;
    box-shadow:unset;
}
.tp_links a { 
    display: none; 
}
.pageIndex .header_area.sticky .main_header_area {
    background: #222222c9;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 1px 15px rgba(38,15,1,.2);
}
.pageIndex .main_header_area { 
    background: #fff0; 
}
.main_header_area { 
    background: #222;
    height: 90px; 
}
.header_area{
    padding: 0;
    box-shadow: 1px 1px 15px rgba(38, 15, 1, .2);
}

@media screen and (max-width: 1024px) {
.main_header_area{
    height: 170px;
}
.pageIndex .header_area{
    position: sticky;
}
.pageIndex .main_header_area{
    background: #111;
}
}

@media screen and (max-width: 768px) {
    .pageIndex .header_area{
        position: sticky;
        transition:none;
    }
    .pageIndex .header_area.sticky .main_header_area{
        transition:none;
    }
    .pageIndex .main_header_area{
        background: #222;
    }
    .main_header_area{
        height: 135px;
    }
}

/*HEADER選單=================*/
.pageIndex .stellarnav > ul > li > a {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 0 5px;
    color: #fff;
}
.header_area.sticky .stellarnav>ul>li>a {
    color: #fff;
    letter-spacing: 0.1em;
    transition: all 0.3s ease-in-out;
}
.stellarnav > ul > li > a:hover { 
    color: var(--MainColor);
    transition: 0.3s; 
}
.stellarnav > ul > li > a {
    letter-spacing: 0.1em;
    margin: 0 5px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}
.stellarnav li.has-sub > a:after{
    content: '+';
    border-left: none;
    border-right:none;
    border-top:none;
}
.stellarnav li li.has-sub > a:after{
    border-left: 0;
    margin: 0 10px;
}
.sticky .stellarnav> ul > li > a:hover {
    color: var(--SubColor);
}
.stellarnav ul{
    text-align: right;
}
.me_tp_features{
    top: 5px;
    position: relative;
}
.me_tp_features a.tp_btn_cart{
    color: #fff;
}
.me_tp_features a.tp_btn_notice{
    color: #fff;
}

/*下拉選單*/
.stellarnav ul ul{
    background: #000000c7;
    backdrop-filter: blur(5px);
    width: 200px;
}
.stellarnav li li{
    border: none;
}
.stellarnav li li:hover > a, 
.stellarnav li li.has-sub:hover > a {
    color: #000;
    padding-left: 11px;
    background: linear-gradient(103deg, #EDD493, #DAA520, #EDD493);
    font-weight: 500;
}
.stellarnav li {
    font-size: 14px;
}
.stellarnav li a{
    font-weight: 200;
    color: #ffffff;
}

@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;
    }
}
@media screen and (max-width: 768px) {
.pageIndex .stellarnav > ul > li > a { 
    color: #fff; 
}
.stellarnav ul{
    margin-top: 0px;
    height:auto;
}
}

/*選單最大寬度設定*/
.main_header_area .container{
    max-width: 90%;
}

/*LOGO------------------------*/
.nav-brand{
    position: relative;
    top: 8px;
}

/*側邊按鈕---------------------*/
.fa-lightbulb::before{
    content: "\f086";
}
.info_fix{
    z-index: 9999;
}
.linksBtn{
    background-color: var(--MainColor);
}
.info_fix_links a:hover{
    background-color: var(--MainColor);
}

/*第二層*/
a.info_fix_default.info_fix_line{
    display: none;
}
a.info_fix_default.info_fix_phone{
    display: none;
}

/*banner----------------------*/
.banner.banA{
    display: none;
}
.banner.banB{
    display: none;
}
.banner.banC{
    display: none;
}
.banner.banF{
    background-image: url(https://pic03.eapple.com.tw/hongbin888/banner.png);
}
.banner.banblog{
    background-image: url(https://pic03.eapple.com.tw/hongbin888/banner_02.png);
}
.banner{
    min-height: 500px; 
}
.banner h5{
    color: #fff;
    text-shadow: 3px 2px 6px black;
}

/*下拉編輯頁-------------------*/
.other_select_page .promotion_title { 
    display: none; 
}
.other_select_page .other_promotion { 
    display: none; 
}
.other_select_page .page { 
    display: none; 
}

/*頁碼-------------------------*/
.page li a, .page li strong{
    color: #333;
}
.page{
    color: #000;
}

/*首頁文章---------------------*/
.module_i_news ul li{
    flex: 1;
}
.module_i_news{
    background:#ddd;
}
.module_i_news ul{
    display: flex;
    gap: 10px;
    justify-content: space-around;
}
.module_i_news ul{
    display: flex;
    gap: 10px;
    justify-content: space-around;
}
.module_i_news_list, 
.module_i_news_list.swiper{
    padding: 30px 0;
}
.module_i_news .title_i_box h6{
    display: none;
}
.module_i_news .title_i_box h4{
    font-size: 25px;
    font-weight: normal;
    color: #000;
}
.module_i_news .title_i_box h4:before{
    content: 'SPECIAL OFFER';
    width: 100%;
    font-size: 50px;
    display: block;
    position: relative;
    text-align: center;
    color: var(--MainColor);
    font-weight:500;
    font-family: 'Jost', sans-serif;
}
.i_blog_ri{
    width: 100%;
}
.i_blog_le{
    width: 100%;
    aspect-ratio: 2 / 1.5 !important;
}
.module_i_news li a:before{
    content: 'READ MORE';
    text-align: center; 
    background: transparent; 
    font-size: 16px; 
    font-weight: bolder;
    letter-spacing: 1px; 
    color: var(--SubColor); 
    padding: 8px 5px; 
    top: 50%;
    left: 50%;
    width: 150px;
    height: 40px;
    transform: translate(-50%, -50%) scale(0, 0);
    font-family: 'Jost', sans-serif;
}
.module_i_news li a:hover:before{
    opacity: 1;
    width: 100%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 500ms;
}
.module_i_news li a:after{
    content: '';
    background: rgb(0 0 0 / 80%); 
    border: 1px var(--MainColor) solid;
    width: 0;
}
.module_i_news li a:hover:after{
    opacity: 1;
    width: 100%;
}
.module_i_news li{
    border-bottom: none;
}
.animated-arrow{
    background: var(--MainColor);
    color: #222;
}
.module_i_news li a{
    display: flex;
    flex-direction: column;
}
.i_blog_le img{
    border: 1px solid var(--SubColor);
}
.i_blog_ri h5{
    color: #111;
}

@media screen and (max-width:768px) {
    .module_i_news ul{
        gap: 10px;
        padding: 20px;
    }
    .animated-arrow{
        margin-bottom: 30px;
    }
}
@media screen and (max-width:600px) {
    .module_i_news ul{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    .module_i_news .title_i_box{
        margin-top: 30px;
    }
}
@media screen and (max-width:500px) {
    .module_i_news ul{
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width:320px) {
    .module_i_news ul{
        display: block;
    }
}

/*首頁影片---------------------*/
.i_video_tit h2:before{
    content: 'VIDEO';
    width: 100%;
    font-size: 50px;
    display: block;
    position: relative;
    text-align: center;
    color: var(--MainColor);
    font-weight: 500;
    font-family: 'Jost', sans-serif;
}
.i_prod_tit, .i_video_tit{
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}
.i_prod_tit span, .i_video_tit span{
    font-size: 50px;
    color: var(--MainColor);
    font-weight: 500;
    font-family: 'Jost', sans-serif;
}
.i_prod_tit h2, .i_video_tit h2{
    font-size: 25px;
    font-weight: normal;
    color: #000;
}
.prod_part{
    background: #ddd;
}

/*文章管理---------------------*/
.blog_page .main_part { 
    max-width: 1500px; 
}
h5.blog_le_t em{
    color: var(--MainColor);
}
.accordion li .link a{
    color: #000;
}
.blog_le .accordion>li:hover .link { 
    background: #a5a5a5; 
}
.blog_le .accordion>li.on_this_category .link { 
    background: #8E639A;
}
.subbox_item a:before { 
    display: none; 
}
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    background: transparent;
    color: var(--MainColor);
    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.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
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.05);
    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: 4 / 3;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
}
.subbox_item a:after { 
    display: none; 
}
.blog_list_ri { 
    width: 100%; 
}
.blog_list_ri em {
    width: 100%;
    color: #7fcbcf;
}
.blog_list_ri h5 {
    position: relative;
    margin: 15px 0 0;
    font-size: 18px;
    letter-spacing: 0.035em;
    color: #000;
}
.blog_list_ri p {
    color: #595959;
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}

.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #222 !important;
    background: #ddd;
}
.blog_le .accordion > li:hover, 
.blog_le .accordion > li.on_this_category{
    background: #ddd;
    color: #222 !important;
}
.blog_le .accordion > li:hover .link a, 
.blog_le .accordion > li.on_this_category .link a{
    color: #222 !important;
    background-color: var(--MainColor);
}
.submenu a:hover{
    background: #777;
}
.blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(385px, 1fr));
}

@media screen and (max-width:1333px) {
    .blog_subbox{
        grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    }
}
@media screen and (max-width:500px) {
    .blog_subbox{
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

/*第二層*/
h5.blog_le_t, h4.blog_category_title {
   font-size: 25px;
   margin-bottom:10px;
}
h4.blog_category_title{
    color: var(--MainColor);
}
.blog_shareData{
    justify-content: flex-end;
}
.toShareNews b, 
.toShareNews a, 
.toShareNews a object, 
.toShareNews a i{
    color: #000;
}
.blog_box_edit{
    color:#000;
}
.news_related{
    display: none;
}
.blog_back a.article_btn_back { 
    background: transparent;
    color: var(--MainColor);
    border: 1px solid var(--MainColor); 
}
.blog_back a.article_btn_prev, 
.blog_back a.article_btn_next {
    background: var(--MainColor);
    color: #fff;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover { 
    background: var(--SubColor);
    transition:0.3s ;
    color: #222; 
    transition: 0.3s;
}

/*文章管理2*/
.article_b .blog_le{display: none;}/*分類不顯示*/

/*相簿================================*/
.show-list .item:hover .show_name{
    color:var(--SubColor);
}
.other_album_choice li{
    background-color: var(--SubColor);
}
.show-list .item:hover a figure img {
    transform: scale(1.1);
    transition: 0.5s;
    top: 0;
    left: 0;
}
.show-list .item a figure img {
    transition: 0.5s;
}
.show-list .show_name {
    text-align: center;
}
.show-list .show_pic{
    padding-bottom: 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;
}
.other_subalbum li p {
    margin-top: 10px;
}
.other_subalbum li a img{    
    object-fit: cover;
    min-height: 250px;
}

@media (max-width: 1440px){
.album_info_page .pic-list{ 
    -moz-column-count:3; 
    -webkit-column-count:3;  
    column-count:3;
    }
}
@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;
    }
}
@media (max-width: 480px) {
    .album_info_page .pic-list{
        -moz-column-count:1;  
        -webkit-column-count:1; 
        column-count:1;
    }
}

/*購物車==============================*/
/*.i_prod_tit h2{
    font-size: 50px;
    color: #555;
    font-weight: 500;
}
.i_prod_tit span{
    font-size: 26px;
    color: #555;
    font-weight: normal;
    letter-spacing: 3px;
    margin-top: -10px;
}
@media screen and (max-width:768px) {
    .i_prod_tit h2{
        font-size: 40px;
    }
    .i_prod_tit span{
        font-size: 25px;
    }
}
@media screen and (max-width:480px) {
    .i_prod_tit h2{
        font-size: 35px;
    }
    .i_prod_tit span{
        font-size: 22px;
    }
}
@media screen and (max-width:320px) {
    .products-list .item{
        width: 100%;
    }
}*/
/**/
/*.inquiry_a3{
    background-color: #999;
}
.products-list .pic :hover{
    transition: 0.5s;
    transform: scale(1.2);
}
.product_page .main_part {
     max-width: 1500px;
     padding: 80px 20px;
}
.product_page .show_content,
.product_info_page .show_content { 
    width: 100%; 
    display: flex; 
    justify-content: space-around;
    flex-wrap: wrap;
}
ul.page { 
    width: 100%;
}
.products-list .pic {
    overflow: hidden;
    aspect-ratio: 4 / 3;
}
.products-list .price{
    margin: 0;}
.products-list .price *{
    margin: 5px 0px;
}
.products-list .item a:hover .more{
    background: var(--MainColor);
    color: #fff;
}
.products-list .more{
    border: 1px solid var(--MainColor);
    color:var(--MainColor);
}
.products-list .item a{
    height: auto;
}
.products-list .name{
    color: #000;
}
.products-list{
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
}*/

/*按鈕*/
/*.inquiry_a1{
    background: var(--MainColor);
}
.inquiry_a2{
    background: var(--MainColor);
}
h3.prod-thumb {
    color: #5cafde;
    padding-bottom: 5px;
}
li.prod-item {
    padding-top: 20px;
}
.nextaction {
    background-color: #999;
}
.lastaction {
    color: #ffffff;    
    background-color: #777;
}
.prod_related{
    display: none;
}
ul.prod li h3.prod-thumb{
    background: #777;
    color: #ffffff;
}
ul.prod li .prod-panel{
    margin-top: 15px;
}
.fa-circle-plus::before{
    color: #000;
}

/*第二層*/
/*.pd_tabInner_contain{
    background: transparent;
}
.pd_tabTitle li.activeTab a{
    color: #000;
}
.pd_tabTitle li.activeTab::after{
    display: none;
}
.product_info_page .swiper-slide img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.proImgSwiper{
    aspect-ratio: 4 / 3;
}
#prod_thumbSwiper .swiper-slide{
    margin-top: 10px;
}
.product_info_page .product-layer-two { 
    display: none;
}
.product_info_page .products-list,
.product-wrapper { 
    width: 100%;
}
.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;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
.products-list,
.product-wrapper { 
    width: 100%;
}
.product_page ,
.product_page .products-list { 
    width: 100%; 
    border-right: none;
}
.product_page .products-list, 
.product-wrapper{
    display: block;
}
.product_page .show_content, 
.product_info_page .show_content{
    display: block;
}
.clearfix:before, 
.clearfix:after{
    display: none;
}
.product_page .main_part{
    padding: 0px 20px;
}
.product_page .products-list{
    order: -1;
}
.product_page .show_content > a { 
    scroll-margin-top:350px;
}
.product_page ul.products-list { 
    scroll-margin-top: 350px;
}
.product_page ul.page { 
    order: 3;
}
.product-layer-two{
    display: block;
}
.product_menu_list{
    margin-bottom: 0;
}
}

@media screen and (max-width: 500px) {
    .product_page .products-list{
        grid-template-columns: 1fr !important;
    }
}*/



/*分類*/
/*.product-layer-two li ul { 
    position:static; 
    margin-top:5px; /*display:block !important;*/ 
    /*width:100%; 
    margin-left:0;
}
.product-layer-two li a{
    border: none;
    background:transparent;
    color: #000;
}
.product-layer-two li.active a{
    border:none;
}
.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 { 
    width:100%; 
    max-width:100%; 
    padding:0; 
    text-align:left; 
    border-bottom:1px dotted #ccc; 
    padding-bottom: 5px;
}
.product-layer-two > li ul > li + li { 
    margin-top:5px;
}
.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%);
}

@media screen and (max-width: 768px) {
.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;
}
}*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.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 #ccc;*/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 li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; 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:#ad925e;}

.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;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.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;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.products-list{
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
.products-list .pic{
    aspect-ratio: 4 / 3;
}
.product-layer-two li a{
    border: none;
    background: transparent;
    color: #000000;
    border-bottom: 1px solid var(--MainColor);
}
.products-list .more{
    border: 1px solid var(--MainColor);
    color: var(--MainColor);
}
.products-list .item a:hover .more{
    background:var(--MainColor);
}
.products-list .price b{
    color: var(--MainColor);
}
.products-list .name{
    height: auto;
    -webkit-line-clamp: 1;
}

@media screen and (max-width: 1150px) {
    .products-list{
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }
}
@media screen and (max-width: 875px) {
        .products-list{
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    }
}

/*聯絡表單---------------------*/
.blank_letter {
    color: var(--MainColor);
}
.contact_page .contact_content {
    padding: 0px 10px 80px;
    position: relative;
}
.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: #222;
}
.list_before li { 
    margin: 5px 0;
}
.list_before.info li:nth-last-child(1) {
    padding-left: 40px;
}
.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 #b1b1b1;
}
.contact_form {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 20px;
}
.contact_form li.last { 
    text-align: center;
}
.contact_form li.last blockquote { 
    color: #222;
}
.contact_form li.last blockquote, 
.contact_form li.last cite { 
    border: 1px var(--MainColor) 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;
    color: #222;
}
.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;
    border: 1px #b1b1b1 solid;
}
.contact_form li textarea.noborder{
    background: none;
    border: 1px #b1b1b1 solid;
}

/*麵包屑*/
.contact_page .path p{
    display: 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----------------------*/
.box_link{
    display: none;
}
.box_link a { 
    display: none; 
}
.footer {
    background: #666;
    padding:25px 0 0;
    box-shadow: 1px 1px 15px rgb(38 15 1 / 37%);
}
.footer .center {
    position: relative;
    max-width: 1300px;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
    flex-direction: column;
    margin-bottom: 20px;
}
.footer_info li p{
    display: flex;
}
.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: #fff;
    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: linear-gradient(103deg, #EDD493, #DAA520, #EDD493);
    border:none;
    margin-top: 0px;
    position: relative;
    padding: 15px 0;
    color: #fff;
}
.copy a{
    color: #fff;
    transition:all 0.3s;
}
.footer_info li { 
    padding: 10px 25px; 
}
.footer_info ul>li:before {
    font-size: 115%;
    color: #fff;
    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"; 
}
.footer_info ul>li:nth-child(2):before { 
    content: "MAIN MENU"; 
}
.footer_info li:nth-child(1) a, 
.footer_info li:nth-child(1) p {
    color: #fff;
    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 {
    display: inline-block;
    vertical-align: top;
    width:200px;
    margin: 0px;
}

/*RWD====*/
@media screen and (max-width: 768px) { 
.footer_info li { 
    flex-direction: column; 
} 
.product_page .products-list {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr;
}
.footer{padding: 25px 0 54px;}
}

/*手機版選單*/
.stellarnav .menu-toggle:after{
    display: none;
}
.stellarnav .menu-toggle span.bars span{
    background: var(--SubColor);
}
.sticky .stellarnav .menu-toggle span.bars span{
    background: var(--SubColor);
}
.stellarnav .menu-toggle{
    padding: 60px 10px;
}
.stellarnav .menu-toggle span.bars span{
    height: 1px;
    width: 30px;
}
.stellarnav .menu-toggle span.bars{
    top: 5px;
}

/*第二層*/
.stellarnav.mobile.left .close-menu{
    background: var(--MainColor);
    color: #fff;
}
.stellarnav .icon-close:before{
    border-bottom: solid 3px #ffffff;
}
.stellarnav .icon-close:after{
    border-bottom: solid 3px #ffffff;
}
.stellarnav.mobile.right > ul, 
.stellarnav.mobile.left > ul{
    background: #222;
}

/*下拉選單*/
.stellarnav.mobile li.open{
    background: #000;
}
.stellarnav.mobile ul{
    background: #222;
}

/*bottom menu*/
#bottom_menu li a{
    background: #111;
    color: #fff;
}
#bottom_menu li{
    border-right: 1px solid #444;
}

@media screen and (max-width: 570px) { 
    .stellarnav .menu-toggle{padding: 40px 10px;}
}