@charset "utf-8";


/*●●●●●●●●●●●●●●●●●●●●●●●●   共同設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*頁數*/
ul.page {
    margin: 80px 0;
}

.page li {
    font-size: 18px;
    width: 40px;
    height: 40px;
    color: #fff;
    margin: 0 3px;
}

.page li.activeN {
    color: #fff;
}

.page li a,
.page li strong {
    width: 100%;
    height: 30px;
    background: #888;
    color: #fff;
    padding: 20px;
}

/*totop*/
#to_top {
    width: 50px;
    height: 50px;
    right: 20px;
    left: auto;
    bottom: 20px;
    box-shadow: none;
    letter-spacing: 1px;
    background: #fff;
    color: #888;
    transition: all .5s;
}

#to_top i {
    width: 25px;
    height: 15px;
}

#to_top i:before,
#to_top i:after {
    background: #888;
    height: 11px;
}

/*麵包屑*/
.path {
    padding: 0;
    margin-bottom: 50px;
}

.path p,
.path p a {
    text-align: left;
    font-size: 12px;
    color: #aaa;
}

/*其他設定*/
body {
    background: #FDFCFB;
}


@media screen and (max-width: 600px) {

    /*麵包屑*/
    .path p,
    .path p a {
        font-size: 10px;
    }
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*切換鈕*/
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}

/*其他設定*/

.bannerindex .swiper-banner .swiper-slide:nth-child(1)::after {
    content: "";
    background: url(https://pic03.eapple.com.tw/mpluscleantw/S01.png) no-repeat;
    width: 500px;
    height: 600px;
    position: absolute;
    left: 50px;
    top: 46px;
    background-size: contain !important;
    background-position: center !important;
    z-index: 100;
}

.swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    background: url(https://pic03.eapple.com.tw/mpluscleantw/S02.png) no-repeat;
    width: 500px;
    height: 600px;
    position: absolute;
    right: 5px;
    top: 100px;
    background-size: contain !important;
    background-position: center !important;
    z-index: 100;
}

@media screen and (max-width: 767px) {

    .bannerindex .swiper-banner .swiper-slide:nth-child(1)::after {
        content: "";
        background: url(https://pic03.eapple.com.tw/mpluscleantw/S01.png) no-repeat;
        width: 500px;
        height: 364px;
        position: absolute;
        left: -66px;
        top: 8px;
        background-size: contain !important;
        background-position: center !important;
        z-index: 100;
    }


    .swiper-wrapper .swiper-slide:nth-child(2)::after {
        width: 500px;
        height: 400px;
        position: absolute;
        right: -50px;
        top: 8px;
        background-size: contain !important;
        background-position: center !important;
        z-index: 100;
    }
}

@media screen and (max-width: 640px) {

    .bannerindex .swiper-banner .swiper-slide:nth-child(1)::after {
        content: "";
        background: url(https://pic03.eapple.com.tw/mpluscleantw/S01.png) no-repeat;
        width: 500px;
        height: 300px;
        position: absolute;
        left: -100px;
        top: -33px;
        background-size: contain !important;
        background-position: center !important;
        z-index: 100;
    }

    .swiper-wrapper .swiper-slide:nth-child(2)::after {
        width: 500px;
        height: 400px;
        position: absolute;
        right: -50px;
        top: -60px;
        background-size: contain !important;
        background-position: center !important;
        z-index: 100;
    }
}

@media screen and (max-width: 420px) {

    .bannerindex .swiper-banner .swiper-slide:nth-child(1)::after {
        content: "";
        background: url(https://pic03.eapple.com.tw/mpluscleantw/S01.png) no-repeat;
        width: 500px;
        height: 237px;
        position: absolute;
        left: -130px;
        top: -30px;
        background-size: contain !important;
        background-position: center !important;
        z-index: 100;
    }

    .swiper-wrapper .swiper-slide:nth-child(2)::after {
        width: 500px;
        height: 257px;
        position: absolute;
        right: -128px;
        top: -27px;
        background-size: contain !important;
        background-position: center !important;
        z-index: 100;
    }
}

@media screen and (max-width: 320px) {

    .bannerindex .swiper-banner .swiper-slide:nth-child(1)::after {
        content: "";
        background: url(https://pic03.eapple.com.tw/mpluscleantw/S01.png) no-repeat;
        width: 500px;
        height: 200px;
        position: absolute;
        left: -160px;
        top: -20px;
        background-size: contain !important;
        background-position: center !important;
        z-index: 100;
    }

}

/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/

.header_area {
    background: #ffffff;
    padding: 0;
    position: sticky;
    top: 0;
}

/*logo*/

.nav-header {
    transition: .4s ease-in-out;
    max-width: 60px;
}

.nav-brand {
    max-width: 60%;
    margin-bottom: 12px;
    margin-top: -6px;
}

.nav-brand img {
    max-width: 230%;
}

.header_area.sticky .nav-header {
    width: 118px;
}

.header_area.sticky .nav-header {
    transition: .4s ease-in-out;
}

.pageIndex .header_area.sticky .nav-header {
    width: 118px;
    filter: none;
}

.pageIndex .nav-header {
    width: 160px;
    padding-top: 0px;
    animation: flip-out-hor-top 1s cubic-bezier(.55, .085, .68, .53) both;
    animation-delay: .3s;
}

@keyframes flip-out-hor-top {
    0% {
        transform: rotateX(70deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0);
        opacity: 1;
    }
}


/*header*/
.me_tp_features {
    display: none;
}

.stellarnav ul {
    text-align: right;
    padding: 11px 0px 5px;
    transition: .5s ease-in-out;
    margin: 10px;
}

.pageIndex .header_area {
    padding: 17px 10px 15px;
    background: linear-gradient(to bottom, #fffdf8, #ece9e6c9, #ece9e6a1, #ece9e66b, #ece9e642, #ece9e600);
    position: fixed;
}

.header_area.sticky {
    padding: 18px 10px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background: #f2ecdb;
}

/*X按鈕展開*/
.info_fix_links {
    display: none;
}

.linksBtn {
    color: #FFFFFF;
    background-color: #453001;
    display: none;
}

/*X按鈕隱藏*/
.info_fix>span {
    display: none;
}


/* 按鈕效果 */

.stellarnav>ul>li {
    position: relative;
    bottom: 8px;
}

.stellarnav>ul>li>a {
    margin: 0 2px;
    letter-spacing: 1px;
    font-size: 18px;
    color: #453001;
    position: relative;
    z-index: 1;
    width: 133px;
    height: 36px;
    padding: 0;
    opacity: 0;
    filter: blur(8px);
    animation: fogText 0.5s ease-out forwards;
}

@keyframes fogText {
    0% {
        opacity: 0;
        filter: blur(12px);
        transform: scale(1.1);
    }

    50% {
        opacity: 0.5;
        filter: blur(6px);
    }

    100% {
        opacity: 1;
        filter: blur(0px);
        transform: scale(1);
    }
}

.linksBtn {
    background-color: #8e7776e3;
}

/*----------------*/

.stellarnav ul {
    display: flex;
    justify-content: center;
}

.stellarnav>ul>li>a {
    letter-spacing: 1px;
    font-size: 15px;
    color: #453001;
    height: 50px;
    position: relative;
    z-index: 1;
    width: 100px;
    height: 36px;
    padding: 0;
    font-family: noto sans;
}


.stellarnav>ul>li>a b {
    display: flex;
    line-height: 41px;
    height: 30px;
    justify-content: center;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    margin-left: 20px;
}

.stellarnav>ul>li>a:hover {
    color: #ada17e;
}

.stellarnav>ul>li>a:hover b {
    transform: none;
    -webkit-transform: none;
}

.stellarnav>ul>li.has-sub>a {
    padding-right: 0px
}

.stellarnav li.has-sub>a:after {
    display: none;
}



/*第二層*/
.stellarnav li li {
    border: none;
}

.stellarnav ul ul {
    padding: 0px;
    letter-spacing: 1px;
}

.stellarnav li li>a,
.stellarnav li li.has-sub>a {
    padding: 15px 10px;
    transition: all 0.3s;
    color: #453001;
    font-size: 15px;
    background: #fff;
}

.stellarnav li li:hover>a,
.stellarnav li li.has-sub:hover>a {
    border: none;
    margin-left: 10px;
    color: #4076b2;
    font-weight: 500;
}

.stellarnav .menu-toggle:after{
        color: #453001;
        font-weight: 1000;
        margin-top: 10px;
}

.stellarnav .menu-toggle span.bars span{
     background: #523a03;
}

@media screen and (max-width: 1024px) {
    .stellarnav {
        top: -21px;
    }

    .navigation {
        height: 120px;
    }
}
    @media screen and (max-width: 320px) {
        .navigation {
            height: auto;
        }
    }

    @media screen and (max-width: 420px) {
        .navigation {
            height: auto;
        }
    }

    @media screen and (max-width: 640px) {
        .navigation {
            height: auto;
        }
    }
    @media screen and (max-width: 768px) {
    .nav-brand img {
        max-width: 200%;
    }

    .navigation {
        height: auto;
    }
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/


@keyframes jump {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
        /* 像是上移 10px */
    }

    100% {
        transform: translateY(0);
    }
}

.footer {
    background-image: url(https://pic03.eapple.com.tw/mpluscleantw/footer02.jpg);
    background-size: cover;
    width: 100%;
    padding: 60px 0;
}

.footer::before {
    content: '';
    position: absolute;
    background: url(https://pic03.eapple.com.tw/mpluscleantw/footerlogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 1%;
    bottom: 69px;
    width: 13%;
    aspect-ratio: 44 / 25;
    animation: jump 1s infinite linear alternate;
}

.footer_logo img {
    display: none;
}

.footer_logo {
    display: none;
}

.footer_info li p.mail {
    display: block;
}

.box_link a {
    display: none;
}

.footer .center {
    position: relative;
    max-width: 1600px;
}

.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
    flex-direction: column;
    margin-bottom: 15px;
}

.footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 5px;
}

.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 0;
    transition: all 0.3s;
    border: none;
    background: transparent;
    color: #453001;
    display: block;
    width: fit-content;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
}

.footer_menu a:before {
    content: "．";
}

.footer_menu a:nth-child(1) {
    display: none;
}

.footer_menu a:hover {
    background: transparent;
    color: #736d5c;
}

.copy {
    color: #453001;
    border: none;
    margin-top: 0px;
    position: relative;
    padding: 15px 0;
    font-size: 12px;
}

.copy a {
    color: #453001;
    transition: all 0.3s;
}

.copy a:hover {
    color: #8f4b07;
}

.footer_info li {
    padding: 20px;
}

.footer_info ul>li:before {
    font-size: 115%;
    color: #453001;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #9b9b9b;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
    font-weight: bold;
    font-size: 14px;
}

.footer_info ul>li:nth-child(1):before {
    content: "聯絡資訊 CONTACT";
}

.footer_info ul>li:nth-child(2):before {
    content: "網站選單 MAIN MENU";
}

.footer_menu>a:nth-child(13) {
    display: none;
}

.footer_info li:nth-child(1) a,
.footer_info li:nth-child(1) p {
    color: #453001;
    letter-spacing: 0.15em;
    font-weight: 500;
    font-size: 13px;
}

.footer_info ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: 0 20px;
    letter-spacing: 0.15em;
}

.footer_logo img {
    max-width: 180px;
}

.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    margin: 0px;
}

.footer_info ul {
    font-family: 'Noto Sans TC';
    width: 70%;
}

.info_fix {
    display: none;
}

.footer_info li p.add2:before {
    display: none;
}

.footer .double_key {
    display: flex;
    justify-content: center;
    /* 水平置中 */
    align-items: center;
    /* 垂直置中（如果有高度） */
    text-align: center;
    /* 文字置中 */
    position: relative;
    top: 68px;
}

.footer .double_key a {
    color: #9c8757
}



@media screen and (max-width: 1200px) {
    .footer::before {
        bottom: 15%;
    }

    .footer {
        background-image: url(https://pic03.eapple.com.tw/mpluscleantw/footer02.jpg);
        background-size: cover;
        width: 100%;
        padding: 80px 0;
    }

    .footer .double_key {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
        top: 80px;
    }

}

@media screen and (max-width: 1024px) {
    .footer::before {
        bottom: 15%;
    }

    .footer .double_key {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
        top: 80px;
    }

}

@media screen and (max-width: 768px) {
    .footer::before {
        bottom: 20%;
        width: 20%;
    }

    .footer .double_key {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
        top: 80px;
    }

}

@media screen and (max-width: 640px) {
    .footer::before {
        bottom: 26%;
        width: 20%;
    }

    .footer {
        background-image: url(https://pic03.eapple.com.tw/mpluscleantw/footer02.jpg);
        background-size: cover;
        width: auto;
        padding: 80px 0;
    }

    .footer .double_key {
        top: 95px;
    }

    .footer .copy {
        white-space: nowrap;
        font-size: 12px;
    }
}


@media (max-width: 640px) and (min-width: 595px) {
    .footer::before {
        bottom: 20%;
        width: 20%;
    }

    .footer {
        background-image: url(https://pic03.eapple.com.tw/mpluscleantw/footer02.jpg);
        background-size: cover;
        width: auto;
        padding: 80px 0;
    }

    .footer .double_key {
        top: 80px;
    }
}

@media screen and (max-width: 425px) {
    .footer::before {
        bottom: 20%;
        width: 25%;
    }

    .footer {
        background-image: url(https://pic03.eapple.com.tw/mpluscleantw/footer02.jpg);
        background-size: cover;
        width: auto;
        padding: 80px 0;
    }

    .footer .double_key {
        top: 100px;
    }

    .footer .copy {
        white-space: nowrap;
        font-size: 10px;
    }
}


@media screen and (max-width: 320px) {
    .footer::before {
        bottom: 20%;
        width: 25%;
    }

    .footer {
        background-image: url(https://pic03.eapple.com.tw/mpluscleantw/footer02.jpg);
        background-size: cover;
        width: auto;
        padding: 80px 0;
    }

    .footer .double_key {
        top: 100px;
    }

    .footer .copy {
        white-space: nowrap;
        font-size: 10px;
    }
}




/*●●●●●●●●●●●●●●●●●●●●●●●●   文章區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*共同設定*/
.blog_box {
    padding: 0;
}

.blog_ri {
    padding: 0 0 0 50px;
}

/*側邊選單*/
.blog_le {
    padding: 0;
}

h5.blog_le_t {
    color: #888;
}

h5.blog_le_t em {
    font-family: "Noto Serif TC", serif;
}

.blog_search input[type=search] {
    border: solid 1px #eee;
    border-radius: 0;
}

.blog_search input[type=submit] {
    filter: opacity(0.5);
}

.blog_le .accordion {
    border-radius: 0;
    border: none;
}

.accordion li .link a {
    color: #888;
    font-size: 12px;
    padding: 15px 5px;
    transition: all .5s;
}

.accordion li+li .link {
    border-top: 1px solid #eee;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: transparent !important;
}

.blog_le .accordion>li:hover .link a {
    color: #ccc !important;
    padding-left: 10px;
}

.blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;
    background: #bbb !important;
    padding-left: 10px;
}

/*分類頁*/
.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 50px;
}

.subbox_item a {
    grid-template-columns: 1fr;
}

.subbox_item a:before,
.subbox_item a:after {
    display: none;
}

.blog_page h4.blog_category_title {
    display: none;
}

.blog_list_le {
    position: relative;
}

.blog_list_ri {
    padding: 0;
}

.blog_list_ri h5 {
    font-size: 20px;
    color: #888;
    font-weight: 600;
    -webkit-line-clamp: 2;
    line-height: 1.6;
}

.blog_list_ri em {
    font-size: 12px;
    color: #ccc;
}

.blog_list_ri p {
    font-size: 14px;
    color: #888;
    line-height: 1.8;
    margin-top: 30px;
}

/*文章頁*/
h4.blog_category_title {
    font-size: 20px;
    color: #888;
    font-weight: 600;
    padding: 0;
    letter-spacing: .2rem;
    margin: 3px 0;
}

.toShareNews .Boxed {
    margin-left: 0;
}

.toShareNews .Boxed.PushTar b {
    font-size: 12px;
    color: #888;
    margin-right: 5px;
}

.toShareNews .Boxed.PushTar a.share_LinkBtn_Fb i,
.toShareNews .Boxed.PushTar a.share_LinkBtn_Line i {
    color: #ccc;
}

.blog_shareData {
    padding: 0 0 20px;
}

.articel_mainPic {
    display: none;
}

.blog_box_edit * {
    color: #888;
}

.blog_back {
    grid-gap: 0;
    width: 100%;
    margin: 50px 0 100px;
}

.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: transparent;
    color: #888;
    border: 1px solid #888;
    font-size: 12px;
    padding: 12px;
}

.blog_back a.article_btn_back {
    background: #888;
    padding: 12px;
    font-size: 12px;
}

.news_related {
    display: none;
}



@media screen and (max-width: 960px) {

    /*分類頁*/
    .subbox_item {
        border-bottom: none;
    }
}

@media screen and (max-width: 768px) {

    /*共同設定*/
    .blog_ri {
        padding: 0;
    }

    /*文章頁*/
    h4.blog_category_title {
        margin-top: 50px;
    }

    .toShareNews .Boxed.PushTar {
        margin-top: 20px;
    }
}

@media screen and (max-width: 640px) {

    /*分類頁*/
    .subbox_item a {
        grid-gap: 20px;
    }

}






/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿分類   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*共同設定*/
.show_content {
    padding: 0;
}

.show-list {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*主分類*/
.show-list .show_name {
    font-size: 14px;
}

/*相簿頁*/
.subalbum-menu {
    padding: 0;
}

.subalbum-menu h2 {
    color: #222;
}

.other_subalbum li a p {
    font-size: 14px;
    padding: 10px 0;
}

/*更多相簿*/
.other_album {
    margin: 50px 0;
}

.album_fixed_title {
    font-size: 14px;
}

.other_album_choice li {
    background: #aaa;
    border-radius: 0;
    padding: 5px 20px 8px;
}

.other_album_choice li a {
    font-size: 12px;
}

.other_album_choice li a i {
    display: none;
}






/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*大範圍設定*/
.contact_content {
    padding: 0 0 120px;
}

/*標題*/
.blank_letter {
    font-family: "Noto Serif TC", serif;
    font-size: 20px;
    color: #888;
    font-weight: 600;
}

.blank_letter.i {
    display: none;
}

/*左側資訊*/
.contact_content .information_left {
    padding: 0;
    width: 260px;
    position: sticky;
    top: 100px;
}

.contact_content .information_left:before {
    content: "每一個理想空間\A都從一次真誠的交流開始\A期待與您一起，實現對家的美好想像";
    display: block;
    font-size: 16px;
    color: #5f6a6c;
    white-space: pre;
    margin-bottom: 60px;
    line-height: 1.6;
    padding-top: 70px;
    font-weight: bold;
}

.contact_content .information_left:after {
    content: "CONTACT";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    color: #b4a490;
}

.list_before.info li {
    color: #888;
    font-size: 12px;
    padding-left: 40px;
}

.list_before.info li:before {
    font-weight: 600;
    letter-spacing: 0;
    font-size: 12px;
}

/*右側表單*/
.contact_content .information_right {
    padding: 0 0 0 80px;
}

.contact_form {
    grid-gap: 25px;
}

.contact_form li {
    grid-template-columns: 110px 1fr;
}

.contact_form li .form__label {
    font-weight: 600;
    color: #888;
    text-align: left;
    max-width: 110px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 5px 0;
}

.form select {
    padding: 8px 20px 8px 8px;
    background: #fff;
    border-radius: 0;
}

.form select,
.contact_form li input.noborder,
.contact_form li textarea.noborder {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    color: #888;
    outline: none;
    background: transparent;
}

.contact_form li:has(input[type=checkbox]) .form__insert,
.contact_form li:has(input[type=radio]) .form__insert {
    font-size: 12px;
    color: #888;
    outline: none;
}

.form select option {
    font-size: 12px;
}

.contact_form li input#checknum {
    width: 100px;
}

.animated-arrow {
    background: #888;
    border: 1px #888 solid;
}

.last .animated-arrow {
    width: 130px;
    height: 45px;
    line-height: 42px;
}

.last .animated-arrow b {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .contact_content .information_left {
        width: 100%;
    }

    .contact_content .information_right {
        padding: 80px 0 0;
    }
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        background: transparent;
        padding: 5px 0;
        font-size: 12px;
    }

    .last .animated-arrow {
        width: 130px;
    }
}




/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}

.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #efefef;
    height: auto;
    max-height: 300px;
    overflow: auto;
}

.stellarnav.desktop li.bigMenu ul ul li {
    margin: 0;
}

.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {
    border-left: 6px solid transparent;
    border-bottom: unset;
    border-right: 6px solid transparent;
    border-top: 6px solid #898989;
    right: 5px;
}

/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */
.product_page .main_part {
    max-width: 1500px;
}

.product_page .show_content,
.product_info_page .show_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
}

ul.page {
    width: 100%;
}

.ProdFilter_Item_Show {
    width: 100%;
}

.Prods_Menulists {
    width: 100%;
    padding: 0;
}

.Prods_Wrap {
    width: calc(100% - 270px);
}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ {
    order: 1;
    margin-bottom: 25px;
}

.Prods_Menulists {
    order: 2;
}

.Prods_Wrap {
    order: 3;
}

.Prods_Menulists {
    width: 250px;
    letter-spacing: 1px;
}

.Prods_Menulists ul {}

.Prods_Menulists>ul>li {
    width: 100%;
    flex-wrap: wrap;
}

.Prods_Menulists ul ul {
    position: static;
    border: none;
}

.Prods_Menulists ul li ul li {}

.Prods_Menulists li.has-sub.open>a {
    background: #f0f0f0;
}

.product_info_page .half_box {
    width: 100%;
    float: none;
    padding-right: 0;
}

.product_info_page .half_box li.btn_blankTop {
    margin-top: 50px;
    justify-content: space-between;
    display: flex;
}

.product_info_page .half_box li.btn_blankTop input {
    width: calc(50% - 10px);
    background-image: none;
    padding: 0;
    text-align: center;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
    .product_main {
        display: block;
        width: 100%;
    }

    .sidebarBtn {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
    /* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

    .Prods_Wrap {
        width: 100%;
        margin-top: 20px;
    }

    .ProdFilter_ {
        width: 100%;
    }

    .Prods_Menulists {
        opacity: 0;
        display: none;
    }

}

@media screen and (max-width: 600px) {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img {
    transform: scale(1);
}

.BannerHome02 .swiperBan02 .swiper-slide img {
    transition: transform 5s ease-out;
    will-change: transform;
    transform: scale(1);
}

.BannerHome02 .swiperBan02 .swiper-slide-active img {
    transform: scale(1.06);
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    width: calc(100% - 60px);
    max-width: 1850px;
    height: 28vw;
    max-height: 530px;
    margin: 0 0 0 auto;
    background-size: cover !important;
    background-position: center !important;
}

.banner h5 {
    display: none;
}

.banner.banA {}

.banner.banB {}

.banner.banC {
    background: url(https://pic03.eapple.com.tw/yuanyudesign2026/banC.jpg) no-repeat;
}

.banner.banD {}

.banner.banE {
    background: url(https://pic03.eapple.com.tw/yuanyudesign2026/banE.jpg) no-repeat;
}

.banner.banblog {
    background: url(https://pic03.eapple.com.tw/yuanyudesign2026/banblog.jpg) no-repeat;
}

.banner.banDesign {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */