/*笑臉狼中古二手機車*/


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

:root{
    --MainColor: #de343f;
    --SubColor: #081621;
}
#content{background-color: #111!important;}
#content_main{
    background-color: #111;
    margin-top: -10px;
}

/*網站字體*/
body {
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
}

/*錨點滾動*/
::-webkit-scrollbar { width: 5px; }
::-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; }

/*預設解除背景輪播=====================*/
.bannerindex { 
    position:relative; 
    height:auto;
}
.swiper-banner { 
    position:static; 
    margin:0; 
    height:auto;
} 
.swiper-slide img { height:auto;} 
.swiper-banner .swiper-slide img{height: auto;}

@media screen and (max-width: 768px) {
.bannerindex { 
    padding:0; 
    margin:0;
}
}

/*header===============================*/
.tp_links{display: none;}
.me_tp_features{padding: 0;}
.navigation{grid-template-columns: 100px 1fr;}
.header_area{background: #000000;}
.header_area.sticky{background: #000000;}
.pageIndex .header_area.sticky{background: rgb(0 0 0);}
.pageIndex .header_area {
    position: fixed;
    width: 100%;
    transition: all 0.3s ease-in-out;
    background: transparent;
}
.pageIndex .navigation{
    grid-template-columns: 85px 1fr;
    transition: all 0.3s;
}
.shop_search_btn{background: var(--MainColor);}

@media screen and (max-width: 1024px) {
    .pageIndex .header_area {
        position:sticky;
        width: 100%;
        transition: all 0.3s ease-in-out;
        background: #000;
    }
}


/*header選單*/
.stellarnav > ul > li > a{
    color: #fff;
    transition:all 0.3s;
	padding:0px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    margin: 5px 5px 0px 5px;
}
.stellarnav li.has-sub > a:after{
    content: '+';
    border-left:0px;
    border-right:0px;
    border-top:0px;
}
.stellarnav > ul > li:hover > a{
    color: var(--MainColor);
    letter-spacing: 1.8px;
    font-weight: bolder;
    transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
    .stellarnav > ul > li > a{
        margin: 0 5px;
        line-height: 25px;
        height: 25px;
    }
}

/*下拉*/
.stellarnav li li{
    background: #000;
    border-bottom: 1px #555 solid;
    border-bottom-width: 1px;
}
.stellarnav li a{
    color: #fff;
    font-size: 14px;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a{
    color: #fff;
    padding-left: 11px;
    background: #222;
    transition: 0.3s;
}

/*選單最大寬度設定=====================*/
.main_header_area .container { max-width: 87%; }

@media screen and (max-width: 768px) {
    .main_header_area .container { max-width: 100%; }
}

/*LOGO=================================*/
.header_area .nav-brand{
    margin-top: 5px;
    transition: all 0.3s;
    max-width: 130px;
}
.header_area.sticky .nav-brand{max-width: 100%;}

@media screen and (max-width: 1024px) {
    .header_area .nav-brand{max-width: 90px;}
    .header_area.sticky .nav-brand{max-width: 90px;}
}

/*大圖=================================*/
@media screen and (max-width: 768px) {
/* 行動裝置相容性調整 大圖調整 */
.pageIndex .swiper-slide img { 
    animation-fill-mode: none; 
    -webkit-animation-fill-mode: none;
}
}
.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: 50%;
    background-image: url(https://pic03.eapple.com.tw/smilewolf/index_ban01.png);
    aspect-ratio: 1/1;
    height: auto;
    top: 0;
    left: 50%;
}
.pageIndex .swiper-slide:nth-child(2):before {
    width: 48%;
    background-image: url(https://pic03.eapple.com.tw/smilewolf/index_ban02.png);
    aspect-ratio: 1/1;
    height: auto;
    top: 0;
    right: 51%;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before {animation: ani_RtoL 1.2s 0.5s both;}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before{animation: ani_LtoR 1.2s 0.5s both;}

@keyframes ani_RtoL {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
              opacity:1;
    }
}
@keyframes ani_LtoR {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
              opacity:1;
    }
}

/*預設浮動按鈕=======================*/
.info_fix{z-index: 99999999;}

/*banner============================*/
.banB{display: none;}
.banF{display: none;}
.banner{display: none;}

/*麵包屑=============================*/
.path p, .path p a{display: none;}

/*詢價車=============================*/
.products-list .name{
    color: #fff;
    margin-bottom: 15px;
}
.products-list .price b:first-child:last-child{display: none;}
.products-list .price{margin: 0;}
.products-list .name {height: auto;}
.prod_related {display: none;}
ul.prod li h3.prod-thumb {
    background: none;
    color: #666;
    text-align: left;
    padding: 0px;
	font-size: 25px;
	margin-bottom: 15px;
	letter-spacing: 3px;
}
ul.prod li .prod-panel { 
    font-size: 14px; 
	line-height: 23px; 
}
.related_list li a {
    display: block;
    padding: 4px;
     background: none;
}
.products-list .more {
    border: 1px solid var(--MainColor);
    color: var(--MainColor);
}
.products-list .item a:hover .more { background: var(--MainColor); }
.product-layer-two li a {
    position: relative;
    border: 0px;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: 414141;
    border-bottom: 1px var(--MainColor) solid;
	background: none;
}
.product-layer-two li.active a {
    font-weight: bold;
	background: var(--MainColor);
}
.product_page .main_part {
	width: 100%;	
	max-width: 1500px;
}
.product_page .products-list{
    background: none;
    backdrop-filter: none;
}
.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
	margin: auto;
	padding: 25px 10px;
	flex-direction: row;
}
.product_page .products-list {width: calc(100% - 280px);}
.product_info_page .product-layer-two {display: none;}


/*選單*/
.product-layer-two li {
	margin: 0;
	width: 100%;
	padding: 0 10px;
}
.product-layer-two li.active a {
	border: unset;
	border-bottom: 1px solid var(--MainColor);
}
.product-layer-two {
    width: 250px;
	margin: 0;
}
.product-layer-two li a {
	color: #fff;
	border: none;
	background: transparent;
	transition: all 0.3s;
	line-height: 200%;
	transition: all 0.3s;
}
.product-layer-two > li > a {border-bottom: 1px solid var(--MainColor);}
.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(--MainColor); 
	color:#fff;
}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #ADA17E;
    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: #c98625;
	background: transparent;
}

/*第二層*/
.send_simple {background: #5b5b5b;}
.rewrite_simple {background: #5b5b5b;}
.separate_title {
    font-size: 16px;
    color: #fff;
    padding: 10px 0 10px 40px;
    background: #4d4d4d;
}
.car_page .information_left {display: block;}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.inquiry_a1{background: var(--SubColor);}
.inquiry_a2 {background: var(--MainColor);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #333;}
.pd_tabTitle li.activeTab a{color: #fff;}
.edit{color: #fff;}

@media screen and (max-width: 768px) { 
.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;
}
.product_page .products-list {order: -1;}
}
@media screen and (max-width: 425px) { 
    .subbox_item a {
        display: flex;
        flex-wrap: nowrap;
        border-bottom: 1px solid #ccc;
        flex-direction: column;
    }
}
@media screen and (max-width: 320px) {
    .products-list .item { width: 100%;}
}

/*首頁購物車==================*/
.animated-arrow{
    background: var(--MainColor);
    padding-left: 0;
}
.pageIndex .products-list{background:none;}
.i_prod_tit{padding-bottom: 20px;}
.i_prod_tit span, .i_video_tit span{color: #fff;}

/*文章管理===========================*/
.accordion li .link a{color: #fff;}
h5.blog_le_t em{color: #fff;}
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: #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 p { padding-top: 8px; }
.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;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
    background: var(--SubColor);
    transition: 0.3s;
    color: #fff;
}
.blog_search input[type=search] { border-radius: 2px; }
.blog_le .accordion { border-radius: 2px; }
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 15px;
    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;
}
.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%;}
.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;
    color: #fff;
}
.blog_list_ri p {
    color: #fff;
    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: #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;
}
.blog_subbox{grid-template-columns: repeat(auto-fill, minmax(250px, 3fr));}

/*第二層*/
h5.blog_le_t, h4.blog_category_title{color: #fff;}
.news_related{display: none;}
.news_related h6 span:before{color:var(--SubColor);}
.lastPage{background: var(--MainColor);}
.news_related_list li a{background:unset;}
.news_related_list li a p{
    color: var(--SubColor);
    line-height: 3;
}

@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    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;
}
}

/*聯絡表單===========================*/
.info_ADD2:before{content: "營業時間";}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{display: flex;}
.contact_form li input.noborder{
    border-bottom: 1px #ddd solid;
    border-top: none;
    border-left:none;
    border-right: none;
}
.contact_form li input.noborder {background: none;}
.contact_form li textarea.noborder {background: #222;}
.contact_form li.last blockquote { color: #fff; }
.contact_form li.last cite {background: var(--MainColor);}
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px var(--MainColor) solid; }
.list_before {
	margin-top: 0px;
	color: #fff;
}
.contact_form { color: #fff; }
.contact_content .information_right {
    width: 100%;
    padding-left: 0px;
}
.blank_letter {
    text-align: center;
    padding: 3% 1% 1% 1%;
    color: #fff;
    font-weight: normal;
    font-size: 1.2rem;
    letter-spacing: 2px;
    border-bottom: 1px solid;
}

.list_before.info li:last-child {
    padding-left: 41px;
    margin-top: 5px;
}
.list_before.info li:first-child { margin-top: 15px;}
.list_before.info {max-width: 100%;}
.contact_form li .form__label { padding-right: 5px; }
.list_before { margin-bottom: 0px; }
.contact_content { padding: 0; }
.contact_content .information_left { display: initial; }
.information_left.fadeInLeft.animated15.clearfix {
    margin: 0;
    padding: 0;
}
.list_before.info iframe {
    width: 100%;
    height: 50%;
}
@media screen and (max-width: 1200px) {
.list_before.info { width: 100%;}
}
@media screen and (max-width: 980px) {
.list_before.info { width: 100%;}
}
@media screen and (max-width: 768px) {
.list_before.info { width: 100%;}
}
@media screen and (max-width: 768px) {
.contact_content .information_right { padding: 0px; }
.main_part { padding: 25px; }
}


/*手機版選單=========================*/
.stellarnav .menu-toggle:after{color: #fff;}
.stellarnav .menu-toggle span.bars span{background:#fff;}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu{padding: 30px 10px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: var(--MainColor);
    color: #fff;
}
.stellarnav .icon-close:before{border-bottom: solid 3px #fff;}
.stellarnav .icon-close:after{border-bottom: solid 3px #fff;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{background: #222;}
.stellarnav.mobile li.open{background: #222;}

@media screen and (max-width: 768px) {
    .footer.with_shopping_mode {
        padding: 30px 0 54px;
    }
}

/*FOOTER============================*/
.footer_info li p.add2:before{content: '營業時間：';}
.footer_info li p.phone:before{content: '服務專線：';}
.footer_info li p.tel:before{content: '室內電話：';}
.box_link a { display: none; }
.footer {
	background: #000;
	padding: 30px 0 0;
}
.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: 15px;
    grid-gap:0px;
}
.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: 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: 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));
	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: 768px) { 
.footer_info li { flex-direction: column;} 
.footer_info li+li{margin-top: 0;}
}