@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.stellarnav>ul>li:nth-of-type(2)>ul>li:first-of-type {
    display: none;
}

/*主選單*/
.navigation {
    display: flex;
    align-items: center;
}

.nav-header {
    max-width: 230px;
    padding: 8px 0;
    transition: all ease 0.3s;
}

.sticky .nav-header {
    max-width: 200px;
}

.nav-brand,
.nav-brand img {
    display: block;
}

.header_area,
.header_area.sticky {
    background: #fff;
    padding: 0;
    box-shadow: 0 0 20px rgba(0 0 0 / 12%);
    border-bottom: 3px solid #fff;
    transition: all ease 0.3s;
}

.header_area.sticky {
    background: transparent;
}

.main_header_area:before {
    background: rgba(255, 255, 255, .85);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    backdrop-filter: blur(10px);
}

.main_header_area .container {
    max-width: 1800px;
    padding: 0 5%;
}

.stellarnav ul {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}

.stellarnav li.has-sub>a:after {
    content: none;
}

.stellarnav>ul>li>a,
.stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
    font-size: 15px;
    padding: 0 2px;
    color: #555;
    display: block;
    font-weight: 500;
    margin: 0 16px;
    text-transform: none;
    height: 100%;
    line-height: 96px;
    letter-spacing: 1px;
    transition: all ease 0.3s;
}

.sticky .stellarnav>ul>li>a,
.sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
    line-height: 82px;
}

.stellarnav>ul>li:hover>a,
.stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle) {
    color: #0ba29b;
}

.me_tp_features,
.swiper-pagination {
    display: none;
}

/*次分類*/
.stellarnav ul ul {
    box-shadow: 0 10px 20px rgba(0 0 0 / 5%);
    background: transparent;
    right: 0;
}

.stellarnav>ul>li>ul {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.stellarnav li li {
    text-align: center;
    background: #fff;
    border: none;
    border-bottom: 1px solid #00000019;
    margin-bottom: 0;
    transition: all ease .3s;
}

.stellarnav li li:hover {
    background: #48b9b3;
}

.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;
}

.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: #777;
    padding: 10px 15px;
    font-weight: 500;
    line-height: initial;
    height: auto;
    margin: 0;
    position: relative;
    font-size: 14px;
}

.stellarnav ul ul ul {
    left: auto;
    right: 100%;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.other_select_page .other_promotion,
.other_select_page .page,
.other_select_page .promotion_title {
    display: none;
}

.animated15,
.fadeInUp {
    animation: none;
}

#content_main,
#content {
    font-family: 'Montserrat', 'Noto Sans TC', Microsoft JhengHei, sans-serif;
}

.main_part {
    width: 90%;
    max-width: 1440px;
    padding: 50px 0;
}

.path {
    padding: 0 0 20px;
}

/*預設解除背景輪播*/
#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 {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    aspect-ratio: 5/1;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.banner:before {
    content: "";
    position: absolute;
    width: 101%;
    height: 101%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(https://pic03.eapple.com.tw/jiayun/banner.jpg) center/cover no-repeat;
    filter: opacity(0.25);
}

.banner:after {
    content: "";
    position: absolute;
    width: 101%;
    height: 101%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(https://pic03.eapple.com.tw/jiayun/banner.png) center/cover no-repeat;
    z-index: 9;
}

.banner h5 {
    line-height: 1.4;
    color: #222;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 34px;
    font-family: 'Noto Sans TC';
    letter-spacing: 2px;
    z-index: 99;
    padding: 0 5%;
}

.banner h5:after {
    content: 'JIAYUN BOOKKEEPER';
    font-size: 20px;
    display: block;
    margin-top: 10px;
    font-family: 'Montserrat';
    color: #0BA29B;
    letter-spacing: 2px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*促銷*/
/*首頁*/
.news_part {
    padding: 100px 5% 0;
    /*background: url(https://pic03.eapple.com.tw/jiayun/tibgbg.jpg) bottom center / cover no-repeat;*/
}

.news_part .title_i_box h4 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.news_part .title_i_box h6 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
}

.news_part .title_i_box h6:after {
    content: 'NEWS';
}

.news_part .title_i_box:before {
    content: '';
    background: url(https://pic03.eapple.com.tw/jiayun/tit.svg) center / cover no-repeat;
    width: 100%;
    height: auto;
    aspect-ratio: 35/6;
    max-width: 350px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
}

.news_part .title_i_box {
    position: relative;
    margin-bottom: 60px;
}

.news_part .title_i_box:after {
    content: '';
    background: url(https://pic03.eapple.com.tw/jiayun/tit_01.svg) center / cover no-repeat;
    width: 100%;
    height: auto;
    aspect-ratio: 8 / 1;
    max-width: 64px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}

.news_part section {
    max-width: 1200px;
}

.news_list ul li {
    border-color: #ddd;
}

.news_list ul li p {
    color: #666;
    padding-right: 160px;
}

.news_list ul li span,
.news_list ul li p:after {
    color: #888;
}

.animated-arrow {
    background: #0BA099;
}

.news_list ul li a:hover {
    background: #F1FAF9;
}

.news_list ul li a:hover p:after {
    right: 60px;
}

.news_list ul li p:after {
    right: 40px;
}

.news_list {
    background: #fff;
}

.other_promotion li a:hover {
    background: #F1FAF9;
}

.promotions_page .edit {
    color: #666;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 1.65;
}

.promotion_title em {
    margin-right: 10px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
.blog_page h4.blog_category_title {
    display: none;
}

.blog_box,
.blog_le {
    padding: 0;
}

.blog_ri {
    padding: 0 0 0 60px;
}

.blog_subbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.blog_subbox:before {
    content: none;
}

.subbox_item {
    width: 100%;
    margin: 0;
    border-bottom: none;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .075);
}

.subbox_item a {
    display: flex;
    flex-flow: column wrap;
    gap: 0;
}

.blog_list_le {
    height: auto;
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
}

.blog_list_le:after {
    content: 'VIEW MORE +';
    font-size: 16px;
    font-weight: 500;
    width: 102%;
    height: 102%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(11, 162, 155, .9);
    opacity: 0;
    transition: all .4s;

}

.subbox_item a:hover .blog_list_le:after {
    opacity: 1;
}

.blog_list_le img {
    min-width: 100%;
    margin: 0 auto;
    object-position: center;
    transition: 1s ease;
}

.subbox_item a:hover .blog_list_le img {
    transform: scale(1.1);
}

.blog_list_ri {
    display: flex;
    flex-flow: column wrap;
    padding: 15px 10px 5px;
    position: relative;
    justify-content: center;
}

.blog_list_ri h5 {
    color: #0BA29B;
}

.blog_list_ri em {
    font-weight: 400;
    margin: 8px 0 10px;
}

.blog_list_ri p {
    line-height: 160%;
    -webkit-line-clamp: 2;
    margin-top: 0;
}

.subbox_item a:before,
.subbox_item a:after {
    content: none;
}

h5.blog_le_t {
    display: none;
}

.blog_le .accordion {
    border-radius: 0;
}

.accordion li .link a {
    color: #444;
    font-weight: 400;
    font-size: 15px;
    padding: 12px;
}

.accordion li .link {
    border-bottom: none;
}

.accordion li {
    transition: all 0.2s ease;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.open:hover,
.blog_le .accordion>li.on_this_category:hover {
    background: #0ba29a !important;
}

.blog_le .accordion>li.open,
.blog_le .accordion>li.on_this_category {
    background: #48B9B3 !important;
}

.blog_le .accordion>li.open .link a,
.blog_le .accordion>li.open .link i {
    color: #fff !important;
}

.submenu {
    background: #fff;
    font-size: 14px;
}

.submenu a {
    font-family: 'Noto Sans TC', sans-serif;
    color: #444;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 12px 12px 12px 36px;
    border-left: #F1FAF9 0 solid;
    transition: all .15s;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #F1FAF9;
    color: #222;
}

.submenu a i {
    left: 12px;
    font-weight: var(--fa-style, 900);
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
}

.submenu a:hover {
    border-left-width: 4px;
}

.blog_search input[type=search] {
    background: #fff;
    font-size: 13px;
    border-radius: 0;
    padding: 10px 36px 10px 12px;
}

.blog_search input[type=submit] {
    filter: grayscale(20);
}

.blog_le .accordion li .link i {
    transition: none;
}

/*內頁*/
.articel_mainPic,
.blog_shareData {
    display: none;
}

h4.blog_category_title {
    padding: 0;
    margin-bottom: 0;
    font-size: 26px;
    color: #444;
    letter-spacing: .5px;
}

.blog_box_edit {
    color: #666;
    font-size: 16px;
    letter-spacing: .5px;
}

.blog_box_edit * {
    line-height: 165%;
}

.blog_back {
    width: 100%;
    margin: 0 auto;
    grid-gap: 10px;
    justify-content: center;
}

.blog_back a {
    width: 100%;
    font-weight: 500 !important;
}

.blog_back a:hover {
    color: #fff !important;
    background: #0BA29B !important;
}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back {
    background: transparent;
    color: #0BA29B;
    border: 1px solid #0BA29B;
    transition: all .3s ease;
}

.news_related {
    padding: 48px 0;
    background: #F1FAF9;
}

.news_related_list {
    max-width: 1440px;
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.news_related_list li {
    width: calc((100% - 60px) / 4);
}

.news_related_list li a {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.lastPage {
    background: #0BA29B;
    margin: 40px auto 20px;
}

.news_related h6 span:before {
    color: #666;
    font-weight: 500;
    font-size: 22px;
}

.news_related_list li a p {
    margin: 8px auto 4px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*footer*/
.footer {
    background: #48b9b3;
    padding: 40px 0 0;
}

.footer_logo {
    margin: 0 0 20px;
    max-width: 200px;
}

.footer_logo img {
    max-width: 100%;
    display: block;
    filter: grayscale(1) brightness(10);
}

.footer .center {
    max-width: 1600px;
    padding: 0 6%;
}

.footer_menu a:first-child {
    display: none;
}

.footer_info {
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
    display: block;
}

.footer_info,
.footer_info li {
    padding: 0;
}

.footer_info ul {
    display: flex;
    width: 100%;
    letter-spacing: 0;
}

.footer_info li:nth-child(1) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer_info li p,
.footer_info li p a,
.footer_menu a {
    color: #fff;
    font-weight: 400;
    transition: all ease 0.3s;
}


.footer_info li p {
    display: inline-block;
    width: 50%;
    letter-spacing: 0px;
}

.footer_info li:nth-child(2) {
    width: 80%;
    position: relative;
}

.footer_menu {
    width: max-content;
    position: absolute;
    right: 0;
}

.footer_menu a {
    padding: 8px 12px;
    border: none;
    background: #0ba29a;
    margin: 0;
    margin-left: 6px;
}

.footer_menu a:hover {
    background: #0ba29a;
    color: #fff;
}

.copy,
.copy a,
.copy a:hover {
    color: rgba(255, 255, 255, .5);
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
}

.privacyLinks a+a {
    border-color: rgba(255, 255, 255, .5);
}

.copy {
    justify-content: flex-start;
    text-align: left;
    padding: 5px 6% 52px;
    border-top: none;
    max-width: 1600px;
    margin: 0 auto;
}

.box_link {
    display: none;
}

.footer_info li p.phone {
    order: 1;
}

.footer_info li p.tel {
    order: 2;
}

.footer_info li p.line {
    order: 3;
}

.footer_info li p.mail {
    order: 4;
}

.footer_info li p.add {
    order: 5;
}

@media screen and (max-width: 1360px) {
    .footer_info li p {
        width: 100%;
    }

    .blog_subbox {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1024px) {

    .stellarnav>ul>li>a,
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle),
    .sticky .stellarnav>ul>li>a,
    .sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
        line-height: 60px;
    }

    .footer_menu {
        position: static;
        width: 100%;
    }

    .footer_info ul {
        gap: 20px;
        padding: 0;
        flex-direction: column;
        width: 100%;
    }

    .footer_menu a {
        margin-bottom: 8px;
        margin-left: 0;
        margin-right: 6px;
    }

    .copy {
        text-align: left;
    }

    .footer .center {
        padding: 0 5%;
    }

    .copy {
        padding: 5px 5% 60px;
    }

    .footer_info li+li {
        margin-top: 0;
    }

    .footer_info li:nth-child(2) {
        width: 100%;
    }

    .footer_logo {
        margin: 0 0 15px;
    }

    .news_part .title_i_box h6 {
        font-size: 16px;
    }

    .news_part .title_i_box h4 {
        font-size: 24px;
    }

    .news_part .title_i_box:before {
        max-width: 200px;
    }

    .show_content {
        padding: 0;
    }

    .news_related_list li {
        width: calc((100% - 20px) / 2);
    }

}

@media screen and (max-width: 768px) {
    #bottom_menu li:not(:first-of-type) {
        display: none;
    }

    .footer.with_shopping_mode {
        padding: 32px 0 34px;
    }

    #to_top {
        bottom: 68px;
    }

    .nav-header,
    .sticky .nav-header {
        max-width: 200px;
    }

    .main_header_area .container {
        padding: 0;
    }

    .stellarnav.mobile .menu-toggle {
        padding: 14px 10px;
    }

    .stellarnav>ul>li>a,
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle),
    .sticky .stellarnav>ul>li>a,
    .sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle),
    .sticky .stellarnav>ul>li>a,
    .sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
        height: auto;
        line-height: 150%;
        margin: 0 8px;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #0ba29a;
    }

    .stellarnav.mobile>ul {
        border-top: none;
        border-right: none;
        box-shadow: 0 0 10px rgba(0 0 0 / 12%);
    }

    .stellarnav.mobile li.open {
        background: #F1FAF9;
    }

    .stellarnav>ul>li>a,
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle),
    .stellarnav.mobile>ul>li>a,
    .stellarnav>ul>li:last-of-type>a,
    .stellarnav>ul>li:last-of-type:hover>a,
    .stellarnav.mobile li li.has-sub a:not(.dd-toggle),
    .stellarnav li li>a:not(.dd-toggle) {
        padding: 10px 44px 10px 10px;
    }

    .stellarnav .icon-close:after,
    .stellarnav .icon-close:before,
    .stellarnav.mobile li.open li.open a.dd-toggle .icon-plus:before,
    .stellarnav.mobile li.open li.open a.dd-toggle .icon-plus:after,
    .stellarnav.mobile li.open li:hover a.dd-toggle .icon-plus:before,
    .stellarnav.mobile li.open li:hover a.dd-toggle .icon-plus:after {
        border-color: #fff;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 8px;
    }

    .stellarnav a,
    .stellarnav.mobile>ul>li>ul>li.has-sub.open>a {
        color: #fff;
    }

    .stellarnav.mobile>ul>li.open>a.dd-toggle {
        padding: 12px 6px 0;
    }

    .stellarnav.mobile li li a.dd-toggle {
        margin-right: 5px;
    }

    .stellarnav.mobile li.open li.open a.dd-toggle {
        padding: 8px 0 0;
    }

    .stellarnav.mobile li li.has-sub a:not(.dd-toggle),
    .stellarnav li li>a:not(.dd-toggle),
    .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) {
        padding: 10px 44px 10px 18px;
    }

    .stellarnav li li {
        text-align: left;
    }

    .stellarnav.mobile li.open li.open {
        background: #48b9b3;
    }

    .stellarnav ul ul ul {
        right: auto;
        left: 0;
    }

    .news_list ul li {
        border: none;
        border-bottom: 1px #ddd solid;
        background: #F1FAF9;
    }

    .news_list ul li p:after {
        margin: 8px 0 0;
    }

    .news_part {
        padding-top: 60px;
    }

    .banner h5:after {
        font-size: 15px;
        margin-top: 5px;
        letter-spacing: 1px;
    }

    .banner h5 {
        font-size: 24px;
    }

    .promotion_title h2 {
        margin-top: 10px;
    }

    .promotions_page .edit {
        letter-spacing: 0;
        text-align: justify;
    }

    .main_part {
        padding: 20px 0;
    }

    .blog_ri {
        padding: 0;
    }

    .blog_page h5.blog_le_t {
        display: block;
    }

    .blog_le {
        margin-bottom: 20px;
    }

    h5.blog_le_t em {
        color: #666;
        letter-spacing: 1px;
        font-size: 22px;
    }

    h4.blog_category_title {
        font-size: 24px;
    }

    .stellarnav ul ul {
        box-shadow: none;
    }

}

@media screen and (max-width: 600px) {
    .news_list ul li p {
        padding-right: 3px;
    }

    .blog_subbox {
        grid-template-columns: 1fr;
    }
}