@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
	overflow-x:hidden;
	font-family: 'Poppins', "Noto Sans TC","微軟正黑體","arial","sans-serif";
	font-weight: 400;
}

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*反白顏色*/
::-moz-selection{
    background-color: #444;
    color: #fff;
}
::selection{
    background-color: #444;
    color: #fff;
}


/* = = = 大圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*預設解除背景輪播*/

#content {
    background-color: #000000;
}

#content_main {
    margin: 0;
    background: #f2f2f2;
}
.bannerindex {
    position: sticky;
    height: auto;
    padding-bottom: 0;
}
.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}
/* 大圖點點按鈕 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 12px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px
}
.swiper-pagination-bullet {
    display: inline-block;
    border-radius: 50%;
    background:transparent;
    border: 1px solid #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {display: none;}

/* 大圖切換閃爍 */
.swiper-banner .swiper-slide img, .swiper-banner .swiper-slide-active img{
    opacity: unset !important;
}



/* .swiper-slide img { height:auto;} */


/* .swiper-wrapper::after{
    content: "";
    background: #0000003d;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 999;
    opacity: 1;
    transition: 0.8s;
    background: linear-gradient(45deg, black, transparent);
} */

.swiper-banner .swiper-slide img {
    /* filter: brightness(0.1); */
    height: auto;
    transform: scale(1.4);
    animation: banner-img 2s forwards;
    /* filter: saturate(1.05) contrast(1.08); */
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper-slide:before,
.swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 100;
    pointer-events: none;
}

/* banner01 */
.swiper-slide:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/carlightmaster/bn_fog02.png);
    background-repeat: no-repeat;
    z-index: 999;
    bottom: -20%;
    right: -50%;
    /* opacity: 0; */
    width: 110%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    mix-blend-mode: screen;
}
.swiper-slide:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/carlightmaster/txtA_01.png);
    content: "";
    display: block;
    position: absolute;
    /*top: 50%;*/
    right: 0%;
    opacity: 0;
    width: 73%;
    height: auto;
    transform: translateY(-50%);
    aspect-ratio: 459 / 160;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    filter: drop-shadow(5px 5px 10px #000);
    /* mix-blend-mode: exclusion; */    
}

.swiper-slide.swiper-slide-active:nth-child(1)::before {
    animation-delay: 1s;
    animation: fogLeft 20s linear infinite;
}
.swiper-slide.swiper-slide-active:nth-child(1):after {
    animation: banner-bg 1.5s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: .3s;
}


/* banner02 */
.swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/carlightmaster/bn_fog02.png);
    background-repeat: no-repeat;
    z-index: 999;
    bottom: -20%;
    right: -50%;
    /* opacity: 0; */
    width: 110%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    mix-blend-mode: screen;
}

.swiper-slide:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw/carlightmaster/txtA_02.png);
    content: "";
    display: block;
    position: absolute;
    /*top: 50%;*/
    right: 0%;
    opacity: 0;
    width: 78%;
    height: auto;
    transform: translateY(-50%);
    aspect-ratio: 459 / 160;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    filter: drop-shadow(5px 5px 10px #000);
    /* mix-blend-mode: exclusion; */    
}

.swiper-slide.swiper-slide-active:nth-child(2)::before {
    animation-delay: 1s;
    animation: fogLeft 20s linear infinite;
}
.swiper-slide.swiper-slide-active:nth-child(2):after {
    animation: banner-bg 1.5s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: .3s;
}




@keyframes banner-bg {
    0% {
        top: 60%;
        opacity: 0;
    }
    
    100% {
        top: 50%;
        opacity: 1;
    }
}
@keyframes banner-img {
    0% {
        filter: brightness(0.1);
        opacity: 0.5;
        transform: scale(1.2);
    }

    100% {
        filter: brightness(1);
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


@keyframes move_before {
    0% {
        left: 45%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
    }
}
@keyframes move_after {
    0% {
        left: 55%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
    }
}


@keyframes fogLeft{
    0%, 100% {
        opacity: 0.8;
        -webkit-transform: translateX(0);
        transform: translateX(0) scale(0.9);
    }
    60% {
        opacity: 0.4;
        -webkit-transform: translateX(80px) translateY(40px);
        transform: translateX(80px) translateY(40px) scale(1.2);     
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/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 {}
*/

/* 商品下拉超過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個--結束 */


/* = = = LOGO-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.nav-header {display: block; width: 100%; text-align: left; max-width: 280px;}
.nav-brand {width: 100%; display: block; margin-top: 5px; transition:all 0.3s;}
.nav-brand img {max-width: 280px; padding-top: 0px; transition: 0.3s ease;}
.header_area {padding: 0px;}


/* = = = 主選單-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.pageIndex .header_area.sticky .main_header_area {background: #0c182f; opacity:.95; transition: 0.6s ease;}
.pageIndex .main_header_area {background:#0c182f; opacity:1; transition: 0.6s ease;}
.main_header_area{background: #0c182f; height: 96px; border-bottom: 1px solid #ffffff4d; transition: 0.6s ease;}
.navigation {padding: 0px 0 0px 0px; grid-template-columns: 280px 1fr;}

/*選單最大寬度設定*/
.main_header_area .container {max-width:90%;}

/*第一層*/
.stellarnav {width: 100%;}
.stellarnav > ul > li > a {font-weight: 500; letter-spacing:1px; color: #ffffff; transition:all 0.3s; padding: 0px 6px 0px 6px; height: 40px;}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav > ul > li.has-sub > a {padding: 0px 6px 0px 6px;}

/*第二層*/
.stellarnav li {text-align: left;}
.stellarnav li a {color: #ffffff;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{padding: 8px 14px; letter-spacing:1px; transition: all 0.3s; border-left:1px solid transparent; font-size: 14px; font-weight: 500;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #ffffff; padding-left:14px;border-color:#0c182f ; background: #0c182f;}
.stellarnav>ul {padding-top: 30px; transition: 0.3s ease;}
.stellarnav ul ul {margin-top: 0px; width: 180px; background: #2c436f;}
.stellarnav li li {width: 100%; border: 1px #263a61 solid;}

/*SubMenu*/
.shop_search_btn {display: none;}
.tp_links {display: none;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #0c182f;}
.me_tp_features {display: none;}

/*主選單按鈕下底線*/
.stellarnav > ul > li {position: relative;}
.stellarnav > ul > li:not(.tp_links) > a:after { 
  width: 0px;
  position: absolute;
  height: 1px;
  content: "";
  background: #ffffff;
  left: 50%;
  bottom: 0px;
  transform: translate(-50% , 0);
  transition: ease 0.3s;}
.stellarnav > ul > li > a:after {
    width: 0px;
    position: absolute;
    height: 2px;
    content: "";
    background: #005f89;
    left: 50%;
    bottom: 0px;
    transform: translate(-50% , 0);
    transition: ease 0.3s;}
.stellarnav > ul > li:hover > a:after {width: 50%; transition: ease 0.3s;}



@media screen and (max-width: 1700px) {
  .stellarnav>ul {padding-left: 0px;}
  .stellarnav > ul > li > a {padding: 0px 0px 0px 0px;}
  .stellarnav > ul > li > a b {font-size: 15px;}
}
@media screen and (max-width: 1350px) {
  .main_header_area .container {max-width: 100%;}
  .stellarnav li {width: 110px;}
}
@media screen and (max-width: 1180px) {
  .stellarnav {width: 100%;}
  .stellarnav li.has-sub > a {padding: 0px 0px 0px 0px;}
  .stellarnav > ul > li > a {margin: 0 0px;}
}
@media screen and (max-width: 1024px) {
  .stellarnav {width: 100%;}
  .stellarnav>ul {text-align: center; margin-top: 0px; padding-top: 0px;}
  .main_header_area {height: 140px;}
  .header_area.sticky .stellarnav>ul {padding-top: 0px;}
  .header_area.sticky .main_header_area {height: 140px;}
  .nav-header {text-align: center;    max-width: 230px;}
  .nav-brand img{    max-width: 230px;}

  .stellarnav li {text-align: center;width: 100px;}
}
@media screen and (max-width: 768px) {
.stellarnav > ul > li > a{text-shadow:none;}
.header_area.sticky .main_header_area {height: 96px;}
.main_header_area {height: 84px;}

/*漢堡選單展開*/
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {background: #000000a3; border-right: none; backdrop-filter: saturate(93%) blur(10px);}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #0c182f;}
.stellarnav.mobile > ul > li {border-bottom: 1px #0c182f solid;}
.stellarnav li {width: 100%; text-align: left;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px; padding-left: 10px; padding: 12px 6px 10px 6px;}
.stellarnav.mobile > ul > li > a {padding: 30px 43px 30px 10px;}
.stellarnav > ul > li , .stellarnav > ul > li:not(.tp_links) > a:after { display: none;}
.stellarnav.mobile > ul > li > a.dd-toggle{padding: 10px;  top: 18px;}
.stellarnav .menu-toggle:after { color: #fff;}
.stellarnav .menu-toggle span.bars span {background: #fff;}
.stellarnav a.dd-toggle .icon-plus:before{border-bottom: solid 3px #fff;}
.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #fff;}
.stellarnav .icon-close:before{ border-bottom: solid 3px #fff;}
.stellarnav .icon-close:after{border-bottom: solid 3px #fff;}
a.close-menu.full { color: #fff;}

.stellarnav.mobile ul {background: rgb(44 67 111);}
.stellarnav.mobile li.open {background: #0c182f;}
.stellarnav li li {border: 1px #ffffff00 solid;}
.stellarnav li a {color: #ffffff;}
}

@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 15px 10px;
    }
}


/* = = = 頁尾-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.footer .center {max-width: 75%;}
.center {max-width: 75%;}
.footer { background: #0c182f; width: 100%; padding: 60px 0 0px 0; background-size: cover;}
.footer_info {display: flex;  flex-wrap: wrap;  align-items: center;  justify-content: space-between; padding: 0 0; grid-gap: 10px;}
.footer_menu {display: grid;  grid-template-columns: repeat(auto-fit, minmax(min(90px,100%), 1fr));  gap: 5px; width: 100%; text-align: center; margin: 0 auto; max-width: 1000px;}/*footer按鈕最小寬度100px*/
.footer_menu a {color: #8b8b8b;margin: 0;	text-align: center;	padding: 8px 0px 10px 0px; border:0; border-right: 0px #233c5a solid;  border-left: 0px #f7f7f7 solid; background: none;  font-size: 14px; transition: all 0.3s; background: transparent; letter-spacing: 1px;}
.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}
.footer_menu a:hover {background: #ffffff; color: #16477B;} 
.copy {background:none; color: #8b8b8b; border:none; padding: 15px 0 15px 0; text-align: center; margin: 0 100px 0 0; padding: 15px 0 15px 0; width: 100%;}
.copy a{color: #8b8b8b;transition:all 0.3s;}
.copy a:hover {color: #8b8b8b;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #fff;  color: #222;}
.box_link {display: none;}
.footer_logo img {max-width: 250px;}
.footer_logo {text-align: center; width: 100%; max-width: 100%;}
.footer_info ul {width: 100%; text-align: center; margin-bottom: 0px;}
.footer_info li {padding: 0 13px 0px 13px; display: inline-block;}
.footer_info li p {color:#fff; line-height: 230%; text-align: center; width: 100%; display: inline-block; margin-bottom: 0px;}
.footer_info li p a{color:#fff;}
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {margin-top: 0px; padding: 0 0; margin-bottom: 0px; background:none; width: 100%; margin-top: 20px; margin-bottom: 30px;}

/*隱藏*/
.footer_info li p.tel { display: none;}
.footer_info li p.mail { display: none;}

/*改字*/
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {width: 54px;}
.list_before {margin-top: 15px;}
.list_before li {margin: 3px 0;}

.footer_info li p.tel2:before { content: '張店長手機：';}
.footer_info li p.phone:before { content: '王經理手機：';}

.footer_menu a:nth-child(1) {display: none;} /*隱藏回首頁*/


@media screen and (max-width: 1440px) {
  .footer_info li {padding: 15px 15px;}
  .footer_menu {grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));}
}
  @media screen and (max-width: 1380px) {
  .footer_info li:nth-child(2) {width: 100%; margin-bottom: 20px;}
  .copy {text-align: center; width: 100%;}
  .footer_info ul {width: 100%;}
  .footer_logo {width: 100%; max-width: 100%;}
  .footer_info li p {text-align: center;}
  .footer_menu {max-width: 100%;}
  }
  @media screen and (max-width: 1024px) {
  .footer_info li p {width: 100%;}
  .footer_info ul {margin-bottom: 30px;}
  }
  @media screen and (max-width: 768px) {
  .footer .center {max-width: 90%;}
  }
  @media screen and (max-width: 480px) {
  .footer_menu {margin-bottom: 26px; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));}
  .footer_info li {padding: 15px 0px;}
  .footer_menu a {padding: 8px 4px 10px 0px;}
  .footer_info ul {margin-bottom: 0px;}
  .footer_info li:nth-child(2) {margin-bottom: 0px;}
  .footer_logo img {max-width: 200px;}
  }
  @media screen and (max-width: 430px) {
      .footer_menu {grid-template-columns: repeat(auto-fit, minmax(min(100px, 100%), 1fr));}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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 {   
    display: flex;
    width: 100%;
    background-repeat: no-repeat;
    padding: 150px 3% 90px;
    height: 343px;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    align-content: center;
    background-color: transparent;
    background-size: cover;
    background-position: 30% 100%;
}
.banner h5 { 
    font-size: 40px;
    font-style: italic;
    line-height: 135%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    font-family: "Mochiy Pop P One", sans-serif;
    font-weight: normal;
    color: #fff;
    letter-spacing: 5px;
}
.banner h5:before {
    content: '';
    display: block;
    width: 46px;
    height: 100%;
    background: #17338D;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    position: absolute;
    left: 4px;
    top: 0;
    z-index: -1;
}
.banner h5:after {
    content: "";
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-family: "DM Sans", sans-serif;
    line-height: 135%;
    margin-left: 15px;
    letter-spacing: 1.3px;
}

.banner.banE h5::after {
    content: "Project";
}

.banner.banblog h5::after {
    content: "Case";
}

.banner.banA {}
.banner.banB { display: none;}
.banner.banC {display: none;}
.banner.banD {}
.banner.banE {background-image: url(https://pic03.eapple.com.tw/carlightmaster/banner02.jpg);}
.banner.banblog {}
.article_a .banner.banblog { background-image: url(https://pic03.eapple.com.tw/carlightmaster/banner01.jpg);}


@media screen and (max-width: 1024px) {
.banner {height: 324.55px;}
.banner h5 { font-size: 33px;}
}

@media screen and (max-width: 768px) {
.banner {padding: calc(5vw + 50px) 5% calc(10vw + 50px); height: 259.73px;}
}

@media screen and (max-width: 600px) {
.banner h5 { font-size: 27px;}
}

@media screen and (max-width: 480px) {
.banner h5 { font-size: 25px;}
}

@media screen and (max-width: 375px) {
.banner {height: 190px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他頁面*/
.services_page .path p , .other_page .path p  , .contact_page .path p {
    display: none;
}

.path p, .path p a {
    color: #fff;
}

.path p a:hover {
    color: #2c436f;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_prev {
    background: #2c436f;
}
.blog_back a.article_btn_back {
    background: #0c182f;
}
.blog_back a.article_btn_next {
    background: #2c436f;
}

.blog_back a.article_btn_prev:hover {
    background-color: #2c436f;
    color: #FFF;
    -webkit-box-shadow: 10px 10px 99px 6px rgb(44 67 111);
    -moz-box-shadow: 10px 10px 99px 6px rgb(44 67 111);
    box-shadow: 10px 10px 99px 6px rgb(44 67 111);
}

.blog_back a.article_btn_back:hover{
     background-color: #0c182f;
    color: #FFF;
    -webkit-box-shadow: 10px 10px 99px 6px rgb(12 24 47);
    -moz-box-shadow: 10px 10px 99px 6px rgb(12 24 47);
    box-shadow: 10px 10px 99px 6px rgb(12 24 47);
}

.blog_back a.article_btn_next:hover {
    background-color: #2c436f;
    color: #FFF;
    -webkit-box-shadow: 10px 10px 99px 6px rgb(44 67 111);
    -moz-box-shadow: 10px 10px 99px 6px rgb(44 67 111);
    box-shadow: 10px 10px 99px 6px rgb(44 67 111);
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #2c436f !important;
}

.accordion li+li .link {
    border-top: 0;
}

.share_page .edit {
    text-align: justify;
    line-height: 180%;
}

.subbox_item a:before,
.subbox_item a:after {
    transition: 0.3s;
}

.blog_le .accordion>li {
    border-bottom: 0;
    margin: 0px;
    transition: all 0.3s;
}

li {}

.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
}

.subbox_item a:before {
    color: #fff;
    right: 50%;
    top: 35%;
    bottom: 0;
    transform: translate(50%, 0);
}

/*文章分享變1排3個*/
.blog_page .main_part {
    max-width: 80%;
}

.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.subbox_item {
    width: calc(100% / 3 - 40px);
    padding: 5px;
}

@media screen and (max-width: 1024px) {
    .subbox_item {
        width: 50%;
    }
}


/**/


/* 左邊欄位 */



.blog_box {
    min-height: 20vw;
    padding: 7px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.blog_le {
    margin-right: 0;
    width: 100%;
}

.blog_ri {
    width: 100%;
}

.blog_back {
    width: 100%;
}



h5.blog_le_t {
    display: none;
}

.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #fff solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}

.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}

.blog_search input[type=search]:focus {
    color: #fff;
}

.blog_le .accordion {
    border: none;
    border-radius: 0;
    display: flex;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;
    transition: all 0.3s;
}

.blog_le .accordion>li:hover .link i,
.blog_le .accordion>li.on_this_category .link i {
    color: #565656 !important;
}

.accordion li .link a{
    color: #fff;
    padding: 10px 40px;
}

.submenu {
    display: none;
    background: transparent;
    font-size: 14px;
}

.submenu a {
    display: block;
    position: relative;
    background: transparent;
    color: #565656;
    padding: 12px 12px 12px 25px;
    letter-spacing: 2px;
    transition: all 0.6s ease;
    word-break: break-all;
    line-height: 1.25;
    font-family: 'Klee One';
}

.submenu a:hover {
    color: #565656;
}

.submenu a:before {
    display: none;
}

.blog_le .accordion li i {
    position: absolute;
    top: 27px;
    right: 20px;
    font-size: 16px;
    color: #444;
    transition: all 0.4s ease;
}

.blog_le .accordion>li:hover.open {
    background-color: transparent !important;
}



/* 右邊欄位 */

.subbox_item a:after {
    display: none;
}

.subbox_item a {
    display: inline-block;
    position: relative;
    display: flex;
    flex-direction: column;
}

.blog_list_le {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    overflow: hidden;
    position: relative;
}

.blog_list_le::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.subbox_item a:hover .blog_list_le::after {
    opacity: 1;
    transition: all 0.5s;
}

.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%);
}

.blog_list_ri {
    display: flex;
    vertical-align: top;
    padding: 0;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.blog_list_ri p {
    color: #3F3F3F;
    line-height: 160%;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, #647caa 45%, #2c436f 55%);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 220% 100%;
    color: transparent;
    display: block;
    transition: .8s cubic-bezier(0.390,0.575,0.565,1.000);
    letter-spacing: 1px;
    font-weight: bold;
}

.subbox_item a:hover .blog_list_ri p {
    animation-duration: .6s;
    animation-fill-mode: forwards;
    animation-name: filteranim;
    animation-timing-function: cubic-bezier(0.390,0.575,0.565,1.000);
    background-position: 0 50%;
}


@keyframes filteranim {
    0% {
        filter: brightness(1)
    }

    10% {
        filter: brightness(2.5)
    }

    to {
        filter: brightness(1.4)
    }
}

.blog_list_ri h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.subbox_item a img {
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

.subbox_item a:hover img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

h4.blog_category_title {
    text-align: justify;
    color: #fff;
}

.blog_box_edit {
    line-height: 150%;
    color: #fff;
}

.blog_in_page .main_part {
    max-width: 80%;
}

.blog_list_ri em {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #2c436f;
}

.blog_list_ri>*+* {
    margin-top: 30px;
}

.toShareNews {
    color: #647caa;
}

/*相關文章*/

.news_related{
    background: #000000;
}

.news_related_list {
    max-width: 1400px;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding: 30px;
}

.news_related_list li a {
    background: transparent;
    padding: 0;
}

.news_related h6 span:before{
    color: #fff;
}

.lastPage{
    background: #0c182f;
    width: 200px;
}

.lastPage:hover {
    background-color: #0c182f;
    color: #FFF;
    -webkit-box-shadow: 10px 10px 99px 6px rgb(12 24 47);
    -moz-box-shadow: 10px 10px 99px 6px rgb(12 24 47);
    box-shadow: 10px 10px 99px 6px rgb(12 24 47);
}

.news_related_list li a img {
    transform: scale(1);
    filter: saturate(1);
    -webkit-filter: saturate(1);
    transition: ease-out 0.5s;
}

.news_related_list li:hover img{
    transition: ease-out 0.5s;
    transform: scale(1.05);
    filter: saturate(1.5);
    -webkit-filter: saturate(1.5);
}

.news_related_list li figure{
    border-radius: clamp(2px, 1vw, 4px);
    overflow: hidden;
}

.news_related_list li a p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    padding: 0 10px;
}

.news_related_list li a p {
    color:#fff;
}




@media screen and (max-width: 1024px) {
    .blog_page .main_part {
        max-width: 90%;
    }

    .subbox_item {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .subbox_item a {
        flex-direction: column;
    }

    .subbox_item {
        width: 100%;
    }

    .blog_le .accordion {
        display: none;
    }

    .blog_page .main_part {
        max-width: 75%;
    }

    .blog_list_ri {
        display: flex;
        vertical-align: top;
        padding: 20px;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .subbox_item a:before {
        display: none;
    }

    .blog_list_le {
        padding-bottom: 70%;
    }

    .blog_in_page .main_part {
        max-width: 100%;
    }

    .blog_page .show_content {
        max-width: 100%;
    }

    .subbox_item {
        border-bottom: 0;
    }

    .blog_page .main_part {
        max-width: 100%;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 相簿 */

/*主分類頁面*/

.show-list {
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
}


.show-list .show_name {
    color: #fff;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    line-height: 1;
    opacity: 1;
    z-index: 2;
    font-weight: bold;
    transition: all 0.5s;
}

.show-list .item a:hover .show_name {
    opacity: 0;
    transition: all 0.5s;
}

.show_content {
    padding: 0;
}

.show-list .show_pic img {
    transform: scale(1);

    filter: saturate(0.5);
    transition: all 0.5s;
}



.show-list li a:hover .show_pic img {
    transform: scale(1.1);
    filter: saturate(1);
    transition: all 0.5s;
}

.show-list .item:hover .show_name {
    color: #fff;
}




.overlay {
    background: rgb(12 24 47 / 50%);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
}



.show-list .item:hover .overlay {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.subalbum-menu h2 {
        color: #fff;
}


/*  */


.other_album {
    display: none;
}

.other_subalbum li a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 1;
    z-index: 2;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.15em;
    transition: all 0.5s;
}

.other_subalbum li a:hover p {
    opacity: 0;
    transition: all 0.5s;
}


/*  */


.pic-list {
    display: block;
    grid-template-columns: unset;
    grid-gap: unset;
}

ul.pic-list {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
}

.pic-list .show_pic {
    aspect-ratio: auto;
}


.pic-list .item a {
    margin: 0 auto 10px;
}

.pic-list .item h6 {
    padding: 0;
}



@media screen and (max-width: 600px) {
    .show-list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/

.contact_editbox{
    padding: 0;
}


/*表格排列版面*/
.contact_content {
    margin: auto;
    padding: 50px 10px 20px;
}
.contact_content .information_left{display: none;}
.contact_content .information_right {    width: 90%;    padding: 0;    margin: 0 auto 100px;    max-width: 1400px;    display: block;}
.blank_letter {  padding: 0;   color: #fff;text-align: center;}
.blank_letter .note{display: block; text-align: center;}
.contact_form {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(500px,100%), 1fr));    gap: 30px; color: #fff;}
.contact_form li{padding: 0;}
.contact_form li .form__label {    display: block;    width: 100%;    text-align: end;    margin: 0 0 5px;    padding: 0;}
.contact_form li.last {    text-align: center;    grid-column: 1/-1;}
.contact_form li.last cite {
    background: #2c436f;
    color: #fff;
}
.contact_form li.last blockquote { color: #ffffff;}
.contact_form li.last blockquote, .contact_form li.last cite{border: 1px #2c436f solid; padding: 0px;}
button, input, optgroup, select, textarea { color: #000000;}
.contact_form li.last input{ color: #fff;}
.contact_form li input.noborder {
    border: 1px #2d2d2d solid;
}
.contact_form li textarea.noborder {
    border: 1px #2d2d2d solid;
}


@media screen and (max-width: 600px){
    .contact_form li .form__label {
        text-align: justify;
        background: transparent;
        font-weight: 400;
    }  
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相本分類全版面 ( 限制最寬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: none; }
.footer.with_shopping_mode { padding:30px 0 0px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




