@charset "utf-8";



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/
/*大圖*/
#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;}
.nav-brand img { max-width: 65%; }
.main_header_area .container {  max-width: 1600px; }
.info_fix { display:none; }

@media screen and (max-width: 768px) {.bannerindex { padding:0; margin:0;}}


.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(1):after {
	-webkit-animation: slide-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    background: url(https://pic03.eapple.com.tw/ccrentcar/A02.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0%;
    left: -5%;
    width: 70% !important;
    height: 77% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
}

@keyframes slide-right{0%{opacity:0;transform:translateX(-400px)}100%{opacity:1;transform:translateX(0px)}}



@keyframes slide-br{0%{opacity:0;transform:translateY(-200px) translateX(-200px)}100%{opacity: 1;transform:translateY(0px) translateX(0px)}}

/*==========================================================================*/


#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(2):after {
	-webkit-animation: scale-in-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    background: url(https://pic03.eapple.com.tw/ccrentcar/B02.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0%;
    left: 5%;
    width: 70% !important;
    height: 77% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
}
@keyframes scale-in-center{0%{opacity:0;transform:scale(0);opacity:1}100%{opacity:1;transform:scale(1);opacity:1}}


.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(2)::before {
	-webkit-animation: slide-bottom 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-bottom 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    background: url(https://pic03.eapple.com.tw/ccrentcar/B01.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 10%;
    left: -2%;
    width: 105% !important;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
    animation-delay:2s
}
@keyframes slide-bottom{0%{opacity:0;transform:translateY(-200px)}100%{opacity:1;transform:translateY(0px)}}


/*特效END*/

/*header*/

.header_area {
    position: fixed;
    z-index: 9999;
    padding: 0px;
    background: #f0f0f000;
    top: 0;
    width: 100%;
    transition: all 1s;
}
.header_area.sticky {
    width: 100%;
    z-index: 9999;
    background:rgb(23 87 119 / 70%);
    transition: all 1s;
    padding: 0;
}
.tp_links {
    display: none;
}

.stellarnav > ul > li {
    display: inline-block;
    padding:0;
    position: relative;
    will-change: transform, opacity;
}

/*向日葵*/
.stellarnav > ul > li::before {
    content: "";
    background: url(https://pic03.eapple.com.tw/ccrentcar/A03.png) no-repeat;
    transition: all 0.5s ease-in-out;
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    opacity: 0;
}
.stellarnav > ul > li:hover::before {
    opacity: 1;
    transform: translateY(-50%) rotate(0deg);
}
/*END*/

.stellarnav > ul > li > a {
    padding: 0 0 0 35px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    line-height: 40px;
    height: 60px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}
.stellarnav > ul > li:hover > a {
    text-shadow: 0 0 3px #fff, 0 0 3px #042e30;
}

.stellarnav > ul > li > a:hover b {
    -webkit-transform: translateY(0px);
}
.stellarnav > ul > li > a b {
    display: block;
    line-height: 40px;
    font-style: normal;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -ms-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
    font-weight: normal;
    text-align: left;
    height: 22px;
}
.stellarnav > ul > li > a b:nth-child(2) {
	font-size:12px;
	color:#FF3;
}

/*下拉選單*/
.stellarnav li.has-sub > a:after {
    display:none;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0;
}
.stellarnav ul ul {
    top: auto;
    width: 160px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    background: #ffffff00;
    left: 28px;
}
.stellarnav li li {
    border: 0;
    background: #1e7dadd4;
	border-bottom: 1px dotted #ffffff63;
}
.stellarnav li a {
    display: block;
    color: #FFF;
    font-size: 15px;
    transition: all 0.5s;
}

/*優惠活動*/
.module_i_news li a:after, .module_i_news li a:before {  display: none; }
.module_i_news li a { grid-gap: 20px; }
.i_blog_le { aspect-ratio: auto; }

/*FOOTER*/
.footer { background: #ffffff; }
.footer_logo { display: none; }
.footer_info {  display: block; padding-right: 0px; }
.footer_info li { display: flex; gap: 5px; justify-content: space-around; }
.footer_menu { text-align: center; } 
.box_link {  display: none; }
.footer_menu a { border: none; background: #f8f8f8; padding: 9px; }
.footer_info li p.tel2:before {   content: 'WhatsApp：'; }
.footer_info li p.fax:before {   content: 'WeChat ID：'; }
.footer_info li p.add2:before {   content: ' KaKaoTalk：'; }
.footer_info li p.phone:before {  content: '電話：'; }
.footer_info li p.tel:before { content: '手機：'; }

/* 商品下拉超過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;}

/*文章管理*/
h5.blog_le_t span { font-size: 15px;  color: #1e7dad; }
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #1e7dad !important;}
.blog_le .accordion {  border: 1px #9ccde6 solid; }
.subbox_item a { display: block; }
.blog_subbox { grid-template-columns: repeat(auto-fill, minmax(315px, 1fr)); }
.subbox_item a:before, .subbox_item a:after { display: none; }
.blog_list_le { aspect-ratio: auto; }

/*聯絡我們*/
.list_before { display: none; }
.blank_letter { display: none; }
.contact_content { width: 80%; }
.contact_form li.last cite { background: #1e7dad;}
.contact_form li.last blockquote, .contact_form li.last cite {  border: none; }
.contact_content .information_left { width: 100%; }
.contact_content .information_right { display:none; }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.products-list .pic { aspect-ratio: auto; }
.animated-arrow { background: #1e7dad; }
.products-list .more {  border: 1px solid #1e7dad;  color: #1e7dad; }
.products-list .item a:hover .more {  background: #1e7dad; }
.prod_related {  background: #ffffff; }
.lastPage { background: #1e7dad; color:#FFF; }
.related_list li figure {  aspect-ratio: auto; }
.prod_related h6 span { font-weight: 400; }
.product-layer-two li a { border: 1px #fff solid; padding: 7px 16px; display: block; font-size: 16px; color: #555; background: #f6f6f6;  }
.fa-circle-plus::before { color: #1e7dad;}
.product-layer-two li li:hover > a:before { background: #1e7dad;}
.product-layer-two li li > a:before { width: 6px!important;  margin-left: -10px!important; }
.product-layer-two li.active a { border: none; }
.pd_tabTitle li, .pd_tabTitle { display: none;}
.sidebarBtn { border: none; }

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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 { 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 { backgroun.product-layer-two li ad:#fff; color:#333;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left;  padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.product-layer-two li i { display: none;}
.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:#1e7dad;}

.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: 1024px) {
.footer_info li { display: block;  text-align: center; }

}
@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 { height:400px;}
.banner h5 { display:none;}
.banner.banA { background-image: url(https://pic03.eapple.com.tw/ccrentcar/banA.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }
.banner.banB { background-image: url(https://pic03.eapple.com.tw/ccrentcar/banA.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }
.banner.banC { background-image: url(https://pic03.eapple.com.tw/ccrentcar/banA.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }
.banner.banD { background-image: url(https://pic03.eapple.com.tw/ccrentcar/banA.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }
.banner.banE { background-image: url(https://pic03.eapple.com.tw/ccrentcar/banA.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }
.banner.banF { background-image: url(https://pic03.eapple.com.tw/ccrentcar/banA.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }
.banner.banblog { background-image: url(https://pic03.eapple.com.tw/ccrentcar/banA.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 1025px){
.header_area {
    position: relative;
    z-index: 9999;
    padding: 20px;
    background: rgb(3 32 54);
    top: 0;
    width: 100%;
    transition: all 1s;
}
}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.stellarnav > ul > li:hover > a { text-shadow: none; }
#bottom_menu {display: block; }
#bottom_menu li {
    flex: 1;
    float: none;
    border-right: 1px solid #ddd;
    display: none;
}

#to_top { bottom:60px;}

.header_area {
    position: relative;
    z-index: 9999;
    padding: 0;
    top: 0;
    width: 100%;
    transition: all 1s;
}
.header_area.sticky {
    width: 100%;
    z-index: 9999;
    transition: all 1s;
    padding: 0;
    position: fixed;
}
.nav-brand img {
    max-width: 45%;
}
/*MENU*/
.stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        display: inline-block;
        padding: 10px;
    }
    .stellarnav .menu-toggle span.bars span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 6px;
    background: #FFF;
    margin: 0 auto 4px;
}
.stellarnav .menu-toggle:after {
    content: 'MENU';
    font-size: 12px;
    color: #FFF;
    display: block;
    transform: scale(0.9);
}
.stellarnav.mobile.left .close-menu {
    display: inline-block;
    text-align: right;
    font-size: 12px;
    background: #ffffff;
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
    border-right: none;
    background: #02121e;
}
.stellarnav.mobile > ul > li > a {
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 200%;
        display: grid;
        padding: 10px;
        font-size: 12px;
    }
    .stellarnav ul ul {
    top: auto;
    width: 160px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    background: #ffffff00;
    left: 0px;
}
.stellarnav > ul > li > a:hover {
    text-shadow: none;
}
    .stellarnav.mobile > ul > li > a b {
        display: inline;
        vertical-align: top;
        height: auto;
        line-height: 150%;
        padding: 0 5px 0 0;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle {
    padding: 13px 0 0 0;
    position: absolute;
    text-align: center;
    z-index: 999;
}
.stellarnav > ul > li::before {
    display:none;
}
.stellarnav a.dd-toggle .icon-plus:before {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 3px #ffffff;
    position: absolute;
    top: 50%;
    transform: rotate(90deg);
    transition: width 0.3s;
}
.stellarnav a.dd-toggle .icon-plus:after {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    top: 50%;
    border-bottom: solid 3px #ffffff;
    position: absolute;
}
.stellarnav.mobile ul {  background: #000000; }

.stellarnav li li {
    display: block;
    border: 0;
    border-bottom-width: 0;
    background: #000000;
    border-radius: 999em;
    margin: 0;
}
.stellarnav.mobile li.open {
    background: #000910;
    padding: 3px;
    display: block;
}
.stellarnav.mobile li a {
    border-bottom: 0;
    font-size: 13px;
}
.module_i_news li a { grid-template-columns: 180px 1fr;  grid-gap: 15px;}
/*==========================*/

}

@media screen and (max-width: 600px) { 
}




