@charset "utf-8";


body {
    font-family: "Noto Sans TC";
}


/*logo*/

.nav-header {
    max-width: 100%;
    width: 180px;
}

.navigation {
    grid-template-columns: 250px 1fr;
}

/*header*/

.header_area {
    background: #ffffff;
    padding: 25px 10px 15px;
}

.header_area.sticky {
    background: #FFF
}

.tp_links {
    display: none;
}

.shop_search_btn {
    background: #023693;
}

.box_search input[type=text] {
    border: solid 1px #023693;
}

.me_tp_features {
    padding: 0 16px;
}

.swiper-banner .swiper-slide img {
    margin-top: 80px;

}

/*第一層*/

.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: #023693;
    font-size: 15px;
}

.stellarnav li li:hover>a,
.stellarnav li li.has-sub:hover>a {
    background: #2674ac;
    color: #fff;
}

.stellarnav.desktop>ul>li.mega>ul {
    text-align: center;
}

.stellarnav>ul>li>a b {
    font-weight: 600;
}

/*footer*/

.box_link {
    display: none;
}

.footer {
    background: #0c3071;
    padding: 58px;
    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: 64px;
}

.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: 0 auto;
    bottom: 90px;
    width: 45%;
    justify-content: flex-start;
    text-align: left;
}

.footer_logo {
    margin: 0 0 20px;
    max-width: 230px;
    width: 100%;
    background: url(https://pic03.eapple.com.tw/ci0633/row_logo.svg) center / cover no-repeat;
    height: 53.84px;

}

.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;
}

#to_top {
    width: 60px;
    height: 60px;
    bottom: 19px;
    padding-top: 13px;
}

@media screen and (max-width: 1200px) {
    .copy {
        width: 100%;
        position: static;
        margin: 0;
    }
}

@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;
    }

    .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;
    }
}

@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: 50px;
    }

    .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;
    }
}

@media screen and (max-width: 480px) {

    .ProjsDetail_ImgView ul li a {
        padding: 0;

    }
}


/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.products-list .pic img {
    object-fit: contain;
}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {
    max-width: 1500px;
}

/* .product_info_page .main_part { max-width:1200px;} */
li.activeN {
    background: #2674ac;
    border-radius: 50px;
    color: #fff;
    width: 50px;
}

.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px;
}

.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% - 270px);
}

ul.page {
    width: 100%;
}

.related_list li figure {
    aspect-ratio: auto;
}

.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: none;
    padding-bottom: 5px;
}

.product-layer-two>li ul>li+li {
    margin-top: 5px;
}

.product_info_page .product-layer-two {
    display: none;
}

.product_info_page .products-list,
.product-wrapper {
    width: 100%;
}

.product-layer-two li li:hover {
    margin-left: 15px;
}

.product-layer-two li li>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    left: 0;
    margin-left: -20px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.product-layer-two li li:hover>a:before {
    background: #ad925e;
}

.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;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {

    .product_menu_list,
    .products-list,
    .product-wrapper {
        width: 100%;
    }

    .product-layer-two {
        margin-right: 0;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        grid-gap: 5px;
    }

    .product_page .product-layer-two,
    .product_page .products-list {
        width: 100%;
        border-right: none;
    }

    .product_page .product_menu_list>h5 {
        display: block;
    }

    .product_page .show_content>a {
        order: 1;
    }

    .product_page ul.products-list {
        order: 2;
    }

    .product_page ul.page {
        order: 3;
    }

    .product_page .product_menu_list {
        width: 100%;
        order: 0;
        min-height: unset;
    }
}

@media screen and (max-width: 600px) {}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background-size: cover;
    background-position: center bottom;
    height: 350px;
    position: relative;
    background-image: url(https://pic03.eapple.com.tw//zhaoyunmedical/banner01.jpg);
}

.banner h5 {
    position: absolute;
    color: #fff;
    width: fit-content;
    /* background: #7ac1dd; */
    font-size: 39px;
    letter-spacing: 2px;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-shadow: 3px 3px 5px #444;
    padding: 20px;
}

.article_a .banner h5:after {
    content: 'News';
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    font-weight: 400;
    white-space: pre-line;
    color: #fff;
    font-family: "Noto Sans TC";
}

.product_page .banner h5:after,
.product_info_page .banner h5:after {
    content: 'Products';
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    font-weight: 400;
    white-space: pre-line;
    font-family: "Noto Sans TC";
    color: #fff;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_list_le img {
    object-fit: contain;
}

.subbox_item a {
    display: grid;
    flex-wrap: wrap;
    padding: 15px;
}

.blog_subbox {
    display: flex;
    flex-direction: column;
}

.blog_list_ri h5 {
    -webkit-line-clamp: 2;
}

.subbox_item a:after {
    background: rgba(0, 0, 0, 0.5);
}

.blog_back a.article_btn_back {
    background: #92AECA;
}

.blog_back a.article_btn_prev {
    background: #525463;
}

.blog_le .accordion>li:hover .link,
.blog_le .accordion>li.on_this_category .link {
    background: #71ab45;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #e5f2ca;
    color: #444;
}

.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: #2674ac;
}

.blog_back a.article_btn_back {
    background: #71ab45;
}

.subbox_item a:hover:before {
    transform: translate(-50%, -50%) scale(1);
    transition: all 500ms;
}

.path p,
.path p a {
    display: none;
}

.subbox_item a:before {
    display: none;
}

.blog_le .accordion {
    border-radius: 0px;
}

.blog_search input[type=search] {
    border-radius: 0px;
}

.subbox_item a:hover:after {
    opacity: 1;
    height: 100%;
    transition: all 500ms;
}

.subbox_item a:after {
    background: rgba(0, 0, 0, 0.5);
}

.subbox_item a:after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #ffffff99;
    opacity: 0;
    border: 2pt solid #71ab45;
}

/*相關文章*/

.news_related h6 span:before {
    color: #535353;
}

.lastPage {
    background: #71ab45;
}


/*首頁文章*/


.animated-arrow {
    background: #2674ac;
    border-radius: 50px;
}


/*商品*/
.products-list .item a>* {
    text-align: center;
}


.products-list .more {
    border: none;
    color: #2674ac;
    background: #f2f4f7;
    border-radius: 50px;
    font-weight: 400;
    border: 1pt solid #2674ac;
}

.products-list .item a:hover .more {
    background: #2674ac;
    color: #fff;
}

.products-list .price b {
    color: #2674ac;
}

.product-layer-two li a {
    color: #444;
}

.product-layer-two li li:hover>a {
    color: #71ab45;
}

.product-layer-two li li:hover>a:before {
    background: #71ab45;
}

.sidebarBtn {
    border: 2px #ddd solid;
}

.sidebarBtn .sp_price {
    color: #2674ac;
}

.inquiry_a1 {
    background: #2674ac;
}

.inquiry_a2 {
    background: #71ab45;
}

.prod_related h6 span:before {
    color: #444;
}

.pageIndex .animated-arrow {
    background: #2674ac;
    color: #fff;
    display: inline-block;
    margin-top: 67px;
    height: 36px;
    line-height: 34px;
    overflow: hidden;
    width: 243px;
    text-align: center;
    position: relative;
}

.prod_related {
    background: #fff;
}

.inquiry_a3 {
    background: #2674ac;
}

/*首頁商品*/

.i_prod_tit,
.i_video_tit {
    display: none;

}


@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;
    }
}