@charset "utf-8";


/*banner固定設定*/
/*#content_main{margin-top: 100vh;}*/
.pageIndex .header_area{top: 0;}

.bannerindex .swiper-slide:nth-child(1)::before{
    content: "";
    display: block;
    position: absolute;
    top: 0%;
    right: 0%;
    background: url(https://pic03.eapple.com.tw/kimlaiseng/banner-01.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;}

    .bannerindex .swiper-slide:nth-child(2)::before{
        content: "";
        display: block;
        position: absolute;
        top: 0%;
        right: 0%;
        background: url(https://pic03.eapple.com.tw/kimlaiseng/banner-02.png);
        width: 100%;
        max-width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10000;}


.bannerindex .swiper-slide.swiper-slide-active:before {animation: slide-fade-in 3s 0.3s both;}

/*上升特效*/
@keyframes slide-top {
    0% {-webkit-transform: translateY(100%);  /* 一開始的位置 在Y-100(最下方)*/
              transform: translateY(100%);
              opacity:0;/*透明度0*/}
    100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在Y-0(最上方)*/
              transform: translateY(0);
              opacity:1;/*透明度顯示*/}
    }
  
    @keyframes fade-in-elegant {
      0% {
          opacity: 0;
          transform: translateY(20px); /* 從下方滑入 */
      }
      100% {
          opacity: 1;
          transform: translateY(0); /* 最終位置 */
      }
  }
  
  @keyframes slide-fade-in {
      0% {
          opacity: 0;
          transform: translateX(-20px); /* 從左側滑入 */
      }
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes fade-in-bck {
      0% {
        -webkit-transform: translateZ(150px);
                transform: translateZ(150px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
      }
    }
    @keyframes fade-in-bck {
      0% {
        -webkit-transform: translateZ(150px);
                transform: translateZ(150px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
      }
    }

@media screen and (max-width: 1600px) {
    .bannerindex .swiper-slide:nth-child(2):before {
    top: -5%;
    }}

@media screen and (max-width: 1500px) {
    .bannerindex .swiper-slide:nth-child(2):before {width: 80%;top: -10%;}
}

@media screen and (max-width: 1024px) {.bannerindex .swiper-slide:nth-child(2):before {width:100%;top: 0%;}}


    @media screen and (max-width: 768px) {
          .bannerindex {
        position: relative;
        height: 0;}
      .stellarnav li li > a , .stellarnav li li.has-sub > a{padding:20px 10px 20px 40px;border-left:none;}
      .stellarnav li li:last-of-type {border-bottom-width: 0;}
      .header_area.sticky .stellarnav ul ul {left: 5%;}
      .stellarnav.mobile.left > ul {max-width: unset;}
      .stellarnav > ul > li > a {margin: 70px 20px 0;}
      }
.bannerindex .swiper-pagination, .stellarnav li.has-sub > a:after {display: none;}
/* 商品下拉超過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;
}

.stellarnav > ul > li > a:not(.dd-toggle):before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.main_part {
    padding: 10px 10px 10px;
}
#content {
    width: 100%;
    min-height: 80vh;
    background: #222;
}

/*會員*/
.right_member_in {
    position: fixed;
    top: 50%;
    right: 0;
    width: 30px;
    background: #fff;
    border: 1px #ccc solid;
    padding: 7px;
    text-align: center;
    z-index: 10000;
}

/*======Header區塊======*/


/*首頁Header*/
.pageIndex .header_area {
    position: fixed;
    width: 100%;
    background: transparent;
    box-shadow: unset;
    transition: all .3s;
}
.pageIndex .header_area.sticky {
    width: 100%;
    z-index: 9999;
    background: transparent;
    box-shadow: unset;
}


.pageIndex .main_header_area .container {
    transition: 1.2s all;
    opacity: 0;
    margin: 0;
}
.pageIndex .header_area.sticky .main_header_area .container {
    display: block;
    margin: 1vw 5vw;
    background: #326348;
    border-radius: 10vw;
    opacity: 1;
}
/*Header*/
.header_area {
    position: sticky;
    width: 100%;
    background: #326348;
    
    padding: 0;
}

.header_area.sticky {
    width: 100%;
    z-index: 9999;
    background: #326348;
    
}

.main_header_area .container {
    max-width: 100%;
    margin: auto;
    transition: 0.8s all;
    background: rgb(255, 255, 255);
}

.header_area.sticky .main_header_area .container {
    max-width: 100%;
    margin: auto;
}

.navigation {
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
    position: relative;
    padding: 0px;
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-gap: 0;
    margin-top: 0;
}
.nav-header {
    z-index: 123;
    top: 0;
    left: 0;
    max-width: 250px;
    margin: 0;
    width: 100%;
    grid-row: 1 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-brand {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 250px;
}
.stellarnav li {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px 1%;
    position: relative;
    line-height: normal;
    vertical-align: middle;
    text-align: left;
}

.stellarnav>ul>li>a {
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    margin: 30px 5px 0;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 4px;
    transition: all 0.5s;
}

.stellarnav>ul>li>a:hover {
    color: #ffffff82;
}
.stellarnav ul ul {
    top: auto;
    left: 9px;
    width: 160px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    background: unset;
}

.stellarnav li li {
    display: block;
    border: unset;
    border-bottom-width: 0;
    padding: 0px;
    background: #ffffff;
    transition: 1s all;
    font-weight: 500;
    border-radius: 8px;
    margin: 5px 0 0 0;
    letter-spacing: 3px;
}
.stellarnav li a {
    padding: 7px 15px;
    display: block;
}
.stellarnav li li :hover {
    background: #f6e4d0;
    color: #00457c;
    transition: 0.5s all;
    border-radius: 8px;
}
.stellarnav>ul>li:hover>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    background: unset;
}
.stellarnav li.has-sub>a:after {
    content: '▼';
    margin-left: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
    border-left: unset;
    border-right: unset;
    border-top: unset;
}
.stellarnav li.drop-left li.has-sub > a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-left: unset;
    border-right: unset;
    border-top: unset;
}

/*==========選單購物車==========*/
.me_tp_features {
    width: 100%;
    height: auto;
    text-align: right;
    margin: auto;
}

.tp_links {
    display: none;
}

.me_tp_features a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 14px;
    color: #ffffff;
}

.shop_search_btn {
    background: #d58e46;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 12px;
    cursor: pointer;
    height: 100%;
}
.fas, .fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    display: inline-block;
}


/*首頁文章*/

.module_i_news .title_i_box h4 {
    font-size: 25px;
    color: #00477d;
    font-weight: 800;
}
.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: #00477d;
    transition: all .6s;
}
.animated-arrow {
    background: #00477d;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    /* margin-left: auto; */
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 250px;
    /* padding-left: 5%; */
    text-align: center;
    position: relative;
    border-radius: 50px;
}

/*=============================*/


@media screen and (max-width: 1024px) {
    .navigation {
        width: 100%;
        position: relative;
        padding: 10px;
        display: grid;
        grid-template-columns: 160px 1fr;
        grid-gap: 0 20px;
        margin-top: 0;
    }
    .nav-header {
        z-index: 123;
        top: 0;
        left: 0;
        max-width: 160px;
        width: 100%;
        grid-row: 1 / span 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }
    .nav-brand {
        display: block;
        max-width: 100%;
        width: 110px;
        margin: 0;
    }
    .stellarnav ul {
        text-align: right;
    }

}

@media only screen and (max-width: 768px) {
    .navigation {
        width: 100%;
        position: relative;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }


    .nav-brand {
        width: 100px;
    }

    .me_tp_features {
        text-align: center;
    }
    .stellarnav.mobile {
        position: absolute;
        right: 0;
        top: 17px;
        width: auto;
        display: inline-block;
    }
    .stellarnav .menu-toggle span.bars {
        display: inline-block;
        text-align: center;
        position: relative;
        top: 3px;
        right: -15px;
    }
    .stellarnav .menu-toggle span.bars span {
        display: block;
        width: 30px;
        height: 2px;
        background: #E3A864;
        margin: 0 auto 6px;
    }
    .stellarnav .menu-toggle span.bars span:nth-of-type(1) {
        transform: rotate(-6deg);
    }
    .stellarnav .menu-toggle span.bars span:nth-of-type(3) {
        transform: rotate(6deg);
    }

    /*隱藏MENU*/
    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 10px;
        color: #ffffff;
        display: block;
        transform: scale(0.9);
        display: none;
    }
    
    /* 導覽列展開 */
    .stellarnav.mobile.left > ul {
        left: unset;
        right: 0;
        font-size: 0;
        max-width: 100%;
        padding: 0 15px;        
        /*左滑出現*/
        left: -100vw;
        overflow: hidden;
        transition: all .5s ease;
    }
    .stellarnav.mobile.left.active > ul{        
        display: block !important;
        left: 0;
        max-width: 50%;
        background: #000000eb;
    }

    .stellarnav.mobile.left .close-menu {
        display: inline-block;
        text-align: right;
        font-size: 0;
        background: unset;
        padding: 20px;
    }
    .stellarnav .icon-close:before {
        content: '';
        display: block;
        width: 24px;
        height: 0px;
        border-bottom: solid 1px #ffffff;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
    }
    .stellarnav .icon-close:after {
        content: '';
        display: block;
        width: 24px;
        height: 0px;
        border-bottom: solid 1px #ffffff;
        position: absolute;
        top: 50%;
        transform: rotate(-45deg);
    }
    .stellarnav li {
        list-style: none;
        display: block;
        margin: 0px;
        padding: 0;
        position: relative;
        line-height: normal;
        vertical-align: middle;
        text-align: left;
        border-left: unset;
    }
    .stellarnav.mobile > ul > li {
        display: block;
        border-bottom: unset;
    }
    .stellarnav.mobile>ul>li>a {
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 200%;
        display: block;
        color: #ffffff;
        font-weight: 500;
        border-bottom: unset;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 18px 0;
        position: absolute;
        text-align: center;
        z-index: 999;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        content: '';
        display: block;
        width: 15px;
        height: 0px;
        border-bottom: solid 2px #ffffff;
        position: absolute;
        top: 50%;
        transform: rotate(90deg);
        transition: width 0.3s;
    }

    .stellarnav a.dd-toggle .icon-plus:after {
        content: '';
        display: block;
        width: 15px;
        height: 0px;
        top: 50%;
        border-bottom: solid 2px #ffffff;
        position: absolute;
    }

    .stellarnav li li :hover {
        font-weight: 900;
    }

    /*下拉選單*/
    .stellarnav.mobile li.open {
        background: unset;
        padding: 3px;
    }
    .stellarnav.mobile ul {
        background: unset;
    }
    .stellarnav li li {
        display: block;
        border: unset;
        border-bottom-width: 0;
        padding: 0px;
        background: unset;
        transition: 1s all;
        font-weight: 500;
        border-radius: 8px;
        margin: 5px 0 0 0;
        letter-spacing: 3px;
        color: #ffffff;
        font-size: 15px;
    }
    .stellarnav li a {
        padding: 7px 10px;
        display: block;
        color: #a7a7a7;
    }

    /*漢堡鈕選單*/
    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 50%;
        max-width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 9999;
        border-right: unset;
        box-shadow: 4px 2px 10px 0px #2f2f2fad;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 20px 10px 10px;
    }    }


@media only screen and (max-width: 570px) {

    .stellarnav.mobile {
        position: absolute;
        left: -15px;
        top: 13px;
        width: auto;
        display: inline-block;
    }

    .me_tp_features {
        text-align: center;
    }
    .me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {
        display: inline-block;
    }
    .box_search {
        display: none
    }
    .stellarnav.mobile {
        position: absolute;
        left: 8px;
        top: 24px;
        width: auto;
        display: inline-block;
    }

}

/*Footer/＝＝＝＝＝*/
.center {   max-width: 1000px;}
.footer{
	background-image: url(https://pic03.eapple.com.tw/kimlaiseng/footer-03.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
	padding:150px 0 50px;
	}
.footer_info li p {color: #fff;}
a { color: #fff;}
.footer_logo img { width: 100%;}
.footer_logo {    width: 200px;}
.footer_info {    display: flex;flex-wrap: wrap;    align-items: flex-start; justify-content: space-evenly;    padding-right: 0;}
.footer_info ul{ display: flex; width: calc(100% - 260px);}
.footer_info li{    width: 49%;}
p.line {display: none;}
.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(110px,100%), 1fr));    gap: 5px;     max-width: 250px;}/*footer按鈕最小寬度100px*/
.footer_menu a {  
	margin: 0;
    text-align: center;
    padding: 5px;
    transition: all 0.3s;
    border-radius: 99em;
    color: #326348;
    background: #ffffff94;
    border: 2px #8ab855 solid;
	}
.footer_menu a:hover {    background: #f9bd00;}
/*回首頁按鈕刪除
.footer_menu a:nth-child(1){display: none;}*/
.copy {    background: none;    color: #ffffff92;	border:none;}
.copy a{        transition: all 0.3s;    color: #ffffff;}
.box_link {display: none;}
.box_link a{    
	transition: all 0.3s;
    color: #c7b09b;
    font-size: 27px;
    border: 0;
    padding: 0;
	}
.box_link a:hover { background: #ada17e00;    color: #F05A24;}
a.me_tp_call, a.me_tp_line{  display: none;}


/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*Footer/＝＝＝＝＝*/
.footer_logo {    text-align: center;     margin-bottom: 0;}
#to_top { bottom:60px;}
.footer.with_shopping_mode { padding:30px 0 60px; }
.footer_info{    flex-direction: column;}
.footer_info ul{    
    width: 100%;
	max-width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;}
.footer_info li {   width: 100%;     padding: 10px 0 0;}
.footer_menu{    max-width: 500px;    margin: auto;}
}

