@charset "utf-8";
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
</style>
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

#content {
    width: 100%;
    min-height: 80vh;
    background: #F8F7F2;
}

#content_main {
    margin: 0;
    padding-left: 10%;

    padding-left: 0;
    width: calc(100% - 195px);
    margin: 0 0 0 auto;
}

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */

/*進場背景*/
body.pageIndex::before {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/greenoutdoor/intro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    pointer-events: none;
    opacity: 1;
    animation: zoom-out-center 5s ease forwards;
    transform-origin: center center;
}

/*進場LOGO*/
@keyframes zoom-out-center {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
body.pageIndex::after {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/greenoutdoor/intro-logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100001;
    pointer-events: none;
    opacity: 1;
    animation: zoom-out-center-delay 4s ease forwards;
    transform-origin: center center;
}

@keyframes zoom-out-center-delay {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1);
    opacity: 0;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*大圖特效*/


.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide {
    padding: 0px !important;
}

.swiper-slide img {
    height: auto;
}

.swiper-pagination {
    display: none;
}

.swiper-slide {
    position: relative;
}
.swiper-banner .swiper-slide img {
    width: 100%;
    max-width: unset;
    height: 100vh;
    display: block;
    object-fit: cover;
    transform: none !important;
}

/*======SLOGAN=======*/
.bannerindex .swiper-slide::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw//Slogan.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    opacity: 1;
    animation: slide-top 1s linear both;
    animation-delay: 2.8s;
}
@keyframes slide-top {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
    .bannerindex .swiper-slide::before{
        display: none;
    }
    .swiper-banner .swiper-slide img {
        height: auto;
    }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*======Header區塊======*/


/*首頁Header*/
.pageIndex .header_area {
    position: fixed;
    width: 10%;
    background: #00000000;
    backdrop-filter: unset;
    transition: all .3s;
    box-shadow: unset;
}

.pageIndex .header_area.sticky {
    width: 10%;
    z-index: 9999;
    background: #00000000;
    backdrop-filter: unset;
    box-shadow: unset;
}
.pageIndex .show_content {
    margin: auto;
    padding: 50px;
}

/*Header*/
.header_area {
    padding: 0px;
    position: fixed;
    z-index: 9999;
    width: 10%;
    height: 100%;
    left: 0;
    top: 0;
    background: unset;
}

.header_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 10%;
    z-index: 9999;
}

.main_header_area .container {
    max-width: 100%;
    margin: auto;
    transition: 0.8s all;
}

.header_area.sticky .main_header_area .container {
    max-width: 100%;
    margin: auto;
}

.pageIndex .navigation {
    position: fixed;
    top: 0;
    left: 0;
    /* width: 11%; */
    max-width: 200px;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-top: 100px;
    z-index: 999;
    background: #0000004d;
    animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 4.5s;
    transition: .5s;
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
      backdrop-filter: saturate(100%) blur(0px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
      backdrop-filter: saturate(100%) blur(10px);
  }
}
.pageIndex .header_area.sticky .navigation {
    background: #566443;
}

.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 23vh; /* 側邊欄寬度 */
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 垂直置中 */
    align-items: flex-start; /* 靠左對齊 */
    padding-left: 20px;
    padding-top: 100px; /* 預留 LOGO 的空間，避免擋住 */
    z-index: 999;
    background: #566443;
}


/*LOGO*/
.nav-header {
    position: fixed;
    top: 0;
    left: 100px;
    transform: translateX(-50%);
    z-index: 999;
    max-width: 100px;
    width: 100%;
    padding: 35px 0 0;
}

.nav-brand {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: auto;
}
.nav-brand img {
    max-width: 100%;
    opacity: 1;
    transition: .8s all;
}



/*選單購物車*/
.me_tp_features {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 3vh;
    left: 0vh;
}
.me_tp_features a {
    font-size: 13px;
    color: #ffffff;
}
.box_search input[type=text] {
    border-radius: 0;
}
.shop_search_btn {
    background: #354065;
    border-radius: 0;
}
.fas, .fa-solid {
    display: inline;
}

.tp_links {
    display: none;
}



/*選單*/
.stellarnav ul {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 60vh;
    justify-content: center;
}

.stellarnav > ul > li > a {
    padding-right: 0;
    padding-left: 20px;
    color: #ffffff;
    text-transform: none;
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    height: 45px;
    margin: 0;
    overflow: hidden;
    text-align: left;
    letter-spacing: 4px;
    font-weight: 500;
    transition: .5s all;
}
.stellarnav > ul > li:nth-of-type(9) > a {
    display: none;
}
.stellarnav > ul > li > a b{
    font-weight:unset;
}
.stellarnav > ul > li > a b:nth-of-type(2) {
    font-size: 12px;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
}
.stellarnav > ul > li > a:hover {
    transition: .5s all;
    letter-spacing: 1px;
}

.stellarnav ul ul {
    top: auto;
    width: 150px;
    height: auto;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: unset;
}

.stellarnav li li {
    display: block;
    border: unset;
    padding: 0px;
    background: #000000;
    transition: 1s all;
    font-weight: 500;
    font-size: 14px;
}

.stellarnav li li :hover {
    background: #1d1d1d;
    color: #ffffff;
    font-weight: 500;
    transition: 1s all;
}
.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: #ffffff;
}
.stellarnav>ul>li:hover>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    background: unset;
}


/*下拉箭頭*/
.stellarnav > ul > li.has-sub > a {
    padding-right: 23px;
}
.stellarnav li.has-sub > a:after {
    content: '';
    margin-left: 10px;
    border-left: 4px solid #ddd77f;
    border-right: 5px solid #ffffff00;
    border-top: 5px solid #ddd77f;
    border-bottom: 5px solid #ddd77f;
    display: inline-block;
    position: absolute;
    top: 45%;
    right: unset;
    left: -5px;
    transform: translateY(-50%);
}

/*次分類箭頭*/
.stellarnav li li.has-sub > a:after {
    margin-left: 10px;
    float: right;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    position: relative;
    top: 4px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.stellarnav li li.has-sub > a:before {
    margin-left: 10px;
    float: right;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    position: relative;
    top: 4px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
/*首頁文章*/
.module_i_news .title_i_box {
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.module_i_news .title_i_box h4 {
    font-size: 55px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
}
.module_i_news .title_i_box h6 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 5px;
    color: #ffffff;
}
.module_i_news ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.module_i_news li a {
    position: relative;
    display: flex;
    grid-gap: 10px;
    flex-direction: column;
    width: 100%;
}
.i_blog_ri h5 {
    font-weight: 500;
    font-size: 23px;
    color: #ffffff;
    letter-spacing: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.i_blog_ri em {
    font-size: 14px;
    color: #ffffff;
    font-style: normal;
    display: block;
    margin: 7px 0;
}
.i_blog_ri p {
    font-size: 15px;
    color: #e5dab4;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
}
.module_i_news li a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: rgb(0 0 0 / 38%);
    opacity: 0;
    border: unset;
    transition: all .6s;
}
.module_i_news li a:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    transition: all .6s;
}

/*首頁商品*/
.i_prod_tit, .i_video_tit {
    text-align: center;
    display: none;
}
.prod_part {
    padding: 0px 20px;
}
.pageIndex .productsListBox, .productsListBox.swiper {
    margin: 0px auto;
    padding: 30px 0 0;
}
.i_prod_b {
    padding-bottom: 50px;
}
.animated-arrow {
    background: #566443;
}
/*=============================*/

@media screen and (max-width: 1366px) {
    .pageIndex .header_area.sticky::before {
        width: 60%;
        /* 寬度展開，形成從左到右的效果 */
    }


}

@media screen and (max-width: 1200px) {
    .pageIndex .header_area.sticky::before {
        width: 70%;
        /* 寬度展開，形成從左到右的效果 */
    }
}


@media screen and (max-width: 1024px) {

    .main_header_area .container {
        max-width: 100%;
        margin: auto;
        transition: 0.8s all;
    }
    .nav-brand {
        width: 96px;
    }
    .stellarnav ul {
        height:55vh;
    }
    .stellarnav>ul>li>a {
        font-size: 14px;
        font-weight: 500;
    }

}

@media only screen and (max-width: 768px) {
    #content_main{
        width: 100%;
    }
    .pageIndex .header_area {
        position: sticky;
        width: 100%;
        height: 12VH;
        background: #566443;
        backdrop-filter: unset;
        transition: all .3s;
        box-shadow: unset;
    }
    .pageIndex .header_area.sticky {
        position: sticky;
        width: 100%;
        height: 12VH;
        background: #566443;
        backdrop-filter: unset;
        box-shadow: unset;
}
    .pageIndex .navigation {
        position: fixed;
        top: 0;
        left: 0;
        max-width: 100%;
        width: 100%;
        height: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-left: 20px;
        padding-top: 93px;
        z-index: 999;
        background: #00000000;
        animation: none;
        transition: .5s;
    }  
    .header_area {
        position: sticky;
        width: 100%;
        height: 12VH;
        background: #566443;
        backdrop-filter: unset;
        box-shadow: unset;
    }
    .header_area.sticky {
        position: sticky;
        width: 100%;
        height: 12VH;
        background: #566443;
        backdrop-filter: unset;
        box-shadow: unset;
    }
    .navigation {
        position: fixed;
        top: 0;
        left: 0;
        max-width: 100%;
        width: 100%;
        height: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-left: 20px;
        padding-top: 93px;
        z-index: 999;
        background: #00000000;
        animation: none;
        transition: .5s;
    }
    .nav-header {
        left: 45px;
        top: 10px;
        padding: 7px;
        max-width: 80px;
    }
    .nav-brand {
        width: 80px;
    }

    .me_tp_features {
        text-align: right;
        padding-right: 80px;
    }
    .me_tp_features a.tp_btn_cart span span {
        display: none; /* 購物車文字隱藏 */    
    }
    .me_tp_features a.tp_btn_notice {
        display: none; /* 匯款通知隱藏 */
    }
    .box_search input[type=text] {
        -webkit-appearance: textfield;
        /* -webkit-box-sizing: content-box; */
        background: url(https://pic03.eapple.com.tw/greenoutdoor/search-icon-01.svg) no-repeat 9px center #566443;
        border: solid 1px #ccc;
        padding: 5px 45px 5px 32px;
        line-height: 1.2;
        /* width: 110px; */
        width: 100%;
        max-width: 10px;
        border-radius: 10em;
        transition: all .5s;
        outline: none;
        height: auto;
    }
    .shop_search_btn {
        display: none;
    }

    .main_header_area .container {
        max-width: 100%;
        margin: auto;
        transition: 0.8s all;
    }

    .header_area.sticky .main_header_area .container {
        max-width: 100%;
        margin: auto;
    }
    
    /*漢堡*/
    .stellarnav.mobile {
        position: absolute;
        left: unset;
        right: 20px;
        top: 30px;
        width: auto;
        display: inline-block;
    }

    .stellarnav .menu-toggle span.bars span {
        display: block;
        width: 30px;
        height: 2px;
        border-radius: 6px;
        background: #ffffff;
        margin: 0 auto 4px;
        transition: transform 0.4s ease, opacity 0.4s ease;
    }
    /*open*/
    .stellarnav.active .menu-toggle span.bars span:nth-child(1) {
        transform: rotate(35deg) translateY(8px);
        transition-delay: 0.3s;
        /* 第一條線立刻開始 */
    }
    
    .stellarnav.active .menu-toggle span.bars span:nth-child(2) {
        opacity: 0;
        transition-delay: 0s;
        /* 第二條線稍後開始 */
    }
    
    .stellarnav.active .menu-toggle span.bars span:nth-child(3) {
        transform: rotate(-35deg) translateY(-7px);
        transition-delay: 0.3s;
        /* 第三條線再晚開始 */
    }
    .header_area.sticky .stellarnav .menu-toggle span.bars span {
        background: #ffffff;
    }
    .stellarnav .menu-toggle:after {
        display: none;
    }
    


    /*左滑出現*/
    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
      left: unset;
      right: 0;
      font-size: 0;
      max-width: 100%;
      height: auto;
      padding: 50px 15px;
      left: -100vw;
      overflow: hidden;
      transition: all .5s ease;
    }
    /*關*/
     .stellarnav.mobile.left.active > ul{
        display: block !important;
        left: 0;
        max-width: 75%;
        background: #000000eb;
        border-right: unset;
        border-radius: 0;
        overflow-y: auto;
    }
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        display: none;
        text-align: right;
        font-size: 0;
        background: unset;
    }

    .stellarnav.mobile li.open {
        background: unset;
        padding: 3px;
    }
    
    .stellarnav.mobile > ul > li{
        border-bottom:unset
    }
    .stellarnav .icon-close:before {
        content: '';
        display: block;
        width: 15px;
        height: 0px;
        border-bottom: solid 2px #ffffff;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
    }
    .stellarnav .icon-close:after {
        content: '';
        display: block;
        width: 15px;
        height: 0px;
        top: 50%;
        border-bottom: solid 2px #ffffff;
        position: absolute;
        transform: rotate(-45deg);
    }
    .stellarnav.mobile li a {
        border-bottom: unset;
    }

    .stellarnav.mobile>ul>li>a {
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 150%;
        display: flex;
        color: #ffffff;
        padding: 20px 40px 10px 30px;
        flex-direction: column;
        border-bottom: unset;
    }
    .stellarnav.mobile ul ul {
        height: auto;
        background: UNSET;
    }
    .stellarnav.mobile li.open li.open {
        background: #000;
    }
    .stellarnav.mobile .prod_classes > li > ul li a {
        color: #566443;
        padding: 5px 0;
    }
    .stellarnav li li :hover{
        background: unset;
    }
            
/*隱藏電腦版下拉箭頭*/
    .stellarnav li.has-sub > a::before{
        display:none;
    }
/*手機板下拉箭頭*/
    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 18px 0;
        position: absolute;
        text-align: center;
        z-index: 999;
        top: 11px;
    }
    .stellarnav a.dd-toggle .icon-plus:before {
        content: '';
        display: block;
        width: 12px;
        height: 0px;
        border-bottom: unset;
        position: absolute;
        top: 50%;
        transform: rotate(44deg);
        transition: width 0.3s;
    }

    .stellarnav a.dd-toggle .icon-plus:after {
        content: '';
        display: block;
        width: 10px;
        height: 0px;
        top: 50%;
        border-left: 5px solid #ddd77f;
        border-right: 5px solid #ffffff00;
        border-top: 5px solid #ddd77f;
        border-bottom: 5px solid #ddd77f;
        position: absolute;
    }
    .stellarnav li.open > a.dd-toggle .icon-plus {
        transform: rotate(90deg);
    }

}

@media only screen and (max-width: 600px) {
    
    .stellarnav.mobile {
        position: absolute;
        left: unset;
        right: 20px;
        top: 30px;
    }

    .module_i_news {padding: 20px 20px;}
    .module_i_news .title_i_box {align-items: center;}
    .module_i_news .title_i_box h4 {
        font-size: 40px;
        font-weight: 600;
    }
    .module_i_news .title_i_box h6 {font-size: 18px;}
    .module_i_news ul {
        list-style: none;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        }
    .module_i_news li a {
        display: flex;
        flex-direction: row;
    }
    .module_i_news li {
        display: block;
        width: 100%;
        border-bottom: unset
    }
    .module_i_news li a:before {font-size: 12px;}
    .i_blog_le {width: 70%}
    .i_blog_ri h5 {font-size: 18px;}
    .i_blog_ri p {font-size: 12px;}
}

@media only screen and (max-width: 570px) {
    .me_tp_features {
        padding-right: 55px;
    }
    .me_tp_features a.tp_btn_cart {
        display: inline-block;
    }
    .stellarnav.mobile {
        top: 40px;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*======Footer區塊======*/
.footer_info ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/*浮動按鈕隱藏*/
.linksBtn {
    display: none;
}

/*隱藏首頁*/
.footer_menu a:nth-of-type(1) {
    display: none;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content {width: 100%;display: flex;flex-wrap: wrap;align-items: flex-start;align-content: flex-start;padding: 30px;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#b27a57;}
.product-layer-two > li {width:100%;max-width:100%;padding:0;text-align:left;border-bottom:1px dotted #ccc;padding-bottom: 5px;transition: .3s;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before {content: "";position: absolute;width: 9px;height: 8px;background: transparent;left: 0;margin-left: -20px;top: 50%;margin-top: -4px;clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#b27a57;}

.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;}


.products-list {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
.product-layer-two li a {
    position: relative;
    border: unset;
    background: unset;
    padding: 14px 16px;
    display: block;
    font-size: 16px;
    color: #666;
}
.product-layer-two li i {
    position: absolute;
    right: 0;
    top: 8px;
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.fa-circle-plus::before {
    content: '';
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--FontColor) var(--FontColor);
    transform: rotate(45deg);
}
.product-layer-two li i.close::before {
    content: '';
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--FontColor) var(--FontColor);
    transform: rotate(45deg);
}
.product-layer-two li.active a {
    font-weight: bold;
    border: unset;
    background: #f3f3f39c;
}


.products-list .name {
    font-size: 16px;
    color: #444;
    letter-spacing: 1px;
    margin-top: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2em;
    text-align: center;
    height: auto;
}
.products-list .price {
    margin:  0;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column-reverse;
}
.products-list .price .sp_price {
    text-align: center;
}

/*價格顏色*/
.products-list .price b {
    color: #444;
    font-weight: 500;
    font-size: 15px;
    width: calc(50% - 10px);
}
.products-list .price .sp_price {
    text-align: center;
    color: #b30101;/*特價*/
}

.products-list .more {
    border: 1px solid #b27a54;
    color: #b27a54;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    display: none;
}
/*hover放大*/
.products-list .pic:hover img {
    transition: all 0.3s;
    transform: scale(1.1);
}

/*第二層*/
.product-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.product_main {
    width: 60%;
    max-width: 700px;
    padding: 0;
}
.sidebarBtn {
    padding: 5vh;
    display: inline-block;
    border: unset;
    background: #ffffff00;
    width: 50%;
}
.sidebarBtn .sp_price {
    display: block;
    color: #566443;
    font-size: 22px;
    font-weight: bold;
}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {
    display: block;
    width: 100%;
    border-radius: 0px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
}
.inquiry_a1 {
    background: #566443;
}
.inquiry_a2 {
    background: #354065;
}
.inquiry_a3 {
    background: #566443;
}
.prod_tabs {
    margin-top: 80px;
    width: 100%;
}

.prod_related {
    background: unset;
    border-top: unset;
    margin-left: 23vh;
    padding: 0;
}
.prod_related h6 {
    display: none;
}
.related_list li a {
    display: block;
    padding: 4px;
    background: unset;
    height: 100%;
}
.lastPage {
    font-size: 16px;
    color: #fff;
    background: #566443;
    border-radius: 0px;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 130px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .products-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.product_main {
    width: 100%;
    max-width: 700px;
    padding: 0;
}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;font-size: 18px;background: #f3f3f3ab;padding: 10px;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list {order: 2;gap: 10px;}
.product_menu_list>h5 {
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 10px;
    padding-right: 1.2em;
    position: relative;
    color: #666;
    display: none;
}
.products-list {
    grid-template-columns: 1fr 1fr;
}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
/*第二層*/
 .mobile_product_name {
    display: none;
    margin-bottom: 10px;
    }

.sidebarBtn {
    width: 100%;
    padding: 0;
}
.prod_related {
    margin-left: 0vh;
    padding: 50px;
}
.related_list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
    
.show_content {
    margin: auto;
    padding: 30px;
}
    
}


@media screen and (max-width: 600px) {
    .products-list .price b {
        width: 100%;
        text-align: center !important;
    }    
}
@media screen and (max-width: 480px) {
    .products-list .price b {
        width: 100%;
        text-align: center !important;
        font-size: 16px;
        font-weight: 500;
    }  
    .show_content {
        margin: auto;
        padding: 15px;
    }
    .products-list .name {
        font-size: 14px;
        height: auto;
    }
    .products-list .price b {
        width: 100%;
        text-align: center !important;
        font-size: 16px;
        font-weight: 500;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*內頁BANNER 設定*/
.banner {
    height: 424px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0px;
    background-size: cover !important;
    margin-left: 23vh;
}
.banner h5 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 8px;
    width: 100%;
    padding-top: 20vh;
}

.banner.banA {
    background: url(https://pic03.eapple.com.tw/greenoutdoor/banner01.jpg)center top;
}
.banner.banF {
    background: url(https://pic03.eapple.com.tw/greenoutdoor/banner02.jpg)center top;
}
.article_b .banner.banblog {
    background: url(https://pic03.eapple.com.tw/greenoutdoor/banner03.jpg)center top;
}
.article_a .banner.banblog {
    background: url(https://pic03.eapple.com.tw/greenoutdoor/banner04.jpg)center top;
}
.banner.banC {
    background: url(https://pic03.eapple.com.tw/greenoutdoor/banner05.jpg)center top;
}

.banner.banB {display: none;}

.banner.banD {}
.banner.banE {
    display: none;
}

@media screen and (max-width: 1024px) {
    .banner h5 {
    }
}


@media screen and (max-width: 768px) {
    .banner h5 {
    padding-top: 0;
    }

    .banner {
        padding: 70px 0;
        height: 105px;
        margin-left: 0;
    }
}

@media screen and (max-width: 600px) {
    .banner h5 {}
}

@media screen and (max-width: 480px) {

    .banner h5 {
        right: 23%;
        top: 100%;
    }

    .banner {
        padding: 70px 0;
        display: none;
    }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*文章設定*/
.blog_box {
    min-height: 20vw;
    padding: 30px;
}
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: solid 1px #ccc;
    border-radius: 0;
    padding: 10px 35px 10px 10px;
}
.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: 1px #ccc solid;
    overflow: hidden;
}

/*隱藏標題*/
h5.blog_le_t {
    display: none;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #566443 !important;
}
.blog_subbox {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(380px, 1fr));
    grid-gap: 30px;
}
.subbox_item {
    width: 100%;
    padding: 0 0 25px 0;
    border-bottom: unset;
}
.subbox_item a {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    grid-gap: 20px;
}

/*第二層*/
.blog_shareData {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 20px;
}

.news_related_list li {
    display: block;
    padding: 0px;
}
h4.blog_category_title {
    color: #333;
    font-size: 30px;
    padding: 4px 0;
    margin-bottom: 0;
    text-align: left;
}
.blog_box_edit * {
    line-height: 150%;
    text-align: left;
}
.blog_back a.article_btn_back {
    background: #354065;
}

.blog_back a.article_btn_prev {
    background: #566443;
}

.blog_back a.article_btn_next {
    background: #566443;
}
.lastPage {
    font-size: 16px;
    color: #fff;
    background: #566443;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 130px;
    text-align: center;
}

.news_related h6 {
    display: none;
}
.news_related {
    background: #ffffff;
    padding: 25px 15px;
    margin-left: 23vh;
}
.news_related_list li a {
    display: block;
    padding: 4px;
    background: unset;
    height: 100%;
    text-align: justify;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
    .blog_subbox {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        padding: 12px;
    }
    .blog_list_ri h5 {
        font-weight: 500;
        font-size: 17px;
        color: #000;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
    }

    /*第二層*/
    h4.blog_category_title {
        color: #333;
        font-size: 30px;
        padding: 4px 10px;
        margin-bottom: 0;
        text-align: left;
    }
    .blog_shareData {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .blog_box_edit * {
        line-height: 150%;
        max-width: 100%;
        width: 100%;
    }

    .blog_box {
        min-height: 20vw;
        padding: 0px;
    }
}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 480px) {
    .blog_subbox {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        padding: 20px;
    }
    .subbox_item a {
        grid-template-columns: 1fr;
    }
    h4.blog_category_title {
        display: none;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相本分類全版面 ( 限制最寬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;}
*/
.album_info_page .show_content {
    padding: 100px;
}
.pic-list {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 20px;
}
.pic-list .show_pic img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.show-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.show-list .show_name {
    font-size: 17px;
    color: #333;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 26px;
    text-align: center;
}

.show-list .item:hover .show_name {
    color: #c8b29c;
    letter-spacing: 9px;
}

.other_album_choice li {
    background: #9a856c;
    font-size: 15px;
    display: inline-block;
    border-radius: 0;
    padding: 7px 20px;
    margin: 0 7px 7px 0;
}
/*相本列表
.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 * {  color: #4c4c4c ;}
.promotion_title em {border: unset;padding: 0;}
.promotion_title span {border: unset;padding: 0;}
.promotion_title h2 {  display: block;  font-size: 30px;}

.other_promotion li {
    font-size: 13px;
    line-height: 20px;
    color: #566443;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-left: -3px;
}
.other_promotion {
    list-style: none;
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    grid-gap: 30px;
    padding: 0 100px;
}
.other_promotion li a {  border: none; border-top: 1px solid #e5e5e5;   }
.other_promotion li a:hover {  background: none;}
.other_promotion li a:before {border: 2px #566443 solid;border-bottom: none;border-right: none;border-left: none;}
.other_promotion li a:after { display: none;}

@media screen and (max-width: 768px) {
    .other_promotion li {
        font-size: 13px;
        line-height: 20px;
        color: #666;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-left: -3px;
    }
}

@media screen and (max-width: 480px) {
    .other_promotion {
        list-style: none;
        display: grid;
        margin: 0 auto;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        grid-gap: 15px;
    }
    .other_promotion li {
        font-size: 13px;
        line-height: 20px;
        color: #666;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-left: -3px;
    }
    .promotion_title h2 {
        font-size: 22px;
    }
    
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*表單功能*/

.contact_content {
    margin: auto;
    padding: 100px;
}
.contact_editbox {
    margin: auto;
    padding: 0;
}
.contact_le_nomap {
    height: 35vh;
}
.info_TEL:before,
.info_TEL2:before,
.info_PHONE:before,
.info_LINE:before,
.info_FAX:before,
.info_TAXID:before,
.info_MAIL:before,
.info_ADD:before,
.info_ADD2:before {
    position: absolute;
    display: block;
    width: 35px;
    left: 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
}
.blank_letter {
    font-family: 'Josefin Sans', 'sans-serif', '微軟正黑體';
    padding-top: 30px;
    font-size: 26px;
    color: #444;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.contact_form li.last blockquote {
    color: #666;
    background: #ffffff;
}

.contact_form li.last cite {
    background: #566443;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        width: 100%;
        margin-left: 0;
        text-align: left;
        font-weight: bold;
        padding: 5px;
        background: rgb(130 130 130 / 15%);
    }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */

.right_member_in {
    position: fixed;
    top: 25%;
    right: 0;
    width: 30px;
    background: #ffffff;
    border: unset;
    padding: 7px;
    text-align: center;
    z-index: 10000;
    opacity: 0; /* 一開始隱藏 */
    animation: fadeIn 1s ease forwards;
    animation-delay: 5s; /* 延遲 4 秒再執行 */
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.path {
    padding: 0 10px;
    display: none;
}

.main_part {
    max-width: 100%;
    padding: 0 0px;
    padding-left: 210px !important;
}
    @media screen and (max-width: 768px) {
        .main_part {
            padding-left: 0 !important;
        }
    }

/*下拉分頁*/
.other_select_page .banner.banA {display: none;}
.other_select_page .other_promotion {display: none;}
.other_select_page .show_content .promotion_title {display: none;}

@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: none;
    }

    .footer.with_shopping_mode {
        /* padding: 0; */
    }

    #to_top {
        bottom: 60px;
    }
}

@media screen and (max-width: 600px) {}
/*END*/