@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/*font-family: 'LXGW WenKai Mono TC';*/

body {
    overflow-x: hidden;
    font-family: 'Playfair Display', 'Noto Serif TC', serif;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}

body.pageIndex:before {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/changyucheng/exbg.jpg) center / cover no-repeat;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


.header_area,
.header_area.sticky {
    padding: 0;
    background: rgb(8, 25, 45);
}

.navigation {
    display: flex;
    align-items: center;
    gap: 40px;
}

.nav-header {
    max-width: 220px;
    padding: 12px 0;
}

.nav-brand,
.nav-brand img {
    display: block;
}

.main_header_area .container {
    max-width: 1800px;
    padding: 0 6%;
}

.stellarnav>ul {
    margin-top: 5px;
}

.stellarnav ul {
    font-family: 'Noto Serif Display', 'Noto Serif TC', serif;
}

.stellarnav>ul>li.has-sub>a:after {
    content: none;
}

.stellarnav>ul>li>a,
.stellarnav>ul>li.has-sub>a,
.stellarnav>ul>li.has-sub>a {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.stellarnav>ul>li {
    margin: 0 14px;
}

.stellarnav>ul>li>a b {
    font-weight: 500;
    letter-spacing: 3px;
}

.stellarnav>ul>li>a b:last-of-type {
    transition: ease .3s;
}

.me_tp_features,
.swiper-pagination {
    display: none;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main {
    margin: 0;
    overflow: visible;
    background: transparent;
}

.bannerindex {
    position: relative;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}

.banner h5 {}

.banner.banA {}

.banner.banB {}

.banner.banC {}

.banner.banD {}

.banner.banE {}

.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁促銷*/
.news_part {
    /*background: url(https://pic03.eapple.com.tw/changyucheng/bgbg.jpg) center / cover no-repeat;*/
    background: #fff;
    padding: 60px 5%;
    max-width: 1440px;
    margin: -60px auto 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    z-index: 9;
    position: relative;
}

/*
.news_part section:before {
    background: #95afba;
    content: '';
    width: 1px;
    height: 60px;
    display: block;
    left: 50%;
    transform: translateX(50%);
    position: absolute;
    top: 0;
}
*/
.news_part section {
    max-width: 100%;
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.news_list ul li span {
    padding: 4px 12px;
    color: #fff;
    width: auto;
    background: #08192D;
    font-weight: 400;
    font-family: 'Montserrat';
    font-size: 14px;
    letter-spacing: 1px;
}

.news_list ul li p:after {
    content: 'READ MORE ＋';
    color: #2B5F75;
    font-weight: 500;
    font-family: 'Montserrat';
    transition: ease .3s;
}

.news_list ul li a:hover p:after {
    right: 15px;
}

.news_list ul li p {
    padding: 0 120px 0 0;
    color: #222;
    width: calc(100% - 135px);
    transition: ease .3s;
}

.news_list ul li a:hover {
    background: none;
}

.news_list ul li a {
    padding: 15px 0;
}

.news_list ul li,
.news_list ul li:hover {
    border-color: rgba(0, 0, 0, .1);
}

.animated-arrow {
    background: #2B5F75;
    width: 220px;
    /*border-bottom: 2px solid #08192d;*/
}

.animated-arrow:hover,
.i_prod_b .animated-arrow:hover,
.i_blog_b .animated-arrow:hover {
    background: #888;
}

.animated-arrow>b {
    font-weight: 500 !important;
}

.news_part .title_i_box h6 {
    font-size: 24px;
    color: #08192D;
    letter-spacing: 1px;
    font-family: 'Playfair Display';
}

.news_part .title_i_box h4 {
    font-size: 36px;
    color: #08192D;
    font-weight: bold;
    font-family: 'Noto Serif TC';
    writing-mode: vertical-rl;
    letter-spacing: 1px;
}

.news_part .title_i_box h4:after {
    content: '｜';
}

.news_part .title_i_box {
    line-height: 1.8;
    margin-bottom: 0;
    display: flex;
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: center;
    width: 100px;
}

.news_list {
    width: calc(100% - 100px);
    padding-left: 80px;
}

.news_list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
}

.i_news_b {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁文章*/
.module_i_news {
    background: #F6F8F9;
    padding: 100px 5%;
    position: relative;
}

.module_i_news section {
    max-width: 1440px;
}

.module_i_news .title_i_box h6 {
    font-size: 24px;
    color: #08192D;
    letter-spacing: 1px;
    font-family: 'Playfair Display';
    padding-bottom: 4px;
    padding-left: 4px;
}

.module_i_news .title_i_box h4 {
    font-size: 36px;
    color: #08192D;
    font-weight: bold;
    font-family: 'Noto Serif TC';
    letter-spacing: 1px;
}

.module_i_news .title_i_box h4:after {
    content: '｜';
}

.module_i_news ul {
    grid-template-columns: repeat(4, 1fr);
}

.module_i_news .title_i_box {
    line-height: 1.8;
    margin-bottom: 20px;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: end;
}

/*
.module_i_news section:before {
    background: #95afba;
    content: '';
    width: 1px;
    height: 60px;
    display: block;
    left: 50%;
    transform: translateX(50%);
    position: absolute;
    top: 0;
}
*/
.module_i_news li {
    width: 100%;
    margin: 0;
    border-bottom: none;
    /*padding: 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .075);*/
}

.module_i_news li a {
    display: flex;
    flex-flow: column wrap;
    gap: 0;
}

.i_blog_le {
    height: auto;
    overflow: hidden;
    position: relative;
}

.i_blog_le:after {
    content: 'READ MORE ＋';
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    width: max-content;
    line-height: 1;
    padding: 6px 12px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #888;
    opacity: 0;
    transition: all .4s;
}

.module_i_news li a:hover .i_blog_le:after {
    opacity: 1;
}

.i_blog_le img {
    min-width: 100%;
    margin: 0 auto;
    object-position: center;
    transition: 1s ease;
}

.module_i_news li a:hover .i_blog_le img {
    transform: scale(1.1);
}

.i_blog_ri {
    display: flex;
    flex-flow: column wrap;
    padding: 15px 5px 5px;
    position: relative;
    justify-content: center;
}

.i_blog_ri h5 {
    font-size: 22px;
    font-weight: 500;
    color: #08192D;
}

.i_blog_ri em {
    font-weight: 400;
    margin: 10px 0;
}

.i_blog_ri p {
    line-height: 175%;
    -webkit-line-clamp: 2;
    margin-top: 0;
}

.module_i_news li a:before,
.module_i_news li a:after,
.blog_subbox:before {
    display: none;
}

.module_i_news_list {
    padding: 20px 0;
}

/*
.i_blog_b b,
.i_blog_ri h5,
.i_blog_ri em,
.i_blog_ri p {
    font-family: 'Playfair Display', 'Noto Serif TC';
}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*首頁購物車*/
.products-list .item:nth-of-type(n+5) {
    display: none;
}

.prod_part {
    background: #fff;
    padding: 100px 5%;
    position: relative;
}

.prod_part section {
    max-width: 1440px;
}

.i_prod_tit h2 {
    font-size: 24px;
    color: #08192D;
    letter-spacing: 1px;
    font-family: 'Playfair Display';
    padding-bottom: 4px;
    padding-left: 4px;
}

.i_prod_tit span {
    font-size: 36px;
    color: #08192D;
    font-weight: bold;
    font-family: 'Noto Serif TC';
    letter-spacing: 1px;
}

.i_prod_tit span:after {
    content: '｜';
}

.pageIndex .products-list {
    grid-template-columns: repeat(4, 1fr);
}

.i_prod_tit {
    line-height: 1.8;
    margin-bottom: 20px;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: end;
}

.products-list .item {
    width: 100%;
    margin: 0;
    border-bottom: none;
    /*padding: 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .075);*/
}

.products-list .item a {
    display: flex;
    flex-flow: column wrap;
    gap: 0;
    padding: 0;
}

.pageIndex .productsListBox {
    padding: 20px 0;
}

.i_prod_b .animated-arrow {
    background: #08192D;
}

.products-list .name {
    font-size: 22px;
    color: #2B5F75;
    -webkit-line-clamp: 4;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 24px;
    margin: 0;
    font-weight: 500;
    text-align: center;
    transition: all 1s;
}

.products-list .item:hover .name {
    color: #08192D;
}

.products-list .more {
    display: none;
}

.i_blog_b .animated-arrow {
    background: #08192D;
}

.products-list .item a:after {
    content: 'READ MORE ＋';
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    width: max-content;
    line-height: 1;
    padding: 6px 12px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #888;
    opacity: 0;
    transition: all .4s;
}

.products-list .item:hover a:after {
    opacity: 1;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.copy,
.footer_info {
    display: none;
}

.footer {
    background: #0F2540;
    font-family: 'Noto Serif Display', 'Noto Serif TC', serif;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 1389/286;
}

.footer:before {
    content: "";
    position: absolute;
    width: 101%;
    height: 101%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(https://pic03.eapple.com.tw/changyucheng/footer.png)center / cover no-repeat;
}


@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {}

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #to_top {
        bottom: 60px;
    }
}

@media screen and (max-width: 600px) {}