@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;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400&display=swap');

* {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
}

.path p,
.path p a {
    display: none;
}

.edit_part {
    max-width: 100%;
    margin: auto;
    padding: 0px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*上方選單解除滑動固定
.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}
*/
/*內頁*/
#content_main {
    background: #fff;
}

#content {
    background: #fff;
    margin-bottom: -7px !important;
}

/*#content_main {
    background-image: url(https://pic03.eapple.com.tw/bonniefix/bg01-index.jpg);
    background-position: center;
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}*/
#content_main {
    background-image: url(https://pic03.eapple.com.tw/chiaodeco/bg01.jpg);
    background-position: center;
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-bottom: -5px !important;
}

/*電腦LOGO*/
.nav-brand {
    margin-top: 21px;
    /*filter: brightness(5);*/
    width: 130px;
    margin-left: 50px;
    transition: .6s all;
}

.pageIndex .sticky .nav-brand {
    margin-top: 21px;
    width: 120px;
    filter: hue-rotate(7deg);
}

.nav-brand:hover {
    transition: .6s all;
    transition: .6s all;
}

/*.other_page .nav-brand img, .album_page .nav-brand img,.album_info_page .nav-brand img, .album_class_page .nav-brand img, .contact_page .nav-brand img {  max-width: 100%;  filter: brightness(5);  margin-top: -2px;  width: 125px;}*/
.footer_logo img {
    display: none;
}

.footer_logo {
    display: none;
}

/*手機LOGO
.nav-brand-m {}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Header*/
.pageIndex .header_area {
    position: fixed;
    width: 100%;
}

.pageIndex .main_header_area {
    background: linear-gradient(180deg, rgb(49 49 49 / 70%), transparent);
    height: 96px;
    transition: .8s all;
    /*border-bottom: solid 1px #353535;*/
}

.header_area.sticky .main_header_area {
    background:
        /*#34697df5*/
        #adadad;
    transition: .8s all;
}

.main_header_area {
    background:
        /*#34697d*/
        #adadad;
}

.main_header_area .container {
    max-width: 95%;
    transition: .5s;
}

.sticky .main_header_area .container {
    max-width: 95%;
    transition: .5s;
}

.stellarnav>ul>li>a {
    font-weight: 200;
    letter-spacing: .5px;
    height: 51px;
    padding: 4px 9px;
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
    margin: 20px 3px;
}

.stellarnav>ul>li>a:hover {
    font-weight: 300;
    color: #fff;
    transition: .5s;
}

.stellarnav li li>a {
    font-size: 12px;
    color: color: #3b6e81;
}

/*下拉*/
.stellarnav li li>a:hover {
    background-color: #34697d;
    color: #fff;
    transition: .5s all;
}

/*下拉hover*/
.stellarnav.desktop li a {
    padding: 10px;
}

.stellarnav li li {
    display: block;
    border: none;
    margin-bottom: -1px;
    background-color: #fff;
    color: #222;
    border: solid 1px #dfdfdf;
}

/*下拉hover*/
.stellarnav>ul>li>a b {
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    .stellarnav.mobile>ul>li>a b:nth-child(2) {
        display: none;
    }

    /*中文選單隱藏*/
}

/*選單底部hover線條*/
/*.stellarnav > ul > li::after { content: "";display: block; height: 2px;width: 0%;background: #fff; position: absolute; bottom: 0; transition: all 0.3s; right: 0;}
.stellarnav > ul > li:hover::after { width: 100%; transition: all 0.3s;left: 0;}
.stellarnav li.has-sub > a:after {top: 54%;}*/

/*大圖文案*/
.swiper-slide:nth-child(1):after {
    content: "";
    position: absolute;
    bottom: 35%;
    width: 11vw;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 45VW;
    background: url(https://pic03.eapple.com.tw/chiaodeco/banner_01.png) no-repeat;
    z-index: 100;
    background-position: left bottom;
    background-size: contain !important;
    animation: move 2s ease;
}

.swiper-slide:nth-child(4):after {
    content: "";
    position: absolute;
    bottom: 35%;
    width: 11vw;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 45VW;
    background: url(https://pic03.eapple.com.tw/chiaodeco/banner_04.png) no-repeat;
    z-index: 100;
    background-position: left bottom;
    background-size: contain !important;
    animation: move 2s ease;
}

.swiper-slide.swiper-slide-active:nth-child(1):before {
    animation: ss 1s both;
    animation-delay: .3s;
    content: "感受生活美好與空間溫度\A給心一個安定的力量";
}

.swiper-slide.swiper-slide-active:nth-child(4):before {
    animation: ss 1s both;
    animation-delay: .3s;
    content: "感受生活的美好與空間的溫度\A為心靈帶來安定的力量";
}

.swiper-slide:before {
    content: "";
    white-space: pre;
    font-size: .9vw;
    color: #f5f5f5;
    line-height: 200%;
    font-weight: 300;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    text-align: center;
    letter-spacing: 1.5px;
}

.swiper-pagination {
    display: none;
}

/*輪播白點移除*/

/*大圖裝飾線條動態*/
.swiper-wrapper {
    position: relative;
}

.swiper-wrapper:before {
    content: "MORE";
    width: .5px;
    height: 0px;
    background: #fff;
    z-index: 100;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(calc(-50% - 7px));
    animation: move 3s ease infinite;
    font-size: 12px;
    writing-mode: vertical-lr;
    color: #fff;
    font-weight: 300;
    line-height: 180%;
}

@keyframes move {
    0% {
        height: 0;
    }

    100% {
        height: 60px;
    }
}

.swiper-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(27 33 33 / 37%) 20%, rgb(49 60 60 / 0%) 40%, rgb(49 60 60 / 0%) 85%, rgb(49 60 60 / 21%) 100%);
    z-index: 10;
}

/*大圖漸層底色*/




.navigation {
    padding: 0px 0 0px 210px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 0px;
}

.box_search input[type=text] {
    border-radius: 0px;
    padding: 3px 10px 3px 32px;
    color: #111 !important;
}

.shop_search_btn {
    background: #717171;
}

.tp_links {
    display: none;
}

.me_tp_features {
    margin-bottom: 0px;
    margin-top: -4px;
}

.me_tp_features a {
    margin-bottom: 3px;
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav li>a:before {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1900px) {
    .swiper-wrapper:before {
        background-size: contain !important;
    }
}

@media screen and (max-width: 1450px) {
    .main_header_area .container {
        max-width: 80%;
    }


}

@media screen and (max-width: 1300px) {
    .main_header_area .container {
        max-width: 90%;
    }

    .stellarnav>ul>li>a {
        padding: 4px 2px;
    }

    .nav-brand {
        margin-top: 20px;
        margin-bottom: 0px;
        margin-left: 0px;
    }


}

@media screen and (max-width: 1024px) {
    .pageIndex .header_area {
        position: fixed;
    }

    .navigation {
        padding: 10px 0 0px 0px;
    }

    .main_header_area {
        height: 115px;
    }

    .stellarnav>ul>li>a {
        padding: 0px 2px;
        height: 36px;
        font-size: 14px;
    }

    .stellarnav>ul>li:nth-child(7) {
        background-color: transparent;
    }

    .nav-brand {
        margin-top: 10px;
        width: 70px;
    }

    .stellarnav>ul>li>a {
        margin: 0px 5px;
    }

    .sticky .nav-brand {
        margin-top: 4px;
        width: 70px;
    }

    .stellarnav.desktop li a {
        padding: 0px 10px;
    }


}

@media screen and (max-width: 768px) {
    .stellarnav li>a:before {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 12px;
        left: 13%;
        transform: translateX(-50%);
    }

    .stellarnav.mobile>ul>li {
        background-color: #a3a3a3;
        text-align: center;
        border-bottom: 1px #ffffff2b solid;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 18px 10px 14px 10px;
        margin-left: 0px;
        border-bottom: none;
        font-weight: 400;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        display: none;
    }

    .me_tp_features a span {
        font-size: 13px;
    }

    .me_tp_features a i {
        margin: 0 3px;
        font-size: 11px;
    }

    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        max-width: 100%;
    }

    .nav-brand {
        width: 64px;
        margin-top: 12px;
        margin-left: 0px;
    }

    .sticky .nav-brand {
        margin-top: 12px;
        width: 65px;
    }

    .pageIndex .main_header_area {
        height: 70px;
        background: linear-gradient(180deg, rgb(49 49 49 / 0%), transparent);
        background-color: #adadad;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .stellarnav .menu-toggle:after {
        color: #fff;
        font-weight: 100;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #8b8b8b;
        color: #ffffff;
        padding: 10px 10px 11px 10px;
    }

    .stellarnav .icon-close:after {
        border-bottom: solid 2px #ffffff;
    }

    .stellarnav .icon-close:before {
        border-bottom: solid 2px #ffffff;
    }

    .stellarnav .icon-close {
        margin-right: 3px;
    }

    .stellarnav.mobile.sticky {
        left: 0;
    }

    .stellarnav.mobile ul {
        background: #a3a3a3
            /*#34697d*/
        ;
    }

    .stellarnav .menu-toggle span.bars span {
        width: 25px;
        height: 1px;
        margin: 2px auto 5px;
    }

    .stellarnav .menu-toggle {
        padding: 14px 10px;
    }

    .pageIndex .sticky .nav-brand {
        margin-top: 8px;
        width: 70px;
    }

    .main_header_area {
        height: 70px;
    }

    .pageIndex .header_area {
        position: relative;
        background: #34697d;
    }

    .nav-brand img {
        max-width: 100%;
    }

}

@media screen and (max-width: 440px) {
    .swiper-wrapper:before {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .stellarnav .menu-toggle {
        padding: 16px 10px;
    }

    .box_search input[type=text] {
        width: 71px;
        font-size: 10px;
    }

    .me_tp_features a span {
        font-size: 9px;
    }

    .me_tp_features a {
        margin: 0 1px;
    }

    .shop_search_btn {
        font-size: 10px;
        top: 3px;
        padding: 4px 15px;
    }

    .shop_search_txt {
        font-size: 13px;
        height: 16px;
    }


}


/*浮動按鈕*/
/*.info_fix_links a, .info_fix_links a+a { display: none;}*/
.info_fix>span {
    background-color: #327a83;
}

.info_fix_links a {
    background: transparent;
}

.info_fix_links a:hover {
    background: transparent;
}

.info_fix_links {
    display: block !important;
}

/*保持展開*/
.info_fix>span {
    display: none;
}

/*隱藏展開鈕*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.box_link a {
    display: none;
}

.center {
    max-width: 1760px;
}

.footer {
    padding: 50px 0px 0px 0px;
    background-color: #4f4f4f;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.footer_logo {
    margin-top: 5px;
}

.footer_info {
    padding: 0 60px 90px 0;
}

.footer_info li p a {
    color: #fff;
    font-weight: 300;
}

.footer_info li:nth-child(1) {
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: 0 17px;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 0px;
    margin-top: 20px;
}

.footer_info li:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
}

.footer_info li p {
    width: calc(140% / 1);
    color: #fff;
    font-family: 'Jost', 'Noto Sans TC', sans-serif;
    letter-spacing: 2px;
    line-height: 2em;
    font-size: 13px;
}

.footer_menu a {
    letter-spacing: 1px;
    padding: 5px 7px;
    border: none;
    font-size: 13px;
    color: #dfdfdf;
    color: #ffffff;
    background: none;
    font-weight: 200;
}

.footer_menu a:hover {
    background: none;
    /* color: #b91417; font-weight: 600;*/
}

.copy {
    color: #ffffff;
    border-top: none;
    margin-top: 15px;
    padding: 30px 0px 23px 0px;
    background-color: transparent;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 100;
}

.copy a {
    color: #ffffff;
}

.footer_menu a:nth-child(1) {
    display: none;
}

.footer_info li p.tel:before {
    content: '室話：';
}

.footer_info li p.add2:before {
    content: '營業時間：';
}

p.line {
    order: 0;
}

p.add {
    order: 4;
}

/*footer選單hover線條*/
.footer_menu a {
    margin: 0;
    text-align: left;
    transition: all 0.3s;
    position: relative;
    padding: 10px 7px;
}

.footer_menu a:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #b2975700;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    transition: all .4s;
}

.footer_menu a:hover:after {
    animation-name: line_move;
    animation-duration: 0.5s;
    background: #327a83;
}

@keyframes line_move {
    30% {
        left: 100%;
        width: 0
    }

    40% {
        width: 0;
        left: 0
    }

    100% {
        left: 0;
        width: 100%
    }
}

@media screen and (max-width: 1550px) {
    .footer_info li:nth-child(2) {
        right: 10px;
    }

    .footer_info li:nth-child(1) {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1024px) {
    .footer_info li:nth-child(1) {
        margin-top: 20px;
    }

    .footer_info li p {
        width: calc(140% / 2);
    }

    .footer_info ul {
        margin-left: 12px;
    }

    .footer_logo {
        margin: 0 30px;
    }
}

@media screen and (max-width: 768px) {

    .footer_info li:nth-child(1) p,
    .footer_info li:nth-child(1) a {
        color: #fff;
        width: 100%;
        font-weight: 300;
    }

    .footer_logo {
        margin: 10px 17px;
    }

    .footer_info ul {
        text-align: center;
        margin: 0px;
    }

    .footer_info li:nth-child(1) {
        flex-flow: column;
        padding: 0px;
        flex-wrap: wrap;
        flex-direction: column;
        margin-bottom: 60px;
    }

    .footer_logo {
        margin: 0px 17px;
        display: none;
    }

    .footer_info {
        padding: 20px 0px;
    }

    .footer .center {
        width: 85%;
    }

    .footer_menu a {
        padding: 7px;
    }

    .footer_info li:nth-child(2) {
        right: unset;
        top: unset;
        bottom: 0;
        border-bottom: solid 1px #fff;
        width: 100%;
    }

    .copy {
        padding: 30px;
        border-bottom: none;
    }

    #bottom_menu li a {
        background-color: #50aab5;
    }

    .fa-house::before {
        color: #1c1c1c;
    }

    .fa-phone-volume::before {
        color: #1c1c1c;
    }

    #bottom_menu li a em {
        color: #222;
    }

    #bottom_menu li a {
        display: none;
    }

}

@media screen and (max-width: 600px) {
    .swiper-slide:nth-child(1):after {
        width: 17vw;
    }

    .swiper-slide:nth-child(4):after {
        width: 17vw;
    }

    .swiper-slide:before {
        font-size: 1.5vw;
    }

}

@media screen and (max-width: 400px) {
    .footer_info li:nth-child(1) {
        margin-bottom: 98px;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 15px 10px 10px 10px;
        font-size: 14px;
    }

    .footer .center {
        width: 70%;
    }

    .footer_info li p {
        font-size: 12px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}

.banner h5 {}

.banner.banA {}

.banner.banB {}

.banner.banC {}

.banner.banD {}

.banner.banE {}

.banner.banblog {}

.banner {
    background-image: none;
    background-color: #1a1a1a;
}

.banner {
    /* background-image: url(https://pic03.eapple.com.tw/bonniefix/banner_page.jpg);*/
    background-color: #eee;
    background-size: cover;
    background-position: center;
    max-height: 250px;
    margin-bottom: 4vw;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 25 / 7;
    padding: 110px 0px;
    display: none;
}

.banner h5 {
    color: #8d8d8d;
    font-size: 27px;
    font-weight: 200;
    letter-spacing: 3px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_back {
    background: #101010;
}

.blog_page .subbox_item {
    width: 33%;
    padding: 10px;
}

.blog_page .blog_list_ri {
    width: 100%;
}

.blog_page .blog_list_le {
    width: 100%;
}

.blog_page .subbox_item a {
    padding: 5px;
}

.blog_le .accordion {
    border-radius: 0px;
}

h5.blog_le_t span {
    font-size: 14px;
    color: #327a83;
    margin-left: 14px;
}

.blog_page .main_part {
    max-width: 1400px;
}

.blog_in_page .main_part,
.blog_page .main_part {
    max-width: 1500px;
}

h5.blog_le_t em {
    display: inline-block;
    font-style: normal;
    color: #327a83;
    ;
    font-weight: 500;
}

.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #fff !important;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 10px 35px 10px 10px;
    background-color: #fff;
}

h4.blog_category_title {
    color: #327a83;
    font-weight: 500;
    letter-spacing: 1px;
    border-bottom: solid 1px #515151;
    font-size: 26px;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;
    font-weight: 600;
}

.blog_le .accordion>li:hover .link,
.blog_le .accordion>li.on_this_category .link {
    background-color: #327a83;
}

.blog_le .accordion {
    border: transparent;
}

.accordion li .link {
    border-bottom: 1px solid #bfbfbf;
    background-color: #fff;
}

.accordion li:hover .link {
    background-color: #0e0e0e;
    transition: .5s all;
}

.submenu a {
    color: #0c0c0c;
    background-color: transparent;
    padding: 12px 12px 12px 30px;
    letter-spacing: 2px;
    transition: all 0.6s ease;
}

.submenu a:hover {
    background-color: transparent;
    color: #327a83;
}

.link a {
    font-weight: 500;
    color: #327a83;
    letter-spacing: 1px;
}

.submenu li {
    border-bottom: 1px solid #3f3f3f;
}

.subbox_item a:after {
    background: transparent;
    border: none;
    border-bottom: 1px #327a83 solid;
}

.blog_list_ri h5 {
    color: #327a83;
    letter-spacing: 1.1px;
}

.blog_list_ri em {
    color: #b1b1b1;
}

.blog_box_edit p {
    color: #2d2d2d;
    letter-spacing: 1.1px;
}

.subbox_item a:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    right: 50%;
    transform: translateX(50px);
    top: 92%;
    opacity: 0;
    font-size: 15px;
    color: #fff;
    transition: all .6s;
    font-weight: 400;
    letter-spacing: 1px;
}

.blog_page .main_part,
.blog_in_page .main_part {
    padding: 80px 20px;
}

.blog_back a.article_btn_prev {
    background: #327a83;
}

.blog_back a.article_btn_next {
    background: #327a83;
}

.blog_back a.article_btn_back {
    background: #333333;
}

@media screen and (max-width: 800px) {
    .blog_page .subbox_item {
        width: 49%;
    }
}

@media screen and (max-width: 600px) {
    .blog_page .subbox_item {
        width: 100%;
    }

    .subbox_item {
        border-bottom: 1px #434343 solid;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
.show-list .show_name {
    text-align: center;
    font-weight: 400;
    position: relative;
    /*top: 50%; left: 50%;  transform: translate(-50%, -50%);*/
}

.show-list .item a {
    position: relative;
}

.show-list .item:hover .show_name {
    color: #7f765b;
}

.album_page .overlay {
    background: #ffffff1c;
    transition: .2s;
}

.album_class_page .other_subalbum li {
    text-align: center;
}

.other_album_choice li {
    background: #535353;
    border-radius: 0px;
}

.album_fixed_title {
    color: #535353;
    background: #f5f5f5;
}





/*版面*/
ul.show-list,
.other_subalbum {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

ul.show-list:before,
ul.pic-list:before {
    content: none;
}

.overlay {
    z-index: 1;
}

.show-list .item,
.other_subalbum li,
.pic-list .item {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.show-list .show_pic,
.other_subalbum li a div {
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}

.show-list .show_pic img,
.other_subalbum li a img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    filter: none;
}

/*.show-list .item:hover img, .other_subalbum li:hover img{    filter: grayscale(1) brightness(0.85);}*/
/*相簿hover變灰階*/
.show-list a .show_pic img,
.other_subalbum li a img {
    filter: blur(1.1px);
}

/*相簿模糊*/
.show-list a:hover .show_pic img,
.other_subalbum li a:hover img {
    transform: translate(-50%, -50%) scale(1.1);
    filter: brightness(1) blur(0);
}

/*相簿放大不模糊*/
.show-list .item:hover .overlay {
    opacity: 0;
}

/* ul.pic-list {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
} */

.pic-list .show_pic {
    height: auto;
    padding: 0;
}

.pic-list .show_pic img {
    display: block;
}

.show-list .item:hover .show_name {
    color: #000;
}

.other_album_choice li {
    background: #3f3f3f;
}

.subalbum-menu h2 {
    display: none;
}

.other_subalbum li p {
    font-size: var(--f20);
    text-align: center;
    position: relative;
    /*top: 50%;  left: 50%;  width: 90%;   transform: translate(-50%,-50%);  */
    color: #313131;
    transition: all 0.4s;
    font-family: var(--SFont);
    letter-spacing: 0.5px;
    opacity: 1;
    pointer-events: none;
    margin: 10px;
}

.other_subalbum li:hover p {
    opacity: 1;
}

.pic-list .item h6 {
    display: none;
}

.pic-list .item a {
    margin: 0 auto 10px;
}

.pic-list .item {
    display: block;
}

@media screen and (max-width: 450px) {

    ul.show-list,
    .other_subalbum {
        grid-template-columns: 1fr;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
.product-layer-two li a {
    position: relative;
    border: 1px #e1e1e1 solid;
    background: none;
    padding: 3px 16px;
    display: block;
    font-size: 14px;
    width: 154px;
    text-align: center;
    color: #391911;
}

.product-layer-two li li a {
    border: none !important;
    background: none;
    font-size: 13px;
}

.product-layer-two {
    margin: 30px 0px 60px 0px;
}

.inquiry_a1,
.inquiry_a2,
.inquiry_a3 {
    border-radius: 0px;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    letter-spacing: 0px;
    filter: brightness(1.1);
}

.inquiry_a1:hover {
    background-color: #448f99;
}

.inquiry_a1 {
    background-color: #327a83;
}

.inquiry_a2 {
    background-color: #717171;
}

.sidebarBtn {
    padding: 25px;
    border: 2px #ebebeb solid;
    background: #fff;
    margin-top: 5px;
}

ul.prod li h3.prod-thumb {
    background: #f6f6f6;
    color: #454545;
    text-align: center;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 5px 0px 7px 0px;
}

ul.prod li:nth-child(2) h3.prod-thumb {
    display: none;
}

/*QA隱藏*/
ul.prod li:nth-child(2) .prod-panel {
    display: none;
}

/*QA隱藏*/
.prod_related h6 span:before {
    color: #414141;
}

.prod_related h6 {
    margin: 25px auto 20px;
}

.lastPage {
    background: #717171;
}

.mobile_product_name {
    display: none;
}

/*標題隱藏*/
.product_page .products-list .name {
    height: 24px;
    padding: 0px 3px;
    text-align: center;
    margin: 10px 5px;
}

.products-list .price b {
    color: #7f765b;
}

.products-list .item a:hover .more {
    background: none;
    color: #327a83;
    letter-spacing: 2px;
}

.products-list .more {
    border: 1px solid #327a83;
    color: #327a83;
    letter-spacing: 2px;
    font-size: 15px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
.promotions_page .promotion_title h2 {
    display: block;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*線上估價*/
.separate_title {
    background: none;
    background-color: #eee;
}

.filltext {
    background: #327a83;
    padding: 5px;
}

.rewrite_simple {
    background: #327a83 url(../images/simple_left.png) 10% center no-repeat;
}

.send_simple {
    background: #327a83 url(../images/simple_right.png) 88% center no-repeat;
    border-radius: 0px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
/*.contact_content .information_left { width: 100%;}*/
.contact_content .information_left {
    width: 360px;
    margin-right: 0px;
    margin-left: 10px;
}

.contact_content .information_right {
    width: calc(100% - 530px);
    margin-left: 100px;
}

.contact_page .list_before.info li:nth-last-child(1) {
    padding-left: 0px;
}

.contact_page .blank_letter {
    color: #516e99;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 60px;
    margin-top: 100px;
}

.list_before {
    display: none;
}

.contact_le_nomap {
    margin-top: -14px;
}

.contact_form li.last cite {
    background: #4f4f4f;
}

.contact_form li.last {
    text-align: left;
}

.contact_page .main_part {
    padding: 0px 0px 100px 0px;
}

.contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0;
}

/*兩個一排*/
.contact_form li {
    padding: 0 0 8px 0;
    width: 100%;
}

.contact_form li.last blockquote,
.contact_form li.last cite {
    padding: 2px;
    border: solid 1px #ccc;
    margin-right: 8px;
    margin-bottom: 9px;
    width: 115px;
}

.contact_form li .form__label {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    color: #516e99;
    letter-spacing: 0.5px;
    padding-right: 10px;
    text-align: left;
    padding: 3px 0px;
}

.contact_content .information_right {
    padding-left: 0px;
}

.contact_page .noborder {
    padding: 10px;
}

.contact_form li textarea.noborder {
    border: 1px #ddd solid;
    background-color: #fff;
    color: #333;
    font-weight: 400;
    letter-spacing: 1px;
}

.contact_form li input.noborder {
    border: 1px #ddd solid;
    padding: 8px 10px;
    background-color: #fff;
    color: #333;
    letter-spacing: 1px;
    font-weight: 400;
}

h4.blank_letter.f {
    margin-bottom: 100px;
}

.contact_form li.last blockquote:hover input,
.contact_form li.last cite:hover input {
    letter-spacing: 2px;
    color: #bdbdbd;
    transition: .8s;
}

.contact_editbox {
    padding: 0px;
}

.contact_content {
    margin-top: 45px;
    margin: 0px 100px 20px 100px;
}

.form select {
    color: #565757;
    background-color: #f7f7f7;
    width: 100%;
    padding: 5px 10px;
}

.contact_form li.last blockquote:hover input,
.contact_form li.last cite:hover input {
    color: #ffffff;
}

.form select {
    border: 1px solid #dddddd;
}

.contact_page .main_part {
    max-width: 1500px;
}

@media screen and (max-width: 1024px) {
    .contact_content .information_left {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .contact_content {
        margin: 30px 80px 20px 80px;
    }

    .contact_content .information_right {
        width: 100%;
        margin-left: 0px;
    }

    h4.blank_letter.f {
        margin-top: 40px;
    }
}

@media screen and (max-width: 850px) {
    .contact_content .information_left {
        width: 100%;
        margin-right: 0px;
    }

    .contact_content .information_right {
        width: 100%;
        margin-left: 0px;
        padding: 20px 15px;
    }

    .contact_form li.last blockquote,
    .contact_form li.last cite {
        margin-top: 10px;
    }

    .contact_page .main_part {
        padding: 0px;
    }

}

@media screen and (max-width: 768px) {
    .contact_form li .form__label {
        margin-left: 0px;
        margin-bottom: 7px;
        text-align: left;
    }

    .contact_form li {
        padding: 0 0 14px 0;
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .contact_form {
        flex-direction: column;
    }

    .contact_form li {
        padding: 0 0 9px 0;
        width: 100%;
    }

    .contact_form li .form__label {
        margin-bottom: 0px;
    }

    .contact_content {
        margin: 0px 20px;
    }

    h4.blank_letter.f {
        margin-bottom: 35px;
    }

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: block;
    }

    .footer.with_shopping_mode {
        padding: 20px 0 59px;
    }

    #to_top {
        bottom: 60px;
    }

    .navigation-portrait .nav-dropdown>li>a {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {}

/* 20241028 */
body.album_info_page .main_part {
    max-width: 1400px;
}

.pic-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.pic-list .item {
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0;
    padding-bottom: 68%;
    overflow: hidden;
    position: relative;
}

.pic-list .item a {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.pic-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    width: 100%;
    height: 100%;
}
.pic-list .show_pic img {
    max-width: 100%;
    display: inline-block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

@media (max-width:768px) {
    .pic-list{
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:600px) {
    .pic-list{
        grid-template-columns: repeat(1,1fr);
    }
    .pic-list .item{
        width: 100%;
    }
}