@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
.stellarnav>ul>li:first-of-type {
    display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

.main_header_area {
    background: #021b44;
    box-shadow: 0 12px 24px rgba(0 0 0 / 36%);
}

.main_header_area .container {
    max-width: 1600px;
    padding: 0 2%;
}

.navigation {
    padding: 0;
}

.stellarnav ul {
    font-family: 'Noto Serif TC', serif;
}

.stellarnav li.has-sub>a:after {
    content: none;
}

.stellarnav>ul>li>a {
    padding: 0 2px;
    line-height: 90px;
    height: 90px;
    color: #fff;
    display: block;
    font-weight: 600;
    margin: 0 16px;
    transition: all 0.3s;
}

.stellarnav>ul>li>a:hover,
.stellarnav li.has-sub:hover>a {
    color: #e0aa65;
    font-weight: bold;
}

.nav-header {
    top: 18px;
    z-index: 9999;
}

.nav-brand,
.nav-brand img {
    width: 240px;
    display: block;
}

.nav-brand img {
    filter: invert(1);
}

.me_tp_features {
    display: none;
}

/*次分類*/
.stellarnav>ul>li.drop-left>ul {
    right: auto;
    left: 0;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
.swiper-pagination {
    display: none;
}

#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    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;
    }
}

body:before {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/loveplayers/bgbg.jpg) center/cover no-repeat;
}

.banner {
    display: none;
}

.path p,
.path p a {
    color: #fff;
}

#content_main,
#content {
    font-family: 'Noto Serif TC', 'Cormorant', serif;
}

.main_part {
    max-width: 1400px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
.accordion li .link a,
.accordion li .link i,
.blog_list_ri h5,
.promotion_title h2,
.promotion_title * {
    color: #fff;
}

.blog_list_ri p {
    color: #ccc;
}

.blog_box {
    margin-top: 20px;
}

.blog_page .main_part {
    max-width: 1600px;
}

.blog_in_page .main_part {
    max-width: 1400px;
}

h5.blog_le_t {
    display: none;
}

.blog_le {
    padding: 0;
}

.blog_ri {
    padding: 0 0 0 40px;
}

.blog_search input[type=search] {
    border-radius: 0;
    background: #fff;
}

.blog_search input[type=submit] {
    filter: grayscale(1);
}

.blog_le .accordion {
    border-radius: 0;
}

.accordion li .link,
.accordion li:last-of-type {
    border-bottom: none;
    font-size: 15px;
    font-weight: 500;
}

.accordion li {
    border-bottom: 1px solid #ccc;
    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: linear-gradient(to right, #c27b2d, #e0ab66) !important;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.open:hover .link i,
.blog_le .accordion>li.on_this_category.open:hover .link a,
.blog_le .accordion>li.on_this_category:hover .link a,
.blog_le .accordion>li.on_this_category:hover .link i,
.blog_le .accordion>li.open .link i,
.blog_le .accordion>li.open .link a,
.blog_le .accordion>li.on_this_category .link a,
.blog_le .accordion>li.on_this_category .link i {
    color: #fff !important;
}

.blog_le .accordion>li.open,
.blog_le .accordion>li.on_this_category {
    background: #1d365e !important;
}

.submenu {
    background: #142c52;
}

.submenu a {
    font-family: 'Noto Sans TC';
    color: #fff;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 12px 12px 12px 36px;
    border-left: #021b44 0 solid;
    transition: all .15s;
}

.submenu a:before {
    font-weight: var(--fa-style, 900);
}

.submenu a:hover {
    background: #021b44;
    color: #fff;
    border-left: #021b44 4px solid;
}

.submenu a:before {
    left: 12px;
    font-family: var(--fa-style-family, "Font Awesome 6 Free")
}

.blog_subbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
}

.blog_subbox:before {
    content: none;
}

.subbox_item {
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
}

.blog_list_le {
    padding: 0;
    width: 100%;
    position: relative;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.blog_list_le img {
    min-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog_list_ri {
    padding: 12px 0;
    width: 100%;
}

.blog_list_ri h5 {
    font-weight: bold;
    font-family: 'Noto Serif TC';
    font-size: 22px;
    letter-spacing: 1px;
}

.blog_list_ri p {
    line-height: 150%;
    -webkit-line-clamp: 2;
    letter-spacing: .5px;
}

.subbox_item a:before,
.subbox_item a:after {
    content: none;
}

.subbox_item a:hover .blog_list_le:before,
.subbox_item a:hover .blog_list_le:after {
    opacity: 1;
}

.subbox_item a .blog_list_le:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: linear-gradient(to right, #c27b2d, #e0ab66);
    opacity: 0;
    transition: all .4s;
}

.subbox_item a .blog_list_le:before {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    content: '閱讀更多 +';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    transform: translate(-50%, -50%);
    width: 148px;
    height: 40px;
    left: 50%;
    top: 50%;
    z-index: 9;
    opacity: 0;
    transition: ease all .4s;
}

h4.blog_category_title {
    display: none;
}

/*內頁*/
.blog_in_page h4.blog_category_title {
    color: #fff;
    display: block;
    FONT-SIZE: 26PX;
    margin-bottom: 19px;
    border-bottom: 1px #999 solid;
    padding: 0 0 17px;
}

.blog_box_edit * {
    line-height: 175%;
}

.blog_box_edit,
.edit {
    font-size: 16px;
    color: #ddd;
    line-height: 175%;
}

.blog_back {
    width: 100%;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
}

.blog_back a {
    width: 100%;
}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back {
    background: linear-gradient(to right, #c27b2d, #e0ab66);
    color: #fff;
    font-weight: 60;
}

.page li:hover a {
    opacity: 1;
}

.page strong,
.page a:hover {
    background: #fff;
    color: #000;
}

.page li.activeN,
.page a {
    color: #fff;
    padding: 0;
}

.page li a {
    width: 29px;
    height: 29px;
    line-height: 29px;
}

/*促銷*/
.promotion_title em {
    margin-right: 15px;
}

.pmtTitle span,
.other_promotion .pmtTitle h3,
.other_promotion .pmtTime span {
    color: #fff;
}

.other_promotion .pmtTitle h3 {
    -webkit-line-clamp: 1;
}

.other_promotion li a:hover .pmtTitle span,
.other_promotion li a:hover .pmtTitle h3,
.other_promotion li a:hover .pmtTime span {
    color: #021b44;
}

.other_promotion li a,
.other_promotion li {
    width: 100%;
    margin: 0;
}

.other_promotion {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.other_promotion:after,
.other_promotion:before {
    content: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相簿*/
.show-list,
.other_subalbum,
.pic-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.pic-list {
    grid-gap: 10px 20px;
}

.show-list:before,
.other_subalbum:before,
.pic-list:before {
    content: none;
}

.show-list .item,
.other_subalbum li,
.pic-list .item {
    width: 100%;
    padding: 0;
    margin: 0;
}

.show-list .show_pic,
.pic-list .show_pic,
.other_subalbum li a div {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    aspect-ratio: 4/3;
}

.show-list .show_pic img,
.pic-list .show_pic img,
.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.subalbum-menu h2,
.other_subalbum li p {
    color: #444;
}

.show-list .show_name {
    FONT-WEIGHT: bold;
}

.show-list .item:hover .show_name,
.other_subalbum li p,
.pic-list .item h6 {
    FONT-WEIGHT: 600;
}

.show-list .item:hover .show_name {
    color: #c79a69;
}

.show-list .show_name {
    text-align: center;
    color: #fff;
    letter-spacing: 0;
}

.other_album_choice li a {
    color: #c79a69;
}

.other_album_choice li {
    background: none;
    border: 1px solid #c79a69;
    border-radius: 0;
}

.pic-list .item h6 {
    font-size: 17px;
}

.other_subalbum li {
    background: transparent;
}

.album_fixed_title {
    background: none;
}

.other_subalbum li p {
    margin-top: 8px;
}

.subalbum-menu h2 .block {
    display: none;
}

.album_fixed_title,
.subalbum-menu h2,
.other_subalbum li p,
.pic-list .item h6 {
    color: #fff;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡*/
.contact_page .path {
    display: none;
}

.contact_editbox {
    padding: 0;
}

.contact_content {
    padding: 60px;
    background: url(https://pic03.eapple.com.tw/loveplayers/bgb4.jpg) center / cover no-repeat;
}

.contact_content .information_left,
.contact_content .information_right {
    width: 100%;
    padding: 48px;
    background: #fff;
    position: relative;
}

.contact_content form {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact_content .information_left * {
    pointer-events: none;
    visibility: hidden;
}

.contact_content .information_left {
    background: url(https://pic03.eapple.com.tw/loveplayers/dd1.jpg) center/cover no-repeat;
}


.contact_form li {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 16px 0;
    border-bottom: none;
}

.contact_form li.last {
    justify-content: flex-end;
}

.contact_form li .form__insert {
    line-height: 175%;
}

.contact_form li .form__label {
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 4px;
    padding-right: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.star {
    order: 1;
}

.contact_form li .noborder {
    background: #fff;
    padding: 6px;
}

.contact_form li.last cite {
    background-color: #c79a69;
    color: #fff;
    border: 1px #c79a69 solid;
    margin-left: 8px;
    font-weight: 400;
}

.contact_form li.last blockquote {
    font-weight: 400;
    border: 1px #c79a69 solid;
    color: #c79a69;
}

.footer *.fas,
.footer *.fa-solid {
    font-family: 'Font Awesome 6 Free';
}

.footer_menu a {
    border-right: 1px rgba(255, 255, 255, .15) solid;
    transition: all .25s;
}

.footer_menu a:hover {
    background: none;
    color: #FFF;
}

.footer_logo section p s {
    display: inline-block;
}

.footer_info li {
    margin: 0 0 0 7%;
}

.footer_logo {
    max-width: 470px;
}

@media screen and (max-width: 1460px) {
    .footer_logo {
        flex-direction: column;
        max-width: fit-content;
    }
}

@media screen and (max-width: 1360px) {
    .blog_subbox {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1200px) {
    .footer_logo {
        flex-direction: unset;
        max-width: unset;
        margin: 0 0 10px;
        justify-content: flex-start;
    }

    .footer_info li {
        margin: 20px 15px 0 0;
    }
}


@media screen and (max-width: 1024px) {
    .main_header_area .container {
        padding: 0;
    }

    .nav-brand {
        margin: 0 auto;
        width: 180px;
    }

    .nav-header {
        padding: 12px 0;
    }

    .stellarnav>ul>li>a {
        line-height: 42px;
        height: 48px;
    }

    .other_promotion,
    .show-list,
    .other_subalbum,
    .pic-list {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (max-width: 960px) {
    .blog_subbox {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact_content form {
        display: flex;
        flex-flow: column-reverse wrap;
    }

    .contact_content,
    .contact_content .information_left,
    .contact_content .information_right {
        width: 100%;
        padding: 24px;
    }
}

@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: block;
    }

    #to_top {
        bottom: 68px;
    }

    #bottom_menu li:first-child:nth-last-child(2),
    #bottom_menu li:first-child:nth-last-child(2)~li {
        width: 100%;
        border-right: none;
    }

    #bottom_menu li:last-of-type {
        display: none !important;
    }

    .stellarnav>ul>li>a {
        margin: 0 8px;
    }

    .stellarnav>ul>li>a,
    .header_area.sticky .stellarnav>ul>li>a {
        height: auto;
        line-height: 150%;
    }

    .stellarnav.mobile.active {
        z-index: 124;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .stellarnav .menu-toggle:after {
        color: #fff;
    }

    .stellarnav.mobile>ul {
        border-top: none;
    }

    .stellarnav.mobile.left>ul {
        border-right: none;
        box-shadow: 5px 0 10px rgba(0, 0, 0, 0.5);
    }

    .stellarnav>ul>li {
        width: 100%;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: linear-gradient(to right, #c27b2d, #e0ab66) !important;
        color: #fff;
    }

    .stellarnav .icon-close {
        margin-right: 2px;
    }

    .stellarnav .icon-close:before,
    .stellarnav .icon-close:after,
    .stellarnav a.dd-toggle .icon-plus:before,
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 2px #fff;
    }

    .stellarnav.mobile li.open {
        background: #c79a69;
    }

    .stellarnav>ul>li>a:hover,
    .stellarnav>ul>li.has-sub:hover>a {
        color: #fff;
    }

    .stellarnav.mobile ul {
        background: #021b44;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 6px 10px;
    }

    .stellarnav.mobile>ul>li.open>a.dd-toggle {
        padding: 12px 10px 0;
    }

    .stellarnav.mobile>ul>li {
        border-bottom: 1px #ffffff19 solid;
    }

    .stellarnav.mobile li a {
        border-bottom: none;
    }

    .stellarnav li li {
        background: #fff;
    }

    .stellarnav.mobile li li.has-sub a,
    .stellarnav li li a,
    .stellarnav li li:hover a {
        padding: 12px 44px 12px 18px;
    }

    .stellarnav li li a,
    .stellarnav li li.has-sub>a,
    .stellarnav li li.has-sub:hover li a {
        text-align: left;
    }

    .blog_ri {
        padding: 0;
        width: 100%;
    }

    .blog_subbox {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }

    .blog_list_ri h5 {
        font-size: 19px;
    }

    .blog_in_page h4.blog_category_title {
        FONT-SIZE: 22PX;
    }

    .promotion_title h2 {
        font-size: 22px;
        margin: 12px 0 -10px;
    }

    .other_promotion {
        grid-template-columns: 1fr;
    }

    .main_part {
        padding: 40px 6% 10px;
    }

    .show-list,
    .other_subalbum {
        grid-template-columns: 1fr;
    }

    .contact_form li.last blockquote,
    .contact_form li.last cite {
        width: 120px;
    }

    .subalbum-menu h2,
    .subalbum-menu {
        margin: 0;
    }

    .blog_box {
        padding: 0;
    }

    .footer_logo>a img {
        width: 215px;
    }
}