@charset "utf-8";


/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
*{letter-spacing: .1rem;}
*{font-family: 'Noto Sans TC', sans-serif;}




/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖部分設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*預設解除背景輪播*/
#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;}
}







/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/

.header_area {background: transparent;position: fixed;transition: all .5s;}
.header_area.sticky {background: #000;}
.main_header_area .container {max-width: 1600px;}
.navigation {display: flex;}
.nav-brand {   position: relative;  top: 5px;}
.me_tp_features {position: absolute;top: 5px;right: 0;z-index: 10000;max-width: 300px;}
.me_tp_features .tp_links{display: none;}
.me_tp_features a i {font-size: 14px;color: #eee;line-height: 20px;}
.me_tp_features a.tp_btn_cart{position: relative;}
.me_tp_features a.tp_btn_cart span span{display: none;}
.me_tp_features a.tp_btn_cart b {color: #000;background: #fef253;font-size: 10px;width: 15px;height: 15px;border-radius: 50%;
    display: block;text-align: center;line-height: 15px;letter-spacing: 0px;position: absolute;right: -4px;bottom: -6px;}
.me_tp_features a.tp_btn_cart b::before,.me_tp_features a.tp_btn_cart b::after{display: none;}
.me_tp_features a.tp_btn_notice span{display: none;}
.box_search input[type=text]{border-radius: 0;overflow: hidden;}
.box_search input[type=text]::placeholder{color: #ccc;}
.box_search input[type=text]:focus{color: #555;}
.shop_search_btn{border-radius: 0;background: #b5a293;}
.stellarnav li li{border: none;}
.stellarnav > ul > li > a {padding: 10px;height: auto;color: #eee;transition: all .5s;}
.stellarnav > ul > li > a {   padding: 10px;   height: auto; color: #eee;  transition: all .5s; font-size: 14px;}
.stellarnav > ul > li.has-sub > a{padding: 10px 20px 10px 10px;}
.stellarnav li.has-sub > a:after {border-left: 5px solid transparent;border-right: 5px solid transparent;
    border-top: 4px solid #edebe7;}
	
.header_area.sticky .stellarnav li.has-sub > a:after {  border-top: 4px solid #b6b6b6;}
	
.stellarnav li.has-sub {padding: 0;}
.stellarnav li.has-sub li {border: none;border-bottom: 1px solid #f3f3f3;}
.stellarnav li.has-sub li:last-child{border-bottom: none;}
.stellarnav li.has-sub li a {  font-size: 13px;  padding: 13px 12px; transition: all .5s;}
.stellarnav li.has-sub li a:hover{background: #222;color: #fff;padding-left: 18px;}
.header_area.sticky .me_tp_features a i {color: #888;}
.header_area.sticky .stellarnav > ul > li > a {  color: rgb(202 202 202 / 90%);}
.header_area.sticky .stellarnav > ul > li > a:hover{color: #888;}
.header_area.sticky .stellarnav li.has-sub > a:hover:after{border-top: 4px solid #888;} 

@media screen and (max-width: 1024px){
.header_area {   background: #000000;   position: sticky;  transition: all .5s;}
}
@media screen and (max-width: 768px){
	.stellarnav .menu-toggle:after {display:none;}
	.stellarnav .menu-toggle span.bars span {  display: block;  width: 15px;   height: 1px;   border-radius: 6px;  background: #cacaca;   margin: 0 auto 4px;}
	.stellarnav.mobile.left > ul {    left: 0;   background: #000;}
	.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {   position: fixed;  top: 0;   bottom: 0;   width: 100%;  max-width: 280px;  overflow-x: hidden;  overflow-y: auto;  -webkit-overflow-scrolling: touch; z-index: 9999;   border-right: none;}
	.stellarnav.mobile > ul > li { display: block;
    border-bottom: 1px #393939 solid;}
	
	
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {  display: inline-block;  text-align: right; font-size: 12px;  background: #202020;color: #fff; letter-spacing: 1px;}
	.stellarnav .icon-close:before {  content: '';  display: block;  width: 12px;  height: 0px;  border-bottom: solid 1px #ffffff;  position: absolute;  top: 50%; transform: rotate(45deg);}
	.stellarnav .icon-close:after { content: ''; display: block; width: 12px;  height: 0px;  top: 50%;  border-bottom: solid 1px #ffffff;  position: absolute;  transform: rotate(-45deg);}
	    .stellarnav.mobile {  top: 10px;}

}
@media only screen and (max-width: 570px) {
    .stellarnav.mobile {   top: 18px;}

}
    




/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/


.footer{background: #eee;padding: 50px 0;}
.footer .center{max-width: 1600px;padding: 0 3%;}
.footer_logo{width: 220px;}
.footer_logo img{width: 100%;}
.footer_info {  padding: 0;  display: block;}
.footer_info ul {display: flex;justify-content: space-between;padding-left: 0px;width: 100%;}
.footer_info li{padding: 10px 0;}
.footer_info li:nth-child(1){width: 48%;}
.footer_info li:nth-child(2){width: 48%;text-align: right;}
.footer_info li p,.footer_info li p a{color: #444;}
.footer_menu {max-width: 330px;margin: 0 0 0 auto;}
.footer_menu a {background: transparent;color: #555;border: none;font-weight: 300;}
.footer_menu a:nth-child(1) {display:none;}
.copy {max-width: 1600px;padding: 30px 3%;color: #444;text-align: left;margin: 0 auto;border-top: none;}
.copy a{color: #444;font-weight: 200;}
.box_link {display:none;}


.copy a:hover {  color: #c00;}


@media screen and (max-width: 768px){
	.footer {padding:30px 0;}
	.footer_logo{margin-bottom: 0;}
	.footer_info ul {flex-wrap: wrap;}
	.footer_info li:nth-child(1){width: 100%;}
	.footer_info li:nth-child(2){width: 100%;text-align: left;}
	.footer_menu {margin: 0 auto;}
	.footer_menu a{font-size: 12px;}
	.box_link{position: relative;right: 0;top: 0;text-align: left;padding: 15px 0;}
	.copy {  padding: 20px 3% 50px 3%;  text-align: center;   border-top: 1px solid #555;  font-size: 12px; }
}
	
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.footer {background: #000;}
.footer_info li p, .footer_info li p a {color: #e1dbdb;}
.footer_info li p:before{margin: 0;}
.footer_menu {max-width: 420px;}
.footer_menu a{color: #e4e4e4;letter-spacing: 0px;}
.box_link a {background: #B78338;}
.box_link a i{color: #fff;}
.copy, .copy a {  color: #a5a5a5;  letter-spacing: 1px;   font-size: 12px;}
.footer_menu a:hover { background: #ffffff;  color: #222;  font-weight: 700; letter-spacing: 0px;}
@media screen and (max-width: 1024px){
.footer_info ul{flex-wrap: wrap;}
.footer_info li:nth-child(1){width: 100%;}
.footer_info li:nth-child(2){width: 100%;}

}

@media screen and (max-width: 768px){
.footer_info li {  padding: 10px 20px;}
.stellarnav.mobile li.open { background: #000;  padding: 3px;}
}





/*●●●●●●●●●●●●●●●●●●●●●●●●   文章分類管理   ●●●●●●●●●●●●●●●●●●●●●●●●*/


/*側邊*/
h5.blog_le_t {font-size: 20px;}
.blog_search input[type=search] {padding: 10px 35px 10px 15px;font-size: 12px;border-radius: 0;}
.blog_le .accordion {  border: none;  overflow: inherit;  border-radius: 0;  background: #f3f3f3;}
.accordion li+li .link {  border-top: 1px solid #e7e7e7;}
.accordion li .link a {font-weight: 400;}
/*分類頁面*/
.blog_page .blog_ri{max-width: 900px;}
.blog_subbox {grid-template-columns: 1fr;}
.subbox_item {border-bottom: 1px solid #eee;}
.subbox_item a {grid-template-columns: 200px 1fr;align-items: center;grid-gap: 35px;}
.subbox_item a:before {  font-size: 12px;  font-family: 'Noto Serif Display', sans-serif;  padding: 15px 20px;  bottom: auto;  right: auto;  left: 25%;  top: 35%;  transform: translate(10px, 10px);  background: #000000;  color: #fff;}
.subbox_item a:after {background: rgba(256,256,256,.5);border: none;}
.blog_list_ri h5 {color: #444;font-weight: 400;}
.blog_list_ri em {font-size: 12px;}
.blog_list_ri p {   font-weight: 400;  line-height: 160%; font-size: 13px;  margin-top: 20px;}
/*文章頁面*/
.blog_in_page #content {padding: 0;}
h4.blog_category_title {  color: #333;  font-size: 30px;  border-bottom: 1px #ccc solid;  padding: 10px 0;  margin-bottom: 20px;}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {font-weight: 400;font-size: 12px;}
.toShareNews a object{max-width: 15px;}
.articel_mainPic img{display: none;}
.blog_back a.article_btn_back { background: #000000;  font-weight: 400;  padding: 12px;  font-size: 14px;}
.blog_back a.article_btn_back{background: #000;font-weight: 400;padding: 12px;font-size: 14px;}
.news_related {margin-top: 60px;padding: 50px 15px;}
.news_related h6 span:before {color: #333;}
.news_related_list li a {padding: 8px;}
.news_related_list li a p {line-height: 160%;padding: 20px;}
.lastPage {font-size: 14px;background: #000000;padding: 15px 20px;}



/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們(表單功能)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

button, input, optgroup, select, textarea {outline: none;padding-left: 15px !important;background: #ededed;}
input[type="checkbox"], input[type="radio"] {margin: 8px;}
.blank_letter{font-family: 'Noto Sans TC', sans-serif;}
.list_before.info li:last-child { padding-left: 0;   margin-top: 20px;  display: none;}
.innersend {padding-left: 0 !important;text-align: center;}
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before{font-weight: 500;}
/*表格樣式*/
.contact_form li {width: 49%;display: inline-block;padding: 5px 20px 5px 0;border-bottom: none;}
.contact_form li .form__label {  text-align: left; margin-left: 0;  max-width: 100%;}
.contact_form li.last{width: 100%;}
button, input, optgroup, select, textarea {background: #f5f5f5;}
.noborder {padding: 8px 0;margin-top: 6px;border: 2px solid #ccc;}
.form select {background-color: #fff;border: 2px solid #ccc;padding: 8px 26px 8px 3px;margin-top: 10px;width: 100%;margin-top: 10px;}
@media screen and (max-width: 768px){
	.contact_form li{width: 100%;}
}
/*////E N D/////*/


blank_letter {  font-size: 20px;  color: #BD8A54;  display: none;}
.contact_content .information_left{width: 100%;}
.contact_content .information_right{width: 100%;padding-left: 0;}
.information_left, .information_right{padding: 0;}
.list_before.info li:nth-child(-n+3){display: none;}
.contact_form {display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 0;}
.contact_form li {padding: 12px 0;}
.contact_form li:nth-last-child(3) .form__label:after {  content: "專業團隊將不懈努力，為您打造一次難忘的專業貼膜體驗，讓您的車輛焕然一新。";  display: block;  margin: 5px 0;  font-size: 14px;  letter-spacing: 1px;}
.noborder {border: 1px solid #ccc;}
.form select {border: 1px solid #ccc;}
button, input, optgroup, select, textarea {background: #fff;}
.innersend {line-height: 50px !important;}
.contact_form li.last cite { background: #000000;  color: #fff;}
.contact_form li.last blockquote {  color: #666; border: none;}


@media screen and (max-width: 1200px){
.contact_form li .form__label {  width: 100%;   margin-left: 0;   text-align: left;  font-weight: bold;    padding: 5px;  background: rgb(255 255 255 / 15%); }
}

@media screen and (max-width: 768px){
.list_before.info {width: 100%;max-width: inherit;}
.contact_content {padding: 30px 10px;}
.contact_content .information_right {padding: 0;}
}

@media screen and (max-width: 600px){

}

@media screen and (max-width: 400px){
}




/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿   ●●●●●●●●●●●●●●●●●●●●●●●●*/

.other_album_choice li {  background: #202020;}
.subalbum-menu h2 {  color: #333;}
.show-list .item:hover .show_name {  color: #888;}




/*●●●●●●●●●●●●●●●●●●●●●●●●   購物車(商品展示)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/* 商品下拉超過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;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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) {
}


/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/












/*內頁BANNER 設定*/

.banner h5 {  width: 100%;  margin: 0 auto;  font-size: 28px;  color: #fff;  text-shadow: 0 0 10px rgba(0, 0, 0, .2);  position: absolute;  top: 55%;  left: 50%;  transform: translate(-50%, -50%); letter-spacing: 3px; font-weight: 500;}
.banner {  background-position: center;   background-size: cover;  padding: 300px 0 219px;  overflow: hidden;   background-image: none;  position: relative;   z-index: 1;   background: repeat center center var(--SubColor);  padding: 9.5vw 0 12vw;}
.banner::before {  content: "";  background-image: linear-gradient(180deg, #00000000 40%, rgb(0 0 0 / 31%) 65%), url(https://pic03.eapple.com.tw/vsnwrap/ban.jpg);  position: absolute;  top: 0;  left: 0;  z-index: -1;  animation-duration: 5s;  background-size: cover;  background-position: center; animation: bgScroll 30s linear infinite;  width: 110%;  height: 100%;  top: 0;  left: 0; background-repeat: no-repeat;}
.banner::after {   content: "";  position: absolute;  width: 100%;  height: 100%;  top: 0; left: 0; background: url(https://pic03.eapple.com.tw/moodartistudio/100-90-5.png) #0000002e;  -webkit-animation: noise 1.5s steps(5) alternate infinite;  animation: noise 1.5s steps(5) alternate infinite; z-index: -1;}

@keyframes bgScroll {
    0% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
    50% {        -webkit-transform: translateX(-5%);        transform: translateX(-5%);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
}
@keyframes noise {
    0% {      background-position: -88px 166px    }
    20% {      background-position: 222px -333px    }
    40% {      background-position: -111px 444px    }
    60% {      background-position: 33px -66px    }
    80% {      background-position: -138px 212px    }
    100% {      background-position: 317px -197px    }
}

.banner h5:before {  content: "— VSN 車體包膜 車身改色膜｜細紋修復犀牛皮  —" !important;  position: absolute;  top: 45px;  left: 50%; transform: translateX(-50%); color: #fff;  font-size: 14px;  letter-spacing: 1.5px;  font-weight: 400;   width: 100%;}
.contact_page .banner::before {  content: "";  background-image: linear-gradient(180deg, #00000000 40%, rgb(0 0 0 / 31%) 65%), url(https://pic03.eapple.com.tw/vsnwrap/banC.jpg);}
.blog_page .banner::before {  content: ""; background-image: linear-gradient(180deg, #00000000 40%, rgb(0 0 0 / 31%) 65%), url(https://pic03.eapple.com.tw/vsnwrap/banblog.jpg);}
.blog_in_page .banner::before {  content: ""; background-image: linear-gradient(180deg, #00000000 40%, rgb(0 0 0 / 31%) 65%), url(https://pic03.eapple.com.tw/vsnwrap/banblog.jpg);}
	
	
@media screen and (max-width: 1024px){
	.banner{height: 200px;}
	.banner h5 {   top: 40%;   font-size: 24px; }
}
	
	
@media screen and (max-width: 768px){
	.banner h5:before { font-size: 12px;  top: 100%; }
	 h5.blog_le_t, .blog_le .accordion { display: block; }
}
	

/*●●●●●●●●●●●●●●●●●●●●●●●●   其他設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.other_select_page .promotion_title{display: none;}
.other_select_page .other_promotion{display: none;}
.other_select_page .page{display: none;}
.path{display: none;}
.page{font-size: 14px;}
.page li {border: 1px solid #ccc;width: 40px;height: 40px;line-height: 40px;border-radius: 50%;}
.page li.activeN{background: #363d4c;color: #fff;}
.page li a, .page li strong {width: 100%;height: 100%;line-height: 40px;color: #ccc;}
.page strong, .page a:hover {background: #363d4c;}