@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n)

*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');


body {
    font-family: "Noto Serif TC", serif;
}

.edit_part {
    padding: 0;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection {
    background-color: #eeb540;
    color: #fff;
}

::selection {
    background-color: #eeb540;
    color: #fff;
}

body {
    overflow: overlay;
}

&::-webkit-scrollbar {
    background: #800F0F;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #800F0F;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #800F0F;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #eeb540;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #eeb540;
}

.swiper-pagination {
    display: none;
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
}


/* 開場 */
/* 1 */
.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/phoenix2023/bg-03.png);
    width: 100%;
    max-width: 100%;
    height: 101%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1000;
    opacity: 0;
    animation: action-bottom 2.5s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: 2.5s;
}

@keyframes action-bottom {
    0% {
        top: 1000px;
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        top: 0;
        transform: scale(1.);
        opacity: 1;
    }

}


/* 串串 */
.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/phoenix2023/bg-04.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1000;
    transform-origin: 50% 00%;
    animation: action-top 3s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: 3s;
}


@keyframes action-top {
    0% {
        top: -500px;
        opacity: 0;
    }

    30% {
        top: 0px;
        transform: scale(1) rotate(0);
        opacity: 1;
    }

    60% {
        transform: scale(1.1) rotate(5deg);
    }

    80% {
        transform: scale(0.9) rotate(-5deg);
    }

    100% {
        top: 0px;
        transform: scale(1) rotate(0);
        opacity: 1;
    }
}

/* 標題 */
.pageIndex .swiper-wrapper::before {
    content: "";
    display: block;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/phoenix2023/bg-05.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1000;
    transform-origin: 0% 50%;
    opacity: 0;
    animation: action-text 1.5s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: 3s;
    transition: all 0.5s;
}

@keyframes action-text {
    0% {
        transform: scale(1, 0);
        opacity: 0;
    }

    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}


.pageIndex:has(.swiper-wrapper .swiper-slide.swiper-slide-active:nth-of-type(1)) .swiper-wrapper::before {
    opacity: 0 !important;
    transition: all 0.5s;
}






/* 開場 */
/* 2 */

.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/phoenix2023/bg-06.png);
    width: 100%;
    max-width: 100%;
    height: 101%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1000;
    opacity: 1;
}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/phoenix2023/bg-07.png);
    width: 100%;
    max-width: 100%;
    height: 101%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1001;
    opacity: 1;
}



/* 大圖黑底 */
.pageIndex .swiper-wrapper::after {
    content: "";
    display: block;
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/phoenix2023/bg-11.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    z-index: 9999;
    transition: all 0.5s;
}












/*預設解除背景輪播*/
#content_main {
    margin: 0;
    background: #101010;
    z-index: 0;
    background-image: url('https://pic03.eapple.com.tw/phoenix2023/siangma_img017.png');
}

.bannerindex {
    position: relative;
    height: auto;
    z-index: 0;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}




#content {
    width: 100%;
    min-height: 80vh;
    background-image: url('https://pic03.eapple.com.tw/phoenix2023/siangma_img017.png');
    background-position: top center;
    background-size: 100% auto;
}









/* = == 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單設定*/



/*選單設定*/
.nav-menu {
    margin: 0;
}

.main_header_area .container {
    max-width: 95%;
}

.nav-menu>li:not(.tp_links) {
    padding-right: 15px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #eddab2;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #eddab2;
}

.nav-dropdown>li {
    text-align: center;
}

.header_area {
    position: fixed;
    z-index: 9999;
    padding: 0;
    width: 100%;
    background: linear-gradient(180deg, #222222c7 20%, transparent 100%);
    opacity: 1;
}

.pageIndex .header_area {
    opacity: 0;
    animation: header 1s forwards;
    animation-delay: 2.8s;
    transition: all 0.5s;
}

.header_area.sticky {
    position: fixed;
    background: transparent;
    pointer-events: all;
    transition: all 0.5s;
}

.main_header_area {
    background: transparent;
}

.main_header_area::before {
    display: block;
    width: 0%;
    height: 100px;
    background: #2f391f;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    transition: all 0.7s;
    box-shadow: 1px 1px 5px #00000050;
}

.header_area.sticky .main_header_area::before {
    width: 100%;
    transition: all 0.7s;
}

.main_header_area::after {
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(https://pic03.eapple.com.tw/dingfeng/icon-09.png);
    left: 50%;
}

.header_area.sticky .main_header_area::after {
    background-size: unset;
    top: 0;
    border-radius: 0;
    width: 100%;
    animation: none;
    opacity: 0.05;
    transition: all 1.4s;

}

.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: flex-start;
}

.pageIndex .header_area .nav-header {
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, 0);
    transition: all 0.5s;
}

.header_area .nav-header {
    position: absolute;
    z-index: 0;
    top: 10px;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, 0px);
    transition: all 0.5s;
}

.header_area.sticky .nav-header {
    top: 0;
    opacity: 1;
    transition: all 0.5s;
}

.stellarnav {
    position: relative;
    width: auto;
    z-index: 9900;
    line-height: normal;
    padding: 30px 0;
    border-radius: 0 0 10px 10px;
}

.header_area .stellarnav {
    transition: all 0.5s;
    top: 0px;
}

.header_area.sticky .stellarnav {
    top: 0;
    padding: 30px 0;
    transition: all 0.5s;
}

.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: right;
    display: flex;
    flex-direction: row;
}

.stellarnav>ul>li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.stellarnav>ul>li>a {
    padding: 0;
    color: #eeb540;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: auto;
    padding: 0;
    font-weight: 400;
    font-family: revert-layer;
    font-weight: bold;
    margin: 0;
}

.stellarnav>ul>li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #eddab275;
    margin: 0 10px;
}

.stellarnav>ul>li:nth-last-child(1):after {
    display: none;
}

.stellarnav li.has-sub>a:after {
    display: none;
}

/*LOGO設定*/
.header_area .nav-brand img {
    width: 100%;
    opacity: 1;
    transition: all 0.5s;
    transition-delay: 1s;
}

.header_area.sticky .nav-brand img {
    transition-delay: 0.5s;
    opacity: 1;
    transition: all 0.5s;
    transition-delay: 0.5s;
}

.nav-brand {
    display: inline-block;
    width: 350px;
    padding: 0;
}

.header_area .nav-brand::before {
    /* content: ""; */
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #47516A;
    background-image: url(https://pic03.eapple.com.tw/dingfeng/logo-36.png);
    z-index: -1;
    border-radius: 0 0 10px 10px;
    box-shadow: 1px 1px 3px #000000c9;
}

.stellarnav>ul>li>a {
    transition: all 0.5s;
}

.stellarnav>ul:hover>li>a {
    color: #efe29b75;
    transition: all 0.5s;
}

.stellarnav>ul>li>a:hover {
    color: #eddab2;
    transition: all 0.5s;
}

.stellarnav>ul>li.has-sub>a {
    padding-right: 0;
}



@keyframes header {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes rotate {
    0% {
        transform: translate(-50%, 0) rotate(0deg);
    }

    100% {
        transform: translate(-50%, 0) rotate(360deg);
    }
}



/* 購物籃 */
.me_tp_features {
    display: inline-block;
    width: auto;
    text-align: right;
    margin-bottom: 0px;
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.5s;
}

.sticky .me_tp_features {
    top: 33%;
    transition: all 0.5s;
}

.tp_links {
    display: none;
}

.box_search {
    display: none;
}

.box_search input[type=text] {
    display: none;
    background: url(../images/search-icon.png) no-repeat 9px center #fff;
    border: 0;
    padding: 2px 0px 4px 42px;
    width: calc(20% - 42px);
    border-radius: 10em;
    transition: all .5s;
    outline: none;
    background-color: transparent;
    border-bottom: 1px #3F3F3F solid;
    border-radius: 0;
    transition: all 0.3s;
}

.box_search input[type=text]:hover {
    color: #3F3F3F;
    transition: all 0.3s;
}

.box_search input[type=text]:focus {
    color: #3F3F3F;
    transition: all 0.3s;
}

.shop_search_btn {
    display: none;
    background: #3F3F3F;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}

.me_tp_features a {
    margin: 0 0;
    color: #eddab2;
}

.me_tp_features a.tp_btn_cart {
    margin-right: 20px;
}

.me_tp_features a.tp_btn_cart span {
    display: none;
}

.me_tp_features a.tp_btn_notice span {
    display: none;
}





/*下拉*/
.nav-dropdown>li>a {
    background: #f7f5f5;
    transition: 0.2s;
    letter-spacing: 1.5px;
    width: 100%;
}

.nav-dropdown>li>a:hover {
    transition: 0.2s;
    background-color: #eddab2;
    ;
    color: #fff
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}


.stellarnav ul ul {
    background: transparent;
    top: 40px;
}

.stellarnav li li {
    display: block;
    border: 1px #eeeeee2d solid;
    margin-bottom: -1px;
    background-color: #000;
}

.stellarnav li li a {
    padding: 15px 10px;
    display: block;
    color: #eeb540;
    font-weight: 900;
    transition: all 0.3s;
}

.stellarnav li li a:hover {
    padding-left: 15px;
    transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
    .nav-brand {
        width: 270px;
    }

    .header_area.sticky .nav-header {
        top: -7px;
    }

    .stellarnav>ul>li::after {
        margin: 0 10px;
    }

    .navigation {
        width: 100%;
        position: relative;
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-end;
        align-items: center;
    }

    .header_area .nav-header,
    .pageIndex .header_area .nav-header {
        position: relative;
        z-index: 0;
        top: 0px;
        left: auto;
        transform: none;
    }

    .stellarnav {
        padding: 10px 0;
    }

    .header_area.sticky .stellarnav {
        padding: 10px 0;
    }

}

@media screen and (max-width: 768px) {
    .nav-brand-m {
        display: block;
        text-align: left;
        padding: 15px 10px;
    }

    .nav-brand-m img {
        max-width: 200px;
        width: 100%;
    }

    .navigation {
        justify-content: center;
    }

    .nav-brand {
        width: 190px;
        padding: 0;
    }

    .header_area.sticky .nav-header {
        top: 20px;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .stellarnav .menu-toggle:after {
        color: #fff;
    }

    .header_area .stellarnav {
        padding: 10px 0;
    }

    .stellarnav>ul>li>a {
        writing-mode: horizontal-tb;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #DB5434;
        color: #fff;
    }

    .stellarnav.mobile.left>ul {
        left: 0;
        background: #000000b8;
        border: 0;
    }

    .stellarnav.mobile>ul>li>a {
        border: 0;
        padding: 20px;
        color: #eeb540;
    }

    .stellarnav>ul>li::after {
        display: none;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        border-bottom: solid 3px #fff;
    }

    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav.mobile li.open {
        background: #0000002e;
    }

    .stellarnav ul ul {
        top: 0;
    }

    .stellarnav.mobile ul {
        background: transparent;
    }

    .stellarnav li li {
        display: block;
        border: 0;
        margin-bottom: -1px;
        background-color: transparent;
    }

    .me_tp_features {
        display: none;
    }

    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav .icon-close::before {
        border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile > ul > li {
        border-bottom: 1px #dddddd52 solid;
    }


}

@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 15px 10px;
    }
}



@media screen and (max-width: 500px) {
    .nav-brand {
        width: 150px;
    }

    .main_header_area .container {
        max-width: 100%;
    }
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*Footer*/
.footer {
    border-top: none !important;
    padding: 0;
    height: auto;
    opacity: 1;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background: #800F0F;
}

.footer_logo {
    display: none;
}

.footer_menu {
    border-bottom: none !important;
    display: flex;
    flex-wrap: wrap;
}

.copy {
    background: transparent;
    color: #eeb540;
    border: none;
    margin-top: 0;
    border-top: 1px #eeb54070 solid;
    padding: 10px 0;
}

.copy a {
    color: #eeb540;
}

.footer_menu a:nth-child(1) {}

.footer_menu a {
    transition: all 0.3s;
}

.box_link {
    display: none;
}

.footer_info ul {
    width: 100%;
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
}

.footer .center {
    position: relative;
    max-width: 1440px;
}

.footer_info li p {
    width: auto;
    color: #eeb540;
    width: 50%;
}

.footer_info li p a {
    color: #eeb540;
}

.footer_info li p.taxid {
    display: none;
}

.footer_menu a {
    width: calc(100% / 4 - 10px);
    display: inline-block;
    padding: 10px;
    border: 0;
    margin: 5px;
    font-size: 14px;
    line-height: 100%;
    color: #eeb540;
    background: transparent;
    transition: all 0.5s;
}

.footer_menu a:hover {
    background: #eeb540;
    color: #fff;
    letter-spacing: 1px;
    transition: all 0.5s;
}

.footer_info {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0;
    justify-content: center;
}


.center {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}

.footer_info li:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    width: 48%;
}

.footer_info li:nth-child(1)::before {
    content: "CONTACT";
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px #eeb540 solid;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    color: #eeb540;
}

.footer_info li:nth-child(2) {
    width: 48%;
}

.footer_info li:nth-child(2)::before {
    content: "OTHER PAGE";
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px #eeb540 solid;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    color: #eeb540;
    text-align: left;
}






/* 浮動 */

.info_fix {
    width: auto;
    box-sizing: border-box;
    position: fixed;
    bottom: 70px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: flex-end;
    justify-content: flex-end;
    transition: all 0.7s;
    animation: footer-text forwards 1s;
    opacity: 0;
    z-index: 1;
    animation-delay: 3.3s;
}

.info_fix:hover {
    width: auto;
    right: 0;
    transition: all 0.7s;
}

.info_fix_links {
    display: flex !important;
    background: #565656bf;
    width: 50px;
    padding-bottom: 0;
    border: 1px #A29080 solid;
    /* border-radius: 0px 0 0 10px; */
    overflow: hidden;
    justify-content: flex-end;
    flex-direction: column;
}

.info_fix>span {
    display: none;
}

.info_fix_links a {
    background: transparent;
}

.info_fix_links a {
    display: block;
    width: 100%;
    height: 50px;
    overflow: visible;
    border-radius: 0;
    transition: .3s;
    background: transparent;
    margin-bottom: 0;
}

.info_fix_links a span {
    width: 20px;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.info_fix_links a span::before {
    background-size: contain;
}



.info_fix_links p {
    text-align: center;
    font-weight: 900;
    writing-mode: vertical-rl;
}


.info_fix_links {
    display: flex !important;
    background: #565656a1;
    width: 50px;
    padding-bottom: 0;
    border: 1px #fff solid;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
}

.info_fix>span {
    display: none;
}

.info_fix_links a {
    background: transparent;
}

.info_fix_links a {
    display: block;
    width: 100%;
    height: 50px;
    overflow: visible;
    border-radius: 0;
    transition: .3s;
    background: transparent;
    margin-bottom: 0;
}

.info_fix_links a span {
    width: 20px;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.info_fix_links a span::before {
    background-size: contain;
}



.info_fix_default.info_fix_google {
    color: #fff;
    background-color: #eeb540;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 120px;
    align-items: center;
    align-content: center;
}

.info_fix_default.info_fix_google:hover {
    background-color: #ab822d;
}

.info_fix_links p {
    text-align: center;
    font-weight: 500;
    writing-mode: vertical-rl;
    font-size: 16px;
}


.info_fix_google img {
    width: 25px;
    margin-bottom: 5px;
}







#to_top {
    color: #494949;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
    transition: all 0.7s;
}

#to_top:hover i {
    transform: translate(0, -5px);
    transition: all 0.7s;
}

#to_top i:before,
#to_top i:after {
    background: #494949;
}


.info_fix_default.info_fix_yt span::before {
    background-image: url(https://pic03.eapple.com.tw/mudao/footer-text-09.png);
    background-size: cover;
}



@keyframes footer-text {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}


@media screen and (max-width: 1440px) {
    .footer_info ul {}

    .footer_info li p {
        width: auto;
        min-width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .footer_info ul {
        display: flex
;
        width: 100%;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
    .footer_info li:nth-child(1) {
        width: 80%;
    }
    .footer_info li:nth-child(2) {
        width: 80%;
    }
}



@media screen and (max-width: 768px) {
    .footer_menu a {
        display: inline-block;
        padding: 5px 11px;
        border: 0;
        margin: 10px 5px;
        font-size: 14px;
        line-height: 100%;
        color: #fff;
        background: transparent;
        border-bottom: 1px #fff solid;
        width: 43%;
    }

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background-color: transparent;
    padding: 200px 100px 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner h5 {
    font-size: 36px;
    color: #fff;
}

.banner h5::after {
    content: "";
    display: block;
    font-size: 14px;
    color: #fff;
    letter-spacing: .2em;
    text-indent: .2em;
}

.banner.banA {
    display: none;
}

.banner.banA h5::after {}

.banner.banB {
    display: none;
}

.banner.banC {
    display: none;
}

.banner.banC h5::after {}

.banner.banD {}

.banner.banE h5::after {
    content: "PHOTO";
}







/*  */
.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/phoenix2023/banner-51.png);

}

.banner.banblog h5::after {
    content: "NEWS";
}



@keyframes banner-line {
    0% {
        width: 0;
        opacity: 0;
    }

    75% {
        width: 300px;
        opacity: .5;
    }

    100% {
        width: 300px;
        opacity: 1;

    }
}

@keyframes banner-text {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}




.main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 50px 20px;
}


/* 其他分頁 */
.other_promotion {
    display: none;
}

.other_select_page .page {
    display: none;
}





















/*購物車設定*/
/* 產品的看更多按鈕設定 */


.product_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 0;
    padding: 190px 0 100px;
}





/* 選單 */
.product-layer-two {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

.product-layer-two li {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: fit-content;
    text-align: left;
    transition: all 0.5s;
}

.product-layer-two>li {
    margin: 0 0 10px;
}

.product-layer-two li li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 8px solid;
    border-color: transparent transparent transparent #eeb540;
    position: absolute;
    left: -20px;
    top: 50%;
    opacity: 0;
    transform: translate(0, -50%);
    transition: all 0.5s;
}

.product-layer-two li li:hover:before {
    opacity: 1;
    left: 0;
    transition: all 0.5s;
}

.product-layer-two li a {
    color: #fff;
    border: 0;
    padding: 10px 20px;
    background: #eeb540;
    text-wrap: nowrap;
    transition: all 0.3s;
}

.product-layer-two li:hover>a {}

.product_page .show_content,
.product_info_page .show_content {
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.product-layer-two li ul {
    display: block !important;

    position: relative;
}

.product-layer-two li li {
    display: block;
    background: transparent;
    margin: 0;
}

.product-layer-two li li a {
    background: transparent;
}

.product-layer-two li i {
    top: 26px;
    transform: translate(0, -50%);
    color: #fff;
    display: none;
}

.product-layer-two li.active li a {
    color: #fff;
    background: transparent;
    font-weight: bold;
}






.page {
    color: #fff;
    width: 100%;
    margin: 0;
}

.product-layer-two li.active>a {
    background: #eeb540;
    border: 0;
    font-weight: bold;
    font-size: 17px;
}

/* 內容 */
.products-list .more {
    border: 1px solid #fff !important;
    color: #fff;
    width: 50% !important;
    margin: 0 auto;
    border-radius: 10px;
}

.products-list .item a:hover .more {
    background: #eeb540;
    border-color: #fff;
    color: #ffffff;
}

.products-list {
    width: 80%;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: none;
}

.products-list .item {
    width: calc(100% / 3 - 4%);
    display: inline-block;
    vertical-align: top;
    margin: 2%;
    margin-top: 0;
    background: transparent;
    border-radius: 0;
    transition: all 0.5s;
}

.products-list .item:hover {
    transition: all 0.5s;
}

.products-list .item a img {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    transition: all 0.5s;
}

.products-list .item a:hover img {
    transform: scale(1.05);
    transition: all 0.5s;
}

.products-list .name {
    font-size: 16px;
    color: #fff;
    height: auto;
    padding: 5%;
    text-align: center;
    margin-top: 0;
}

.products-list .name::before {
    /* content: ""; */
    /* text-align: center; */
    /* display: block; */
    /* width: 100%; */
    /* height: 1px; */
    /* background-color: #fff; */
    /* margin: 10px 0; */
}

.products-list .pic {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    border-radius: 50px;
    border: 2px #eeb540 solid;
    transition: all 0.5s;
}

.products-list .item a:hover .pic {
    transition: all 0.5s;
}



.products-list .price b {
    color: #ffffff94;
    font-size: 16px;
    width: calc(100% / 2 - 6px);
    text-align: center;
}

.products-list .price .sp_price {
    text-align: center;
    font-size: 20px;
    color: #eeb540;
}

.products-list .price {
    align-items: flex-end;
    padding: 10px 5px;
    border-top: 1px #ffffff6b solid;
}








/*內液*/
.product_info_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 200px 0px 100px;
}

.lastPage {
    background: #eeb540;
}

.nextaction {
    background-color: #c1b09c;
}

.lastaction {
    color: #fff;
    background-color: #c1b09c;
}

.bx-wrapper .bx-viewport {
    border: none;
    left: 0px;
    background: transparent;
}

.product_pic #bx-pager a {
    border: none;
}

.product_info_page .product-layer-two {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    margin-right: 10%;
    position: absolute;
}

.product-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sidebarBtn {
    padding: 3%;
    display: inline-block;
    width: 30%;
    max-width: 60%;
    vertical-align: top;
    border: 0;
    background: #00000038;
    border-radius: 0 140px 0 0;
}

.sidebarBtn h2 {
    color: #eeb540;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
    font-size: 24px;
}

.sidebarBtn {
    color: #fff;
}

.product_info li span {
    color: #fff;
}

#bx-pager h6 {
    display: none;
}

ul.prod li h3.prod-thumb {
    background: transparent;
    color: #eeb540;
    padding: 0;
    text-align: left;
}

ul.prod li h3.prod-thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #eeb540;
    margin: 10px 0;
}

ul.prod {
    list-style: none;
    display: block;
    width: 100%;
}

ul.prod li .prod-panel {
    color: #fff;
    text-align: left;
}

ul.prod li {
    margin-bottom: 40px;
    color: #fff;
}

.toShare {
    border-top: 0;
    color: #fff;
}

.toShare {}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px #eeb540 solid;
    border-radius: 10px;
}


/*  */
.half_box {
    width: 100%;
    float: left;
    padding-right: 0px;
}

ul.prod li span {
    color: #fff;
}

.qaform .breakF {
    border: 1px #fff solid;
    background: #00000061;
    color: #fff;
}

.half_box li.btn_blankTop {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}

.productBtn {
    text-align: center;
    width: 40%;
    background-color: transparent;
    background-image: none;
    margin-top: 10px;
    padding-left: 0;
    border: 1px #fff solid !important;
    color: #fff;
    transition: all 0.5s;
}

.productBtn:hover {
    background-color: #00000071;
    transition: all 0.5s;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #002454 !important;
}

/*  */

.prod_related {
    background: #0000001c;
    padding: 25px 15px;
}

.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #eeb540;
}

.related_list li a {
    display: block;
    padding: 0;
    background: transparent;
}

.related_list li a p {
    font-size: 18px;
    color: #fff;
    margin: 10px 0;
    font-weight: bold;
}

.related_list li {
    transition: all 0.5s;
}

.related_list li:hover {
    transition: all 0.5s;
}

.mobile_product_name {
    display: none;
}

.product_menu_list {
    margin-bottom: 0;
    width: 15%;
    height: fit-content;
    margin-right: 5%;
    position: relative;
}

.product_menu_list::before {
    \: "";
    display: block;
    width: 80%;
    height: 0;
    padding-bottom: 90%;
    background-image: url(https://pic03.eapple.com.tw/phoenix2023/logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -190px;
    left: 50%;
    transform: translate(-50%, 0);
}

.product_info_page .product_menu_list {
    display: none;
}



.inquiry_a3 {
    background: #eeb540;
}

.sidebarBtn .price {
    border-bottom: 1px solid #eeb540;
    display: flex;
    align-items: baseline;
}

.inquiry_a2 {
    background: #755412;
    border: 1px #eeb540 solid;
    border-radius: 10px;
}

.inquiry_a1 {
    background: #b7892b;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    letter-spacing: 2px;
    background: #ffc95a;
    box-shadow: 1px 1px 5px #ffffff47;
}


.product_main {
    position: relative;
    left: 100px;
    padding: 0;
    width: 60%;
    left: 0;
}

.pd_tabTitle li.activeTab a {
    color: #eeb540;
    font-size: 24px;
    font-weight: bold;
}

.pd_tabTitle li.activeTab::after {
    height: 2px;
    background: #eeb540;
}

.pd_tabTitle li {
    border-bottom: 0;
}

.prod_tabs {
    margin-top: 80px;
    width: 100%;
}

.edit {
    color: #fff;
}


@media screen and (max-width: 1440px) {
    .product_main {
        left: 100px;
    }

    .product_page .main_part {
        max-width: 1024px;
    }


}

@media screen and (max-width: 1024px) {
    .products-list .item {
        width: calc(100% / 2 - 2%);
    }
}




@media screen and (max-width: 768px) {
    .product-layer-two {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        margin-right: 0;
        justify-content: space-between;
        align-items: flex-end;
    }

    .product-layer-two li {
        width: calc(100% / 3);
    }

    .product-layer-two li a {
        text-wrap: pretty;
        word-break: keep-all;
    }

    .product-layer-two li:hover>a {
        padding-left: 20px;
    }

    .products-list {
        width: 100%;
        padding: 20px 0;
        margin-top: 30px;
    }

    .product_info_page .product-layer-two {
        display: none;
    }

    .product-wrapper {
        left: 0px;
    }

    .product_info_page .show_content {
        width: 100%;
        padding: 5%;
    }

    .product_main {
        position: relative;
        left: 0;
    }

}

@media screen and (max-width: 500px) {

    .products-list .item {
        width: 100%;
    }

    .product_page .main_part {
        max-width: 85%;
    }

    .product-layer-two li {
        width: calc(100% / 2);
    }

    .products-list .more {
        font-size: 14px;
    }

    .products-list .item {
        width: 100%;
    }

    .products-list .item a {
        padding: 10%;
    }

    .product_info_page .main_part {
        width: 100%;
        max-width: 85%;
        margin: auto;
        padding: 50px 0px;
    }

}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_main_header_area_back {
    background: #02642F;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: transparent !important;
}

.share_page .edit {
    text-align: justify;
    line-height: 180%;
    margin: 80px 0;
}

.subbox_item a:before,
.subbox_item a:after {
    transition: 0.3s;
}

.blog_le .accordion>li {
    width: 100%;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}

.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
    color: #fff;
    display: none;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
}

.blog_page .main_part {
    width: 100%;
    max-width: 60%;
    margin: auto;
    padding: 0px;
}

.clearfix:before,
.clearfix:after {
    display: none;
}




/* 選單 */
.blog_ri {
    width: 100%;
    padding: 0;
    min-height: 75vh;
}

.blog_box {
    min-height: 20vw;
    padding: 0px;
    display: flex;
    flex-direction: column;
}

.blog_le {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    /* padding: 0; */
}

h5.blog_le_t {
    display: none;
    font-size: 24px;
    font-weight: 500;
    color: #eeb540;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 80px;
    width: auto;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
}

.blog_search {
    width: 90%;
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-end;
}

.blog_search form {
    width: 20%;
    position: relative;
    display: none;
}

.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: none;
    overflow: visible;
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    border-top: 1px #43453d solid;
}

.accordion li .link a {
    font-size: 16px;
    color: #43453d;
    font-weight: 400;
    padding: 5px 10px;
    transition: all 0.3s;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #eeb540 !important;
    transition: all 0.3s;
}

.accordion li::before {
    content: "";
    display: block;
    background-color: #eeb540;
    height: 2px;
    width: 0%;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.accordion li:hover:before,
.blog_le .accordion>li.on_this_category::before {
    width: 95%;
    transition: all 0.5s;
}

.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #565656 solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}

.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}

.blog_search input[type=search]:focus {
    color: #ccc;
}








/* 內容 */
.subbox_item a:after {
    display: none;
}

.subbox_item a:before {
    z-index: 19;
    bottom: 15px;
    right: 15px;
    color: #43453d;
    letter-spacing: 0px;
    transition: all 0.3s;
}

.subbox_item a:hover:before {
    letter-spacing: 2px;
    transition: all 0.3s;
}

.blog_list_le {
    width: 100%;
    height: 0;
    padding-bottom: calc(100% - 10px);
    overflow: hidden;
    position: relative;
}

.i_blog_le img,
.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.subbox_item a:hover .blog_list_le img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 0.5s;
}



.subbox_item a {
    display: inline-block;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    grid-gap: 0;
}

.blog_list_ri {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    width: 100%;
}

.blog_list_ri h5 {}

.blog_list_ri em {}

.blog_list_ri p {
    font-size: 16px;
    color: #545454;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
    line-height: 30px;
}

.sidebarBtn .price span {
    color: #7e8d2994;
    font-size: 14px;
}

.product_info li .txt_box {
    color: #ffffff7a;
}

.sidebarBtn .price span.sp_price {
    color: #4c804d;
    font-size: 16px;
}

.prod_info_clearfix {
    display: none;
}

.blog_back a.article_btn_back {
    background: #eeb540;
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_main_header_area_back {
    background: #02642F;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: transparent !important;
}

.share_page .edit {
    text-align: justify;
    line-height: 180%;
    margin: 80px 0;
}

.subbox_item a:before,
.subbox_item a:after {
    transition: 0.3s;
}

.blog_le .accordion>li {
    width: 100%;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}

.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
    color: #fff;
    display: none;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li+li .link {
    padding: 0;
    border-top: 0;
}

.blog_page .main_part {
    width: 100%;
    max-width: 60%;
    margin: auto;
    padding: 0px;
}

.clearfix:before,
.clearfix:after {
    display: none;
}




/* 選單 */
.blog_ri {
    width: 100%;
    padding: 0;
    min-height: 75vh;
}

.blog_box {
    min-height: 20vw;
    padding: 0px;
    display: flex;
    flex-direction: column;
}

.blog_le {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    padding-top: 60px;
}

h5.blog_le_t {
    display: none;
    font-size: 24px;
    font-weight: 500;
    color: #eeb540;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 80px;
    width: auto;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
}

.blog_search {
    width: 90%;
    position: relative;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-end;
}

.blog_search form {
    width: 20%;
    position: relative;
}

.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: none;
    overflow: visible;
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    border-top: 1px #fff solid;
}

.accordion li .link a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    transition: all 0.3s;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #eeb540 !important;
    transition: all 0.3s;
}

.accordion li::before {
    content: "";
    display: block;
    background-color: #eeb540;
    height: 3px;
    width: 0%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.accordion li:hover:before,
.blog_le .accordion>li.on_this_category::before {
    width: 95%;
    transition: all 0.5s;
}

.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #fff solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
    filter: brightness(100);
}

.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}

.blog_search input[type=search]:focus {
    color: #ccc;
}








/* 內容 */
.subbox_item a:after {
    display: none;
}

.subbox_item a:before {
    opacity: 1;
    content: "閱讀全文";
    z-index: 19;
    bottom: 0;
    right: auto;
    left: 0;
    color: #eeb540;
    font-weight: bold;
}

.blog_list_le {
    width: 100%;
    height: 0;
    padding-bottom: calc(100% - 10px);
    overflow: hidden;
    position: relative;
}

.i_blog_le img,
.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.subbox_item a {
    display: inline-block;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.blog_list_ri {
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    width: 100%;
    padding-left: 0;
    padding-bottom: 40px;
}

.blog_list_ri h5 {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-family: shippori-mincho, Noto Serif TC;
    letter-spacing: 4px;
}

.blog_list_ri em {
    color: #fff;
}

.blog_list_ri p {
    font-size: 14px;
    color: #545454;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
    line-height: 30px;
    color: #fff;
}

.sidebarBtn .price span {
    color: #ffffff7a;
    font-size: 14px;
    margin-right: 10px;
}

.sidebarBtn .price span.sp_price {
    color: #eeb540;
    font-size: 20px;
}

.prod_info_clearfix {
    display: none;
}


.news_related {
    background: #1a1a1aa1;
}

.news_related h6 span:before {
    color: #eeb540;
}

.news_related_list li a p {
    font-size: 15px;
    color: #fff;
    line-height: 2;
}

.news_related_list li a {
    display: block;
    padding: 0;
    background: transparent;
    height: 100%;
}












/*文章分享變1排3個*/
.blog_page .main_part {
    max-width: 1200px;
    padding: 0 20px;
}

.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.subbox_item {
    width: calc(100% / 3 - 30px);
    padding: 0;
    border-bottom: 0;
    margin: 10px 5px;
    margin-bottom: 30px;
}


@media screen and (max-width: 768px) {
    .blog_list_ri h5 {
        font-size: 24px;
    }

    .subbox_item {
        width: calc(100% / 2 - 30px);

    }

    .blog_list_le {}
}


@media screen and (max-width: 600px) {
    .subbox_item {
        width: 100%;
    }
}

/**/




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
    max-width: 1400px;
}

.show-list .item:hover .show_name {
    color: #eeb540;
}

.show-list .show_pic {
    height: 30vh;
    max-height: 290px;
    padding-bottom: 0;
}

.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 30vh;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    border-radius: 50px;
    transition: all 0.3s;
}

.show-list a:hover .show_pic img {
    transform: scale(1.1);
    transition: all 0.3s;
}

/*次分類頁面*/
.other_album_choice li {
    background: #4c804d;
}

.other_subalbum li p {
    line-height: 220%;
    color: #43453d;
}

.other_subalbum li a div {
    height: 30vh;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}

.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.other_subalbum li a:hover div:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part {
    max-width: 80%;
    padding: 50px 0;
}

.album_info_page .main_part {
    max-width: ;
}

.show-list .show_pic {
    height: 60vh;
    max-height: 430px;
    padding-bottom: 0;
    overflow: hidden;
    border-radius: 50px;
}

.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 50vh;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

.show_content {}

.album_page .main_part {}

.album_page .main_part .show-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.show-list .item {
    width: 33.1%;
    padding: 0;
    margin: 20px;
    margin-bottom: 50px;
}


.album_fixed_title {
    display: none;
}


/*  */
.show-list a .show_name {
    font-size: 20px;
    color: #43453d;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 0;
    display: block;
    height: auto;
    opacity: 1;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    transition: all 0.3s;
}

.show-list .item:hover .show_name {
    color: #eeb540;
}

.subalbum-menu h2 {
    color: #c1b09c;
}

.show-list .item .overlay {
    display: none;
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    display: block;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .4s 100ms cubic-bezier(.42, 0, .58, 1);
}

.show-list .item:hover .overlay {
    display: none;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: 100%;
}





@media screen and (max-width: 768px) {
    .show-list .item {
        width: 100%;
    }

}

/*  */


@media screen and (max-width: 600px) {

    /*照片頁*/
    .pic-list .item {
        width: 96%;
        margin: 10px 2%;
    }
}


.edit,
.show_content {}

.pic-list {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
}

.pic-list .item {
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
}

.pic-list .show_pic {
    height: auto;
    padding: 0;
}

.pic-list .item img {
    max-width: 100%;
}

.other_subalbum li {
    display: inline-block;
    background: transparent;
    width: 100%;
    margin: 10px 0;
    border: none !important;
    color: #fff;
}


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {
    border-bottom: 2px solid #eeb540;
    padding: 10px 0;
}

.promotion_title {
    display: none;
}



@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: none !important;
    }

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #to_top {
        bottom: 60px;
    }

    .nav-menu {
        margin: 0;
    }

    .nav-menu>li:not(.tp_links) {
        padding-right: 0;
    }

    .nav-dropdown>li {
        text-align: left;
    }

    .nav-dropdown>li>a {
        width: calc(100% - 45px);
    }

    /*手機版LOGO設定*/
    .footer_logo {
        margin-left: unset;
        margin: auto;
        text-align: center;
    }

}

@media screen and (max-width: 600px) {

    /*手機板大圖*/
    /*
.swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/.../Banner-03.png) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/.../Banner-04.png) ; background-size:cover;   background-position: center;}
*/

}



.contact_editbox {
    padding: 0;
}

.contact_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
    background: url('https://pic03.eapple.com.tw/phoenix2023/siangma_img017.png') top repeat;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_content {
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
}

.list_before.info li {
    padding-left: 0;
    color: #43453d;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 25px 0;
}

.contact_form li .form__label {
    display: flex;
    color: #fff;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 900;
    flex-direction: row;
}

.blank_letter {
    font-size: 50px;
    color: #eeb540;
    background-position: left bottom;
    background-repeat: no-repeat;
    text-align: center;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 20px;
    text-indent: 20px;
}

.contact_content form {
    display: flex;
    justify-content: space-between;
}

.contact_content .information_left {
    display: none;
}

.contact_content .information_right {
    display: block;
    width: 100%;
    padding-left: 30px;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}

.contact_le_map {
    display: none;
}

.blank_letter.i {}

.list_before {
    margin-top: 0;
    margin-bottom: 0px;
}

.contact_form li {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% / 2 - 20px);
    padding: 20px 40px;
    border-radius: 20px;
    background: #00000075;
}

.contact_form li .form__insert {
    outline: #DB5434;
    color: #fff;
}

.contact_form li input.noborder {
    border: 1px #ffffff7d solid;
    background: transparent;
    color: #fff;
}

.contact_form li .form__insert:focus {
    border: 1px #DB5434 solid;
}

.contact_form li textarea.noborder {
    border: 1px #ffffff7d solid;
    background: transparent;
}

.contact_form li:nth-last-of-type(2) {
    /* width: 20%; */
}

.contact_form li.last {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.contact_form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
    grid-gap: 20px;
}

.contact_form li.last blockquote {
    color: #fff;
    background: transparent;
    transition: all 0.5s;
}

.contact_form li.last blockquote:hover input,
.contact_form li.last cite:hover input {
    letter-spacing: initial;
    color: #fff;
    transition: all 0.5s;
}

.contact_form li.last blockquote,
.contact_form li.last cite {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    padding: 3px 10px;
    text-align: center;
    border: 1px #eeb540 solid;
    width: 140px;
    background: transparent;
}

.contact_form li.last blockquote:hover,
.contact_form li.last cite:hover {
    background: #eeb540;
}

.contact_form li.last blockquote {
    margin-right: 10px;
}

.contact_form li.last cite {
    background: transparent;
    color: #43453d;
}

.prod_related h6 {
    margin: 0 auto 40px;
}

.list_before.info li::before {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inli ne-block;
    position: relative;
    margin-right: 20px;
}

.note {
    text-indent: 0;
    letter-spacing: 0;
}

.star {
    margin-left: 5px;
}

.contact_form li.last input {
    color: #fff;
}

.fa-arrow-right::before {
    color: #fff;
}


@media screen and (max-width: 768px) {
    .contact_form {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-bottom: 0;
        grid-gap: 20px;
        align-content: center;
        align-items: center;
    }
    .contact_form li {
        width: 80%;
    }
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        background: transparent;
    }
}