@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: var(--titlecolor);
    color: var(--SubColor3);
}

::selection {
    background-color: var(--titlecolor);
    color: var(--SubColor3);
}

&::-webkit-scrollbar {
    background: #D8D5CD;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #D8D5CD;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #D8D5CD;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #7E7565;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

:root {
    --MainColor: #222222;
    --SubColor: #C2C6C9;
    --SubColor2: #8C8C8C;
    --SubColor3: #282828;
    --titlecolor: #fff;
    --SFont: "Noto Sans TC", sans-serif;
	--SFont2: "Noto Serif TC", serif;
    /*特殊字體*/
    --SFontE: "Oswald", sans-serif;
    /*特殊字體*/
    --pd100: 100px 0;
    --m100: 100px;
    --m50: 50px;
    --m30: 30px;
    --f120: 120px;
    --f48: 48px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
}

@media (max-width:1024px) {
    :root {
        --m50: 40px;
        --m30: 25px;
        --f120: 110px;
        --f48: 40px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }
}

@media (max-width:768px) {
    :root {
        --pd100: 70px 0;
        --m100: 70px;
        --m50: 30px;
        --m30: 20px;
        --f120: 100px;
        --f48: 32px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
    }
}

@media (max-width:600px) {
    :root {
        --pd100: 50px 0;
        --m100: 50px;
        --m50: 25px;
        --f120: 17vw;
        --f48: 28px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
        --f16: 15px;
    }
}

@media (max-width:375px) {
    :root {
        --f48: 24px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}

body {
    overflow: overlay;
    font-family: var(--SFont);
    font-weight: 400;
    color: var(--SubColor);
}

#content {
    /*background: #fff;*/
   	/*background-image: url(https://pic03.eapple.com.tw/jlauto/bg.jpg);*/
    background-position: top center;
    background-size: 100% auto;
	margin-bottom: -5px;
}

#content_main {
    background-image: url(https://pic03.eapple.com.tw/jlauto/bg.jpg);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-repeat: repeat;
    min-height: 0vh;
	margin-bottom: -5px !important;
}

/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner {padding: 20px 0 ;background-color:#f2f2f2}
.banner h5 {letter-spacing: 3px; color:#fff}
.banner.banA {}
.banner.banblog {}
.banE {background-image: none;}
.banF {background-image: none;}
.banC {}
.banB {}
.banD {}
@media screen and (max-width: 768px) { .banner h5 { font-size: 28px;}}
@media screen and (max-width: 600px) { .banner h5 { font-size: 24px;}}


/*Banner/＝＝＝＝＝*/

body.map_page .banner {
	/*display:none;*/
}

body.services_page .banB h5::before{
	content:"SERVICES";
}

.banE h5::before{
	content:"CASES";
}

.banF h5::before{
	content:"PRODUCTS";
}

.banC h5::before, body.map_page .banB h5::before{
	content:"QUOTE";
}

.banblog h5::before {
    content: "NEWS";
}


.banner h5::before{
	font-family: 'Anton', Noto Sans TC;
    font-weight: 500;
	font-size: 65px;
    display: block;
	letter-spacing: 5px;
}

.banner h5{
	font-size: 24px;
    font-family: "Noto Sans TC", serif;
    letter-spacing: 8px;
    font-weight: 600;
    color: #525252;
    max-width: 1600px;
    width: 100%;
    padding: 105px 8vw 0px;
    text-align: center;
	line-height: 1.3;
}



body.map_page .banB h5::after{
	content: "聯絡我們";
    height: unset;
    background: unset;
    border-bottom: 1px #FFFFFF solid;
    margin-top: 0px;
    padding-bottom: 15px;
}



@media screen and (max-width: 1920px){
	.banner {

	}
}

@media screen and (max-width:1200px) {
	.banner {
		height: 520px;
	}
	
	.banner h5::before {
		font-size: 50px;
	}
	
	.banner h5{
		font-size: 22px;
	}
    .banner {
        height: 450px;
    }
}

@media screen and (max-width:1024px) {
	.banner {
		height: 0px;
	}
	
	.banner h5 {
		padding: 60px 8vw 0px;
	}

   .main_part {    padding: 0px 20px;}
}

@media screen and (max-width:768px) {
	.banner {
		height: 330px;
	}
	.banner h5::before {
		font-size: 40px;
	}
	.banner h5 {
		font-size: 22px;
	}
	
	.banner h5::after {
		max-width: 340px;
	}

    .header_area.sticky {    position: fixed;}
}


@media screen and (max-width:600px) {
	.banner h5::before {
		font-size: 36px;
		line-height: 1;
    	margin-bottom: 5px;
	}
	
	.banner h5 {
		font-size: 20px;
	}
}

@media screen and (max-width:480px) {
	.banner {
    	height: 200px;
	}
	
	.banner h5 {
		padding: 35px 6vw 0px;
	}
	
	.banner h5::after {
		max-width: 270px;
	}
}


@media screen and (max-width:425px) {

.banner h5::before {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px;
}

.banner h5 {
    font-size: 24px;
}

}

#page{
	/*background: url(https://pic03.eapple.com.tw/jiang/bg.jpg)no-repeat top center;
    background-size: cover;*/
}

#content_main, #content {
    /*background: url(https://pic03.eapple.com.tw/jlauto/bg.jpg)repeat center center;
    background-size: 100%;*/
    background-color: #f2f2f2;
}





/*body.pageIndex #page::before {
        background-image: url(https://pic03.eapple.com.tw/yunjianancar/index_bg.jpg);
}
body.pageIndex #page::before, body.services_page #page::before, body.case_page #page::before, body.other_select_page::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.edit_part {
    padding: 0px !important;
}
.path {
    display: none;
}
#to_top {
    width: 60px;
    height: 60px;
    color: #7E7565;
    background: transparent;
    box-shadow: none;
    border-radius: 0%;
    border: 3px solid #7E7565;
}
#to_top i:before, #to_top i:after {
    background: #000000;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.header_area {
    padding: 0;
}

.header_area .main_header_area {
    position: fixed;
    background-color: #00000000 !important;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100px;
    transition: all 0.5s;
	border-top: solid 1px #ffffff57;
}

.header_area.sticky .main_header_area {
    height: 100px;
    transition: all 0.5s;
    background-color: #ffffff !important;
}

.header_area .me_tp_features {
    display: block;
    position: fixed;
    top: 33px;
    right: 210px;
    margin-bottom: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 999;
	width:60%;
}

.header_area.sticky .me_tp_features {
    top: 20px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_area .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    display: block;
    position: fixed;
    top: 23px;
    right: 5%;
    z-index: 999;
    transition: all 0.5s;
    pointer-events: all;
}

.header_area.sticky .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    top: 20px;
    transition: all 0.5s;
}

.navigation {
    width: 100%;
    position: relative;
    padding: 0;
}

/*選單*/
.header_area .nav-brand {filter: brightness(100);}
.header_area.sticky .nav-brand {filter: none;}
.nav-brand {  min-width: 305px;margin-left: 170px;}

.stellarnav>ul>li {
    width: 100%;
}

.stellarnav>ul>li>a {
    color: #282828;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    height: auto;
    margin: 0 11px 0 0;
    overflow: visible;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s;
    opacity: 1;
    font-weight: bold;
}
.stellarnav>ul>li:hover>a {
    color: #7E7565;
	transition:.5s;
}

.stellarnav>ul>li>a b {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 3px;
    color: #eee;
    padding-left: 25px;
}

.stellarnav>ul>li>a b:nth-child(1) {
    letter-spacing: 2px;
    font-size: 24px;
    color: #ddd;
    font-weight: 800;
}

.stellarnav>ul>li>a b:nth-child(2) {
    letter-spacing: 10px;
    padding-left: 28px;
}

.stellarnav>ul>li>a b:before {
    content: "+";
    font-size: 30px;
    color: #ffff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.stellarnav {
    background: rgba(0, 0, 0, 0);
    width: 45%;
    height: 0%;
    max-width: 675px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 0;
    padding-top: 3vw;
    transition: all .8s;
    transition-timing-function: ease-out;
    filter: sepia(1);
    -webkit-filter: sepia(1);
}

.stellarnav.active {
    height: 100%;
    background:#d8d5cdd6;
    filter: sepia(0);
    -webkit-filter: sepia(0);
    backdrop-filter: blur(6px);
    z-index: 0;
    transition: all .5s;
    transition-timing-function: ease-in-out;
}

.stellarnav.active:before {
    content: "";
    /* width: 6vw; */
    /* height: 100vh; */
    /* background-size: contain !important; */
    /* z-index: 100; */
    /* position: absolute; */
    /* right: 2vw; */
    /* top: 0; */
    /* background: url(https://pic03.eapple.com.tw/spacetimefilm/banner_element01.png) no-repeat; */
    /* background-position: right center; */
}

.stellarnav.active:after {
    content: "";
    /* background: url(https://pic03.eapple.com.tw/spacetimefilm/banner_element02.png) no-repeat; */
    /* width: 15vw; */
    /* height: 30vw; */
    /* background-size: contain !important; */
    /* position: absolute; */
    /* right: 2vw; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* background-position: center; */
    /* z-index: 100; */
    /* animation: op_show 2s both; */
}

.stellarnav>ul {
    display: none !important;
}

.stellarnav.active ul ul {
    display: block !important; 
    position: relative;
    max-width: inherit;
    width: 100%;
    right: auto;
    left: 0;
    background: transparent;
}
.stellarnav li.drop-left ul ul {
    right: auto;
}
.stellarnav ul ul ul {
    display: none !important;
}
.stellarnav.active li li {
    width:100%;
    display:none;/*次選單隱藏*/
    margin-right: 20px;
    border: none;
}

.stellarnav.active>ul {
    display: block !important;
    max-width: 400px;
    margin: 2vw auto 0 6vw;
    width: calc(100% - 25vw);
}

.stellarnav.active>ul>li:nth-of-type(3) ul {
    display: none !important;
}/*商品專區按鈕*/
.stellarnav.active>ul>li:nth-of-type(3) a:after {
    display: none;
}/*商品專區按鈕*/

.stellarnav a.dd-toggle .icon-plus{display: none;}
.stellarnav li.has-sub > a:after{display: none;}



.stellarnav.active>ul>li {
    width: 100%;
    margin: 4% 0;
    animation: menu_show 1s both;
}

.stellarnav.active>ul>li:nth-of-type(2) {
    animation: menu_show 1.5s both;
}

.stellarnav.active>ul>li:nth-of-type(3) {
    animation: menu_show 2s both;
}

.stellarnav.active>ul>li:nth-of-type(4) {
    animation: menu_show 2.5s both;
}

.stellarnav.active>ul>li.has-sub>ul a {
    padding: 10px 0;
    color: #eee;
}

.stellarnav.active>ul>li>ul a {
    border-bottom: 1px solid rgba(100, 100, 100, .3);
    font-size: 12px;
    background: transparent;
}

.stellarnav.active>ul>li>ul a:hover {
    background: transparent;
    color: #fff;
}

.stellarnav.active>ul>li>ul a:before {
    content: "";
    width: 0%;
    height: 1px;
    background: rgba(100, 100, 100, .3);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
    transition-timing-function: ease-in-out;
}

.stellarnav.active>ul>li>ul a:hover:before {
    background: #fff;
    width: 100%;
}

.stellarnav.active>ul>li.drop-left>ul {
    display: block !important;
    position: relative;
    max-width: inherit;
    width: 100%;
    right: auto;
    left: 0;
}

.stellarnav.active li.has-sub>a {
    padding: 0px 15px 0px 0;
}

.stellarnav.active li.has-sub>a:hover:after {
    border-top: 3px solid #ccc;
    opacity: 0;
}
.stellarnav>ul>li:nth-child(8)>a {
    display: block;
}/*選單按鈕隱藏*/

/*三角形icon*/

@keyframes menu_show {
    0% {
        left: 15%;
    }

    100% {
        left: 0%;
    }
}

@keyframes op_show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*漢堡鈕*/
.stellarnav .close-menu {
    display: none !important;
    text-align: center;
}

.stellarnav .menu-toggle,
.stellarnav .close-menu,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    display: inline-block;
    top: 40px;
}

.stellarnav .menu-toggle {
    width: 40px;
    height: auto;
    display: inline-block;
    padding: 3% 0;
    position: fixed;
    right: 9vw;
    top: 0;
}

.stellarnav .menu-toggle:after {
    display: none;
}

.stellarnav .menu-toggle span.bars {
    top: 0;
}

.stellarnav .menu-toggle span.bars span {
    width: 35px;
    background: #000000;
    margin: 0 auto 8px auto;
    transition: all .5s;
}

.stellarnav .menu-toggle span.bars span:last-child {
    margin: 0 auto;
}

.stellarnav .menu-toggle:hover span.bars span,
.stellarnav.active .menu-toggle span.bars span {
    position: absolute;
}

.stellarnav .menu-toggle:hover span.bars span:first-child,
.stellarnav.active .menu-toggle span.bars span:first-child {
    width: 0px;
}

.stellarnav .menu-toggle:hover span.bars span:nth-last-child(2),
.stellarnav.active .menu-toggle span.bars span:nth-last-child(2) {
    transform: rotate(40deg);
}

.stellarnav .menu-toggle:hover span.bars span:last-child,
.stellarnav.active .menu-toggle span.bars span:last-child {
    transform: rotate(140deg);
}

.stellarnav.active .menu-toggle span.bars span {
    background: #ccc;
}

.stellarnav.active .menu-toggle:hover span.bars span:nth-last-child(2) {
    transform: rotate(15deg);
}

.stellarnav.active .menu-toggle:hover span.bars span:last-child {
    transform: rotate(165deg);
}



@media screen and (max-width: 1200px) {
    .nav-header {
        height: 5px;
        padding: 10px 0;
    }

    .nav-brand {
        min-width: 146px;
    	margin-left: 30px;
		margin-top: 15px; 
    }

    .stellarnav .menu-toggle {
        height: 75px;
    }

    .stellarnav .menu-toggle span.bars span {
        width: 25px;
        margin: 0 auto 5px 0;
    }

    .stellarnav {
        max-width: 450px;
    }

    .stellarnav.active:after {
        display: none;
    }

    .stellarnav.active>ul {
        margin: 2vw auto 0 80px;
    }

    .stellarnav.active>ul>li {
        margin: 3% 0;
    }

    .stellarnav>ul>li>a b {
        font-size: 16px;
    }

    .stellarnav>ul>li>a b:nth-child(1) {
        font-size: 18px;
    }

    .stellarnav>ul>li>a b:nth-child(2) {
        letter-spacing: 4px;
        padding-left: 24px;
    }
	.header_area .me_tp_features {  top: 18px;}
	.header_area .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{top: 0px;}
	.header_area.sticky .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile { top: 10px;}
	.header_area .main_header_area {  top: 0px; border-top: none;}

}


@media screen and (max-width: 1024px) {.header_area.sticky .main_header_area {height: 75px;}}


@media screen and (max-width: 768px) {
    .stellarnav {
        max-width: 350px;
    }

    .stellarnav .menu-toggle span.bars {
        display: inline-block;
        top: 5px;
    }

    .stellarnav.active {
        height: 100vh;
        background: #d8d5cdd6;
    }

    .stellarnav.active:before {
        width: 10vw;
        background-position: center;
        z-index: 0;
    }

    .stellarnav.active li.has-sub>a {
        padding: 0px 15px 15px 10px;
    }

    .stellarnav.active>ul {
        margin: 100px 50px 0;
    }

    .stellarnav.active>ul>li {
        margin: 0 0 8%;
    }

    .stellarnav.active>ul>li>a.dd-toggle {
        display: none;
    }

    .stellarnav>ul>li>a b {
        padding-left: 0;
    }

    .stellarnav>ul>li>a b:nth-child(1) {
        padding-left: 10px;
    }

    .stellarnav>ul>li>a b:nth-child(2) {
        display: none;
    }


    .stellarnav.mobile {
        position: fixed;
        top: 0;
        left: auto;
        width: 100%;
        height: 75px;
    }

    .stellarnav.mobile ul {
        background: transparent;
    }

    .stellarnav.mobile>ul {
        border-top: none;
    }

    .stellarnav.mobile>ul>li {
        border-bottom: none;
    }

    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        max-width: 210px;
    }

    .stellarnav.mobile.active {
        height: 100vh;
    }
	.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {  border-right: 1px #22222200 solid;}
	.bannerindex::after{ opacity:0.5;}
	.stellarnav.active li.has-sub>a { padding: 0px 15px 13px 0;}


   .stellarnav.mobile > ul > li > a {padding: 10px 43px 10px 0px;}

}

@media screen and (max-width: 600px) {
    .header_area {
        position: relative;
    }

    .nav-header {
        position: relative;
    }

    .main_header_area .container {
        width: 100%;
    }

    .nav-brand {
        max-width: 235px;
        margin: 5px auto 0 35px;
    }

    .stellarnav .menu-toggle {
        position: absolute;
        top: 0;
        right: 10px;
        padding: 0;
    }

    .stellarnav .menu-toggle span.bars {
        top: 25px;
    }

    .stellarnav.active .menu-toggle:hover span.bars span:nth-last-child(2) {
        transform: rotate(40deg);
    }

    .stellarnav.active .menu-toggle:hover span.bars span:last-child {
        transform: rotate(140deg);
    }

    .stellarnav.mobile {
        height: 100vh;
        width: 0px;
        padding-top: 0;
        overflow: inherit;
    }

    .stellarnav.mobile.active {
        width: 100%;
        z-index: -1;
    }

    .stellarnav.mobile.left>ul {
        position: relative;
    }

    .stellarnav.active:before {
        display: none;
    }

    .stellarnav.active>ul:before {
        display: none;
    }
}


/*上方選單右邊設定 臉書/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}
*/

.tp_links {
    display: none;
}

.box_search input[type=text] {
    /* display: none; */
    background: url(../images/search-icon.png) no-repeat 9px center #fff;
    border: 0;
    padding: 2px 0px 4px 42px;
    width: calc(100% - 42px);
    border-radius: 10em;
    transition: all .5s;
    outline: none;
    background-color: transparent;
    border-bottom: 1px #ffffff70 solid;
    border-radius: 0;
    transition: all 0.3s;
    max-width: 250px;
}

.box_search input[type=text]:hover {
    color: #3F3F3F;
    transition: all 0.3s;
}

.box_search input[type=text]:focus {
    color: #3F3F3F;
    transition: all 0.3s;
}

.shop_search_btn {
    background: #3F3F3F;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}

.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-bottom: 0;
    margin-right: 30px;
}

input#keyword {
    color: #fff;
}

.me_tp_features a {
    margin: 0 0;
}

.me_tp_features a.tp_btn_cart {
    margin-right: 20px;
}

.me_tp_features a.tp_btn_cart span {
    display: none;
}

.me_tp_features a.tp_btn_notice span {
    display: none;
}


/*電腦LOGO
.nav-brand {}
*/
.header_area.sticky .nav-header {
    opacity: 1;
    transition: all 0.5s;
}

.nav-header {
    position: fixed;
    top: 22px;
    max-width: 80px;
    left: 5%;
    opacity: 0;
    transition: all 0.5s;
}

.pageIndex .nav-header {
    opacity: 0;
    animation: banner-nav-logo 1s forwards;
    animation-delay: 2.6s;
}

.pageIndex .header_area.sticky .nav-header {
    opacity: 0;
    animation: banner-nav-logo 1s forwards;
    animation-delay: 2.6s;
}

@keyframes banner-nav-logo {
    0% {
        top: 87px;
        opacity: 0;
    }

    100% {
        top: 22px;
        opacity: 1;
    }
}


@media screen and (max-width: 600px) {.box_search {display: none;}}

/*手機LOGO
.nav-brand-m {}
*/

.stellarnav .dd-toggle {    height: unset;}


/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.footer {
    padding: 45px 0 0;
    font-size: 14px;
    background: #fafafa;
    position: relative;
    z-index: 99;
}
.footer .center, .copy { width: 80%; max-width: 1980px;}
.footer_info { position: relative; grid-template-columns: 1fr; z-index: 3; padding: 0;}
.footer_info ul { padding-top: 22px; width: calc(100% - 300px);}
.footer_info li{padding-top: 0;}
.footer_info li:nth-child(1) { width: 100%; position: relative;}
.footer_info li:nth-child(2) { width: 100%; margin-top: 20px;}

/*logo*/
.footer_logo { position: relative; max-width: 100%;}
.footer_logo::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50%;
  border-bottom: 1px solid #eee;
  width: calc(100% - 200px);
}
.footer_logo a { position: relative; display: inline-block; width: 100%; width: 200px; height: 80px;}
.footer_logo a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://pic03.eapple.com.tw/jlauto/LOGO2.png) no-repeat center;
  background-size: contain;
}
.footer_logo img { display: none; max-width: 100%;}

/*footer info*/
.footer_info li p {
    color: #282828;
    line-height: 2;
    display: inline-block;
    width: 49%;
}
.footer_info li p a { color: #282828;}

/*footer menu*/
.footer_menu { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; width: 80%;}
.footer_menu a {
    margin: 0;
    text-align: center;
    padding: 5px;
    line-height: initial;
    background: transparent;
    color: #282828;
    letter-spacing: 1px;
    border: 1px solid #7E7565;
    transition: all 0.3s;
}
.footer_menu a:first-child { display: none;}
.footer_menu a:hover {
    background: #7E7565;
    color: #ffffff;
}

/*icon*/
.box_link { display: grid; grid-template-columns: 145px auto; grid-gap: 3px 10px; width: max-content; top: 60px; max-width: 100%;}

.box_link a {
    display: flex;
    align-items: center;
    width: 100%;
    color: #7E7565;
    border-radius: 0;
    padding: 5px 10px;
    margin-bottom: 9px;
    font-size: var(--f16);
    border: 1px solid #7E7565;
    transition: all 0.3s;
}
.box_link a:hover { background: transparent; opacity: .5; transition: all 0.3s;}
.box_link i { display: flex; flex-direction: row; width: max-content; align-items: center; color: #7E7565;}
.box_link i::after, .box_link .me_tp_line::after {
  content: "";
  font-size: 11px;
  color: #7E7565;
  letter-spacing: 1px;
  padding-left: 8px;
}

.box_link i.fa-phone-volume::after { content: "CALL US";}
.box_link i.fa-mobile-screen-button::after { content: "CELL PHONE";}
.box_link i.fa-facebook-f::after { content: "FACEBOOK";}
.box_link i.fa-instagram::after { content: "INSTAGRAM"; }
.box_link .fa-envelope::after {
  content: "E-Mail";
  font-size: 11px;
  color: #7E7565;
  letter-spacing: 2px;
  padding-left: 8px;
}
.box_link .fa-line:before {display: none;}

/*box_link順序調整*/
.box_link a.me_tp_call { order: 2;}
.box_link a.me_tp_fb { order: 3;}
.box_link a.me_tp_mail { order: 5;}
.box_link a.me_tp_ig { order: 4;}

/*版權*/
.copy {
    position: relative;
    z-index: 2;
    color: #7E7565;
    border: none;
    padding: 20px 0 25px;
    text-align: center;
    margin: 0 auto;
}
.copy a{ color: #7E7565; transition:all 0.3s;}
.copy a:hover { color: var(--FontColor_1); opacity: .6; transition: all 0.3s;}

.box_link a.me_tp_mail{display: none;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) {
    .footer_info li p { width: 100%;} 
    .footer_menu { display: grid; grid-template-columns: repeat(3, 1fr);}
}
  
@media screen and (max-width: 768px) {
    /*footer*/
    .footer {
        padding: 45px 0 0;
        font-size: 14px;
        background: #fafafa;
        position: relative;
        z-index: 99;
    }
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center;}
    .footer_logo::before { bottom: -15px; right: auto; left: 50%; transform: translateX(-50%); width: 50%;}
    .footer_info ul { width: 100%; flex-direction: column;}
  
    .footer_info li:nth-child(2) { width: 100%; margin-top: 25px;}
    .footer_menu { display: grid; grid-template-columns: repeat(2, 1fr); width: 100%;}
  
    /*icon*/
    .box_link { position: relative; display: grid; width: 100%; left: 0; top: auto; margin-top: 20px; grid-template-columns: 1fr 1fr;}
    .box_link a { width: 100%;}
    .box_link a.me_tp_line { padding-top: 143px; background-position-y: 0; background-size: contain;}
  
    /*版權*/
    .copy { padding: 30px 0; width: 90%; text-align: center;}
  
    /*底部按鈕*/
    .footer.with_shopping_mode { padding:30px 0 70px;}

    #to_top {    bottom: 75px;}

.module_i_news_list, .module_i_news_list.swiper{    padding: 0px 0;}

}


.box_link a:nth-child(1){display: none;}



/*文章管理/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*文章管理/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*首頁_文章管理*/
h5.blog_le_t em{display: none;}
h5.blog_le_t span {display: none;}
.module_i_news li a{display: flex; grid-template-columns: 200px 1fr;grid-gap: 10px;flex-direction: column;}

/*首*/
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr ;}
.module_i_news ul, .blog_subbox {  display: flex;  gap: 30px;}
.pageIndex .module_i_news { max-width: 2000px; margin: 0 auto; padding: 70px 0 120px 0; background-color: #ffffff;
    background-position: left top, center; background-repeat: no-repeat, repeat;}
.pageIndex .module_i_news ul { max-width: 1400px; width: 100%; margin: 70px auto 20px auto;}
.pageIndex .module_i_news li {border-bottom: 0px #eee solid; }
.pageIndex .module_i_news .title_i_box:before { content: ""; width: 550px; border-top: 1px solid #000000;  position: absolute;  z-index: 1;}
.module_i_news .title_i_box {  text-align: center;  display: flex;  justify-content: center; align-items: flex-end; margin: 0;}
.pageIndex .module_i_news .title_i_box h6 {display: none;}/*英標*/
.pageIndex .module_i_news .title_i_box h4 {  font-size: 30px;   color: #000000;  font-weight: 500;  font-family: Noto Sans TC;  padding:0 0;  bottom: 28px;  position: relative;}/*中標*/
.pageIndex .i_blog_ri { background: #eaeaea; transform: translate(0px, 0px); padding: 15px 35px; position: relative;}
.pageIndex .i_blog_ri h5 {  height: 66px; font-size: 18px; padding: 10px 0; color: #555555; transition: all 0.3s; -webkit-line-clamp: 2;}
.pageIndex .module_i_news li a:hover h5 { color:#033661;}
.i_blog_le{ box-shadow: 4px 16px 40px rgba(30, 103, 64, 0.16);}
.blog_list_le { box-shadow: 4px 16px 40px rgba(30, 103, 64, 0.16);}
.pageIndex .i_blog_ri em { font-size: 12px;  margin: 0;}
.pageIndex .i_blog_ri p { display:none;}
.module_i_news li:hover .i_blog_ri:before { width: 100%;}
.i_blog_ri:before { content: ""; width: 0;  height: 2px;  background: #7E7565;  transition: all .5s;  position: absolute;  bottom: 0;  left: 0;}
.pageIndex .i_blog_le, .blog_list_le {  overflow: hidden;}
.i_blog_le, .i_blog_ri{  width: 100%;}
.pageIndex .i_blog_le img, .blog_list_le img { transition: 0.5s;}
.pageIndex .module_i_news li :hover .i_blog_le img, .subbox_item:hover .blog_list_le img { transform: translate(-50%, -50%) scale(1.05); }
.pageIndex .subbox_item a:hover:before, .subbox_item a:hover:after { opacity: 0; transition: all .5s;}
.module_i_news li{  width: 100%;}


/*查看更多按鈕*/
.fa-arrow-right::before { content: "+";}
.animated-arrow {  background: #7E7565; font-size: 16px; font-weight: 200;  font-family: Noto Sans TC;}


/*-------------------------------------------------------------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------------------------------------------------------------*/






/*文章管理/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*首頁_文章管理*/
h5.blog_le_t em{display: none;}
h5.blog_le_t span {display: none;}


/*首*/
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr ;}
.module_i_news ul, .blog_subbox {  display: grid;  gap: 30px;}
.blog_subbox {grid-template-columns:unset;}
.pageIndex .module_i_news { max-width: 2000px; margin: 0 auto; padding: 0px 0 120px 0; background-color: #ffffff;
    background-position: left top, center; background-repeat: no-repeat, repeat;}
.pageIndex .module_i_news ul { max-width: 1400px; width: 100%; margin: 70px auto 20px auto;}
.pageIndex .module_i_news li {border-bottom: 0px #eee solid; }
.pageIndex .module_i_news .title_i_box:before { display: none;}
.module_i_news .title_i_box {  text-align: center;  display: flex;  justify-content: center; align-items: flex-end; margin: 0;}
.pageIndex .module_i_news .title_i_box h6 {display: none;}/*英標*/
.pageIndex .module_i_news .title_i_box h4 { display: none;}/*中標*/
.pageIndex .i_blog_ri { background: #f2f2f2; transform: translate(0px, 0px); padding: 15px 35px; position: relative;}
.pageIndex .i_blog_ri h5 {  height: 66px; font-size: 18px; padding: 10px 0; color: #555555; transition: all 0.3s; -webkit-line-clamp: 2;}
.pageIndex .module_i_news li a:hover h5 { color:#7E7565;}
.i_blog_le{ box-shadow: 4px 16px 40px rgba(30, 103, 64, 0.16);}
.blog_list_le { box-shadow: 4px 16px 40px rgba(30, 103, 64, 0.16);}
.pageIndex .i_blog_ri em { font-size: 12px;  margin: 0;}
.pageIndex .i_blog_ri p { display:none;}
.module_i_news li:hover .i_blog_ri:before { width: 100%;}
.i_blog_ri:before { content: ""; width: 0;  height: 2px;  background: #7E7565;  transition: all .5s;  position: absolute;  bottom: 0;  left: 0;}
.pageIndex .i_blog_le, .blog_list_le {  overflow: hidden;}
.i_blog_le, .i_blog_ri{  width: 100%;}
.pageIndex .i_blog_le img, .blog_list_le img { transition: 0.5s;}
.pageIndex .module_i_news li :hover .i_blog_le img, .subbox_item:hover .blog_list_le img { transform: translate(-50%, -50%) scale(1.05); }
.pageIndex .subbox_item a:hover:before, .subbox_item a:hover:after { opacity: 0; transition: all .5s;}
.module_i_news li{  width: 100%;}

/*查看更多按鈕*/
.fa-arrow-right::before { content: "+";}
.animated-arrow {  background: #D8D5CD; font-size: 16px; font-weight: 200;  font-family: Noto Sans TC;}
.module_i_album .title_i_box h6{display: none;}
.i_blog_b *{    color: #282828;}
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/






/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

/*文章管理/外層＝＝*/
.blog_page .main_part { width: 90%; max-width: 1500px;}
h4.blog_category_title { font-size: 24px;  border-bottom: 2px #7E7565 solid;  padding: 15px 0; }
h4.blog_category_title span{font-size: 24px;}

/*文章管理/外層＝＝*/
/*側邊*/
.blog_search input[type=search] { border: solid 0 #ccc; border-radius: 0;   background: #f6f8f7;}
.blog_le .accordion { border-radius: 0;  border: 0px #ccc solid;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #7E7565 !important;}
.submenu a:before { content: '｜';}
.submenu a:hover {    background:#9999;}
.blog_le .accordion li .link:last-child { border-bottom: 1px solid #f6f8f7;}
.subbox_item a {display: flex;}
/*右*/
.subbox_item {  width: 100%;}
.module_i_news li a , .subbox_item a {  padding: 5px;}
.module_i_news li, .subbox_item:hover a h5 {color: #9999;}
.subbox_item:before { content: "";  position: absolute;  bottom: 0px;  left: 0;  width: 50px;  height: 2px;  background-color: #747A6A;  transition: 0.3s;   z-index: 1;}
.module_i_news li a:after , .subbox_item a:after{ pointer-events:none; opacity: 0; }
.module_i_news li a:hover:before, .module_i_news li a:hover:after { opacity: 0;  transition: all .5s;}
.blog_page .subbox_item a:before { color: transparent;}


.blog_list_le {  overflow: hidden;}
.i_blog_le img, .blog_list_le img { transition: 0.5s;}
.i_blog_le img, .subbox_item:hover .blog_list_le img { transform: translate(-50%, -50%) scale(1.05); }
.subbox_item a:hover:after { opacity: 0; transition: all .5s;}
.i_blog_le , .blog_list_le{  position: relative;  padding-bottom: 100%;  height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .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%);}
.subbox_item:hover .blog_list_le img { transform: translate(-50%, -50%) scale(1.1);  transition: 0.5s;}


.blog_page .blog_list_le { width: 260px; padding-bottom: 20%;}
.blog_page .blog_list_ri h5 { font-size: 18px;  padding: 10px 0;  color: #2d2d2d; -webkit-line-clamp: 2;}
.blog_page .blog_list_ri em { font-size: 12px;  margin: 0;}
.blog_page .blog_list_ri { padding: 35px 30px 0; width: calc(100% - 310px);}
.blog_page .blog_list_ri p { padding: 20px 0 0; -webkit-line-clamp: 2;  line-height: 180%;}

/*文章管理/內層＝＝*/
.blog_back a { padding: 15px 15px;}
.blog_back a.article_btn_back{background:#2d2d2d;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: #7E7565; color: #ffffff; }
.promotion_title span { border: none; padding: 0; margin: 0;}
.promotion_title em { width: 100%; border: none; padding: 0 0px 20px;  margin: 0; }
.promotion_title h2 {  width: 100%; border-bottom: 1px solid #e5e5e5;  padding: 0 0 15px; font-weight: 600;}
.blog_box_edit { padding: 20px 20px;}
.blog_page .subbox_item:hover:before { width: 100%; transition: all .5s;}
.blog_page .subbox_item:before { content: "";  position: absolute;  bottom: 0px;  left: 0;  width: 50px;  height: 2px;  background-color: #7E7565;  transition: 0.3s;  z-index: 1;}
.blog_page .subbox_item a { border-bottom: 1px solid #ccc;}




@media screen and (max-width: 1024px) {
.module_i_news ul{grid-template-columns:1fr 1fr;}
.pageIndex .module_i_news {padding: 0px 4% 120px;}
.blog_page .blog_list_le{width: 265px; padding-bottom: 44%;}
}
@media screen and (max-width: 980px) {
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {  padding-bottom: 100%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}
.pageIndex .module_i_news ul { grid-template-columns: 1fr 1fr; gap: 10px;}
.module_i_news ul, .blog_subbox { grid-template-columns: 1fr ; gap: 10px;}
.blog_page .blog_list_le { width: 100%; padding-bottom: 70%;}
.blog_page .blog_list_ri { width: calc(100% - 0%); padding: 35px 0 20px;}
.pageIndex .i_blog_ri {transform: translate(0, 0px); padding: 15px 15px;}
.pageIndex .i_blog_ri h5 { font-size: 14px; padding: 0px 0 10px; -webkit-line-clamp: 3;         height: 60px;}
}

@media screen and (max-width: 768px) {
.subbox_item a {display: flex ; flex-direction: column;}
.blog_page .blog_list_ri{        padding: 0 0;}
.module_i_news ul, .blog_subbox{gap: 60px;}
.pageIndex .module_i_news{ background-image:unset;    background-color: #ffffff;}
.blog_page .blog_list_le{  width: 100%;padding-bottom: 90%;}
.module_i_news li:nth-of-type(n+5),.subbox_item a:nth-of-type(n+5) {display: none;}
}

@media screen and (max-width: 580px) {
.pageIndex .module_i_news { background-size: 100%;}
.pageIndex .module_i_news .title_i_box:before { width: 260px;  left: 0;  position: absolute; left: 50%; transform: translate(-50%, -50%);}
.module_i_news .title_i_box { margin: 0 0px 0 50px;}
.pageIndex .module_i_news .title_i_box h6 { font-size: 50px; padding: 0;}
.pageIndex .module_i_news .title_i_box h6:before {top: 60px; left: -50px; width: 40px; font-size: 12px; padding: 10px; height: 40px;}
.pageIndex .module_i_news .title_i_box h4 {font-size: 18px; padding:0 58px 0 0; bottom: 10px;}
}




@media screen and (max-width: 425px) {    .pageIndex .module_i_news ul {
    grid-template-columns: 2fr 2fr;}}





/* 相簿============================================================== */
/* 首頁相簿 */
.module_i_album {background-color: #000;}
.i_album_list li a p{background: #7E7565a3; color: #ffffff;}
.module_i_album .title_i_box h4{color: #ffffff;    font-size: 30px;}
.i_prod_tit h2, .i_video_tit h2 {font-size: 30px;    font-weight: 500;}



.other_album_choice li {border-radius: 0px;}

.path {
    display: none;
}

/* 標題 */
.subalbum-menu h2 {
    color: #fff;
}

.block {
    background: #fff;
}

/* 觀看其他 */
/*觀看其他作品*/
.album_fixed_title embed {
    display: none;
}

.album_fixed_title {
    display: none;
}

.other_album_choice li a {
    color: #fff;
}

.other_album_choice li {
    background: #7E7565;
}


.other_album_choice li {
    margin-top: 2%;
}




/* 相簿第一層內頁=========== */


body.album_page .show_content {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
}

.subalbum-menu {
    padding: 0;
}

.other_subalbum li {
    width: 33%;
    margin: 0;
}


ul.show-list.clearfix {
    width: 100%;
    max-width: 1326px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 30px;
}

body.album_page .main_part {
    max-width: 1100px;
    margin: 5% auto auto auto;
    padding: 0 0 80px 0;
}

.album_page .show-list .item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin: 20px 10px;
    padding: 0;
    margin: 0.4%;
    box-sizing: border-box;
}

.overlay {
    display: none;
}


.album_page .show-list .item a {
    max-width: 100%;
}

.album_page .show-list .show_pic {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 12 / 8;
    overflow: hidden;
    padding-bottom: 0;
}

.album_page .show-list .show_pic img {
    max-width: 100%;
    max-height: 100%;
    transition: 1s;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.album_page .show-list .show_pic img:hover {
    transform: scale(1.1);
}

.album_page .show-list .show_name {
    background: rgba(40, 40, 40, 0.3);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    top: 25px;
    left: 25px;
    opacity: 0;
    cursor: pointer;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    position: absolute;
    color: transparent;
}


.album_page .show-list .item:hover .show_name {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}



.album_page .show-list .item a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 0px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: border 0.5s;
    -o-transition: border 0.5s;
    transition: border 0.5s;
    transition: 0.5s;
    pointer-events: none;
}

ul.show-list.clearfix:hover a:hover:after {
    border-width: 13px;
}


@media screen and (max-width: 768px) {
    ul.show-list.clearfix {
        gap: 10px;

    }

    .album_page .show-list .item,
    .album_page .show-list .item:hover {
        flex-basis: 100%;
        margin-bottom: 2%;
    }

    body.album_page .show_content {
        padding-bottom: 80px;
    }

    .album_page .show-list .show_name,
    .album_page .show-list .item:hover .show_name {
        opacity: 1;
        position: relative;
        color: #222;
        background: transparent;
        height: auto;
        top: 0;
        padding: 0;
        font-size: 13px;
        width: 100%;
        text-align: center;
        left: 0;
        margin: 10px 0 0 0;
    }

    ul.show-list.clearfix:hover a:hover:after {
        display: none;
    }

  
}




/* 相簿第二層內頁===========================--- */


body.album_class_page .main_part {
    max-width: 1100px;

    margin: 0 auto;
    padding: 0;
}

body.album_class_page .subalbum-menu h2 {
    display: none;
}

.other_subalbum {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 30px;
}

.subalbum-menu {
    margin: 80px 0;
}

.other_subalbum li {
    position: relative;
    width: 100%;
}


.other_subalbum li p {
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    width: 100%;
    height: auto;
    font-size: 13px;
    color: #FFFFFF !important;
    border: none;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    padding: 10px;
    transition: all ease-in .3s;
    border-radius: 10px;
}

.other_subalbum li:hover p {
    opacity: 1;
}

.other_subalbum li a>div {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 12 / 8;
    overflow: hidden;
    padding-bottom: 0;
}



.other_subalbum li a img {
    max-width: 100%;
    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;
    transition: all 0.2s;
}

.other_subalbum li a:hover img {
    transform: scale(1.1);
    max-width: 100%;
    max-height: 100%;
    transition: 1s;
    object-fit: cover;
    height: 100%;
    width: 100%;
}


.other_subalbum li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffffff3b;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
}


.other_subalbum:hover a:hover:after {
    opacity: 0;
    transition: 0.5s;
}

.other_subalbum:hover a:after {
    opacity: 1;
    transition: 0.5s;
}

@media screen and (max-width: 1200px) {}


@media screen and (max-width: 768px) {
    body.album_class_page .main_part {}

    body.album_class_page .subalbum-menu {
        margin-top: 0;
    }

    .other_subalbum {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 10px;
    }

    body.album_class_page .show_content {
        padding-bottom: 80px;
    }

    .other_subalbum li p,
    .other_subalbum li:hover p {
        opacity: 1;
        position: relative;
        background: rgba(0, 0, 0, .3);
        height: auto;
        top: -30px;
        padding: 0;
        font-size: 13px;
        width: 100%;
        text-align: center;
    }

}


@media screen and (max-width: 476px) {

    .other_subalbum {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* 相簿第三層內頁================== */


body.album_info_page .main_part {
    margin: 0 auto;
    padding: 5% 0;
    max-width: 1100px;

    width: 95%;
}

ul.pic-list.clearfix {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 30px;

}

.album_info_page .pic-list .show_pic img {
    max-width: 100%;
    max-height: 100%;
    transition: 1s;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.album_info_page .pic-list .show_pic {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 12 / 8;
    overflow: hidden;
    padding-bottom: 0;
}


.album_info_page .pic-list .item {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
}

.album_info_page .pic-list .item h6 {
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    width: 100%;
    height: auto;
    font-size: 13px;
    color: #FFFFFF !important;
    border: none;
    text-align: center;
    /* background: rgba(0,0,0,.3); */
    padding: 10px;
    transition: all ease-in .3s;
}


ul.pic-list.clearfix li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #989d8f75;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
    mix-blend-mode: multiply;
}


ul.pic-list.clearfix:hover a:after {
    opacity: 1;
    transition: 0.5s;
}

ul.pic-list.clearfix:hover a:hover:after {
    opacity: 0;
    transition: 0.5s;
}



@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {
    .album_info_page .pic-list .item h6 {

        opacity: 1;
        position: relative;
        color: #222;
        background: transparent;
        height: auto;
        top: 0;
        padding: 0;
        font-size: 13px;
        width: 100%;
        text-align: center;
        left: 0;
    }

    .album_info_page .show_content {
        padding-bottom: 80px;
    }

    ul.pic-list.clearfix {
        gap: 10px;
    }

    ul.pic-list.clearfix li a:after {
        display: none;
    }

}

@media screen and (max-width: 476px) {
    .album_info_page .pic-list .item {
        width: 100%;
    }
}




/* 分頁選項 */
.other_promotion {    display: none;}




/* 首頁影音 */
.i_prod_tit h2, .i_video_tit h2{    color: #fff;}
body.pageIndex  .video-list .vidTitle {    color: #fff;}
.prod_part {background-color: #000;}



/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--首頁、外層 共同設定---------------------------------------*/

.products-list { display: grid; gap: 10px; grid-template-columns: repeat(4,1fr);}
.products-list::before { content:none;}
.products-list .item { width: 100%;}

/*--首頁區塊---------------------------------------*/

.prod_part { width: 100%;}

/*英文標題*/
.prod_part .i_prod_tit h2 { display: none; color: #7E7565;}

/*中文*/
.prod_part .i_prod_tit span { position: relative; color: #3F4049; font-weight: 600; text-shadow: 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF;}
.prod_part .i_prod_tit span::before {
    content: "PRODUCT";
    position: absolute;
    top: -45px;
    left: -60%;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #7E7565;
    letter-spacing: 3px;
    text-shadow: none;
    transform: translateX(-50%);
    z-index: -1;
}

/*--購物車/外層---------------------------------------*/

/*顏色*/
.products-list .more { border: 1px solid #7E7565; color: #7E7565;}
.products-list .item a:hover .more { background: #7E7565;}

/*名稱*/
.products-list .name { color: #000000; font-weight: 600; font-size: 16px; height: 51px;}

/*價格*/
.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: #000000;}
.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;gap: 10px;}
.product_page .products-list { width: calc(100% - 280px);}
.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: #7E7565; border-radius:0px;}
.product-layer-two li.active li a { color: #fff; border: unset;}

/**/
.product-layer-two li a { color: #222; border: none; border-bottom: 1px dotted transparent; background: transparent; line-height: 200%; transition: all 0.3s;}
.product-layer-two > li > a { border-bottom: 1px dotted #ccc; padding-left: 25px;}
.product-layer-two li:hover > a { color: #7E7565;}
.product-layer-two li.active > a { color: #fff; border: none;}
.product-layer-two li:hover > a:before { background: #7E7565; color:#fff;}
.product-layer-two li.active > a:before { background: #fff; color:#7E7565;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #7E7565;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}

/**/
.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: #7E7565;}
.product-layer-two li.active li:hover a { color: #7E7565;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li { display: block;}

/*--購物車/內層---------------------------------------*/

.product_info_page .main_part { width: 90%;}
.mobile_product_name { color: #7E7565; font-size: 24px; text-align: center;}

/*次分類*/
.block { background: #7E7565;}

/*按鈕顏色*/
.inquiry_a1 { display: block; background: #7E7565;}
.inquiry_a2 { display: none; }
.inquiry_a3 { background: #7E7565; transition: .3s ease-in-out;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #222; transition: .3s ease-in-out;}
.lastaction { color: #fff; background-color: #7E7565; transition: .3s ease-in-out;}
.lastaction:hover { color: #fff; background-color: #222; transition: .3s ease-in-out;}
.nextaction { background-color: #7E7565; transition: .3s ease-in-out;}
.nextaction:hover { color: #fff; background-color: #222; transition: .3s ease-in-out;}
.lastPage { background: transparent; border: 1px solid #7E7565; color: #7E7565; transition: all 0.3s;}
.lastPage:hover { color: #fff; background-color: #7E7565; border: 1px solid #7E7565; transition: all 0.3s;}

/*商品照輪播*/
/*..product_main { width: 100%;}*/
.product_pic h6 { display: none; color: #444;}
.product_pic #bx-pager .block { background: #444;}

/*商品側邊規格*/
.product-layer-two li:hover li{display: block;}
/*.sidebarBtn { display: none;}*/
.product_info li .txt_box { color: #222222; width: 100%;}
.sidebarBtn .sp_price { color: #7E7565;}

/*區塊*/
.prod li { text-align: center;}
.prod li .prod-panel { margin: 20px 0 40px; text-align: justify;}

/*內文*/
ul.prod li h3.prod-thumb { background: transparent; color: #7E7565; border-bottom: 1px solid #7E756588; padding: 5px 5px 15px; display: inline-block;}

/*Q&A*/
/*li.prod-item:not(.is-active) { display: none;}隱藏*/
.qaform .breakF { background: transparent;}
.half_box ul li { text-align: left;}
.half_box ul li img { margin-left: 10px;}/*驗證碼*/

/*相關推薦*/
.prod_related { background: transparent; text-align: center;}
.prod_related h6 { color: #7E7565; border-bottom: 2px solid #7E756588; padding: 5px 5px 15px; display: inline-block;}
.prod_related h6 span:before { font-size: 20px; color: #7E7565;}
.related_list { display: grid; grid-template-columns: repeat(4,1fr);}
.related_list li { padding: 7px 7px 22px; overflow: hidden; width: auto;}
.related_list li:hover { opacity: 0.6; transition: .3s ease-in-out;}
.related_list li a { max-height: 300px;}
.related_list li a img { max-height: 250px;}
.related_list li a p { margin-top: 10px;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1200px) { .products-list { grid-template-columns: repeat(3,1fr);}}
@media screen and (max-width: 1024px) { .product_page .products-list { grid-template-columns: repeat(2,1fr);}}
@media screen and (max-width: 768px) { 
    .products-list { grid-template-columns: repeat(2,1fr);}
    .product_page .products-list, .product-layer-two { width:100%;}
    .prod_related h6 span:before { font-size: 24px;}
    /*順序*/
    .product_page .products-list { order: -1;}
}
@media screen and (max-width: 600px) { 
    .prod_related h6 span:before{font-size: 20px;}
    .related_list { grid-template-columns: repeat(2,1fr);}
}


@media screen and (max-width: 600px) { .main_part {padding: 0px 10px 10px;}}
@media screen and (max-width: 375px) { .products-list, .product_page .products-list  { grid-template-columns: 1fr;}}


.footer_info li p:nth-child(3){display: none;}
