@charset "utf-8";
/* *************歐捷汽車****************** */
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

*/
/* "Noto Sans TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
/* "Noto Serif TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');



/* 英文字體 Saira */
@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wdth,wght@0,125,100..900;1,125,100..900&display=swap');
/* 英文字體 Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');




/*網站全域設定/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
  /* --Color: #1c3459; */
  --MainColor: #C6A300; /*網站主要色系*/
  --SubColor: #222222; /*網站文字色*/
  --SubColor1: #4f4f4f; /*網站輔助色系1*/
  --SubColor2: #5b5b5b; /*網站輔助色系2*/
  --SubColor3: #6c6c6c; /*網站輔助色系3*/
  --SubColor4: #7b7b7b; /*網站輔助色系4*/  
  --SubColor5: #8e8e8e; /*網站輔助色系5*/ 
  --SFonts: "Inter", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
  --SFontE: "Saira", "Noto Sans TC", sans-serif;/*英文標字體*/
  --SFont: "Noto Sans TC", sans-serif;/*內文黑體字*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f80:80px;
  --f60:60px;
  --f52:52px;
  --f48:48px;
  --f44:44px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f16:16px;
}
@media (min-width:1520px) {
  :root{ }
}
@media (max-width:1024px) {
:root{
  --f80:70px;
  --m50:40px;
  --m30:25px;
  --f52:48px;
  --f48:40px;
  --f44:38px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
  --f20:18px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --f80:60px;
  --m50:30px;
  --m30:20px;
  --f52:44px;
  --f48:32px;
  --f44:30px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:22px;
  --f24:20px;
  --f20:17px;
  --f18:16px;
  --f17:16px;   
  --f16:15px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f80:52px;
  --f52:36px;
  --f48:28px;
  --f44:26px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:20px;
  --f24:18px;
  --f18:16px;
  --f17:15px;  
}
}
@media (max-width:375px) {
:root{
  --f80:48px;
  --f52:32px;
  --f48:24px;
  --f44:22px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:18px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;  
  --f16:14px;
}
}
/*網站全域設定/＝＝＝＝＝*/




/*卷軸*/
&::-webkit-scrollbar {
    background: #f1f1f1;
    width: 7px;
}
&::-webkit-scrollbar-button {
    display: none;
    background: #f1f1f1;
    border-radius: 0;
}
&::-webkit-scrollbar-track-piece {
    background: #f1f1f1;
}
&::-webkit-scrollbar-thumb {
    /* border-radius: 4px; */
    background-color: #888;
}
&::-webkit-scrollbar-track {
    box-shadow: transparent;
}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*上方選單解除滑動固定.header_area.sticky { position:relative;}*/

/* header= */
.header_area {
    position: sticky;
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: transparent;
    padding: 0;
}
.header_area.sticky {
    background: rgba(255, 255, 255, .2);
    background: transparent;
}
.header_area .main_header_area {
    background: transparent;
    transition: all 0.3s;
    position: relative;
}
.header_area.sticky .main_header_area {
    transition: all 0.3s;
}

.header_area .main_header_area:before{
    content: "";
    display: block;
    width: 120%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 0 0 10px 10px;
    transition: all 0.3s;
}
.header_area .main_header_area:after{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    /* transform: translateY(-100%); */
    background: linear-gradient(180deg, rgb(0 0 0 / 60%), rgb(0 0 0 / 40%), transparent);
    content: "";
    transition: all .5s cubic-bezier(.645,.045,.355,1);
}
.header_area.sticky .main_header_area:before {
    top: 0;
    transition: all .5s;
}
.header_area.sticky .main_header_area:after {
    height: 0;
}

.main_header_area .container {
    max-width: 100%;
    padding: 0 30px;
    transition: 0.4s;
    z-index: 1;
    position: relative;
}


/*導覽列&選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/* 導覽列 */
.navigation {
grid-template-columns: 150px 1fr 210px;
align-items: center;
padding: 0;
}
.stellarnav {order: 2;}
.stellarnav ul{font-size: 0;text-align: left;}


/* 第一層 */
.stellarnav > ul > li {
    position: relative;
    padding: 0 10px;
    font-size: 0;
    padding: 0;
}
.stellarnav > ul > li > a {
    font-family: var(--SFontE);
    color: #ffffff;
    letter-spacing: 1.25px;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    padding: 0 25px 0 15px;
    margin: 18px 0;
}
.stellarnav > ul > li:after{
    content: "|";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    color: #888;
    font-size: 14px;
}
.stellarnav ul li:last-child:after{
    content: none;
}
.stellarnav > ul > li > a:hover {
    color: #c6a300;
    transition: all 0.3s ease;
}
.stellarnav ul li:hover a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.stellarnav ul ul>li>a:hover, .stellarnav ul ul>li>a:focus {
    color: #131413;
    opacity: 1;
}
.stellarnav > ul > li.has-sub > a, .pageIndex .sticky > .stellarnav > ul > li:last-child {
    padding-right: 20px;
}
/* 下拉符號移除 */
.stellarnav li.has-sub > a:after { content: none; }
.stellarnav li li.has-sub > a:after { content: '';}
.stellarnav li li.has-sub > a:after {
    content: '';
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transform: rotate(45deg);
}


/* 第二層 */
.stellarnav.desktop ul ul {
    background: transparent;
    width: 180px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    min-width: 165px;
    width: max-content;
}
.stellarnav.desktop ul ul {    
    padding-top: 0px;
    transition: all .4s;
}
.sticky .stellarnav.desktop ul ul{padding-top: 5px;}
.stellarnav li li {
    border: 0;
}
.stellarnav.desktop li.has-sub li a {
    font-size: 14px;
    text-align: left;
    padding: 10px 0;
    letter-spacing: 1px;
    font-family: var(--SFont);
    border-bottom: 0;
    color: #fff;
    padding: 10px;
    border-left: 1px solid #161616;
    border-right: 1px solid #161616;
    font-size: 13px;
    color: #939393;
    background-color: rgba(16, 16, 16, 0.95);
    transition: all .4s;
}
.stellarnav.desktop li.has-sub li.has-sub a {padding-right: 30px;}
.stellarnav.desktop li.has-sub li:not(:last-child) a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}
.stellarnav.desktop li.has-sub li a:hover {
    color: #fff;
    padding-left: 15px;
    padding-right: 5px;
}
/* 第三層 */
.stellarnav.desktop ul ul ul {
    top: 0;
    left: 100%;
    transform: unset;
    padding: 0;
}
.sticky .stellarnav.desktop ul ul ul {
    padding-top: 0px;
}


/* 購物車&搜尋BTN= */
.me_tp_features {
    border: 1px solid #434343;
    width: fit-content;
    display: flex;
    order: 3;
}
/* search= */
.box_search {
    width: 100px;
    margin-bottom: 0;
    order: 3;
    border-left: 1px solid #434343;
    width: fit-content;
}
.box_search form {
    display: grid;
    grid-template-columns: auto 30px;
}
.box_search form:before {
    content: '';
    background: transparent;
    z-index: 10;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 40px;
    content: "\f002";
    font: normal normal normal 14px / 1 FontAwesome;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    opacity: 1;
    pointer-events: none;
    justify-content: center;
    align-items: center;
}
.box_search input[type=text] {
    padding: 0px 5px 0 10px;
    line-height: 1.2;
    max-width: 70px;
    transition: all .5s;
    outline: none;
    height: 40px;
    border: 0;
    border-radius: 0;
    background: transparent;
    width: 110px;
}
.shop_search_txt::placeholder {
    color: #ccc;
    font-size: 12px;
    font-weight: 300;
    font-family: var(--SFontE);
    letter-spacing: 0.8px;
}
.box_search input[type=text]:focus{
    max-width: 90px;
}
.shop_search_btn {
    background: transparent;
    color: #fff;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 5px;
    font-size: 0;
    width: fit-content;
    border-radius: 0;
    background: transparent;
    position: relative;
    height: 40px;
    min-width: 30px;
}
.me_tp_features a {
    /* display: inline-block; */
    vertical-align: middle;
    margin: 0;
    font-size: 14px;
    color: #fff;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.me_tp_features a:hover, .me_tp_features a.tp_btn_cart:hover{border: 1px solid #fff;}
.me_tp_features a.tp_btn_cart {
    border-right: 1px solid #434343;
}
.me_tp_features a span {
    display: none;
}
.tp_links {
    display: inline-block;
    display: none;
}


/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header{
transition: all 0.3s;
padding: 0;
grid-row: 1;
width: auto;
margin: 0 auto;
max-width: 100%;
order: 1;
}
.nav-brand {
    font-size: 0;
    max-width: 150px;
    position: relative;
    padding: 10px 10px 0;
}
.header_area a.nav-brand::before {
    content: "";
    display: block;
    background: #002639;
    box-shadow: 1px 1px 5px #00000059;
    width: 100%;
    height: 150%;
    position: absolute;
    top: -280px;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: -2;
    border-radius: 0 0 10px 10px;
    transition: all 0.3s;
    transition-delay: .3s;
}
.header_area.sticky a.nav-brand::before {
    top: -30px;
    transition: all 1s;
    transition-delay: .5s;
}
.nav-brand img {
    max-width: 100%;
    /* filter: contrast(0) brightness(10); */
}

/*手機LOGO .nav-brand-m {}*/




/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}

.footer {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0;
    background: #000;
    background: transparent;
    z-index: 100;
    /* padding: 100px;*/
}
.footer:before {
    /* content: ''; */
    background: url(https://pic03.eapple.com.tw/iwd/ftbg.jpg) no-repeat;
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: 50% 50%;
}
.footer .center {
    position: relative;
    max-width: 80%;
    padding: 80px 0 20px;
    font-size: 13px;
}
.footer_info {
    width: 100%;
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    gap: 10px;
    font-family: var(--SFontE);
    /* font-family: "Poppins", "Noto Sans TC", sans-serif; */
    justify-content: space-between;
}
.footer_info ul {
    padding: 0;
}

/* logo */
.footer_logo {
    max-width: 200px;
    width: 100%;
    margin: auto;
    /* display: none; */
}

/* 聯絡資訊 */
.footer_info li{
    padding: 0;
}
.footer_info li:nth-child(1) {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
}
.footer_info li p {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 1.5px;
    position: relative;
    padding: 0;
    text-align: center;
    color: #fff;
    font-weight: 300;
}
.footer_info li p:before {
    margin: 0;  
}
.footer_info li p a{
    color: #fff;
}

/* 網頁連結 */
.footer_info li:nth-child(2) {  
    padding-top: 20px;
}
.footer_menu {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-top: 0;
    justify-content: center;
    gap: 5px;
}
.footer_menu a:first-child{display: none;}
.footer_menu a {
    letter-spacing: 1.5px;
    margin: 0;
    transition: all .3s ease;
    color: #fff;
    font-weight: 400;
    text-align: center;
    position: relative;
    font-size: 12px;
    padding: 10px 20px;
    background: #9b9b9bff;
    /* background: transparent; */
    border: 0;
    border-radius: 3px;
}
.footer_menu a:hover {
    color: #eee;
    background: transparent;    
    font-weight: 300;
    /* opacity: 0.6; */
}


#to_top {
    display: none;
    position: fixed;
    bottom: 30px;
    left: unset;
    z-index: 600;
    width: 44px;
    height: 44px;
    padding-top: 16px;
    font-size: 0;
    color: #111;
    text-align: center;
    text-decoration: none;
    background: #fff;
    box-shadow: unset;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    right: 30px;
}
#to_top i.top:before, #to_top i.top:after {
    height: 12px;
    width: 2px;
    top: 0;
    left: 50%;
    background: #fff;
}



/* ------------------------------------------------------------------------------------------------------------ */

.copy {
color: #fff;
    border: none;
    margin: 0;
    font-size: 9px;
    letter-spacing: 1px;
    font-family: var(--SFontE);
    font-weight: 300;
    text-align: center;
    padding: 25px 0;
    position: relative;
    background: transparent;
}
.copy a {
    color: #fff;
} 

/* 浮動按鈕 */
.info_fix{z-index: 1; }






/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}
.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #efefef;
    height: auto;
    max-height: 300px;
    overflow: auto;
}
.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 #ddd;}
.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個--結束 */



/* 大圖切換圓點 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{display: none;}

/* = = = 大圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.bannerindex {position: relative;height: auto;padding: 0;}
/* 大圖尺寸 */
.bannerindex .swiper-banner {position: static;height: auto;margin: auto;width: 100%;overflow: hidden;}
.bannerindex .swiper-wrapper {height: 100%;}.bannerindex .swiper-slide {height: 100%;}
.bannerindex .swiper-banner .swiper-slide img {
    height: auto;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 80% 100%;
}

/* 大圖外層文字 */
.bannerindex .swiper-wrapper:before{}
/* 大圖內層 */
.bannerindex .swiper-banner .swiper-slide:before,.bannerindex .swiper-banner  .swiper-slide:after {}






/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 共用 */

/* 麵包屑 */
.path {display: none;}

/* main */
div#page {position: relative;overflow: clip;padding: 0;width: 100%;min-height: 100vh;background: #6c6c6c;}
div#page:before {pointer-events: none;content: '';position: absolute;display: block;width: 100%;height: 100%;background-image: url(https://ride-plus-a.jp/assets/images/common/bg.jpg);background-size: 100% auto;background-repeat: repeat;mix-blend-mode: multiply;background-size: contain;opacity: .6;}
#content_main, #content {margin: 0;background: #6c6c6c;background: transparent;padding: 80px 0;background-repeat: repeat;padding: 0;z-index: 1;}
.edit_part{padding: 0;}
.main_part {width: 100%;max-width: 2000px;margin: auto;padding: 50px 25px;padding: 0;}
.show_content {margin: auto;padding: 0;font-family: var(--SFont);max-width: 1400px;padding: 100px 25px;}

/* 功能頁-共用 */
.edit {margin: auto;padding: 20px 0;padding: 10px 0 20px;line-height: 1.6;letter-spacing: .5px;color: #141414;font-weight: 400;}




/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
    padding: 0;
    position: relative;
    background: #f2f2f2;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/iwd/banA.jpg);
    background-position: 90% 100%;
    aspect-ratio: 19 / 5;
    display: flex;
    flex-direction: column-reverse;
    padding: 0 40px;
    justify-content: flex-start;
    align-content: flex-start;
}
.banner:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
}
.banner h5 {
    z-index: 1;
    position: relative;
    max-width: 100%;
    font-weight: 500;
    font-size: var(--f40);
    letter-spacing: 6px;
    color: #fff;
    display: flex;
    justify-content: center;
    font-family: var(--SFontE);
    text-shadow: 0 4px 10px rgb(0 0 0 / 60%);
    margin: auto;
    width: 100%;
    flex-direction: column;
}
.banner h5:after {
    content: "打造專屬移動基地，不限品牌，我們都能改！";
    position: relative;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    color: #eee;
    font-size: 14px;
    width: 380px;
    letter-spacing: 2px;
}


.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}










/* RWD設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */




/* @1200上方區域_平板版面1200 */
@media screen and (max-width: 1200px) {
/* 內頁bn */
.banner{min-height: 380px;}
}


/* @1024上方區域_平板版面1024 */
@media screen and (max-width: 1024px) {
/* = = header = = */
.header_area {position: sticky;}

/* logo*/
.nav-header {width: calc(100% - 60px);position: relative;z-index: 100;margin: 0;display: flex;align-self: center;max-width: 180px;}

/* 導覽列 */
.stellarnav {opacity: 1;height: auto;}
.stellarnav ul {text-align: center;height: auto;}
.stellarnav > ul > li {padding: 0;}  
.stellarnav > ul > li > a {letter-spacing: .5px;height: auto;margin: 0;font-size: 15px;padding: 10px 15px;}
.stellarnav>ul>li:after {transform: translate(.5px, -50%);}
}

/* @768上方區域_小於手機版面768 */
@media screen and (max-width: 768px) {
/* logo*/    
.nav-header {
width: calc(100% - 60px);
position: relative;
z-index: 100;
margin-left: 50px;
display: flex;
align-self: center;
max-width: 100%;
}

.nav-brand {max-width: 120px;width: 50%;}


/* = = header = = */
.main_header_area .container {padding: 0;}
.navigation {display: flex;justify-content: space-between;flex-direction: row;gap: 0;}



/* 導覽列 */
.stellarnav.mobile {right: 0;left: unset;display: flex;align-items: center;justify-content: center;max-width: 60px;margin-left: auto;position: relative;z-index: 100;width: 60px;height: 60px;background: transparent;padding: 8px;}
/* 導覽列漢堡選單 */
.stellarnav.mobile .menu-toggle {display: flex;margin: auto;padding: 0;flex-direction: column;gap: 8px;}
/* 漢堡選單樣式 */
.stellarnav .menu-toggle:after {font-size: 10px;text-transform: uppercase;color: #333;font-family: var(--SFontE);letter-spacing: 0.5px;}
.stellarnav .menu-toggle span.bars span {width: 28px;height: 1px;border-radius: 0;background: #333;margin: 0 auto 6px;}
.stellarnav .menu-toggle span.bars span:nth-child(3) {margin: 0 auto;}

/* 導覽列展開 */
.stellarnav.mobile.left > ul {left: unset;right: 0;font-size: 0;max-width: 100%;padding: 0 30px;right: -100vw;overflow: hidden;transition: all .3s ease;border-left: 1px #eee solid;}
.stellarnav.mobile.left.active > ul{right: 0;max-width: 90%;}


.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: transparent;padding: 0;margin: 26px 0 28px;color: #222;font-family: var(--SFontE);letter-spacing: 0.5px;display: flex;flex-direction: row-reverse;}
.stellarnav .icon-close {box-sizing: border-box;width: 18px;height: 12px;margin: 2px 9px 0 3px;}
.stellarnav .icon-close:before , .stellarnav .icon-close:after {width: 18px;height: 0px;border-bottom: solid 1px #222;}
/* 導覽列選取Hover效果 */
.stellarnav ul:hover li a {
opacity: 1;
transition: all 0.3s ease-in-out;
}


/* 第一層 */
.stellarnav.mobile  > ul > li:after {
content: none;
}
.stellarnav.mobile > ul > li {
border-bottom: 1px #eee solid;
padding: 10px 0;
display: block;
border-bottom: 1px solid #f0f0f0;
}
.stellarnav.mobile li.open {
background: #f3f3f3;
color: #fff;
padding: 0 0 5px;
}
.stellarnav.mobile > ul > li > a {
text-align: left;
overflow: auto;
height: auto;
line-height: 150%;
display: block;
letter-spacing: 0.08em;
color: #333;
font-size: 16px;
letter-spacing: 0.04em;
}
.stellarnav.mobile li.open > a {
border: 0;
padding: 20px 10px;
}    
.stellarnav > ul > li > a:before{
content: none;
}
/* +符號修改 = = */
.stellarnav.mobile > ul > li > a.dd-toggle {
top: 5px;
}
.stellarnav.mobile > ul > li.open > a.dd-toggle {
top: 0;
}
.stellarnav a.dd-toggle .icon-plus:before {
width: 8px;
height: 8px;
border-bottom: solid 1px #666;
top: 50%;
top: 0;
left: 0;
transform: rotate(-45deg);
}
.stellarnav a.dd-toggle .icon-plus:after {
width: 8px;
height: 8PX;
top: 50%;
border-bottom: solid 1px #666;
transform: rotate(45deg);
}
.stellarnav li.open > a.dd-toggle .icon-plus {
-moz-transform: translateY(10px) scaleY(-1);
-webkit-transform: translateY(10px) scaleY(-1);
-o-transform: translateY(10px) scaleY(-1);
transform: translateY(10px) scaleY(-1);
}/* +符號修改END = = */

/* 第二層 */
.stellarnav.mobile ul ul {
left: unset;
margin: 0 auto;
box-shadow: none;
width: calc(100% - 10px);
margin: auto;
left: unset;
box-shadow: none;
}
.stellarnav li li {
font-size: 14px;
color: #333;
font-family: var(--SFont);
letter-spacing: 0.04em;
font-size: 15px;
color: #333333;
letter-spacing: 0.04em;
}




/* 內頁BN= */
.banner {min-height: 320px;}
.banner h5 {font-size: var(--f28);margin-bottom: 40px;margin-left: 0;padding: 5px 20px;letter-spacing: 4px;}

}








/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {max-width: 100%;}


/* 功能頁 -外層 */
.product_page .show_content, .product_info_page .show_content {
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1%;
}

/* 左側分類區 = = */
.product_page .product_menu_list {
position: relative;
letter-spacing: 1px;
min-height: 30vw;
float: left;
width: 100%;
box-sizing: border-box;
width: 22%;
padding-right: 20px;
}
.product-layer-two {width: 100%;margin: 0;position: relative;}
.product-layer-two:before {content: 'Category';text-transform: uppercase;color: #fff;position: relative;display: block;width: 100%;font-weight: 600;letter-spacing: 2px;font-family: var(--SFontE);margin-bottom: 20px;padding: 10px 5px;padding-left: 32px;border-bottom: 1px solid #d6d6d6;font-size: 16px;}
.product-layer-two:after {content: '';display: block;position: absolute;top: 17px;left: 0;background: url(https://pic03.eapple.com.tw/iwd/deco_arrow.svg);width: 23px;height: 11px;}
.product_info_page .product-layer-two {display: none;}
.product-layer-two li {margin: 0;width: 100%;padding: 0;letter-spacing: 2px;color: #666;}
.product-layer-two li+li {border-top: 1px solid rgba(255, 255, 255, 0.1);}
.product-layer-two li a {color: #fff;border: none;background: transparent;line-height: 2;transition: all 0.3s;font-size: 14px;line-height: 1.2;letter-spacing: .8px;padding: 17px 15px;position: relative;font-weight: 400;}
.product-layer-two > li.active {}
.product-layer-two li.active a {border: unset;border-bottom: 1px dotted #ccc;}
.product-layer-two li.active li a {color: #fff;}

.product-layer-two > li > a {color: #ccc;}
.product-layer-two li > a:hover, .product-layer-two li.active > a {color: #fff;border-bottom: 1px solid #ffffff;font-weight: 400;}
.product-layer-two li ul {position: relative;padding-top: 0;gap: 1px;}
.product-layer-two li li {border: none;background: transparent;}
.product-layer-two li li a {background-color: #2a2a2a80;color: #ffffff;}
.product-layer-two li li a:hover{border-bottom: 1px solid #ffffff !important;}
/* .product-layer-two li li:hover a {color: #222;} */
.product-layer-two li li {display: block;}

/* 子分類展開按鈕 */
.product-layer-two li i.close::before, .fa-circle-plus::before, .fa-circle-plus::after {content: "";width: 13px;height: 1px;background-color: #999999;display: block;position: absolute;top: 50%;right: 15px;z-index: 1;transition: all 0.5s;}
.fa-circle-plus::before, .product-layer-two li i.close::before {transform: translateY(-50%);}
.fa-circle-plus::after {transform: translateY(-50%) rotate(90deg);}
.product-layer-two li i.close::after {transform: translateY(-50%) rotate(0);}


/* 右側商品區  = =*/
.product_page .products-list {
    width: 100%;
    box-sizing: border-box;
    width: calc(78% - 10px);
    width: calc(100% - 22% - 1%);
    gap: 5px;
}
.products-list {gap: 0;display: flex;flex-wrap: wrap;}
.products-list .item {
    position: relative;
    padding: 0 5px;
    width: calc((100% - 10px) / 3);
    padding: 0 15px;
    margin: 0 0 30px;
}
.products-list .item:before {content: "";width: 100%;height: 70%;background: #4F4F4F;display: block;position: absolute;bottom: 0;left: 50%;transform: translate(-50%, -30px);transition: 0.6s;opacity: 0;z-index: 0;mix-blend-mode: multiply;}
.products-list .item:hover::before {opacity: .5;transform: translate(-50%, 0px);}
.products-list .item a {padding-bottom: 0px;height: 100%;font-family: var(--SFontE);z-index: 1;}
/* 商品圖 */
.products-list .pic {position: relative;display: block;border: 1px solid #707070;transition: all 0.4s ease;z-index: 1;}
.products-list .pic img {object-fit: cover;transform: scale(1);transition: all 0.4s ease;}
.products-list .item:hover .pic {border: 1px solid #C6A300;}
.products-list .item:hover .pic img {-webkit-transform: scale(1.08);transform: scale(1.08);}
/* 品名 */
.products-list .name {font-size: var(--f18);color: #fff;height: fit-content;font-weight: 500;}
.products-list .name .numbering {display: block;border-top: 1px solid #777;margin-top: 7px;padding-top: 10px;font-size: 13px;line-height: 1.5;letter-spacing: 0.8px;font-weight: 400;color: #aaa;}
.products-list .price {
    margin: 10px 0 7px;
    flex-wrap: wrap;
    flex-direction: column;
    letter-spacing: .5px;
}
.products-list .price * {margin: 0;}
.products-list .price b {color: #C6A300;font-size: 15px;width: 100%;text-align: left;font-size: 16px;}
.products-list .price b.ori_price{color: #4F4F4F;font-size: 14px;}
.products-list .price .sp_price {text-align: left;font-size: 16px;}
/*BTN顏色*/
.products-list .more {color: #232323;font-weight: 500;display: none;}


/* 頁數 = = */
ul.page {width: 100%;}











/*購物車/內層＝＝*/
.product-wrapper {width: 100%;max-width: 1200px;}
.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;
}
/* 商品資訊 */
.pd_tabTitle li{
border: 0;
}
.pd_tabTitle li.activeTab a {
color: #eee;
border-bottom: 1px solid #aaa;
font-size: var(--f18);
letter-spacing: 3px;
font-weight: 400;
}
.pd_tabTitle li.activeTab::after{content: none;}

/* 下方產品資訊 */
.prod_tabs .pd_tabInner_contain {margin-top: 10px;padding: 20px;background: rgb(86 86 86 / 50%);}
/* 編輯器 */
.prod_tabs .pd_tabInner_contain .edit {color: #fff;}


/*按鈕顏色*/
.inquiry_a1 {background: #cbc0a0;}
.inquiry_a2 {background: #bdab77;}
.inquiry_a3 {background: #ADA17E;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: #222;}
.lastaction {color: #ADA17E;background-color: #f2f2f2;}
.nextaction {background-color: #ADA17E;}
.lastPage {background: #ADA17E;}

/*商品側邊規格*/
.product_info li .txt_box {color: #222222;width: 100%;}
.sidebarBtn .sp_price {color: #cbc0a0;}
.mobile_product_name {font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before {font-size: 28px;}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* 首頁 */
.prod_part {padding: 120px 25px 60px;font-family: var(--SFontE);}
.prod_part section {max-width: 1300px;padding: 0 10px;display: grid;grid-template-columns: auto 210px;}
/* 標 */
.i_prod_tit {text-align: center;margin-bottom: 0;text-align: center;font-family: var(--SFontE);display: flex;align-items: flex-start;padding: 0;flex-direction: column;}
.i_prod_tit h2 {font-size: 16px;line-height: 1.2;position: relative;}
.i_prod_tit h2::before {content: '';display: block;position: absolute;top: 4px;left: 0;background: url(https://pic03.eapple.com.tw/iwd/deco_arrow.svg);width: 23px;height: 11px;}
.i_prod_tit h2:after {content: 'PRODUCTS';font-size: 16px;line-height: 1;color: #C6A300;letter-spacing: 1.5px;font-weight: 600;padding-left: 33px;}
.i_prod_tit span {font-size: var(--f40);font-weight: 500;color: #fff;letter-spacing: 3px;padding-top: 5px;}
/* BTN */
.i_prod_b {max-width: 1300px;grid-column: 2 / 3;grid-row: 1 / 2;width: 100%;font-size: 0;padding: 0;position: relative;}
.i_prod_b a{transform: translateY(0);transition: all .4s ease-out;}
.i_prod_b a i {display: none;}
/* .i_prod_b a:hover {transform: translateY(-8px);} */
.i_prod_b:hover .animated-arrow{background-image: linear-gradient(130deg, #2A2A2A 93%, #FFFFFF00 90%);}
.animated-arrow {background: transparent;margin-top: 0;width: 100%;padding: 0 40px;background-image: linear-gradient(130deg, #C6A300 93%, #FFFFFF00 90%);transition: all 0.4s ease-in-out;}
.i_prod_b * {transition: all .4s;font-size: 16px;font-weight: 400;letter-spacing: 2px;}
/* 商品 */
.prod_part .productsListBox {padding: 40px 0;margin-top: 0;grid-column: 1 / 3;}
.prod_part .products-list {grid-template-columns: repeat(4, 1fr);display: grid;gap: 0 10px;}
.prod_part .products-list  .item {width: 100%; padding: 0;}
.prod_part .products-list .item:before {content: none;}
.prod_part .products-list .pic {border-radius: 5px;}
.prod_part figure.pic:before {color: #fff;display: block;padding: 4px 20px;font-size: 14px;line-height: 1;letter-spacing: 0.8px;position: absolute;top: 12px;left: 12px;z-index: 2;text-align: center;font-family: var(--SFontE);border-radius: 3px;content: "NEW";background-color: #2f2f2f;border: 1px solid #2f2f2f;}
.prod_part .products-list .item a:hover .pic img {filter: brightness(0.5);}
.prod_part .products-list .price {margin: 5px 0;}





@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 {width: 100%;order: 0;min-height: unset;}
}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 560px) {}






/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* .blog_page .main_part, .blog_in_page .main_part{  background: #f6f4f0;} */

/*文章功能頁/ = = = = */
.blog_box {display: flex;margin: auto;font-family: var(--SFonts);justify-content: space-between;flex-wrap: wrap;gap: 1%;width: 98%;}

/* 左側分類欄位 */
.blog_le {
    padding: 0;
    position: relative;
    letter-spacing: 1px;
    float: left;
    box-sizing: border-box;
    width: 20%;
    padding-right: 50px;
}
h5.blog_le_t {margin-bottom: 10px;text-align: left;line-height: 28px;letter-spacing: 1px;font-weight: bold;padding: 0;position: relative;border-bottom: 0;font-size: 0;}
h5.blog_le_t em {color: var(--SubColor);line-height: 1.5;text-transform: uppercase;color: #fff;position: relative;display: block;width: 100%;font-weight: 600;letter-spacing: 2px;font-family: var(--SFontE);padding: 10px 5px;padding-left: 32px;border-bottom: 1px solid #d6d6d6;font-size: 16px;}
h5.blog_le_t em:before{content: '';display: block;position: absolute;top: 17px;left: 0;background: url(https://pic03.eapple.com.tw/iwd/deco_arrow.svg);width: 23px;height: 11px;}
h5.blog_le_t span {display: none;}
.blog_search {position: relative;margin-bottom: 10px;opacity: .8;}
.blog_search input[type=search] {width: 100%;font-size: 14px;color: #ccc;border: 0;background: #4f4f4f33;border-radius: 0;border: 1px solid #7f7f7fc7;padding: 10px 40px 10px 10px;}
.blog_search input[type=submit] {background: transparent;}
.blog_search form:after {background: transparent;z-index: 10;padding: 0;position: absolute;top: 0;right: 0;display: flex;width: 40px;content: "\f002";font: normal normal normal 14px / 1 FontAwesome;color: #fff;height: 38px;align-items: center;justify-content: center;}
.blog_search input::placeholder{font-size: 13px;font-weight: 300;letter-spacing: 1px;color: #ccc;}
/* 分類列 */
.blog_le .accordion {border-radius: 0;border: 0;overflow: hidden;display: grid;grid-template-columns: repeat(1, 1fr);font-size: 0;}
.blog_le .accordion li {transition: .3s ease-out;}
.blog_le .accordion li {
    transition: .3s ease-out;    
    border-bottom: 0;
}
.blog_le .accordion li li {
    margin-bottom: 1px;
    border: 0;
}
.accordion li+li .link {border: 0;}
.accordion li .link, .accordion li+li .link {border: 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.accordion li .link a {text-align: left;margin: 0;border: none;background: transparent;transition: all 0.3s;font-size: 14px;line-height: 1.2;letter-spacing: .8px;padding: 17px 15px;position: relative;color: #ccc;font-weight: 400;}
.fa-chevron-down::before, .fa-chevron-down::after {content: "";width: 13px;height: 1px;background-color: #999999;display: block;position: absolute;top: 50%;right: 15px;z-index: 1;transition: all 0.5s;}
.fa-chevron-down::after {transform: translateY(-50%) rotate(90deg);}
.blog_le .accordion li.open i.fa-chevron-down::before {content: '';}
.blog_le .accordion li.open i.fa-chevron-down::after {transform: translateY(-50%) rotate(0);}

.link a {color:#ccc !important;}
.blog_le .accordion > li.on_this_category{background: transparent !important;}
.blog_le .accordion > li.on_this_category:hover .link a, .blog_le .accordion > li:hover .link a{color:#fff !important;}
.blog_le .accordion > li.open { background: transparent;}
.blog_le .accordion > li.open > .link a{ background: rgba(153, 153, 153, 0.6);}
.blog_le .accordion > li:hover {background: transparent !important;}
.blog_le .accordion > li:hover .link a {background: rgba(153, 153, 153, 0.6);}
.blog_le .accordion > li.on_this_category .link a {color: #fff  !important; border-bottom:1px solid #fff;}
/* 子分類 */
.submenu {background: transparent;}
.submenu a {color: #ccc;transition: all 0.4s ease;line-height: 1.3;background: #4444444d;}
.submenu a:hover {background: #4444444d;color: #eee;}
.submenu a .fa-circle-chevron-right::before {font-size: 11px;padding: 3px;line-height: 1.5;}




/* 右側圖文區 */
.blog_ri {padding: 0;width: 100%;box-sizing: border-box;width: calc(100% - 20% - 1%);}
h4.blog_category_title {width: fit-content;font-weight: 600;letter-spacing: 1px;display: none;}
/* 圖文區塊 */
.blog_subbox {grid-template-columns: 1fr 1fr 1fr;gap: 0;flex-wrap: wrap;gap: 20px;}
.subbox_item {position: relative;border-radius: 0;overflow: hidden;transition: .3s ease-out;border: 0;height: fit-content;width: 100%;margin: 0;background: #fff;padding: 0;border-radius: 5px;height: 100%;}
.subbox_item:hover {transition: .3s ease-out;}
.subbox_item li:hover {transition: .3s ease-out;box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);}
.subbox_item a {grid-template-columns: 1fr;gap: unset;height: 100%;padding: 0;display: flex;flex-wrap: wrap;align-items: flex-start;align-content: flex-start;}
.module_i_news li a:before, .module_i_news li a:after, .subbox_item a:after, .subbox_item a:before {content: none;}
/* 圖 */
.blog_list_le {overflow: hidden;position: relative;aspect-ratio: 1 / 1;background-color: #1D1B1C;width: 100%;height: auto;border: 6px solid #d2d2d2;}
.blog_list_le:after {content: "";width: 80px;height: 42px;background: url(https://www.workband.com.tw/store_image/iwd/G175203236643.webp) no-repeat center center / cover;position: absolute;top: 50%;left: 50%;transform: translate(-50%, calc(-50% + 40px));filter: contrast(0) brightness(2);pointer-events: none;opacity: 0;width: 50%;mix-blend-mode: unset;aspect-ratio: 26 / 15;height: auto;z-index: 1;transition: all 0.4s ease-in-out;}
.subbox_item a:hover .blog_list_le:after {opacity: .8;transform: translate(-50%, -50%);}
.blog_list_le img {width: 100%;transition: .8s ease;}
.subbox_item a:hover img {z-index: 1;opacity: 0.4;transform: scale(1.08);}
/* 文字 */
.blog_list_ri {display: flex;flex-direction: column;justify-content: flex-start;max-width: 600px;margin: 0 auto;padding: 15px 35px;padding: 0;width: 100%;margin: 0;padding: 15px;}
.blog_list_ri h5 {font-size: var(--f20);text-align: left;color: #fff;font-weight: 600;margin-bottom: 8px;font-weight: 500;letter-spacing: 1px;color: #2A2A2A;transition: all 0.4s ease;}
.subbox_item a:hover h5{color: #C6A300;}
.blog_list_ri em {margin: 0;order: -1;padding: 0;font-family: var(--SFontE);font-weight: 700;margin-bottom: 5px;font-size: 13px;color: #4f4f4f;letter-spacing: 0;text-transform: uppercase;}
.blog_list_ri p {line-height: 1.8;margin: 0;-webkit-line-clamp: 3;font-weight: 400;font-size: 14px;letter-spacing: 0.5px;color: #999;}



/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em {
    /* color: transparent; */
}
.blog_in_page .blog_ri {
    background: #f5f5f5;
    padding: 20px 40px;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}
.blog_in_page h4.blog_category_title {
    width: 100%;
    letter-spacing: 1.5px;
    font-size: var(--f24);
    display: block;
    text-align: left;
    border-bottom: 1px dashed #969ca74d;
    color: #232323;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 20px 0;
}



/* 分享按鈕 = = */
.blog_shareData {
    border: 1px solid #ccc;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    margin: 0;
    display: none;
}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {
    font-weight: 400;
    font-size: 14px;
    color: #333;
}
.toShareNews a object {
    filter: grayscale(1) brightness(1) contrast(1);
}
.toShareNews > a:hover > object {
    filter: none;
}
/* 文章編輯器 */
.blog_box_edit {
    background: transparent;
}
.blog_box_edit * {
    line-height: 1.7;
}
.articel_mainPic {
    display: none;
}

/*文章-相關推薦*/
.news_related, .prod_related {
    font-family: var(--SFont);
    background: #fff;
    padding: 80px 5%;
    margin: auto;
    display: none;
}


/* 上下篇按鈕 */
.blog_back {
    position: relative;
    justify-content: center;
    z-index: 1;
    justify-self: flex-end;
    width: calc(100% - 20% - 1%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    margin: auto;
    margin-top: 0;
    text-align: center;
    margin-right: 0;
    justify-items: start;
    background: #f5f5f5;
    padding: 25px;
    border-radius: 0 0 5px 5px;
}
.blog_back:before {content: '';display: block;position: absolute;width: calc(100% - 40px);height: 1px;left: 20px;background: #ddd;}
.blog_back a {font-size: 13px;letter-spacing: 2px;}
.blog_back a.article_btn_back {background: #a7a9ac;transition: .4s ease;display: none;}
.blog_back a.article_btn_back:hover {opacity: .6;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {color: #777;transition: .4s ease;width: fit-content;background: transparent;font-size: 0;border: 1px solid #777;}
.blog_back a.article_btn_next {justify-self: end;}
a.article_btn_prev:before, a.article_btn_next:after {content: '< Previous';padding: 8px;font-size: 13px;text-decoration: none;font-family: var(--SFontE);color: #777;letter-spacing: 1px;font-weight: 600;}
a.article_btn_next:after {content: 'Next >';}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {background-color: #4F4F4F;border-color: #4f4f4f;}
a.article_btn_prev:hover:before, a.article_btn_next:hover:after {color: #ccc;}



@media screen and (max-width: 1024px) {
/* 外層 */
.blog_le {width: 100%; margin-bottom: 40px;}
h5.blog_le_t {display: none;}
.blog_le .accordion {grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));}
.blog_le .accordion li {border: 1px solid #C8D6DE;}

.blog_ri {width: 100%;padding: 0;}
.blog_list_le {max-width: 250px;}
.i_blog_ri h5, .blog_list_ri h5 {font-size: var(--f22);}
.blog_list_ri p {letter-spacing: 1.5px;}
}


@media screen and (max-width: 768px) {
/* 外層 */
.blog_le {margin-bottom: 20px;}
.blog_list_ri p {font-size: 13px;}
.blog_list_le {max-width: 200px;margin-right: 15px;}
.subbox_item a .blog_list_le::before, .subbox_item a:hover .blog_list_le::before {letter-spacing: 1px;font-size: 14px;padding: 6px 15px;}
}

@media screen and (max-width: 640px) {
/* 外層 */
.subbox_item a {flex-direction: column;gap: 10px;}
.blog_list_le, .blog_list_ri {margin: 0 auto;max-width: 500px;}
}

@media screen and (max-width: 480px) {
.blog_list_ri em {order: 1;font-size: 13px;margin: 0;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */





/* = = = 分隔線 相本主分類(外層&內層共同樣式)= = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 (限制最寬2000px  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}

/* 共用 */
.overlay{z-index: 1;display: none;}
.show-list .show_pic {aspect-ratio: 3 / 2;background-color: #000;}
.show-list .show_pic:after{content: "";position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;border: 10px solid var(--MainColor);opacity: 0;transition: all 0.5s;}
.show-list .item:hover .show_pic:after {opacity: 1;}
.show-list .item a .show_pic img {transform: scale(1);transition: all 0.5s;}
.show-list .item a:hover .show_pic img {opacity: 0.6;-webkit-transform: scale(1.05);transform: scale(1.05);}
.show-list .item:hover .show_name {color: #fff;}


/* 內層 */
.album_class_page .show-list .show_pic {border-radius: 5px;}
.album_class_page .show-list .show_pic::before {
content: '\f002';
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
margin-left: -11px;
margin-top: -12px;
font-family: FontAwesome;
font-size: 28px;
line-height: 1;
color: #fff;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
transition: all .5s ease-out;
}
.album_class_page .show-list .show_pic::after {content: none;}
.album_class_page .show-list .item:hover .show_pic::before {
-webkit-transform: translate(0);
-ms-transform: translate(0);
transform: translate(0);
opacity: 1;
transition-delay: .3s;
}
.album_class_page .show-list .item {
    padding: 10px;
}
/* 次分類相簿名 */
.album_class_page .other_subalbum li a p {
    margin: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 10px 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    color: #2A2A2A;
    width: 100%;
    margin-top: 5px;
    text-align: left;
    transition: all .4s;
}
.album_class_page .other_subalbum li a:hover p {
    color: #ffffff;
}









/* = = = 分隔線 相本主分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*相本列表*/
.album_page .show_content, .album_info_page .show_content {width: 100%;text-align: center;}

/* 主分類相簿名 */
.subalbum-menu h2 {text-align: center;padding-bottom: 20px;width: 100%;font-size: 24px;font-weight: 600;letter-spacing: .5px;color: var(--SubColor);display: none;}
/*主分類頁*/
.album_class_page .show_content, .album_info_page .show_content {width: 90%;}
.album_descrip { display: none;}

.show-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
grid-gap: clamp(20px, 4%, 50px);
gap: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
.show-list .show_name  {
font-size: 18px;
color: #fff;
letter-spacing: 0.15em;
line-height: 1.5;
margin-top: 10px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
height: fit-content;
letter-spacing: 2px;
line-height: 1.6;
font-weight: 300;
padding-bottom: 5px;
transition: all 0.4s ease;
}


.album_class_page .show-list {grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));}
.show-list .item {
text-align: center;
width: 100%;
background: transparent;
position: relative;
padding: 25px;
width: 33.3333333333%;
border-right: 1px solid rgba(255, 255, 255, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}




/*相本內頁-.album_info_page*/
.album_info_page{}
.album_descrip p {
font-weight: 700;
text-align: center;
padding-bottom: 20px;
width: 100%;
color: #333;
font-size: 20px;
letter-spacing: 0.12em;
}
/*相簿瀑布流-OFF*/
.album_info_page .pic-list {
-webkit-column-count: 3;
-webkit-column-gap: 10px;
column-count: 3;
column-gap: 10px;
width: 100%;
margin: 0 auto;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
grid-gap: 10px;
}
.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;aspect-ratio: 4 / 4;}
.pic-list .item h6 {padding: 0;}





@media (max-width: 1440px){
.album_info_page .pic-list{ -moz-column-count:3; -webkit-column-count:3;  column-count:3;}
}
@media screen and (max-width: 1280px){
.show-list {grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 980px){}

@media screen and (max-width: 768px){
.show-list {grid-template-columns: 1fr ;}
}

@media screen and (max-width: 600px){
.album_class_page .show_content{width: 100%;}
.album_page .show-list .item{width: 100%;}	
.album_page .show-list .item{margin:auto;}
.show-list .item{margin:auto;}
.show-list {gap: 20px;}
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contact_page .contact_content * {transition: all .6s;/* border-bottom: #e6ebf1 solid 1px; */}
.contact_page .path, .contact_page .banner{/* display: none; */}

/* 下方 */
.contact_page .main_part {
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.contact_page .contact_content {
    margin: auto;
    padding: 80px 0 100px;
    position: relative;
    margin: auto;
    padding: 0;
    font-family: var(--SFontE);
    max-width: 1400px;
    padding: 100px 25px;
    width: 100%;
}
.contact_content form {
    max-width: 98%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
}

/* 左資訊ON */
.contact_content .information_left {width: 35%;padding: 0;padding-top: 40px;display: flex;flex-direction: column;position: sticky;top: 100px;height: fit-content;}
/* 標 */
.blank_letter {color: #fff;font-size: var(--f36);font-weight: 500;letter-spacing: 2px;font-family: var(--SFontE);padding: 0;}
h4.blank_letter.i {position: relative;margin: 0 0 20px 0;padding-top: 20px;line-height: 1.6;order: 1;}
h4.blank_letter.i:before {content: '';display: block;position: absolute;top: 4px;left: 0;background: url(https://pic03.eapple.com.tw/iwd/deco_arrow.svg);width: 23px;height: 11px;}
h4.blank_letter.i:after {content: 'CONTACT US';font-size: 16px;line-height: 1;color: #C6A300;letter-spacing: 1.5px;font-weight: 600;padding-left: 33px;position: absolute;left: 0;top: 0;}
.information_left:before {content: '有任何關於車輛改裝、空間設計或客製服務的想法，歡迎隨時與歐捷聯繫，我們都能協助您量身打造最合適的行動方案。';font-size: 14px;color: #ccc;letter-spacing: 1.5px;order: 2;font-weight: 300;}
.list_before {order: 3;color: #fff;margin-top: 20px;}
.list_before.info li {display: flex;flex-direction: row;padding: 0;letter-spacing: 1px;font-weight: 300;}
.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 {position: relative;display: block;width: 95px;left: 0;font-size: 15px;font-weight: 700;letter-spacing: .25px;text-transform: uppercase;}
.info_TEL:before {content: "TEL";}
.info_TEL2:before {content: "Mobile";}
.info_MAIL:before {content: "E-MAIL";}
.info_ADD:before {content: "ADD";}
.contact_le_nomap, .contact_le_map {order: 4;}
.contact_le_map a {
background: transparent;
background-image: linear-gradient(130deg, #c6a300 93%, #F2295B00 93%);
text-align: center;
padding: 10px;
color: #fff;
width: fit-content;
padding: 10px 40px;
transition: all .4s;
}
.contact_le_map a:hover {background-image: linear-gradient(130deg, #2A2A2A 93%, #FFFFFF00 90%);}
.contact_le_map a b {font-weight: 600;letter-spacing: .5px;}


/* 右表單顯示 */
.contact_content .information_right {width: calc(65% - 40px);padding: 0;}
/* 標= = */
h4.blank_letter.f {margin-left: 40px;font-size: 0;}
.note {z-index: 1;position: absolute;font-size: 11px;right: 0;top: 18px;font-weight: 400;letter-spacing: 1.5px;}
/* 表單欄位 = = */
.contact_form {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    display: flex;
    margin: 0px 0px 0 40px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 40px;
    padding: 60px 40px;
    background-color: transparent;
    background-image: linear-gradient(130deg, #2a2a2a 95%, #F2295B00 95%);
    flex-direction: column;
}
.contact_form li:nth-last-child(-n+3) {}
.contact_form li {width: 100%;grid-template-columns: 1fr;margin-bottom: 10px;grid-gap: 4px;}
.contact_form li input.noborder, .contact_form li textarea.noborder {
margin: 0;
border: 1px solid #666;
width: 100%;
max-width: 100%;
padding: 10px;
height: auto;
border-radius: 2px;
background: 0 0;
background-color: transparent;
box-shadow: none;
box-sizing: border-box;
transition: all .2s linear;
text-align: left;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #FFFFFF29;
font-family: var(--SFontE);
font-weight: 300;
text-transform: none;
font-style: normal;
line-height: 1.5;
font-size: 15px;
-webkit-appearance: none;
color: #eee;
}

.contact_form li.checknumBox .form__insert .captcha + img {
    margin-left: 0;
    padding: 5px 10px 3px;
    background: #eef3f8;
    margin-top: 8px;
}
/* 表單BTN */
.contact_form li.last{border: none;text-align: right;margin-top: 30px;padding-left: 0;display: flex;justify-content: flex-start;flex-wrap: wrap;gap: 20px;}
.contact_form li.last blockquote, .contact_form li.last cite {color: #666;padding: 15px 40px;color: #ffffff;background-color: transparent;background-image: linear-gradient(130deg, #444 93%, #F2295B00 93%);border-style: none;border-radius: 0px 0px 0px 0px;box-shadow: 0px 0px 0px 0px rgba(66, 133, 244, 0.3);text-align: center;}
.contact_form li.last cite {background-image: linear-gradient(130deg, #eee 93%, #F2295B00 93%);color: #2a2a2a;}
.contact_form li.last cite i {display: none;}
.contact_form li.last input { padding: 0;letter-spacing: 2.5px;text-align: center;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 1px;}
/* 表單標 */
.contact_form li .form__label {color: #999;letter-spacing: 1px;text-align: left;display: flex;flex-direction: row-reverse;justify-content: flex-end;gap: 5px;line-height: 1.5;align-items: center;}
/* 必填文字 */
span.star.red:before {

}
.red {color: var(--MainColor);}
.star {}
/* 備註文字 = = = = */
.contact_form li .form__label:before {}



/* 編輯器 = = = = = = = = = = = = = = = = = = = = = = = =  */
.contact_editbox {padding: 0;}


@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 480px) {}

























/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (min-width: 1700px) {
/* footer */
.footer_info {margin: auto;}
}


/* 下方區域_平板版面1200 */
@media screen and (max-width: 1200px) {
/* footer */
.footer .center{padding: 60px 0;}
.footer_info {grid-template-columns: 1fr;gap: 10px;}
.footer_info ul {border-top: 1px solid #eee;align-items: center;padding-top: 20px;}
.footer_info li:nth-child(1) {grid-template-columns: repeat(1, 1fr);}
.footer_info li p {text-align: center;}
.footer_info li:nth-child(2) {display: block;width: 100%;margin: auto;margin-top: 20px;padding-top: 20px;}
.footer_menu {flex-direction: row;justify-content: center;gap: 10px 10px;width: fit-content;margin: auto;}

}

/* @1024下方區域_平板版面1024 */
@media screen and (max-width: 1024px) {
/* main */
.show_content {padding-top: 80px; padding-top:80px;}    
/* .footer */
.footer_menu {flex-wrap: wrap;}
}



/* 下方區域_平板版面768 */
@media screen and (max-width: 768px) {
/* main */
.show_content {padding: 70px 20px;}
.path{min-height: 30px;padding: 3px 24px;}
.path p, .path p a {font-size: 10px;transition: 0.3s;}

/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.1);}
.footer.with_shopping_mode {padding-bottom: 54px;}
#to_top {bottom: 80px;left: 15px;}

/* footer */
.footer .center {padding: 40px 0 60px;}
.footer_logo {max-width: 180px;width: 100%;margin: auto;}
.footer_info li p {padding: 0;}
.footer_menu a {font-weight: 500;width: 33.33%;}


}

@media screen and (max-width: 600px) {
/* main */
.show_content {padding: 70px 20px;}
.copy {font-size: 10px;}
}

@media screen and (max-width: 480px) { }





/* 暫時放 */
.info_fix_links a {
    background: rgb(170 170 170 / 50%) !important;
}