@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body{font-family: "Roboto", sans-serif,"Noto Sans TC", sans-serif, "Noto Serif TC", serif;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
/*header*/
.stellarnav ul ul {
    background: #000000e0;
}
.stellarnav li li a {
    color: #fff;
    padding: 10px 15px 10px 10px;
    transition: .3s;
}
.stellarnav li li> a:hover {
    padding-left: 20px;
    transition: .3s;
    color: #efca5f;
}
.stellarnav li.has-sub > a:after {
    display: none;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0px;
}
.tp_links a {
    display: none;
}
.nav-header {
    max-width: 290px;
    width: 290px;
    transition: .6s;
}
.header_area.sticky .nav-header {
    max-width: 250px;
    width: 250px;
    transition: .6s;
}
.header_area {
    background: #000000;
    border-bottom: 2px solid #efca5f;
    transition: .6s;
    padding-top: 13px;
    padding-bottom: 13px;
}
.header_area.sticky {
    background: rgb(0 0 0 / 80%);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    transition: .6s;
}
.navigation {
    grid-template-columns: 265px 1fr;
    padding: 8px 45px 8px 45px;
    transition: .6s;
}
.header_area.sticky .navigation {
    padding: 0;
    transition: .6s;
}
.stellarnav > ul > li > a {
    color: #ffffffd6;
    margin: 10px 0px 0 30px;
    transition: .5s;
}
.stellarnav > ul > li > a:hover {
    color: #ccaf60;
    transition: .5s;
}
.stellarnav > ul > li:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background: #ccaf60;
    bottom: 5px;
    left: 28px;
    transition: .5s;
}
.stellarnav > ul > li:hover:before {
    width: 73%;
    transition: .5s;
}
/*大圖*/
#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}
.swiper-slide img { height: auto;}
.swiper-pagination { display: none;}
.swiper-slide { position: relative;}
.bannerindex .swiper-slide.swiper-slide-active:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
@media screen and (max-width: 768px) {.bannerindex { padding:0; margin:0;}}

.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(1):after {
    background: url(https://pic03.eapple.com.tw/beiquroad/banner-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 44%;
    left: 14%;
    width: 33% !important;
    height: 50% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
    -webkit-animation: slide-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    filter: drop-shadow(3px 3px 3px rgb(10 10 10 / 90%));
}
@keyframes slide-top{
    0%{
        transform:translateY(100px);
        opacity: 0;
    }
    100%{
        transform:translateY(0px);
        opacity: 1;
    }
    }
.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(2):after {
    background: url(https://pic03.eapple.com.tw/beiquroad/banner-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0%;
    left: 48%;
    width: 35% !important;
    height: 50% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
    -webkit-animation: slide-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-left 1.5s cubic-bezier(0.2, 0.7, 0.33, 1.07) both;
    filter: drop-shadow(3px 3px 3px rgb(10 10 10 / 90%));
}
@keyframes slide-left{
    0%{
        transform:translateX(100px);
        opacity: 0;
    }
    100%{
        transform:translateX(0px);
        opacity: 1;
    }
    }
/*主頁*/
.module_i_news {
    background: #0e0e0e;
}
.module_i_news .title_i_box h4 {
    font-size: 40px;
    color: #efca5f;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
}
.animated-arrow {
    background: 0;
    color: #efca5f;
    border: 1px solid #efca5f;
}
a.animated-arrow.slowAnimation:hover {
    background: #efca5f;
    color: #000;
}
.module_i_news li a:after {
    border: 9px #efca5f solid;
        background: 0;
}
.i_blog_ri h5 {
    font-size: 24px;
}
.i_blog_ri em {
    margin: 5px 0;
}
.i_blog_ri p {
    font-size: 18px;
}
/*服務項目*/
.path p, .path p a {
    display: none;
}
/*施工實蹟*/
.banner.banE {
    background: url(https://pic03.eapple.com.tw/beiquroad/banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner h5 {
    font-size: 40px;
    color: #efca5f;
    border: 1pt solid #efca5f;
    padding: 5px 15px 5px 15px;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
}
.banner {
    height: 385px;
}
.overlay {
    width: 0;
    background: rgb(255 255 255 / 30%);
    transform: scale(1);
    z-index: 99999;
}
.show-list .item:hover .overlay {
    width: 100%;
}
.show-list .show_name {
    color: #ffffff;
    height: 45px;
    background: #000000;
    padding: 10px 0px 0px 10px;
    margin-top: 0px;
    font-family: "Roboto", sans-serif,"Noto Serif", serif;
    font-size: 18px;
    font-weight: 400;
}
.show-list .item:hover .show_name {
    color: #efca5f;
}
.show-list .item:hover .show_pic img {
    transform: scale(1.1);
    transition:.5s
}
.show-list .show_pic img {
    transition:.5s
}
.other_album_choice li {
    background: #efca5f;
    border-radius: 0px;
}
.album_fixed_title {
    margin-left: 2px;
}
.other_subalbum li a p {
    height: 45px;
    background:  #000000;
    padding: 6px 0px 0px 10px;
    color: #fff;
}
.subalbum-menu h2 {
    font-size: 36px;
    color: #efca5f;
    font-family: "Roboto", sans-serif, "Noto Sans TC", sans-serif;
}
.subalbum-menu {
    padding: 0 ; 
}
.album_fixed_title {
    font-size: 19px;
    color: #efca5f;
    border: 2pt solid #efca5f;
    padding: 7px;
    background: 0;
}
.other_album_choice li a {
    font-size: 19px;
    font-family: "Roboto", sans-serif, "Noto Sans TC", sans-serif;
    font-weight: 400;
    color: #000000;
}
.album_descrip {
    color: #ddd;
    font-size: 19px;
}
/*實蹟影片*/
.banner.banblog {
    background: url(https://pic03.eapple.com.tw/beiquroad/banner2.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.blog_list_ri h5 {
    font-size: 24px;
}
.blog_list_ri>*+* {
    margin-top: 5px;
}
.blog_list_ri p {
    font-size: 18px;
}
h5.blog_le_t em {
    color: #efca5f;
    font-size: 36px;
}
.accordion li .link a {
    color: #ddd;
    font-size: 18px;
    font-weight: 500;
}
.blog_le .accordion {
    border-radius: 0px;
}
.blog_le .accordion li .link i {
    color: #ddd;
}
.submenu li.on_this_category a, .submenu a:hover {
    background: #efca5f;
    color: #000000;
}
.submenu li+li {
    border-top: 1px solid #ddd;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #0e0e0e !important;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #efca5f !important;
}
.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {
    color: #efca5f !important;
}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {
    color: #ddd;
}
h4.blog_category_title {
    color: #efca5f;
    font-size: 32px;
}
.blog_search input[type=search] {
    border: solid 1px #ddd;
    border-radius: 0px;
}
.blog_le .accordion {
    border: 1px #ddd solid;
}
#content {
    background: #0e0e0e;
}
.module_i_news ul, .blog_subbox {
    display: grid
;
    gap: 45px;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
}
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
}
.module_i_news li, .subbox_item {
    width: 100%;
}
.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri {
    width: 100%;
}
.module_i_news li a, .subbox_item a {
    padding: 9px;
    border: 0;
    background: #fff;
        display: flex;
    flex-direction: column;
    grid-gap: 5px;
}
.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%);
}
.i_blog_le, .blog_list_le {
    position: relative;
    padding-bottom: 100%;
    height: 0;
}
.subbox_item a:before {
    font-size: 13px;
    color: #fff;
    transition: all .6s;
    writing-mode: tb-rl;
    top: 28px;
    right: -22px;
    opacity: 1;
    display: none;
}
.subbox_item a:after {
    content: '';
    opacity: 1;
    border: none;
    background: #efca5f;
    color: #fff;
    top: 20px;
    left: 25px;
    height: 100%;
    z-index: -1;
    writing-mode: tb-rl;
    padding: 10px;
    display: flex
;
    transition: 0.6s, width 0s;
}
.module_i_news li a:after, .subbox_item a:after {
    pointer-events: none;
}
.subbox_item a:hover:before {
    opacity: 0;
}
.subbox_item a:hover:before, .subbox_item a:hover:after {
    opacity: 1;
    transition: all .5s;
    left: 50%;
    top: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    transform: translate(-50%, -50%);
}
.blog_back a.article_btn_next {
    background: 0;
    border: 1pt solid #ecc85e;
    color: #ecc85e;
    transition: .5s;
    font-size: 16px;
}
.blog_back a.article_btn_next:hover {
    background: #ecc85e;
    border: 1pt solid #ecc85e;
    color: #000000;
    transition: .5s;
}
.blog_back a.article_btn_back {
    background: #ecc85e;
    color: #000;
    transition: .5s;
    font-size: 16px;
}
.blog_back a.article_btn_back:hover {
    background: #ffe9a7;
    color: #000;
    transition: .5s;
}
.blog_back a.article_btn_prev {
    background: 0;
    border: 1pt solid #ecc85e;
    color: #ecc85e;
    transition: .5s;
    font-size: 16px;
}
.blog_back a.article_btn_prev:hover {
    background: #ecc85e;
    border: 1pt solid #ecc85e;
    color: #000000;
    transition: .5s;
}
.news_related {
    background: #0e0e0e;
    padding: 0px 15px 50px 15px;
}
.news_related h6 {
    margin: 0 auto 48px;
    padding: 15px;
    border-bottom: 2pt solid #ecc85e;
}
.news_related h6 span:before {
    color: #ecc85e;
}
.main_part {
    padding: 60px 20px 140px 20px;
}
.news_related_list li a {
    padding: 10px;
    transition: .5s;
}
.news_related_list li a p {
    font-size: 18px;
    color: #000000;
}
.news_related_list li a:hover {
    background: #ecc85e;
    transition: .5s;
}
.lastPage {
    color: #000000;
    background: #ecc85e;
    transition: .5s;
}
.lastPage:hover {
    color: #000000;
    background: #ffe9a7;
    transition: .5s;
}
/*最新消息*/
.banner.banA {
    background: url(https://pic03.eapple.com.tw/beiquroad/banner3.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.promotion_title {
    display: flex
;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
.promotion_title h2 {
    font-size: 36px;
    color: #efca5f;
    margin: 0 20px 0 0px;
}
.promotion_title em {
    border: 1px #ddd dashed;
    padding: 2px 7px;
    margin: 0 20px 0px 0;
    color: #ddd;
    font-size: 24px;
}
.promotion_title span {
    border: 1px #ddd dashed;
    font-size: 18px;
    color: #ddd;
}
.edit {
    color: #ddd;
    font-size: 18px;
}
.other_promotion .pmtTitle span {
    color: #ddd;
    font-size: 18px;
}
.other_promotion .pmtTitle h3 {
    font-size: 18px;
    color: #efca5f;
}
.other_promotion .pmtTime span {
    float: right;
    font-size: 14px;
    color: #ddd;
}
.other_promotion li a:hover {
    background: #65656536;
}
.other_promotion li a:before {
    border: 1px #efca5f solid;
    border-bottom: none;
    border-right: none;
}
.other_promotion li a:after {
    border: 1px #efca5f solid;
    border-top: none;
    border-left: none;  
}
.edit img {
    margin-top: 30px;
}
/*聯絡我們*/
.banner.banC {
    background: url(https://pic03.eapple.com.tw/beiquroad/banner4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.blank_letter.f:before {
    content: '無論是道路鋪設、標線工程、停車場規劃，還是緊急修復需求，歡迎與我們聯繫。我們將以專業、高效的態度，提供最合適的施工方案。歡迎來電洽詢，或透過表單留言，我們將盡快與您聯繫！';
    position: absolute;
    font-size: 15px;
    color: #ddd;
    left: 6%;
    top: 16%;
    font-family: 'Noto Sans TC';
    font-weight: 400;
}
.blank_letter.f {
    height: 160px;
}
.contact_le_map a {
    background: #efca5f;
    color: #000000;
}
.list_before {
    color: #ddd;
}
.contact_form li .form__label {
    color: #efca5f;
}
.contact_form li .form__insert {
    color: #ddd;
}
.contact_form li input.noborder {
    background: #0e0e0e;
}
.contact_form li textarea.noborder {
    background: #0e0e0e;
}
.contact_form li.last blockquote {
    color: #efca5f;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    border: 1px #efca5f solid;
}
.contact_form li.last cite {
    background: #efca5f;
    color: #0e0e0e;
}
.blank_letter {
    color: #efca5f;
}
li.info_MAIL {
    display: none;
}
/*footer*/
#to_top {
    color: #393017;
    background: #efca5f;
}
.footer {
    background: #000000;
}
.box_link {
    display: none;
}
.footer_info {
    display: flex
;
    grid-gap: 10px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-right: 0px;
}
.footer_info li {
    display: flex
;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.footer_menu {
    display: flex
;
    justify-content: center;
}
.footer_info li p {
    color: #ccaf60;
    margin-right: 20px;
    font-size: 16px;
}
a {
    color: #cccccc;
}
.footer_menu a {
    padding: 4px 44px;
    border: 1px #ccaf60 solid;
    margin: 5px 5px;
    font-size: 16px;
    color: #ccaf60;;
    background: #f0f0f000;
    transition: .5s;
}
.footer_menu a:hover {
    background: #ccaf60;
    color: #000000;
    transition: .5s;
}
.copy a {
    color: #949799;
}
.copy {
    border-top: 0;
}
.copy a:hover {
    color: #ccaf60;
}
.mail {
    display: none;
}
.tel {
    display: none;
}
/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/*footer*/
.footer_menu a:first-child {display: none;}

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
    .bannerindex .swiper-slide img { display:none; }
    .bannerindex .swiper-slide {height: 130vw;  width: 100% !important; }
/*第一張大圖*/
    .bannerindex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/beiquroad/03.jpg); background-position: top; background-size:cover;}
/*第二張大圖*/
    .bannerindex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/beiquroad/04.jpg); background-position: top; background-size:cover;}
.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(1):after {
    background: url(https://pic03.eapple.com.tw/beiquroad/banner-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 32%;
    left:33%;
    width: 65% !important;
    height: 90% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
    -webkit-animation: slide-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    filter: drop-shadow(3px 3px 3px rgb(10 10 10 / 90%));
}
.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(2):after {
    background: url(https://pic03.eapple.com.tw/beiquroad/banner-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 28%;
    left: 16%;
    width: 67% !important;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
    -webkit-animation: slide-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    filter: drop-shadow(3px 3px 3px rgb(10 10 10 / 90%));
}
}
/*首頁*/
@media screen and (max-width: 1003px) {
.footer_menu a {
    padding: 4px 10px;
}
.footer_menu {
    display: flex
;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer_info li p {
    margin-right: 5px;
}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.module_i_news li a:after {
    border: 0;
    background: 0;
}
.stellarnav.mobile {
    top: 23px;
}
.stellarnav .menu-toggle span.bars span {
    width: 28px;
    background: #ffffff;
    margin: 5px auto 4px;
}
.stellarnav .menu-toggle:after {
    color: #ffffff;
}
#bottom_menu {
    display: flex
;
    background: #efca5f;
}
#bottom_menu li {
    border-right: 1px solid #000000;
}
#bottom_menu li a {
    color: #000;
}
.footer_info li {
    display: flex
;
    flex-direction: column;
    align-items: center;
}
.header_area.sticky {
    backdrop-filter: none;
}
.stellarnav.mobile.left > ul {
    background: #000;
}
.stellarnav > ul > li > a {
    margin: 0px 0px 0 0px;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: #efca5f;
    color: #000;
}
.stellarnav.mobile > ul > li > a {
    color: #efca5f;
    background: #000;
}
.stellarnav.mobile li.open li.open {
    padding: 0px;
}
.stellarnav.mobile li.open {
    padding: 0px;
}
.stellarnav > ul > li:hover:before {
    width: 0%;
}
.stellarnav a.dd-toggle .icon-plus:before {
    border-bottom: solid 2px #ffffff;
}
.stellarnav a.dd-toggle .icon-plus:after {
    border-bottom: solid 2px #ffffff;
}
.stellarnav .icon-close:before {
    border-bottom: solid 2px #000000;
}
.stellarnav .icon-close:after {
    border-bottom: solid 2px #000000;
}
.stellarnav li li a {
    color: #ddd;
    background: #000000;
}
}
@media screen and (max-width: 420px) {
.module_i_news ul, .blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.nav-header {
    max-width: 100%;
    width: 100%;
}
}
/*最新消息*/
@media screen and (max-width: 396px) {
.promotion_title {
    display: flex
;
    align-items: flex-start;
    flex-direction: column-reverse;
}
.promotion_title em {
    margin: 10px 0px 10px 0px;
}
}
/*實績影片*/
@media screen and (max-width: 1030px) {
.blog_subbox {
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.blog_subbox {
    grid-template-columns: 1fr 1fr;
}
.subbox_item a:after {
    opacity: 0;
}
.subbox_item a:hover:before, .subbox_item a:hover:after {
    opacity: 0;
}
.subbox_item a {
    padding: 9px;
    border: 0;
    background: #fff;
    display: flex
;
    flex-direction: column;
    grid-gap: 5px;
}
}
@media screen and (max-width: 475px) {
.blog_subbox {
    grid-template-columns: 1fr;
}
}
/*聯絡我們*/
@media screen and (max-width: 768px) {
.blank_letter {
    display: flex
;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
    .list_before.info {
    display: flex
;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.blank_letter.f:before {
    top: 23%;
    left: 4%;
}
.blank_letter.f {
    height: 182px;
}
}
 @media screen and (max-width: 600px) {
    .contact_form li .form__label {
    background: 0;
}
.blank_letter.f {
    height: 260px;
}
.blank_letter.f:before {
    top: 19%;
    left: 3%;
}
}