@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n)

*/


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic&display=swap');

body {
    font-family: "Sour Gummy", "Noto Sans TC", sans-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}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection {
    background-color: #444;
    color: #fff;
}

::selection {
    background-color: #444;
    color: #fff;
}

.pageIndex .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/chillchillgelato/bg-03.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100000000000000;
    animation: banner-emoji .7s steps(2, jump-none) infinite alternate;
}

.pageIndex .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/chillchillgelato/bg-04.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100000000000000;
    animation: banner-emoji .7s steps(2, jump-none) infinite alternate;
}



@keyframes banner-emoji {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(1deg);

    }

}




.pageIndex .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/chillchillgelato/bg-05.png);
    width: 100%;
    max-width: 100%;
    height: 95%;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100000000000000;
}

.pageIndex .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/chillchillgelato/bg-06.png);
    width: 100%;
    max-width: 100%;
    height: 95%;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100000000000000;
}


.pageIndex .swiper-wrapper .swiper-slide.swiper-slide-active::after {
    animation: banner-font 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
}



@keyframes banner-font {
    0% {
        height: 95%;
        opacity: 0;
    }

    100% {
        height: 100%;
        opacity: 1;
    }
}




.pageIndex .swiper-wrapper .swiper-slide img {
    transform: none !important;
}


@media screen and (max-width: 768px) {


    .bannerindex {
        padding: 0;
        margin: 0;
    }

    .swiper-banner .swiper-slide img {
        height: auto;
        width: 200%;
        max-width: 200%;
    }

    .pageIndex .swiper-wrapper .swiper-slide:nth-of-type(1)::before {
        background-image: url(https://pic03.eapple.com.tw/chillchillgelato/bg-08.png);
        width: 100%;
        max-width: 100%;
        height: 100%;
        opacity: 1;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 100000000000000;
        animation: none;
    }

    .pageIndex .swiper-wrapper .swiper-slide:nth-of-type(2)::before {
        background-image: url(https://pic03.eapple.com.tw/chillchillgelato/bg-09.png);
        width: 100%;
        max-width: 100%;
        height: 100%;
        opacity: 1;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 100000000000000;
        animation: none;
    }

    .pageIndex .swiper-wrapper .swiper-slide:nth-of-type(1)::after,
    .pageIndex .swiper-wrapper .swiper-slide:nth-of-type(2)::after {
        display: none;
    }

}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #6c9a7b;
    border-radius: 10px;
}

.swiper-pagination {
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
}


/*預設解除背景輪播*/
#content_main {
    margin: 0;
    background-image: url(https://pic03.eapple.com.tw/chillchillgelato/bg-04.jpg);
    background-size: cover;
    background-position: center top;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}

#content {
    background-image: url(https://pic03.eapple.com.tw/chillchillgelato/bg-04.jpg);
    background-size: cover;
    background-position: center top;
}






/* 首頁相簿 */



.module_i_album {
    padding: 100px 20px;
}



.i_album_list {
    grid-template-columns: repeat(3, 1fr);
}


.i_album_list li a p {
    width: 100%;
    height: 2em;
    position: absolute;
    background: transparent;
    top: 50%;
    transform: translate(0%, -50%);
    color: #fff;
    z-index: 2;
    transition: all 0.5s;
    font-size: 20px;
    font-weight: bold;
    opacity: 0;
}

.i_album_list li:hover p {
    height: 2em;
    opacity: 1;
    transition: all 0.5s;

}

.module_i_album .title_i_box {
    display: flex;
    margin-bottom: 30px;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
}

.module_i_album .title_i_box h4 {
    font-size: 60px;
    color: #8e664a;
    font-weight: bold;
    letter-spacing: 15px;
}

.module_i_album .title_i_box h4::before {
    content: "CASE";
    display: block;
    font-size: 40px;
    color: #6c9a7b;
    letter-spacing: 15px;
    margin-top: 20px;
}

.module_i_album .title_i_box h4::after {
    content: "イベント紹介";
    display: block;
    font-size: 16px;
    color: #8e664a;
    letter-spacing: 15px;
    margin-top: 20px;
}

.module_i_album section {
    width: 100%;
    max-width: 1200px;
}


.i_album_list li div::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #bd626254;
    z-index: 1;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s;
}



.i_album_list li:hover div::before {
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s;

}


@media screen and (max-width: 768px) {
    .i_album_list {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media screen and (max-width: 500px) {
    .i_album_list {
        grid-template-columns: repeat(1, 1fr);
    }
}























/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
.nav-menu {
    margin: 0;
}

.header_area .main_header_area .container {
    max-width: 100%;
    transition: all 0.3s;
}

.header_area.sticky .main_header_area .container {
    max-width: 100%;
    transition: all 0.3s;
}

.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: #2B3047;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #2B3047;
}

.nav-dropdown>li {
    text-align: center;
}

.me_tp_features {
    display: none;
}

.nav-header {
    position: absolute;
    left: 10%;
    top: 0;
    z-index: 98999999;
    padding: 10px;
    max-width: 110px;
    transition: all 0.5s;
}

.sticky .nav-header {
    transition: all 0.5s;
}

.nav-header::before {
    content: "";
    display: block;
    width: 150%;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1, 0);
    background-color: #c5d4c6;
    z-index: -1;
    border-radius: 0;
    opacity: 1;
    border-radius: 0 0 20px 20px;
    transform-origin: 50% 0;
    transition: all 0.3s;
}

.pageIndex .nav-header::before {
    top: 50%;
    opacity: 1;
    transition: all 0.3s;
}


.sticky .nav-header::before {
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1, 1);
    transition: all 0.3s;
}

.nav-header::after {}

.nav-header:hover:after {
    animation-play-state: paused;
    transition: all 0.3s;
}

.nav-header:hover:before {
    background-color: #f0d9aa;
    transition: all 0.3s;
}





@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}












.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 0;
    top: 0;
    background: transparent;
    transition: all 0.7s;
}

.header_area.sticky {
    top: 0px;
    background: transparent;
    transition: all 0.7s;
}


.header_area::before {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    background-color: #ffff;
    box-shadow: 1px 1px 1px #0000001f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.header_area.sticky::before {
    width: 100%;
    transition: all 0.5s;
}





.main_header_area {
    position: relative;
    background: transparent;
}


.stellarnav li.has-sub>a:after {
    display: none;
}



.stellarnav ul ul {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 3px #6c9a7b52;
}

.stellarnav li li {
    border: 0;
}


.stellarnav>ul>li>a {
    padding: 0px 25px;
    color: #464646;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: fit-content;
    margin: 0;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
    overflow: visible;
    font-weight: bold;
}

.stellarnav>ul>li.has-sub>a {
    padding-right: 25px;
}


.pageIndex .stellarnav>ul>li>a {
    color: #3a3a3a;
}


.sticky .stellarnav>ul>li>a {
    color: #464646;
    transition: all 0.5s;
}

.stellarnav>ul>li>a b {
    font-weight: 500;
    transition: all 0.5s;
}

.stellarnav>ul>li>a b:nth-of-type(2) {
    color: #fff;
    transition: all 0.5s;
}

.stellarnav>ul>li>a:hover {
    color: #6c9a7b;
    transition: all 0.5s;
}


.header_area .navigation {
    display: flex;
    width: 100%;
    position: relative;
    padding: 30px 0 30px;
    opacity: 1;
    transition: all 0.3s;
    justify-content: center;
    overflow: visible;
}

.header_area.sticky .navigation {
    padding: 15px 0;
    opacity: 1;
    transition: all 0.5s;
}


.stellarnav ul {
    margin: 0;
    text-align: center;
    transform: scale(1, 0);
    transition: all 0.5s;
}

.sticky .stellarnav ul {
    transform: scale(1, 1);
    transition: all 0.5s;
}

.stellarnav {
    width: fit-content;
}




/* 購物籃 */


.header_area .me_tp_features {
    display: flex;
    width: auto;
    position: fixed;
    top: 26px;
    right: 130px;
    margin-bottom: 0;
    align-items: flex-end;
}

/* 購物籃 */
.tp_links {
    display: none;
}

.box_search input[type=text] {
    background: url(https://pic03.eapple.com.tw/642repair/icon-04.png) no-repeat 9px center #fff;
    border: 0;
    padding: 2px 0px 4px 42px;
    width: 130px;
    border-radius: 10em;
    transition: all .5s;
    outline: none;
    background-color: transparent;
    border-bottom: 1px #6c9a7b solid;
    border-radius: 0;
    font-size: 0;
    height: 20px;
    transition: all 0.3s;
    color: transparent;
    display: none;
}

.box_search input[type=text]:hover {
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
}

.box_search input[type=text]:focus {
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
}

.shop_search_btn {
    display: none;
    background: #3F3F3F;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}

.separate_title {
    color: #fff;
    background: #6c9a7b;
}

.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: 10px;
    width: fit-content;
    display: flex;
    align-items: center;
}

.me_tp_features a.tp_btn_cart span span {
    display: none;
}

.me_tp_features a.tp_btn_cart b {
    font-weight: normal;
    color: #6c9a7b;
}

.me_tp_features a.tp_btn_notice span {
    display: none;
}

.fa-cart-shopping::before {
    content: "\f07a";
    color: #6c9a7b;
}

.me_tp_features a.tp_btn_notice {
    color: #6c9a7b;
}










@media screen and (max-width: 1024px) {
    .header_area .navigation {
        padding: 30px 0;
    }

    .header_area.sticky .navigation {
        padding: 20px 0;
    }

    .pageIndex .header_area .main_header_area::before {
        top: 0;
    }
}

@media screen and (max-width: 768px) {
    .header_area .main_header_area .container {
        max-width: 90%;
    }

    .header_area.sticky .main_header_area .container {
        max-width: 90%;
    }
}









/*下拉*/
.nav-dropdown>li>a {
    background: #f7f5f5;
    transition: 0.2s;
    letter-spacing: 1.5px;
    width: 100%;
}

.nav-dropdown>li>a:hover {
    transition: 0.2s;
    background-color: #2B3047;
    ;
    color: #fff
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}


.stellarnav li li a {
    padding: 10px 15px;
    display: block;
    color: #000;
    background-color: transparent;
    transition: all 0.3s;
}

.stellarnav li li a:hover {
    color: #fff;
    background-color: #6c9a7b;
    transition: all 0.3s;
}

.stellarnav>ul>li>a::before {}

.stellarnav>ul>li>a:hover::before {}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.header_area .nav-brand {
    display: inline-block;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.header_area.sticky .nav-brand {
    opacity: 1;
    transition: all 0.5s;
}

.header_area .nav-brand img {
    width: 100%;
    max-width: 100%;
    transition: all 0.3s;
}

.header_area.sticky .nav-brand img {
    transition: all 0.3s;
}

.footer_logo img {
    width: 100%;
}

.footer_logo {
    width: 140px;
}



@media screen and (max-width: 1440px) {
    .main_header_area .container {
        max-width: 90%;
    }

    .stellarnav>ul>li>a {
        padding: 0 15px;
    }

}

@media screen and (max-width: 1024px) {
    
    .header_area .me_tp_features {
        right: 30px;
    }

    .header_area .navigation {
        align-items: flex-end;
    }

    .header_area.sticky .navigation {
        padding-right: 90px;

    }

    .nav-header {
        max-width: 90px;
        padding: 0;
    }

    .nav-header::before {
        height: 150px;
    }
}

@media screen and (max-width: 768px) {
    .header_area .me_tp_features{
        display: none;
    }
    .stellarnav ul {
        transform: scale(1, 1);
    }

    .nav-brand-m {
        display: block;
        text-align: left;
        padding: 15px 10px;
    }

    .nav-brand-m img {
        max-width: 200px;
        width: 100%;
    }

    .stellarnav.mobile {
        top: 9px;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #6c9a7b;
    }

    .stellarnav .menu-toggle:after {
        color: #6c9a7b;
    }

    .stellarnav.mobile>ul {
        border-top: 0;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #00a297;
        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 {
        color: #666;
        text-shadow: none;
        padding: 15px 10px;
    }

    .nav-brand {
        display: inline-block;
        width: 220px;
    }

    .header_area .nav-brand {
        width: 150px;
    }

    .header_area .navigation {
        padding: 10px 0;
    }

    .header_area.sticky .navigation {
        padding: 10px 0;
    }

    .header_area.sticky .stellarnav>ul {
        margin: 0;
        padding: 0;
        border: 0;
        text-align: right;
        transition: all 0.3s;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        display: inline-block;
        text-align: right;
        font-size: 12px;
        background: #c5d4c6;
        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: 25px 43px 25px 10px;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 0;
        position: absolute;
        top: 20px;
    }

    .stellarnav.mobile.left>ul {
        left: 0;
        padding: 0;
        border: 0;
    }

    .stellarnav.mobile li.open {
        background: transparent;
        padding: 0px;
    }

    .stellarnav li li:hover {
        background: inherit;
        border-radius: 0;
        color: inherit;
        transform: none;
        box-shadow: none;
        z-index: 100000;
        transition: all 0.3s;
    }

    .stellarnav li li:hover>a {
        color: inherit;
        transition: all 0.3s;
    }

    .stellarnav.mobile li.open li.open {
        background: transparent;
        padding: 0px;
    }

    .stellarnav.mobile li li.has-sub a {
        padding: 15px 43px 15px 10px;
    }

    .stellarnav.mobile li.open li.open {
        background: transparent;
        padding: 0;
    }

    .stellarnav.mobile li a {
        border-bottom: 0;
    }

    .stellarnav li li a {
        padding: 15px 15px;
        color: #666;
    }

    .header_area::before {
        display: none;
    }

    .nav-header {
        left: 50%;
        transform: translate(-50%, 0px);
        z-index: 0;
        max-width: 70px;
    }



    .nav-header::before {
        height: 120px;
        border-radius: 0 0 10px 10px;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer {
    border-top: none !important;
    padding: 50px 0 0;
    background: #6c9a7b;
}

.footer_menu {
    border-bottom: none !important;
}

.copy {
    background: transparent;
    color: #fff;
    border: none;
}

.copy a {
    color: #fff;
}

.footer_menu a:hover {
    background: #02642F;
}

.footer_menu a {
    transition: all 0.3s;
}

.box_link {
    display: none;
}

.footer_info li p {
    color: #fff;
}

.footer_info li p a {
    color: #fff;
}

.footer_menu a:nth-child(1) {
    display: none;
}

.footer_menu a {
    display: inline-block;
    padding: 5px 11px;
    border: 0;
    margin: 0 5px;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    background: transparent;
    border-bottom: 1px #fff solid;
}

.footer_menu a:hover {
    background: #fff;
    color: #000;
}

.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin: 0 10px;
}



.footer_logo img {
    width: 100%;
}




/* 浮動 */

.linksBtn {
    background-color: #6c9a7b;
}

.info_fix:hover>.linksBtn {
    background: #476952;
}

.info_fix_links a {
    background: #859786;
}

.info_fix_links a:hover {
    background: #586859;
}



@media screen and (max-width: 768px) {
    .footer {
    padding: 90px 0;
}
.footer_menu {
    text-align: center;
}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/


.banner {
    display: flex;
    padding: 100px 0 200px;
    background: transparent;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner::before {
    content: "";
    display: block;
    width: 20vw;
    height: 20vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10%;
}





.banner h5 {
    text-wrap: nowrap;
    text-wrap: nowrap;
    font-size: 60px;
    color: #8e664a;
    text-align: left;
    letter-spacing: 10px;
}

.banner h5::before {
    content: "";
    display: block;
    color: #6c9a7b;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 6px;
}

.banner h5::after {
    content: "";
    display: block;
    color: #8e664a;
    font-size: 16px;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 2px;
    margin-top: 10px;
}

.banner.banA {}

.banner.banB {
    display: none;
}

.banner.banC {
    display: none;
}

.banner.banD {}




.banner.banE::before {
    background-image: url(https://pic03.eapple.com.tw/chillchillgelato/banner-06.png);
}

.banner.banE h5::before {
    content: "Introduction";
}

.banner.banE h5::after {
    content: "イベント紹介";
}





.banner.banblog::before {
    background-image: url(https://pic03.eapple.com.tw/chillchillgelato/banner-05.png);
}

.banner.banblog h5::before {
    content: "Diary";
}

.banner.banblog h5::after {
    content: "しゅっこにっき";
}


.banner.banF::before,
.banner.banD::before {
    background-image: url(https://pic03.eapple.com.tw/chillchillgelato/banner-07.png);
}

.banner.banF h5::before,
.banner.banD h5::before {
    content: "SHOP";
}

.banner.banF h5::after,
.banner.banD h5::after {
    content: "おすすめ商品";
}


.order_finish_page .banner {
    padding: 100px 0 100px;
}



@media screen and (max-width: 1440px) {
    .banner::before {
        width: 25vw;
        height: 25vw;
    }
}



@media screen and (max-width: 1024px) {

    .banner h5 {}

    .banner h5::after {
        margin-top: 20px;
    }
}


@media screen and (max-width: 768px) {
    .banner {
        display: flex;
        padding: 100px 0;
        flex-direction: column;
    }

    .banner::before {
        width: 55vw;
        height: 55vw;
        margin-right: 0;
    }

    .banner h5 {
        font-size: 30px;
        text-align: center;
        margin-top: 20px;
    }

    .banner h5::after {
        margin-top: 10px;
    }

}

@media screen and (max-width: 500px) {
    .banner {}

}










/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */


.product_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 0;
    padding: 0px 0 100px;
}





/* 選單 */
.product-layer-two {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

.product-layer-two li {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: fit-content;
    text-align: left;
    transition: all 0.5s;
}

.product-layer-two>li {
    margin: 0 0 10px;
}

.product-layer-two li li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 8px solid;
    border-color: transparent transparent transparent #6c9a7b;
    position: absolute;
    left: -20px;
    top: 50%;
    opacity: 0;
    transform: translate(0, -50%);
    transition: all 0.5s;
}

.product-layer-two li li:hover:before {
    opacity: 1;
    left: 0;
    transition: all 0.5s;
}

.product-layer-two li a {
    color: #fff;
    border: 0;
    padding: 10px 20px;
    background: #c5d4c6;
    text-wrap: nowrap;
    font-weight: 800;
    letter-spacing: 5px;
    transition: all 0.3s;
}

.product-layer-two li:hover>a {
    background: #6c9a7b;
    transition: all 0.3s;
}

.product_page .show_content,
.product_info_page .show_content {
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-layer-two li ul {
    display: block !important;

    position: relative;
}

.product-layer-two li li {
    display: block;
    background: transparent;
    margin: 0;
}

.product-layer-two li li a {
    background: transparent;
}

.product-layer-two li i {
    top: 26px;
    transform: translate(0, -50%);
    color: #fff;
    display: none;
}

.product-layer-two li.active li a {
    color: #fff;
    background: transparent;
    font-weight: bold;
}






.page {
    color: #fff;
    width: 100%;
    margin: 0;
}

.product-layer-two li.active>a {
    background: #6c9a7b;
    border: 0;
    font-weight: bold;
    font-size: 17px;
}

/* 內容 */
.products-list .more {
    border: 1px solid #6c9a7b !important;
    color: #6c9a7b;
    width: 50% !important;
    margin: 0 auto;
    border-radius: 10px;
}

.products-list .item a:hover .more {
    background: #6c9a7b;
    border-color: #fff;
    color: #ffffff;
}

.products-list {
    width: 80%;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 7% 5%;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: none;
}

.products-list .item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    background: transparent;
    border-radius: 0;
    transition: all 0.5s;
}

.products-list .item:hover {
    transition: all 0.5s;
}

.products-list .item a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transition: all 0.5s;
}

.products-list .item a:hover img {
    transform: translate(-10px, 0) rotate(-5deg);
    border: 6px #6c9a7b solid;
    transition: all 0.5s;
}

.products-list .name {
    font-size: 20px;
    color: #8f664a;
    height: auto;
    padding: 5%;
    text-align: center;
    margin-top: 0;
    font-weight: 800;
}

.products-list .pic {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 100%;
    height: 0;
    overflow: visible;
    transition: all 0.5s;
}

.products-list .item a:hover .pic {
    transition: all 0.5s;
}


.products-list .pic::before {
    content: "";
    display: block;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    background: #6c9a7b;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.products-list .item a:hover .pic::before {
    transform: translate(calc(-50% + 10px), -50%);
    background: #c5d4c6;
    transition: all 0.5s;
}







.products-list .price b {
    color: #cba080;
    font-size: 18px;
    font-weight: 800;
    width: calc(100% / 2 - 6px);
    text-align: center;
}

.products-list .price .sp_price {
    text-align: center;
    font-size: 20px;
    color: #6c9a7b;
}

.products-list .price {
    align-items: flex-end;
    padding: 10px 5px;
    border-top: 1px #8e664a solid;
}








/*內液*/
.product_info_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 50px 0;
}

.lastPage {
    background: #6c9a7b;
}

.nextaction {
    background-color: #c1b09c;
}

.lastaction {
    color: #fff;
    background-color: #c1b09c;
}

.bx-wrapper .bx-viewport {
    border: none;
    left: 0px;
    background: transparent;
}

.product_pic #bx-pager a {
    border: none;
}


.product_pic ul li img {
    border-radius: 20px;
}

.product_info_page .product-layer-two {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    margin-right: 10%;
    position: absolute;
}

.product-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sidebarBtn {
    padding: 3%;
    display: inline-block;
    width: 30%;
    max-width: 60%;
    vertical-align: top;
    border: 0;
    background: transparent;
}

.sidebarBtn h2 {
    color: #6c9a7b;
    font-size: 32px;
    margin-bottom: 20px;
}

.sidebarBtn {
    color: #fff;
    background: #edc2a261;
    border-radius: 20px;
}

.product_info li span {
    color: #8f664a;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 5px;
}

.product_info li .txt_box {
    color: #8f664a91;
}

#bx-pager h6 {
    display: none;
}

ul.prod li h3.prod-thumb {
    background: transparent;
    color: #6c9a7b;
    padding: 0;
    text-align: left;
}

ul.prod li h3.prod-thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #6c9a7b;
    margin: 10px 0;
}

ul.prod {
    list-style: none;
    display: block;
    width: 100%;
}

ul.prod li .prod-panel {
    color: #fff;
    text-align: left;
}

ul.prod li {
    margin-bottom: 40px;
    color: #fff;
}

.toShare {
    border-top: 0;
    color: #8f664a;
}

.toShare {}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0;
    border-radius: 10px;
}


/*  */
.half_box {
    width: 100%;
    float: left;
    padding-right: 0px;
}

ul.prod li span {
    color: #fff;
}

.qaform .breakF {
    border: 1px #fff solid;
    background: #00000061;
    color: #fff;
}

.half_box li.btn_blankTop {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}

.productBtn {
    text-align: center;
    width: 40%;
    background-color: transparent;
    background-image: none;
    margin-top: 10px;
    padding-left: 0;
    border: 1px #fff solid !important;
    color: #fff;
    transition: all 0.5s;
}

.productBtn:hover {
    background-color: #00000071;
    transition: all 0.5s;
}


/*  */

.prod_related {
    background: #eec3a3;
    padding: 25px 15px;
}

.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 30px;
    color: #6c9a7b;
}

.related_list li a {
    display: block;
    padding: 0;
    background: transparent;
    transition: all 0.5s;
}

.related_list li a:hover {
    transform: scale(1.1);
    transition: all 0.5s;
}

.related_list li a p {
    font-size: 18px;
    color: #8f664a;
    margin: 10px 0;
    font-weight: bold;
}

.related_list li {
    transition: all 0.5s;
}

.related_list li:hover {
    transition: all 0.5s;
}

.mobile_product_name {
    display: none;
}

.product_menu_list {
    margin-bottom: 0;
    width: 15%;
    height: fit-content;
    margin-right: 5%;
    position: relative;
}

.product_menu_list::before {
    display: block;
    width: 80%;
    height: 0;
    padding-bottom: 90%;
    background-image: url(https://pic03.eapple.com.tw/642repair/logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -190px;
    left: 50%;
    transform: translate(-50%, 0);
}

.product_info_page .product_menu_list {
    display: none;
}



.inquiry_a3 {
    background: #6c9a7b;
}

.sidebarBtn .price {
    border-bottom: 1px solid #8e664a;
    display: flex;
    align-items: baseline;
}

.inquiry_a2 {
    background: #755412;
    border: 1px #bd6262 solid;
    border-radius: 10px;
}

.inquiry_a1 {
    background: #bd6262;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    letter-spacing: 2px;
    background: #3c694a;
    box-shadow: 1px 1px 5px #ffffff47;
}


.sidebarBtn .ori_price {
    color: #cba080;
    margin-right: 20px;
}

.sidebarBtn .sp_price {
    color: #6c9a7b;
}

.product_info li {
    margin: 30px 0;
}


.product_main {
    position: relative;
    left: 100px;
    padding: 0;
    width: 60%;
    left: 0;
}

.pd_tabTitle li.activeTab a {
    color: #8f664a;
    font-size: 24px;
    font-weight: bold;
}

.pd_tabTitle li.activeTab::after {
    height: 2px;
    background: #8f664a;
}

.pd_tabTitle li {
    border-bottom: 0;
}

.prod_tabs {
    margin-top: 80px;
    width: 100%;
}

.edit {
    color: #8f664a;
}



/*  */


.remit_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 50px 20px;
    margin-top: -30vh;
}

@media screen and (max-width: 1024px) {
    .remit_page .main_part {
        margin-top: -10vh;
    }

}



.notetext {
    color: #fff;
}


.car_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 0 20px 100px;
}

.shopping-cart .cart_head {
    background: #6c9a7b;
    color: #fff;
}

.shopping-cart .cart_content {
    color: #8e664a;

}

.shopping-cart .cell.product_name p {
    color: #8e664a;

}


.shopping-cart .cart_content .row {
    border-bottom: 1px solid #6c9a7b;
}

.total_amount ul {
    border: 1px solid #6c9a7b;
}

.total_amount ul:after {
    border-right: 0px dashed #ddd;
    border-bottom: 0px dashed #ddd;
}

.total_amount li {
    color: #8e664a;
}

span#all_total_price {
    font-size: 24px;
    color: #6c9a7b;
}

.send_simple {
    background: #6c9a7b url(../images/simple_right.png) 88% center no-repeat;
}

.formbox_form li .form__label {
    color: #8e664a;
}

.form label.Bigcheck {
    color: #fff;
}

.formbox_form label.Bigcheck {
    color: #8e664a;
}

.form label {
    color: #8e664a;
}

.total_amount li input[name=DiscountCode] {
    color: #333;
}

.declaration {
    background: #6c9a7b;
    line-height: 40px;
    padding: 5px 15px;
}

.order_finish_page .main_part {
    max-width: 990px;
    padding: 0 0 80px;
}

.list_before.account li {
    color: #8e664a;
}

.rder_finish_page .blank_letter.i {
    padding: 0;
    margin: 0 0 50px;
    font-size: 24px;
    letter-spacing: 0;
}

.order_list_tab td {
    font-size: 15px;
    color: #8e664a;
    padding: 10px;
    border-top: 0;
}

.payer {
    background: transparent;
}

.order_list_tit b {
    font-size: 28px;
    color: #6c9a7b;
}

.order_list_tit span {
    color: #8e664a;
    padding: 3px;
    border-bottom: 1px #8e664a solid;
}

.order_list_tab td:nth-child(1) {
    background: transparent;
    color: #6c9a7b;
    width: 100px;
    font-weight: 1000;
}

.order_list_tab.payer td:nth-child(1) {
    border-right: 0;
}

.order_list_pro tr:first-child {
    background: #6c9a7b;
}

.order_list_pro tr:first-child td {
    color: #fff;
    font-weight: 1000;
}

.order_list_pro td {
    padding: 10px;
    border-bottom: 1px #8e664a solid;
    text-align: center;
    color: #8e664a;
    font-size: 14px;
}

.last_box_money p,
.last_box_money em {
    display: inline-block;
    font-size: 15px;
    color: #8e664a;
    font-style: normal;
}

.last_box_money em span {
    color: #6c9a7b;
}

.order_finish_page .lastPage {
    margin: 0 auto;
}

.order_list_head p {
    font-size: 24px;
    color: #6c9a7b;
    text-align: center;
    display: inline-block;
    border-bottom: 2px #6c9a7b solid;
    padding: 10px;
    margin: 20px;
}



.formbox_form li {
    grid-template-columns: 180px 1fr;
}

.note_edit {}

.codePay_info .notetext {
    display: block;
    width: 100%;
}

.note_edit+section {
    margin: 50px 0 100px;
}

.codePay_info .information_left {
    display: flex;
    width: 100%;
    margin-top: 40px;
    align-items: center;
}

.order_list_tit {
    text-align: center;
}


.codePay_info .notetext>img {
    max-width: 100%;
}


.radio-inline__label {
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}




.radio-inline__input:checked+.radio-inline__label {
    background: #6c9a7b;
    color: #fff;
}

.pd_tabInner>p {
    text-align: center;
}








@media screen and (max-width: 1440px) {
    .product_main {
        left: 0;
    }

    .product_page .main_part {
        max-width: 1024px;
    }


}

@media screen and (max-width: 1024px) {
    .products-list .item {}

    .products-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-wrapper {
        width: 100%;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .product_page .main_part {
        max-width: 90%;
    }

    .sidebarBtn {
        margin-top: 60px;
        width: 100%;
        max-width: 80%;
    }
}

@media (max-width: 640px) {
    .order_list_pro td span {
        font-size: 20px;
        color: #fff;
        display: block;
    }
}


@media screen and (max-width: 768px) {
    .product-layer-two {
        display: none;
    }



    .product-layer-two li a {
        text-wrap: pretty;
        word-break: keep-all;
    }

    .product-layer-two li:hover>a {
        padding-left: 20px;
    }

    .products-list {
        width: 100%;
        padding: 20px 0;
    }

    .product_info_page .product-layer-two {
        display: none;
    }

    .product-wrapper {
        left: 0px;
    }

    .product_info_page .show_content {
        width: 100%;
        padding: 5%;
    }

    .product_main {
        position: relative;
        left: 0;
    }

    .products-list .item {}

    .product_page .main_part {}

    .product_main {
        left: 0;
        width: 90%;
    }

    .sidebarBtn {
        max-width: 100%;
        padding: 30px;
    }

    .car_page .information_left {
        display: none;
    }

    .shopping-cart .cell:before {
        color: #fff;
    }

    .products-list .price .sp_price {
        font-size: 18px;
    }

    .products-list .price b {
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .products-list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }

    .products-list .item {
        width: 100%;
    }

    .product_page .main_part {
        max-width: 85%;
    }

    .product-layer-two li {}

    .products-list .more {
        font-size: 14px;
    }

    .products-list .item {
        width: 100%;
    }

    .products-list .item a {
        padding: 20px;
    }

    .product_info_page .main_part {
        width: 100%;
        margin: auto;
        padding: 50px 0px;
    }

    .products-list .item {
        width: 100%;
    }

}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_back {
    background: #6c9a7b;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #6c9a7b !important;
}

.accordion li+li .link {
    border-top: 0;
}

.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: 0;
    margin: 0 10px;
    background: #eec3a3;
    border-radius: 10px;
    padding: 0 10px;
    font-weight: bold;
    transition: all 0.3s;
}


.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
}

.accordion li .link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
    color: #8f664a;
    font-weight: bold;
}

.accordion li .link {
    padding: 0;
}

.subbox_item a:before {
    color: #fff;
    right: 50%;
    top: 35%;
    bottom: 0;
    transform: translate(50%, 0);
}

/*文章分享變1排3個*/
.blog_page .main_part {
    max-width: 80%;
}

.blog_subbox {
    grid-template-columns: repeat(3, 1fr);
}

.subbox_item {
    padding: 5px;
}

@media screen and (max-width: 1024px) {
    .subbox_item {
        width: 50%;
    }
}


/**/


/* 左邊欄位 */



.blog_box {
    min-height: 20vw;
    padding: 7px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.blog_le {
    margin-right: 0;
    width: 100%;
}

.blog_ri {
    width: 100%;
}

.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;
    display: flex;
    background: transparent;
}

.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 {
    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: 0;
    padding-bottom: 70%;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.blog_list_le::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    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;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
}

.blog_list_ri {
    display: flex;
    vertical-align: top;
    padding: 0;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.blog_list_ri p {
    margin-top: 15px;
    color: #8f664a;
    padding-bottom: 35px;
}


.blog_list_ri h5 {
    color: #6c9a7b;
    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 {
    display: none;
    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;
    color: #8f664a99;
}


.news_related {
    background: #eec3a3;
    padding: 25px 15px;
}

.news_related h6 span:before {
    font-size: 30px;
    color: #8f664a;
}

.news_related_list li a {
    background: transparent;
}

.news_related_list li a p {
    font-size: 16px;
    color: #8f664a;
    font-weight: bold;
}


.blog_back a.article_btn_prev {
    background-color: #eec3a3;
}

.blog_back a.article_btn_next {
    background-color: #eec3a3;

}

.news_related_list li a img {
    border-radius: 20px;
}

@media screen and (max-width: 1024px) {
    .blog_page .main_part {
        max-width: 90%;
    }

    .subbox_item {
        width: 100%;
    }
}


@media screen and (max-width: 960px) {
    .subbox_item {
        border-bottom: 0;
    }
}


@media screen and (max-width: 768px) {
    .subbox_item a {
        flex-direction: column;
    }

    .subbox_item {
        width: 100%;
    }

    .blog_le .accordion {
        display: none;
    }

    .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 {
        padding-bottom: 70%;
    }

    .blog_in_page .main_part {
        max-width: 100%;
    }

    .blog_page .show_content {
        max-width: 100%;
    }

    .subbox_item {
        border-bottom: 0;
    }

    .blog_page .main_part {
        max-width: 100%;
    }

    .blog_subbox {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media screen and (max-width: 500px) {
    .blog_subbox {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
    max-width: 1400px;
}

.show-list .item:hover .show_name {
    color: #6c9a7b;
}


/*次分類頁面*/
.other_album_choice li {
    background: #6c9a7b;
}


.other_subalbum li {
    background: transparent;
}


.other_subalbum li p {
    color: #6c9a7b;
    line-height: 220%;
    font-weight: bold;
}

.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.other_subalbum li a:hover div:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.subalbum-menu h2 {
    color: #6c9a7b;
}

/*照片頁*/
.pic-list .show_pic {
    padding-bottom: 0;
}

.pic-list .show_pic img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

.other_album {
    display: none;
}


.show-list {
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}


.album_descrip {
    font-size: 24px;
    color: #6c9a7b;
    font-weight: bold;
}

.pic-list .item h6 {
    color: #6c9a7b;
}







@media screen and (max-width: 600px) {

    /*照片頁*/
    .pic-list .item {
        width: 96%;
        margin: 10px 2%;
    }
}

/*相本分類全版面 ( 限制最寬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 #6c9a7b;
}

.promotion_title {
    border-bottom: 1px solid #6c9a7b;
}



@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {}

    #bottom_menu li a em {
        color: #6c9a7b;
    }

    .fa-house::before {
        color: #6c9a7b;

    }

    .fa-credit-card::before {
        color: #6c9a7b;

    }

    .footer.with_shopping_mode {}

    #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);
    }

    /*手機版LOGO設定*/
    .footer_logo {
        margin-left: unset;
        margin: auto;
        text-align: center;
        display: block;
        margin: 0 auto;
        width: 140px;
    }

    .footer_info li p {
        text-align: center;
        color: #fff;
    }

    .footer_info li:nth-child(1)::after {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {

    /*手機板大圖*/
    /*
.swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/.../Banner-03.png) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/.../Banner-04.png) ; background-size:cover;   background-position: center;}
*/

}



.contact_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 50px 20px;
}

.blank_letter {
    padding-top: 0;
    font-size: 26px;
    padding: 30px 0;
    color: #54524D;
    background-position: left bottom;
    background-repeat: no-repeat;
    border-bottom: 1px #54524D solid;
}

.list_before.info li {
    padding-left: 32px;
    color: #54524D;
}

.contact_form li .form__label {
    color: #54524D;
    width: 130px;
    margin-left: 0;
    font-weight: bold;
}

.contact_le_map a {
    background: #958377;
    color: #fff;
}

.contact_form li.last cite {
    background: #bd6262;
    color: #fff;
    width: 220px;
}

.contact_form li.last input[type="submit"] {
    color: #fff;
}

.contact_content .information_left {
    display: none;
    width: 50%;
    margin-bottom: 50px;
}

.contact_content .information_right {
    width: 100%;
    padding: 0;
    max-width: 80%;
    margin: 0 auto;
}

.contact_le_nomap {
    transition: all .5s;
}

.contact_le_nomap:hover {
    filter: grayscale(0);
    transition: all .5s;
}


.contact_form li input.noborder {
    border: none;
    background: #0000000a;
    color: #54524D;
    margin: 0;
    transition: all 0.3s;
}

.contact_form li {
    margin-bottom: 0px;
    border-bottom: 1px solid #54524D3d;
    padding: 10px 0;
    grid-template-columns: 90px 1fr;
    padding-left: 0;
}

/* .contact_form li:nth-child(9) .form__label{
    width: 130px;
    margin-left: -100px;
}
.contact_form li:nth-child(9){
} */
.contact_form li textarea.noborder {
    background: transparent;
    border: 1px #54524D solid;
    color: #54524D;
    transition: all 0.3s;
}

.contact_content form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 20px 50px;
    background: #fff;
    border-radius: 20px;
}

.form__insert input {
    color: #54524D;
}

.contact_form li.last blockquote {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    padding: 7px;
    text-align: center;
    border: 1px #54524D solid;
    width: 150px;
}

.contact_content {
    margin: auto;
    padding: 0px 10px;
    max-width: 1200px;
}


@media screen and (max-width: 1024px) {
    .contact_content .information_right {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .contact_form li.last cite {
        width: 160px;
    }

    .contact_form li .form__label {
        background-color: transparent;
    }

    .contact_form li {
        padding-left: 0;
    }

    .contact_form li .form__label {
        margin-left: 0;
    }

    .contact_content .information_right {
        width: 100%;
        max-width: 100%;
    }

    .contact_content form {
        padding: 20px 30px;
    }
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        background-color: transparent;
    }

    .contact_form li {
        padding-left: 0;
    }

    .contact_form li .form__label {
        margin-left: 0;
    }

    .contact_form li {
        grid-template-columns: 1fr;
    }
}