@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Oswald:wght@200..700&display=swap');
/* = = = 網站全域設定 = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/*#323C45 /*網站主要色系
  #BBBDC0 /*網站輔助色系1
  #658781 /*網站輔助色系2*/

/*校稿版面設定*/
.services_page .main_part, .pageIndex .main_part, .other_page .main_part, .other_select_page .main_part{ width: 100%; max-width:100%; margin: auto; padding:0px; margin-top:-1px;}
.show_content { width: 100%; padding:0px; top:-1px;}
.edit_part { max-width: 100%; margin: 0; padding: 0px;}

/*頁面內容*/
div#page { }
#content_main, #content {}
.path { display: none;}
.other_page #content, .other_select_page #content { min-height: auto;}
/* .blog_page #content, .blog_in_page #content { background: url(https://pic03.eapple.com.tw/xinyu/blog_b.jpg) no-repeat bottom center;} */

/*隱藏menu*/
/* .stellarnav > ul > li:nth-last-of-type(1), .stellarnav > ul > li:nth-last-of-type(2), .stellarnav > ul > li:nth-last-of-type(3) { display: none;} */
/* .footer_menu a:nth-last-of-type(1), .footer_menu a:nth-last-of-type(2), .footer_menu a:nth-last-of-type(3) { display: none;}  */

/*SubMenu*/
.me_tp_features { display:none;}/*隱藏整列*/
.shop_search_btn { background: #323C45;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #323C45;}

/*.box_search { display:none;}隱藏購物車搜尋欄*/
/*.me_tp_features a.tp_btn_cart { display: none;}隱藏購物車*/
/*.me_tp_features a.tp_btn_notice { display: none;}隱藏匯款通知*/

/*按鈕*/
.animated-arrow { background: #323C45; border-radius: 10px; transition: .3s ease-in-out;}
.animated-arrow:hover { background: #BBBDC0; transition: .3s ease-in-out;}

/*下拉編輯頁*/
.other_select_page .promotion_title, .other_select_page .other_promotion.clearfix, .other_select_page .page { display: none;}

/*頁碼*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 40px auto;}
.page li { display: flex; margin: 3px; width: 30px; height: 30px; line-height:30px; align-items: center; justify-content: center;}
.page li.activeN { background: #666; border-radius: 100%; color: #fff; font-weight: 600;}
.page li a { display: block; width: inherit; height: inherit; line-height: inherit; padding: 0; color: #ccc; transition:all 0.3s;}
.page strong, .page a:hover { background: #323C45; border: 1px solid #323C45;}


/* = = = 預設解除背景輪播 = = = = = = = = = = = = = = = = = = = = = = = = = */

#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;}
}

/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (max-width: 768px) {
/* 行動裝置相容性調整 大圖調整 */
.swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}
}

/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner { background: transparent;}
.banner h5 { display: inline-block; position: relative;}
.banner h5::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background: #000;
}
.banner.banA {}
.banner.banblog {}

@media screen and (max-width: 768px) { .banner h5 { font-size: 28px;}}
@media screen and (max-width: 600px) { .banner h5 { font-size: 24px;}}

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/

.pageIndex .header_area {  width: 100%; top: 0; left: 0; border-bottom: 1px solid #aaa;}
.pageIndex .header_area.sticky { position: fixed;}
.header_area .main_header_area, .header_area.sticky .main_header_area { background: #fff; transition: .3s ease-in-out;}
.main_header_area .container { max-width: 93%;margin: 0 0 0 auto;}

/*logo*/
.header_area .nav-brand { margin: 5px 0 0; max-width: 250px; width: 100%; }

/*menu*/
.navigation { padding: 0px;display: flex;justify-content: flex-end;align-items: center;}
.stellarnav{margin: 0 0 0 15px;}
.stellarnav > ul > li{
    line-height: 0px;
}
.nav-header {position: relative;}
.stellarnav > ul > li > a{
    height:unset;
    margin: 0px;
    position: relative;
    z-index: 1;
}
.stellarnav > ul > li > a::before{
    content: '';
    height: 70px;
    width: 1px;
    background-color: #AAAAAA;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a { 
    font-weight: 600; 
    position: relative; 
    padding: 40px 20px; 
    font-family: 'Audiowide', '微軟正黑體', sans-serif; 
    color: #201713; transition: .3s ease-in-out;
    font-size: 20px;
}
.stellarnav > ul > li > a:hover, .stellarnav > ul > li.has-sub > a:hover{
    background-color: #FBC600;
}
.stellarnav > ul:hover > li > a, .stellarnav > ul:hover > li.has-sub > a { opacity: .6; transition: .3s ease-in-out;}
.stellarnav > ul:hover > li > a:hover, .stellarnav > ul:hover > li.has-sub:hover > a { opacity: 1; transition: .3s ease-in-out;}
.stellarnav li.has-sub > a::after { border-top: 6px solid #888;display: none;}/*下拉箭頭*/
.stellarnav li.has-sub:hover > a::after { border-top: 6px solid #fff;}/*下拉箭頭*/


.stellarnav ul{display: flex;justify-content: flex-end;align-items: center;flex-wrap: wrap;text-align: left;}
.stellarnav ul li{display: block;}
.stellarnav ul ul, .stellarnav ul ul ul { background: #fffffff2;width: calc(100% + 50px);}
.stellarnav ul ul ul { left: 100%;}
.stellarnav li li { border: 1px #ccc solid; margin-bottom: 0;}
.stellarnav .menu_contact_btn{
    display: block;
    width: 270px;
}
.stellarnav .menu_contact_btn a{
    display: flex;justify-content: flex-start;align-items: center;padding: 10px 15px;background-color: #FBC600;margin: 0 0 0 10%;}
.stellarnav .menu_contact_btn a i{display: block;min-width: fit-content;margin: 0 10px 0 0;}
.stellarnav .menu_contact_btn a h4{
    font-size: 25px;
    color: #211713;
    letter-spacing: 0.1em;
    line-height: 120%;
}
.stellarnav .menu_contact_btn a h4 p{
    font-size: 18px;
    color: #211713;
    letter-spacing: 0.1em;
    line-height: 120%;
}
.stellarnav .menu_contact_btn a:hover{
    background-color: #211713;
}
.stellarnav .menu_contact_btn a:hover i{
    filter: invert(1);
    -webkit-filter: invert(1);
}
.stellarnav .menu_contact_btn a:hover h4,
.stellarnav .menu_contact_btn a:hover h4 p{

    color: #fff;
}
/*右拉箭頭*/
.stellarnav li li.has-sub > a::after { border-left: 6px solid #888;}
/* .stellarnav li li.has-sub:hover > a::after { border-left: 6px solid #eee; border-top: 6px solid transparent;} */

/*項目*/
.stellarnav li li > a, .stellarnav li li.has-sub > a { color: #000; font-size: 18px; padding: 10px 5px; border-left: 1px solid transparent; background: transparent; transition: all 0.3s;}
.stellarnav li ul:hover li > a, .stellarnav li ul:hover li.has-sub > a  { opacity: .6; transition: all 0.3s;}
.stellarnav li ul:hover li:hover > a, .stellarnav li ul:hover li.has-sub:hover > a { opacity: 1; color: #000; padding-left: 10px; border-left: 5px solid #fff; transition: all 0.3s;}

/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle span.bars span { background: #FBC600;}
.stellarnav .menu-toggle:after { color: #FBC600;}

/*展開*/
.stellarnav.mobile.left > ul { background: #000000f2;}
.stellarnav.mobile > ul > li { border-bottom: 1px #888 solid;}
.stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none; display: block; color: #eee;}
.stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px 20px 36px;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a { color: #eee; padding: 20px 30px 20px 40px;}
.stellarnav.mobile > li > a { border-bottom: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #323C45; color: #fff;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px #fff;}

.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -7px; left: -4px;}
.stellarnav li.open > a.dd-toggle .icon-plus { width: 0; top: -5px; left: 6px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #888;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 3px #fff;}

/*下拉*/
.stellarnav.mobile li.open { background: #3b3c3d69; padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: 1px solid #ccc;}
.stellarnav.mobile li.open li.open { padding: 0; background: #ffffff88;}
.stellarnav.mobile ul { background: transparent;}
.stellarnav > ul > li.drop-left > ul { left: 0; right: auto;}
.stellarnav > ul > li:nth-last-of-type(1) > ul{max-height: 400px;overflow-y: scroll;}

/*--RWD---------------------------------------*/

.lockBody header, .lockBody footer, .lockBody #bottom_menu {
    display: none;
  }

@media screen and (max-width: 1440px) { 
    .swiper-pagination { display: none;}
}
@media screen and (max-width: 1330px) { 
    .header_area .nav-brand{max-width: 200px;}
    .main_header_area .container{max-width: 90%;margin: auto;padding: 30px 0 0;}
    .navigation{flex-direction: column;align-items: center;}
    .stellarnav .menu_contact_btn{width: 215px;margin: unset;}
    .stellarnav ul{justify-content: center;}
    .stellarnav .menu_contact_btn a i img{width: 30px;}
    .stellarnav .menu_contact_btn a h4{font-size: 20px;}
    .stellarnav .menu_contact_btn a h4 p{font-size: 16px;}
}

@media screen and (max-width: 1050px) { 
    /*header*/
    .pageIndex .header_area { position: relative;}
    /* .main_header_area .container { max-width: 100%;} */
    /* .header_area .main_header_area { background: #000000;} */

    /*logo*/
    .header_area .nav-brand { max-width: 150px; margin: 0 0 20px 0; transition: .3s ease-in-out;}

    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 0;}
    .stellarnav { padding: 0;margin: 15px 0 0;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 30px;}
    .stellarnav li.has-sub > a::after { top: 49%;}/*下拉箭頭*/
    .stellarnav .menu_contact_btn{position: absolute;top: -100px;right: -5%;}
    .stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a{padding: 0 20px;font-size: 17px;}
}

@media screen and (max-width: 768px) {
    /*logo*/
    .nav-header { position: static;z-index: 0;}
    .header_area.sticky .nav-brand { max-width: 150px; transition: .3s ease-in-out;}    

    /*menu*/
    .stellarnav{margin: 0 0 15px;}
    .stellarnav.mobile{top: -10px;}
    .stellarnav.mobile.left > ul{background-color: #000;}
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a ,
    .stellarnav.mobile > ul > li > a{ padding: 15px;}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: 3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}
    .stellarnav .menu_contact_btn{position: unset;width: 100%;display: none;}
    .stellarnav.mobile > ul > li > a:hover{color: #201713;}
    .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{border-bottom: 3px solid #fff;}
    .stellarnav > ul > li > a::before{content: unset;}
    .stellarnav.mobile > ul > li > a:hover a.dd-toggle .icon-plus:after,
    .stellarnav.mobile > ul > li > a:hover a.dd-toggle .icon-plus::before{border-bottom: 3px solid #201713;}
    .stellarnav.mobile > ul > li.has-sub > ul > li > a{padding: 15px;}
    .stellarnav li ul:hover li:hover > a, .stellarnav li ul:hover li.has-sub:hover > a{border: unset;background-color: #FBC600;color: #201713;}
}

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.footer{background-color: #fff;box-shadow: 0 -5px 5px #eee;}
.center{width: clamp(0px, 90%, 1600px);margin: auto;max-width: unset;}
.footer_info{padding: 0px;display: flex;justify-content: flex-start;align-items: flex-start;}
.footer_logo img { max-width: 300px; width: 100%;}
.footer_info ul { padding: 0;}
.footer_info li p.phone:before {content: '電話：';}
.footer_info li p.time:before {content: '時間：';}
.footer_info li{padding: 0px;}
.footer_info li h4{
    font-size: 24px;
    color: #000;
    line-height: 120%;
    letter-spacing: 0.05em;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #000;
}
.footer_info li p{
    font-size: 20px;
    color: #000;
    line-height: 120%;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin: 10px 0 0;
}
.footer_info li p a{
    font-size: 20px;
    color: #000;
}

.footer_info ul{
    max-width: 850px;
    margin: 0 0 0 5%;
}
.footer_info li.ftleft{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 0 0 calc(1vw + 30px);
}

.box_link{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: unset;
    width: unset;
}
.box_link a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 15px 0 0;
    border-radius: 500px;
    background-color: #999999;
    width: 40px;
    height: 40px;
    border: unset;
    transition: all .4s;
}
.box_link a:hover{
    background-color: #FBC600;
    transition: all .4s;
}
.box_link a:hover img{
    filter: invert(1);
    -webkit-filter: invert(1);
    transition: all .4s;
}
.footer_menu a{
    font-size: 20px;
    color: #000;
    line-height: 120%;
    letter-spacing: 0.05em;
    font-weight: bold;
    border: unset;
    background-color: unset;
    margin: 0 2.8% 10px 0;
    padding: 5px;
}
.footer_menu a:hover{
    background-color: #FBC600;
    color: #201713;
}
#bottom_menu li:nth-child(2),
#bottom_menu li:nth-child(3){display: none !important;}
#bottom_menu li:first-child:nth-last-child(3), #bottom_menu li:first-child:nth-last-child(3) ~ li{width: 100%;}

.copy{background-color: #FBC600;color: #000;}
.copy a{color: #000;}
/*--RWD---------------------------------------*/

@media screen and (max-width: 968px) {
    .footer_logo{width: 200px;}
}

@media screen and (max-width: 768px) {
    .footer_info{flex-direction: column;}
    .footer_info ul{margin: 20px 0 0;}

    /*底部按鈕*/
    #to_top { bottom:60px;}
    #bottom_menu {display: block; }
    .footer.with_shopping_mode { padding:30px 0 70px; }
}

@media screen and (max-width: 600px) { 
    /*footer*/
    .footer_info ul { width: 100%;}
    .footer_info li h4{font-size: 20px;}
    .footer_info li p a,
    .footer_info li p,
    .footer_menu a{font-size: 16px;}
}
@media screen and (max-width:450px) { 
    /*footer*/
    .footer_info li h4{font-size: 17px;}
    .footer_info li p a,
    .footer_info li p,
    .footer_menu a{font-size: 15px;}

}

/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--文章管理/首頁---------------------------------------*/

/*區塊設定*/
.module_i_news { padding: 80px 20px 50px;}

/*英文標題*/
.module_i_news .title_i_box h6 { display: none; color: #BBBDC0;}

/*中文標題*/
.module_i_news .title_i_box h4 { position: relative; color: #323C45; font-weight: 600; text-shadow: 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF;}
.module_i_news .title_i_box h4::before {
    content: "BLOG";
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #BBBDC0;
    letter-spacing: 3px;
    text-shadow: none;
    z-index: -1;
}
.module_i_news ul { width: 90%; grid-template-columns:repeat(4,1fr);}
.i_blog_ri h5 { color: #323C45; font-weight: 600;}

/*--文章管理/外層---------------------------------------*/

/*列表搜尋*/

/*分類標題*/
h4.blog_category_title { font-size: 28px; color: #323C45;}
h4.blog_category_title span { font-size: 24px;}

/*次分類*/
.submenu { background: transparent;font-family: '微軟正黑體';}
.submenu a:hover { color: #fff;}
.blog_le .accordion li a { color:#201713;}
.blog_le .accordion li a:hover { color: #fff;}
.blog_le .accordion li i { top: 12px;}

/*文章*/
.module_i_news ul, .blog_subbox { display: grid; gap: 10px;}
.module_i_news li, .subbox_item { position: relative; width: 100%;}
.module_i_news li a:after, .subbox_item a:after { pointer-events: none;}

.module_i_news li a::before, .module_i_news li a::after, .subbox_item a::after,.subbox_item a::before { display: none;}

.blog_list_ri h5 { color: #323C45; font-weight: 600;}

.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri { width: 100%;}
.i_blog_le, .blog_list_le { position: relative; padding-bottom: 100%; height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img, .blog_list_le 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%);
}

/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.submenu a:hover { background: #BBBDC0;}
.accordion li .link { padding: 10px 15px;}
.blog_le .accordion > li.on_this_category .link a { width: 100%;}

/*功*/
.blog_subbox { grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before { content:none;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 768px) {
    /*首頁*/
    .module_i_news ul { width: 100%; grid-template-columns: repeat(2,1fr);}

    /*功能頁/外層*/
    .blog_subbox { grid-template-columns: repeat(2,1fr);}
}

@media screen and (max-width: 375px) {
    /*首頁*/
    .module_i_news ul { grid-template-columns: 1fr;}

    /*功能頁/外層*/
    .blog_subbox { grid-template-columns: 1fr;}
}

/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--首頁、外層 共同設定---------------------------------------*/

.products-list { display: grid; gap: 10px; grid-template-columns: repeat(4,1fr);}
.products-list::before { content:none;}
.products-list .item { width: 100%;}

/*--首頁區塊---------------------------------------*/

.prod_part { width: 100%;}

/*英文標題*/
.prod_part .i_prod_tit h2 { display: none; color: #BBBDC0;}

/*中文*/
.prod_part .i_prod_tit span { position: relative; color: #3F4049; font-weight: 600; text-shadow: 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF;}
.prod_part .i_prod_tit span::before {
    content: "PRODUCT";
    position: absolute;
    top: -45px;
    left: -60%;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #BBBDC0;
    letter-spacing: 3px;
    text-shadow: none;
    transform: translateX(-50%);
    z-index: -1;
}

/*--購物車/外層---------------------------------------*/


/*外層版面*/
.product_page .main_part { width: 90%;	max-width: 1500px;}
.product_page .show_content { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;}
.product_page .products-list { width: calc(100% - 280px);}
.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.active li a { color: #fff; border: unset;}


/**/
.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: #323C45;}
.product-layer-two li.active li:hover a { color: #323C45;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li { display: block;}

/*--購物車/內層---------------------------------------*/

.mobile_product_name { color: #323C45; font-size: 24px; text-align: center;}

/*次分類*/
.block { background: #323C45;}

/*按鈕顏色*/
.inquiry_a1 { background: #BBBDC0; transition: .3s ease-in-out;}
.inquiry_a2 { background: #658781; transition: .3s ease-in-out;}
.inquiry_a3 { background: #323C45; transition: .3s ease-in-out;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #222; transition: .3s ease-in-out;}
.lastaction { color: #fff; background-color: #BBBDC0; transition: .3s ease-in-out;}
.lastaction:hover { color: #fff; background-color: #222; transition: .3s ease-in-out;}
.nextaction { background-color: #323C45; transition: .3s ease-in-out;}
.nextaction:hover { color: #fff; background-color: #222; transition: .3s ease-in-out;}
.lastPage { background: transparent; border: 1px solid #323C45; color: #323C45; transition: all 0.3s;}
.lastPage:hover { color: #fff; background-color: #BBBDC0; border: 1px solid #BBBDC0; transition: all 0.3s;}

/*商品照輪播*/
/*..product_main { width: 100%;}*/
.product_pic h6 { display: none; color: #444;}
.product_pic #bx-pager .block { background: #444;}

/*商品側邊規格*/
/*.sidebarBtn { display: none;}*/
.product_info li .txt_box { color: #222222; width: 100%;}
.sidebarBtn .sp_price { color: #BBBDC0;}

/*區塊*/
.prod li { text-align: center;}
.prod li .prod-panel { margin: 20px 0 40px; text-align: justify;}


/*Q&A*/
/*li.prod-item:not(.is-active) { display: none;}隱藏*/
.qaform .breakF { background: transparent;}
.half_box ul li { text-align: left;}
.half_box ul li img { margin-left: 10px;}/*驗證碼*/

/*相關推薦*/
.prod_related { background: transparent; text-align: center;}
.prod_related h6 { color: #323C45; border-bottom: 2px solid #BBBDC088; padding: 5px 5px 15px; display: inline-block;}
.prod_related h6 span:before { font-size: 20px; color: #323C45;}
.related_list { display: grid; grid-template-columns: repeat(4,1fr);}
.related_list li { padding: 7px 7px 22px; overflow: hidden; width: auto;}
.related_list li a { max-height: 300px;}
.related_list li a img { max-height: 250px;}
.related_list li a p { margin-top: 10px;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1200px) { .products-list { grid-template-columns: repeat(3,1fr);}}
@media screen and (max-width: 1024px) { .product_page .products-list { grid-template-columns: repeat(2,1fr);}}
@media screen and (max-width: 768px) { 
    .products-list { grid-template-columns: repeat(2,1fr);}
    .product_page .products-list, .product-layer-two { width:100%;}
    .prod_related h6 span:before { font-size: 24px;}
    /*順序*/
    .product_page .products-list { order: -1;}
}
@media screen and (max-width: 600px) { 
    .prod_related h6 span:before{font-size: 20px;}
    .related_list { grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width: 375px) { .products-list, .product_page .products-list  { grid-template-columns: 1fr;}}

/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*表單最大寬度設定*/
.contact_content { max-width: 1200px;}
.contact_content .information_right { max-width: 1200px;}
.contact_editbox { padding: 0;}

/*標題*/
.blank_letter { color: #323C45;}

/*側邊資訊*/
.list_before { margin-top: 10px;}

/*表格樣式*/
.contact_form li { padding: 0 0 20px 0;}
.contact_form li .form__label { width: 100%; text-align: left; margin-left: 0; margin-bottom: 10px;}
.contact_form li input.noborder { border: none; border-bottom: 1px #ddd solid; background: transparent;}/*文字欄*/
.contact_form li textarea.noborder { background: transparent; border: 1px #ddd solid;}/*文字區塊*/
.form select { background: transparent;}/*下拉式*/
input[type="checkbox"] { margin: 0 10px;}/*複選*/

/*驗證碼對齊*/
.contact_form li:nth-last-of-type(2) .form__insert { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap;}
.contact_form li:nth-last-of-type(2) input.noborder { border: 1px #ddd solid;}
.captcha { margin-right: 20px;}

/*按鈕*/
.contact_form li.last blockquote { border: 1px #ccc solid;}
.contact_le_map a { background: #323C45;}
.contact_form li.last cite {background: #323C45;}

@media screen and (max-width: 425px){
    /*聯絡表單*/
    .contact_form li { padding-left: 0;}
    .contact_form li .form__label { margin: 0 0 10px; width: 100%; text-align: left;}
    .contact_form li .form__insert { width: 100%;}
}



/* banner */
.all_banner{
  padding: 70px 5% !important;
  background: url(../images/am_banner.jpg);
  background-position: 60%;
  background-size: cover;
}
.all_banner section{
  max-width: 1200px;
  margin: auto;
}
.all_banner section h6{
  font-size: clamp(24px, 15vw, 80px);
  font-family: "Oswald", sans-serif;
  color: #fff;
  opacity: .3;
  line-height: 100%;
  font-weight: 500;
}
.all_banner section h5{
  font-size: clamp(18px, 8vw, 40px);
  line-height: 120%;
  margin: -15px 0 0;
  color: #fff;
  position: relative;
  z-index: 100;
}
.all_banner section h5::after{
  content: '';
  display: inline-block;
  width: 25px;
  height: 5px;
  background-color: #FBC600;
}


.car_wishbanner{
  background-image: url(../../images/am_banner.jpg);
}

.video_banner{
	background-image: url(../images/video_banner.jpg);
}
.video_banner section{
  text-shadow: 0 0 4px #333;
}
.video_banner section h6{
  color: #647283;
}
.video_banner section h5{
  color: #fff;
}

.news_banner{
  background-image: url(../images/video_banner.jpg);
}
.news_banner section{
  text-shadow: 0 0 4px #333;
}
.news_banner section h6{
  color: #647283;
}
.news_banner section h5{
  color: #fff;
}

.product_banner{
  background-image: url(../images/product_banner.jpg);
}

.Brand_banner{
  background-image: url(../images/Brand_banner.jpg);
}
.Brand_banner section{
  text-shadow: 0 0 4px #333;
}

.car_banner{
  background-image: url(../images/car_banner.jpg);
}

/*影片*/
.video_main{
    margin: auto;
}
.video_top{
    width: clamp(0px, 95%, 1420px);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
}
.video_top p{
    width: calc(100%/5 - 4%);
    margin: 5px 2%;
    padding: 10px;
    border-radius: 500px;
    border: 3px solid #FBC60000;
    cursor: pointer;
}
.video_top p:hover{
    border: 3px solid #FBC600;
}
.video_list{
    width: clamp(0px, 95%, 1600px);
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.video_list li a{
    display: block;
    line-height: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.video_list li a section{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 85%;
    height: 85%;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: all .4s;
}
.video_list li a section::before{
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 500px;
    background: url(../images/video_playicon.png);
    background-position: center;
    background-size: cover;
}
.video_list li a section::after{
    content: 'Read More';
    font-size: 18px;
    color: #fff;
    line-height: 120%;
}
.video_list li p{
    font-size: 22px;
    color: #444444;
    font-weight: 600;
    line-height: 120%;
    padding: 10px 5px;
}
.video_list li a:hover section{
    opacity: 1;
    transition: all .4s;
}

/*神奇文章*/

.blog_page .blog_box{
    width: clamp(0px, 95%, 1460px);
    margin: auto;
}

.blog_le .accordion > li:hover, 
.blog_le .accordion > li.on_this_category { background: #FBC600 !important;}
h5.blog_le_t{
    color: #444444;
    font-family: 'Microsoft JhengHei';
    font-weight: 500;
}
.blog_ri{margin: 10px 0 0;}
.module_i_news li a, .subbox_item a { 
    padding: 5px;
    border: 1px solid #ddd;
}
.blog_list_ri h5{
    font-weight: 500;
    color: #333333;
}
.blog_list_ri em{
    font-weight: bold;
}
.blog_list_ri p{
    font-size: 14px;
    color: #202020;
}
.module_i_news li::after, .subbox_item::after { 
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    opacity: 0;
    border: 2px #ddd solid;
    pointer-events: none;
    transition: all .5s;
    background-color: #f5f5f573;
}
.module_i_news li::before, .subbox_item::before { 
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    font-size: 15px;
    color: #fff;
    pointer-events: none;
    transition: all .5s;
    font-weight: bold;
    background-color: #FBC600;
    padding: 5px;
}
.module_i_news li:hover::before, .module_i_news li:hover::after{
    opacity: 1;
    transition: all .5s;
} 
.module_i_news:hover  li a{
    border: 2px #FBC600 solid;

}
.subbox_item:hover::before, .subbox_item:hover::after {
    opacity: 1;
    transition: all .5s;
}
.blog_in_page .blog_box {
    width: clamp(0px, 95%, 1200px);
    margin: auto;
}

.blog_back a.article_btn_back { color: #000; background: #FBC600; border: 1px solid #FBC600; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_back:hover { color: #fff; background: #000; border-color: #000; transition: 0.3s ease-in-out;}

.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: transparent; color: #000; border: 1px solid #ccc; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover { background: #FBC600; color: #000; transition: 0.3s ease-in-out;}

/*成交車款*/
.bx-wrapper .bx-controls-auto{display: none;}
.product_info_page .show_content{
    width: clamp(0px, 95%, 1200px);
    margin: auto;
}
.product-layer-two li a { color: #222; border: none; border-bottom: 2px dotted transparent; background: transparent; line-height: 200%; transition: all 0.3s;}
.product-layer-two > li > a { border-bottom: 2px dotted #ccc; padding: 5px 0;font-weight: 500;}
.product-layer-two li:hover > a { color: #FBC600;}
.product-layer-two li.active > a { color: #fff; border: none;}
.product-layer-two li:hover > a:before { background: #323C45; color:#fff;}
.product-layer-two li.active > a:before { background: #fff; color:#323C45;}
.product-layer-two > li.active { background: #F89D12; border-radius: 10px;}
.products-list .price { display: none;}
.products-list .name { color: #10181A; font-weight: 600; font-size: 16px; height: 51px;}
.products-list .more { border: 1px solid #FBC600; color: #10181A;background-color: #FBC600;}
.products-list .item a:hover .more { background: #10181A;color: #fff;border-color: #10181A;}
.prod-item:nth-of-type(2),
.prod_related,
.product_info,
.inquiry_a3{display: none;}
ul.prod li h3.prod-thumb { background: unset; color: #10181A; border-bottom: unset; padding: 0px 0px 15px; display: block;text-align: left;}
.toShare{border: unset;margin-top: unset;}
.sidebarBtn .price{
    border: unset;
    padding: calc(2vw + 30px) 0 calc(3vw + 30px);
    color: #FAC500;
}
.sidebarBtn .price span{
    color: #111;
}
.toShare b{
    color: #444;
    font-size: 16px;
}

/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 1200px) {
    .video_list{grid-template-columns: 1fr 1fr 1fr;}
}
@media screen and (max-width: 1024px) { }
@media screen and (max-width: 968px) { 
    .video_top p{width: calc(100%/3 - 4%);}
    .video_list{grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 768px) { }
@media screen and (max-width: 568px) {
    .video_top p{width: calc(100%/2 - 4%);} 
    .video_list{grid-template-columns: 1fr;max-width: 350px;}
}
@media screen and (max-width: 425px) { 
    .video_top p{width: 100%} 
}