@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n)

*/


@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');

.pageIndex .main_part {
    border-top: none;
}

body {
    font-family: "Noto Serif TC",serif;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/

body {
    overflow: overlay;
}

&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #fff;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #fff;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #565656;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection {
    background-color: #444;
    color: #fff;
}

::selection {
    background-color: #444;
    color: #fff;
}



.swiper-wrapper .swiper-slide:nth-of-type(1):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/youchaoshih/bg-07.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    opacity: 0;
}
.swiper-wrapper .swiper-slide:nth-of-type(2):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/youchaoshih/bg-08.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    opacity: 0;
}

.swiper-wrapper .swiper-slide.swiper-slide-active:after {
    transform-origin: 50% 60%;
    animation: banner-bg 2s forwards ease-in;
}



@keyframes banner-bg {
    0%{
        opacity: 0;
        transform: scale(1,0);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
    
}

.swiper-wrapper .swiper-slide:nth-of-type(1):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/youchaoshih/bg-05.png);
    width: 101%;
    max-width: 101%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.swiper-wrapper .swiper-slide:nth-of-type(2):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/youchaoshih/bg-06.png);
    width: 101%;
    max-width: 101%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}





/* 樹蔭 */
.swiper-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -99px;
    background-image: url(https://pic03.eapple.com.tw/youchaoshih/bg-15.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    animation: swiff 30s infinite cubic-bezier(0.65, 0.01, 0.28, 0.94);
}


@keyframes swiff {

    0%,
    100% {
        transform: scale(1.2) rotateZ(0deg) translate(0px, 0);
    }

    50% {
        transform: scale(1.3) rotateZ(2deg) translate(-100px, 0);
    }

}



#content {
    background-image: url(https://pic03.eapple.com.tw/youchaoshih/bg-06.jpg);
    width: 100%;
    background-position: top center;

}



@media screen and (max-width: 500px) {
    .swiper-slide img {
        width: 200%;
    }

    .swiper-slide:nth-child(1) img {
        position: relative;
        height: auto;
        left: -50%;
    }

    .swiper-slide:nth-child(2) img {
        position: relative;
        height: auto;
        left: 0%;
    }

}








/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #ADA17E;
}

.swiper-pagination {
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
    display: none;
}


/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.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;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
.nav-menu {
    margin: 0;
}

.main_header_area .container {
    max-width: 90%;
}

.nav-menu>li:not(.tp_links) {
    padding-right: 15px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #ADA17E;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #ADA17E;
}

.nav-dropdown>li {
    text-align: center;
}

.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
}

.main_header_area {
    position: relative;
    background: transparent;
}

.header_area .main_header_area::before {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/youchaoshih/header-03.png);
    position: absolute;
    top: -170px;
    left: 0;
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    height: 85px;
    background-color: #fff6;
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
    backdrop-filter: blur(13px);
}

.header_area.sticky .main_header_area::before {
    top: 0;
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);

}

/* .header_area .main_header_area::after {
    content: "";
    position: absolute;
    display: block;
    width: 0%;
    height: 2px;
    background-color: #fff;
    top: 160px;
    left: 0px;
    box-shadow: 0px 5px 5px #000;
    transition: all 1s;
}
.header_area.sticky .main_header_area::after {
    width: 100%;
    transition: all 3s;
} */

/* LOGO */
.header_area .nav-header {
    position: absolute;
    z-index: 123;
    top: 26px;
    left: 0;
    max-width: 250px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_area.sticky .nav-header {
    top: 21px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.nav-brand {
    display: inline-block;
    width: 340px;
}




@media screen and (max-width: 1400px) {
    .nav-brand {
        display: inline-block;
        width: 240px;
    }

    .header_area .nav-header {
        top: 33px;
    }

    .header_area.sticky .nav-header {
        top: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .nav-brand {
        display: inline-block;
        width: 180px;
    }

    .header_area .nav-header {
        top: 39px;
        left: -30px;
    }

    .header_area.sticky .nav-header {
        top: 21px;
    }

}

@media screen and (max-width: 768px) {
    .header_area .nav-header {
        left: 50%;
        transform: translate(-50%, 0px);
        z-index: 0;
        top: 24px;

    }
}




/* 選單選項 */
.stellarnav>ul {
    margin: 0;
    padding: 0;
    text-align: center;
    padding: 0;
    text-wrap: nowrap;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_area .stellarnav>ul::after {
    content: "";
    display: block;
    width: 130%;
    height: 1px;
    background-color: #565656;
    margin: 0 auto;
    position: relative;
    top: 23px;
    left: 50%;
    transform: translate(-50%, 0px);
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_area.sticky .stellarnav>ul::after {
    width: 500%;
    height: 2px;
    background-color: #fff;
    box-shadow: 0px 3px 5px #0000001f;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}



.header_area .me_tp_features {
    position: absolute;
    top: 50px;
    right: 0;
    width: 260px;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_area.sticky .me_tp_features {
    top: 28px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_area .stellarnav {
    position: absolute;
    top: 40px;
    left: 50%;
    width: auto;
    z-index: 9900;
    line-height: normal;
    transform: translate(-50%, 0px);
    opacity: 0;
    transition: all 1s cubic-bezier(0.68, 0.55, 0.265, 1.55);
}

.header_area.sticky .stellarnav {
    top: 20px;
    opacity: 1;
    transition: all 1s cubic-bezier(0.68, 0.55, 0.265, 1.55);
}






/* 選單字 */


.stellarnav > ul > li {min-width: 130px;}



.stellarnav>ul>li>a {
    display: flex;
    padding: 0;
    margin: 0;
    color: #565656;
    letter-spacing: 1.5px;
    font-weight: 400;
    flex-direction: column;
    align-items: center;
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav>ul>li>a b:nth-child(1) {}

.stellarnav>ul>li>a b {
    font-weight: 600;
}


@media screen and (max-width:1400px) {
    .stellarnav>ul>li>a {
        margin: 0 5px;
    }

}



/* 購物籃 */
.tp_links {
    display: none;
}

.box_search input[type=text] {
    background: url(../images/search-icon.png) no-repeat 9px center #fff;
    border: 0;
    padding: 2px 0px 4px 42px;
    width: calc(100% - 42px);
    border-radius: 10em;
    transition: all .5s;
    outline: none;
    background-color: transparent;
    border-bottom: 1px #565656 solid;
    border-radius: 0;
    transition: all 0.3s;
}

.box_search input[type=text]:hover {
    color: #565656;
    transition: all 0.3s;
}

.box_search input[type=text]:focus {
    color: #565656;
    transition: all 0.3s;
}

.shop_search_btn {
    display: none;
    background: #565656;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}

.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-bottom: 0;
    margin-right: 30px;
}

.me_tp_features a {
    margin: 0 0;
}

.me_tp_features a.tp_btn_cart {
    margin-right: 20px;
}

.me_tp_features a.tp_btn_cart span {
    display: none;
}

.me_tp_features a.tp_btn_notice span {
    display: none;
}

@media screen and (max-width:1270px) {
    .box_search {
        display: none;
    }

    .header_area .me_tp_features {
        width: 90px;
    }
}


/*下拉*/
.stellarnav > ul > li.has-sub > a {
    padding-right: 0;
}
.stellarnav ul ul {
    top: auto;
    width: 200px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #ffffffbf;
    border: 2px #fff solid;
}

.stellarnav li li {
    display: block;
    border: 0;
    margin-bottom: 0;
}

.stellarnav li li a,
.stellarnav li li.has-sub>a:nth-child(1) {
    padding: 15px 20px;
    display: block;
    color: #565656;
    background: transparent;
    font-size: 14px;
    backdrop-filter: blur(5px);
    font-weight: 600;
    white-space: break-spaces;
    transition: all 0.3s;
}

.stellarnav li li a:hover,
.stellarnav li li.has-sub>a:nth-child(1):hover {
    padding-left: 25px;
    background: #ffffff52;
    backdrop-filter: blur(12px);
    box-shadow: 0px 1px 2px #00000054;
    transition: all 0.5s;
}

.stellarnav ul ul ul {
    top: 0;
    left: 187px;
}

@media screen and (max-width: 768px) {
    .header_area .me_tp_features {
        display: none;
    }

    .header_area.sticky .me_tp_features {
        display: none;
    }

    .header_area .stellarnav {
        top: 10px;
        left: 0px;
        transform: none;
    }

    .header_area .stellarnav {
        top: 10px;
    }

    .header_area.sticky .stellarnav {
        top: 10px;
    }

    .stellarnav.mobile.active {
        z-index: 1000000;
    }


    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        border: 0;
    }

    .stellarnav.mobile.left .close-menu {
        background: #565656;
        color: #fff;
    }

    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav .icon-close::before {
        border-bottom: solid 3px #fff;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 30px 43px 30px 10px;
    }

    .header_area .stellarnav>ul::after {
        display: none;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 6px;
        position: absolute;
        top: 21px;
    }

    .stellarnav li li a:hover,
    .stellarnav li li.has-sub>a:nth-child(1):hover {
        padding-left: 25px;
        background: inherit;
        backdrop-filter: none;
        box-shadow: none;
        transition: all 0.5s;
    }

    .stellarnav.mobile li.open li.open {
        background: #eee;
        padding: 0;
    }

    .stellarnav.mobile li.open {
        background: #f3f3f3;
        padding: 0;
    }

    .stellarnav ul ul {
        border: 0;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #565656;
    }

    .stellarnav .menu-toggle:after {
        color: #565656;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.nav-brand img {
    max-width: 100%;
}

.footer_logo img {
    width: 100%;
}

.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    height: 80px;
    margin: 0 10px;
}

.footer_logo::after {
    content: "勤祥有限公司";
    display: block;
    color: #494949;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    left: 50px;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
    .nav-brand-m {
        display: block;
        text-align: left;
        padding: 15px 10px;
    }

    .nav-brand-m img {
        max-width: 200px;
        width: 100%;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/


.footer {
    border-top: none !important;
    padding: 40px 0 0;
    background: #F3F2ED;
}

.footer .center {
    position: relative;
    max-width: 80%;
}

.copy {
    background: transparent;
    color: #fff;
    border: 0;
}

.center {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}

.copy a {
    color: #fff;
}

.footer_menu a {
    transition: all 0.3s;
}

.box_link {
    display: none;
}

.footer_info li p {
    width: calc(100% / 2 - 40px);
    color: #494949;
    margin: 10px 0;
    margin-right: 40px;
}

.footer_info li p.add {
    width: 100%;
}

.footer_info li p.mail {
    display: none;
}

.footer_info li p a {
    color: #494949;
}



.footer_info {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.footer_info ul {
    display: flex;
    vertical-align: top;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: fit-content;
}

.footer_menu {
    border-bottom: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: none;
}

.footer_menu a {
    transition: all 0.3s;
    width: calc(100% / 3 - 20px);
    margin: 0 10px 10px 0;
    background: transparent;
    color: #fff;
    padding: 10px 20px;
    overflow: hidden;
    position: relative;
}

.footer_menu a:hover {
    background: transparent;
    color: #fff;
    transition: 0.3s all;
}

.footer_menu a::before {}

.footer_menu a:hover:before {
    transform: translateX(0%);
    transition: all .3s;
}

.footer_menu a:nth-child(1) {
    display: none;
}

.footer_info li:nth-child(2) {
    display: none;
    width: 60%;
}

.info_fix {}

.footer_info li:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
}

.footer_info li:nth-child(1)::before {
    content: "CONTACT";
    display: block;
    width: 100%;
    color: #494949;
    border-bottom: 1px #494949 solid;
    padding-bottom: 20px;
    font-size: 20px;
    letter-spacing: 3px;
}




/* 浮動 */
.info_fix {
    width: 50px;
    box-sizing: border-box;
    position: fixed;
    bottom: 30px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}

.info_fix_links {
    display: flex !important;
    background: #565656;
    width: 50px;
    padding-bottom: 50px;
}



.info_fix>span {
    display: none;
}

.info_fix_links a {
    background: transparent;
}

.info_fix_links a {
    display: block;
    width: 100%;
    height: 50px;
    overflow: visible;
    border-radius: 0;
    transition: .3s;
    background: transparent;
    margin-bottom: 0;
}

.info_fix_links a span {
    width: 20px;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.info_fix_links a span::before {
    background-size: contain;
}

/* top */
#to_top {
    display: block !important;
    position: fixed;
    bottom: 27px;
    left: auto;
    right: 0;
    z-index: 600;
    width: 50px;
    height: 50px;
    padding-top: 0px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: transparent;
    box-shadow: none;
    border-radius: 100%;
    opacity: 1 !important;
}

#to_top i:before,
#to_top i:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100px;
    background: #fff;
    transition: all 100ms ease-in-out;
}

span.line {
    width: 50%;
    height: 1px;
    background-color: #fff;
    margin: 20px 0;
}


@media screen and (max-width: 768px) {
    .info_fix_links {
        padding-bottom: 80px;
        background: #5656566b;
    }

}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: transparent;
    padding: 15vw 0;
}


.banner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -99px;
    background-image: url(https://pic03.eapple.com.tw/youchaoshih/bg-15.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    animation: swiff 30s infinite cubic-bezier(0.65, 0.01, 0.28, 0.94);
    pointer-events: none;
}


.banner h5 {
    font-size: 30px;
    color: #494949;
    letter-spacing: 2px;
    text-indent: 2px;
}

.banner h5::before {
    content: "";
    display: block;
    font-family: "Cormorant",serif;
    color: #948062;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 10px;
}

.banner.banA {
}

.banner.banA h5::before {
    
}

.banner.banB {
    display: none;
}

.banner.banC {}

.banner.banD {

}

.banner.banE h5::before{
    content: "PROJECTS";

}

.banner.banF {
}

.banner.banF h5::before {

}

.banner.banblog {

}

.banner.banblog h5::before {
content: "NEWS";
}

@media screen and (max-width: 1440px) {
    .banner {
        padding-right: 10%;
        background-position: -110px;
    }

}

@media screen and (max-width: 1024px) {
    .banner {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-right: 0%;
        padding-top: 16%;
        background-position: center;
    }

    .banner h5 {
        text-align: center;
    }

    .banner.banF {
        background-image: url(https://pic03.eapple.com.tw/youchaoshih/banner-12.jpg);
    }

    .banner.banblog {
        background-image: url(https://pic03.eapple.com.tw/youchaoshih/banner-13.jpg);

    }

    .banner.banD {
        background-image: url(https://pic03.eapple.com.tw/youchaoshih/banner-12.jpg);

    }

    .banner.banA {
        background-image: url(https://pic03.eapple.com.tw/youchaoshih/banner-14.jpg);

    }
}

@media screen and (max-width: 768px) {
    .banner {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-right: 0%;
        padding-top: 27%;
        background-position: center;
    }

}

@media screen and (max-width: 425px) {
    .banner {
        padding-top: 35%;
    }
}





/* = = = 購物頁分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.product_page .main_part {
    width: 100%;
    max-width: 80%;
}

.product_page .page {
    display: none;
}

/* 選單 */

.product-layer-two li {
    display: block;
    margin: 0;
    position: relative;
}

.product-layer-two li ul {
    position: relative;
    z-index: 100;
    top: 100%;
    width: 100%;
}

/* .show_content a:nth-child(2){
    display: none;
} */
.product-layer-two>li>a {
    position: relative;
    border: none;
    padding: 0;
    display: block;
    font-size: 16px;
    color: #565656;
    padding: 5px 0px 5px 20px;
    margin: 30px 0;
    background: transparent;
    border-bottom: 1px #56565661 solid;
    transition: all 0.3s;
}

.product-layer-two>li>a:hover,
.product-layer-two li.active>a {
    background: #0000000d;
    border: none;
    border-bottom: 1px #565656 solid;
    transition: all 0.3s;
}

.product-layer-two li.active li a {
    font-weight: normal;
    color: #565656;
    transition: all 0.3s;
}

.product-layer-two li.active li a:hover {
    background: #0000000d;
    transition: all 0.3s;
}

.product-layer-two li li {
    display: block !important;
    background: transparent;
    border: none;
    margin: 0;
}

.product-layer-two li li a {
    border: none !important;
    background: transparent;
    font-size: 14px;
    padding-left: 20px;
    color: #565656;
}

.product-layer-two li li a:hover {
    background: #0000000d;
    transition: all 0.3s;
}

/* .product-layer-two {
    position: relative;
    padding: 20px 120px 20px 30px;
}
.product-layer-two::before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
} */

.product-layer-two {
    margin: 0;
    padding: 10px;
    width: 20%;
    background: transparent;
}

.product-layer-two::before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/youchaoshih/icon-09.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100px;
    display: block;
    font-size: 16px;
    color: #565656;
}



/* 購屋車 */
.car_page .show_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    flex-wrap: nowrap;
}

.formbox_form li {
    display: flex;
}

@media screen and (max-width : 600px) {
    .formbox_form li {
        display: block;
    }
}





/* 選項 */
.products-list .item {
    width: 49%;
}

.products-list a .pic img {
    width: 100%;
    max-width: 100%;
    transition: all 0.5s;
}

.products-list a:hover .pic img {
    transform: scale(1.1);
    filter: blur(2px);
    transition: all 0.7s;
}

.products-list {
    width: 70%;
    padding: 0;
}

.products-list .pic img::after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/youchaoshih/bg-10.png);
    position: absolute;
    top: 0;
    left: 0;
}

.products-list .name {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #565656;
    letter-spacing: 1px;
    margin-top: 20px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    padding: 0;
}

.products-list .price {
    display: none;
    float: right;
    margin: 0;
    margin-top: 20px;
    text-align: right;
    padding: 0;
}

.products-list .price b.sp_price {
    color: #565656;
    font-size: 16px;
}

.products-list .price b {
    color: #565656;
    font-size: 16px;
}

.products-list .item a .more {
    display: flex;
    width: 100%;
    position: absolute;
    top: 200px;
    height: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    border: none;
    color: #fff;
    opacity: 0;
    align-items: center;
    justify-content: center;
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

.products-list .item a:hover .more {
    background: #ffffff38;
    height: 90px;
    opacity: 1;
    backdrop-filter: blur(13px);
    color: #fff;
    letter-spacing: 0px;
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}



/* 購物業 內業 */
.product_info_page .main_part {
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 50px 0;
}

.product_info_page .product-layer-two {
    display: none;
}


/* 購物車圖片 */
.product_pic {
    display: flex;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    flex-direction: column;
}

.product_pic .bx-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 500px;
    margin: 0;
    padding: 0 0px;
}

.product_pic #bx-pager {
    display: flex;
    vertical-align: top;
    width: 100%;
    padding: 0;
    font-size: 12px;
    color: #391911;
    position: relative;
    top: auto;
    left: 0;
    flex-direction: row;
}

.product_pic #bx-pager h6 {
    display: none;
}

.bx-wrapper .bx-viewport {
    border: none;
    left: 0;
    background: #fff;
}

.product-wrapper {
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_main {
    padding: 0;
    display: inline-block;
    width: 60%;
    vertical-align: top;
}

.prod_info_clearfix {
    display: none;
}

.product_pic .bx-wrapper .bx-viewport {}

.bxslider li {
    height: 700px;
}

.bx-wrapper 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%);
}

.product_pic #bx-pager a {
    overflow: hidden;
    margin-right: 10px;
}



/* 右邊選單 */
.sidebarBtn {
    padding: 0;
    display: inline-block;
    width: 28%;
    vertical-align: top;
    border: none;
    background: transparent;
    padding: 90px 0;
}

.sidebarBtn .price span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}

.sidebarBtn .price {
    color: #565656;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #565656;
    letter-spacing: 1px;
}

.sidebarBtn h2 {
    color: #8C7561;
    font-size: 24px;
}

.sidebarBtn .sp_price {
    display: block;
    color: #735A4C;
    font-size: 22px;
    font-weight: bold;
}

.product_info li span {
    display: block;
    font-size: 12px;
    color: #565656;
    margin-bottom: 16px;
    font-family: 'Noto Serif TC';
    letter-spacing: 1px;
}

.product_info li {
    margin: 50px 0;
}

.product_info li .txt_box {
    display: inline-block;
    vertical-align: top;
    color: #565656;
    font-family: "微軟正黑體";
}

.amountNum {
    width: 45px;
    height: 28px;
    border: 1px solid #ccc;
    line-height: 28px;
    margin-left: 4px;
    color: #444;
    padding-left: 5px;
    background: #0000;
}

.radio-inline__input:checked+.radio-inline__label {
    background: #0000006e;
    color: #fff;
    border: none;
}

.toShare {
    display: none;
}

input[type="submit"] {
    cursor: pointer;
    border: 0;
    background: transparent;
    border: #565656 1px solid;
    color: #565656;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    letter-spacing: 2px;
    background: #8C7561;
    color: #fff;
}

.inquiry_a2 {
    background: #8C7561;
}




/* 底下選項 */
ul.prod {
    list-style: none;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}

ul.prod>li:nth-child(1) {
    width: 60%;
}

ul.prod>li:nth-child(2) {
    width: 30%;
}

ul.prod li h3.prod-thumb {
    background: transparent;
    color: #8C7561;
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px #565656 solid;
    font-size: 22px;
}

ul.prod li .prod-panel {
    margin-top: 16px;
    color: #565656;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    transition: all 0.3s;
    font-family: "微軟正黑體";
}

.half_box {
    width: 100%;
    float: left;
    padding-right: 0;
    padding: 0px 15px;
}

.half_box li.btn_blankTop {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.productBtn {
    width: 48%;
    line-height: 50px;
    font-size: 15px;
    background-repeat: no-repeat;
    border: none;
    margin-top: 10px;
    text-align: center;
    padding-left: 0;
}

.lastaction {
    background: transparent;
    color: #565656;
    background-image: none;
    border: 1px #565656 solid !important;
    transition: all 0.3s;
}

.lastaction:hover {
    color: #fff;
    background: #565656;
    transition: all 0.3s;
}

input[type="submit"]:hover {
    background: #565656;
    border: #565656 1px solid;
    color: #fff;
    transition: all 0.3s;
}

.qaform .breakF {
    border-radius: 5px;
    background: transparent;
    border: 1px #5656564a solid;
}


/* 相關推薦 */
.prod_related {
    background: transparent;
    padding: 20px 0;
}

.prod_related h6 {
    display: block;
    width: 80%;
    max-width: 100%;
    margin: 0;
    text-align: center;
    margin: 0 10%;
    border-bottom: 1px #565656 solid;
    padding: 10px 15px;
}

.prod_related h6 span:before {
    display: none;
    content: '相關推薦';
    font-size: 22px;
    color: #8C7561;
}

.related_list {
    margin-top: 76px;
}

.lastPage {
    background: #948062;
}

.related_list li a {
    display: block;
    padding: 4px;
    background: transparent;
}

.related_list li a img {
    transition: all 0.3s;
}

.related_list li a:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}

.related_list li a p {
    display: block;
    margin-top: 26px;
}

@media screen and (max-width: 1024px) {
    .product_page .main_part {
        width: 100%;
        max-width: 100%;
    }

    .product-layer-two {
        margin: 0;
        padding: 10px;
        width: 26%;
        background: transparent;
    }
}


@media screen and (max-width: 768px) {
    .show_content {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 50px 0 0px 0;
    }

    .product-layer-two {
        display: none;
    }

    .products-list .item {
        width: 49%;
    }



    .product_main {
        width: 100%;
    }

    .sidebarBtn {
        padding: 0;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        border: none;
        background: transparent;
        padding: 0 0;
        margin: 20px 0;
    }

    ul.prod {
        list-style: none;
        display: flex;
        width: 100%;
        margin-top: 50px;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    ul.prod>li:nth-child(1) {
        width: 100%;
        margin: 20px 0;
    }

    ul.prod>li:nth-child(2) {
        width: 100%;
        margin: 20px 0;
    }
}

@media screen and (max-width:500px) {
    .products-list .item {
        width: 100%;
    }

    .product_pic .bx-wrapper .bx-viewport {}

    .bx-wrapper img {
        display: block;
        max-width: 100%;
        min-width: auto;
        height: auto;
        object-fit: contain;
        -moz-object-fit: cover;
        -ms-object-fit: cover;
        -o-object-fit: cover;
        -webkit-object-fit: cover;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }

    .bxslider li {
        height: auto;
    }

}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_back {
    background: #948062;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #948062 !important;
}

.share_page .edit {
    text-align: justify;
    line-height: 180%;
}

.subbox_item a:before,
.subbox_item a:after {
    transition: 0.3s;
}

.blog_le .accordion>li {
    border-bottom: 1px #3f3f3f33 solid;
    transition: all 0.3s;
}

.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
}

.subbox_item a:before {
    display: none;
}

/*文章分享變1排3個*/
.blog_page .main_part {
    max-width: 80%;
}

.blog_subbox {
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}

.subbox_item {
    width: 100%;
    padding: 20px 0;
    margin: 0 10px;
}

@media screen and (max-width: 1440px) {
    .subbox_item {}

}

@media screen and (max-width: 1024px) {
    .subbox_item {}

}

@media screen and (max-width: 600px) {
    .subbox_item {
        width: 100%;
    }
}

/**/


/* 左邊欄位 */



.blog_box {
    min-height: 20vw;
    padding: 7px;
    display: flex;
    flex-wrap: wrap;
}

.blog_le {
    margin-right: 3%;
    width: 20%;
}

.blog_ri {
    width: calc(100% - 23%);
    padding: 0;
}

.blog_back {
    width: 100%;
}



h5.blog_le_t {
    display: none;
}

.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #565656 solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}

.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}

.blog_le .accordion {
    border: none;
    border-radius: 0;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;
    transition: all 0.3s;
}

.blog_le .accordion>li:hover .link i,
.blog_le .accordion>li.on_this_category .link i {
    color: #565656 !important;
}

.submenu {
    display: none;
    background: transparent;
    font-size: 14px;
}

.submenu a {
    display: block;
    position: relative;
    background: transparent;
    color: #565656;
    padding: 12px 12px 12px 25px;
    letter-spacing: 2px;
    transition: all 0.6s ease;
    word-break: break-all;
    line-height: 1.25;
    font-family: 'Klee One';
}

.submenu a:hover {
    background: #0000000d;
    color: #565656;
}

.submenu a:before {
    display: none;
}

.blog_le .accordion li i {
    position: absolute;
    top: 27px;
    right: 20px;
    font-size: 16px;
    color: #444;
    transition: all 0.4s ease;
}

.blog_le .accordion>li:hover.open {
    background-color: transparent !important;
}



/* 右邊欄位 */

.subbox_item a:after {
    display: none;
}

.subbox_item a {
    display: inline-block;
    position: relative;
    display: flex;
    flex-direction: column;
}

.blog_list_le {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.blog_list_le::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00000050;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.subbox_item a:hover .blog_list_le::after {
    opacity: 1;
    transition: all 0.5s;
}

.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.blog_list_ri {
    display: flex;
    vertical-align: top;
    padding: 0;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 30px;
}

.blog_list_ri p {
    margin-top: 30px;
    color: #494949;
}

.subbox_item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #49494940;
    margin: 0;
}

.subbox_item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    background-color: #948062;
    transition: all 0.5s;
}

.subbox_item:hover:before {
    width: 100%;
    transition: all 0.5s;
}

.blog_list_ri h5 {
    color: #948062;
    font-size: 24px;
    font-weight: bold;
}

.subbox_item a img {
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

.subbox_item a:hover img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

h4.blog_category_title {
    text-align: justify;
    color: #494949;
}

.blog_box_edit {
    line-height: 150%;
    color: #3f3f3f;
}

.blog_in_page .main_part {
    max-width: 80%;
}

.blog_list_ri em {
    position: absolute;
    right: 0;
    bottom: 0;
}





.news_related {
    background: #cbb9a14f;
}
.news_related_list li a {
    background: transparent;
}
.news_related_list li a p {
    font-size: 16px;
    color: #494949;
    line-height: 2;
    font-weight: bold;
}




@media screen and (max-width: 768px) {
    .subbox_item a {}

    .blog_page .main_part {
        max-width: 75%;
    }

    .blog_list_ri {
        display: flex;
        vertical-align: top;
        padding: 20px;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .subbox_item a:before {
        display: none;
    }

    .blog_list_le {
        width: 50%;
        padding-bottom: 30%;
    }

    .blog_in_page .main_part {
        max-width: 75%;
    }

    .blog_ri {
        width: 100%;
    }

    .blog_page .show_content {
        max-width: 100%;
        flex-direction: column;
    }

    .blog_le {
        margin-right: 0%;
        width: 100%;
    }

    h4.blog_category_title {
        display: none;
    }

    .subbox_item {
        border-bottom: 0;
    }

    .blog_page .main_part {
        max-width: 100%;
    }
}


@media screen and (max-width: 500px) {
    .subbox_item a {
        flex-direction: column;
        align-items: center;
    }

    .blog_list_le {
        width: 90%;
        padding-bottom: 90%;
    }

    .blog_list_ri {
        padding-bottom: 60px;
    }
}





/**/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
  max-width: 80%;
  padding: 0px 0;
}

.album_info_page .banner h5 {
}


.other_album_choice {
    display: none;
}



.show-list .item:hover .show_name {
  color: #948062;
  opacity: 1;
  transition: 0.3s;
}

.show-list .show_pic {
  height: auto;
  bottom: 0;
  aspect-ratio: 16/9;
}

.show-list .show_pic img {
  display: inline-block;
  max-width: 100%;
  min-width: 100%;
  object-fit: cover;
  height: auto;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  filter: grayscale(0.5) brightness(1);
  transition: all 0.3s;
}
.show-list a:hover .show_pic img {
  filter: grayscale(0) brightness(1);
  transition: all 0.3s;
}

.show-list .item:hover .show_pic img {
  transform: scale(1.05);
  transition: all 1s;
}

.show-list {grid-template-columns: repeat(3,1fr);}

.clearfix:before,
.clearfix:after {
  display: none;
}

.show-list .show_name {
  font-size: 16px;
  color: #494949;
  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: 0.3;
  -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 div {
  height: 0;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  display: none;
}

.other_subalbum li a img {
  max-width: 100%;
  min-width: 100%;
  object-fit: cover;
  height: auto;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  filter: grayscale(0);
  -webkit-object-fit: cover;
  transition: all .4s;
}

.other_subalbum li a:hover img {
  transform: scale(1.02);
  transition: all 0.5s;
}

.other_subalbum li a:hover div:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: all .4s;
}

.album_fixed_title {
  display: none;
}


.album_info_page .show_content {
  padding: 110px 0 50px;
}







/*照片頁*/
.pic-list .show_pic {
  padding-bottom: 66%;
}

.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 {
}

.album_page .show_content {
  margin: auto;
  padding: 0;
  max-width: 100%;
}

.subalbum-menu {
  margin: 30px 0;
  padding: 0;
}

.subalbum-menu h2 {
  display: none;
}

.block {
  background: #494949;
}

.other_subalbum {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}

.other_subalbum li {
  display: inline-block;
  background: #fff;
  width: calc(100% / 4 - 20px);
  margin: 10px;
  border: none !important;
  position: relative;
}

.page strong,
.page a {
  display: inline-block;
  min-width: 29px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  border: 0;
  border-radius: 0;
  padding: 0 10px;
  margin: 0 10px;
}

.album_fixed_title {
  display: none;
}

.other_subalbum li a {
  position: relative;
}

.album_descrip {
  color: #948062;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

.pic-list .item h6 {
  line-height: 220%;
  color: #494949;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 1;
  text-align: left;
  transition: all 0.3s;
}

.pic-list {
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
}


.other_subalbum li p {
  font-size: 20px;
  font-weight: bold;
  color: #494949;
  position: relative;
  margin: 0 auto;
  letter-spacing: 2px;
  text-align: center;
}

.other_subalbum li:hover p {
  opacity: 1;
  color: #948062;
  transition: all 0.3s;
}

.pic-list .item:hover h6 {
  opacity: 1;
  transition: all 0.3s;
}

.pic-list .item {
  position: relative;
}

.album_info_page .pic-list .show_pic {
  height: 0;
  padding-bottom: 56%;
  aspect-ratio: 0;
}



.show-list.other_subalbum .item {
  width: 100%;
  background: transparent;
}





@media screen and (max-width: 1024px) {
  .other_subalbum li {
    width: calc(100% / 2 - 20px);
  }

  .show-list.other_subalbum .item {
    width: calc(100% / 2 - 10px);
  }

}






@media screen and (max-width: 768px) {

  /*照片頁*/
  .pic-list .item {
    width: 96%;
    margin: 10px 2%;
  }

  .album_page .show_content,
  .album_class_page .show_content {
    margin: auto;
    padding: 0;
    max-width: 100%;
  }

  .show-list {
    flex-wrap: wrap;
  }


  .show-list .item:hover .show_name {
    opacity: 1;
  }

  .show-list.other_subalbum .item {
    width: 100%;
  }

  .pic-list {
    grid-template-columns: unset;
  }
}


@media screen and (max-width: 500px) {
  .other_subalbum li {
    width: 100%;
  }

}

/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {
    border-bottom: 2px solid #ADA17E;
}

.promotion_title {
    border-bottom: 1px solid #ADA17E;
}



@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: block;
    }

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #to_top {
        bottom: 60px;
    }

    .nav-menu {
        margin: 0;
    }

    .nav-menu>li:not(.tp_links) {
        padding-right: 0;
    }

    .nav-dropdown>li {
        text-align: left;
    }

    .nav-dropdown>li>a {
        width: calc(100% - 45px);
    }

    .show_content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 50px 0 150px 0;
    }

    /*手機版LOGO設定*/
    .footer_logo {
        margin-left: unset;
        margin: auto;
        text-align: center;
    }

}

@media screen and (max-width: 600px) {

    /*手機板大圖*/
    /*
.swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/.../Banner-03.png) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/.../Banner-04.png) ; background-size:cover;   background-position: center;}
*/

}