@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n)

*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');

body {
    font-family: "Montserrat", "Noto Sans TC", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.pageIndex .main_part {
    border-top: none;
}

body {
    overflow: overlay;
}

&::-webkit-scrollbar {
    background: #000;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #000;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #000;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid slategrey;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection {
    background-color: #fff;
    color: #004097;
}

::selection {
    background-color: #fff;
    color: #004097;
}


#content_main {
    background: #fff;
}

.main_part {
    max-width: 1400px;
    padding: 100px 50px 100px;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}


/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        height: auto;
        padding-bottom: 0%;
    }
}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-image: url(https://pic03.eapple.com.tw/jasonstore/banner_text001.png);
    width: 100%;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-image: url(https://pic03.eapple.com.tw/jasonstore/banner_text002.png);
    width: 100%;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}


.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-image: url(https://pic03.eapple.com.tw/jasonstore/banner_bg001.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-image: url(https://pic03.eapple.com.tw/jasonstore/banner_bg002.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.pageIndex .swiper-wrapper .swiper-slide.swiper-slide-active::after {
    content: "";
    animation: banner-bg 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: 1s;
}

.pageIndex .swiper-wrapper .swiper-slide.swiper-slide-active::before {
    content: "";
    animation: banner-red 2.5s both cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

@keyframes banner-bg {
    0% {
        height: 95%;
        opacity: 0;
    }

    100% {
        height: 100%;
        opacity: 1;
    }
}


@keyframes banner-red {
    0% {
        clip-path: inset(0 0% 100% 0%);
    }

    100% {
        clip-path: inset(0 0% 0 0%);
    }

}

@media screen and (max-width: 768px) {
    .swiper-banner .swiper-slide {
        display: flex;
    }

    .swiper-banner .swiper-slide:nth-child(1) {
         justify-content: center;
    }

    .swiper-banner .swiper-slide:nth-child(2) {
        justify-content: center;
    }

    .swiper-banner .swiper-slide img {
        max-width: 150%;
        width: 150%;
        height: auto;
    }



    .pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::after {
        background-position: left;
    }

    .pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::after {
        background-position: left;

    }


    .pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before {

        background-position: left;
    }

    .pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before {

        background-position: left;
    }


}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單設定*/
.nav-menu {
    margin: 0;
}

.main_header_area .container {
    max-width: 100%;
}

.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: #1C88AC;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #1C88AC;
}

.nav-dropdown>li {
    text-align: center;
}

/*  */

.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 0;
    background: transparent;
    transition: all 0.5s;
}

.header_area.sticky {
    background:#ffffff;
    box-shadow: 1px 1px 5px #00000061;
    border-bottom: 1px #ffffff47 solid;
    transition: all 0.5s;
}

.header_area .main_header_area {
    background: transparent;
    transition: all 0.3s;
}

.header_area.sticky .main_header_area {
    transition: all 0.3s;
}


.header_area .navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    transition: all 0.3s;
    align-items: center;
    justify-content: flex-end;
}

.header_area.sticky .navigation {
    padding: 0;
    transition: all 0.3s;
}


.header_area .stellarnav {
    position: relative;
    width: fit-content;
    height: 100%;
    z-index: 9900;
    line-height: normal;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
}

.header_area.sticky .stellarnav {
    opacity: 1;
    transition: all 0.3s;
}


.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}


@media screen and (max-width: 1440px) {
    .main_header_area .container {}

}


@media screen and (max-width: 1024px) {
    .header_area .navigation {
        padding: 0;
        transition: all 0.3s;
    }

    .header_area.sticky .navigation {
        transition: all 0.3s;
    }

    .header_area .stellarnav ul {
        text-align: center;
        padding: 0;
        transition: all 0.3s;
    }

    .header_area.sticky .stellarnav ul {
        text-align: center;
        transition: all 0.3s;
    }
}

@media screen and (max-width: 768px) {
    .main_header_area .container {
        max-width: 90%;
        height: 100%;
        padding: 10px 0;
    }

    .header_area .navigation {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .header_area.sticky .main_header_area {
        width: 100%;
        height: fit-content;
    }

}

/*  */


/*LOGO設定*/
.nav-header {
    position: absolute;
    z-index: 99999999;
    max-width: 200px;
    padding: 10px 20px;
    left: 10%;
    overflow: hidden;
    transform-origin: 0 0;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.sticky .nav-header {
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.nav-header:hover {
    transition: all 0.5s;
}

.header_area .nav-header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px #ffffff47 solid;
    border-top: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -200%);
    z-index: 0;
    opacity: 0;
    backdrop-filter: blur(10px);
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.header_area.sticky .nav-header::before {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);

}

.header_area .nav-header::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(118deg, transparent 0%, transparent 45%, #ffffff3b 50%, #ffffff6b 55%, #ffffff3a 60%, transparent 65%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000000;
    opacity: 0;
    pointer-events: none;
    animation: bg-shin 2s infinite cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


@keyframes bg-shin {
    0% {
        transform: translate(-100%, 0%);
    }

    100% {
        transform: translate(100%, 0%);
    }

}



.nav-brand img {
    width: 100%;
}

.header_area .nav-brand,
.header_area .nav-brand:focus {
    display: block;
    position: relative;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    padding: 10px;
}

.header_area.sticky .nav-brand,
.header_area .nav-brand:focus {
    opacity: 1;
    transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
}


/* 其他分頁 LOGO */
.header_area .nav-brand img {
    transition: all 0.5s cubic-bezier(1, -0.02, 1, -0);
}

.me_tp_features {
    position: fixed;
    top: 9vh;
    right: 2%;
    width: fit-content;
}

.box_search {
    margin-bottom: 0;
    width: fit-content;
}
.shop_search_btn{
    opacity: 0;
    transform: translate(15px,0);
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.box_search:hover .shop_search_btn,.box_search:has(input[type=text].shop_search_txt:focus) .shop_search_btn {
    opacity: 1;
    transform: translate(0px,0);
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.box_search input[type=text].shop_search_txt {
    max-width: 40px;
    padding: 5px 19px;
    background-color: #ffffffe1;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}


.box_search:hover input[type=text].shop_search_txt,.box_search input[type=text].shop_search_txt:focus{
    max-width: 160px;
    color: #000;
        padding: 5px 55px 5px 32px;
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.me_tp_features{ display: none;
}

.tp_links {
    display: none;
}

.stellarnav>ul>li.has-sub>a {
    padding-right: 0;
}

.stellarnav>ul>li {
    width: 150px;
    text-align: center;
    height: fit-content;
    padding: 10px 0 5px;
    border-left: 1px #ffffff47 solid;
    transition: all 0.3s;
}

.stellarnav>ul>li:hover {
    background-color: #fff000;
    transition: all 0.3s;
}

.stellarnav>ul>li>a {
    padding: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}

.header_area .stellarnav>ul>li>a {
    color: #292929;
    transition: all 0.3s;
}

.header_area.sticky .stellarnav>ul>li>a {
    color: #6b6d6f;
    transition: all 0.3s;
}

.header_area .stellarnav>ul>li:hover>a,
.header_area.sticky .stellarnav>ul>li:hover>a {
    color: #004097;
    transition: all 0.3s;
}

.stellarnav>ul>li>a b {
    font-weight: bold;
}

.stellarnav>ul>li>a b:nth-of-type(2) {
    font-size: 14px;
}

.stellarnav li.has-sub>a:after {
    display: none;
}

/*下拉*/
.nav-dropdown>li>a {
    background: #f7f5f5;
    transition: 0.2s;
    letter-spacing: 1.5px;
    width: 100%;
}

.nav-dropdown>li>a:hover {
    transition: 0.2s;
    background-color: #091b37;
    color: #fff
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}

.stellarnav li li a {
    padding: 20px 10px;
    border-left: 0px #aa3837 solid;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s;
}

.stellarnav li li a:hover {
    border-left: 10px #fff000 solid;
    transition: all 0.3s;
}

.stellarnav li li {
    display: block;
    border: 0;
    margin-bottom: 0;
    background: transparent;
}

.stellarnav ul ul {
    width: 200px;
    background:#004097;
    top: 100%;
}

.stellarnav ul ul ul {
    top: 0;
    left: 100%;
}




@media screen and (max-width: 1440px) {
    .stellarnav>ul>li>a {
        margin: 0 15px;
    }


}

@media screen and (max-width: 1024px) {

    .stellarnav>ul>li>a {
        font-size: 14px;
        height: 30px;
        margin: 0 7px;
    }

    .stellarnav>ul>li>a b {
        display: block;
        line-height: 30px;
        height: 30px;
    }

    .nav-header {
        max-width: 150px;
    }

    .stellarnav>ul>li {
        width: 100%;
    }
}






@media screen and (max-width: 768px) {

.box_search input[type=text].shop_search_txt {
    max-width: 160px;
    padding: 5px 10px 5px 30px;
    color: #fff;
}

.box_search:hover input[type=text].shop_search_txt, .box_search input[type=text].shop_search_txt:focus{
    max-width: 140px;
    padding: 10px 25px 10px 32px;
    color: #000;
}

.box_search .shop_search_btn{
    display: none;
}
.header_area.sticky{
    background-color: #ffffffcf;
}

.shop_search_btn {
    opacity: 1;
    transform: translate(0px, 0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
    .stellarnav.mobile {
        width: fit-content;
        text-align: left;
        position: absolute;
    }

    .nav-header {
        position: relative;
        z-index: 0;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 140px;
        transform: none;
        padding: 0px;
    }


    .sticky .nav-header {
        transform: scale(1);
    }
.header_area .nav-header::before{
    display: none;
}
    .stellarnav .menu-toggle span.bars span {
        background: #fff;
        transition: all 0.5s;
    }

    .headerSticky .stellarnav .menu-toggle span.bars span {
        background: #fff;
        transition: all 0.5s;
    }

    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 12px;
        color: #fff;
        display: block;
        transform: scale(0.9);
    }

    .headerSticky .stellarnav .menu-toggle:after {
        transition: all 0.5s;
    }

    .stellarnav .menu-toggle {
        position: relative;
        top: 10px;
        padding: 0;
    }

    .stellarnav>ul {
        text-align: center;
        padding: 0px 0;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #aa3837;
        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: #000000d6;
        backdrop-filter: blur(10px);
    }

    .stellarnav.mobile>ul>li>a {
        padding: 25px 10px;
        border: 0;
        font-size: 16px;
        font-weight: bold;
    }

    .stellarnav.mobile>ul>li>a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }

    .stellarnav.mobile li.open {
        background: #0000000f;
    }

    .stellarnav.mobile ul ul {
        background-color: transparent;
    }

    .stellarnav.mobile>ul>li {
        border-bottom: 1px #ffffff66 solid;
    }

    .stellarnav.mobile li a {
        border-bottom: 0;
        background-color: transparent;
    }

    .stellarnav>ul>li>ul>li>a {
        background-color: #fff;
        border: 0;
        padding: 15px 15px;
    }

    .header_area.sticky .stellarnav>ul>li>a {
        color: #fff;
        transition: all 0.3s;
    }

    .stellarnav>ul>li>ul>li {
        border: 0;
        background-color: #fff;
    }

    .header_area.sticky .nav-brand,
    .header_area .nav-brand:focus {
        padding: 0;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        top: 26px;
    }

    .header_area .nav-brand,
    .header_area .nav-brand:focus {
        width: 100%;
    }

    .stellarnav>ul>li:nth-child(4) {
        margin-right: 0;
    }

    .stellarnav li li a {
        padding: 10px 10px;
        border-left: 0px #fff000 solid;
        background: transparent;
        font-size: 14px;
        transition: all 0.3s;
    }

    .stellarnav.mobile ul ul li {
        background-color: transparent;
    }

    .stellarnav.mobile li.open li.open {
        background: #1e0404b8;
        padding: 3px;
    }

    .stellarnav.mobile li li.has-sub a {
        padding: 15px 50px 15px 40px;
        border: 0;
        top: 0;
    }

    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        border-bottom: solid 3px #fff;
    }

    .header_area .stellarnav>ul>li>a {
        color: #292929;
        transition: all 0.3s;
    }

    .header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 0;
        max-width: 100%;
        transition: all 0.3s;
    }

    .stellarnav.mobile>ul {
        border-top: 0;
    }

    .stellarnav .dd-toggle {
        top: 17px;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        width: 15px;
    }

    .stellarnav a.dd-toggle .icon-plus::after {
        width: 15px;
    }

    .header_area .main_header_area {
        height: 0;
        transition: all 0.3s;
    }

    .stellarnav.mobile li li.has-sub li.drop-left a {
        padding: 10px 40px 10px 30px;
        background: #0000002e;

    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer {
    border-top: none !important;
    padding: 50px 0 0;
    background: #e9e374;
}

.footer_menu {
    border-bottom: none !important;
}

.copy {
    background: #004392;
    color: #fff;
    border: none;
    margin-top: 50px;
}

.copy a {
    color: #fff;
}

.footer_menu a:hover {
    background: #023e9a;
}

.footer_menu a {
    transition: all 0.3s;
}

.box_link {
    display: none;
}

.footer_info li p {
    color: #004498;
}

.footer_info li p a {
    color: #004498;
}

.footer_info {
    display: flex;
    padding-right: 0px;
    align-items: flex-start;
    flex-direction: column;
    gap: 10vh;
    justify-content: center;
}

.footer_info li:nth-child(1) {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer_info li:nth-child(2) {
    text-align: right;
    padding: 0;
    width: 100%;
}

.footer .center {
    position: relative;
    max-width: calc(100% / 12 * 10);
}

.footer_logo {
    max-width: 220px;
}

.footer_info ul {
    display: flex;
    width: 100%;
    gap: 50px;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
	font-weight: 600;
}


.footer_menu a:nth-child(1) {
    display: none;
}

.footer_menu a {
    display: inline-block;
    padding: 5px 11px;
    border: 0;
    margin: 0 5px;
    font-size: 14px;
    line-height: 100%;
    color: #004498;
    background: transparent;
    border-bottom: 1px #004098 solid;
}
.footer_info li:nth-child(1)::before {
    content: 'CONTACT';
    display: block;
    color: #004096;
    font-size: 20px;
}
.footer_info li p.tel:before {
    content: '聯絡電話：';
}

@media screen and (max-width: 768px) {
    .footer_menu {
        text-align: center;
        border-bottom: none !important;
    }

    .footer_menu a {
        display: inline-block;
        padding: 5px 11px;
        border: 0;
        margin: 10px 5px;
        font-size: 14px;
        line-height: 100%;
        color: #fff;
        background: transparent;
        border-bottom: 1px #fff solid;
        width: 43%;
        text-align: center;
    }

    .footer_info li:nth-child(1) {
        text-align: center;
    }

    .footer_info {
        padding: 0;
        flex-direction: column;
        gap: 10vh;
    }

    .footer_info ul {
        flex-direction: column;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}

.banner::before {}

.banner h5 {}

.banner h5::before {}


.banner.banA {
    display: none;
}

.banner.banB {
    display: none;
}

.banner.banC {}

.banner.banD {}

.banner.banE {}



/* -------------------------------------------------- */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*購物車設定*/
/* 產品的看更多按鈕設定 */


.product_page .main_part {
    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0;
    padding: 100px 0;
}





/* 選單 */
.product-layer-two {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.product-layer-two li {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: fit-content;
    text-align: left;
    background: #e0e0e0;
    transition: all 0.5s;
}


.product-layer-two li li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 8px solid;
    border-color: transparent transparent transparent #aa3837;
    position: absolute;
    left: -20px;
    top: 50%;
    opacity: 0;
    transform: translate(0, -50%);
    transition: all 0.5s;
}

.product-layer-two li li:hover:before {
    opacity: 1;
    left: 0;
    transition: all 0.5s;
}

.product-layer-two li a {
    color: #666;
    border: 0;
    padding: 15px 35px;
    background: transparent;
    transition: all 0.3s;
    font-weight: bold;
}

.product-layer-two li a:hover {
    color: #fff;
}

.product-layer-two>li>a:hover {
    background: #004097;
}

.product_page .show_content,
.product_info_page .show_content {
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.product-layer-two li ul {
    position: relative;
}

.product-layer-two li li {
    display: block;
    background: transparent;
    margin: 0;
}

.product-layer-two li li a {
    background: transparent;
}

.product-layer-two li i {
    top: 26px;
    transform: translate(0, -50%);
    color: #fff;
}

.product-layer-two li.active li a {
    color: #fff;
    background: transparent;
    font-weight: bold;
}






.page {
    color: #fff;
    width: 100%;
    margin: 0;
}

.product-layer-two li.active>a {
    background: #e9e374;
    border: 0;
    border-bottom: 1px #064493 solid;
    font-weight: bold;
    font-size: 17px;
    color: #0d498f;
}

/* 內容 */
.products-list .more {
       border: 1px solid #004097 !important;
    color: #004097;
    width: 100%;
    margin: 0 auto;
    opacity: 1;
    transition: all 0.5s;
}

.products-list .item:hover {
    box-shadow: 0 0 5px #004097;
    transition: all 0.5s;
}

.products-list .item a {
    padding-bottom: 0;
}

.products-list .name .numbering {
    display: none;
}

.products-list .item a:hover .more {
    background-color: #004097;
    color: #fff;
    transition: all 0.5s;
}

.products-list {
    width: 80%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.5%;
    padding: 0;
}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: none;
}

.products-list .item {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    background: #ffffff;
    border-radius: 0;
    padding: 0;
    transition: all 0.5s;
    height: fit-content;
}


.products-list .item a img {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
}

.products-list .item a:hover img {
    transition: all 0.5s;
}

.products-list .name {
    font-size: 17px;
    padding: 5%;
    text-align: center;
    margin-top: 0;
    font-weight: bold;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 43px;
}

.products-list .name::before {}

.products-list .pic {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    overflow: hidden;
    transition: all 0.5s;
}

.products-list .item a:hover .pic {
    transition: all 0.5s;
}


.products-list .pic::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000050;
    opacity: 1;
    pointer-events: none;
    transition: all 0.5s;

}

.products-list .pic:hover:after {
    opacity: 0;
    transition: all 0.5s;
}



.products-list .price b {
    color: #656567;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}

.products-list .price .sp_price {
    text-align: center;
    font-size: 16px;
    color: #aa3837;
    font-weight: bold;
}

.products-list .price {
    display: flex;
    align-items: flex-end;
    padding: 10px 5px;
    border-top: 1px #ffffff6b solid;
    color: #555;
    justify-content: center;
    margin-top: 0;
}




/*內液*/
.product_info_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 100px 0px 100px;
}

.lastPage {
    background:#004097;
}
.blog_back a.article_btn_next{background: #004097;}
.blog_back a.article_btn_prev{background: #004097;}

.nextaction {
    background-color: #c1b09c;
}

.lastaction {
    color: #fff;
    background-color: #c1b09c;
}

.bx-wrapper .bx-viewport {
    border: none;
    left: 0px;
    background: transparent;
}

.product_pic #bx-pager a {
    border: none;
}

.product_info_page .product-layer-two {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    margin-right: 10%;
    position: absolute;
}

.product-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 50px;
}

.sidebarBtn {
    padding: 3%;
    display: inline-block;
    width: 35%;
    max-width: 60%;
    vertical-align: top;
    border: 0;
    background: transparent;
}

.sidebarBtn h2 {
    font-size: 24px;
}

.sidebarBtn {
    color: #555;
}

.product_info li span {
    color: #555;
}

.product_info li .txt_box {
    color: #fff;
}

#bx-pager h6 {
    display: none;
}

ul.prod li h3.prod-thumb {
    background: transparent;
    color: #aa3837;
    padding: 0;
    text-align: left;
}

ul.prod li h3.prod-thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #aa3837;
    margin: 10px 0;
}

ul.prod {
    list-style: none;
    display: block;
    width: 100%;
}

ul.prod li .prod-panel {
    color: #fff;
    text-align: left;
}

ul.prod li {
    margin-bottom: 40px;
    color: #fff;
}

.toShare {
    border-top: 0;
    color: #555;
}

.toShare {}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 10px;
    font-weight: bold;
}


/*  */
.half_box {
    width: 100%;
    float: left;
    padding-right: 0px;
}

ul.prod li span {
    color: #fff;
}

.qaform .breakF {
    border: 1px #fff solid;
    background: #00000061;
    color: #fff;
}

.half_box li.btn_blankTop {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}

.productBtn {
    text-align: center;
    width: 40%;
    background-color: transparent;
    background-image: none;
    margin-top: 10px;
    padding-left: 0;
    border: 1px #fff solid !important;
    color: #fff;
    transition: all 0.5s;
}

.productBtn:hover {
    background-color: #00000071;
    transition: all 0.5s;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #004097 !important;
}

/*  */

.prod_related {
    background: #cecece57;
    padding: 25px 15px;
}

.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 20px;
    color: #004097;
}

.related_list li a {
    display: block;
    padding: 0;
    background: transparent;
}

.related_list li a p {
    font-size: 18px;
    color: #555;
    margin: 10px 0;
    font-weight: bold;
}

.related_list li {
    transition: all 0.5s;
}

.related_list li:hover {
    transition: all 0.5s;
}

.mobile_product_name {
    display: none;
}

.product_menu_list {
    margin-bottom: 0;
    width: 17%;
    height: fit-content;
    position: relative;
}



.product_info_page .product_menu_list {
    display: none;
}



.inquiry_a3 {
    background: #aa3837;
}

.sidebarBtn .price {
    border-bottom: 1px solid #aa3837;
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin-top: 20px;
}

.sidebarBtn .price span.ori_price {
    color: #656567;
    font-weight: normal;
}

.sidebarBtn .price span.sp_price {
    color: #aa3837;
}

.inquiry_a2 {
    background: #aa3837;
    font-weight: bold;
    border-radius: 10px;
    display: none;
}

.inquiry_a1 {
    background: #aa3837;
}

a.pdinfo_tel {
    font-weight: bold;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    letter-spacing: 2px;
    background: #113f71;
    box-shadow: 1px 1px 5px #ffffff47;
}


.product_main {
    position: relative;
    left: 100px;
    padding: 0;
    width: 60%;
    left: 0;
}

.pd_tabTitle li.activeTab a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.pd_tabTitle li.activeTab::after {
    height: 2px;
    background: #3f3f3f3b;
}

.pd_tabTitle li {
    border-bottom: 0;
}

.prod_tabs {
    margin-top: 80px;
    width: 100%;
}

.edit {
    color: #fff;
}


@media screen and (max-width: 1440px) {
    .product_main {
        left: 0;
    }

    .product_page .main_part {}


}

@media screen and (max-width: 1024px) {
    .products-list {
        grid-template-columns: repeat(3, 1fr);
    }
}




@media screen and (max-width: 768px) {
    .product_page .main_part {
        max-width: 80%;
        padding: 0;
    }

    .product_info_page .main_part {
        padding: 0;
    }

    .product-layer-two {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        margin-right: 0;
        justify-content: space-between;
        align-items: flex-end;
    }

    .product_menu_list {
        width: 100%;
        margin-bottom: 50px;
    }

    .product-layer-two>li {
        width: calc(100% / 2 - 20px);
    }

    .product-layer-two li a {
        text-wrap: pretty;
        word-break: keep-all;
    }

    .product-layer-two li:hover>a {
        padding-left: 20px;
    }

    .products-list {
        width: 100%;
        padding: 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .product_info_page .product-layer-two {
        display: none;
    }

    .product-wrapper {
        left: 0px;
    }

    .product_info_page .show_content {
        width: 100%;
        padding: 5%;
    }

    .product_main {
        position: relative;
        left: 0;
        width: 100%;
    }

    .sidebarBtn {
        width: 100%;
        max-width: 100%;
    }

    .product-wrapper {
        padding: 0 0;
    }

    .product-layer-two li ul {
        position: absolute;
        background-color: #000000f2;
    }
}

@media screen and (max-width: 500px) {

    .products-list .item {
        width: 100%;
    }

    .product_page .main_part {
        max-width: 85%;
    }

    .product-layer-two li {
        width: calc(100% / 2 - 10px);
    }

    .products-list .more {
        font-size: 14px;
    }

    .products-list .item {
        width: 100%;
    }

    .products-list .item a {}

    .product_info_page .main_part {
        width: 100%;
        max-width: 85%;
        margin: auto;
        padding: 50px 0px;
    }

    .products-list {
        display: flex;
        flex-wrap: wrap;
        height: fit-content;
        gap: 20px;
    }

}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_back {
    background: #e9e374;
    color: #333;;
}

.share_page .edit {
    text-align: justify;
    line-height: 180%;
}

.subbox_item a:before,
.subbox_item a:after {
    transition: 0.3s;
}

.blog_le .accordion>li {
    border-bottom: 1px #3f3f3f33 solid;
    transition: all 0.3s;
}

.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}



.accordion li .link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
}

.subbox_item a:before {
    display: none;
}

/*文章分享變1排3個*/
.blog_page .main_part {
    max-width: 85%;
}

.blog_subbox {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.subbox_item {
    width: 100%;
    padding: 20px 0;
    margin: 0 10px;
}

@media screen and (max-width: 1440px) {
    .subbox_item {}

}

@media screen and (max-width: 1024px) {
    .subbox_item {}

}

@media screen and (max-width: 600px) {
    .subbox_item {
        width: 100%;
    }
}

/**/


/* 左邊欄位 */



.blog_box {
    min-height: 20vw;
    padding: 7px;
    display: flex;
    flex-wrap: wrap;
}

.blog_le {
    margin-right: 3%;
    width: 20%;
}

.blog_ri {
    width: calc(100% - 23%);
    padding: 0;
}

.blog_back {
    width: 100%;
}



h5.blog_le_t {
    display: none;
}

.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #2d2d2d solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}

.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}

.blog_le .accordion {
    border: none;
    border-radius: 0;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;
    transition: all 0.3s;
}

.blog_le .accordion>li:hover .link i,
.blog_le .accordion>li.on_this_category .link i {
    color: #2d2d2d !important;
}

.submenu {
    display: none;
    background: transparent;
    font-size: 14px;
}

.submenu a {
    display: block;
    position: relative;
    background: transparent;
    color: #2d2d2d;
    padding: 12px 12px 12px 25px;
    letter-spacing: 2px;
    transition: all 0.6s ease;
    word-break: break-all;
    line-height: 1.25;
    font-family: 'Klee One';
}

.submenu a:hover {
    background: #0000000d;
    color: #2d2d2d;
}

.submenu a:before {
    display: none;
}

.blog_le .accordion li i {
    position: absolute;
    top: 27px;
    right: 20px;
    font-size: 16px;
    color: #444;
    transition: all 0.4s ease;
}

.blog_le .accordion>li:hover.open {
    background-color: transparent !important;
}



/* 右邊欄位 */

.subbox_item a:after {
    display: none;
}

.subbox_item a {
    display: inline-block;
    position: relative;
    display: flex;
    flex-direction: column;
}

.blog_list_le {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4/3;
}

.blog_list_le::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00000050;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.subbox_item a:hover .blog_list_le::after {
    opacity: 1;
    transition: all 0.5s;
}

.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.blog_list_ri {
    display: flex;
    vertical-align: top;
    padding: 0;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 30px;
}

.blog_list_ri p {
    font-size: 16px;
    color: #222;
}

.subbox_item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #49494940;
    margin: 0;
}

.subbox_item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    background-color: #004097;
    transition: all 0.5s;
}

.subbox_item:hover:before {
    width: 100%;
    transition: all 0.5s;
}

.blog_list_ri h5 {
	
    color: #004097;
    font-weight: bold;
}

.subbox_item a img {
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

.subbox_item a:hover img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

h4.blog_category_title {
    text-align: justify;
}

.blog_box_edit {
    line-height: 150%;
}

.blog_in_page .main_part {
    max-width: 80%;
}

.blog_list_ri em {
    position: absolute;
    right: 0;
    bottom: 0;
}

.articel_mainPic {
    display: none;
}


.news_related {
    background: #f5f5f5;
}

.news_related_list li a {
    background: transparent;
}

.news_related_list li a p {
    font-size: 16px;
    color: #494949;
    line-height: 2;
    font-weight: bold;
}

.news_related h6 span:before {
    content: '相關文章';
    font-size: 20px;
    color: #004097;
}

@media screen and (max-width: 1024px) {
    .blog_page .main_part {
        max-width: 90%;
        padding: 50px 0;
    }

    .blog_subbox {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media screen and (max-width: 768px) {
    .subbox_item a {}

    .blog_page .main_part {
        max-width: 75%;
    }

    .blog_list_ri {
        display: flex;
        vertical-align: top;
        padding: 20px;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .subbox_item a:before {
        display: none;
    }



    .blog_in_page .main_part {
        max-width: 85%;
    }

    .blog_ri {
        width: 100%;
    }

    .blog_page .show_content {
        max-width: 90%;
    }

    .blog_le {
        margin-right: 0%;
        width: 100%;
    }

    h4.blog_category_title {
        display: none;
    }

    .subbox_item {
        border-bottom: 0;
        margin: 0;
    }

    .blog_page .main_part {
        max-width: 100%;
        padding: 0;
    }

    .blog_list_ri h5 {
        font-size: 20px;
    }
}


@media screen and (max-width: 500px) {
    .subbox_item a {
        flex-direction: column;
        align-items: center;
    }

    .blog_list_le {
        width: 90%;
        padding-bottom: 90%;
    }

    .blog_list_ri {
        padding-bottom: 60px;
    }

    .blog_subbox {
        grid-template-columns: repeat(1, 1fr);
    }
}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 文章管理2 */

.article_b.blog_page .main_part {}

.article_b .blog_box {
    display: block;
    overflow: visible;
    height: fit-content;
}



.article_b .blog_le {
    display: flex;
    position: relative;
    width: fit-content;
    z-index: 1;
    padding: 0;
    margin: 0;
    border: 0;
    padding-bottom: 20px;
    align-items: flex-start;
}

.article_b .blog_le .accordion {
    display: flex;
    flex-direction: row;
    padding: 0;
    line-height: 1;
    gap: 10px;
    border-radius: 0;
}



.article_b .blog_subbox {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.article_b .subbox_item {
    margin: 0;
    padding: 10px;
    margin-bottom: 50px;
}


.article_b .blog_list_le {
    aspect-ratio: 4/3;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.article_b .subbox_item a:hover .blog_list_le {
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.article_b .blog_list_le::after {
    display: none;
}

.article_b .blog_search {
    display: none;
    margin-bottom: 20px;
}

.article_b .blog_ri {
    width: 100%;
}


.article_b .accordion li .link a {
    border: 0;
    border-radius: 24px;
    font-size: 16px;
    padding: 10px 30px;
    letter-spacing: 2px;
    text-indent: 2px;
}

.article_b .accordion li .link a::before {
    display: none;
}


.article_b .blog_le .accordion>li:hover .link a,
.article_b .blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;

    transition: all 0.3s;
}


/* 選單底線 */


.article_b .blog_le .accordion>li {
    padding: 10px 15px;
    padding-left: 15px;
}

.article_b .blog_le .accordion::before {
    display: none;
}

.article_b h5.blog_le_t {
    margin-bottom: 80px;
}


.article_b.blog_in_page .main_part {
    max-width: 80%;
    padding: 20vh 0;
}

.article_b .blog_back {
    width: 100%;
    padding: 0;
}

.article_b .accordion li+li .link {
    border-top: 0;
}









/* 選項HOVER */
.article_b .subbox_item::before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0%;
    opacity: 0;
    background-color: #ac9883;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.article_b .subbox_item:hover:before {
    width: 100%;
    opacity: 1;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}




/**/






@media screen and (max-width: 1024px) {
    .article_b.blog_page .main_part {
        max-width: 90%;
    }

    .article_b .blog_subbox {
        grid-template-columns: repeat(2, 1fr);

    }
}



@media screen and (max-width: 768px) {

    .article_b .blog_subbox {
        grid-template-columns: repeat(2, 1fr);

    }

    .article_b .blog_le {
        display: none;
    }
}


@media screen and (max-width: 500px) {

    .article_b .blog_subbox {
        grid-template-columns: repeat(1, 1fr);

    }
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
    max-width: 80%;
    padding: 100px 0;
}






.show-list .item:hover .show_name {
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}

.show-list .show_pic {}

.show-list .show_pic img {}

.show-list a:hover .show_pic img {
    filter: grayscale(0) brightness(1);
    transition: all 0.3s;
}

.show-list .item:hover .show_pic img {
    transform: scale(1.05);
    transition: all 1s;
}

.show-list {
    display: flex;
}

.clearfix:before,
.clearfix:after {
    display: none;
}

.show-list .show_name {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.15em;
    margin-top: 0;
    overflow: hidden;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    z-index: 3;
    transform: translate(-50%, 0);
    text-align: center;
    margin-top: 0;
    font-weight: bold;
    transition: all 0.3s;
}


.overlay {
    background: rgba(0, 0, 0, 0.37);
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    transition: all .4s 100ms cubic-bezier(.42, 0, .58, 1);
}

.show-list .item:hover .overlay {
    opacity: 0;
    transform: scale(1);
    transition: all .4s 100ms cubic-bezier(.42, 0, .58, 1);
}








/*次分類頁面*/
.other_album_choice li {
    background: transparent;
    border-radius: 0;
}

.other_album_choice li a {
    color: #494949;
}

.other_subalbum li p {
    line-height: 220%;
    text-align: center;
}

.other_subalbum li a div {}

.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: auto;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    filter: grayscale(0);
    -webkit-object-fit: cover;
    transition: all .4s;
}

.other_subalbum li a:hover img {
    transform: scale(1.02);
    transition: all 0.5s;
}

.other_subalbum li a:hover div:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    transition: all .4s;
}

.album_fixed_title {
    display: none;
}


.album_info_page .show_content {
    padding: 110px 20px 50px;
}







/*照片頁*/
.pic-list .show_pic {
    padding-bottom: 66%;
}

.pic-list .show_pic img {}

.show-list .item {}

.album_page .show_content {
    margin: auto;
    padding: 0;
    max-width: 100%;
}

.subalbum-menu {
    margin: 30px 0;
    padding: 0;
}

.subalbum-menu h2 {
    display: none;
}

.block {
    background: #494949;
}

.other_subalbum {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.other_subalbum li {
    display: inline-block;
    background: #fff;
    width: calc(100% / 4 - 20px);
    margin: 10px;
    border: none !important;
    position: relative;
}

.page strong,
.page a {
    display: inline-block;
    min-width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    border: 0;
    border-radius: 0;
    padding: 0 10px;
    margin: 0 10px;
}

.album_fixed_title {
    display: none;
}

.other_subalbum li a {
    position: relative;
}

.album_descrip {
    color: #3f3f3f;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
}

.pic-list .item h6 {
    line-height: 220%;
    text-align: left;
    color: #D1D1D1;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 1;
    transition: all 0.3s;
    display: none;
}

.pic-list {
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
}


.other_subalbum li p {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
    z-index: 10;
}

.other_subalbum li:hover p {
    opacity: 0;
    transition: all 0.3s;
}

.pic-list .item:hover h6 {
    opacity: 1;
    transition: all 0.3s;
}

.pic-list .item {
    position: relative;
}

.album_info_page .pic-list .show_pic {
    padding-bottom: 0;
}



.show-list.other_subalbum .item {
    width: 100%;
    background: transparent;
}




.page {
    margin: 0;
    padding: 10px 0;
    margin-top: 50px;
}



.pic-list {
    display: block;
    grid-template-columns: unset;
    grid-gap: unset;
}

ul.pic-list {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
}

.pic-list .show_pic {
    aspect-ratio: auto;
}


.pic-list .item a {}

.pic-list .item h6 {
    padding: 0;
}

.pic-list .show_pic {
    aspect-ratio: auto;
}

.pic-list .item a {
    margin: 0 auto 10px;
}



@media screen and (max-width: 768px) {
    .page {
        margin-top: 90px;
    }
}

@media screen and (max-width: 600px) {
    .show-list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}




@media screen and (max-width: 1024px) {
    .other_subalbum {
        grid-template-columns: repeat(2, 1fr);
    }
}






@media screen and (max-width: 768px) {

    /*照片頁*/
    .pic-list .item {}

    .album_page .main_part,
    .album_class_page .main_part,
    .album_info_page .main_part {
        padding: 50px 0 100px;
    }

    .album_info_page .main_part {
        max-width: 90%;
    }

    ul.pic-list {
        column-count: 2;
    }

    .album_page .show_content,
    .album_class_page .show_content {
        margin: auto;
        padding: 0;
        max-width: 100%;
    }

    .show-list {
        flex-wrap: wrap;
    }


    .show-list .item:hover .show_name {
        opacity: 1;
    }

    .show-list.other_subalbum .item {
        width: 100%;
    }

    .pic-list {
        grid-template-columns: unset;
    }

    .other_subalbum {
        grid-template-columns: repeat(1, 1fr);
    }
}


@media screen and (max-width: 500px) {
    .other_subalbum li {
        width: 100%;
    }

}

/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* -----------------------------------最新消息------------------------------ */



.other_select_page .other_promotion,
.other_select_page .promotion_title {
    display: none;
}






.share_page .main_part {
    position: relative;
    width: 100%;
    max-width: 87.5%;
    margin: auto;
    padding: 150px 6%;
    border-radius: 40px;
}

.promotion_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 10px;
    border-bottom: 1px #70707057 solid;
}

.promotion_title h2 {
    font-size: 40px;
    color: #aa3837;
    font-weight: bold;
}

.promotion_title span {
    color: #686868;
    margin: 0;
    width: fit-content;
    border: 0;
}

.promotion_title .time {
    width: 100%;
}

.promotion_title em {
    color: #aa3837;
    border: 0;
    padding: 0;
    margin: 0;
    height: fit-content;
    word-break: keep-all;
    order: 3;
}

/* 選項 */

.other_promotion {
    margin-top: 5vh;
    padding: 1% 3%;
    grid-template-columns: 1fr;
    border-radius: 5px;
    gap: 0;
}

.other_promotion li {
    position: relative;
}

.other_promotion li::before {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(118deg, #1e84b1 0%, #00183a 50%, #1e84b1 100%);
    opacity: 0.1;
    transition: all 0.5s;
    z-index: -1;
}

.other_promotion li:hover:before {
    width: 100%;
    transition: all 0.5s;
}




.other_promotion li a:before,
.other_promotion li a:after {
    display: none;
}

.other_promotion li a {
    border: none;
    display: flex;
    align-items: center;
    border-bottom: 1px #70707036 solid;
    padding: 15px 10px 15px;
}

.other_promotion li a:hover {
    background: transparent;
}


.other_promotion li a::after {
    content: "read more";
    display: block;
    width: fit-content;
    height: fit-content;
    border: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    opacity: 0;
    color: #aa3837;
    transform: translate(0%, -50%);
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.other_promotion li a:hover:after {
    width: fit-content;
    height: fit-content;
    opacity: 1;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}



.other_promotion li:nth-child(odd) a::after {
    color: #aa3837;
}





.other_promotion .pmtTitle h3 {
    position: relative;
    font-size: 16px;
    color: #292929;
    margin: 0;
    z-index: 2;
}

.other_promotion .pmtTime {
    display: flex;
    color: #292929;
    margin-right: 20px;
    align-items: center;
    z-index: 2;
}

.other_promotion .pmtTime cite {
    font-size: 16px;
    margin-right: 20px;
}

.other_promotion .pmtTime span {
    float: right;
    font-size: 13px;
    padding: 2px 10px;
    border: 1px #aa3837 solid;
    border-radius: 30px;
    color: #aa3837;
}





@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: none;
    }

    .footer.with_shopping_mode {
        padding: 30px 0 0;
    }

    #to_top {
        bottom: 60px;
    }

    .nav-menu {
        margin: 0;
    }

    .nav-menu>li:not(.tp_links) {
        padding-right: 0;
    }

    .nav-dropdown>li {
        text-align: left;
    }

    .nav-dropdown>li>a {
        width: calc(100% - 45px);
    }

    .show_content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 50px 0 150px 0;
    }

    .album_info_page .show_content {
        padding: 0;
    }

    /*手機版LOGO設定*/
    .footer_logo {
        margin-left: unset;
        margin: auto;
        text-align: center;
    }

}

@media screen and (max-width: 600px) {

    /*手機板大圖*/
    /*
.swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/.../Banner-03.png) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/.../Banner-04.png) ; background-size:cover;   background-position: center;}
*/

}







/* -------------------------------------------------------- */


.contact_page .stellarnav {}

.contact_page .nav-header::before {}




.contact_le_map {
    display: none;
}



.blank_letter {
    display: flex;
    text-align: left;
    font-size: 40px;
    color: #fff;
    letter-spacing: 5px;
    align-items: flex-end;
    padding-top: 0;
    flex-wrap: wrap;
}

.blank_letter.f::before {
    content: "FORM";
    display: block;
    font-size: 20px;
    color: #a23635;
    width: 100%;
}


.blank_letter.i {
    display: flex;
    text-align: left;
    font-size: 40px;
    color: #fff;
    letter-spacing: 5px;
    align-items: flex-end;
    margin-left: -3px;
}

.blank_letter.i::before {
    content: "CONTACT";
    display: block;
    font-size: 20px;
    color: #a23635;
    width: 100%;
    margin-left: 3px;
}

.list_before.info li {
    color: #fff;
    display: flex;
    margin: 5px 0;
    padding-left: 0;
    letter-spacing: 0.1em;
}

.contact_form li .form__label {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-left: 0;
    padding-right: 0;
    vertical-align: top;
    color: #fff;
    margin: 0;
    position: relative;
}

.contact_content {
    margin: auto;
    padding: 0;
    max-width: 100%;
}

.contact_content form {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.contact_content .information_left {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 120px;
    position: relative;
}

.contact_content .information_left::before {
    content: "";
    display: block;
    width: 13vw;
    aspect-ratio: 653 / 1021;
    background-image: url(https://pic03.eapple.com.tw/startourmoto/icon-07.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 14vw;
    transform: translate(0, -50%);
}

.contact_content .information_left::after {
    content: "";
    display: block;
    width: 13vw;
    aspect-ratio: 653 / 1021;
    background-image: url(https://pic03.eapple.com.tw/startourmoto/icon-08.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}


.contact_content .information_right {
    width: 100%;
    padding: 0;
    background: transparent;
}

.clearfix:before,
.clearfix:after {
    display: none;
}

.contact_form {
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #fff;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.contact_form li input.noborder {
    border: 0;
    border-bottom: 0;
    background-color: #ffffff26;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}






.contact_form li textarea.noborder {
    border: 1px #ddd solid;
    background-color: #ffffff1f;
    color: #000;
}


.contact_form li {
    width: calc(100% / 2 - 30px);
    padding: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    position: relative;
}

.contact_form li .form__insert {
    text-align: center;
}

.contact_form li:nth-last-of-type(2) {
    padding: 0;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin: 20px 0 10px;
}

.contact_form li:nth-last-of-type(2) .form__label {
    width: fit-content;
    margin: 0;
    margin-right: 20px;
}

.contact_form li:nth-last-of-type(2) .form__insert {
    width: auto;

}

.contact_form li.last blockquote {
    color: #666;
}

.contact_form li.last cite {
    background: #a23635;
    color: #fff;
}

.red {
    color: #a23635;
    letter-spacing: 0;
}

.blank_letter.f span {
    margin-left: 20px;
}

.contact_form li.last {
    display: flex;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    padding-left: 0;
    flex-direction: row;
    justify-content: center;
}

.info_TEL:before,
.info_TEL2:before,
.info_PHONE:before,
.info_LINE:before,
.info_LINE2:before,
.info_FAX:before,
.info_TAXID:before,
.info_MAIL:before,
.info_ADD:before,
.info_ADD2:before {
    position: relative;
    font-weight: 500;
    letter-spacing: 2px;
    margin-right: 15px;
}

.info_LINE:before {
    letter-spacing: -2px;

}






.list_before {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-top: 10px;
    margin-bottom: 60px;
}


.list_before.info li.info_TEL2 {
    order: 1;
}

.contact_le_nomap {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 510px;
    border-radius: 20px;
    overflow: hidden;
}







.PHONE:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/chengliinterior/icon-14.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}



.MAIL:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/chengliinterior/icon-15.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ADD:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/chengliinterior/icon-16.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}




@media screen and (max-width: 1024px) {

    .contact_content .information_left::after,
    .contact_content .information_left::before {
        width: 16vw;
    }

    .contact_content .information_left::before {
        right: 17vw;
    }
}


@media screen and (max-width: 768px) {
    .contact_content form {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
    }

    .contact_content .information_left {
        width: 100%;
    }

    .contact_content .information_right {
        width: 100%;
    }

    .contact_page .main_part {
        padding: 100px 50px;
    }

    .contact_form {
        flex-direction: column;
        align-items: center;
    }

    .contact_form li {
        width: 100%;
    }

    .contact_le_nomap {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .blank_letter {
        flex-wrap: wrap;
    }

    .contact_page .main_part {
        margin-top: 0;
    }

    .contact_page .stellarnav {
        background: transparent;
    }

    .contact_content .information_left::after,
    .contact_content .information_left::before {
        display: none;
    }

}


@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        background-color: transparent;
    }

    .contact_page .main_part {
        padding: 100px 20px;
    }

    .info_TEL:before,
    .info_TEL2:before,
    .info_PHONE:before,
    .info_LINE:before,
    .info_FAX:before,
    .info_TAXID:before,
    .info_MAIL:before,
    .info_ADD:before,
    .info_ADD2:before {
        width: 45px;
        text-wrap: nowrap;
    }
}

.accordion li+li .link {
    border: 0;
}