@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=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');

body {
    font-family: "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: #444;
    color: #fff;
}

::selection {
    background-color: #444;
    color: #fff;
}


#content_main {
    background: #fff;
}

#content {
    width: 100%;
    min-height: 80vh;
    background-image: url(https://pic03.eapple.com.tw/topganghome/bg-04.jpg );
    background-size: cover;
    background-position: center top;
    background-repeat: repeat-y;
}

.main_part {
    max-width: 1400px;
    padding: 50px 50px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #091b37;
}

.swiper-pagination {
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
}

.swiper-pagination {
    display: none;
}

/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        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/topganghome/bg-05.svg);
    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/topganghome/bg-06.svg);
    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/topganghome/bg-09.svg);
    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)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-image: url(https://pic03.eapple.com.tw/topganghome/bg-10.svg);
    width: 100%;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}



.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(1) {
    background-image: url(https://pic03.eapple.com.tw/topganghome/bg-09.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(2) {
    background-image: url(https://pic03.eapple.com.tw/topganghome/bg-10.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}







.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);
}

.pageIndex .swiper-wrapper .swiper-slide.swiper-slide-active::before {
    content: "";
    animation: banner-bg 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: 0.5s;
}





.swiper-slide img {}


@keyframes banner-img {
    0% {
        filter: brightness(0.1);
        opacity: 0.5;
        transform: scale(1.2);
    }

    100% {
        filter: brightness(1);
        opacity: 1;
        transform: scale(1);
    }
}


@keyframes banner-bg {
    0% {
        height: 95%;
        opacity: 0;
    }

    100% {
        height: 100%;
        opacity: 1;
    }
}

@keyframes banner-bg-2 {
    0% {
        filter: brightness(0.1);
        opacity: 0;
    }

    100% {
        filter: brightness(1);
        opacity: 1;
    }
}



@keyframes bannerScrollAnimation {

    0%,
    100% {
        bottom: 81px;
        border-color: rgba(255, 255, 255, 0.5);
    }

    50% {
        bottom: 90px;
        border-color: #fff;
    }
}

@media screen and (max-width: 768px) {
    .swiper-banner .swiper-slide {
        display: flex;
    }

    .swiper-banner .swiper-slide:nth-child(1) {
        justify-content: flex-end;
    }

    .swiper-banner .swiper-slide:nth-child(2) {
        justify-content: flex-start;
    }

    .swiper-banner .swiper-slide img {
        max-width: 200%;
        width: 200%;
        height: auto;
    }

    .pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before,
    .pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::after {
        background-position: 0;
    }

    .pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before,
    .pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::after {
        background-position: right;
    }
}







/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單設定*/
.nav-menu {
    margin: 0;
}

.main_header_area .container {
    max-width: 80%;
}

.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: #fff;
    box-shadow: 1px 1px 5px #00000061;
    transition: all 0.5s;
}

.header_area .main_header_area {
    background: transparent;
    transition: all 0.3s;
}

.header_area.sticky .main_header_area {
    background: #fff;
    transition: all 0.3s;
}




.header_area .navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    transition: all 0.3s;
    align-items: center;
}

.header_area.sticky .navigation {
    padding: 10px 0;
    transition: all 0.3s;
}


.header_area .stellarnav {
    position: relative;
    width: 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 {
        max-width: 90%;
    }

}


@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%;
    }

    .header_area.sticky .main_header_area {
        width: 100%;
        height: 60px;
    }

}

/*  */


/*LOGO設定*/
.nav-header {
    position: absolute;
    z-index: 99999999;
    max-width: 240px;
    left: 0;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
    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 {
    transform: scale(1.1);
    transition: all 0.5s;
}


.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;
    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%);
    }

}

.header_area.sticky .nav-header:hover:after {
    opacity: 1;
}

.header_area .nav-header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(118deg, #1e84b1 0%, #00183a 50%, #1e84b1 100%);
    transform: scale(1,0);
    transform-origin: 0 0;
    opacity: 1;
    transition: all 0.5s;
}

.header_area.sticky .nav-header::before {
    opacity: 1;
    transform: scale(1,1);
    transition: all 0.5s;
}

.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 20px;
}

.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 {
    display: none;
}



.stellarnav>ul>li.has-sub>a {
    padding-right: 0;
}




.stellarnav>ul>li>a {
    padding: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 25px;
    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: #292929;
    transition: all 0.3s;
}

.header_area .stellarnav>ul>li>a:hover,
.header_area.sticky .stellarnav>ul>li>a:hover {
    color: #4db3ff;
    transition: all 0.3s;
}

.stellarnav>ul>li>a b{
font-weight: bold;
}



/*  */


.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: 10px 10px;
    border-left: 0px #1d80ad solid;
    background: #fff;
    color: #686868;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}

.stellarnav li li a:hover {
    border-left: 10px #1d80ad solid;
    transition: all 0.3s;
}

.stellarnav li li {
    display: block;
    border: 0;
    margin-bottom: -1px;
    background: transparent;
}

.stellarnav ul ul {
    width: 160px;
    background: transparent;
}

.stellarnav ul ul ul {
    top: 0;
    left: 180px;
}




@media screen and (max-width: 1440px) {
    .stellarnav>ul>li>a {
        margin: 0 15px;
    }


}

@media screen and (max-width: 1024px) {
    .stellarnav>ul>li:nth-child(4) {}

    .stellarnav>ul>li>a {
        font-size: 16px;
        margin: 0 7px;
    }

}






@media screen and (max-width: 768px) {

    .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 10px;
        width: auto;
        display: inline-block;
        opacity: 1;
    }

    .nav-header {
        position: absolute;
        z-index: 0;
        top: -10px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .sticky .nav-header {
        transform: translate(-50%, 0) scale(1);

    }

    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 12px;
        color: #fff;
        display: block;
        transform: scale(0.9);
    }

    .stellarnav .menu-toggle {
        padding: 0;
    }

    .stellarnav>ul {
        text-align: center;
        padding: 0px 0;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #091b37;
        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: #000000db;
    }

    .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: #00000096;
    }

    .stellarnav.mobile ul ul {
        background-color: #000;
    }

    .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 {
        width: 200px;
    }

    .header_area .nav-brand,
    .header_area .nav-brand:focus {
        width: 170px;
    }

    .stellarnav>ul>li:nth-child(4) {
        margin-right: 0;
    }

    .stellarnav li li a {
        padding: 10px 10px;
        border-left: 0px #1C88AC solid;
        background: #000000c7;
        color: #fff;
        font-size: 14px;
        transition: all 0.3s;
    }

    .stellarnav.mobile ul ul li {
        background-color: transparent;
    }

    .stellarnav.mobile li.open li.open {
        background: #fff;
        padding: 3px;
    }

    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 10px;
        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: #fff;
        transition: all 0.3s;
    }

    .header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 0;
        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 {
        background: #fff;
        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: linear-gradient(118deg, #1e84b1 0%, #00183a 50%, #1e84b1 100%);
}

.footer_menu {
    border-bottom: none !important;
}

.copy {
    background: linear-gradient(118deg, #1e84b1 0%, #00183a 50%, #1e84b1 100%);
    color: #fff;
    border: none;
    margin-top: 50px;
}

.copy a {
    color: #fff;
}

.footer_menu a:hover {
    background: #091b37;
}

.footer_menu a {
    transition: all 0.3s;
}

.box_link {
    display: none;
}

.footer_info li p {
    color: #fff;
}

.footer_info li p a {
    color: #fff;
}

.footer_info {
    display: flex;
    padding-right: 0px;
    align-items: center;
    flex-direction: row;
    gap: 5%;
    justify-content: center;
}

.footer_info li:nth-child(1) {
    text-align: left;
}

.footer_info li:nth-child(2) {
    text-align: left;
    padding: 0;
}

.footer_logo img {
}

.footer .center {
    position: relative;
    max-width: calc(100% / 12 * 10);
}

.footer_logo {
    max-width: 330px;
}

.footer_info ul{
    width: fit-content;
}


.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: #fff;
    background: transparent;
    border-bottom: 1px #fff solid;
}



@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;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    width: 100%;
    padding: 5%;
    height: 500px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-content: flex-end;
    position: relative;
}

.banner h5 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    letter-spacing: 13px;
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    flex-direction: column;
    font-weight: 700;
}

.banner h5::after {
    content: "";
    display: block;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.3em;
    margin-right: 13px;
    margin-top: 10px;
    font-family: "Cormorant", serif;
    font-weight: 1000;
}

.banner h5::after {}


.banner.banB {
    display: none;
}

.banner.banC {}






/*  */
.banner.banA {
    background-image: url(https://pic03.eapple.com.tw/topganghome/banner-05.jpg );

}

.banner.banA h5::after {
    content: "PRICE";
}





/*  */


.banner.banF {
    background-image: url(https://pic03.eapple.com.tw/topganghome/banner-06.jpg );

}

.banner.banF h5::after {
    content: "CASE";
}



/*  */
.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/topganghome/banner-07.jpg );
}

.banner.banblog h5::after {
    content: "NEWS";
}

/*  */






@media screen and (max-width: 1440px) {
    .banner {}

}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    .banner {
        height: 300px;
        justify-content: center;
        align-content: center;
    }

    .banner h5 {
        font-size: 30px;
        align-items: center;
    }
    .banner::before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #0008;
        position: absolute;
        top: 0;
        left: 0;

    }
}

@media screen and (max-width: 500px) {
    .banner h5 {
    }

    .banner h5::before {
    }

    .banner h5::after {
    }
}





/*購物車設定*/
/* 產品的看更多按鈕設定 */


.product_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 0;
    padding: 190px 0 100px;
}





/* 選單 */
.product-layer-two {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

.product-layer-two li {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: fit-content;
    text-align: left;
    transition: all 0.5s;
}

.product-layer-two>li {
    margin: 0 0 10px;
}

.product-layer-two li li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 8px solid;
    border-color: transparent transparent transparent #00193b;
    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: #fff;
    border: 0;
    padding: 10px 20px;
    background: linear-gradient(118deg, #1e84b1 0%, #00183a 50%, #1e84b1 100%);
    text-wrap: nowrap;
    font-weight: 800;
    letter-spacing: 5px;
    transition: all 0.3s;
}

.product-layer-two li:hover>a {}

.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 {
    display: block !important;

    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;
    display: none;
}

.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: #00193b;
    border: 0;
    font-weight: bold;
    font-size: 17px;
}

/* 內容 */
.products-list .more {
    border: 1px solid #fff !important;
    color: #fff;
    width: 50% !important;
    margin: 0 auto;
    border-radius: 10px;
}

.products-list .item a:hover .more {
    background: #1d80ad;
    border-color: #fff;
    color: #ffffff;
}

.products-list {
    width: 80%;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: none;
}

.products-list .item {
    width: calc(100% / 3 - 4%);
    display: inline-block;
    vertical-align: top;
    margin: 2%;
    margin-top: 0;
    background: transparent;
    border-radius: 0;
    transition: all 0.5s;
}

.products-list .item:hover {
    transition: all 0.5s;
}

.products-list .item a img {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
}

.products-list .item a:hover img {
    transform: scale(1.05);
    transition: all 0.5s;
}

.products-list .name {
    font-size: 16px;
    color: #292929;
    height: auto;
    padding: 5px;
    text-align: left;
    margin-top: 0;
    font-weight: bold;
}
.products-list .name::before {
    /* content: ""; */
    /* text-align: center; */
    /* display: block; */
    /* width: 100%; */
    /* height: 1px; */
    /* background-color: #fff; */
    /* margin: 10px 0; */
}

.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 .price b {
    color: #00193b;
    font-size: 18px;
    font-weight: 800;
    width: calc(100% / 2 - 6px);
    text-align: center !important;
}

.products-list .price .sp_price {
    text-align: center;
    font-size: 20px;
    color: #00193b;
}

.products-list .price {
    align-items: flex-end;
    padding: 10px 5px;
    border-top: 1px #ffffff6b solid;
}








/*內液*/
.product_info_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 200px 0px 100px;
}

.lastPage {
    background: #00193b;
}

.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: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

.sidebarBtn {
    padding: 3%;
    display: inline-block;
    width: 30%;
    max-width: 60%;
    vertical-align: top;
    border: 0;
    background: transparent;
    border: 1px #00193b solid;
}

.sidebarBtn h2 {
    color: #292929;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
    font-size: 24px;
}

.sidebarBtn {
    color: #fff;
}
.product_info li {
    margin: 0 0 20px;
}
.product_info li span {
    color: #686868;
    font-size: 18px;
    font-family: "Noto Serif TC", serif;
    font-weight: 800;
    margin-bottom: 15px;
}

#bx-pager h6 {
    display: none;
}

ul.prod li h3.prod-thumb {
    background: transparent;
    color: #00193b;
    padding: 0;
    text-align: left;
}

ul.prod li h3.prod-thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #00193b;
    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: #fff;
}

.toShare {}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px #00193b solid;
    border-radius: 10px;
}


/*  */
.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: #002454 !important;
}

/*  */

.prod_related {
    background: #0000001c;
    padding: 25px 15px;
}

.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #00193b;
}

.related_list li a {
    display: block;
    padding: 0;
    background: transparent;
}

.related_list li a p {
    font-size: 18px;
    color: #fff;
    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: 15%;
    height: fit-content;
    margin-right: 5%;
    position: relative;
}

.product_menu_list::before {
    display: block;
    width: 80%;
    height: 0;
    padding-bottom: 90%;
    background-image: url(https://pic03.eapple.com.tw/642repair/logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -190px;
    left: 50%;
    transform: translate(-50%, 0);
}

.product_info_page .product_menu_list {
    display: none;
}



.inquiry_a3 {
    background: #00193b;
}

.sidebarBtn .price {
    border-bottom: 1px solid #00193b;
    display: block;
    align-items: baseline;
}

.inquiry_a2 {
    background: #755412;
    border: 1px #00193b solid;
    border-radius: 10px;
}

.inquiry_a1 {
    background: #b7892b;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    letter-spacing: 2px;
    background: #ffc95a;
    box-shadow: 1px 1px 5px #ffffff47;
}


.product_main {
    position: relative;
    left: 100px;
    padding: 0;
    width: 60%;
    left: 0;
    margin-right: 20px;
}

.pd_tabTitle li.activeTab a {
    color: #00193b;
    font-size: 24px;
    font-weight: bold;
}

.pd_tabTitle li.activeTab::after {
    height: 2px;
    background: #00193b;
}

.pd_tabTitle li {
    border-bottom: 0;
}

.prod_tabs {
    margin-top: 80px;
    width: 100%;
}

.edit {
    color: #686868;
}



/*  */


.remit_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 50px 20px;
    margin-top: -30vh;
}

@media screen and (max-width: 1024px) {
    .remit_page .main_part {
        margin-top: -10vh;
    }

}



.notetext {
    color: #fff;
}


.car_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 210px 20px;
}

.shopping-cart .cart_head {
    background: #00193b;
    color: #fff;
}

.shopping-cart .cell.product_name p {
    color: #fff;
}

.shopping-cart .cell {
    color: #fff;
}


.total_amount li {
    color: #fff;
}

span#all_total_price {
    font-size: 24px;
    color: #00193b;
}
.send_simple {
    background: #00193b url(../images/simple_right.png) 88% center no-repeat;
}
.formbox_form li .form__label {
    color: #fff;
}

.form label.Bigcheck {
    color: #fff;
}

.form label {
    color: #fff;
}

.total_amount li input[name=DiscountCode] {
    color: #333;
}

.declaration {
    background: #755412;
    line-height: 40px;
    padding: 5px 15px;
}

.order_finish_page .main_part {
    max-width: 990px;
    padding: 200px 20px 100px;
}

.list_before.account li {
    color: #fff;
}

.rder_finish_page .blank_letter.i {
    padding: 0;
    margin: 0 0 50px;
    font-size: 24px;
    letter-spacing: 0;
}

.order_list_tab td {
    font-size: 15px;
    color: #fff;
    padding: 10px;
    border-top: 0;
}

.payer {
    background: transparent;
}

.order_list_tit b {
    font-size: 28px;
    color: #00193b;
}

.order_list_tit span {
    color: #fff;
    padding: 3px;
    border-bottom: 1px #fff solid;
}

.order_list_tab td:nth-child(1) {
    background: transparent;
    color: #00193b;
    width: 100px;
    font-weight: 1000;
}

.order_list_tab.payer td:nth-child(1) {
    border-right: 0;
}

.order_list_pro tr:first-child {
    background: #00193b;
}

.order_list_pro tr:first-child td {
    color: #fff;
    font-weight: 1000;
}

.order_list_pro td {
    padding: 10px;
    border-bottom: 1px #ddd solid;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.last_box_money p,
.last_box_money em {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-style: normal;
}

.last_box_money em span {
    color: #00193b;
}

.order_finish_page .lastPage {
    margin: 0 auto;
}

.order_list_head p {
    font-size: 24px;
    color: #00193b;
    text-align: center;
    display: inline-block;
    border-bottom: 2px #00193b solid;
    padding: 10px;
    margin: 20px;
}



.formbox_form li {
    grid-template-columns: 180px 1fr;
}

.note_edit {
    color: #ffffff;
    background: #ff0000ad;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
}

.codePay_info .notetext {
    display: block;
    width: 100%;
}

.note_edit+section {
    margin: 50px 0 100px;
}

.codePay_info .information_left {
    display: flex;
    width: 100%;
    margin-top: 40px;
    align-items: center;
}

.order_list_tit {
    text-align: center;
}


.codePay_info .notetext>img {
    max-width: 100%;
}


.radio-inline__label {
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}




.radio-inline__input:checked + .radio-inline__label {
    background: #00193b;
    color: #fff;
}

.pd_tabInner > p {
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: 400;
}







@media screen and (max-width: 1440px) {
    .product_main {
        left: 0;
    }

    .product_page .main_part {
        max-width: 1024px;
    }


}

@media screen and (max-width: 1024px) {
    .products-list .item {
        width: calc(100% / 2 - 2% - 20px);
    }

    .product-wrapper {
        width: 100%;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .product_page .main_part {
        padding-top: 190px;
        max-width: 90%;
    }

    .sidebarBtn {
        margin-top: 60px;
        width: 100%;
        max-width: 80%;
    }
    
    
    .products-list {
    width: 70%;
}
    .product_menu_list {
    width: 25%;
}
}

@media (max-width: 640px) {
    .order_list_pro td span {
        font-size: 20px;
        color: #fff;
        display: block;
    }
}


@media screen and (max-width: 768px) {
    .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-layer-two li {
        width: calc(100% / 3);
    }

    .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: 20px 0;
        margin-top: 30px;
    }

    .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;
    }

    .products-list .item {
        width: calc(100% / 2 - 2% - 20px);
        margin-bottom: 30px;
    }

    .product_page .main_part {
        padding-top: 70px;
    }

    .product_main {
        left: 0;
        width: 90%;
    }

    .sidebarBtn {
        max-width: 100%;
    }

    .car_page .information_left {
        display: none;
    }

    .shopping-cart .cell:before {
        color: #fff;
    }

}

@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);
    }

    .products-list .more {
        font-size: 14px;
    }

    .products-list .item {
        width: 100%;
    }

    .products-list .item a {
        padding: 20px;
    }

    .product_info_page .main_part {
        width: 100%;
        max-width: 85%;
        margin: auto;
        padding: 50px 0px;
    }

    .products-list .item {
        width: 100%;
    }

}



/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_back {
    background: #1d80ad;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #1d80ad !important;
}

.accordion li+li .link {
    border-top: 0;
}

.share_page .edit {
    text-align: justify;
    line-height: 180%;
}

.subbox_item a:before,
.subbox_item a:after {
    transition: 0.3s;
}

.blog_le .accordion>li {
    border-bottom: 0;
    margin: 0 10px;
    transition: all 0.3s;
}

li {}

.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
}

.subbox_item a:before {
    color: #fff;
    right: 50%;
    top: 35%;
    bottom: 0;
    transform: translate(50%, 0);
}

/*文章分享變1排3個*/
.blog_page .main_part {
    max-width: 80%;
}

.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.subbox_item {
    width: calc(100% / 3 - 40px);
    padding: 5px;
}

@media screen and (max-width: 1024px) {
    .subbox_item {
        width: 50%;
    }
}


/**/


/* 左邊欄位 */



.blog_box {
    min-height: 20vw;
    padding: 7px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.blog_le {
    margin-right: 0;
    width: 100%;
}

.blog_ri {
    width: 100%;
}

.blog_back {
    width: 100%;
}



h5.blog_le_t {
    display: none;
}

.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #565656 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;
    display: flex;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;
    transition: all 0.3s;
}

.blog_le .accordion>li:hover .link i,
.blog_le .accordion>li.on_this_category .link i {
    color: #fff !important;
}

.submenu {
    display: none;
    background: transparent;
    font-size: 14px;
}

.submenu a {
    display: block;
    position: relative;
    background: transparent;
    color: #565656;
    padding: 12px 12px 12px 25px;
    letter-spacing: 2px;
    transition: all 0.6s ease;
    word-break: break-all;
    line-height: 1.25;
    font-family: 'Klee One';
}

.submenu a:hover {
    color: #565656;
}

.submenu a:before {
    display: none;
}

.blog_le .accordion li i {
    position: absolute;
    top: 27px;
    right: 20px;
    font-size: 16px;
    color: #444;
    transition: all 0.4s ease;
}

.blog_le .accordion>li:hover.open {
    background-color: transparent !important;
}



/* 右邊欄位 */

.subbox_item a:after {
    display: none;
}

.subbox_item a {
    display: inline-block;
    position: relative;
    display: flex;
    flex-direction: column;
}

.blog_list_le {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    overflow: hidden;
    position: relative;
}

.blog_list_le::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.subbox_item a:hover .blog_list_le::after {
    opacity: 1;
    transition: all 0.5s;
}

.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.blog_list_ri {
    display: flex;
    vertical-align: top;
    padding: 0;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.blog_list_ri p {
    margin-top: 15px;
    color: #3F3F3F;
    padding-bottom: 35px;
}


.blog_list_ri h5 {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: 500;
}

.subbox_item a img {
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

.subbox_item a:hover img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

h4.blog_category_title {
    text-align: justify;
    color: #494949;
}

.blog_box_edit {
    line-height: 150%;
    color: #3f3f3f;
}

.blog_in_page .main_part {
    max-width: 80%;
}

.blog_list_ri em {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #3F3F3F;
}







@media screen and (max-width: 1024px) {
    .blog_page .main_part {
        max-width: 90%;
    }

    .subbox_item {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .subbox_item a {
        flex-direction: column;
    }

    .subbox_item {
        width: 100%;
    }

    .blog_le .accordion {
        display: none;
    }

    .blog_page .main_part {
        max-width: 75%;
    }

    .blog_list_ri {
        display: flex;
        vertical-align: top;
        padding: 20px;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .subbox_item a:before {
        display: none;
    }

    .blog_list_le {
        padding-bottom: 70%;
    }

    .blog_in_page .main_part {
        max-width: 100%;
    }

    .blog_page .show_content {
        max-width: 100%;
    }

    .subbox_item {
        border-bottom: 0;
    }

    .blog_page .main_part {
        max-width: 100%;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
    max-width: 1440px;
    padding: 0px 0 120px;
}

.show-list {
    display: block;
    -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;
}

.show-list .item {
    margin: 0 0 10px;
}

.show-list .show_name {
    color: #fff;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    line-height: 1;
    opacity: 1;
    z-index: 2;
    font-weight: bold;
    transition: all 0.5s;
}

.show-list .item a:hover .show_name {
    opacity: 0;
    transition: all 0.5s;
}

.show-list .show_pic {
    aspect-ratio: auto;
}

.show_content {
    padding: 0;
}

.show-list .show_pic img {
    transform: scale(1);

    filter: saturate(0.5);
    transition: all 0.5s;
}



.show-list li a:hover .show_pic img {
    transform: scale(1.1);
    filter: saturate(1);
    transition: all 0.5s;
}

.show-list .item:hover .show_name {
    color: #fff;
}




.overlay {
    background: #00000075;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
}



.show-list .item:hover .overlay {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}




/*  */

.subalbum-menu h2 {
    color: #fff;
}


.other_album {
    display: none;
}

.other_subalbum li a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #d5c3db;
    opacity: 1;
    z-index: 2;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.15em;
    transition: all 0.5s;
}

.other_subalbum li a:hover p {
    opacity: 0;
    transition: all 0.5s;
}


/*  */

.album_descrip {
    color: #fff;
}

.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 {
    margin: 0 auto 10px;
    flex-direction: column;
    flex-wrap: nowrap;
}

.pic-list .item h6 {
    display: none;
    position: relative;
    font-size: 14px;
    padding: 0;
    color: #d5c3db;
}

@media screen and (max-width: 768px) {
    .show-list .show_name {
        display: none;
    }

    .other_subalbum li a p {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .show-list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }

}



/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title {
    border-bottom: 1px solid #091b37;
}



/* -----------------------------------最新消息------------------------------ */


.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: 50px;
    color: #1d80ad;
}

.promotion_title span {
    color: #fff;
    border: 0;
    padding: 2px 7px;
    margin: 0;
    width: 100%;
}

.promotion_title em {
    color: #1d80ad;
    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 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;
    transform: translate(0%, -50%);
    transition: all 1.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 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}



.other_promotion li:nth-child(odd) a::after {
    color: #292929;
}





.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 #fff solid;
    border-radius: 30px;
}






@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        background: #000000db;
        display: none;
    }

    #bottom_menu li a i {
        color: #fff;
    }

    #bottom_menu li a em {
        color: #fff;
    }

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #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);
    }

    /*手機版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;}
*/

}

.blank_letter {
    color: #091b37;
}

.list_before {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #fff;
    display: block;
    width: 100%;
    position: relative;
}

.list_before::after {
    display: block;
    font-size: 15px;
    color: #fff;
    display: block;
    width: 100%;
}

.contact_form li .form__label {
    color: #fff;
}

.contact_form li input.noborder {
    color: #fff;
    border: 2px #eeeeee2b solid;
    background: #0000006b;
}

.contact_form li textarea.noborder {
    color: #fff;
    border: 2px #eeeeee2b solid;
    background: #0000006b;
}

.contact_form li.last cite {
    background: #091b37;
    color: #fff;
}

.list_before.info li {
    padding-left: 32px;
    color: #ccc;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    background: #000000ad;
}

@media screen and (max-width: 768px) {
    .contact_form li .form__label {
        width: 85px;
        margin-left: -90px;
    }

    .contact_form li {
        padding-left: 90px;
    }

}