@charset "utf-8";


body.services_page #content {
    min-height: 0;
}

.path p,
.path p a {
    color: #9D8E5F;
    display: none;
}

/* 客戶編輯器文章管理 */


body.blog_in_page .blog_box_edit * {
    font-family: "微軟正黑體";
}

body.blog_in_page .blog_box_edit p {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    font-weight: 400;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.5;
    letter-spacing: 1px;
}

body.blog_in_page .blog_box_edit a {
    color: #a78a6b;
    font-size: 0.875em;
    border-bottom: 1px solid;
    font-weight: 400;

}

body.blog_in_page .blog_box_edit h3 {
    border-radius: 100px;
    text-align: left;
    background: #d9cdbd70;
    color: #391911;
    padding: 5px 5%;
    font-size: 16px;
    letter-spacing: 2px;
}

body.blog_in_page .blog_box_edit h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    padding-left: 20px;
    margin: 0 0 20px 0px;
    border-left: 1px solid #371d16;
    color: #403b28;
}

body.blog_in_page .blog_box_edit h6 {
    color: #a78a6b;
    font-size: 18px;
    font-weight: 400;
}


body.blog_in_page .blog_box_edit>li {
    color: #fff;
    line-height: 1.8;
    margin-left: 17px;
}



@media screen and (max-width: 768px) {

    body.blog_in_page .blog_box_edit p,
    body.blog_in_page .blog_box_edit a,
    body.blog_in_page .blog_box_edit>li,
    body.blog_in_page .blog_box_edit h6 {
        font-size: 14px;
    }

    body.blog_in_page .blog_box_edit h5 {
        font-size: 16px;
    }

}

@media screen and (max-width: 476px) {

    body.blog_in_page .blog_box_edit p,
    body.blog_in_page .blog_box_edit a,
    body.blog_in_page .blog_box_edit>li,
    body.blog_in_page .blog_box_edit h6 {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1px;
    }

    body.blog_in_page .blog_box_edit h5 {
        font-size: 14px;
    }

}

/* 文章額外加 */
.blog_img_center {
    text-align: center;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 全域設定 */
/*反白顏色*/
::-moz-selection {
    background-color: #444;
    color: #fff;
}

::selection {
    background-color: #444;
    color: #fff;
}

&::-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: #AD9C66;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}


div#page {
    background: #1B1B1B;
}

/* body.pageIndex #content_main{min-height: 0;} */

/* logo */


/* logo */
.nav-brand h1 {
    display: block;
    background: url(https://pic03.eapple.com.tw/paintbysugar/p_logo_logo.svg);
    background-size: contain;
    width: 280px;
    height: 35px;
    background-repeat: no-repeat;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    /* filter: contrast(0) brightness(100); */
    background-position: center;
    margin: 5px 0;
    position: relative;
}

body.pageIndex .nav-brand h1 {
    filter: contrast(0) brightness(100);

}

.header_area.sticky .nav-brand h1 {
    filter: initial;

}


a.nav-brand {
    padding: 2px 0;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.header_area.sticky a.nav-brand {
    margin-top: 2px;
    transition: all 0.3s ease-in-out;
}

.navigation-portrait .nav-brand {
    justify-content: center;
}

.navigation {
    display: flex;
    padding: 0;
    justify-content: center;
}

.nav-header {
    position: relative;
}

.stellarnav>ul>li.drop-left>ul,
.stellarnav ul ul {
    background: #1B1B1B;
    box-shadow: 1px 1px 3px 0px #000;
}

.stellarnav li a {
    color: #fff;
    font-size: 14px;
}

/* 黑色選單 */
.stellarnav.mobile ul,
.stellarnav.mobile.left .close-menu {
    background: rgba(0, 0, 0, .8);
}

.stellarnav.mobile li a {
    border-bottom: none;
}

.stellarnav.mobile>ul>li {
    border-color: #6d6d6d57;
}

.stellarnav>ul>li>a b,
.stellarnav>ul>li>a,
.stellarnav.mobile li a {
    color: #fff;
}

.stellarnav.mobile.left>ul {
    border-right: none;
}

.stellarnav.mobile li.open {
    background: transparent;
}

.stellarnav li li {
    border: none
}

.stellarnav li li:hover {
    background: transparent;
}

.stellarnav.mobile li a {
    padding-left: 22px;
}

.stellarnav.mobile.left>ul {
    max-width: 90%;
    padding-left: 10px;
    padding-right: 10px;
}


@media screen and (max-width: 900px) {

}

@media screen and (max-width: 768px) {
    .nav-header {
        padding: 2% 0;
        z-index: 0;
    }

    body.pageIndex .nav-brand h1 {
        filter: inherit;

    }

    .header_area.sticky .nav-brand h1 {
        filter: contrast(0) brightness(100);
    }

    .nav-brand h1 {}

    a.nav-brand {
        justify-content: center;
    }

    .navigation {
        margin-top: 0;
    }

}

@media screen and (max-width: 476px) {

}

/* 大圖 */
/*預設解除背景輪播*/
#content_main {
    margin: 0;
    background: transparent;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-banner img {
    aspect-ratio: 2000/950;
    object-fit: cover;
    height: auto;
}



@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }


}



/* banner */
.banner {
    background: #1B1B1B;
    color: #fff;
    padding-top: 100px;
}
@media screen and (max-width: 768px) {
    .banner {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .banner h5 {
        font-size: 24px;
    }
}

/* 購物籃 */
.tp_links {
    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;
}

.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-bottom: 0;
    margin-right: 30px;
}

.me_tp_features {
    display: none;
}

.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;
}

/* banner */

/* header */
/* header.header_area{position: fixed;top: 0;left: 0;width: 100%;} */
header.header_area:after {
    content: '';
    background: #1B1B1B;
    box-shadow: 0 0 5px #000;
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    transition: all 600ms ease-in-out;
}

header.header_area.sticky:after {
    height: 100%;
    transition: all 600ms ease-in-out;


}

.main_header_area {
    background: #1B1B1B;
}
.main_header_area .container{max-width: 100%;width: 95%;}

.stellarnav>ul>li>a {
    color: #fff;
    font-size: 0.9rem;
    text-shadow: 0 1px 3px #000;
}

@media screen and (max-width: 1200px) {}

/* === */
.nav-header {
    position: fixed;
    z-index: 10000000000000;
    left: 2.5%;
}



.footer_logo img {
    width: 100%;
}

.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    margin: 0 10px;
}

.nav-brand {
    display: inline-block;
    width: 150px;
}

.nav-brand img {
    display: none;
}

@media screen and (max-width: 1200px) {
    .nav-header {
        position: relative;
        text-align: center;
        left: 0;
    }

    .nav-brand {
        width: 100px;
    }


    .nav-brand img {
        position: relative;
        max-width: 100%;
        z-index: 100000;
        transition: all 0.3s;
    }

    .header_area.sticky a.nav-brand::before {
        width: 20%;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s;
    }

    .stellarnav>ul>li>a {
        margin: 0 15px;
    }


}











@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%;
    }

    .nav-brand {
        display: inline-block;
        width: 130px;
    }

    .header_area.sticky a.nav-brand::before {
        width: 160%;
    }

    .header_area a.nav-brand::before {
        display: none;
    }

    .header_area.sticky a.nav-brand::before {
        display: none;
    }

    a.nav-brand {
        margin: 0;
    }

    .nav-header {
        z-index: 0;
    }

    .footer_logo {
        display: block;
        margin: 0 auto;
    }
}


@keyframes up {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* 文章管理 */


/* 文章 */

/*文章分類*/
.subbox_item a:before,
.module_i_news li a:before {
    display: none;
}

.blog_page .clearfix:before,
.blog_page .clearfix:after {
    display: none;
}

.blog_page .main_part {
    max-width: 2570px;
}

.blog_le .accordion li.open .link {
    background: #333;
}

.submenu a:hover.module_i_news li a {
    background: #555;
}

.subbox_item a:before.module_i_news li a:before {
    display: none;
}



body.blog_page .blog_subbox,
.module_i_news ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
}



.subbox_item,
.module_i_news li {
    width: 100%;
    overflow: hidden;
}

.blog_list_ri,
.i_blog_ri {
    width: 100%;
    padding: 10px;
}

.blog_list_ri h5,
.i_blog_ri h5 {
    font-weight: normal;
    font-weight: 500;
    color: #fff;
}


.blog_list_le,
.i_blog_le {
    padding: 0;
    height: auto;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16/9;

}

.blog_list_le img,
.i_blog_le img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;
    width: 100%;
    height: 100%;
}




/* 裝飾 */
.blog_list_le:before,
.i_blog_le:before {
    content: 'MORE';
    font-size: 0.8em;
    color: #ccc;
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
    color: #000;
    text-align: center;
    line-height: 35px;
    padding: 0 10px;
    -moz-transform: translate(50px, -40px);
    -ms-transform: translate(50px, -40px);
    -webkit-transform: translate(50px, -40px);
    transform: translate(50px, -40px);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    position: absolute;
    z-index: 1;
}

.subbox_item:hover .blog_list_le:before,
.module_i_news li:hover .i_blog_le:before {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* 圖片效果 */
.subbox_item:hover .blog_list_le img,
.module_i_news li a:hover .i_blog_le img {
    transform: scale(1.05);
    transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;
}

/* 文字細節 */
.blog_list_ri em,
.i_blog_ri em {
    order: -1;
    font-size: 12px;
    margin-bottom: 0;
}

.blog_list_ri,
.i_blog_ri {
    display: grid;
}

.blog_list_ri h5,
.i_blog_ri h5 {
    font-size: 18px;
    line-height: 44px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}

.blog_list_ri p,
.i_blog_ri p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #fff;

}

/* 裝飾 */
.subbox_item a:after {
    border: none;
    background: #1B1B1B;
    border: solid 2px #1B1B1B;
    width: 101%;
    height: 101%;
    opacity: 1;


}

.blog_ri.fadeInRight.animated15.clearfix .subbox_item a:after {
    animation: ani_LtoR ease-in-out 1.5s 0.5s both 1;
}

.blog_ri.fadeInRight.animated15.clearfix .subbox_item:nth-child(3n+1) a:after {
    animation: ani_LtoR ease-in-out 1.5s 0.5s both 1;


}


.blog_ri.fadeInRight.animated15.clearfix .subbox_item:nth-child(3n+2) a:after {
    animation: ani_TtoB ease-in-out 1.5s 0.5s both 1;

}

.blog_ri.fadeInRight.animated15.clearfix .subbox_item:nth-child(3n+3) a:after {
    /* animation: ani_LtoR ease-in-out 1.5s 0.5s both 1; */
    animation: ani_LtoR ease-in-out 1.5s 0.5s both 1;



}

@keyframes ani_LtoR {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

    }

    100% {
        clip-path: polygon(-1% 0, 0 0, -1% 100%, 0 100%);

    }
}

@keyframes ani_RtoL {
    0% {
        clip-path: polygon(-1% 0, 0 0, -1% 100%, 0 100%);

    }


    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);


    }
}

@keyframes ani_BtoT {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

    }

    100% {
        clip-path: polygon(0 100%, 100% 100%, 100% 101%, 0 101%);

    }
}

@keyframes ani_TtoB {
    0% {
        clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);

    }

    100% {
        clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 0%);

    }
}


@keyframes slide-top {
    0% {
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
        opacity: 0;


    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;


    }
}


.module_i_news li a:after {
    display: none;
}

/* .subbox_item a:after,
.module_i_news li a:after {
    background: transparent;
    border: none;
    pointer-events: none;
} */
/* 首頁文章版面大小調整 */
.module_i_news {
    max-width: 100%;
    width: 90%;
    margin: auto;
}

.module_i_news .title_i_box h6 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #AC9B66;
}

.module_i_news ul {
    max-width: 100%;
}

/* 首頁標題 */
.module_i_news .title_i_box h4 {
    font-size: 20px;

    font-weight: 300;
    letter-spacing: 2px;
    color: #AC9B66;
}

.module_i_news .title_i_box h4:after {
    content: '｜';
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #AC9B66;




}

.module_i_news .title_i_box h4:after {
    content: '';
    width: 1px;
    height: 51px;
    background: #AC9B66;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 10px;

}

.module_i_news li:nth-child(n+4) {
    display: none;
}

/* 首頁按鈕 */
.i_blog_b {
    background: none;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 7px;
    letter-spacing: 2px;
}

.i_blog_b a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    margin: 10px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    max-width: 150px;
    border: solid 1px #ffffff25;
    height: auto;
}

.i_blog_b a:hover {
    transition: all 0.3s ease-in-out;
    color: #fff;
    background-color: #787b7c;
    border: 1px solid #787b7c;
}

.i_blog_b a i.fa-solid.fa-arrow-right {
    display: none;
}


/* rwd */
@media screen and (max-width: 1200px) {

    body.blog_page .blog_subbox,
    .module_i_news ul {
        grid-template-columns: 1fr 1fr;
    }

    .module_i_news .title_i_box h4 {
        font-size: 30px;
    }

    .module_i_news .title_i_box h4:before {
        font-size: 18px;
    }

    .module_i_news li:nth-child(n+4) {
        display: inherit;
    }
}


@media screen and (max-width: 768px) {

    body.blog_page .blog_subbox,
    .module_i_news ul {
        grid-template-columns: 1fr;
    }

    .module_i_news .title_i_box h4 {
        font-size: 28px;
    }

    .module_i_news .title_i_box h4:before {
        font-size: 16px;
    }

    .blog_list_ri h5,
    .i_blog_ri h5 {
        font-size: 17px;
        margin: 0;
    }

}

@media screen and (max-width: 476px) {

    .blog_list_ri p,
    .i_blog_ri p {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .module_i_news .title_i_box h4 {
        font-size: 13px;
    }
    .module_i_news{padding: 0;}
}

/* 文章管理內頁 */

body.blog_in_page .main_part {
    max-width: 1600px;
}

body.blog_in_page .blog_box {
    display: flex;
    flex-wrap: wrap;
}


body.blog_in_page .blog_box_edit {
    margin-left: 16vw;
    margin-top: 140px;
    max-width: 800px;
}

h4.blog_category_title {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8em;
    letter-spacing: 4px;
    writing-mode: vertical-rl;
}

h5.blog_le_t {
    display: none;
}

.accordion li .link * {
    color: #fff;
}

body.blog_in_page .blog_list_ri,
body.blog_in_page .blog_ri {
    display: flex;
    align-items: self-start;
}

/* 按鈕 */

.blog_back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 0 3%;
    transition: all 0.3s ease-in-out;
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;

}


.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_back:hover,
a.article_btn_next:hover {
    background: transparent;
    transition: all 0.3s ease-in-out;
    letter-spacing: 2px;

}

a.article_btn_next:hover:after {
    transform: translateX(5px);
    transition: all 0.3s ease-in-out;


}

.blog_back a.article_btn_prev:hover:before {
    transform: translateX(-5px) scaleX(-1);
    transition: all 0.3s ease-in-out;


}



a.article_btn_next:after {
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    background-image: url(https://pic03.eapple.com.tw/jianmin/blog_arr.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;

    transform: translateX(0);
    opacity: 1;
    transition: all 0.3s ease-in-out;

}

.blog_back a.article_btn_prev:before {
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    background-image: url(https://pic03.eapple.com.tw/jianmin/blog_arr.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;

    transform: translateX(0) scaleX(-1);
    opacity: 1;
    transition: all 0.3s ease-in-out;

}

.blog_back a.article_btn_prev,
.blog_back a.article_btn_back,
.blog_back a.article_btn_next {
    width: 100%;
    /* border: 1px solid #BBBBBB; */
    background: transparent;
    color: #111;
    background: transparent;
    display: grid;
    position: relative;
    padding: 10px 5px;
    font-size: 12px;
    border-bottom: solid 1px #fff;
}

.blog_back a.article_btn_prev {
    grid-template-columns: 40px auto;
    color: #fff;

}

.blog_back a.article_btn_next {
    grid-template-columns: auto 40px;
    color: #fff;

}


.blog_back a.article_btn_back {
    grid-template-columns: auto 0px;
    /* background-color: #787b7c; */
    /* border: 1px solid #787b7c; */
    color: #fff;
}

.blog_back a.article_btn_back:hover {
    /* background-color: #e4e7e7; */
    transition: all 0.3s ease-in-out;
    /* color: #111; */
    letter-spacing: 2px;
}


/* 文章管理選單 */

::placeholder {
    color: #fff;
}


.blog_search input[type=submit] {
    width: 20px;
    background-image: url(https://pic03.eapple.com.tw/paintbysugar/search_icon.svg);
    filter: brightness(100);
}

.blog_search input[type=search] {
    background: transparent;
    border-left: none;
    border-radius: 0;
    border-right: none;
    border-top: none;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background-color: #e4e7e7 !important;
    transition: all 0.3s ease-in-out;


}

.blog_le .accordion>li:hover .link,
.blog_le .accordion>li.on_this_category .link {
    background-color: #e4e7e7;
    transition: all 0.3s ease-in-out;
    color: #111 !important;
}


.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #111 !important;

}

.blog_le .accordion>li:hover .link {
    background-color: #e4e7e7d8;

}

.blog_search input[type=search] {
    border-radius: 2px;
}

.blog_le .accordion {
    border-radius: 2px;
    border: none;
}

.blog_le {
    /* position: sticky; */
    /* top: 100px; */

}

@media screen and (max-width: 1024px) {
    .blog_le {
        display: none;
    }

    .blog_ri {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .blog_le {
        position: relative;
        top: 0px;
    }

    h4.blog_category_title {
        /* font-size: 24px; */
    }

    body.blog_in_page .blog_box_edit {
        margin-left: 7vw;
    }
}

@media screen and (max-width: 476px) {
    h4.blog_category_title {
        /* font-size: 20px; */
    }
}


/*Footer/＝＝＝＝＝*/
.footer {
    padding: 50px 0 0;
    overflow: hidden;
    background: #000;
}


.footer_logo {
    width: auto;
}

.footer_logo a img {
    display: none;
}

.footer_logo a {
    background: url(https://pic03.eapple.com.tw/paintbysugar/p_logo_logo.svg);
    background-size: contain;
    width: 300px;
    height: 80px;
    background-repeat: no-repeat;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    /* filter: contrast(0) brightness(0); */
}


.footer_logo:after {
    /* content: ''; */
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
    display: block;
    /* text-align: justify; */
    /* letter-spacing: 0.1em; */
}

/* .footer:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1B1B1B;
    z-index: -1;
    pointer-events: none;
} */

.footer_info {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 20px 25px;
    padding: 0;
    max-width: 1300px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 60px;
    width: 90%;

}

.footer .center {
    background: #1B1B1B;
    width: 100%;
    max-width: 100%;
}

.footer_menu {
    align-items: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 5px;
    transition: none;
    border: none;
    background: transparent;
    width: fit-content;
    transition: all 0.3s;
}

.footer_menu a:hover {
    background: transparent;
    color: #fff;
}

.copy {

    border: none;
    padding: 15px 0;
    background-color: #2f2f2f;
    color: #908377;
    margin: 0;
}

.copy a {
    color: #fff;
    transition: all 0.3s;
}

.box_link {
    position: relative;
    margin-top: 0;
}



.footer_info p.line,
.footer_info p.mail,
a.me_tp_mail,
a.info_fix_default.info_fix_mail {
    display: none;
}

.footer_menu a:last-of-type {
    display: none;
}

.footer_logo {
    width: 100%;
    margin: 0 auto;
    /* border-right: solid 1px #ffffff25; */
    padding-right: 20px;
}

.footer_logo a img {
    display: block;
    width: 100%;
}

/**/
.footer {
    padding-top: 0;
}

.footer_logo a img {
    filter: invert(1) brightness(3);
}

.footer_menu a,
.footer_info li:nth-child(1)>p,
.footer_info li:nth-child(1) a {
    transition: all 0.3s;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
    padding: 0;
    letter-spacing: 0.1em;
}

.footer_info li:nth-child(1)>p:hover,
.footer_info li:nth-child(1) p:hover a,
.footer_info li:nth-child(1) .box_link a:hover {
    color: #fff;
}

.footer_info li p:before {
    position: relative;
    display: inline-block;
    width: auto;
    font-size: inherit;
    font-weight: inherit;
    margin-right: 5px;
    letter-spacing: inherit;
}

.footer_info ul {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    align-items: baseline;
    width: 100%;
    max-width: 900px;
    margin: 0 0 0 auto;
    border-top: solid 1px #ffffff25;
    padding-top: 20px;
}

.footer_info li {
    padding: 0;
}

.footer_info li:nth-child(2) {
    order: -1;
    border-right: solid 1px #ffffff25;
}

.footer_info li:nth-child(1) {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 0 30px;
}

.footer_info li:nth-child(1)>p {
    grid-column: 1 / 2;
    text-align: left;
}

.footer_info li:before,
.box_link:before {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #AD9C66;
}

.footer_info li:nth-child(2):before {
    content: "RELATED LINK";
}

.footer_info li:nth-child(1):before {
    content: "INFORMATION";
}


.fab,
.fa-brands {
    font-size: 25px;
    padding-right: 10px;
}

.box_link:before {
    content: "CONTACT";
}

.box_link {
    position: relative;
    grid-row: 1 / 4;
    grid-column: 1 / -2;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    right: unset;
    padding: 0;
    max-width: 140px;
    margin: 0 auto;
}

.box_link a {
    border: none;
    margin: 0;
    width: fit-content;
}


@media screen and (max-width: 1200px) {
    .footer_info {
        grid-template-columns: 1fr;
    }

    .footer_logo {
        max-width: 400px;
        width: 70%;
        margin-left: 0;
        border-right: none;
    }
}

@media screen and (max-width: 768px) {
    .footer_info{padding-bottom: 0;}
    .footer_info ul {
        grid-template-columns: 1fr;
    }

    .footer_info ul {
        max-width: 100%;
    }

    .footer_info li:nth-child(2) {
        border-right: none;
    }

    .footer_info li:nth-child(1) {
        border-top: solid 1px #ffffff25;
        padding-top: 20px;

    }
}

@media screen and (max-width: 476px) {
    .footer_logo:after {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .footer_menu a,
    .footer_info li:nth-child(1)>p,
    .footer_info li:nth-child(1) a {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .footer_info li:nth-child(1) {
        /* grid-template-columns: 2fr 1fr; */
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .footer_logo {
        max-width: 900px;
        width: 90%;
    }

}


/* 頁碼 */
.page li a,
.page li {
    display: inline-block;
    margin: 5px;
    border-color: #ddd;
    color: #403b28;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    transition: all 0.1s ease-in-out;

}

.page strong,
li.activeN {
    background: #787b7c;
    color: #111;
    border-color: #787b7c;
}

.page strong,
.page a:hover {
    background: #787b7cc2;
    color: #111;
    transition: all 0.1s ease-in-out;
}



/* 聯絡我們 */
body.contact_page div#page {
    overflow: hidden;
}

body.contact_page .main_part {
    /* display: grid; */
}

body.contact_page .contact_content {
    padding: 0;
}

body.contact_page .path p,
body.contact_page .path p a {
    display: none;
}

.contact_le_nomap {
    max-width: 1342px;
    margin: auto;
    margin-bottom: 140px;
}

body.contact_page .form select {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #fff;
}

body.contact_page .form select option {
    background: #2f2f2f;
}

.contact_form li.last {
    width: 100%;
    flex-direction: row;
}

.contact_form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    max-width: 1290px;
    margin: auto;
    width: 90%;
}

ul.list_before.info {
    display: none;
}

body.contact_page {
    /* background: url(https://pic03.eapple.com.tw/jianmin/all_bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

h4.blank_letter.i:before {
    content: 'INFORMATION';
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: '微軟正黑體';
    display: none;
}




body.contact_page .main_part {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    width: 100%;
}


.contact_content .information_left {
    width: 100%;
    max-width: 100%;
    margin-top: 80px;
}

.contact_content .information_right {
    width: 100%;
    background: #2f2f2f;
    padding: 0;
    padding-top: 140px;
    padding-bottom: 140px;
}

h4.blank_letter.f {
    display: none;
}

.contact_content .information_right.blank_letter {
    display: none;
}



h4.blank_letter.i {
    color: #686859;
    text-align: center;

    background: transparent;
    z-index: 9;
    position: relative;
    padding: 0px 40px;
    display: inline-grid;
    font-size: 46px;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin: 0 0 7px 5px;
    display: none;
}


.contact_content .TEL:before,
.contact_content .TEL2:before,
.contact_content .PHONE:before,
.contact_content .FAX:before,
.contact_content .TAXID:before,
.contact_content .MAIL:before,
.contact_content .ADD:before,
.contact_content .ADD2:before {
    position: initial;
    display: inline-block;
    border-right: solid 1px #2d2d2d;
    margin-right: 10px;
    width: auto;
    padding-right: 10px;
}

.contact_form li .form__label {
    /* flex: 0 0 30%;
    max-width: 30%; */
    margin: 0;
    padding: 30px 0 0px 0;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 20px 0;
    font-weight: 500;
    color: #fff;
    width: 100%;

}

.contact_form li textarea.noborder {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
}

.contact_form li input.noborder {
    background: transparent;
    border: none;
    border-bottom: solid 1px #ffffff9e;
}


.contact_form li .form__insert {
    vertical-align: top;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0px 0 30px 0;
    color: #fff;
}

.contact_form li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 0 3%;
    border-top: 1px solid #d7d7d017;
    flex-direction: column;
    flex-wrap: wrap;
}



.star.red {
    position: relative;
    width: auto;
    /* background: #e4e7e7; */
    /* color: #111; */
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 2px;
    margin-right: 10px;
    order: 2;
    margin-left: 10px;
}

.star.red:after {
    /* content: '必填'; */
    width: auto;
    font-size: 12px;
}

.contact_form li.last {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    grid-column: span 2;
}

.contact_form li.last input {
    font-size: 12px;
}

.contact_form li.last blockquote,
.contact_form li.last cite {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    margin: 10px;
    font-weight: bold;
    background-color: #e4e7e7;
    color: #111;

}

.contact_form li.last blockquote:hover,
.contact_form li.last cite:hover {
    transition: all 0.3s ease-in-out;
    color: #fff;
    background-color: #787b7c;
    border: 1px solid #787b7c;

}

.list_before.info li {
    padding-left: 0;
    font-weight: 300;
    font-family: '微軟正黑體';
}

.contact_form li .form__insert {
    font-size: 14px;
    line-height: 26px;
}

.form__insert input[type="checkbox"],
.form__insert input[type="radio"] {
    margin-right: 10px;
    margin-left: 10px;
}

.contact_content .TEL:before,
.contact_content .TEL2:before,
.contact_content .PHONE:before,
.contact_content .FAX:before,
.contact_content .TAXID:before,
.contact_content .MAIL:before,
.contact_content .ADD:before,
.contact_content .ADD2:before {
    padding-right: 20px;
    font-size: 20px;
    font-weight: 300;
}

.contact_editbox {
    order: 2;
    padding: 0;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 1200px) {
    h4.blank_letter.i:before {
        /* font-size: 48px; */
    }

    ul.list_before.info {
        grid-template-columns: 1fr 1fr;
        padding-left: 10px;
    }


    h4.blank_letter.i {
        font-size: 30px;
    }

    .list_before.info li {
        text-align: left;
    }

    h4.blank_letter.i {
        font-size: 28px;
        padding-left: 0;

    }

    .contact_content .information_left {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    h4.blank_letter.i:before {
        /* font-size: 32px; */
    }

    .contact_form {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact_form li.last {
        grid-column: 1;
    }


    h4.blank_letter.i {
        font-size: 28px;
        padding-left: 0;
        margin-left: 0;
    }

    ul.list_before.info {
        padding-left: 0;
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .contact_form li .form__label,
    .contact_form li .form__insert {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .contact_form li {
        margin-bottom: 20px;
        border: none;
    }

    .contact_form li .form__insert {
        font-size: 12px;
    }

    .contact_content .TEL:before,
    .contact_content .TEL2:before,
    .contact_content .PHONE:before,
    .contact_content .FAX:before,
    .contact_content .TAXID:before,
    .contact_content .MAIL:before,
    .contact_content .ADD:before,
    .contact_content .ADD2:before {
        font-size: 17px;
    }

    body.contact_page .main_part {
        padding-top: 0;
    }

    .contact_le_nomap {
        /* margin-bottom: 60px; */
    }
}


@media screen and (max-width: 476px) {
    h4.blank_letter.i:before {
        font-size: 14px;
    }

    .contact_form li .form__insert {
        font-size: 12px;
    }

}

@media screen and (max-width: 390px) {

    .contact_form li .form__label {
        flex-wrap: wrap;
    }

    .star.red {
        margin: 0;
        font-size: 12px;
    }
}

/* 相簿 */
/* 相簿==== */

/*相簿*/
ul.show-list.clearfix,
ul.other_subalbum {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/*主分類*/
body.album_class_page .subalbum-menu {
    margin-top: 0;
}

.album_page .main_part {
    max-width: 2000px;
}

.subalbum-menu h2 {
    color: #fff;
    width: 100%;

    text-align: center;
}

.show-list .item,
.other_subalbum li {
    margin: 5px;
    padding: 0;
}

.show-list .show_pic,
.other_subalbum div {
    padding-bottom: 0%;
    height: auto;
    aspect-ratio: 14 / 9;
}

.show-list .show_name,
.other_subalbum li p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: normal;
    height: auto;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    width: 100%;
    color: #fff;
}

.show-list .item:hover .show_name,
.other_subalbum li:hover p {
    color: #fff;
}

.other_subalbum li {
    position: relative;
}

.other_subalbum div {
    overflow: hidden;
}

.overlay {
    opacity: 1;
    transform: scale(1);
    z-index: 999;
}

.show-list .item:hover .overlay {
    opacity: .2;
    transform: scale(1);
}

.show-list .item .show_pic img,
.other_subalbum li a img {
    transform: scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s 100ms cubic-bezier(.42, 0, .58, 1);
}

.other_subalbum li a img {
    filter: brightness(0.7);
    transition: all .4s 100ms cubic-bezier(.42, 0, .58, 1);
}

.other_subalbum li:hover a img {
    filter: brightness(0.9);
    transition: all .4s 100ms cubic-bezier(.42, 0, .58, 1);
}

.show-list .item:hover .show_pic img,
.other_subalbum li:hover a img {
    transform: scale(1.1);
    transition: all .4s 100ms cubic-bezier(.42, 0, .58, 1);
}

.subbox_item a:before {
    background: rgba(41, 48, 54, 0.8);
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    border: 1px solid #ccc;
}

.subbox_item a:after {
    width: auto;
}

/*次頁*/
.clearfix:before, .clearfix:after{display: none;}
.album_info_page .main_part {
    max-width: 2000px;
}

.pic-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.pic-list .item h6{padding: 0;}

.pic-list .item {
    width: 100%;
    margin: 0px;
    padding: 0;
}

.pic-list .show_pic {
    height: auto;
    padding-bottom: 0;
    aspect-ratio: 14 / 9;
    object-fit: cover;
}

.pic-list .show_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.album_fixed_title {
    display: none;
}

.other_album:before {
    display: none;
}

.lightbox .lb-image {
    border: 2px solid #ddd;
}

.lightboxOverlay {
    opacity: 0.9;
}




/*更多相簿按鈕*/
.other_album_choice {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.other_album_choice li {
    border-radius: 5px;
    border-top: 2px solid #adadad;
    background: #25282b;
    padding: 0;
}

.other_album_choice li:hover {
    background: #1b1e21;
}

.other_album_choice li a {
    display: block;
    padding: 15px;
}

.other_album_choice li .fa {
    display: none;
}



/*頁籤*/
.page {
    padding-top: 80px;
}

.page strong,
.page a {
    border: none;
    background: transparent;
}

.page strong,
.page a:hover {
    background: transparent;
}


@media screen and (max-width: 1024px) {
    .pic-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .album_info_page .main_part,.album_page .main_part,body.album_class_page .main_part{padding-top: 0;}
}

/* 浮動按鈕 */
.info_fix_default.info_fix_line {
    order: 0;
}

.info_fix_default.info_fix_tel {
    order: 2;
}
.info_fix_default.info_fix_fb{
    order: 1;

}

.info_fix_default.info_fix_ig{
    order: -1;

}


.fa-instagram:before {
    content: "\f39f";
}

.info_fix_links .info_fix_ig span::before {
    content: "\f39f";
    color: #fff;
    font-weight: 400;
    background: transparent;
    font-family: 'Font Awesome 6 Brands';
    font-size: 25px;
    padding-top: 10px;
}

.me_tp_line {
    order: 1;
}

.me_tp_fb{
    order: 2;

}

.me_tp_call{
    order: 3;

}

.me_tp_ig{
    order: 0;

}

