@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+Serif+TC:wght@200;300;400;500;600;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

.pageIndex .main_part {
    border-top: none;
}

body {
    font-family: "DM Serif Display", "Noto Serif TC", serif;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/

body {
    overflow: overlay;
}

&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #fff;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #fff;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #565656;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection {
    background-color: #444;
    color: #fff;
}

::selection {
    background-color: #444;
    color: #fff;
}


/* 
.swiper-wrapper .swiper-slide:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/mun/bg-04.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.swiper-wrapper .swiper-slide::before {
    content: "";
    display: block;
    position: absolute;
    top: -120px;
    left: 26vw;
    background-image: url(https://pic03.eapple.com.tw/mun/bg-07.png);
    width: 300px;
    height: auto;
    aspect-ratio: 1/1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100000;
    animation: banner-roate 15s infinite linear;
}


@keyframes banner-roate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}




.swiper-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    bottom:  0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/mun/bg-05.png);
    width: 101%;
    max-width: 101%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.swiper-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    bottom:  0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/mun/bg-06.png);
    width: 101%;
    max-width: 101%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}



.swiper-wrapper:before {
    animation: banner-bg 1s forwards ease-in;
}

.swiper-wrapper::after {
    animation: banner-bg 1s forwards ease-in;
    animation-delay: .5s;
}

@keyframes banner-bg {
    0% {
        opacity: 0;
        height: 95%;
    }

    100% {
        opacity: 1;
        height: 100%;
    }

}
 */





#content {
    background-image: url(https://pic03.eapple.com.tw/mun/bg-08.jpg);
    width: 100%;
    background-position: top center;
    background-size: cover;
}



@media screen and (max-width: 500px) {
    .swiper-slide img {
        width: 200%;
    }

    .swiper-slide:nth-child(1) img {
        position: relative;
        height: auto;
        left: -50%;
    }

    .swiper-slide:nth-child(2) img {
        position: relative;
        height: auto;
        left: 0%;
    }

}








/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #ADA17E;
}

.swiper-pagination {
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
    display: none;
}


/*預設解除背景輪播*/
#content_main {
    margin: 0;
    background-image: url(https://pic03.eapple.com.tw/mun/bg-08.jpg );
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.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;
    }
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 首頁最新消息 */

.news_part {
    width: 100%;
    padding: 100px 20px;
    background: #efe6df3d;
}

.news_part .title_i_box h6 {
    font-size: 100px;
    color: #0F4060;
    font-weight: 500;
}

.news_part .title_i_box::before {
    content: "";
    display: block;
    width: 330px;
    height: 120px;
    background-image: url(https://pic03.eapple.com.tw/mun/icon-13.png );
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.news_part .title_i_box h4 {
    font-size: 24px;
    color: #515151;
    font-weight: 800;
    letter-spacing: 12px;
}


.news_part .title_i_box {
    display: flex
;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    margin-right: 100px;
    margin-bottom: 0;
    position: relative;
}


.animated-arrow {
    background: transparent;
    margin-top: 30px;
    color: #5f5f5f;
    border-bottom: 1px #999 solid;
}

.news_list {
    max-width: 50%;
    width: 100%;
}

.news_part section {
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.i_news_b {
    max-width: 100%;
    width: 100%;
}









/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 首頁教學專欄 */
.module_i_news02.module_i_news{
    position: relative;
}
.module_i_news02.module_i_news::before {
    content: "";
    width: 369px;
    height: 584px;
    background-image: url(https://pic03.eapple.com.tw/mun/icon-14.png );
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -25vh;
    right: -40px;
}


.module_i_news02.module_i_news .title_i_box{
    position: relative;
}
.module_i_news02.module_i_news .title_i_box::before{
    content: "";
    display: block;
    width: 330px;
    height: 120px;
    background-image: url(https://pic03.eapple.com.tw/mun/icon-13.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 44%;
    top: 17%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.module_i_news02.module_i_news .title_i_box h4 {
    font-size: 24px;
    color: #515151;
    font-weight: 800;
    letter-spacing: 12px;
}

.module_i_news02.module_i_news .title_i_box h6 {
    font-size: 100px;
    color: #0F4060;
    font-weight: 500;
    letter-spacing: 10px;
    text-indent: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.module_i_news02.module_i_news .title_i_box h6::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #606060;
    margin: 0 auto;
    margin-top: 10px;
}

.module_i_news02.module_i_news .title_i_box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}


.module_i_news02.module_i_news li a {
    position: relative;
    display: flex;
    grid-gap: 10px;
    flex-direction: column;
}


.module_i_news02 .i_blog_le {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    line-height: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.module_i_news02 .i_blog_le:hover {
    border-radius: 50% 50% 0 0;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.module_i_news02.module_i_news li a .i_blog_le img {
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.module_i_news02.module_i_news li a:hover .i_blog_le img {
    transform: scale(1.1);
    filter: brightness(0.5);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}


.module_i_news02.module_i_news li a:after {
    display: none;
}

.module_i_news02.module_i_news li a:before {
    bottom: 60%;
    right: 50%;
    color: #fff;
    transform: translate(50%, 50%);
}

.module_i_news02 .i_blog_ri h5 {
    font-weight: 700;
    font-size: 24px;
    color: #948062;
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 首頁美甲專欄 */



.module_i_news01.module_i_news {
    position: relative;
}
.module_i_news01.module_i_news::before {
    content: "";
    width: 430px;
    height: 362px;
    background-image: url(https://pic03.eapple.com.tw/mun/icon-16.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -21vh;
    right: -80px;
}



.module_i_news01.module_i_news ul {
    gap: 10%;
    grid-template-columns: repeat(3, 1fr);
}

.module_i_news01.module_i_news .title_i_box h4 {
    font-size: 24px;
    color: #515151;
    font-weight: 800;
    letter-spacing: 12px;
}

.module_i_news01.module_i_news .title_i_box h6 {
    font-size: 100px;
    color: #0F4060;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 12px;
    position: relative;
}
.module_i_news01.module_i_news .title_i_box h6::before {
    content: "";
    display: block;
    width: 330px;
    height: 120px;
    background-image: url(https://pic03.eapple.com.tw/mun/icon-13.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 48%;
    top: 33%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.module_i_news01.module_i_news .title_i_box {
    display: flex
;
    width: 100%;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    position: relative;
    border-bottom: 1px #888078 solid;
    gap: 25px;
}


.module_i_news01.module_i_news li a {
    position: relative;
    display: flex;
    grid-gap: 10px;
    flex-direction: column;
}


.module_i_news01 .i_blog_le {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    line-height: 0;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 100px 40px 0 0;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.module_i_news01 .i_blog_le:hover {
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.module_i_news01.module_i_news li a .i_blog_le img {
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.module_i_news01.module_i_news li a:hover .i_blog_le img {
    transform: scale(1.1);
    filter: brightness(0.5);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}


.module_i_news01.module_i_news li a:after {
    display: none;
}

.module_i_news01.module_i_news li a:before {
    bottom: 60%;
    right: 50%;
    color: #fff;
    transform: translate(50%, 50%);
}

.module_i_news01 .i_blog_ri h5 {
    font-weight: 700;
    font-size: 24px;
    color: #948062;
}




/* 首頁相簿 */


.module_i_album {
    padding: 200px 20px;
    position: relative;
}
.module_i_album::before {
    content: "";
    width: 464px;
    height: 451px;
    background-image: url(https://pic03.eapple.com.tw/mun/icon-15.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -7vh;
    left: -210px;
}


.i_album_list {
    grid-template-columns: repeat(3, 1fr);
}


.i_album_list li a p {
    width: 100%;
    height: 2em;
    position: absolute;
    background: transparent;
    top: 50%;
    transform: translate(0%, -50%);
    color: #fff;
    z-index: 2;
    transition: all 0.5s;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.15em;
}

.i_album_list li:hover p {
    height: 2em;
    opacity: 0;
    transition: all 0.5s;

}

.module_i_album .title_i_box {
    display: flex
;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.module_i_album .title_i_box::before{
        content: "";
        display: block;
        width: 330px;
        height: 120px;
        background-image: url(https://pic03.eapple.com.tw/mun/icon-13.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        left: 110px;
        top: 17%;
        transform: translate(-50%, -50%);
        z-index: 1;
}

.module_i_album .title_i_box h6 {
    font-size: 100px;
    color: #0F4060;
    font-weight: 500;
    letter-spacing: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.module_i_album .title_i_box h6::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #606060;
    margin-top: 10px;
}

.module_i_album .title_i_box h4 {
    font-size: 24px;
    color: #515151;
    font-weight: 800;
    letter-spacing: 12px;
}

.module_i_album section {
    width: 100%;
    max-width: 70%;
}

.i_album_list li a p span {
    display: none;
}

@media screen and (max-width: 768px) {
    .i_album_list {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media screen and (max-width: 500px) {
    .i_album_list {
        grid-template-columns: repeat(1, 1fr);
    }
}













/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
.nav-menu {
    margin: 0;
}

.main_header_area .container {
    max-width: 90%;
}

.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: #ADA17E;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #ADA17E;
}

.nav-dropdown>li {
    text-align: center;
}

.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
}

.main_header_area {
    position: relative;
    background: transparent;
}

.header_area .main_header_area::before {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/mun/header-03.png);
    position: absolute;
    top: -170px;
    left: 0;
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    height: 85px;
    background-color: #fff6;
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
    backdrop-filter: blur(13px);
}

.header_area.sticky .main_header_area::before {
    top: 0;
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);

}

/* .header_area .main_header_area::after {
    content: "";
    position: absolute;
    display: block;
    width: 0%;
    height: 2px;
    background-color: #fff;
    top: 160px;
    left: 0px;
    box-shadow: 0px 5px 5px #000;
    transition: all 1s;
}
.header_area.sticky .main_header_area::after {
    width: 100%;
    transition: all 3s;
} */

/* LOGO */
.header_area .nav-header {
    position: absolute;
    z-index: 123;
    top: 26px;
    left: 0;
    max-width: 280px;
    opacity: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_area.sticky .nav-header {
    top: 3px;
    opacity: 1;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.nav-brand {
    display: inline-block;
    width: 460px;
}




@media screen and (max-width: 1400px) {
    .nav-brand {
        display: inline-block;
        width: 240px;
    }

    .header_area .nav-header {
        top: 33px;
    }

    .header_area.sticky .nav-header {
        top: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .nav-brand {
        display: inline-block;
        width: 180px;
    }

    .header_area .nav-header {
        top: 39px;
        left: -30px;
    }

    .header_area.sticky .nav-header {
        top: 21px;
    }

}

@media screen and (max-width: 768px) {
    .header_area .nav-header {
        left: 50%;
        transform: translate(-50%, 0px);
        z-index: 0;
        top: 24px;

    }
}




/* 選單選項 */
.stellarnav>ul {
    margin: 0;
    padding: 0;
    text-align: center;
    padding: 0;
    text-wrap: nowrap;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_area .stellarnav>ul::after {
    content: "";
    display: block;
    width: 130%;
    height: 1px;
    background-color: #565656;
    margin: 0 auto;
    position: relative;
    top: 23px;
    left: 50%;
    transform: translate(-50%, 0px);
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_area.sticky .stellarnav>ul::after {
    width: 500%;
    height: 2px;
    background-color: #fff;
    box-shadow: 0px 3px 5px #0000001f;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}



.header_area .me_tp_features {
    position: absolute;
    top: 50px;
    right: 0;
    width: 260px;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: none;
}

.header_area.sticky .me_tp_features {
    top: 28px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_area .stellarnav {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    z-index: 9900;
    line-height: normal;
    opacity: 0;
    transition: all 1s cubic-bezier(0.68, 0.55, 0.265, 1.55);
}

.header_area.sticky .stellarnav {
    top: 20px;
    opacity: 1;
    transition: all 1s cubic-bezier(0.68, 0.55, 0.265, 1.55);
}






/* 選單字 */


.stellarnav>ul>li {
    min-width: 120px;
}

.stellarnav>ul>li:nth-of-type(1) {
    display: none;
}


.stellarnav>ul>li>a {
    display: flex;
    padding: 0;
    margin: 0;
    color: #565656;
    letter-spacing: 1.5px;
    font-weight: 400;
    flex-direction: column;
    align-items: center;
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav>ul>li>a b:nth-child(1) {}

.stellarnav>ul>li>a b {
    font-weight: 500;
}


@media screen and (max-width:1400px) {
    .stellarnav>ul>li>a {
        margin: 0 5px;
    }

}



/* 購物籃 */
.tp_links {
    display: none;
}

.box_search input[type=text] {
    background: url(../images/search-icon.png) no-repeat 9px center #fff;
    border: 0;
    padding: 2px 0px 4px 42px;
    width: calc(100% - 42px);
    border-radius: 10em;
    transition: all .5s;
    outline: none;
    background-color: transparent;
    border-bottom: 1px #565656 solid;
    border-radius: 0;
    transition: all 0.3s;
}

.box_search input[type=text]:hover {
    color: #565656;
    transition: all 0.3s;
}

.box_search input[type=text]:focus {
    color: #565656;
    transition: all 0.3s;
}

.shop_search_btn {
    display: none;
    background: #565656;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}

.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-bottom: 0;
    margin-right: 30px;
}

.me_tp_features a {
    margin: 0 0;
}

.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;
}

@media screen and (max-width:1270px) {
    .box_search {
        display: none;
    }

    .header_area .me_tp_features {
        width: 90px;
    }
}


/*下拉*/
.stellarnav>ul>li.has-sub>a {
    padding-right: 0;
}

.stellarnav ul ul {
    top: auto;
    width: 200px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #ffffffbf;
    border: 2px #fff solid;
    display: none !important;
}

.stellarnav li li {
    display: block;
    border: 0;
    margin-bottom: 0;
}

.stellarnav li li a,
.stellarnav li li.has-sub>a:nth-child(1) {
    padding: 15px 20px;
    display: block;
    color: #565656;
    background: transparent;
    font-size: 14px;
    backdrop-filter: blur(5px);
    font-weight: 600;
    white-space: break-spaces;
    transition: all 0.3s;
}

.stellarnav li li a:hover,
.stellarnav li li.has-sub>a:nth-child(1):hover {
    padding-left: 25px;
    background: #ffffff52;
    backdrop-filter: blur(12px);
    box-shadow: 0px 1px 2px #00000054;
    transition: all 0.5s;
}

.stellarnav ul ul ul {
    top: 0;
    left: 187px;
}

@media screen and (max-width: 768px) {
    .header_area .me_tp_features {
        display: none;
    }

    .header_area.sticky .me_tp_features {
        display: none;
    }

    .header_area .stellarnav {
        top: 10px;
        left: 0px;
        transform: none;
    }

    .header_area .stellarnav {
        top: 10px;
    }

    .header_area.sticky .stellarnav {
        top: 10px;
    }

    .stellarnav.mobile.active {
        z-index: 1000000;
    }


    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        border: 0;
    }

    .stellarnav.mobile.left .close-menu {
        background: #565656;
        color: #fff;
    }

    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav .icon-close::before {
        border-bottom: solid 3px #fff;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 30px 43px 30px 10px;
    }

    .header_area .stellarnav>ul::after {
        display: none;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 6px;
        position: absolute;
        top: 21px;
    }

    .stellarnav li li a:hover,
    .stellarnav li li.has-sub>a:nth-child(1):hover {
        padding-left: 25px;
        background: inherit;
        backdrop-filter: none;
        box-shadow: none;
        transition: all 0.5s;
    }

    .stellarnav.mobile li.open li.open {
        background: #eee;
        padding: 0;
    }

    .stellarnav.mobile li.open {
        background: #f3f3f3;
        padding: 0;
    }

    .stellarnav ul ul {
        border: 0;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #565656;
    }

    .stellarnav .menu-toggle:after {
        color: #565656;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.nav-brand img {
    max-width: 100%;
}

.footer_logo img {
    width: 100%;
}

.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    height: 80px;
    margin: 0 10px;
}

.footer_logo::after {
    content: "勤祥有限公司";
    display: block;
    color: #494949;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    left: 50px;
    letter-spacing: 1px;
}

@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%;
    }
}



/*Footer*/
.footer {
    border-top: none !important;
    padding: 0;
    height: auto;
    opacity: 1;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background: #b18b6d;
    z-index: 100;
}

.footer_info ul {
    display: flex;
    vertical-align: top;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pageIndex .footer {
    opacity: 1;
    /* animation: footer-text forwards 1s; */
    animation-delay: 2.6s;
}

.footer_menu {
    border-bottom: none !important;
    display: flex;
    justify-content: center;
}

.copy {
    background: transparent;
    color: #fff;
    border: none;
    margin-top: 0;
    border-top: 1px #ffffff54 solid;
    padding: 10px 0;
}

.copy a {
    color: #fff;
}

.footer_menu a:nth-child(1) {
    display: none;
}

.footer_menu a:hover {
    background: #02642F;
}

.footer_menu a {
    transition: all 0.3s;
}

.box_link {
    display: none;
}

.footer_info li p {
    width: auto;
    color: #fff;
    width: fit-content;
    margin-right: 50px;
}

.footer_info li p a {
    color: #fff;
}

.footer_menu a {
    display: inline-block;
    padding: 5px 11px;
    border: 0;
    margin: 0 5px;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    background: transparent;
}

.footer_menu a:hover {
    background: #fff;
    color: #000;
}

.footer_info {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0;
    justify-content: center;
}


.center {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
}

.footer_info li:nth-child(1) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    text-align: left;
    width: 100%;
}

.footer_info li:nth-child(1)::after {
    content: "營業時間：10:00-20:00";
    display: block;
    color: #fff;
    font-size: 14px;
}

.footer_info li:nth-child(2) {
    position: relative;
    width: 100%;
}


.footer_info li p.add {}

.footer_info li p.add2 {
    margin-top: 10px;
}

.footer_logo {
    display: none;
}



/* 浮動 */
.info_fix {
    width: 50px;
    box-sizing: border-box;
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}

.info_fix_links {
    display: flex !important;
    width: 50px;
    padding-bottom: 0;
    gap: 10px;
}



.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: #ad9a8c;
    margin-bottom: 0;
    border-radius: 10px;
}

.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 a:hover {
    background: #957d6b;
}

.info_fix_links a.info_fix_ig {
    display: none;
}

/* top */
#to_top {
    display: none !important;
    position: fixed;
    bottom: 27px;
    left: auto;
    right: 0;
    z-index: 600;
    width: 50px;
    height: 50px;
    padding-top: 0px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: transparent;
    box-shadow: none;
    border-radius: 100%;
    opacity: 1 !important;
}

#to_top i:before,
#to_top i:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100px;
    background: #fff;
    transition: all 100ms ease-in-out;
}

span.line {
    width: 50%;
    height: 1px;
    background-color: #fff;
    margin: 20px 0;
}


@media screen and (max-width: 768px) {
    .info_fix_links {
        padding-bottom: 80px;
        background: #5656566b;
    }

}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    display: flex;
    background: transparent;
    padding: 40px 10vw;
    justify-content: space-between;
}


.banner::after {
    content: "";
    display: block;
    width: 33vw;
    aspect-ratio: 669/897;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}






.banner h5 {
    font-size: 70px;
    color: #0F4060;
    letter-spacing: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-transform: uppercase;
    font-weight: 500;
}

.banner h5::after {
    content: "";
    display: block;
    color: #3A3A3A;
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
    order: 2;
    letter-spacing: 3px;
}

.banner h5::before {
    content: "";
    display: block;
    width: 100vw;
    max-width: 50vw;
    height: 1px;
    background-color: #888078;
    order: 1;
    margin: 20px 0;
    margin-left: -10vw;
}













.banner.banA {
    display: none;
}

.banner.banA h5::after {}

.banner.banB {
    display: none;
}

.banner.banC {
    display: none;
}

.banner.banD {}



.banner.banF {}

.banner.banF h5::after {}








.banner.banblog::after {
    background-image: url(https://pic03.eapple.com.tw/mun/banner-09.png);
}

.banner.banblog h5::after {
    content: "美甲專欄";
}






.article_b .banner.banblog::after {
    background-image: url(https://pic03.eapple.com.tw/mun/banner-10.png);
}

.article_b .banner.banblog h5::after {
    content: "教學專欄";
}



.banner.banF::after {
    background-image: url(https://pic03.eapple.com.tw/mun/banner-11.png);
}

.banner.banF h5::after {
    content: "精選好物";
}





.banner.banE::after {
    background-image: url(https://pic03.eapple.com.tw/mun/banner-12.png);


}

.banner.banE h5::after {
    content: "美甲作品";

}







@media screen and (max-width: 1440px) {
    .banner {
        padding-right: 10%;
        background-position: -110px;
    }

}

@media screen and (max-width: 1024px) {
    .banner {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-right: 0%;
        padding-top: 16%;
        background-position: center;
    }

    .banner h5 {
        text-align: center;
    }

}

@media screen and (max-width: 768px) {
    .banner {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-right: 0%;
        padding-top: 27%;
        background-position: center;
    }

}

@media screen and (max-width: 425px) {
    .banner {
        padding-top: 35%;
    }
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*購物車設定*/
/* 產品的看更多按鈕設定 */


.product_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 0;
    padding: 100px 0;
}





/* 選單 */
.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 #948062;
    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: #565656;
    border: 0;
    padding: 10px 20px;
    background: transparent;
    text-wrap: nowrap;
    border-bottom: 1px #5555558f solid;
    transition: all 0.3s;
    font-weight: bold;
}

.product-layer-two li a:hover {
    color: #948062;
}

.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: transparent;
    border: 0;
    border-bottom: 1px #948062 solid;
    font-weight: bold;
    font-size: 17px;
    color: #948062;
}

/* 內容 */
.products-list .more {
    border: 1px solid #fff !important;
    color: #fff;
    width: 50% !important;
    margin: 0 auto;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.5s;
}

.products-list .item a:hover .more {
    background-color: #133F59;
    opacity: 1;
    transition: all 0.5s;
}

.products-list {
    width: 81%;
    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 - 40px);
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin: 20px;
    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;
    transition: all 0.5s;
}

.products-list .item a:hover img {
    border-radius: 50% 0 0 0;
    transition: all 0.5s;
}

.products-list .name {
    font-size: 16px;
    color: #565656;
    height: auto;
    padding: 5%;
    text-align: center;
    margin-top: 0;
    font-weight: bold;
}

.products-list .name::before {}

.products-list .pic {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    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: #948062;
}

.products-list .price {
    display: none;
    align-items: flex-end;
    padding: 10px 5px;
    border-top: 1px #ffffff6b solid;
    color: #555;
}








/*內液*/
.product_info_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 100px 0px 100px;
}

.lastPage {
    background: #948062;
}

.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;
    padding: 0 50px;
}

.sidebarBtn {
    padding: 3%;
    display: inline-block;
    width: 30%;
    max-width: 60%;
    vertical-align: top;
    border: 0;
    background: transparent;
}

.sidebarBtn h2 {
    color: #948062;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
    font-size: 24px;
}

.sidebarBtn {
    color: #555;
}

.product_info li span {
    color: #555;
}

#bx-pager h6 {
    display: none;
}

ul.prod li h3.prod-thumb {
    background: transparent;
    color: #948062;
    padding: 0;
    text-align: left;
}

ul.prod li h3.prod-thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #948062;
    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: #555;
}

.toShare {}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    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: #00000003;
    padding: 25px 15px;
}

.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #948062;
}

.related_list li a {
    display: block;
    padding: 0;
    background: transparent;
}

.related_list li a p {
    font-size: 18px;
    color: #555;
    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: 16%;
    height: fit-content;
    margin-right: 3%;
    position: relative;
    border: 1px #5555558f solid;
    padding: 20px;
}



.product_info_page .product_menu_list {
    display: none;
}



.inquiry_a3 {
    background: #948062;
}

.sidebarBtn .price {
    border-bottom: 1px solid #948062;
    display: flex;
    align-items: baseline;
}

.inquiry_a2 {
    background: #888;
    border-radius: 10px;
}

.inquiry_a1 {
    background: #555;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    letter-spacing: 2px;
    background: #948062;
    box-shadow: 1px 1px 5px #ffffff47;
}


.product_main {
    position: relative;
    left: 100px;
    padding: 0;
    width: 60%;
    left: 0;
}

.pd_tabTitle li.activeTab a {
    color: #948062;
    font-size: 24px;
    font-weight: bold;
}

.pd_tabTitle li.activeTab::after {
    height: 2px;
    background: #948062;
}

.pd_tabTitle li {
    border-bottom: 0;
}

.prod_tabs {
    margin-top: 80px;
    width: 100%;
}

.edit {
    color: #555;
}


@media screen and (max-width: 1440px) {
    .product_main {
        left: 0;
    }

    .product_page .main_part {
        max-width: 1024px;
    }


}

@media screen and (max-width: 1024px) {
    .products-list .item {
        width: calc(100% / 2 - 55px);
    }
}




@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_menu_list {
        display: none;
    }

    .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: 0;
    }

    .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;
        width: 100%;
    }

    .sidebarBtn {
        width: 100%;
        max-width: 100%;
    }

    .product-wrapper {
        padding: 0 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 {}

    .product_info_page .main_part {
        width: 100%;
        max-width: 85%;
        margin: auto;
        padding: 50px 0px;
    }

}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_back {
    background: #948062;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #948062 !important;
}

.share_page .edit {
    text-align: justify;
    line-height: 180%;
}

.subbox_item a:before,
.subbox_item a:after {
    transition: 0.3s;
}

.blog_le .accordion>li {
    border-bottom: 1px #3f3f3f33 solid;
    transition: all 0.3s;
}

.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
}

.subbox_item a:before {
    display: none;
}

/*文章分享變1排3個*/
.blog_page .main_part {
    max-width: 80%;
}

.blog_subbox {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.subbox_item {
    width: 100%;
    padding: 20px 0;
    margin: 0 10px;
}

@media screen and (max-width: 1440px) {
    .subbox_item {}

}

@media screen and (max-width: 1024px) {
    .subbox_item {}

}

@media screen and (max-width: 600px) {
    .subbox_item {
        width: 100%;
    }
}

/**/


/* 左邊欄位 */



.blog_box {
    min-height: 20vw;
    padding: 7px;
    display: flex;
    flex-wrap: wrap;
}

.blog_le {
    margin-right: 3%;
    width: 20%;
}

.blog_ri {
    width: calc(100% - 23%);
    padding: 0;
}

.blog_back {
    width: 100%;
}



h5.blog_le_t {
    display: none;
}

.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_le .accordion {
    border: none;
    border-radius: 0;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;
    transition: all 0.3s;
}

.blog_le .accordion>li:hover .link i,
.blog_le .accordion>li.on_this_category .link i {
    color: #565656 !important;
}

.submenu {
    display: none;
    background: transparent;
    font-size: 14px;
}

.submenu a {
    display: block;
    position: relative;
    background: transparent;
    color: #565656;
    padding: 12px 12px 12px 25px;
    letter-spacing: 2px;
    transition: all 0.6s ease;
    word-break: break-all;
    line-height: 1.25;
    font-family: 'Klee One';
}

.submenu a:hover {
    background: #0000000d;
    color: #565656;
}

.submenu a:before {
    display: none;
}

.blog_le .accordion li i {
    position: absolute;
    top: 27px;
    right: 20px;
    font-size: 16px;
    color: #444;
    transition: all 0.4s ease;
}

.blog_le .accordion>li:hover.open {
    background-color: transparent !important;
}



/* 右邊欄位 */

.subbox_item a:after {
    display: none;
}

.subbox_item a {
    display: inline-block;
    position: relative;
    display: flex;
    flex-direction: column;
}

.blog_list_le {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.blog_list_le::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00000050;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.subbox_item a:hover .blog_list_le::after {
    opacity: 1;
    transition: all 0.5s;
}

.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%);
}

.blog_list_ri {
    display: flex;
    vertical-align: top;
    padding: 0;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 30px;
}

.blog_list_ri p {
    margin-top: 30px;
    color: #494949;
}

.subbox_item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #49494940;
    margin: 0;
}

.subbox_item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    background-color: #948062;
    transition: all 0.5s;
}

.subbox_item:hover:before {
    width: 100%;
    transition: all 0.5s;
}

.blog_list_ri h5 {
    color: #948062;
    font-size: 24px;
    font-weight: bold;
}

.subbox_item a img {
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

.subbox_item a:hover img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

h4.blog_category_title {
    text-align: justify;
    color: #494949;
}

.blog_box_edit {
    line-height: 150%;
    color: #3f3f3f;
}

.blog_in_page .main_part {
    max-width: 80%;
}

.blog_list_ri em {
    position: absolute;
    right: 0;
    bottom: 0;
}





.news_related {
    background: #cbb9a14f;
}

.news_related_list li a {
    background: transparent;
}

.news_related_list li a p {
    font-size: 16px;
    color: #494949;
    line-height: 2;
    font-weight: bold;
}




@media screen and (max-width: 768px) {
    .subbox_item a {}

    .blog_page .main_part {
        max-width: 75%;
    }

    .blog_list_ri {
        display: flex;
        vertical-align: top;
        padding: 20px;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .subbox_item a:before {
        display: none;
    }

    .blog_list_le {
        width: 50%;
        padding-bottom: 30%;
    }

    .blog_in_page .main_part {
        max-width: 75%;
    }

    .blog_ri {
        width: 100%;
    }

    .blog_page .show_content {
        max-width: 100%;
        flex-direction: column;
    }

    .blog_le {
        margin-right: 0%;
        width: 100%;
    }

    h4.blog_category_title {
        display: none;
    }

    .subbox_item {
        border-bottom: 0;
    }

    .blog_page .main_part {
        max-width: 100%;
    }
}


@media screen and (max-width: 500px) {
    .subbox_item a {
        flex-direction: column;
        align-items: center;
    }

    .blog_list_le {
        width: 90%;
        padding-bottom: 90%;
    }

    .blog_list_ri {
        padding-bottom: 60px;
    }
}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 文章管理2 */

.article_b.blog_page .main_part {
    max-width: 80%;
    padding: 0 5px;
}

.article_b .blog_box {
    padding: 0px;
    display: block;
    overflow: visible;
    height: fit-content;
}



.article_b .blog_le {
    display: flex;
    position: relative;
    width: fit-content;
    z-index: 1;
    padding: 0;
    margin: 0;
    border: 0;
    padding-bottom: 20px;
    align-items: flex-start;
}

.article_b .blog_le .accordion {
    display: flex;
    flex-direction: row;
    padding: 0;
    line-height: 1;
    gap: 10px;
    border-radius: 0;
}



.article_b .blog_subbox {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.article_b .subbox_item {
    margin: 0;
    padding: 10px;
    margin-bottom: 50px;
}


.article_b .blog_list_le {
    aspect-ratio: 4/3;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.article_b .subbox_item a:hover .blog_list_le {
    border-radius: 50% 50% 0 0;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.article_b .blog_list_le::after {
    display: none;
}

.article_b .blog_search {
    display: none;
    margin-bottom: 20px;
}

.article_b .blog_ri {
    width: 100%;
}


.article_b .accordion li .link a {
    border: 0;
    border-radius: 24px;
    font-size: 16px;
    padding: 10px 30px;
    letter-spacing: 2px;
    text-indent: 2px;
}

.article_b .accordion li .link a::before {
    display: none;
}


.article_b .blog_le .accordion>li:hover .link a,
.article_b .blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;

    transition: all 0.3s;
}


/* 選單底線 */


.article_b .blog_le .accordion>li {
    padding: 10px 15px;
    padding-left: 15px;
}

.article_b .blog_le .accordion::before {
    display: none;
}

.article_b h5.blog_le_t {
    margin-bottom: 80px;
}


.article_b.blog_in_page .main_part {
    max-width: 80%;
}

.article_b .blog_back {
    width: 100%;
    padding: 0;
}

.article_b .accordion li+li .link {
    border-top: 0;
}









/* 選項HOVER */
.article_b .subbox_item::before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0%;
    opacity: 0;
    background-color: #ac9883;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.article_b .subbox_item:hover:before {
    width: 100%;
    opacity: 1;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}




/**/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
    max-width: 1400px;
    padding: 100px 0;
}






.show-list .item:hover .show_name {
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}

.show-list .show_pic {}

.show-list .show_pic img {}

.show-list a:hover .show_pic img {
    filter: grayscale(0) brightness(1);
    transition: all 0.3s;
}

.show-list .item:hover .show_pic img {
    transform: scale(1.05);
    transition: all 1s;
}

.show-list {
    display: flex;
}

.clearfix:before,
.clearfix:after {
    display: none;
}

.show-list .show_name {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.15em;
    margin-top: 0;
    overflow: hidden;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    font-weight: 500;
    z-index: 3;
    transform: translate(-50%, 0);
    text-align: center;
    margin-top: 10px;
    transition: all 0.3s;
}


.overlay {
    background: rgba(0, 0, 0, 0.37);
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    transition: all .4s 100ms cubic-bezier(.42, 0, .58, 1);
}

.show-list .item:hover .overlay {
    opacity: 0;
    transform: scale(1);
    transition: all .4s 100ms cubic-bezier(.42, 0, .58, 1);
}








/*次分類頁面*/
.other_album_choice li {
    background: transparent;
    border-radius: 0;
}

.other_album_choice li a {
    color: #494949;
}

.other_subalbum li p {
    line-height: 220%;
    text-align: center;
}

.other_subalbum li a div {}

.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: auto;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    filter: grayscale(0);
    -webkit-object-fit: cover;
    transition: all .4s;
}

.other_subalbum li a:hover img {
    transform: scale(1.02);
    transition: all 0.5s;
}

.other_subalbum li a:hover div:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    transition: all .4s;
}

.album_fixed_title {
    display: none;
}


.album_info_page .show_content {
    padding: 110px 20px 50px;
}







/*照片頁*/
.pic-list .show_pic {
    padding-bottom: 66%;
}

.pic-list .show_pic img {}

.show-list .item {}

.album_page .show_content {
    margin: auto;
    padding: 0;
    max-width: 100%;
}

.subalbum-menu {
    margin: 30px 0;
    padding: 0;
}

.subalbum-menu h2 {
    display: none;
}

.block {
    background: #494949;
}

.other_subalbum {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.other_subalbum li {
    display: inline-block;
    background: #fff;
    width: calc(100% / 4 - 20px);
    margin: 10px;
    border: none !important;
    position: relative;
}

.page strong,
.page a {
    display: inline-block;
    min-width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    border: 0;
    border-radius: 0;
    padding: 0 10px;
    margin: 0 10px;
}

.album_fixed_title {
    display: none;
}

.other_subalbum li a {
    position: relative;
}

.album_descrip {
    color: #D1D1D1;
    font-size: 20px;
    line-height: 1.4;
}

.pic-list .item h6 {
    line-height: 220%;
    text-align: left;
    color: #D1D1D1;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 1;
    transition: all 0.3s;
}

.pic-list {
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
}


.other_subalbum li p {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
    z-index: 10;
}

.other_subalbum li:hover p {
    opacity: 0;
    transition: all 0.3s;
}

.pic-list .item:hover h6 {
    opacity: 1;
    transition: all 0.3s;
}

.pic-list .item {
    position: relative;
}

.album_info_page .pic-list .show_pic {
    padding-bottom: 0;
}



.show-list.other_subalbum .item {
    width: 100%;
    background: transparent;
}




.page {
    margin: 0;
    padding: 10px 0;
}



.pic-list {
    display: block;
    grid-template-columns: unset;
    grid-gap: unset;
}

ul.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 .show_pic {
    aspect-ratio: auto;
}


.pic-list .item a {}

.pic-list .item h6 {
    padding: 0;
}

.pic-list .show_pic {
    aspect-ratio: auto;
}

.pic-list .item a {
    margin: 0 auto 10px;
}

@media screen and (max-width: 600px) {
    .show-list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}




@media screen and (max-width: 1024px) {
    .other_subalbum {
        grid-template-columns: repeat(2, 1fr);
    }
}






@media screen and (max-width: 768px) {

    /*照片頁*/
    .pic-list .item {
        width: 96%;
        margin: 10px 2%;
    }

    .album_page .show_content,
    .album_class_page .show_content {
        margin: auto;
        padding: 0;
        max-width: 100%;
    }

    .show-list {
        flex-wrap: wrap;
    }


    .show-list .item:hover .show_name {
        opacity: 1;
    }

    .show-list.other_subalbum .item {
        width: 100%;
    }

    .pic-list {
        grid-template-columns: unset;
    }

    .other_subalbum {
        grid-template-columns: repeat(1, 1fr);
    }
}


@media screen and (max-width: 500px) {
    .other_subalbum li {
        width: 100%;
    }

}

/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {
    border-bottom: 2px solid #ADA17E;
}

.promotion_title {
    border-bottom: 1px solid #ADA17E;
}



.other_select_page .promotion_title {
    display: none;
}

.other_select_page .other_promotion {
    display: none;
}


@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: block;
    }

    .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);
    }

    .show_content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 50px 0 150px 0;
    }

    /*手機版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_content {
    padding: 0 0 50px;
    max-width: 1440px;
}

.contact_content form {
    display: flex;
    justify-content: space-between;
}

.list_before li {
    margin: 30px 0;
    position: relative;
    color: #808080;
    line-height: 1.5;
}

.blank_letter {
    padding: 0;
    color: #948062;
    font-family: "DM Serif Display", "Noto Serif TC", serif;
    font-weight: 700;
}

.contact_le_nomap {
    height: 400px;
}

.contact_content .information_left {
    width: 40%;
}

.contact_content .information_right {
    width: 50%;
    padding-left: 30px;
}

.contact_page .main_part {}

.contact_form li {
    display: block;
    padding-left: 0;
    margin-bottom: 10px;
    padding: 0;
    border-bottom: 0px solid #C2BCB4;
}

.contact_form li:nth-of-type(4) {
    padding-left: 10px;
}

.contact_form li .form__label {
    display: inline-block;
    width: 90px;
    text-align: left;
    margin: 0;
    padding-right: 10px;
    vertical-align: top;
    color: #6d6d6d;
    margin-bottom: 5px;
}

.contact_form li .form__insert {
    display: inline-block;
    width: 90%;
    vertical-align: top;
}

.contact_form li input.noborder {
    border: none;
    border-bottom: 1px #6d6d6d solid;
    background: transparent;
    border-radius: 0;
}

.contact_form li textarea.noborder {
    border: 1px #6d6d6d solid;
    background: transparent;
}

.contact_form li.last cite {
    background: #003956;
    color: #fff;
}

.TEL:before,
.TEL2:before,
.PHONE:before,
.FAX:before,
.TAXID:before,
.MAIL:before,
.ADD:before,
.ADD2:before {
    color: #93a17e;
}

.list_before.info li {
    padding-left: 60px;
}



@media screen and (max-width: 1440px) {
    .contact_page .main_part {
        max-width: 90%;
    }

    .contact_content .information_left {
        width: 400px;
    }
}

@media screen and (max-width: 1024px) {
    .contact_content .information_right {}

    .contact_content .information_left {}
}

@media screen and (max-width: 768px) {
    .contact_content .information_left {
        width: 100%;
        display: block;
    }

    .contact_content form {
        flex-direction: column;
    }

    .contact_le_nomap {
        height: auto;
    }

    .contact_content .information_right {
        display: block;
        width: 100%;
        padding-left: 0px;
        border-left: none;
    }

    .contact_form li {
        display: block;
        padding: 0 0 30px 0;
        padding-left: 60px;
        border-bottom: 0px solid #C2BCB4;
    }

    .contact_form li .form__insert {
        display: flex;
        width: 100%;
        vertical-align: top;
        justify-content: center;
    }

    .contact_form li {
        display: block;
        padding: 0 0 30px 0;
        padding-left: 0px;
        border-bottom: 0px solid #C2BCB4;
    }

    .contact_form li .form__label {
        display: block;
        width: 115px;
        text-align: left;
        margin-left: 0px;
        padding-right: 0px;
        vertical-align: top;
    }

    .contact_form li.last blockquote,
    .contact_form li.last cite {
        width: 140px;
    }

    .contact_form li.last {
        text-align: center;
    }
}


@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        background: transparent;
    }
}