@charset "utf-8";
/*樂凱車體包膜*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800;900&display=swap');

:root{
    --MainColor:#B20000;
    --SubColor:#000000;
}

*{
    font-family: 'noto sans TC', sans-serif;
    letter-spacing: 1px;
}

#content{background: #222;}
.edit{color: #fff;}

/*錨點滾動*/
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px #000; }
::-webkit-scrollbar-thumb {background-color: var(--MainColor);}
html { scroll-behavior: smooth; }

/*背景顏色*/
#content_main{
    margin-top: -5px;
}

/*選單最大寬度設定=====================*/
.main_header_area .container { max-width: 87%; }
@media screen and (max-width: 768px) {
    .main_header_area .container { max-width: 100%; }
}

/*預設解除背景輪播=====================*/
.bannerindex { 
    position:relative; 
    height:auto;
}
.swiper-banner { 
    position:static; 
    margin:0; 
    height:auto;
} 
.swiper-slide img { height:auto;} 
.swiper-banner .swiper-slide img{height: auto;}

@media screen and (max-width: 768px) {
.bannerindex { 
    padding:0; 
    margin:0;
}
}

/*header==============================*/
.me_tp_features{display: none;}
.header_area.sticky{
    background: #000000bd;
}
.header_area.sticky::before{
    content: '';
    backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.header_area{background:var(--SubColor);}
.main_header_area.animated:before {
    position: absolute;
    top: 0;
    content: "";
    width: 0px;
    height: 30px;
    right: 0;
    background: linear-gradient(30deg, #777 25%, #444 75%);
    transition: all 0.5s;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 2% 99%);
}
.header_area.sticky .main_header_area.animated:before {
    width: calc(100% - 520px);
    transition: all 0.5s;
}

@media screen and (max-width: 1024px) {
    .main_header_area.animated:before {display: none;}
    .header_area.sticky .main_header_area.animated:before{display: none;}
}

/*header選單*/
.stellarnav > ul > li > a:hover{
    color:var(--MainColor);
    transition: .3s;
    font-weight: bolder;
    letter-spacing: 1px;
}
.stellarnav > ul > li > a{
    margin: 30px 5px 0px 5px;
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    .stellarnav > ul > li > a{margin: 5px 5px 0px 5px;}
}
/*下拉*/
.stellarnav li li{
    background: #222;
    border-bottom: 1px #eee solid;
    border-bottom-width: 1px;
}
.stellarnav li a{
    color: #fff;
    font-size: 14px;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a{
    color: #222;
    padding-left: 11px;
    background: #b7b7b7;
    transition: 0.3s;
}
.stellarnav ul ul{width: 190px;}

/*浮動按鈕*/
.info_fix{display: none;}

/*LOGO*/
.nav-brand img{
    max-width: 550px;
    width: 130%;
    margin-top: 5px;
}
@media screen and (max-width: 1024px) {
    .nav-brand img { width: 100%;}
}

/*內頁BANNER 設定*/
.banner {display: none;}
.banner h5 {display: none;}
.banner.banA {display: none;}
.banner.banB {display: none;}
.banner.banC {display: none;}
.banner.banD {display: none;}
.banner.banE {display: none;}
.banner.banblog {display: none;}

/*首頁促銷方案*/
.news_part {
    padding-top: 80px;
    padding-bottom: 0px;
	padding-right: 20px;
	position: relative;
    z-index: 99;
    background-color: #000;
}
.i_news_b{
    max-width: 1500px;
    text-align: right;
}
.animated-arrow{
    background: #777;
    margin-top: 40px;
}
.news_part .title_i_box{text-align: left;}
.news_part .title_i_box h4{
    font-size: 20px;
    font-weight: normal;
    color: var(--MainColor);
}
.news_part .title_i_box h6{
    font-size: 35px;
    color: var(--MainColor);
    font-family: 'montserrat', sans-serif;
}
.news_list ul li a:hover{
    background: none;
    box-shadow: 0px 0px 10px rgb(255 255 255 / 30%);
}
.news_list ul li span{color: #ffffff;}
.news_list ul li p{color: #ffffff;}
.news_list ul li p:after{color: #ffffff;}

@media screen and (max-width:768px) {
    .news_part .title_i_box{text-align: center;}
}
@media screen and (max-width:600px) {
    .news_list ul li a {
        background: #000;
        flex-wrap: nowrap;
    }
    .i_news_b{text-align: center;}
}

/*首頁相簿*/
.module_i_album .title_i_box h6{
    font-size: 35px;
    color: var(--MainColor);
    font-family: 'montserrat', sans-serif;
}
.module_i_album .title_i_box h4{
    font-size: 20px;
    font-weight: normal;
    color: var(--MainColor);
}
.module_i_album{
    background: var(--SubColor);
    padding: 75px 20px;
}
.i_album_list{grid-gap: 0.5vw;}
.i_album_list li a p{padding: 0;}

/*首頁文章*/
.module_i_news{
    padding: 70px 20px;
    background: #eef0f2;
}
.module_i_news .title_i_box h6{
    font-size: 35px;
    color: var(--SubColor);
    font-family: 'montserrat', sans-serif;
}
.module_i_news .title_i_box h4{
    font-size: 20px;
    font-weight: normal;
    color: var(--SubColor);
}
.module_i_news{
    background-image: url(https://pic03.eapple.com.tw/uckyppftxg/bg_01.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.module_i_news ul{
    display: flex;
    gap: 15px;
    justify-content: space-around;
    background: #ffffffa1;
    padding: 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.i_blog_ri{width: 100%;}
.i_blog_le{width: 100%;}
.module_i_news li a:before{
    content: 'READ MORE';
    text-align: center; 
    background: transparent; 
    font-size: 16px; 
    font-weight: bolder;
    letter-spacing: 1px; 
    color: var(--MainColor); 
    padding: 8px 5px; 
    top: 50%;
    left: 50%;
    width: 150px;
    height: 40px;
    transform: translate(-50%, -50%) scale(0, 0);
    font-family: 'montserrat', sans-serif;
}
.module_i_news li a:hover:before{
    opacity: 1;
    width: 100%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 500ms;
}
.module_i_news li a:after{
    content: '';
    background: rgb(255 255 255 / 86%); 
    border: 1px #fff solid;
    width: 0;
}
.module_i_news li a:hover:after{
    opacity: 1;
    width: 100%;
}
.module_i_news li{border-bottom: none;}
.animated-arrow{background: var(--MainColor);}
.module_i_news li a{
    display: flex;
    flex-direction: column;
}

@media screen and (max-width:768px) {
    .module_i_news ul{
        gap: 10px;
        padding: 20px;
    }
}
@media screen and (max-width:600px) {
    .module_i_news ul{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    .module_i_news .title_i_box{margin-top: 30px;}
}
@media screen and (max-width:320px) {
    .module_i_news ul{display: block;}
}

/*首頁影片分享*/
.prod_part{background: #000;}
.i_prod_tit, .i_video_tit{color: #FFF;}
.i_prod_tit h2, .i_video_tit h2{
    font-size: 35px;
    color: #fff;
}
.i_prod_tit span, .i_video_tit span{
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    font-family: 'montserrat', sans-serif;
}

/*----------------分隔線----------------*/

/*頁碼*/
.page li.pre_page a, .page li.first_page a, .page li.last_ten a, .page li.last_page a, .page li.next_page a, .page li.next_ten a{color: #FFF;}
.page li a, .page li strong{color: #FFF;}

/*文章管理========*/
.accordion li .link a{color: #ffffff;}
h5.blog_le_t,
h4.blog_category_title {
   font-size: 25px;
   margin-bottom: 10px;
   color: #fff;
}
.blog_le .accordion>li:hover .link { background: #a5a5a5; }
.blog_le .accordion>li.on_this_category .link { background: #BFB9AA; }
.subbox_item a:before { display: none; }
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    background: transparent;
    color: #fff;
    letter-spacing: 1px;
    opacity: 1;
    left: 0;
    position: relative;
    padding: 0 22px 0 0;
    font-size: 12px;
    line-height: 12px;
}
.blog_list_ri em { display: none; }
.blog_list_ri p { padding-top: 8px; }
.blog_back a.article_btn_back { background:var(--MainColor); }
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: var(--MainColor);
    color: #fff;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
    background: var(--SubColor);
    transition: 0.3s;
    color: #fff;
}
.blog_search input[type=search] { border-radius: 2px; }
.blog_le .accordion { border-radius: 2px; }
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { display: none; }
.subbox_item {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: none;
}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.2);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;

}
.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
}
.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
}
.subbox_item a:after { display: none; }
.blog_list_ri {width: 100%;}
.blog_list_ri em {
    width: 100%;
    color: #7fcbcf;
}
.blog_list_ri h5 {
    position: relative;
    margin: 0px 0 0;
    font-size: 18px;
    letter-spacing: 0.035em;
    color: #ffffff;
}
.blog_list_ri p {
    color: #999;
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: var(--MainColor) !important;
    transition: 0.3s;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--MainColor) !important;
    transition: 0.3s;
}
.blog_subbox{grid-template-columns: repeat(auto-fill, minmax(250px, 3fr));}

/*第二層*/
.news_related{
    background: url(https://pic03.eapple.com.tw/uckyppftxg/bg_01.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.news_related h6 span:before{color:var(--SubColor);}
.lastPage{background: var(--MainColor);}
.news_related_list li a{background:unset;}
.news_related_list li a p{
    color: var(--SubColor);
    line-height: 3;
}

@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 375px) {
.blog_subbox.clearfix {
    grid-template-columns: 1fr;
}
}

/*相簿===========*/
.other_album {display: none;}
.show-list .item:hover a figure img {
    transform: scale(1.35);
    transition: 0.5s;
    top: 0;
    left: 0;
}
.show-list .item a figure img {transition: 0.5s;}
.show-list .show_name {
    text-align: center;
    color: #fff;
}
.other_album_choice { display: none; }
.show-list .item:hover .show_name{color: var(--MainColor);}
.show-list .show_pic{border: 3px solid #777;}
.other_subalbum li{background: unset;}

/*第二層*/
.subalbum-menu h2{color: var(--MainColor);}
.other_subalbum li a p{
    color: #fff;
    background: #222;
}
.album_fixed_title span:before{color: #fff;}
.album_fixed_title{
    background: transparent;
    color: #ffffff;
}
.fa-image::before{color: #fff;}
.album_descrip{color: #fff;}

/*促銷方案========*/
.other_promotion li a:hover{background: #777;}
.other_promotion li a:before{
    border: 1px var(--MainColor) solid;
    border-bottom: none;
    border-right: none;
}
.other_promotion li a:after{
    border: 1px var(--MainColor) solid;
    border-top: none;
    border-left: none;
}
.other_promotion .pmtTitle h3{color: #ffffff;}
.other_promotion .pmtTime span{color: #ffffff;}
.other_promotion .pmtTime{color: #ffffff;}
.other_promotion .pmtTime a {color: #ffffff;}

/*影音分享========*/
.video_menu_list>h5{color: #ffffff;}
.video_content{gap: 25px;}
.video-list .vidCover{border-radius: 0px;}
.video-list .vidTitle{color: #ffffff;}
.video-layer-two li a{
    background: var(--MainColor);
    color: #fff;
    border:none;
}

@media screen and (max-width: 768px) {
.video_menu_list{margin-bottom: 0px;}
}

/*聯絡我們========*/
.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{width: 100%;}
.info_TEL:before{content: "預約諮詢";}
.info_LINE:before{content: "官方LINE";}
.info_ADD:before{content: "服務地址";}
.info_ADD2:before{content: "營業時間";}
.contact_form li.last cite{background-color: var(--MainColor);}
.contact_form li.last blockquote, .contact_form li.last cite{border: 1px var(--MainColor) solid;}
.contact_page .contact_content {
    padding: 0px 0px 80px;
    position: relative;
}
.contact_form li .form__insert{color: #ffffff;}
.contact_page form.style1 {padding-bottom: 60px;}
.contact_page .main_part {
    width: 95%;
    max-width: 100%;
    padding: 90px 0px 0px;
}
.contact_page h4.blank_letter.i {
    width: 100%;
    position: relative;
    padding-top: 0; 
    padding-left: 0px; 
    letter-spacing: 0px; 
    text-indent: 5px; 
    font-size: 23px;
    color: #FFF;
}
.list_before.info li {
    padding-left: 70px;
    margin-left: 5px;
    color: #FFF;
}
.list_before li { margin: 5px 0;}
.list_before.info li:nth-last-child(1) {padding-left: 70px;}
.list_before.info li:nth-last-child(1) a img {
    width: 50px;
    padding: 5px;
    background: transparent;
}
.list_before.info li:nth-last-child(1) a+a { margin-left: 8px;}
.list_before.info li:nth-last-child(1) a:hover { background: #fff;}
.contact_content .information_left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1366px;
    margin: 0 auto;
    padding-bottom: 80px;
    z-index: 1;
    position: relative;
}
.contact_page h4.blank_letter.f {
    text-align: center;
    padding-bottom: 50px;
    letter-spacing: 5px;
    text-indent: 5px; 
    font-size: 23px;
    position: relative;
    padding-top: 0px;
    color: #fff;
}
.contact_page .note {
    display: block;
    text-align: center;
}
.contact_page ul.list_before.info {
    width: 40%;
    margin-top: 15px;
    margin-bottom: 60px;
}
.contact_le_nomap {
    width: 60%;
    margin-top: -50px;
}
.contact_content .information_right {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto; 
    display: block; 
    padding: 50px 0px; 
    border:1px solid #e8e8e8;
}
.contact_form {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_form li.last { 
    text-align: center;
    display: flex;
    justify-content: flex-end;

}
.contact_form li.last i.fa-solid.fa-arrow-right { transform: rotate(0deg);}

/**/
.contact_form li .form__label {
    display: block;
    width: 100%;
    text-align: left;
    margin-left: 0px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0 5px;
}
.contact_form li {
    padding-left: 0px; 
    width: 100%;
    display: block;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{display:block;}
.contact_form li:nth-last-child(6) ,.contact_form li:nth-last-child(3) { width: 100%;}
.contact_page .contact_form li:nth-last-child(6) .form__insert:has(input[type="checkbox"]) {grid-template-columns: repeat(auto-fill,minmax(15px, 15px) minmax(300px, 1fr));}
.noborder { padding: 5px;}
.contact_form li input.noborder{background: none;}
.contact_form li textarea.noborder{background: none;}
.information_left, .information_right{padding: 0px;}
.contact_form li.last blockquote{color: #ffffff;}

/*麵包屑*/
.path p, .path p a{display: none;}
.path{display: none;}

@media screen and (max-width: 768px) {
.contact_page ul.list_before.info { width: 100%;}
.contact_le_nomap { width: 100%;}
.contact_content .information_right { padding: 10px 35px; }
}
@media screen and (max-width: 600px) {
.contact_form li {width:100%;padding-left:0;}
.contact_form li .form__insert {width: 100%;}
.contact_form li .form__label {
    width: 100%;
    margin-left: 0;
	text-align:left;
}
}

/*footer=========*/
.box_link{display: none;}
.copy {
	background: linear-gradient(30deg, var(--MainColor) 25%, #590000 75%);
	color: #fff;
	border:none;
	margin-top: 0px;
	position: relative;
	padding: 15px 0;
    z-index: 999999;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.copy a{color: #fff;}
.footer_info li p.add2:before{content: '營業時間：';}
.footer_info li p.tel:before{content: '預約諮詢：';}
.footer_info li p.add:before{content: '服務地址：';}
.footer_info li p.line:before{content: '官方LINE：';}
.footer {
	overflow: hidden;
    background-size: cover;
	padding: 30px 0 0;
	box-shadow: 1px 1px 15px rgb(38 15 1 / 37%);
    background-color: #000;
}
.footer .center {
    position: relative;
    max-width: 1300px;
}
.footer_menu :nth-child(1){display: none;}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
    flex-direction: column;
	margin-bottom: 15px;
    grid-gap: 0px;
}
.footer_info li { 
    padding: 15px 10px; 
    display: flex;
    flex-direction: column;
}
.footer_info ul>li:before {
    font-size: 115%;
    color: #fff;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid var(--MainColor);
    padding-bottom: 10px;
    letter-spacing: 0.2em;
    font-weight: bold;
}
.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p {
	color: #fff;
	letter-spacing: 0.15em;
}
.footer_info ul {
	display: grid;
	letter-spacing: 0.15em;
    gap: 0px;
}
.footer_logo img { width: 100%; }
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0px;
}
.footer_info li section{max-width: 750px;}

@media screen and (max-width: 768px) { 
.footer_info li { flex-direction: column;} 
.product_page .products-list {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr;
}
}

/*手機版選單============================*/
.stellarnav .menu-toggle span.bars span{background: #fff;}
.stellarnav .menu-toggle:after{color: #fff;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { 
    bottom: -800px; 
    background: #222;
    z-index: 9999999999999999;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #000000;
    color: #fff;
}
.stellarnav .icon-close:before{border-bottom: solid 3px #ffffff;}
.stellarnav .icon-close:after{border-bottom: solid 3px #ffffff;}
.stellarnav.mobile li.open{background: #777777;}
.stellarnav.mobile > ul > li > a.dd-toggle{padding: 0px;}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: flex; }
#bottom_menu li a{padding: 10px 5px 10px;}
.footer.with_shopping_mode { padding:30px 0 60px; }
#to_top { 
    bottom:70px;
    background: #ffffffd4;
}
.stellarnav .menu-toggle {padding: 10px 10px;}
}