@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n)

*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');

body {
    font-family:  "Noto Sans TC", sans-serif;
}

#to_top {
    display: none !important;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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: #F8F7F5;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #F8F7F5;
    border-radius: 10px;
}

&::-webkit-scrollbar-track-piece {
    background: #F8F7F5;
}

&::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #222;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

#content_main {
    background-color: #fff;
    background-position: top center;
    width: 100%;
    margin-top: 0;
}

.pageIndex #content_main {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection {
    background-color: #444;
    color: #F8F7F5;
}

::selection {
    background-color: #444;
    color: #F8F7F5;
}













/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #111111;
}

.swiper-pagination {
    display: none;
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
}


/*預設解除背景輪播*/
#content_main {}

#content {
    background-color: #F8F7F5;
    background-image: url(https://pic03.eapple.com.tw/truebuildertw/bg-03.jpg );
}


.bannerindex {
    position: relative;
}


.pageIndex .swiper-wrapper .swiper-slide::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/truebuildertw/bg-05.svg );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;
}


.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(1):before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/truebuildertw/bg-06.svg );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 99;
}



.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(2):before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/truebuildertw/bg-07.svg );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 99;

}




/* 轉場動畫 */

.pageIndex .swiper-wrapper .swiper-slide.swiper-slide-active:before {
    animation: bg-1-up 2s cubic-bezier(0.73, 0.08, 0.11, 0.99) both;
}


@keyframes bg-1-up {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;

    }

}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* 首頁文章管理 */


/*選單設定*/
.nav-menu {
    margin: 0;
}

.main_header_area .container {
    max-width: 95%;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.sticky .main_header_area .container {
    max-width: 95%;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.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: #474747;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #474747;
}

.nav-dropdown>li {
    text-align: center;
}

.header_area {
    position: fixed;
    width: 100%;
    padding: 0;
    background: transparent;
}

.header_area.sticky {
    background: #fff;
}

.stellarnav {
    order: 1;
    width: fit-content;
}

.stellarnav ul {
    display: flex;
    justify-content: flex-end;
}










/* 購物籃 */

.me_tp_features {
    width: fit-content;
    display: none;
    align-items: center;
    margin: 0;
    order: 3;
}

.tp_links {
    display: flex;
}

.box_search input[type=text] {
    display: none;
}

.box_search input[type=text]:hover {
    color: #fff;
    transition: all 0.3s;
}

.box_search input[type=text]:focus {
    color: #fff;
    transition: all 0.3s;
}

.shop_search_btn {
    display: none;
    background: #fff;
    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;
}

.me_tp_features a i {
    margin: 0 3px;
    color: #7f7f7f;
}






/*  */
.header_area {
    background-color: transparent;
    transition: all 0.5s;
}

.header_area::before {
    content: "";
}

.header_area.sticky::before {
    opacity: 1;
    transform: scale(1.1);
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}



.pageIndex .swiper-wrapper::after {}


.header_area .main_header_area {
    opacity: 0;
    transition: all 0.5s;
}

.header_area.sticky .main_header_area {
    opacity: 1;
    box-shadow: 1px 1px 5px #00000040;
    transition: all 0.3s;
}

.header_area .navigation {
    padding: 15px 0;
    display: flex;
    transition: all 0.3s;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}









@media screen and (max-width: 1024px) {
    .header_area .navigation {
        transition: all 0.3s;
    }

    .header_area.sticky .navigation {
        padding: 60px 0 0;
        transition: all 0.3s;
    }

    .header_area .stellarnav ul {
        text-align: center;
        padding: 10px 0;
        transition: all 0.3s;
    }

    .header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 10px 0;
        transition: all 0.3s;
    }
}

@media screen and (max-width: 768px) {
    .main_header_area .container {}

    .header_area.sticky .main_header_area {}

}

/*  */
.stellarnav>ul>li:nth-of-type(1) {}

.stellarnav>ul>li>a {
    padding: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    color: #7f7f7f;
    opacity: 1;
    font-weight: 700;
    transition: all 0.5s;
}

.stellarnav>ul>li>a:hover {
    color: #3f3f3f;

    transition: all 0.5s;
}

.stellarnav>ul>li>a b {
    font-weight: bold;
}

/*  */



.stellarnav li.has-sub>a:after {
    display: none;
}

/*下拉*/
.nav-dropdown>li>a {
    background: #f7f5f5;
    transition: 0.2s;
    letter-spacing: 1.5px;
    width: 100%;
}

.nav-dropdown>li>a:hover {
    transition: 0.2s;
    background-color: #474747;
    ;
    color: #fff
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}

.stellarnav li li::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #a1792e, #e5d687, #a1792e);
transition: all 0.5s;
}
.stellarnav li li:hover:before {
    width: 100%;
    transition: all 0.5s;
}

.stellarnav li li a {
    padding: 0px;
    border-left: 0;
    color: #7f7f7f;
    font-size: 14px;
    transition: all 0.3s;
}

.stellarnav li li a:hover {
    color: #3f3f3f;
    transition: all 0.3s;
}

.stellarnav>ul>li:nth-child(4) ul li:nth-child(1) {
    display: none;
}

.stellarnav ul ul {
    width: 180px;
    background: #fff;
}

.stellarnav>ul>li.has-sub>a {
    padding-right: 0px;
}

.stellarnav li li {
    display: block;
    border: 0;
    border-bottom-width: 0;
    padding: 10px 15px;
}



.stellarnav>ul>li {
    width: fit-content;
    text-align: center;
    margin: 0 10px;
}

















@media screen and (max-width: 1440px) {
    .header_area .navigation {}

    .nav-brand {
        display: inline-block;
    }

    .main_header_area .container {}

    .stellarnav>ul>li {
        margin: 0;
    }

    .stellarnav>ul>li:nth-of-type(3) {}

    .stellarnav>ul>li>a {
        margin: 0 5px;
    }
    .nav-header{
        width: 150px;
    }
}


@media screen and (max-width: 1024px) {
    .header_area .navigation {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        padding: 60px 0 0;
    }

    .stellarnav>ul>li:nth-last-of-type(1) {
        width: 105px;
    }
}



@media screen and (max-width: 768px) {

    .stellarnav.mobile {
        top: 19px;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #7f7f7f;
        width: 15px;
        transition: all 0.3s;
    }

    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 12px;
        color: #7f7f7f;
        display: block;
        transform: scale(0.9);
        transition: all 0.3s;
        display: none;
    }

    .sticky .stellarnav .menu-toggle span.bars span {
        background: #7f7f7f;
        transition: all 0.3s;
    }

    .sticky .stellarnav .menu-toggle:after {
        color: #7f7f7f;
        transition: all 0.3s;
    }

    .stellarnav>ul {
        text-align: center;
        padding: 0px 0;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: transparent;
        color: #fff;
        padding: 20px 10px;
        text-align: left;
        font-size: 0;
    }

    .stellarnav .icon-close {
        box-sizing: border-box;
        width: 18px;
        height: 18px;
    }

    .stellarnav .icon-close:before {
        width: 100%;
        border-bottom: solid 2px #7f7f7f;
    }

    .stellarnav .icon-close:after {
        width: 100%;
        border-bottom: solid 2px #7f7f7f;
    }

    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        max-width: 100%;
        border-right: 0px #eee solid;
        background-color: #F8F7F5;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 25px 10px;
        border: 0;
    }

    .stellarnav.mobile>ul>li>a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }

    .stellarnav.mobile li.open {
        background: transparent;
    }

    .stellarnav.mobile ul ul {
        background-color: transparent;
    }

    .stellarnav.mobile>ul>li {
        width: 100%;
        margin: 0;
        border: 0;
    }

    .stellarnav.mobile li a {
        border-bottom: 0;
        background-color: transparent;
    }

    .stellarnav>ul>li>ul>li>a {
        background-color: #fff;
        border: 0;
        padding: 15px 15px;
        padding-left: 25px;
    }

    .stellarnav>ul>li>ul>li {
        border: 0;
        background-color: #fff;
    }

    .stellarnav.mobile ul ul li {
        background-color: transparent;
    }

    .stellarnav.mobile li.open li.open {
        background: #171717e0;
        padding: 3px;
    }

    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 10px;
        border: 0;
    }

    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #474747;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        border-bottom: solid 3px #474747;
    }

    .header_area .stellarnav>ul>li>a {
        color: #666666;
        transition: all 0.3s;
        margin: 0;
        text-align: center;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        display: none;
    }

    .header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 0;
        transition: all 0.3s;
    }

    .stellarnav.mobile>ul {
        border-top: 0;
    }

    .stellarnav .dd-toggle {
        top: 17px;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        width: 15px;
    }

    .stellarnav a.dd-toggle .icon-plus::after {
        width: 15px;
    }

    .stellarnav.mobile>ul>li:nth-child(4) ul li:nth-child(1) {
        display: none;
    }

    .header_area.sticky .stellarnav>ul>li>a {
        color: #666666;
        transition: all 0.3s;
    }

    .header_area .stellarnav ul {
        text-align: center;
        padding: 0;
        transition: all 0.3s;
    }
}





.page {}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/

.nav-brand img {
    position: relative;
    top: 0px;
    max-width: 100%;
    transition: all 0.3s;
}


.nav-header {
    max-width: 70px;
    position: absolute;
    z-index: 123;
    order: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav-header img {
    width: 100%;
    opacity: 1;
    transition: all 0.5s;
}

.sticky .nav-header img {
    opacity: 1;
    transition: all 1s;
    transition-delay: 1.3s;
}


.header_area .nav-brand {
    display: block;
    position: relative;
    padding: 0;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.header_area.sticky .nav-brand {
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.header_area .nav-brand img {
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}




.header_area.sticky .nav-brand img {
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}




@media screen and (max-width: 1024px) {
    .nav-brand {
        width: 100px;
    }

    .header_area .nav-header {
        text-align: center;
        top: 44px;
    }

    .header_area .nav-brand {
        padding: 0;
        width: 100%;
    }

    .header_area.sticky .nav-header {}

    .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%;
    }

    .header_area .main_header_area {}

    .header_area .nav-brand {
        display: inline-block;
        width: 310px;
        transition: all 0.5s;
    }

    .header_area .navigation {
        display: flex;
        justify-content: center;
        padding: 30px 0px;
    }

    .header_area.sticky .nav-brand {
        display: inline-block;
        width: 310px;
        transition: all 0.5s;
    }

    .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;
    }

    .header_area .nav-header {}

    .nav-header {
        z-index: 0;
        top: -13px;
    }

    .header_area.sticky .nav-header {
        top: 50%;
    }

    .header_area .nav-header {
        top: 50%;
        max-width: 100px;
    }

    .header_area.sticky .main_header_area {
        backdrop-filter: none;
    }

    .me_tp_features {
        display: none;
    }

    .stellarnav .menu-toggle {
        padding: 0;
    }
}


@media screen and (max-width: 500px) {
    .header_area .nav-brand {
        width: 100%;
    }

    .header_area .navigation {
        padding: 30px 0px;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer {
    border-top: none !important;
    padding: 0;
    height: auto;
    background: #394660;
}

.footer .center {
    max-width: 90%;
}

.footer_menu {
    border-bottom: none !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.copy {
    background: transparent;
    border: none;
    color: #fff;
    margin-top: 0;
    padding: 0 0 15px;
    font-size: 12px;
}

.pageIndex .copy {}


.box_link {
    display: none;
}

.copy a {
    color: #fff;
}

.footer_info li p {
    color: #fff;
    width: 50%;
    line-height: 100%;
    height: fit-content;
    margin: 10px 0;
    font-weight: 300;
}

.footer_info li p a {
    color: #fff;
}

.footer_menu a:hover {
    background: #474747;
}

.footer_menu a {
    color: #fff;
    width: calc(100% / 3 - 20px);
    margin: 10px;
    border: none;
    transition: all 0.3s;
    padding: 10px 15px;
    background: transparent;
    border-bottom: 1px #fff solid;
}

.footer_menu a:hover {
    background: #555;
    border-radius: 10px 10px 0 0;
    color: #fff;
    transition: all 0.3s;
}

.footer_menu a:nth-child(1) {
    display: none;
}

.footer_info {
    padding: 0;
    justify-content: center;
    flex-direction: column;
}

.footer_info ul {
    display: flex;
    width: 100%;
    padding: 20px 0px;
    justify-content: flex-end;
}

.footer_info li:nth-child(1),
.footer_info li:nth-child(2) {
    width: 50%;
}

.footer_info li:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    padding: 0;
}

.footer_info li:nth-child(2) {
    padding: 0;
}




.footer_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 140px;
    margin: auto;
}



.footer_logo a {
    display: block;
    width: 100%;
}



.footer_logo img {
}





.fa-facebook-f:before {
    content: "\f39e" !important;
}



@media screen and (max-width: 768px) {
    #bottom_menu {
        display: none;
    }

    .footer_info ul {
        display: flex;
        width: 100%;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .footer_info li:nth-child(1),
    .footer_info li:nth-child(2) {
        width: 90%;
    }

    .footer_info li p {
        text-align: center;
        width: 100%;
    }

    .footer_info li:nth-child(1)::after {
        text-align: left;
    }

    .footer_info li:nth-child(1)::after {
        text-align: center;
        width: 100%;
    }
}

/* 浮動 */
.info_fix {
    position: fixed;
    width: auto;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    opacity: 1;
    right: 0;
    transition: all 0.5s;
}

.headerSticky .info_fix {
    transition: all 0.5s;
}

@keyframes action-footer {
    0% {
        opacity: 0;
        transform: scale(1, 0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


.info_fix_links a i {
    font-size: 20px;
}

.info_fix_links {
    width: auto;
    display: flex !important;
    padding: 5px;
    flex-direction: column;
    background-color: #0000006e;
    border-radius: 10px 0 0 10px;
}

.linksBtn {
    display: none;
}

.info_fix_links a {
    background: transparent;
    color: #fff;
    margin-bottom: 0;
    width: 40px;
    height: 50px;
    transition: all 0.5s;
}

.info_fix_links a:hover {
    transition: all 0.5s;
}


.info_fix_links a.info_fix_default.info_fix_phone {
    display: none;
}

.info_fix_links a.info_fix_default.info_fix_tel {
    display: none;
}

.info_fix_links a.info_fix_default.info_fix_mail {
    display: none;
}

.info_fix_links a.info_fix_yt:hover {
    filter: brightness(0.5);
    transition: all 0.3s;
}

.info_fix_links a:hover {
    background: transparent;
    color: #394660;
}




@media screen and (max-width: 768px) {
    .info_fix {
        top: 14px;
    }

    .info_fix_links a i {
        font-size: 12px;
    }

    .info_fix_links a.info_fix_ig i {
        font-size: 14px;
    }
}







/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    position: relative;
    height: 480px;
    padding: 0 15%;
    background: transparent;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
}

.banner h5 {
    display: flex;
    width: 100%;
    position: relative;
    font-weight: 550;
    text-align: left;
    letter-spacing: 5px;
    font-size: 70px;
    color: #c3a466;
    justify-content: center;
    flex-direction: row;
    text-transform: uppercase;
    align-items: center;
}

.banner h5::before {
    content: "";
    font-size: 40px;
    color: #3f3f3f;
    letter-spacing: 1em;
    order: 1;
}

.banner h5::after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background-color: #3f3f3f;
    margin: 0 10%;
}







.banner.banB,
.banner.banC {
    display: none;
}

.banner.banD {}


.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/truebuildertw/banner-04.jpg);
}



.banner.banE h5::before {
    content: "好評回饋";

}

.banner.banA{
    display: none;
}
.banner.banA {
    background-image: url(https://pic03.eapple.com.tw/truebuildertw/banner-05.jpg);
}

.banner.banA h5::before {
    content: "最新消息";
}


.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/truebuildertw/banner-06.jpg);
}

.banner.banblog h5::before {
    content: "常見問題";
}

.article_b .banner.banblog h5::before {
    content: "紳士專欄";
}

.banner.banF {
    display: none;
}


@media screen and (max-width: 768px) {
    .banner {
        height: 440px;
        padding: 0 5%;
    }

    .banner h5 {
        font-size: 22px;
    }

    .banner h5::before {
        font-size: 24px;
    }
}



/* 分頁 */
.other_select_page .promotion_title {
    display: none;
}

.other_select_page .other_promotion {
    display: none;
}

/*其他分頁*/
/*其他分頁*/
.promotion_title h2 {
    display: block;
    border-bottom: none;
    text-align: left;
    font-size: 33px;
    color: #474747;
}

.promotion_title {
    padding: 13px 0;
    display: block;
}

.promotion_title span {
    border: none;
}

.promotion_title em {
    border: none;
    padding: 2px 7px;
    margin: 0 2px 2px 0;
}



/* 底下分類 */
.other_promotion li {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #00000014;
    margin: 2%;
}

.other_promotion li a {
    display: block;
    border: none;
    padding: 30px 20px;
    width: 100%;
    margin: 0;
    position: relative;
    background: transparent;
    transition: all 0.3s;
}

.other_promotion li a:hover {
    background: #0000000d;
    transition: all 0.3s;
}

.other_promotion li a:before {
    display: none;
}

.other_promotion li a:after {
    display: none;
}

.other_promotion .pmtTime span {
    float: left;
    font-size: 13px;
    margin-left: 0;
}

.promotion_title h2 span {
    display: none;
}

.promotion_title {
    vertical-align: middle;
    color: #6D6D6D;
}

.pmtTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #C5C5C5;
    flex-direction: column;
}

.other_promotion .pmtTitle h3 {
    font-size: 17px;
    color: #474747;
    margin: 10px 0 0 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    font-weight: normal;
}

.other_promotion {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
}


@media screen and (max-width: 768px) {
    .other_promotion li {
        width: 45%;
    }

}

@media screen and (max-width: 768px) {
    .other_promotion li {
        width: 100%;
    }

}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 50px 20px;
}


/*購物車設定*/
/* 產品的看更多按鈕設定 */


.product_page .main_part {
    width: 100%;
    max-width: 95%;
    margin: auto;
    padding: 0;
    padding: 220px 0 150px;
}




/* 選單 */
.product_menu_list {
    width: 100%;
    margin-bottom: 50px;
}

.product-layer-two {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.product-layer-two li {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    width: fit-content;
    height: fit-content;
    text-align: left;
    border-bottom: 0;
    margin: 0 10px;
    transition: all 0.5s;
}




.product-layer-two li a {
    color: #7f7f7f;
    border: 0;
    padding: 0;
    padding-bottom: 6px;
    background: transparent;
    text-wrap: nowrap;
    transition: all 0.3s;
    font-family: "微軟正黑體";
}

.product-layer-two li a:hover {
    color: #3f3f3f;
    transition: all 0.3s;
}


.product_page .show_content {
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.page {
    color: #808080;
    width: 100%;
}

.product-layer-two li.active>a {
    background: transparent;
    color: #474747;
    border: 0;
    border-bottom: 2px #474747 solid;
    font-weight: normal;
}

/* 內容 */
.products-list .more {
    display: none;
    border: 1px solid #808080 !important;
    color: #808080;
    width: 90%;
    margin: 0 auto;
}

.products-list .item a {
    padding-bottom: 0;
}

.products-list .item a:hover .more {
    background: #474747;
    border-color: #808080;
    color: #ffffff;
}

.products-list {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 0;
    border: 1px #55555542 solid;
    border-bottom: 0;
    border-right: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: none;
}

.products-list .item {
    width: calc(100% / 3);
    display: inline-block;
    vertical-align: top;
    padding: 1.5%;
    background: transparent;
    border-radius: 0;
    border-right: 1px #55555542 solid;
    border-bottom: 1px #55555542 solid;
    transition: all 0.5s;
}

.products-list .item:hover {
    transition: all 0.5s;
}

.products-list .item a img {
    filter: grayscale(0.5);
    height: auto;
    transition: all 0.5s;
}

.products-list .item a:hover img {
    transform: scale(1.02);
    filter: grayscale(0);
    transition: all 0.5s;
}

.products-list .name {
    font-size: 16px;
    color: #808080;
    height: auto;
    margin-top: 0;
    padding: 3% 0 0;
    font-family: "微軟正黑體";
    font-weight: bold;
}

.products-list .name::before {}

.products-list .pic {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: calc(100% / 4 * 3);
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.products-list .item a:hover .pic {
    transition: all 0.5s;
}




/*內液*/
.product_info_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 50px 0px;
}

.lastPage {
    display: none;
    background: #111111;
}

.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-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.product_main {
    display: none;
}

.pd_tabTitle {
    display: none;
}

.product_info_page .product_menu_list {
    display: none;
}

.sidebarBtn {
    display: none;
    padding: 5% 0;
    width: 100%;
    vertical-align: top;
    border: 0;
    background: transparent;
}

.sidebarBtn h2 {
    color: #474747;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
    font-size: 24px;
}

.sidebarBtn {
    color: #808080;
}

.product_info li span {
    color: #808080;
}

#bx-pager h6 {
    display: none;
}

ul.prod li h3.prod-thumb {
    background: transparent;
    color: #474747;
    padding: 0;
    text-align: left;
}

ul.prod li h3.prod-thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #474747;
    margin: 10px 0;
}

ul.prod {
    list-style: none;
    display: block;
    width: 100%;
}

ul.prod li .prod-panel {
    color: #808080;
    text-align: left;
}

ul.prod li {
    margin-bottom: 40px;
    color: #808080;
}

.toShare {
    border-top: 1px solid #474747;
}

.prod_tabs {
    margin-top: 0px;
}

.pd_tabInner_contain {
    padding-top: 0px;
}














/*  */
.half_box {
    width: 100%;
    float: left;
    padding-right: 0px;
}

ul.prod li span {
    color: #808080;
}

.qaform .breakF {
    border: 1px #808080 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 #808080 solid !important;
    color: #808080;
    transition: all 0.5s;
}

.productBtn:hover {
    background-color: #00000071;
    transition: all 0.5s;
}

/*  */



.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #474747;
}

.related_list {
    grid-gap: 140px;
    max-width: 1440px;
}

.related_list li a {
    display: block;
    padding: 0%;
    background-color: transparent;
}

.related_list li a p {
    font-size: 15px;
    color: #808080;
    margin: 10px 0;
    text-align: left;
    font-family: "微軟正黑體";
}

.related_list li {
    transition: all 0.5s;
}

.related_list li:hover {
    transition: all 0.5s;
}

.mobile_product_name {
    display: none;
}



.prod_related h6 {
    display: none;
}



/* 版型變動 */


.product_info_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0px;
}

.product_info_page .banner {
    display: none;
}


.related_list::-webkit-scrollbar {
    background: #fff;
    width: 0px;
}

.related_list::-webkit-scrollbar-button {
    display: none;
    background: #fff;
    border-radius: 0;
}

.related_list::-webkit-scrollbar-track-piece {
    background: #fff;
}

.related_list::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #222;
}

.related_list::-webkit-scrollbar-track {
    box-shadow: transparent;
}


/* .product_info_page .header_area .navigation{
    padding: 30px 0 76px;
}

.product_info_page .nav-header {
    top: 36%;
} */

.prod_related {
    background: transparent;
    padding: 85px 15px;
}

@media screen and (max-width: 1024px) {
    .products-list .item {
        width: calc(100% / 2);
    }

    .product_page .main_part {
        padding: 185px 0 150px;
    }

    .product_menu_list {
        margin-bottom: 30px;
    }
}





@media screen and (max-width: 768px) {

    .product_page .main_part {
        padding: 120px 0 150px;
    }

    .product_menu_list {
        margin-bottom: 0px;
    }

    .products-list {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .products-list .item {
        width: 50%;
    }

    .product_info_page .product-layer-two {
        display: none;

    }

    .product-wrapper {
        left: 0px;
    }

    .products-list .name {
        font-size: 13px;
    }

    .product-layer-two li a {
        font-size: 15px;
    }

}

@media screen and (max-width: 500px) {
    .product_page .main_part {}

    .products-list .more {
        font-size: 14px;
    }

    .products-list .item {
        width: 100%;
    }

    .product_info_page .main_part {
        width: 100%;
        max-width: 85%;
        margin: auto;
        padding: 50px 0px;
    }

}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_main_header_area_back {
    background: #02642F;
}

.share_page .edit {
    text-align: justify;
    line-height: 180%;
}

.subbox_item a:before,
.subbox_item a:after {
    transition: 0.3s;
}

.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
    color: #111111;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
}



.clearfix:before,
.clearfix:after {
    display: none;
}

.blog_box {
    display: flex;
    flex-wrap: wrap;
}

.blog_back {
    width: 100%;
}

.blog_le {
    width: 15%;
    padding: 0;
    margin-right: 1%;
}





h5.blog_le_t {
    display: none;
    font-size: 24px;
    font-weight: 500;
    color: #474747;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 80px;
    width: auto;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
}

.blog_search {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
}

.blog_search form {
    width: 100%;
    position: relative;
}

.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: none;
    overflow: visible;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    border: 1px #231f2031 solid;
}

.blog_le .accordion li {
    width: 100%;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #3838389c;
    color: #FFF;
}


.accordion li .link a {
    font-size: 16px;
    color: #231f20;
    font-weight: 400;
    padding: 15px 20px;
    transition: all 0.3s;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;
    transition: all 0.3s;
}

.accordion li::before {}

.accordion li:hover:before,
.blog_le .accordion>li.on_this_category::before {
    width: 95%;
    transition: all 0.5s;
}

.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #565656 solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}

.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}

.blog_search input[type=search]:focus {
    color: #ccc;
}


/*文章分享變1排3個*/
.blog_page .main_part {
    max-width: 80%;
    padding: 100px 0;
}

.blog_list_le,
.blog_list_ri {
    width: 100%;
}

.blog_subbox {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.subbox_item {}

@media screen and (max-width: 1024px) {
    .subbox_item {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .subbox_item {
        width: 100%;
    }
}


/* 內容 */
.blog_ri {
    width: 84%;
}

.subbox_item {
    position: relative;
    border-bottom: 0.3px #231f2031 solid;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
}

.subbox_item::before {
    content: "";
    display: inline-block;
    width: 0%;
    background-color: #474747;
    height: 2px;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: all 0.3s;
}

.subbox_item:hover:before {
    width: 100%;
    transition: all 0.3s;
}

.subbox_item a:before {
    right: 0;
    left: auto;
    opacity: 0;
    font-size: 152x;
}

.subbox_item a:after {
    content: '';
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #00000028;
    opacity: 0;
    border: 1px #ddd solid;
    transition: all .5s;
}

.subbox_item a {
    display: flex;
    padding: 10px;
    flex-direction: column;
    min-height: 530px;
}

.blog_list_ri h5 {
    font-weight: 700;
    font-size: 30px;
    color: #c3a466;
    font-family: 'Noto Serif SC', 'Noto Serif TC';
}

.blog_list_ri em {
    color: #1a1a1a;
}

.blog_list_ri p {
    color: #1a1a1a;
}

.subbox_item a:before {
    color: #1a1a1a;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #2a4634 !important;
}

.blog_back a.article_btn_back {
    background: #2a463488;
}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev {
    background: #2a4634;
}


.news_related {
    background: #cbb9a1b8;
}

.news_related_list li a {
    background: transparent;
}

.news_related_list li a p {
    font-size: 16px;
    color: #494949;
    line-height: 2;
    font-weight: bold;
}







/* 文章1 */

.article_a .blog_page .main_part {
    max-width: 1200px;
    padding: 100px 0;
}

.article_a .blog_subbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-gap: 0;
    flex-direction: column;
}

.article_a .subbox_item {
    position: relative;
    border-bottom: 0.3px #231f2031 solid;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 30px 10px;
}

.article_a .subbox_item a {
    display: flex;
    width: 100%;
    padding: 0;
    flex-direction: row;
    min-height: fit-content;
    justify-content: flex-start;
    gap: 20px;
}

.article_a .blog_list_le {
    width: 30%;
}

.article_a .blog_list_ri {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 70%;
    padding: 0;
}


.article_a .blog_list_ri h5 {
    font-weight: 500;
    font-size: 30px;
    color: #c3a466;
    font-family: 'Noto Serif SC', 'Noto Serif TC';
}



.article_a .subbox_item::before {
    background-color: #2a463410;
    height: 100%;
    opacity: 1;
    z-index: 999999;
    pointer-events: none;
    transition: all 0.3s;
}
















@media screen and (max-width: 1440px) {
    .subbox_item a {
        min-height: 490px;
    }
}


@media screen and (max-width: 1024px) {
    .subbox_item a {
        min-height: 410px;
    }
}


@media screen and (max-width: 768px) {
    .blog_search form {
        width: 20%;
        position: relative;
    }

    .blog_le {
        display: none;
    }

    h4.blog_category_title {
        margin-bottom: 0px;
        padding: 0;
    }

    .blog_ri {
        width: 100%;
    }

    .subbox_item {
        width: calc(100% / 2);
    }
}



@media screen and (max-width: 500px) {
    .subbox_item {
        width: calc(100% / 1);
    }

    .products-list .item {
        width: calc(100% / 1);
        padding: 3%;
    }

    .subbox_item a {
        min-height: unset;
    }

    .main_part {
        max-width: 90%;
    }

    .products-list .item a {}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相本分類全版面 ( 限制最寬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 #474747;
}

.promotion_title {
    border-bottom: 0;
}











/* 相簿 */





.show-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    grid-gap: 80px;
}

.show-list .show_name {
    text-align: center;
}

/*主分類頁面*/
.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
    max-width: 1200px;
    padding: 50px 0;
}

.show-list .item:hover .show_name {
    color: #1a1a1a;
    opacity: 1;
    transition: 0.3s;
}

.album_page .show-list .show_pic {
    aspect-ratio: 1/1;
}

.album_page .show-list .show_pic img {
    display: inline-block;
    object-fit: cover;
    min-height: 400px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    filter: grayscale(1);
    transition: all 0.3s;
}

.show-list .item:hover .show_pic img {
    transform: scale(1.05);
    filter: grayscale(0);
    transition: all 1s;
}

.show-list {
    justify-content: center;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.clearfix:before,
.clearfix:after {
    display: none;
}

.show-list .show_name {
    font-size: 16px;
    color: #1a1a1a;
    letter-spacing: 0.15em;
    margin-top: 0;
    overflow: hidden;
    height: auto;
    position: relative;
    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;
    -webkit-transform: scale(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 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(1);
    -webkit-object-fit: cover;
    transition: all .4s;
}

.other_subalbum li a:hover img {
    transform: scale(1.01);
    filter: grayscale(0);
    transition: all 1s;
}

.other_subalbum li a:hover div:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    transition: all .4s;
}

.album_fixed_title {
    display: none;
}

















/*照片頁*/


.pic-list .show_pic img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: auto;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

.show-list .item {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 20px;
    overflow: hidden;
    background: transparent;
}

.show-list .show_pic {
    aspect-ratio: 1/1;
}

.album_page .show_content {
    margin: auto;
    padding: 0;
    max-width: 100%;
}

.subalbum-menu {
    margin: 30px 0;
    padding: 0;
}

.subalbum-menu h2 {
    display: flex;
    position: relative;
    color: #494949;
    left: 0;
    flex-direction: row-reverse;
    align-items: center;
    width: fit-content;
    font-weight: 500;
    margin-left: 1%;
}

.block {
    background: #494949;
}

.other_subalbum {}

.other_subalbum li {
    display: inline-block;
    background: #fff;
    width: calc(100% / 2 - 2%);
    margin: 10px 1%;
    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;
}

.other_subalbum li p,
.pic-list .item h6 {
    line-height: 220%;
    text-align: center;
    color: #1a1a1a;
    position: relative;
    opacity: 1;
    transition: all 0.3s;
}

.other_subalbum li:hover p {
    opacity: 1;
    transition: all 0.3s;
}

.pic-list .item:hover h6 {
    transition: all 0.3s;
}

.pic-list .item {
    position: relative;
}

.album_info_page .pic-list .show_pic {
    aspect-ratio: 1/1;
}

@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    .footer.with_shopping_mode {
        padding: 0;
    }

    #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-list .item {
        width: 60%;
        padding: 0;
        margin: 20px;
    }

    /*手機版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_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}

.blank_letter {
    font-family: "Noto Sans";
    font-weight: 500;
    padding-top: 0;
    font-size: 24px;
    padding: 30px 0;
    color: #474747;
    background-position: left bottom;
    background-repeat: no-repeat;
    border-bottom: 1px #474747 solid;
}

.list_before.info li {
    padding-left: 32px;
    color: #474747;
}

.contact_form li .form__label {
    color: #474747;
    width: 130px;
}

.contact_le_map a {
    background: #474747;
    color: #fff;
}

.contact_form li.last cite {
    background: #474747;
    color: #fff;
    width: 220px;
}

.contact_form li.last input[type="submit"] {
    color: #fff;
}

.contact_content .information_left {
    width: 100%;
    margin-bottom: 50px;
}

.contact_content .information_right {
    width: 100%;
    padding-left: 0px;
}

.contact_le_nomap {
    transition: all .5s;
}

.contact_le_nomap:hover {
    filter: grayscale(0);
    transition: all .5s;
}


.contact_form li input.noborder {
    border: none;
    background: #0000000a;
    color: #474747;
    transition: all 0.3s;
    margin: 0;
}

.contact_form li {
    display: flex;
    margin-bottom: 0px;
    border-bottom: 1px solid #4747473d;
    padding: 10px 0;
    padding-left: 0;
    justify-content: space-between;
}

/* .contact_form li:nth-child(9) .form__label{
    width: 130px;
    margin-left: -100px;
}
.contact_form li:nth-child(9){
} */
.contact_form li textarea.noborder {
    background: transparent;
    border: 1px #474747 solid;
    color: #474747;
    transition: all 0.3s;
}

.contact_content form {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
}

.form__insert input {
    margin: 0 10px;
    color: #474747;
}

.contact_form li.last blockquote {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    padding: 7px;
    text-align: center;
    border: 1px #474747 solid;
    width: 150px;
}

.contact_content {
    margin: auto;
    padding: 0;
    max-width: 80%;
}

.contact_editbox {
    padding: 0;
}



@media screen and (max-width: 768px) {
    .contact_form li.last cite {
        width: 160px;
    }

}

@media screen and (max-width: 600px) {

    .contact_form li .form__label {
        background: transparent;
        font-weight: normal;
    }

}