@charset "utf-8";

/* 開場動畫 */

.pageIndex  #page{position: relative;}


.pageIndex #page::after {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/0902103953/logo.png);
    background-size: cover;
    width: 300px;
    height: 79px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000000000000000001;
    pointer-events: none;
    animation: banner-logo 2.24s forwards;
}
.pageIndex #page::before {
    content: "";
    display: block;
    background: #fff;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1000000000000000000000;
    animation: banner-bg 2.1s forwards;

}

@keyframes banner-logo {
    0% {
        opacity: 0;
        filter: blur(0);
    }

    25% {
        opacity: 1;
        filter: blur(0);
    }

    50% {
        filter: blur(0);
        opacity: 1;
    }
	65% {
        filter: blur(0);
        opacity: 0.8;
    }

    75% {
        filter: blur(10);
        opacity: 0.5;
    }
	85% {
        filter: blur(10);
        opacity: 0.2;
    }

    100% {
        filter: blur(10);
        opacity: 0;

    }
}

@keyframes banner-bg {
    0% {}

    50% {}

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


@media screen and (max-width: 768px) {
/* 行動裝置相容性調整 大圖調整 */
.swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}
}

/*首頁header*/
.pageIndex .header_area {
    position: fixed;
    background: transparent;
    top: 22px;
    transition: .5s;
}

.pageIndex .stellarnav > ul > li > a {
    background: transparent;
    color: #3A3729;
    padding: 5px 15px;
    letter-spacing: 1px;
    transition: .5s;
}


.pageIndex .stellarnav > ul > li > a:hover {
    color: #9f834e;
    transition: .5s;
    font-weight: 500;
    letter-spacing: 2px;
}

.pageIndex .stellarnav > ul > li.has-sub > a {
    padding: 5px 15px;
}


/*首頁header sticky*/

.pageIndex .header_area.sticky {
    top: 25px;
    transition: .5s;
}

.pageIndex .header_area.sticky .main_header_area .container {
    margin: auto;
    background: #fff;
    padding: 10px 30px;
    transition: .5s;
    border-radius: 25px;
}

.pageIndex .header_area.sticky .nav-header{
    top: -3px;  transition: .5s;
}

.pageIndex .header_area.sticky .nav-brand {
    margin-left: 20px;
    transition: .5s;
    width: 165px;
}

/*首頁header*/
.pageIndex .header_area {
    position: fixed;
    background: transparent;
    top: 10px;
	buttom:10px;
    transition: .5s;
}

.stellarnav > ul > li > a {
    background: transparent;
    color: #3A3729;
    padding: 5px 15px;
    letter-spacing: 1px;
    transition: .5s;
}

.stellarnav ul {
   PADDING-TOP: 4PX;
}
 .stellarnav > ul > li > a:hover {
    color: #9f834e;
    transition: .5s;
    font-weight: 500;
    letter-spacing: 2px;
}

.pageIndex .stellarnav > ul > li.has-sub > a {
    padding: 5px 15px;
}



.header_area {  
   background: #fff;height: 80px;
    
}
 .header_area.sticky {
    top: 25px;
    transition: .5s;
}

 .header_area.sticky .main_header_area .container {
    margin: auto;
    background: #fff;
    padding: 20px 30px;
    transition: .5s;
    border-radius: 25px;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

 .header_area.sticky .nav-header{
    top: -3px;  transition: .5s;
}

 .header_area.sticky .nav-brand {
    margin-left: 20px;
    transition: .5s;
    width: 165px;
}
/*header ALL*/

.me_tp_features {
    display: none;
}

.stellarnav > ul > li.has-sub > a {
    padding-right: 0px;
}

.stellarnav li.has-sub > a:after{
    display: none;
}


.main_header_area .container {
    max-width: 92%
}


/*大圖特效*/

#content_main {  margin: 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;}
.bannerindex .swiper-slide.swiper-slide-active:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
    }


/*第一張大圖*/

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/0902103953/pic_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 5%;
    left: 10%;
    width: 50% !important;
    height: 75% !important;
    background-position: right;
    padding-bottom: calc(100% / 1* 0.12);
}





/*第二張大圖*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/0902103953/pic_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 15%;
    right: 2%;
    width: 75% !important;
    height: 80% !important;
    background-position: right;
    padding-bottom: calc(100% / 1* 0.12);
}
.bannerindex .swiper-slide:before {
    animation:flip-in-ver-right 3.5s cubic-bezier(.25,.46,.45,.94) both
}



@keyframes flip-in-ver-right {
    0% {
      -webkit-transform: rotateY(-80deg);
              transform: rotateY(-80deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateY(0);
              transform: rotateY(0);
      opacity: 1;
    }
  }

  
  
  
  


/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}

/* .product_info_page .main_part { max-width:1200px;} */
.proImgSwiper {aspect-ratio: auto;}
.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.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:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.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: 12px; 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:#ad925e;}

.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;}
.prod_related {    background: #e7e7e7;}
.inquiry_a1 {background: #1e6663;}
.inquiry_a2 {    background: #aca180;}
.products-list .price {display:none;}
.products-list .pic:hover img {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    transform: scale(1.08);
}
.products-list {grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {


    /*HEADER*/

    .pageIndex .header_area {
        position: sticky;
        top: 0px;
    }

    .nav-header {
        position: relative;
    }


    /*STICKY HEADER*/
    .pageIndex .header_area.sticky {
        top: 0px;
        padding: 0px;
    }

    .pageIndex .header_area.sticky .main_header_area .container {
        border-radius: 20px;
    }
	.nav-header {
  
   left: 13px;
    max-width: 180px;

}
.header_area { height: 125px;}

}


@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.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;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
.header_area { height: 80px;}

}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */








@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */

.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}


.info_fix_links {
    display: flex !important;}
.info_fix>span {display:none;}



/*內頁BANNER 設定*/
.banner {
    background: var(--SubColor06);
    background: url();
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: var(--f36);
    min-height: 220px;
    padding: 5vw 20px 5vw;
    
    position: relative;
    overflow: hidden;
}

.banner:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/0902103953/ban.jpg);
    position: absolute;
    animation-duration: 5s;
    background-size: cover;
    background-position: center;
    width: 110%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    animation: bgScroll 30s linear infinite;
    z-index: -1;
}


@keyframes bgScroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes scroll_right {
    from { background-position: -4327px; }    to { background-position: 0px; }
}


.banner h5 {font-size: 30px;
    
    font-weight: 500;
    font-family: var(--SFont);
    letter-spacing: 11px;
    line-height: 0;
    color: #fff;
    text-shadow: 9px -2px 9px #877760a6;}
.banner h5:after {
    content: "天花板之美 X 從百屹開始";
    font-size: clamp(0.9375rem, 0.8813rem + 0.2304vw, 1.25rem);
    white-space: pre-line;
    font-size: 16px;
    display: block;
    color: #fff;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 4.7;
    -webkit-animation: imgSlideUpAnimation 1s 0.1s ease-in-out forwards;
    animation: imgSlideUpAnimation 1s 0.1s ease-in-out forwards;
    opacity: 0;}

    @keyframes bannerScrollAnimation {
        0% {
            height: 0;
        }
    
        50% {
            height: 100%;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    
        100% {
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
        }
    }
    
    @-webkit-keyframes imgSlideUpAnimation {
        0% {
            opacity: 0;
            -webkit-transform: translateY(30px);
            transform: translateY(30px);
        }
    
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    @keyframes imgSlideUpAnimation {
        0% {
            opacity: 0;
            -webkit-transform: translateY(30px);
            transform: translateY(30px);
        }
    
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }



@media screen and (max-width: 425px) {
.banner { min-height: 167px;}
.banner h5 {font-size: 25px;}
}

.path{display:none;}

/*Footer/＝＝＝＝＝*/
.footer .center {
    max-width: 1650px;
}
.footer{
	padding: 50px 0 0;
    background: #F7F1E8;
    background-size: cover;
    background-position: left;
}
.footer_logo {    width: 200px;}
.footer_logo img { width: 100%;}
.footer_info {    display: flex;    flex-wrap: wrap;     align-items: flex-start;  justify-content: center;    flex-direction: column;}
.footer_info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.footer_info li p {  color: #000;}
.footer_info li p a {  color: #000;}
.footer_menu {  display: grid;    grid-template-columns:1fr 1fr;    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a { color: #333232; margin: 0;	text-align: left;	padding: 5px;	transition: all 0.3s;background: #ffffff00;border: none;width: fit-content;position: relative;}
.footer_menu a:hover {    background:#ffffff00;color: var(--MainColor);}
.footer_menu a::after{
  position: absolute;
  content: "";
  background-size: contain;
  width: 15px;
  height: 15px;
  left: 9px;
  top: 3px;
  filter: grayscale(1);
  transition: 0.3s;
}
.footer_menu a::before{
  position: absolute;
  content: "";
  background: var(--SubColor);
  width: 8px;
  height: 1px;
  left: 18px;
  top:22px;
  transition: 0.3s;
}
.footer_menu a:hover::after{filter: grayscale(0);}
.footer_menu a:hover::before{width: 100%;}
.footer_info li p.add{display: none;}
.footer_info li p.phone:before {  content: 'PHONE：';}
.footer_info li p.line:before {  content: 'LINE ID：';}
.footer_info li p.mail:before {  content: 'E-MAIL：';}
.footer_info li p.add2:before {  content: 'ADD：';}


.footer_info li{padding: 35px 10px 10px;position: relative;}
.footer_info li:nth-child(1) {width: 50%;}
.footer_info li:nth-child(2) {width: 40%;    max-width: 300px;}
.footer_info li:nth-child(1)::after {
  width: fit-content;
  position: absolute;
  content: "Contact";
  font-weight:800;
  font-size: var(--f18);
  color:#066663;
  left: 12px;
  top: 5px;

}
.footer_menu a:nth-child(1){display:none;}
.footer_info li:nth-child(2)::after {
  width: fit-content;
  position: absolute;
  content: "Site Content";
  font-size: var(--f18);
  color: #066663;
  left: 12px;
  top: 5px;
  font-weight:800;

}
.info_fix_links a {background: rgb(21 102 99)!important;}
.info_fix a:nth-child(3){display:none;}
.copy {    background: var(--MainColor);    color: #fff;	border:none;background-color: #8F7D65;}
.copy a{    color: #fff;transition:all 0.3s;}
.box_link{display: none;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: var(--MainColor);    color: #fff;}
 @media screen and (max-width: 1024px) {
 .footer_info { padding: 0 30px;}
 }
 @media screen and (max-width: 768px) {
 .footer_info li:nth-child(1), .footer_info li:nth-child(2) {
        width: 100%;
        max-width: 100%;
 }
 }
 @media screen and (max-width: 500px) {
  .footer_menu {grid-template-columns: 1fr 1fr; }
  }
  /*聯絡我們/＝＝＝＝＝*/
.contact_page .main_part {
    max-width: 100%;
    padding: 0;
}
.contact_content {
	0background: #fFF;
	padding-top: 0px;
	padding-bottom: 30px;
}
.contact_content form{
    max-width: 1100px;
    margin: auto;
}
.blank_letter {padding-top: 0px;}
.contact_content .information_left {    width: 100%;     display: none;}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
}
.contact_le_map a {    background: #ad8683;}
.contact_form li.last blockquote, .contact_form li.last cite{     padding: 0;}
.blank_letter {
    font-size: 22px;
    color: #444;
    letter-spacing: 1.5px;
}
  .contact_form li.last cite {
    background: #8e7d67;}
	
@media screen and (max-width: 768px) {	
	.contact_content .information_right {
     PADDING: 5%;}
}







/*文章設定*/
/*文章*/
.blog_le .accordion {  border-radius: 0px;  border: none;}
.accordion li .link a { font-weight: 500; font-size: 15px;}
.blog_le .accordion > li{ border-bottom: 1px solid rgba(103, 107, 114, 0.5);}
/* .blog_le .accordion > li:last-child{ border-bottom: 0px;} */
.submenu li.on_this_category a, .submenu a:hover { background: transparent;  color: #333;}
.submenu {  background: #ffffff;}
.fa-circle-chevron-right::before { color: #707070;}
.subbox_item a { grid-template-columns: 100%;flex-direction: column;}
.subbox_item a { display: flex; justify-content: space-between;  align-items: center;}
.blog_list_ri {  padding: 0px 10px 10px 10px;width: 100%;}
.blog_subbox { /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*//*grid-template-columns: 100%;*/grid-template-columns: 1fr 1fr 1fr;}
.subbox_item a:before { font-weight: 400;opacity: 1;  font-size: 15px; color: #e1dfde; bottom: -20px;}
.subbox_item a:hover:before {  color: #1e6663; transition:.5s;}
h5.blog_le_t em { display: none;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #1e6663 !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_catego ry .link {  color: #fff !important;}
.blog_search input[type=search] { border-radius: 3px;}
.fa-circle-plus::before { font-size: 18px;}
.subbox_item a:after { content: ''; width: 100%;}
.blog_list_le { width: 100%; overflow: hidden;}
.blog_list_le img {display: block; width: 100%; height: 100%; object-fit: cover;}
.blog_list_ri h5 {  font-weight: bold;  font-size: 20px;  color: #1e6663;  margin-bottom: 15px;  font-family: "Noto Serif TC", "Playfair Display",  serif; }
/*文章縮圖長寬比例*/
.module_i_news li a:hover img, .subbox_item a:hover img { transform: scale(1.2); transition: .5s ease-in-out;}

.subbox_item a:after {  background: transparent; border-bottom: none;border:none;}
.blog_list_ri p {  letter-spacing: 1px;  font-size: 15px;  color: #000;  line-height: 150%;     font-family: "Noto Serif TC", "Playfair Display",  serif;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {  background-color: #8e7d67;}
.submenu li.on_this_category a, .submenu a:hover {  background: #fff;}
/*文章內頁*/
.blog_back a.article_btn_back { background: #d5d3d1; color: #ffffff;}
h4.blog_category_title {  font-family: "Noto Serif TC", "Playfair Display",  serif;  font-weight: bold;  letter-spacing: 1px;  padding: 10px 0; color:#8e7d67;   margin-left: 5px;   font-size: 25px; }
.blog_shareData {  margin-bottom: 17px;}
.blog_back a.article_btn_next { background: #8e7d67;  color: #fff;}
.blog_back a.article_btn_prev {  background: #8e7d67; color: #fff;}
.lastPage{  background: #8e7d67;  }
.news_related_list li a{ background: transparent;}
.news_related h6 span:before {  color: #4c4e4f;}
.news_related { background: #eceded7d; padding: 80px 15px 60px;}

@media screen and (max-width:1024px) {
  .blog_subbox {grid-template-columns: 1fr 1fr; gap: 16px;}
  .subbox_item{ margin-bottom: 24px;}
}
@media screen and (max-width:768px) {    
.stellarnav .menu-toggle {
       padding: 10px 0 0 0;
 }
}
@media screen and (max-width:960px) {
  .subbox_item{ border-bottom: 0px;}
}
@media screen and (max-width:600px) {
  .blog_subbox {grid-template-columns: 1fr; }
}
@media screen and (max-width:420px) {
  .blog_subbox {grid-template-columns:1fr;}
}