@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.header_area {
    background: #c8daf100;	
    padding: 0;
	border-top: 8px solid #7693b8;
	transition: ease .8s;
}
.header_area.sticky {
    box-shadow: 0px 0px 20px #000000db;
	background: #c8daf1e6;
}
.main_header_area .container { max-width: unset; width: 100%; margin: 0 0 0 -2px;}

.navigation {
    grid-template-columns: 325px 1fr;
    padding: 0 0 0 3vw;
	transition: ease .8s;
}
.header_area.sticky .navigation { grid-template-columns: 325px 1fr;}
.me_tp_features { display: none;}


/*電腦LOGO*/
.nav-header, .nav-brand { width: 100%; max-width: unset;}
.nav-brand { position: absolute; width: 90%; max-width: 24vw; top: 2vw; left: 4vw; transition: ease 1.5s;}
.header_area.sticky .nav-brand { position: relative; top: 0; left: 0; padding: 15px 0 0;}
.nav-brand img { width: 100%; transition: ease 1.5s;}
.header_area.sticky .nav-brand img { max-width: 300px;}

@media screen and (max-width: 1400px) {
.navigation { grid-template-columns: 26vw 1fr;}
}
@media screen and (max-width: 1240px) {
.navigation { grid-template-columns: 30vw 1fr;}
}
@media screen and (max-width: 1024px) {
/* .header_area, .header_area.sticky { background: #c8daf1ed; box-shadow: 0px 0px 20px #000000db; padding: 0; border-top: 5px solid #7693b8;} */
.header_area { border-top: 5px solid #7693b8;}
/*.header_area.sticky { background: #c8daf1e6;}*/
.navigation { padding: 0; grid-template-columns: 325px 1fr;}
.header_area.sticky .nav-brand, 
.nav-brand { position: relative; top: 0; left: 0; padding: 15px 0 0; max-width: 300px;}
.me_tp_features { display: none;}
}
@media screen and (max-width: 980px) {
.main_part { padding: 50px 20px;}
}
@media screen and (max-width: 768px) {
.navigation { padding: 0 0 0 20px;}
.header_area, 
.header_area.sticky, 
.header_area.sticky { padding: 0;}
.nav-brand { padding: 12px 10px 2px;}
.nav-brand img { width: 90%; max-width: 270px; margin-left: 15px;}
}
@media screen and (max-width: 570px) {
.stellarnav .menu-toggle { padding: 10px;}
}
@media screen and (max-width: 425px) {
.main_part { padding: 50px 10px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*按鈕字體設定*/
.stellarnav ul { margin: -8px 0 0;}
.stellarnav li {
    background: rgb(120 147 182 / 0%);
    padding: 0;
    margin: 0 -2px;
    border-top: 8px solid #7693b8;
    transition: ease .3s;
}
.stellarnav li:hover {
    background: linear-gradient(to bottom, rgb(255 255 255 / 50%) 0%, rgb(219 152 162 / 80%) 90%);
    background: -moz-linear-gradient(to bottom, rgb(255 255 255 / 50%) 0%, rgb(219 152 162 / 80%) 90%);
    background: -webkit-linear-gradient(to bottom, rgb(255 255 255 / 50%) 0%, rgb(219 152 162 / 80%) 90%);
    background: -ms-linear-gradient(to bottom, rgb(255 255 255 / 50%) 0%, rgb(219 152 162 / 80%) 90%);
    border-top: 8px solid #ffffff40;
}
.stellarnav > ul > li > a, 
.stellarnav li.has-sub > a, 
.stellarnav > ul > li.has-sub > a {
    color: #111;
    font-size: 15px;
    text-align: center;
    letter-spacing: .03em;
    line-height: 35px;
	height: 30px;
    margin: 50px 0 15px 0;
    padding: 0 38px 3px;
	transition: ease .3s;
}
.stellarnav > ul > li > a, 
.stellarnav li.has-sub > a, 
.stellarnav > ul > li.has-sub > a {
    margin: 20px 0 15px 0;
}
.header_area.sticky .stellarnav > ul > li > a, 
.header_area.sticky .stellarnav li.has-sub > a, 
.header_area.sticky .stellarnav > ul > li.has-sub > a {
	margin: 42px 0 15px 0;
}
.stellarnav > ul > li > a b {
    font-weight: 500;
    height: 65px;
}
.stellarnav > ul > li > a:hover b {
    transform: translateY(-65px);
    -webkit-transform: translateY(-65px);
    -moz-transform: translateY(-65px);
	font-weight: 600;
}
.stellarnav > ul > li > a:hover, 
.stellarnav li li a:hover { 
	color: #a43650; 
	transition: ease .1s;
}
.stellarnav li.has-sub > a:after { 
	top: 65%;
    right: 5%;
	border-top: 6px solid #7096b5;
}
.stellarnav li.has-sub:hover > a:after {
    border-top: 6px solid #d5d0ca00;
}

.stellarnav ul ul { margin: 0;}
.stellarnav li li, 
.stellarnav li li:hover {
    border: 0;
    border-bottom: 1px #eee solid;
    background: #fff;
}
.stellarnav.desktop li.has-sub li a:hover, 
.stellarnav li li a:hover {
    color: #a43650;
    font-weight: 600;
}

.stellarnav.desktop li.has-sub li a, 
.stellarnav li li a {
    color: #111;
	font-size: 14px;
    line-height: 34px;
    margin: 0;
	height: auto;
    line-height: 20px;
    padding: 6px 10px;
}
.tp_links { display: none;}

@media screen and (max-width: 1240px) {
.stellarnav > ul > li > a, 
.stellarnav li.has-sub > a, 
.stellarnav > ul > li.has-sub > a { padding: 0 2vw 3px;}
}
@media screen and (max-width: 1024px) {
.stellarnav ul { margin: 3px 0 0;}
.stellarnav li { border-top: 1px solid #7693b8b0; transition: ease .3s;}
.stellarnav li:hover { border-top: 1px solid #ffffff;}
.stellarnav > ul > li > a, 
.stellarnav li.has-sub > a, 
.stellarnav > ul > li.has-sub > a, 
.stellarnav > ul > li > a, 
.stellarnav li.has-sub > a, 
.stellarnav > ul > li.has-sub > a, 
.header_area.sticky .stellarnav > ul > li > a, 
.header_area.sticky .stellarnav li.has-sub > a, 
.header_area.sticky .stellarnav > ul > li.has-sub > a { padding: 0 4vw 3px; margin: 3px 0;}
}
@media screen and (max-width: 768px) {
.stellarnav.mobile.left > ul { background: #eaf3fff0;}
.stellarnav.mobile > ul > li { border-bottom: 1px solid #ffffff66; background: #fff0;}
.stellarnav.mobile > ul > li:hover { border-top: 1px solid #a43650; border-bottom: 1px solid #a43650; background: #f5e4e7;}
.stellarnav.mobile li.open { background: #d3cbc0; border-bottom: 3px solid #d3cbc0; padding: 0;}
.stellarnav > ul > li.has-sub > a { text-align: left; height: auto; line-height: 150%;}
.stellarnav.mobile > ul > li > a { padding: 10px 43px 4px 10px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer設定*/
.footer {
    padding: 35px 0 0;
    background: #c9daf061;
	box-shadow: 0 0 30px #000000a8;
}
.footer .center {
    max-width: 1660px;
}
.footer_info {
    grid-template-columns: 400px 1fr;
    grid-gap: 0;
    padding: 0 70px 0 80px;
}
.footer_logo { margin: 15px 20px; max-width: unset;}
.footer_logo img { width: 100%;}

.box_link {
	max-width: unset;
    flex-direction: row;
    right: unset;
    top: 122px;
    left: 288px;
}
.box_link a {
    width: 27px;
    color: #555;
    border: 1px #555 solid;
    border-radius: 0;
    padding: 2px;
    font-size: 16px;
    margin: 0 10px 0 0;
}
.box_link a:hover {
    background: #111;
    color: #fff;
}

.footer_info li {
    padding: 0 0 0 40px;
}
.footer_info li:nth-child(2) {
    margin-top: 5px;
}
.footer_info li p, 
.footer_info li p a {
    letter-spacing: .2em;
    line-height: 1.9;
    color: #111;
}
p.line, li.info_LINE { display: none;}  /*LINE ID 不顯示*/

/*footer按鈕設定*/
.footer_menu a {
    width: 4.5vw;
    min-width: 80px;
    font-weight: 500;
    letter-spacing: .05em;
    color: #0c3d6b;
    background: #fff0;
    border: 1px #fff0 solid;
    border-radius: 0;
    padding: 7px 0 0 10px;
    margin: 0 4px 8px 0;
    transition: .3s ease-out;
}
.footer_menu a:hover {
    color: #111;
	background: #fff0;
	font-weight: 600;
}
.footer_menu a:before {
    content: "";
    width: 1px;
    height: 40px;
    margin: 0 10px -6px -7px;
    background: #46759e;
    display: inline-block;
    transition: .2s ease-out;
}
.footer_menu a:hover::before {
    width: 83px;
    height: 30px;
    margin: 14px -70px -10px -9px;
    background: #ccdeef;
}

/*版權欄位設定*/
.copy { background: #222;}
.copy a { color: #999;}
.copy a:hover { color: #a3b9d1;}

@media screen and (max-width: 1240px) {
.footer_info { grid-template-columns: 360px 1fr;}
.box_link { left: 258px;}
}
@media screen and (max-width: 1024px) {
.footer_info { grid-template-columns: 300px 1fr;}
.footer_logo { margin: 15px 5px;}
.box_link { top: 110px; left: 190px;}
}
@media screen and (max-width: 860px) {
.footer_info { padding: 0 60px 0 40px; grid-template-columns: 280px 1fr;}
.footer_logo { margin: 15px 0;}
.box_link { left: 130px;}
}
@media screen and (max-width: 768px) {
.footer_info { grid-template-columns: 1fr; padding: 0 60px 0 70px;}
.footer_logo img { max-width: 280px;}
.footer_info div:nth-of-type(2) { grid-column: 1 / 3;}
.box_link { left: 20px; top: 0;}
.box_link a { display: block;}
.footer_info li:nth-child(1) { padding: 15px 0 0 10px; border: 0;}
.footer_info li:nth-child(2) { max-width: 600px; padding: 0 35px 10px 10px;}
.footer_menu a { width: 11vw; min-width: 80px;}
.footer_menu a:before { height: 30px;}
.footer_menu a:hover::before { margin: 4px -70px -10px -9px;}

/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding: 30px 0 55px;}
#bottom_menu li:nth-child(2) .fa-phone-volume::before { content: "\f3cd";}
#to_top { bottom: 65px;}
}
@media screen and (max-width: 600px) { 
.copy { padding-top: 8px;}
}
@media screen and (max-width: 560px) {
.footer_info { padding: 0 45px 0 30px;}
.footer_info li:nth-child(1):before { width: calc(100% - 280px); right: 50px;}
.footer_info li:nth-child(1):after { right: 50px;}
}
@media screen and (max-width: 400px) {
.footer_info { padding: 0 10px;}
.box_link { left: 12px;}
.footer_info li:nth-child(1):before,
.footer_info li:nth-child(1):after { display: none;}
.footer_info li p, 
.footer_info li p a { letter-spacing: .05em;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們 聯絡資訊*/
.blank_letter {
    font-family: Noto Serif TC;
    font-size: 26px;
    font-weight: 700;
    color: #111;
    letter-spacing: 1px;
    text-shadow: 3px 2px 3px #0000002e;
}
.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: 50px;
    letter-spacing: 1px;
    color: #fff;
    background: #7294b5;
    text-align: center;
    border-radius: 10px;
    padding: 0 0 0 2px;
}
.list_before { margin: 20px 10px 35px;}
.list_before.info li {
	font-size: 16px;
    font-weight: 400;
    padding-left: 65px;
    letter-spacing: .2em;
    line-height: 1.9;
    color: #111;
}
.list_before:after {
    content: "CONTACT";
    color: #f4f8fc;
    font-family: Noto Serif TC SemiBold;
    font-size: 160px;
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: -1;
}

/*聯絡資訊 表單寬度 100%呈現*/
.contact_content .information_left, 
.contact_content .information_right { width: 100%; padding: 10px;}
.contact_form { margin-top: 20px;}
.contact_form li.last blockquote, 
.contact_form li.last cite { border: 1px #195087 solid;}
.contact_form li.last blockquote { color: #195087; background: #fff;}
.contact_form li.last cite { background: #195087;}

/*線上表單 自選設定*/
.contact_form li { grid-template-columns: 110px 1fr;}
.contact_form li .form__label { max-width: 105px;}
.contact_form li:has(input[type=checkbox]) .form__insert, 
.contact_form li:has(input[type=radio]) .form__insert { grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(60px, 75px));}

@media screen and (max-width: 1024px) {
.list_before:after { font-size: 15vw; bottom: -40px;}
}
@media screen and (max-width: 768px) {
.contact_content { padding: 20px 0;}
}
@media screen and (max-width: 600px) {
.contact_form li { grid-template-columns: 1fr;}
.contact_form li .form__label { background: none; padding: 3px 0 0; margin: 0 0 -5px;}
}
@media screen and (max-width: 425px) {
h4.blank_letter.i {
	font-size: 22px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 5px;
    width: 100%;
    max-width: 230px;
    margin: 0 auto 20px;
}
.contact_content { padding: 30px 0;}
.contact_content .information_left { margin: auto; text-align: center;}
.blank_letter { font-size: 24px;}
.list_before.info { margin: 15px auto 35px;}
.list_before.info li { padding: 40px 0 0; text-align: center; letter-spacing: .05em;}
.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 { margin-top: -30px; left: 40%;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
#content_main, #content {
    background: center bottom url(https://pic03.eapple.com.tw/jielun/00-bg02.jpg);
    background-size: cover;
}
.bannerindex { position:relative; height:auto; margin-top: -70px;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

.path { padding: 0 10px 50px;}
.contact_page .path { padding: 0 10px;}

@media screen and (max-width: 1024px) {
.bannerindex { margin-top: 0;}
}
@media screen and (max-width: 768px) {
.path { padding: 0 0 30px;}
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    background: no-repeat center bottom;
    background-position-y: 20px;
    font-family: Noto Serif TC;
    padding: 22vw 100px 0 20px;
    margin: -100px 0 -50px;
}
.banner h5 {
    min-width: 170px;
	font-size: 33px;
    letter-spacing: .07em;
}
.banner h5:after {
    content: "JIELUN";
    display: block;
    font-size: 14px;
    color: #af9387;
    letter-spacing: .5em;
    padding: 3px 10px;
    margin: 15px auto 0;
    border: 1px solid;
	border-right: 0;
    border-left: 0;
    width: fit-content;
}
.banner.banB h5::after { content: "SERVICE";}
.banner.banblog h5::after { content: "NEWS";}
.banner.banE h5::after { content: "CARS";}
.banner.banF h5:after { content: "WORKS";}
.banner.banC h5:after { content: "CONTACT";}

.banner:before {
    content: "";
    background: #111;
    width: 510px;
    height: 1px;
    margin-top: -35px;
	display: none;
}
.banner:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #111;
    display: block;
    position: absolute;
    top: 212px;
    margin-right: 675px;
	display: none;
}
.banner.banA, .banner.banB, .banner.banC, .banner.banD, .banner.banE, .banner.banF, 
.banner.banblog { background-image: url(https://pic03.eapple.com.tw/jielun/ban01.jpg); background-size: 100%;}

@media screen and (max-width: 1400px) {
.banner { background-position: right top; padding: 330px 100px 0 20px; background-position-y: 40px;}
.banner.banA, .banner.banB, .banner.banC, .banner.banD, .banner.banE, .banner.banF, .banner.banblog { background-size: 1400px;}
}
@media screen and (max-width: 1240px) {
.banner { padding: 330px 30% 0 20px;}
}
@media screen and (max-width: 1024px) {
.banner { padding: 35vw 47% 0 0%; margin: -90px 0 -50px;}
.banner.banA, .banner.banB, .banner.banC, .banner.banD, .banner.banE, .banner.banF, .banner.banblog { background-size: 150vw;}
.banner h5 { font-size: 31px;}
.banner:before { width: 370px;}
.banner:after { top: 261px; margin-right: 540px;}
}
@media screen and (max-width: 768px) {
.banner { padding: 36vw 45% 0 5%; margin: -65px 0 -50px;}
.banner h5 { min-width: 150px; font-size: 28px;}
.banner h5:after { font-size: 12px; padding: 1px 8px; margin: 7px auto 0;}
.banner:before { width: 60vw; margin-top: -24px;}
.banner:after { display: none;}
}
@media screen and (max-width: 600px) {
.banner { margin: -40px 0 -30px; padding: 270px 0 0;}
.banner:before { width: 50vw;}
.banner.banA, .banner.banB, .banner.banC, .banner.banD, .banner.banE, .banner.banF, .banner.banblog { background-size: 900px;}
}
@media screen and (max-width: 425px) {
.banner { background-position: 90% top; margin: -30px 0 -30px; padding: 180px 0 0;}
.banner:before { display: none;}
.banner.banA, .banner.banB, .banner.banC, .banner.banD, .banner.banE, .banner.banF, .banner.banblog { background-size: 750px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
.blog_back a.article_btn_back { background: #195087;}
.lastPage { background: #195087;}
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));}
@media screen and (max-width: 768px) {
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 車款介紹 相簿設定*/
.other_album_choice li { background: #a1293f;}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 接送實績 商品設定 */
.products-list .price { display: none;}
.products-list .more { border: 1px solid #47749e; color: #47749e;}
.products-list .item a:hover .more { background: #47749e;}
.inquiry_a1 { background: #bdbba4;}


/* 商品下拉超過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) {
}
