@charset "utf-8";


body {
    font-family: "Audiowide Regular";
}


/*logo*/

.nav-header {
    max-width: 100%;
    width: 192px;
}

.navigation {
    grid-template-columns: 250px 1fr;
}

.nav-brand img {
    max-width: 50%;
}

/*header*/

.header_area {
    background: #ffffff;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    padding: 10px 0 0 0;
}

.header_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
}

.tp_links {
    display: none;
}

.shop_search_btn {
    background: #023693;
}

.box_search input[type=text] {
    border: solid 1px #023693;
}

.me_tp_features {
    padding: 16px 30px 3px 16px;
}

.swiper-banner .swiper-slide img {}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*第一層*/

.stellarnav>ul>li:hover>a {
    color: #023693;
    transition: 0.3s;
}

.stellarnav>ul>li>a {
    margin: 0 15px;
    letter-spacing: 0.05em;
}

.stellarnav>ul>li>a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #023693;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
}

.stellarnav>ul>li:hover>a:before {
    transform: scaleX(1);
    transform-origin: left;
}


.stellarnav>ul>li.has-sub>a {
    padding-right: 0px
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav.desktop>ul>li.mega>ul>li>a {
    font-weight: 400;
    background: #2674ac;
}

/*第二層-下拉選單*/
.stellarnav li li {
    border: none;
}

.stellarnav li li>a,
.stellarnav li li.has-sub>a {
    padding: 8px 9px;
    transition: all 0.3s;
    color: #444;
    font-size: 15px;
}

.stellarnav.desktop>ul>li.mega>ul {
    text-align: center;
}

.stellarnav>ul>li>a b {
    font-weight: 600;
}

.stellarnav a {
    position: relative;
    text-decoration: none;
}

.stellarnav ul ul {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    height: auto;
    width: 200px;
}


.stellarnav ul ul li a::before {
    content: "▶";
    opacity: 0;
    color: #023693;
    margin: 10px;
}

.stellarnav ul ul li a:hover::before {
    opacity: 1;
    color: #023693;
}

.stellarnav li li>a:hover {
    color: #023693;
}

.stellarnav ul ul ul {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    height: auto;
}

.banner.banB {
    display: none;
}


/*footer*/

.box_link {
    display: none;
}

.footer {
    background: #071f4b;
    font-family: 'Noto Sans TC';
    border-top: 1px solid #ffffff;
}

.footer .center {
    max-width: 85%;
}

.footer_info {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 0;
}

.footer_info,
.footer_info li {
    padding: 0;
}

.footer_info ul {
    letter-spacing: 0;
    display: flex;
    flex-flow: row wrap;
    width: 540px;
    margin-bottom: 80px;
}

.footer_info li:before {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 36px;
    display: block;
    font-family: "Noto Sans TC";
}

.footer_info li:nth-child(1):before {
    content: "CONTACT DETAILS";
    grid-column: 1 / -1;
    font-weight: 700;
}

.footer_info li:nth-child(2):before {
    content: "NAVIGATION";
    left: 0;
    position: absolute;
    font-weight: 700;
}

.footer_info li:nth-child(1) {
    width: calc(100% - 200px);
    display: flex;
    flex-flow: column wrap;
}

.footer_info li p,
.footer_info li p:hover {
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 175%;
    display: block;
    margin-bottom: 6px;
    font-weight: 400;
    transition: all ease 0.4s;
}

.footer_info li p a,
.footer_info li p:hover a {
    color: #ffffff;
    width: max-content;
    transition: all ease 0.4s;
}

.footer_info li:nth-child(2) {
    width: 200px;
    position: relative;
    margin-top: 0;
}

.footer_menu {
    margin-top: 62px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px 60px;
}

.footer_menu a {
    padding: 0;
    border: none;
    color: #ffffff;
    background: transparent;
    width: max-content;
    text-align: left;
    margin: 0;
    line-height: 175%;
    letter-spacing: 1px;
    transition: all 0.4s;
}

.footer_menu a:hover {
    background: transparent;
    color: #ffffff;
}

.footer_menu:has(a:hover) a:not(:hover) {
    opacity: .5;
}

.footer_menu a:first-of-type {
    display: none;
}

.copy,
.copy a,
.copy a:hover {
    color: #ffffff;
}

.privacyLinks a+a {
    border-color: rgba(0, 0, 0, .25);
}

.copy {
    font-size: 12px;
    white-space: inherit;
    padding: 0;
    padding-left: 7%;
    border-top: none;
    position: absolute;
    margin: -34px auto;
    bottom: 90px;
    width: 45%;
    justify-content: flex-start;
    text-align: left;
}

.footer_logo {
    margin: 34px 0px 0 60px;
    max-width: 119px;
    width: 100%;
    background: url(https://pic03.eapple.com.tw/bizan/LOGO.jpg) center / cover no-repeat;
    height: 120px;
}

.footer_logo img {
    max-width: 100%;
    display: none;
    filter: brightness(100);
}

.footer_info li p:before {
    clip-path: inset(0 12px 0 0);
    width: 46px;
}

.footer .double_key {
    text-align: left;
    margin: -42px auto 0;
    color: #fff;
    position: relative;
    z-index: 99999;
}

#to_top {
    width: 60px;
    height: 60px;
    bottom: 19px;
    padding-top: 13px;
}

@media screen and (max-width: 1200px) {
    .copy {
        width: 100%;
        position: static;
        margin: 0;
    }

    .me_tp_features {
        margin: -14px 0 0;

    }

    .nav-brand img {
        max-width: 50%;
    }
}

@media screen and (max-width: 800px) {
    .footer_logo {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .pageIndex .bannerindex,
    .pageIndex .bannerindex .swiper-banner,
    .pageIndex .bannerindex .swiper-banner .swiper-wrapper,
    .pageIndex .bannerindex .swiper-banner .swiper-slide {
        height: 100vh !important;
        min-height: 100vh;
        position: relative;
    }

    .pageIndex .bannerindex {
        padding-bottom: 0 !important;
        overflow: hidden;
        margin-bottom: -196px;

    }

    .pageIndex .bannerindex .swiper-banner .swiper-slide:after {
        content: "";
        display: block;
        position: absolute;
        inset: 0;
        z-index: 2;
        width: 100% !important;
        height: 90% !important;
        aspect-ratio: auto !important;
        transform: none !important;
        /* background-size: contain; */
        background-position: left bottom;
        background-repeat: no-repeat;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #023693;
    }

    .stellarnav .menu-toggle:after {
        color: #023693;
    }

    .stellarnav.mobile ul {
        background: #fdfdfd;
    }

    .StoreProjs_Post ul {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .blog_subbox {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .stellarnav.mobile>ul>li>a b {
        vertical-align: baseline;
    }

    .pageIndex .header_area.sticky {
        backdrop-filter: none;
    }

    .pageIndex .header_area.sticky .stellarnav>ul>li>a {
        color: #343a40;
    }

    .me_tp_features {
        margin: -14px 0 10px 0;
    }

}




@media screen and (max-width: 640px) {

    .ProjsDetail_ImgView ul li a img {
        position: relative;
    }

}

@media screen and (max-width: 600px) {
    .copy {
        font-size: 11px;
        justify-content: center;
        width: 100%;
    }

    .footer_info li:nth-child(1) {
        width: 100%;
    }

    .footer_info li:nth-child(2) {
        width: 100%;
        margin-top: 33px;

    }

    .footer_info {
        gap: 0px;
    }

    .nav-brand img {
        width: 200px;
    }

    .stellarnav.mobile {
        top: 20px;
    }

    .StoreProjs_Post ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blog_ri {
        padding: 20px;
    }

    .blog_subbox {
        grid-template-columns: 1fr;
    }

    /**/
    .ProjsDetail_ImgView ul {
        display: block;
    }

    .ProjsDetail_ImgView ul li {
        width: 100%;
    }

    .ProjsDetail_OtherObjs li>a {
        padding: 0 0 160px;
    }

    .ProjsDetail_ImgView ul li a {
        height: unset !important;
    }

    .ProjsDetail_ImgView ul li a {
        padding: 0;

    }

    .sidebar__inner {
        padding: 30px 50px 30px;
    }

    .header_area,
    .navigation {
        display: flex !important;
        justify-content: space-between !important;
        box-sizing: border-box !important;
        padding: 5px 0 0 5px;
    }

    /* 2. Logo 區域強制歸位到左側 */
    .nav-header,
    .nav-brand {
        display: flex !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        width: auto !important;
    }

    /* 3. 調整 Logo 圖片尺寸 */
    .nav-brand img {
        max-width: 160px !important;
        /* 依需求調整 Logo 寬度 */
        width: 50% !important;
        height: auto !important;
        display: block !important;
    }

}

@media screen and (max-width: 480px) {

    .ProjsDetail_ImgView ul li a {
        padding: 0;

    }
}

/*大圖特效*/

#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide {
    padding: 0px !important;
}

.swiper-slide img {
    height: auto;
}

.swiper-pagination {
    display: none;
}

.swiper-slide {
    position: relative;
}

.bannerindex .swiper-slide.swiper-slide-active:before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.bannerindex .swiper-slide.swiper-slide-active:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.banner h1,
.banner h2,
.banner h3,
.banner h5 {
    margin: 0;
    color: #fff;
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}

/*第二張大圖*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 34%;
    left: 7%;
    width: 31% !important;
    height: 45% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: fade-in-elegant 2s cubic-bezier(.1, .300, .400, 0.2) both
}



/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}

.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #efefef;
    height: auto;
    max-height: 300px;
    overflow: auto;
}

.stellarnav.desktop li.bigMenu ul ul li {
    margin: 0;
}

.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {
    border-left: 6px solid transparent;
    border-bottom: unset;
    border-right: 6px solid transparent;
    border-top: 6px solid #898989;
    right: 5px;
}



/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*●●●●●●●●●●●●●●●●●●●●●●●●   購物車(商品展示)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */

.product_page .main_part {
    max-width: 1500px;
}

/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.product_page .product_menu_list {
    position: relative;
    width: 220px;
    letter-spacing: 1px;
    /*border-right: 1px solid #ccc;*/
    min-height: 30vw;
}

.product_page .products-list,
.product-wrapper {
    width: calc(100% - 277px);
}

ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    margin-top: 5px;
    /*display:block !important;*/
    width: 100%;
    margin-left: 0;
}

.product-layer-two li:hover ul {
    border: none !important;
    /*display:block !important;*/
}

.product-layer-two li li {
    display: block;
    padding: 0;
    transition: all ease .3s;
}

.product-layer-two li li a {
    padding: 5px 10px;
}

.product-layer-two li li:hover>a {
    background: #fff;
    color: #ad925e;
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: none;
    padding-bottom: 13px;
}

.product-layer-two>li ul>li+li {
    margin-top: 5px;
}

.product_info_page .product-layer-two {
    display: none;
}

.product_info_page .products-list,
.product-wrapper {
    width: 100%;
}

.product-layer-two li li:hover {
    margin-left: 15px;
}

.product-layer-two li li>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    left: 0;
    margin-left: -20px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.product-layer-two li li:hover>a:before {
    background: #115082;
}

.product_info_page .half_box {
    width: 100%;
    float: none;
    padding-right: 0;
}

.product_info_page .half_box li.btn_blankTop {
    margin-top: 50px;
    justify-content: space-between;
    display: flex;
}

.product_info_page .half_box li.btn_blankTop input {
    width: calc(50% - 10px);
    background-image: none;
    padding: 0;
    text-align: center;
}

.products-list .item a+button.pd_btn {
    border: 1px solid #023693;
    color: #023693;
}

.products-list .item a+button.pd_btn:hover {
    background: #023693;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {

    .product_menu_list,
    .products-list,
    .product-wrapper {
        width: 100%;
    }

    .product-layer-two {
        margin-right: 0;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        grid-gap: 5px;
    }

    .product_page .product-layer-two,
    .product_page .products-list {
        width: 100%;
        border-right: none;
    }

    .product_page .product_menu_list>h5 {
        display: block;
    }

    .product_page .show_content>a {
        order: 1;
    }

    .product_page ul.products-list {
        order: 2;
        grid-template-columns: 1fr 1fr !important;
    }

    .pageIndex .products-list {
        grid-template-columns: 1fr 1fr !important;
    }

    .product_page ul.page {
        order: 3;
    }

    .product_page .product_menu_list {
        width: 100%;
        order: 0;
        min-height: unset;
    }
}

@media screen and (max-width: 600px) {}

.product-layer-two li a {
    position: relative;
    border: 1px solid #e2e2e2;
    background: #f4f4f4;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.product-layer-two li li a {
    background: #fff;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    letter-spacing: 0;
    border-bottom: 1px solid #eeeeee !important;
    border-radius: 0;
    padding: 10px;
}

.product-layer-two li i {
    display: none;
}

.products-list .name {
    font-size: 15px;
    font-weight: 600;
    height: 21px;
}

.products-list .more {
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    background: #023693;
}

.products-list .item a:hover .more {
    background: #000918;
    color: #fff;
    letter-spacing: 2px;
}

.product-layer-two li.active a {
    font-weight: 600;
    border: 0;
    background: #115082;
    color: #fff;
}

.products-list .price b {
    color: #C00;
    font-size: 15px;
    width: auto;
    padding-right: 6px;
    letter-spacing: unset;
}

.product_info {
    margin: 20px 0;
    width: 95%;
}

.product_info li .txt_box {
    display: inline-block;
    vertical-align: top;
    color: #444;
    font-size: 16px;
    text-align: justify;
}

.sidebarBtn h2 {
    color: #111;
}

div#number_area {
    color: #868686;
}

.product_info li span {
    display: block;
    font-size: 14px;
    color: #777;
    margin-bottom: 3px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 5px;
}

.radio-inline__input:checked+.radio-inline__label {
    background: #1a2738;
    border: 0;
    color: #ffffff;
}

.pd_tabTitle li.activeTab::after {
    height: 1px;
    background: #999999;
}

.pd_tabTitle li a {
    display: block;
    padding: 10px 10px;
    color: #666666;
    line-height: 1.4;
    background: transparent;
    font-size: 20px;
    font-weight: 700;
}

.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #333333;
    letter-spacing: 1px;
}

.sidebarBtn {
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    border: 0px #ddd solid;
    background: #fff;
    box-shadow: 0px 0px 0px 2px #f5f5f5;
}

.sidebarBtn .price {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    letter-spacing: 1px;
}

.products-list .price {
    letter-spacing: 1px;
}

.inquiry_a1 {
    background: #115082;
    ;
    font-size: 14px;
}

.inquiry_a2 {
    background: #115082;
    font-size: 14px;
}

.inquiry_a3 {
    background: #A83749;
    font-size: 14px;
}

.product-layer-two li.active li a {
    font-weight: normal;
    color: #333;
    background: #fff;
}

.pd_tabTitle li.activeTab a {
    background: #115082;
    color: #fff;
}

.pd_tabTitle li {
    border-bottom: none;
}

b.ori_price {
    font-size: 13px !important;
    color: #a7a7a7 !important;
    letter-spacing: 1px;
}

.products-list .price {
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


.prod_part {
    padding: 43px 20px;
}

.i_prod_tit span,
.i_video_tit span {
    font-size: 20px;
    /* letter-spacing: 6px; */
    color: #023692;
    /*font-weight: bold;*/
    font-weight: 600;
    font-family: Zen Kaku Gothic New;
}

.i_prod_tit span:after {
    content: 'PRODUCTS';
    display: none;
    font-size: 14px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: bold;
}

.i_prod_tit h2,
.i_video_tit h2 {
    font-family: Audiowide Regular;
    margin-bottom: 5px;
    font-size: 49px;
}

.animated-arrow {
    background: #222;
}

.pageIndex .productsListBox,
.productsListBox.swiper {
    padding: 46px 0;
}

.module_i_news .title_i_box h6 {
    font-family: Audiowide Regular;
    margin-bottom: -40px;
    text-align: left;
    font-size: 49px;
}

.module_i_news .title_i_box h4 {
    color: #023692;
    font-weight: bold;
    font-family: Zen Kaku Gothic New;
    text-align: left;
    margin-left: 181px;
    font-size: 20px;

}

.module_i_news {
    padding: 39px 20px;
    margin-bottom: 20px;
}

.module_i_news ul {
    grid-gap: 67px;
}

.i_blog_b {
    margin-top: 10px;
}

.module_i_news_list,
.module_i_news_list.swiper {
    padding: 48px 0;
    border-bottom: 1.5px solid #000;
    border-top: 1.5px solid #000;
}

.module_i_news li a {
    border: 2px solid transparent;
    border-radius: 12px;
    /* ⭐圓角 */
    padding: 20px;
    transition: 0.3s;
}

.module_i_news li a:hover {
    border: 2px solid #023692;
    /* hover 出現框 */
}

.module_i_news li a h5 {
    color: #333;
    transition: 0.3s;
}

.module_i_news li a:hover h5 {
    color: #023692;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background-size: cover;
    background-position: center bottom;
    height: 350px;
    position: relative;
    background-image: url(https://pic03.eapple.com.tw//bizan/main_bam.jpg);
}

.blog_page .banner h5::before {
    content: none;
}

.blog_in_page .banner h5::before {
    content: "最新消息";
}


.banner h5 {
    position: absolute;
    color: #fff;
    width: fit-content;
    /* background: #7ac1dd; */
    font-size: 24px;
    letter-spacing: 2px;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-shadow: 3px 3px 5px #444;
    font-family: Zen Kaku Gothic New;
    margin-top: -30px;
}

.article_a .banner h5:after {
    content: 'News';
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
    font-weight: 400;
    white-space: pre-line;
    color: #fff;
    font-family: "Audiowide Regular";
}

.product_page .banner h5:after,
.product_info_page .banner h5:after {
    content: 'Products';
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
    font-weight: 400;
    white-space: pre-line;
    font-family: "Audiowide Regular";
    color: #fff;
}

.edit {
    padding: 0;
}

.pic img {
    width: 100%;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.pic:hover img {
    transform: scale(1.15);
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*●●●●●●●●●●●●●●●●●●●●●●●●   文章分類管理   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*文章功能頁/ = = = = */
.blog_box {
    display: flex;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1%;
    width: 98%;
}

/* 左側分類欄位 */
.blog_le {
    padding: 0;
    position: relative;
    letter-spacing: 1px;
    float: left;
    box-sizing: border-box;
    width: 20%;
    padding-right: 50px;
}

h5.blog_le_t {
    margin-bottom: 10px;
    text-align: left;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 0;
    position: relative;
    border-bottom: 0;
    font-size: 0;
}

h5.blog_le_t em {
    line-height: 1.5;
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 9px 5px;
    padding-left: 50px;
    border-bottom: 1px solid #249BD7;
    font-size: 18px;
}

h5.blog_le_t em:before {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    background: url(https://pic03.eapple.com.tw/ci0633/newsp-06.svg);
    width: 41px;
    height: 16px;
}

h5.blog_le_t span {
    display: none;
}

.blog_search {
    position: relative;
    margin-bottom: 10px;
    opacity: .8;
}

.blog_search input[type=search] {
    width: 100%;
    font-size: 14px;
    border: 0;
    background: #99999933;
    border-radius: 0;
    padding: 10px 40px 10px 10px;
}

.blog_search form:after {
    background: transparent;
    z-index: 10;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 40px;
    content: "\f002";
    font: normal normal normal 14px / 1 FontAwesome;
    color: #fff;
    height: 38px;
    align-items: center;
    justify-content: center;
}

.blog_search input::placeholder {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ccc;
}

h4.blog_category_title {
    font-size: 21px;
}

/* 分類列 */
.blog_le .accordion {
    border-radius: 0;
    border: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    font-size: 0;
}

.blog_le .accordion li {
    transition: .3s ease-out;
}

.blog_le .accordion li {
    transition: .3s ease-out;
    border-bottom: 0;
}

.blog_le .accordion li li {
    margin-bottom: 1px;
    border: 0;
}

.accordion li+li .link {
    border: 0;
}

.accordion li .link,
.accordion li+li .link {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion li .link a {
    text-align: left;
    margin: 0;
    border: none;
    background: transparent;
    transition: all 0.3s;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .8px;
    padding: 17px 15px;
    position: relative;
    color: #3f3f3f;
    font-weight: 500;
    border-bottom: 1px solid #cccccc;
}

.fa-chevron-down::before,
.fa-chevron-down::after {
    content: "";
    width: 13px;
    height: 1px;
    background-color: #999999;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 1;
    transition: all 0.5s;
}

.fa-chevron-down::after {
    transform: translateY(-50%) rotate(90deg);
}

.blog_le .accordion li.open i.fa-chevron-down::before {
    content: '';
}

.blog_le .accordion li.open i.fa-chevron-down::after {
    transform: translateY(-50%) rotate(0);
}

.blog_le .accordion>li.on_this_category {
    background: transparent !important;
}

.blog_le .accordion>li.on_this_category:hover .link a,
.blog_le .accordion>li:hover .link a {
    color: #fff !important;
}

.blog_le .accordion>li.open {
    background: transparent;
}

.blog_le .accordion>li.open>.link a {
    background: rgba(153, 153, 153, 0.6);
}

.blog_le .accordion>li:hover {
    background: transparent !important;
}

.blog_le .accordion>li:hover .link a {
    background: #FBFBFB;
}

.blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;
    border-bottom: 1px solid #fff;
    background: #115082;
}

/* 子分類 */
.submenu {
    background: transparent;
}

.submenu a {
    color: #ccc;
    transition: all 0.4s ease;
    line-height: 1.3;
    background: #4444444d;
}

.submenu a:hover {
    background: #4444444d;
    color: #eee;
}

.submenu a .fa-circle-chevron-right::before {
    font-size: 11px;
    padding: 3px;
    line-height: 1.5;
}



/* 右側圖文區 */
.blog_ri {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    width: calc(100% - 20% - 1%);
}

h4.blog_category_title {
    width: fit-content;
    font-weight: 600;
    letter-spacing: 1px;
    display: none;
}

/* 圖文區塊 */
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    flex-wrap: wrap;
    gap: 20px;
}

.subbox_item {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    transition: .3s ease-out;
    border: 0;
    height: fit-content;
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 0;
    border-radius: 5px;
    height: 100%;
}

.subbox_item:hover {
    transition: .3s ease-out;
}

.subbox_item li:hover {
    transition: .3s ease-out;
    box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);
}

.subbox_item a {
    grid-template-columns: 1fr;
    gap: unset;
    height: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.module_i_news li a:before,
.module_i_news li a:after,
.subbox_item a:after,
.subbox_item a:before {
    content: none;
}

/* 圖 */
.blog_list_le {
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
    background-color: #1D1B1C;
    width: 100%;
    height: auto;
    border: 6px solid #d2d2d2;
}

.subbox_item a:hover .blog_list_le:after {
    opacity: .8;
    transform: translate(-50%, -50%);
}

.blog_list_le img {
    width: 100%;
    transition: .8s ease;
}

.subbox_item a:hover img {
    z-index: 1;
    opacity: 0.4;
    transform: scale(1.08);
}

/* 文字 */
.blog_list_ri {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 600px;
    margin: 0 auto;
    padding: 15px 35px;
    padding: 0;
    width: 100%;
    margin: 0;
    padding: 15px;
}

.blog_list_ri h5 {
    text-align: left;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #2A2A2A;
    transition: all 0.4s ease;
}

.subbox_item a:hover h5 {
    color: #023692;
}

.blog_list_ri em {
    margin: 0;
    order: -1;
    padding: 0;
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.blog_list_ri p {
    line-height: 1.8;
    margin: 0;
    -webkit-line-clamp: 3;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #434343;
}



/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em {
    /* color: transparent; */
}

.blog_in_page .blog_ri {
    background: #f5f5f5;
    padding: 20px 40px;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.blog_in_page h4.blog_category_title {
    width: 100%;
    letter-spacing: 1.5px;
    display: block;
    text-align: left;
    border-bottom: 1px dashed #969ca74d;
    color: #232323;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 20px 0;
    font-family: Zen Kaku Gothic New;
}

.path p,
.path p a {
    display: none;
}

.blog_list_ri h5 {
    font-size: 18px;
}


/* 分享按鈕 = = */
.blog_shareData {
    border: 1px solid #ccc;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    margin: 0;
    display: none;
}

.toShareNews b,
.toShareNews a,
.toShareNews a object,
.toShareNews a i {
    font-weight: 400;
    font-size: 14px;
    color: #333;
}

.toShareNews a object {
    filter: grayscale(1) brightness(1) contrast(1);
}

.toShareNews>a:hover>object {
    filter: none;
}

/* 文章編輯器 */
.blog_box_edit {
    background: transparent;
}

.edit span {
    font-family: Noto Sans TC !important;
}

.blog_box_edit * {
    line-height: 1.7;
}

.articel_mainPic {
    display: none;
}

/*文章-相關推薦*/
.news_related,
.prod_related {
    background: #fff;
    padding: 80px 5%;
    margin: auto;
    display: none;
}


/* 上下篇按鈕 */
.blog_back {
    position: relative;
    justify-content: center;
    z-index: 1;
    justify-self: flex-end;
    width: calc(100% - 20% - 1%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    margin: auto;
    margin-top: 0;
    text-align: center;
    margin-right: 0;
    justify-items: start;
    background: #f5f5f5;
    padding: 25px;
    border-radius: 0 0 5px 5px;
}

.blog_back:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 40px);
    height: 1px;
    left: 20px;
    background: #ddd;
}

.blog_back a {
    font-size: 13px;
    letter-spacing: 2px;
}

.blog_back a.article_btn_back {
    background: #a7a9ac;
    transition: .4s ease;
    display: none;
}

.blog_back a.article_btn_back:hover {
    opacity: .6;
}

.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    color: #777;
    transition: .4s ease;
    width: fit-content;
    background: transparent;
    font-size: 0;
    border: 1px solid #777;
}

.blog_back a.article_btn_next {
    justify-self: end;
}

a.article_btn_prev:before,
a.article_btn_next:after {
    content: '< Previous';
    padding: 8px;
    font-size: 13px;
    text-decoration: none;
    font-family: var(--SFontE);
    color: #777;
    letter-spacing: 1px;
    font-weight: 600;
}

a.article_btn_next:after {
    content: 'Next >';
}

.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
    background-color: #115082;
    border-color: #115082;
}

a.article_btn_prev:hover:before,
a.article_btn_next:hover:after {
    color: #fff;
}

@media screen and (max-width: 1024px) {

    /* 外層 */
    .blog_le {
        width: 100%;
        margin-bottom: 40px;
        padding-right: 0;
    }

    h5.blog_le_t {
        display: none;
    }

    /*.blog_le .accordion {grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));}*/

    .blog_ri {
        width: 100%;
        padding: 0;
    }

    .i_blog_ri h5,
    .blog_list_ri h5 {
        font-size: var(--f22);
    }

    .blog_list_ri p {
        letter-spacing: 1.5px;
    }

    .blog_back {
        width: 100%;
    }

    .blog_subbox {
        grid-template-columns: 1fr 1fr;
    }

}

@media screen and (max-width: 640px) {

    /* 外層 */
    .subbox_item a {
        flex-direction: column;
        gap: 10px;
    }

    .blog_list_le,
    .blog_list_ri {
        margin: 0 auto;
        max-width: 500px;
    }

    .blog_subbox {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 480px) {
    .blog_list_ri em {
        order: 1;
        font-size: 13px;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    .footer.with_shopping_mode {
        padding: 30px 0 55px;
    }

    #to_top {
        bottom: 60px;
    }

    .footer_info {
        justify-content: center;
    }

    .footer_logo {
        text-align: center;
    }

    .stellarnav>ul>li>a:before {
        display: none;
    }

    .stellarnav.mobile li.open li.open {
        padding: 0px;
    }

    .stellarnav.mobile li.open {
        background: #f3f3f3;
        padding: 0px 10px 10px 10px;
    }

    .stellarnav ul ul li a::before {
        display: none;
    }

    .stellarnav.mobile ul ul {
        height: auto;
    }

    /* 外層 */
    .blog_le {
        margin-bottom: 20px;
    }

    .blog_list_ri p {
        font-size: 13px;
    }

    .subbox_item a .blog_list_le::before,
    .subbox_item a:hover .blog_list_le::before {
        letter-spacing: 1px;
        font-size: 14px;
        padding: 6px 15px;
    }

    .i_prod_tit h2,
    .i_video_tit h2 {
        font-size: 32px;
    }

    .i_prod_tit span,
    .i_video_tit span {
        font-size: 18px;
    }

    .module_i_news .title_i_box h4 {
        margin-left: 120px;
        margin-top: 16px;
        font-size: 18px;

    }

    .module_i_news .title_i_box h6 {
        font-size: 32px;
    }

    /* 1. 解除 100vh，改為自動高度，圖片就不會被拉伸或裁切 */
    .pageIndex .bannerindex,
    .pageIndex .bannerindex .swiper-banner,
    .pageIndex .bannerindex .swiper-banner .swiper-wrapper,
    .pageIndex .bannerindex .swiper-banner .swiper-slide {
        height: auto !important;
        min-height: unset !important;
    }

    /* 2. 清除之前寫死的負邊界，讓下方區塊緊貼 Banner 底部 */
    .pageIndex .bannerindex {
        padding-bottom: 0 !important;
        overflow: hidden;
        margin-bottom: 0 !important;
        /* 歸零原本的 -196px */
    }

    /* 3. 確保圖片以原始比例完整顯示，不裁切 */
    .pageIndex .bannerindex .swiper-banner .swiper-slide img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        /* 完整呈現圖片 */
        margin-top: 0;
    }

    /* 4. 調整點綴用的偽元素 (:after)，讓它跟隨 Banner 高度 */
    .pageIndex .bannerindex .swiper-banner .swiper-slide:after {
        content: "";
        display: block;
        position: absolute;
        inset: 0;
        z-index: 2;
        width: 100% !important;
        height: 100% !important;
        transform: none !important;
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }

}