@charset "utf-8";

/*
關於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;
  }
  .swiper-wrapper .swiper-slide:nth-child(1)::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(https://pic03.eapple.com.tw/jindacar/bg-01.png);
      width: 100%;
      max-width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 10000;
  }
  .swiper-wrapper .swiper-slide:nth-child(2)::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(https://pic03.eapple.com.tw/jindacar/bg-02.png);
      width: 100%;
      max-width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 10000;
  }
  .fadeInUp{
    animation-name: unset;
  }
  
  @media screen and (max-width: 500px ) {
      .swiper-slide img {
          position: relative;
          height: auto;
          width: 190%;
          left: -70%;
      }
      .swiper-wrapper .swiper-slide:nth-child(1)::after {
          background-position: right;
      }
      .swiper-wrapper .swiper-slide:nth-child(2)::after {
          background-position: left;
      }
  }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: transparent;
    border: 1px #035DA6 solid;
    color: #035DA6;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {    left: 50%;    margin-left: 0;    transform: translate(-50% , 0);}


/*預設解除背景輪播*/
#content {
    background-color: #0A0A0A;
}
#content_main {
    overflow: hidden;
    z-index: 60;
    position: relative;
    margin-top: 0;
    background: #0A0A0A;
}
.bannerindex { position:static; 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;}
}
@media screen and (max-width: 500px) {
.bannerindex { position:relative; height:0;}
.swiper-banner .swiper-slide img {display: none;}
.swiper-banner {position: absolute; top: 0; bottom: 0; margin: 0;}
}


@media screen and (max-width: 500px) {
    .bannerindex {
        padding-bottom: 123vw;
        background-size: cover;
    }
    .swiper-wrapper .swiper-slide:nth-child(1)::after {
        display: none;
    }
    .swiper-wrapper .swiper-slide:nth-child(2)::after {
        display: none;
    }
    .swiper-slide img { 
        display: none;
    }
    .swiper-wrapper .swiper-slide:nth-child(1){
        background-image: url(https://pic03.eapple.com.tw/jindacar/bg-42.jpg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .swiper-wrapper .swiper-slide:nth-child(2){
        background-image: url(https://pic03.eapple.com.tw/jindacar/bg-43.jpg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .swiper-wrapper .swiper-slide:nth-child(1)::before {
        display: none;
    }
    
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.services_page.bodyDesktop .edit {
    padding: 0px 0;
}
.module_i_news {
    padding: 0;
    max-width: 80%;
    margin: 20px auto;
}
.module_i_news li a:before {
    color: #035DA6;
}
.i_blog_ri em {
    color: #E8E8E8;
}
.module_i_news ul {
    list-style: none;
    display: flex;
    max-width: 100%;
    margin: 100px auto;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.i_blog_ri p {
    color: #E8E8E8;
}
.module_i_news li a:after {
    display: none;
}
.i_blog_le {
    display: inline-block;
    vertical-align: top;
    padding: 3px;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}
.module_i_news li a img{
    transition: all 0.5s;
}
.module_i_news li a:hover img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.module_i_news .title_i_box h4 {
    color: #035DA6;
    font-size: 24px;
    width: 40%;
    margin: 0 auto;
    font-family: "Noto Serif TC", serif;
}
.module_i_news .title_i_box h4::before {
    content: "NEWS";
    display: block;
    font-family: "Noto Serif TC", serif;
    font-size: 24px;
    color: #035DA6;
    border-bottom: 1px #035DA6 solid;
    padding: 10px 0;
    margin-bottom: 10px;
    font-weight: bold;
}

.i_blog_ri h5 {
    color: #035DA6;
}

.prod_part {
    max-width: 80%;
    margin: 100px auto;
    padding: 50px 20px;
}

.module_i_news li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 44%;
}

.i_blog_ri {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    width: 100%;
}


.i_prod_tit span {
    display: block;
    color: #035DA6;
    font-size: 24px;
    width: 40%;
    margin: 0 auto;
    font-family: "Noto Serif TC", serif;
    margin-bottom: 70px;
}
.i_prod_tit span::before {
    content: "TEACHING";
    display: block;
    font-family: "Noto Serif TC", serif;
    font-size: 24px;
    color: #035DA6;
    border-bottom: 1px #035DA6 solid;
    padding: 10px 0;
    margin-bottom: 10px;
    font-weight: bold;
}






/*  */


/* 選單變化 */
.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    background: #f0f0f000;
}

.header_area.sticky {
    background: rgb(255 255 255 / 0%);
}

.header_area .main_header_area {
    background: transparent;
    transition: all 0.5s;
}
.header_area.sticky .main_header_area {
    background: transparent;
    transition: all 1s;
}
.header_area .stellarnav::before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #000000a1;
    border: 1px #ffffff29 solid;
    transition: all 0.5s;
}
.header_area.sticky .stellarnav::before {
    width: 100%;
    box-shadow: #000000a8 1px 1px 2px;
    opacity: 1;
    transition: all 1s;
}
.header_area .stellarnav::after {
    content: "";
    position: relative;
    display: block;
    width: 0%;
    background: #035DA6;
    height: 2px;
    transition: all 0.3s;
    z-index: 0;
    position: absolute;
    right: 0;
}
.header_area.sticky .stellarnav::after {
    width: 100%;
    transition: all  1s;
}
.header_area .navigation {
    width: 100%;
    position: relative;
    padding: 0;
    font-family: 'Noto Sans TC', "微軟正黑體";
    top: 40px;
    display: flex;
    transition: all 0.3s;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.header_area.sticky .navigation {
    top: 40px;
    transition: all 0.3s;
}


.header_area .nav-brand::before {
}
.header_area.sticky .nav-brand::before {
    height: 100%;
    top: 50%;
    transition: all 1s;
}

@media screen and (max-width:1024px) {
    .header_area .navigation {
        padding: 0;
        top: -15px;
    }
    
    
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.nav-brand img {    margin-top:-30px;    max-width: 100%;}
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 10px;
	text-align: center;
}
.footer_logo img {
    width: 150px;
}

.header_area .nav-header {
    position: absolute;
    z-index: 60000000;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.header_area.sticky .nav-header {
    top: 0;
    transition: all 0.3s;
}
/* LOGO變化 */
.header_area .nav-brand {
    display: inline-block;
    width: 200px;
    transition: all 0.3s;
    filter: contrast(0) brightness(100);
}
.header_area.sticky .nav-brand {
    display: inline-block;
    width: 200px;
    transition: all 0.3s;
    filter: none;
}




@media screen and (max-width: 1440px) {
    
}


@media screen and (max-width: 768px) {
.nav-brand-m {    display: block;    text-align: left;    padding: 15px 10px;}
.nav-brand-m img {    max-width: 200px;    width: 100%;}
}



/*選單設定*/



.nav-menu {    margin: 0;}
.main_header_area .container {    max-width: 90%;}
.nav-menu>li:not(.tp_links) {    padding-right: 15px;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {    color: #035DA6;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {    color: #035DA6;}
.nav-dropdown>li {    text-align: center;}
/*購物車收尋*/
.me_tp_features{
    margin-bottom: 0px;
    position: relative;
    right: unset;
    top: unset;
    width: fit-content;
    order: 3;
    padding: 15px 0;
}
.me_tp_features a {
    color: #fff;
    margin-left: 16px;
    text-shadow: 0 0 10px black;
}
.tp_links{
    display: none;
}
/*  */



.stellarnav {
    position: relative;
    width: fit-content;
    z-index: 9900;
    line-height: normal;
    padding: 0px 25px;
}
.stellarnav > ul > li {
    display: inline-block;
    padding: 10px 0;
    margin: 0px 15px;
}
.stellarnav > ul > li::before {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #ffffff1a, transparent);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-53%);
    transition: all 0.3s;
}
.stellarnav > ul > li:hover:before {
    width: 100%;
    transition: all 0.3s;
}

.header_area .stellarnav > ul > li::before{
    display: none;
}
.header_area.sticky .stellarnav > ul > li::before{
    display: block;
}
/*  */
.stellarnav > ul > li:nth-last-child(1) > a {
    margin: 0;
}
.stellarnav > ul > li > a {
    color: #fff;
    padding: 0;
    margin: 0;
    text-shadow: 0 0 10px black;
}
.stellarnav li.has-sub > a:after {
    display: none;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0px;
}


@media screen and (max-width: 1440px) {
    .main_header_area .container {
        max-width: 95%;
    }
    .header_area .nav-brand {
        width: 180px;
    }
    .nav-brand img {
        margin-top: -20px;
    }
    .header_area.sticky .nav-brand {
        width: 180px;
    }
}

@media screen and (max-width: 1330px) {
    .main_header_area .container {
        max-width: 100%;
    }
}
@media screen and (max-width: 1230px) {
    .nav-brand img {
        margin-top: -10px;
    }
    .header_area .nav-brand {
        width: 150px;
    }
    .header_area.sticky .nav-brand {
        width: 150px;
    }
    .stellarnav > ul > li {
        display: inline-block;
        padding: 10px 0;
        margin: 0px 10px;
    }
}

@media screen and (max-width: 1024px) {
    .main_header_area .container {
        max-width: 95%;
    }
    .nav-brand img {
        margin-top: 0px;
        max-width: 80%;
    }
    .header_area .navigation {
        padding: 0;
        top: -10px;
        width: 100%;
        position: relative;
        padding: 0;
        font-family: 'Noto Sans TC', "微軟正黑體";
        top: 0px;
        display: flex;
        transition: all 0.3s;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }
    .header_area .nav-header {
        position: relative;
        z-index: 60000000;
        top: 0;
        left: 0;
        transition: all 0.3s;
    } 
    .header_area .stellarnav {
        top: 0px;
        transition: all 0.3s;
    }
    .header_area {
        position: fixed;
    }

    .header_area.sticky .nav-header {
        top: -150px;
        position: absolute;
    }
    .navigation {
        width: 100%;
        position: relative;
        padding: 0;
    }
    .stellarnav ul {
        text-align: right;
        padding: 0 ;
    }
    .header_area.sticky .stellarnav {
        top: -10px;
        transition: all 0.3s;
    }
    .stellarnav {
        padding: 0px 50px;
    }
    .me_tp_features {
        text-align: center;
        margin: 0px 0 0;
        padding: 0px 0;
    }
}

@media screen and (max-width: 995px) {
    .main_header_area .container {
        max-width: 100%;
    }
    .stellarnav {
        padding: 0px 25px;
    }
}

@media screen and (max-width: 768px) {
    .me_tp_features {
        display: none;
    }
    .header_area {
        position: fixed;
    }
    .header_area .navigation {
        padding: 0;
        top: 20px;
    }
    .header_area .nav-header {
        z-index: 0;
        left: 47%;
        transform: translate(-50%, 0px);
        position: absolute;
        top: -20px;
    }
    .header_area .nav-brand {
        width: 150px;
    }
    .header_area.sticky .nav-brand {
        width: 120px;
    }
    .header_area.sticky .nav-header {
        z-index: 0;
        top: -20px;
    }
    .header_area .main_header_area::before{
        height: 60px;
    }
    .header_area .main_header_area::after {
        top: 60px;
    }
    .header_area .stellarnav {
        top: -10px;
        transition: all 0.3s;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle {
        padding: 6px;
        position: absolute;
        top: 25px;
    }
     /*購物車*/
     .product_menu_list>h5{
        color: #fff;
    }
     .product_page .show_content {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        flex-direction: row;
    }
}







/*下拉*/

/*  */
.stellarnav ul ul {
    background: transparent;
    border: 0;
    border-radius: 6px;
    width: 160px;
}
.stellarnav > ul > li > ul > li{
    border: 0;
}
.stellarnav > ul > li > ul > li > a,.stellarnav li li.has-sub > a,.stellarnav > ul > li > ul > li > ul > li > a   {
    background-color: #00000063;
    padding: 15px 15px;
    color: #ccc;
    text-align: left;
    transition: all 0.3s;
    font-size: 13px;
    line-height: 17px;
}
.stellarnav > ul > li > ul > li > a:hover,.stellarnav > ul > li > ul > li > ul > li > a:hover {
    background-color:#000000b2;
    color: #fff;
    transition: all 0.3s;
}
.stellarnav > ul > li > ul > li > a::after,.stellarnav > ul > li > ul > li.has-sub > a::after,.stellarnav > ul > li > ul > li > ul > li > a::after {
    content: "";
    position: relative;
    display: block;
    width: 0%;
    height: 2px;
    background-color: #035DA6;
    bottom: -15px;
    opacity: 0;
    transition: all 0.5s;
}
.stellarnav > ul > li > ul > li > a:hover:after,.stellarnav > ul > li > ul > li.has-sub > a:hover:after,.stellarnav > ul > li > ul > li > ul > li > a:hover:after {
    width: 100%;
    opacity: 1;
   
    float: none;
    margin-right: 0;
    border: none;
    transition: all 0.5s;
}
.stellarnav li.drop-left li.has-sub > a:after {
    float: none;
    margin-right: 0;
    border: 0;
}

/*        */
.stellarnav > ul > li > ul > li > ul{
    border: 0;
    overflow: visible;
}
.stellarnav > ul > li > ul > li > ul > li{
    border: 0;
}
.stellarnav > ul > li.drop-left > ul {
    right: auto;
}



@media screen and (max-width: 768px) {
    .stellarnav .menu-toggle span.bars span {
        background: #ffffff;
    }
    .stellarnav .menu-toggle:after {
        color: #ffffff;
    }
    
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: #035DA6;
        color: #fff;
    }
    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
        border-right: 0px #eee solid;
        background-color: #171717e0;
        border-top: 0;
    }

    .stellarnav.mobile > ul > li > a {
        padding: 25px 10px;
        border: 0;
    }
    .stellarnav.mobile > ul > li > a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }
    .stellarnav.mobile li.open {
        background: #171717e0;
    }
    .stellarnav.mobile ul ul {
        background-color: #171717e0;
    }
    .stellarnav.mobile > ul > li {
        border-bottom: 1px #035DA6 solid;
    }
    .stellarnav.mobile li a {
        border-bottom: none;
        background-color: transparent;
    }
    .stellarnav > ul > li > ul > li > a {
        background-color:#00000033;
        border: 0;
    }
    .stellarnav > ul > li > ul > li {
        border: 0;
        background-color: #00000033;
    }
    .stellarnav.mobile ul ul li{
        background-color: #171717e0;
    }
    .stellarnav.mobile li.open li.open {
        background: #171717e0;
        padding: 3px;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 20px 43px 20px 10px;
        border: 0;
    }
    .header_area.sticky .stellarnav > ul > li::before {
        display: none;
    }
    .stellarnav > ul > li > ul > li > a:hover {
        background-color: transparent;
    }
    .stellarnav > ul > li > ul > li > a, .stellarnav li li.has-sub > a, .stellarnav > ul > li > ul > li > ul > li > a {
        background-color: transparent;
        font-size: 15px;
    }
    .stellarnav > ul > li > ul > li > a, .stellarnav li li.has-sub > a, .stellarnav > ul > li > ul > li > ul > li > a {
        padding: 20px 15px;
    }
}

/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*Footer*/
.footer {
    padding: 30px 0 0;
    font-size: 14px;
    background: #0C0C0C;
    position: relative;
    z-index: 99;
}
.footer_menu {
    border-bottom: none !important;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    flex-direction: row;
}
.copy {
    background: #0C0C0C;
    color: #fff;
    border: 0;
}
.copy a{    color: #fff;}
.footer_menu a:hover {
    background: #035DA6;
    transition: all 0.6s;
}

.box_link{
    display: none;
}

.footer_info {
    padding: 0;
    display: grid;
    grid-template-columns: 240px 1fr;
    grid-gap: 20px;
    padding-right: 110px;
}

.footer_info ul {
    width: calc(100% - 100px);
    /*margin-left: 2%;*/
}
.footer_info li:nth-child(1) {
    vertical-align: top;
}
.footer_info li:nth-child(2) {
    margin-left: -2%;
}
.footer_info li {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.footer_info li p {
    line-height: 1.5;
}
.footer_info li p:before {
    color: #fff;
}
.footer_info li p a{
    color: #fff;
}
.footer_info li p:after {
    position: absolute;
    color: #4f8ec3;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    font-size: 15px;
    top: 0;
    left: 268px;
}
p.tel { order: 1; margin-top: 13px;}  /*台中電話*/
p.tel2 { order: 2;}  /*市政店地址*/
p.add2 { order: 3;}  /*永春店地址*/
p.phone { order: 4; margin-top: 36px;}  /*新竹電話*/
p.add { order: 5;}  /*竹北店地址*/

/*Footer改字*/
.footer_info li p.tel:after { content: '台中晉達汽車多媒體';}
.footer_info li p.tel2:before { content: '市政店：';}
.footer_info li p.add2:before { content: '永春店：';}
.footer_info li p.phone:after { content: '新竹晉達汽車多媒體'; top: 98px;}
.footer_info li p.phone:before { content: '電話：';}
.footer_info li p.add:before { content: '竹北店：';}

/*Footer隱藏*/
p.mail {display: none;}/*信箱隱藏*/


.footer_menu a {
    display: block;
    padding: 5px 7px;
    border: 0px #ccc solid;
    margin: 0 4px 4px 11px;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    background: transparent;
    transition: all 0.6s;

}

.footer_menu a:nth-child(1) {
    display: none;
}
.footer_menu a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    vertical-align: middle;
    margin-right: 6px;
}
.footer .fix_ri a:hover img{
    transform: scale(1.3);
    transition: all 0.3s;
}

.footer .fix_ri a img{
    transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
    .footer_info ul {
        width: 100%;
        margin-left: 0;
    }
	.footer_info li p:after { 
		left: 270px;
	}
}

@media screen and (max-width: 768px) {
	.footer_logo {
        text-align: left;
    }
    .footer_info li:nth-child(2) {
        display: none;
    }
    .footer_info {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding: 0 60px;
    }
	.footer_info li p:after {
	    left: 70px;
	    top: 94px;
	}
	.footer_info li p.phone:after {
	    top: 192px;
	}
}

@media screen and (max-width: 500px) {
    .footer_info { padding: 0 45px 0 10px;}
	.footer_info li p:after { left: 20px;}
}
@media screen and (max-width: 375px) {
    .footer_info ul { max-width: 250px;}
	.footer_info li p.phone:after { top: 234px;}
}
@media screen and (max-width: 250px) {
    .footer_info { padding: 0;}
	.footer_info li p:after { left: 10px;}
}
}

/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*上方選單解除滑動固定
.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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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: 250px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 300px);}
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:#ffffff00; 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:#035da6;}
.product-layer-two li.active li a{color: #fff;}

.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;}
.fa-circle-plus::before{content: "\f055"; display: none;}
@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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
/* .swiper-slide img { height:auto;} */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {background: url(https://pic03.eapple.com.tw/jindacar/banner.jpg) no-repeat top center;
    height: 500px;
    padding: 210px 0;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.banner h5 {
    font-size: 25px;
    font-family: 'Noto Sans TC', sans-serif;
    color: #ffffff;
    display: inline-block;
    position: relative;
    border-bottom: 2px solid #035DA6;
    padding-left: 8%;
    top: 10px;
    letter-spacing: 0.1em;
    padding-block: 10px;
}
.other_select_page .banner.banA {display: none;}
.banner.banC {display: none;}
.banner.banD {display: none;}
.banner.banB {display: none;}
.banner.banblog::before {
    content: "NEWS";
    font-size: 75px;
    color: #035DA6;
    display: block;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: -15px;
    margin-left: 8%;
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 100%;
}
.banner.banB::before {
    content: "SERVICE";
    font-size: 75px;
    color: #035DA6;
    display: block;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: -15px;
    margin-left: 8%;
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 100%;
}
.page.banner.banB::before {
    content: "SERVICE";
    font-size: 75px;
    color: #035DA6;
    display: block;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: -15px;
    margin-left: 8%;
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 100%;
}
.banner.banE::before {
    content: "CASE";
    font-size: 75px;
    color: #035DA6;
    display: block;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: -15px;
    margin-left: 8%;
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 100%;
}
.banner.banF::before {
    content: "SELL";
    font-size: 75px;
    color: #035DA6;
    display: block;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: -15px;
    margin-left: 8%;
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 100%;
}

/*path*/
.path {display: none;}

/*首*/
.pageIndex #content_main {background: #0a0a0a;}
.news_part .title_i_box h6 {
    font-size: 65px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    color: #035DA6;
    margin-top: -20px;
}
.news_part .title_i_box h4 {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Noto Sans TC', sans-serif;
}
.news_part .title_i_box {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 分頁*/

/* 分頁 */
.other_select_page .promotion_title{
    display: none;
}
.other_select_page .other_promotion{
    display: none;
}

/*其他分頁*/
/*其他分頁*/
.promotion_title h2 {
    display: block;
    border-bottom: none;
    text-align: left;
    font-size: 33px;
    color: #035DA6;
}
.promotion_title {
    padding: 13px 0;
    display: block;
}
.promotion_title span {
    border: none;
    color: #ccc;
}
.promotion_title em {
    border: none;
    padding: 2px 7px;
    margin: 0 2px 2px 0;
    color: #ccc;
}
.edit  {
    word-break: break-all;
    color: #ccc;
}

/* 底下分類 */
.other_promotion li {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 2%;
}
.other_promotion li a {
    display: block;
    border: none;
    padding: 30px 20px;
    width: 100%;
    margin: 0;
    position: relative;
    background: #0a0a0a;
    transition: all 0.3s;
}
.other_promotion li a:hover {
    background: #0a0a0a;
    transition: all 0.3s;
}
.other_promotion li a:before{
    display: none;
}
.other_promotion li a:after{
    display: none;
}
.other_promotion .pmtTime span {
    float: left;
    font-size: 13px;
    margin-left: 0;
}

.promotion_title h2 span{
    display: none;
}
.promotion_title  {
    vertical-align: middle;
    color: #6D6D6D;
    border-bottom: 1px solid #035DA6;
}

.pmtTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #C5C5C5;
    flex-direction: column;
}
.other_promotion .pmtTitle h3 {
    font-size: 17px;
    color: #035DA6;
    margin: 10px 0 0 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    font-weight: normal;
}

.other_promotion .pmtTime {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.other_promotion .pmtTime:after{
    display: none;
}




@media screen and (max-width: 768px) {
    .main_part {
        width: 90%;
    }
}
@media screen and (max-width: 500px) {
    .other_promotion li {
        width: 100%;
    }
    
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}
.box_search { display: none;}/*右上搜尋欄隱藏*/

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {
    border: 1px solid #424242;
    color: #8b8b8b;
    font-weight: 500;
}
.products-list .item a:hover .more {
    background: #151515;
    border: 1px solid #035da6;
}
.products-list .item a:hover figure img {
    transform: scale(1.05);
    transition: 0.6s;
}
.products-list .item a figure img {
    transition: 0.6s;
}
/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #035da6;}
.products-list .price b.ori_price {    font-size: 14px;}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 300px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    background: #0a0a0a;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #0a0a0a;}



/**/
.product-layer-two li a {    color: #eee;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #4e4e4e;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #035da6;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: none; color:#035da6;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #035da6;
    background: none;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
.products-list .name {
    font-size: 16px;
    color: #eee;
    text-align: center;
    font-weight: bold;
}

/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #035da6;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_main .swiper-wrapper .swiper-slide:nth-child(1)::after{display: none;}
.product_main .swiper-wrapper .swiper-slide:nth-child(2)::after{display: none;}
.product_info_page .main_part {    width: 90%;}
.product_pic #bx-pager h6 {
    display: none;
}
.product_pic #bx-pager a {border: 1px solid #151515;}
.bx-wrapper .bx-viewport {
    border: 5px solid #151515;
    background: #151515;}
.sidebarBtn {
    border: 1px #4f4f4f solid;
    background: #151515;
}
div#number_area {
    color: #e9f4ff;
}
.sidebarBtn h2 {
    color: #eee;}
.sidebarBtn .price {
    color: #035da6;
    border-bottom: 3px solid #696969;}    
.product_info li span {
    color: #eee;}
ul.prod li h3.prod-thumb {
    background: #0a0a0a;
    color: #eee;
    margin-block: 20px;
}
ul.prod li .prod-panel, .qaform {
    color: #eee;
}
.qaform .breakF {
    border: 1px #525252 solid;
    background: #151515;
    color: #eee;
}
.pd_tabTitle li.activeTab a {
    color: #ffffff;
}

/*按鈕顏色*/
.inquiry_a1{background: #b6cfe7;}
.inquiry_a2{background: #e9f4ff;}
.inquiry_a3{background: #035da6;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #0a0a0a; color: #035da6;}
.inquiry_a1, .inquiry_a2, .inquiry_a3{color: #0a0a0a;}
.lastaction {
    color: #eeeeee;
    background-color: #2a2a2a;}
.nextaction {    background-color: #035da6; color: #0a0a0a;}
.lastPage {    background: #035da6; color: #0a0a0a;}
/*商品側邊規格*/
.product_info li .txt_box {    color: #eee;    width: 100%;}
.sidebarBtn .sp_price {   color: #b6cfe7;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px; color: #eee;}
.prod_related {
    background: #0a0a0a;}
.related_list li a {background: #151515;}
.related_list li a p {color: #eee;}    

/*購物車流程*/
.shopping-cart .cart_head {
    background: #0a0a0a;
    color: #eee;
}
.shopping-cart .cart_content .row {
    border-top: 1px solid #151515;
    border-bottom: 1px solid #363636;
    color: #eee;
}
.separate_title {
    color: #fcfcfc;
    padding: 10px 0 10px 20px;
    background: #0a0a0a;
}
.form label, .shopping-cart .cell.product_name a {color: #eee;}
.total_amount ul {
    border: 1px solid #035da6;
    color: #eee;
}
.total_amount ul:after {display: none;}
.red {
    color: #035da6;
}
.total_amount input {color: #0a0a0a;}
.formbox_form, .form label.Bigcheck, .form label.Bigcheck {color: #eee;}
.border200 {
    border: 1px #525252 solid;
    background: #151515;
    color: #eee;
}
.declaration {
    background: #0a0a0a;}
.order_list_tab td:nth-child(1) {
    background: #151515;
    color: #eee;}
.order_list_tab td {
    color: #eee;
    border-top: 1px #777 solid;
}   
.payer {
    background: #151515;
}
.order_list_tab.payer td:nth-child(1) {
    border-right: 0px #ccc solid;
}
.order_list_head p {
    color: #eee;
    border-bottom: 2px #035da6 solid;
} 
.order_list_pro tr:first-child {
    background: #0a0a0a;
}
.order_list_pro tr:first-child td {
    color: #ffffff;}
.order_list_pro td {
    border-bottom: 1px #4e4e4e solid;
    color: #eee;
}    
.last_box_money p, .last_box_money em {color: #eee;}
.last_box_money em span {color: #035da6;}
.rewrite_simple{background: #b6cfe7 url(../images/simple_left.png) 10% center no-repeat;}
.send_simple{background: #035da6 url(../images/simple_right.png) 88% center no-repeat;}
input.send_simple {color: #fff;}
input.rewrite_simple {color: #0a0a0a;}

@media screen and (max-width: 1250px) {
/*購物車*/
.products-list{grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 768px) {
.product_page .product_menu_list {display: none;}
.product_page .products-list{width: 100%;}
#prod_thumbSwiper {display: none;}
}
@media screen and (max-width: 500px) {
.show_content .swiper-slide img{
    display: block;
    left: 0%;
    height: auto;
}
}
@media screen and (max-width: 375px) {
    .products-list{grid-template-columns: 1fr;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic 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%);}

.show-list .item:hover .show_name {display: none;}
.other_album_choice li {    background: #0089D3;}
.subalbum-menu h2{    color: #0068b6;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
/**/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    max-width: 100%;
    width: 100%;
    padding: 50px 80px;
    background: #0a0a0a;
}
.show_content {
    padding: 10px 0px;
}
.album_fixed_title {display: none;}
.other_album_choice li {
    background: #0a0a0a;
    border: 1px solid #0089d3;
    border-radius: 8px;
}
.fa-right-from-bracket::before {
    content: url(https://pic03.eapple.com.tw/jindacar/bu_01.png);
}
.other_album {
    margin: 0 8px;
}
.show-list .item {padding: 0;}
.overlay {
    background: rgb(0 0 0 / 60%);
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.show-list .show_name {
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: 9;
    font-family: "Noto Sans TC", sans-serif;
    font-weight:  900;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    height:  45px;
    font-size: 30px;
    margin-top: 0px;
}
.show-list .overlay::after {
    content: url(https://pic03.eapple.com.tw/jindacar/bu_01.png);
    border: 1px solid #035DA6;
    padding: 20px 13px 24px;
    border-radius: 100%;
    position: absolute;
    bottom: 8px;
    right: 16px;
}
.show-list .item:hover .overlay {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.show-list .item:hover .overlay::after {display: none;}  
.page {color: #fff;}
.other_subalbum li a p {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin-top: 0px;
    text-align: center;
    z-index: 9;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 900;
    font-size: 20px;
}

@media screen and (max-width: 1200px) {
    .album_page .main_part, .album_class_page .main_part, .album_info_page .main_part{
    padding: 50px 50px;    
    }
}
@media screen and (max-width: 980px) {
    ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 768px) {
    .album_page .main_part, .album_class_page .main_part, .album_info_page .main_part{
        padding: 50px 20px;    
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
/*一排呈現
.subbox_item { width:100%;}
*/
.share_page .edit {    text-align: justify;    line-height: 180%;}
.subbox_item a:before , .subbox_item a:after {    transition: 0.3s;}
.blog_le .accordion > li {    transition: all 0.3s;}
.blog_box_edit {    line-height: 180%;    text-align: justify;}
h4.blog_category_title {    text-align: justify;}
.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
    color: #ccc;
}
.accordion li .link {    padding: 0;}

.articel_mainPic img {display: none;}/*文章內頁的第一張照片*/

h5.blog_le_t {
    color: #035DA6;
    font-family: Arial, Helvetica, sans-serif "微軟正黑體";
    letter-spacing: 2px;
    margin-bottom: 7px;
}
h5.blog_le_t span {
    font-family: Arial;
    display: inline-block;
}

.subbox_item a:before {
    padding: 10px 20px;
    background-color: #0a0a0a;
    color: #035DA6;
}

.blog_list_ri h5 {
    color: #035DA6;
}
.blog_search input[type=search]:focus {
    color: #fff;
}
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-bottom: 1px #fff9 solid;
    border-radius: 0;
    padding: 10px 35px 10px 10px;
    background: transparent;
}
.blog_le .accordion {
    padding: 10px;
    border: 0;
    overflow: visible;
}
.blog_le .accordion > li {
    transition: all 0.3s;
    border-bottom: 1px #fff9 solid;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #ffffff17 !important;
}


/*文章變1排3個*/
.blog_page .main_part {    max-width: 1400px;}
.blog_list_le , .blog_list_ri {    width: 100%;}
.blog_subbox {    display: flex;    flex-wrap: wrap;    justify-content: flex-start;}
.subbox_item {
    width: calc(100% / 3 - 40px);
    padding: 0;
    margin: 0 20px;
    margin-bottom: 5%;
}





.subbox_item a {
    position: relative;
    display: block;
}
.subbox_item a:after {
    content: '';
    width: 0%;
    position: absolute;
    left: 50px;
    top: auto;
    bottom: 0;
    z-index: 8;
    height: 1px;
    background: #035DA6;
    opacity: 0;
    border: none;
    transition: all 0.5s;
}
.subbox_item a:hover:after {
    width: 100%;
    left: 0;
    bottom: -5px;
    opacity: 1;
    transition: all 1s;
}


.blog_list_le {
    height: 0;
    width: 100%;
    line-height: 0;
    padding: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}
.blog_list_le img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
h4.blog_category_title {
    text-align: justify;
    color: #035DA6;
}
.blog_box_edit * {
    line-height: 150%;
    color: #fff;
    /*text-align: center;*/
}
.blog_back a.article_btn_prev {
    background: #035da6;
}
.blog_back a.article_btn_back {
    background: #333;
}
.blog_back a.article_btn_next {
    background: #035da6;
}
.news_related {
    background: #0a0a0a;
    padding: 25px 15px;
}







@media screen and (max-width: 1024px) {.subbox_item {width: 80%;}}
@media screen and (max-width: 960px) {
    .subbox_item {
        width: 100%;
        border-bottom: none;
    }
    
}
@media screen and (max-width: 768px) {
    .blog_page .main_part {
        max-width: 80%;
    }
    
}




@media screen and (max-width: 600px) {.subbox_item {    width: 100%;}}

/**/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.show-list .item:hover .show_name {    color: #035DA6;}
.show-list .show_name {
    color: #E8E8E8;
}
.other_album{
    display: none;
}
/*次分類頁面*/
.other_album_choice li {    background: #035DA6;}
.other_subalbum li p {    line-height: 220%;}
.other_subalbum li a div {
    height: 30vh;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}
.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: translate(-50% , -50%) scale(0);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.other_subalbum li a:hover div:after {    transform: translate(-50% , -50%) scale(1);    opacity: 1;}


/*照片頁*/
.pic-list .show_pic img{
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
.pic-list .item h6 {
    color: #ccc;
}

@media screen and (max-width: 600px) {
/*照片頁*/
.pic-list .item {    width: 96%;    margin: 10px 2%;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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: flex;}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}


/*手機底部*/
/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px; color: #FFF;}
.subalbum-menu h2{    color: #0068b6;font-size: 20px;}

}

@media screen and (max-width: 600px) { 

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}

}




