@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:nth-last-of-type(2)>a {
    pointer-events: none;
}

#content,
body,
.navigation,
.footer {
    font-family: "Noto Serif TC", serif;
}

.pageIndex {
    background: #000;
}

.pageIndex .header_area {
    /*transform: translateY(-100%);
    top: -42px;
    opacity: 0;*/
    position: sticky;
}

.pageIndex .header_area.sticky {
    /*transform: translateY(0);
    top: 0;
    opacity: 1;*/
}

body:not(.other_page, .services_page, .pageIndex):before {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/xionglaihang/bgbg.jpg) bottom center / cover no-repeat;
}

.main_part {
    width: 90%;
    max-width: 1550px;
    padding: 80px 0;
}

.path {
    display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


.navigation {
    gap: 0 50px;
    padding: 0;
    transition: all ease 0.6s;
    display: flex;
    flex-flow: row;
    align-items: center;
}

.stellarnav {
    position: absolute;
}

.stellarnav ul {
    text-align: center;
}

.nav-header {
    max-width: 180px;
    padding: 10px 0;
    opacity: 1;
    z-index: 99999;
    transition: all ease 0.6s;
    /*position: absolute;
    left: 5%;
    background: #FEDF8F;*/
}

.sticky .nav-header {
    opacity: 0;
}

.sticky .navigation:hover .nav-header {
    opacity: 1;
}

.nav-brand,
.nav-brand img {
    display: block;
}

.header_area,
.header_area.sticky {
    position: fixed;
    background: linear-gradient(to bottom, black 15%, transparent);
    padding: 0;
    transition: all ease 0.6s;
}

.main_header_area .container {
    max-width: 90%;
}

.stellarnav li.has-sub>a:after {
    content: none;
}

.stellarnav>ul>li>a,
.stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
    padding: 0 2px;
    height: 100%;
    color: #fff;
    display: block;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0 10px;
    transition: all ease 0.6s;
}

.stellarnav>ul>li:hover>a,
.stellarnav>ul>li.open>a:not(.dd-toggle),
.stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle) {
    color: #f2ca04;
}

.me_tp_features {
    display: none;
}

/*次分類*/
.stellarnav ul ul {
    background: transparent;
}

.stellarnav li li {
    background: #361C15;
    border: none;
    border-bottom: 1px solid #ffffff7F;
    margin-bottom: 0;
    transition: all ease .3s;
}

.stellarnav li li:hover {
    background: #940003;
}

.stellarnav li li:last-of-type {
    border: none;
}

.stellarnav li li a:not(.dd-toggle),
.stellarnav li li.has-sub>a:not(.dd-toggle) {
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    line-height: initial;
    height: auto;
    margin: 0;
    font-size: 16px;
    letter-spacing: 2px;
    position: relative;
}

.stellarnav>ul>li.drop-left>ul {
    right: auto;
    left: 0;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: relative;
    height: auto;
    background: #000;
}

.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;
    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/xionglaihang/banner.jpg) center/cover no-repeat;
}

.banner:after {
    content: "";
    position: absolute;
    width: 101%;
    height: 101%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .7;
    z-index: 9;
}

.banner h5 {
    line-height: 1.5;
    color: #fff;
    letter-spacing: 4px;
    font-weight: bold;
    font-size: 40px;
    font-family: 'Noto Serif TC';
    letter-spacing: 3px;
    z-index: 99;
    padding: 30px 5% 0;
}

.banner h5:after {
    content: '—— XIONG LAI HANG ——';
    font-size: 18px;
    display: block;
    margin-top: 10px;
    color: #f3cb04;
    letter-spacing: 2px;
    font-family: 'Noto Serif TC', 'Playfair Display';
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
.blog_page h4.blog_category_title {
    display: none;
}

.blog_box {
    margin-top: 20px;
    padding: 0;
}

.blog_le {
    padding: 0;
}

.blog_ri {
    padding: 0 0 0 60px;
}

.blog_le,
.blog_ri {
    margin-bottom: 1vw;
}

.blog_subbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.blog_subbox:before {
    content: none;
}

.subbox_item {
    width: 100%;
    margin: 0;
    border-bottom: none;
}

.blog_subbox:has(.subbox_item:hover) .subbox_item:not(:hover) {
    filter: brightness(.25);
}

.subbox_item a {
    display: flex;
    flex-flow: column wrap;
    gap: 0;
}

.blog_list_le {
    padding: 0;
    height: auto;
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
}

.blog_list_le:after {
    content: '閱讀更多 +';
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    width: 105%;
    height: 105%;
    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(148, 0, 3, .9);
    opacity: 0;
    transition: all .4s;
}

.subbox_item a:hover .blog_list_le:after {
    opacity: 1;
}

.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 {
    display: flex;
    flex-flow: column wrap;
    padding: 15px 0 0;
    position: relative;
    justify-content: center;
}

.blog_list_ri h5 {
    font-weight: bold;
    color: #c79528;
    font-size: 22px;
    font-family: 'Noto Serif TC';
    letter-spacing: 2px;
}

.blog_list_ri em {
    font-weight: 400;
    font-size: 16px;
    margin: 6px 0 18px;
}

.blog_list_ri p {
    color: #FFF;
    line-height: 160%;
    padding: 14px 0 0;
    margin-bottom: 14px;
    -webkit-line-clamp: 2;
    text-align: justify;
    font-size: 16px;
    border-top: 1px solid #bbb;
    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;
    background: #000;
}

.accordion li .link a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    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,
.blog_le .accordion>li.open,
.blog_le .accordion>li.on_this_category {
    background: #A20003 !important;
}

.blog_le .accordion>li .link a,
.blog_le .accordion>li .link i {
    color: #fff !important;
}

.submenu {
    background: #361C15;
    font-size: 16px;
}

.submenu a {
    font-family: 'Noto Serif TC', serif;
    color: #fff;
    letter-spacing: .5px;
    font-weight: bold;
    padding: 12px 12px 12px 36px;
    border-left: #000 0 solid;
    transition: all .15s;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #000;
    color: #f2ca04;
}

.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: #000 4px solid;
}

.blog_search input[type=search] {
    background: #fff;
    font-size: 16px;
    border-radius: 0;
    padding: 12px 36px 12px 12px;
}

.blog_search input[type=submit] {
    filter: grayscale(20);
}

.blog_le .accordion li .link i {
    transition: none;
}

/*內頁*/
.articel_mainPic {
    display: none;
}

h4.blog_category_title {
    display: block;
    padding: 0;
    margin: 0;
    font-weight: 800;
    letter-spacing: 4px;
    font-size: 28px;
    font-family: 'Noto Serif TC';
    color: #c79528;
    text-align: left;
    padding-right: 200px;
}

.blog_in_page .blog_shareData {
    position: absolute;
    top: 0;
    right: 0;
    width: max-content;
}

.toShareNews {
    font-size: 1em;
    padding-top: 8px;
}

.blog_box_edit {
    color: #fff;
    font-size: 18px;
}

.blog_box_edit * {
    line-height: 180%;
}

.blog_back {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
}

.blog_back a {
    width: 100%;
    font-size: 18px;
    font-weight: bold !important;
}

.blog_back a.article_btn_back {
    background: none;
    border: 1px solid #f2ca04;
    color: #f2ca04;
}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev {
    border: 1px solid #f2ca04;
    background: #f2ca04;
    color: #000;
}

.news_related {
    background: rgba(0, 0, 0, .5);
    padding: 80px 0;
}

.news_related_list {
    max-width: 1550px;
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 30px;
}

.news_related_list li {
    width: calc((100% - 90px) / 4);
}

.lastPage {
    margin: 40px auto 20px;
    background: #A20003;
    font-weight: bold;
    font-size: 18px;
}

.news_related h6 {
    margin-bottom: 30px;
}

.news_related h6 span:before {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 24px;
    font-family: 'Noto Serif TC';
    color: #c79528;
}

.news_related_list li a p {
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 8px 5px;
    font-weight: 500;
    color: #444;
    font-size: 18px;
}

.news_related_list li figure {
    aspect-ratio: 4/3;
}

.toShareNews {
    color: #fff;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*footer*/
.footer {
    padding: 40px 0 0;
    background: #361C15;
}

.footer_logo {
    width: 100%;
    max-width: 240px;
    height: auto;
    background: url(https://pic03.eapple.com.tw/xionglaihang/footer_logo.svg) center no-repeat;
    aspect-ratio: 16/15;
    background-size: cover;
    margin: 0 auto;
}

.footer_logo a {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/15;
}

.footer_logo img {
    display: none;
}

.footer .center {
    max-width: 1024px;
    padding: 0 5%;
}

.footer_menu a:first-child {
    display: none;
}

.footer_info,
.footer_info ul {
    font-weight: 600;
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-self: center;
    align-content: center;
    text-align: center;
    letter-spacing: 0;
    padding: 0;
}

.footer_info ul {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #fff;
    gap: 32px;
}

.footer_info li:nth-child(1),
.footer_info li:nth-child(2),
.footer_info li p {
    width: 100%;
    padding: 0;
    letter-spacing: 1px;
}

.footer_info li p,
.footer_info li p a {
    color: #fff;
    font-size: 18px;
}

.footer_menu a {
    padding: 6px 12px 8px;
    border: none;
    border-radius: 30px;
    color: rgba(255, 255, 255, .75);
    background: transparent;
    margin: 0 6px;
    font-size: 18px;
    transition: all 0.4s;
}

.footer_menu a:hover {
    background: #F28D02;
}

.copy,
.copy a,
.copy a:hover {
    color: rgba(255, 255, 255, .5);
    font-size: 18px;
}

.copy {
    text-align: center;
    padding: 5px 5% 40px;
    border-top: none;
    max-width: 1024px;
    margin: 0 auto;
}

.box_link {
    display: none;
}

/*聯絡*/
.contact_content .information_right {
    display: none;
}

.contact_content .information_left,
.contact_content {
    width: 100%;
    padding: 0;
}

@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) {}