@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body {
    font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
    overflow-x: hidden;
}

#content_main {
    background: transparent;
}

body.pageIndex:before {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/luster/bgbg.jpg) center / cover no-repeat;
}

/*大圖*/
.swiper-slide:first-of-type:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: 50%;
    aspect-ratio: 381/250;
    background: url(https://pic03.eapple.com.tw/luster/slogan1.svg) no-repeat center/cover;
}

.swiper-slide:nth-of-type(2):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 31.5%;
    height: auto;
    aspect-ratio: 1125/1043;
    background: url(https://pic03.eapple.com.tw/luster/slogan2.svg) no-repeat center/cover;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

.navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-header {
    max-width: 220px;
    padding: 14px 0 16px;
}

.nav-brand,
.nav-brand img {
    display: block;
}

.header_area,
.header_area.sticky {
    background: #FFF;
    box-shadow: 0 0 20px rgba(0 0 0 / 8%);
    padding: 0;
}

.main_header_area .container {
    max-width: 2000px;
    padding: 0 6%;
}

.stellarnav ul {
    font-family: 'Open Sans', 'Huninn', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}

.stellarnav li.has-sub>a:after {
    content: none;
}

.stellarnav>ul>li:not(:last-of-type)>a {
    line-height: 75px;
}

.stellarnav>ul>li>a,
.stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
    padding: 0 2px;
    height: auto;
    color: #36454F;
    letter-spacing: .5px;
    display: block;
    font-weight: normal;
    margin: 0 12px;
    text-transform: none;
    transition: all ease .3s;
}

.stellarnav>ul>li:hover>a,
.stellarnav>ul>li:last-of-type:hover>a,
.stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle) {
    color: #de9797;
}

.stellarnav>ul>li:last-of-type {
    background: #44A9AA;
    margin-left: 8px;
    border-radius: 40px;
    transition: all ease .3s;
}

.stellarnav>ul>li:last-of-type>a,
.stellarnav>ul>li:last-of-type:hover>a {
    color: #fff;
    margin: 0 20px;
}

.stellarnav>ul>li:last-of-type:hover {
    background: #f0b2b2;
}

.me_tp_features,
.swiper-pagination {
    display: none;
}

.stellarnav>ul>li:last-of-type>a {
    padding-left: 28px;
}

.stellarnav>ul>li:last-of-type>a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(https://pic03.eapple.com.tw/luster/bkg.svg) no-repeat center/cover;
}

/*次分類*/
.stellarnav ul ul {
    background: transparent;
    border: 1px solid #ECEBE8;
    /*box-shadow: 0 0 12px rgba(0, 0, 0, .05);*/
}

.stellarnav>ul>li.drop-left>ul,
.stellarnav>ul>li>ul {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.stellarnav>ul>li:hover>ul>li:hover>ul {
    top: -1px;
}

.stellarnav li li {
    background: #fff;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: 0;
    text-align: center;
    transition: all ease .3s;
}

.stellarnav li li:hover {
    background: #f0b2b2;
}

.stellarnav li li:last-of-type {
    border: none;
}

.stellarnav li li a:not(.dd-toggle),
.stellarnav li li.has-sub>a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li a:not(.dd-toggle) {
    color: #36454F;
    font-weight: 500;
    padding: 12px 18px;
    font-size: 15px;
    line-height: initial;
    height: auto;
    margin: 0;
    position: relative;
    letter-spacing: .5px;
}

.stellarnav li li:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li:hover a:not(.dd-toggle) {
    color: #fff;
}

/*首頁文章*/
.module_i_news {
    padding: 140px 0 120px;
    background: url(https://pic03.eapple.com.tw/luster/inbg.jpg) center / cover no-repeat;
}

.module_i_news li a {
    display: flex;
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    height: 100%;
    background: #fff;
    overflow: hidden;
    border-radius: 30px;
    gap: 0;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .05));
    transition: all ease .3s;
}

.module_i_news li a:hover {
    transform: scale(1.02);
}

.i_blog_le {
    aspect-ratio: 10/9;
}

.i_blog_ri {
    padding: 50px 30px 30px;
    display: flex;
    flex-flow: column wrap;
}

.module_i_news ul {
    grid-template-columns: repeat(4, 1fr);
}

.module_i_news section {
    max-width: 1600px;
    width: 90%;
}

.module_i_news li a:after,
.module_i_news li a:before {
    display: none;
}

.i_blog_ri h5 {
    font-weight: bold;
    font-size: 24px;
    color: #36454F;
    letter-spacing: 1px;
}

.i_blog_ri em {
    color: #36454F;
    opacity: .5;
    font-size: 13px;
    margin: 10px 0;
    letter-spacing: 1px;
}

.i_blog_ri p {
    color: #36454F;
    opacity: .85;
    letter-spacing: 1px;
    line-height: 1.5;
    -webkit-line-clamp: 1;
}

.module_i_news_list {
    padding: 60px 0;
}

/*標題*/
.module_i_news .title_i_box h4 {
    font-size: 32px;
    color: #44A9AA;
    font-weight: bold;
    letter-spacing: 1px;
}

.module_i_news .title_i_box h6 {
    font-size: 20px;
    color: #36454F;
    font-weight: bold;
    letter-spacing: 8px;
    font-family: 'Open Sans';
    transform: translateX(4px);
}

.module_i_news .title_i_box h6::after {
    content: 'OUR BLOG';
}

.module_i_news .title_i_box {
    display: flex;
    flex-flow: column-reverse wrap;
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
}

.module_i_news .title_i_box:before {
    content: "";
    vertical-align: middle;
    width: calc(50% - 110px);
    height: 1px;
    left: 0;
    bottom: 10px;
    position: absolute;
    background: #99A1A6;
}

.module_i_news .title_i_box:after {
    content: "";
    vertical-align: middle;
    width: calc(50% - 110px);
    height: 1px;
    right: 0;
    bottom: 10px;
    position: absolute;
    background: #99A1A6;
}

.module_i_news .title_i_box h4:before {
    content: '';
    background: url(https://pic03.eapple.com.tw/luster/dot.svg) center / cover no-repeat;
    width: 100%;
    height: auto;
    aspect-ratio: 19/3;
    max-width: 38px;
    display: block;
    margin: 0 auto 6px;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.animated-arrow {
    background: #F0B2B2;
    height: 44px;
    line-height: 44px;
    border-radius: 44px;
    width: 180px;
    letter-spacing: 1px;
    margin-top: 0;
}

/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.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 {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.copy,
.footer_info {
    display: none;
}

.footer {
    background: #44A9AA;
    font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 4167/1000;
}

.footer:before {
    content: "";
    position: absolute;
    width: 101%;
    height: 101%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(https://pic03.eapple.com.tw/luster/footer.jpg)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) {}