@charset "utf-8";


body{ font-family:"Montserrat", sans-serif, "Noto Sans TC", serif;}


/* 捲軸寬度及高度 */
&::-webkit-scrollbar {
background: #fff;
width: 5px;
}
  
/* 捲軸兩側頂端的按鈕 */
&::-webkit-scrollbar-button {
    display: none;
  }
/* 滑桿顏色 */
&::-webkit-scrollbar-thumb {
      background-color: #c9c9c9;
      border-radius: 2px;
      transition: all 0.3s;
  }
&::-webkit-scrollbar-thumb:hover {
      background-color: #c9c9c9;
      transition: all 0.3s;
  }
/* 軌道背景底色 */
&::-webkit-scrollbar-track {  
      background-color: #fff;
  }


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*others*/
.path p, .path p a{display: none;}

/*浮動按鈕*/
.info_fix{display: none;}

/*電腦LOGO*/
.nav-header {
    position: absolute;
    width: 80px;
    top: 12px;
    left: 0px;
}


@media screen and (max-width: 1024px) {
.nav-header {
    width: 64px;
    top: 15px;
}
}

@media screen and (max-width: 768px) {
.nav-header {
    width: 60px;
    top: 10px;
    left: -8px;
}
}

  @media screen and (max-width: 600px) { 


/*RWD大圖*************************************************/
  
.bannerindex .swiper-slide {
  position: relative;
  height: 165vw;
  width: 100% !important;
  overflow: hidden;
}

/* 原本的 img 隱藏照保留 */
.bannerindex .swiper-slide img {
  display: none;
}

/* 共通偽元素樣式 */
.bannerindex .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  transform-origin: center;
  animation: none;
}

/* 第 1 張 */
.bannerindex .swiper-slide:nth-child(1)::before {
  background-image: url(https://pic03.eapple.com.tw/inlidesign/rwd01.jpg);
  animation: zoom1 15s ease-in-out infinite;
}

/* 第 2 張 */
.bannerindex .swiper-slide:nth-child(2)::before {
  background-image: url(https://pic03.eapple.com.tw/inlidesign/rwd02.jpg);
  animation: zoom4 15s ease-in-out infinite;
}

/* 第 3 張 */
.bannerindex .swiper-slide:nth-child(3)::before {
  background-image: url(https://pic03.eapple.com.tw/inlidesign/rwd03.jpg);
  animation: zoom2 15s ease-in-out infinite;
}

/* 第 4 張 */
.bannerindex .swiper-slide:nth-child(4)::before {
  background-image: url(https://pic03.eapple.com.tw/inlidesign/rwd04.jpg);
  animation: zoom1 15s ease-in-out infinite;
}

/* 第 5 張 */
.bannerindex .swiper-slide:nth-child(5)::before {
  background-image: url(https://pic03.eapple.com.tw/inlidesign/rwd05.jpg);
  animation: zoom3 15s ease-in-out infinite;
}
  }
/* 平滑動畫：用 transform 替代 background-size + position */

@keyframes zoom1 {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.1) translate(0, -5%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.1) translate(5%, -5%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

@keyframes zoom3 {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.1) translate(0, 5%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

@keyframes zoom4 {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.1) translate(-5%, 5%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

  /*************************************************/

.pageIndex .nav-brand img{    
filter:  brightness(10);
transition: all .5s}

.pageIndex .header_area.sticky .nav-brand img {
    filter: none;
    transition: all .5s
}

/*隱藏大圖按鈕*/
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {display: none;}

/*footer*/
.box_link {
    flex-direction: row;
    gap: 9px;
    width: 100%;
    max-width: 130px;
    right: -66%;
    top: 26px;
}
.box_link a {
    border: none;
    padding: 0px;
    font-size: 18px;
    width: auto;
    color: #5f5f5f;
}
.footer_menu a:first-child {display: none;}
.footer_logo img {display: none;}
.footer {
    background: transparent;
    border-top: 1px #dddddd solid;
    padding: 60px 0 40px;
    display: flex;
    width: 95%;
    margin: 0 auto;
}
.footer_info {
    display: flex;
    grid-gap: 0px;
    flex-direction: column;
}
.copy {
    text-align: end;
    padding: 0px;
    font-size: 10px;
    color: #999;
    border-top: none;
    margin-top: 0px;
    width: 65%;
}
.footer_info li p.tel:before {
    content: 'tel.';
}
.footer_info li p.mail:before {
    content: 'mail.';
}
.footer_info li p.add:before {
    content: 'add.';
}

.footer_menu a {
    border: none;
    background: transparent;
    padding: 0px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 0 10px 4px 0;
}

.footer_info li:nth-child(1) {
    font-size: 12px;
}

.footer_menu a:hover {
    background: #393a3c;
    color: #a8a09a;
}
.copy a:hover {
    color: #a8a09a;
}

@media screen and (max-width: 768px) {
.footer {
    padding: 30px 0 0;
    display: block;
    width: 100%;
}
.copy {
    text-align: start;
    width: 100%;
    padding: 100px 30px 5px;
}
.box_link {
    right: unset;
    top: 170px;
    position: absolute;
    left: 30px;
}
}

@media screen and (max-width: 600px) {
.footer_info {
    padding: 0px 20px 0px 33px;
}
.footer_menu a {
    margin: 5px 10px 5px 0;
}
.total_view {
    display: unset;
}
}

@media screen and (max-width: 450px) {
.box_link {
    top: 195px;
}
}


/* 商品下拉超過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;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_page .show_content, .product_info_page .show_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-evenly;
}
.product_info_page .show_content{padding:0px}
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 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;}
@media screen and (max-width: 1200px) {
}
@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: none;}
.product_menu_list a.pd_menu_toggle{display: none;}
.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;}
}
@media screen and (max-width: 600px) {
}

/* = = = 商品設定 = = = = = = = = = = = = = = = = = = = = = = = = = */


/*展開最大*/
.product_info_page .main_part {
    max-width: 2000px;
    padding: 0px;
}
/*外層*/
.products-list .more{display: none;}
.products-list .item a {padding-bottom:0px}
.product_page .products-list,.product-wrapper { width:100%;}
.products-list {grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));}
.products-list .pic {aspect-ratio: 3 / 1.8;}
.product-layer-two {display: flex;}
.product-layer-two > li { 
    width:100%;
    max-width:100%; 
    padding:0; 
    text-align:center;
    padding-bottom: 5px;
}

.product-layer-two li a {
    border: none;
    background: transparent;
    padding: 0px 25px;
    font-size: 15px;
    color: #666666;
    border-left: 1px solid #444;
}

.product-layer-two li.active a {
    font-weight: bold;
    border: none;
    border-left: 1px solid #444;
}

.product-layer-two li:nth-of-type(1) a {
    border: none;
}

.product_menu_list {
    margin-bottom: 70px;
}
.products-list .name {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    position: absolute;
    bottom: 0px;
    opacity: 0;
    transition: all 1s;
    color:#fff;
    z-index: 2;
}

.products-list :hover .name {
    opacity: 1;
    transition: all 1s;
    bottom: 50%;
    transform: translateY(50px);
}

.products-list .pic img {
    transition: all 1s;
    position: relative;
}

.products-list a:hover .pic img{
    transform: scale(1.2);
    transition: all 1s;
}

.products-list .pic:before {
    content: '';
    background: #00000088;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all .5s;
}

.products-list a:hover .pic:before{
    opacity: 1;
    transition: all .5s;
}


/*側邊*/
.product_pic {padding-left: 0px;}

/*內頁*/

#prod_thumbSwiper .swiper-button-next{display: none;}
#prod_thumbSwiper .swiper-button-prev{display: none;}

.product_info_page .edit {
    padding: 30px 0 90px;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.04em;
    width: 80%;
    max-width: 1300px;
}
#prod_thumbSwiper .swiper-slide::before {display: none;}
.sidebarBtn {/*
    padding: 100px 0px 0px 0px;
    display: flex;
    width: 100%;
    height: 0px;
    border: none;
    background: transparent;
    align-items: flex-start;
    flex-direction: column;*/
    display: none;
}
.product_main {
    padding: 0px;
    position: relative;
    width: 100%;
}
.product_info li {
    display: none;
}
.toShare{
    display: none;
}
.proImgSwiper {
    aspect-ratio: 3 / 1.8;
}

.pd_tabTitle li {
    display: none;
}
.pd_tabInner_contain {
    padding-top: 0px;
}
.proImgSwiper img, #prod_thumbSwiper img {
max-width: 100%;
animation:none;
}
.edit {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    color: #555;
}

.prod_related h6 span:before {
    content: 'our works';
    font-size: 16px;
    color: #777777;
    font-weight: 400;
}

.edit img:nth-last-of-type(1) {
    padding-bottom: 30px;
}

.mobile_product_name{
display: none;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: row;
    gap: 10px;
    height: 100px;
    padding-top: 10px;
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/*推薦*/

.prod_related {
    padding: 50px 15px 15px;
}

.lastPage {
    font-size: 13px;
    font-weight: 300;
    padding: 5px 17px;
    width: 100px;
    background: #000;
}

.related_list {
    margin: 70px auto 50px;
    grid-gap: 20px;
}

.related_list li a {
    padding: 0px;
    animation: .5s;
        transform: translateY(0);
         transition: transform 0.5s cubic-bezier(.25, .46, .45, .94);
}
.related_list li a:hover{
    transform: translateY(-50px);
}

.related_list li a p {
    letter-spacing: 1px;
}

#prod_thumbSwiper {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}

#prod_thumbSwiper .swiper-slide {
    max-width: fit-content;
    position: relative;
    height: 100% !important;

}

.proImgSwiper li {
    display: flex;
    align-items: flex-start;
}




@media screen and (max-width: 768px) {

.product_info_page .nav-header {
width: 60px;
}

.related_list {
    grid-template-columns: 1fr 1fr;
}
.related_list li a:hover {
    transform: translateY(-19px);
}


#prod_thumbSwiper .swiper-button-next{display: block;}
#prod_thumbSwiper .swiper-button-prev{display: block;}


.swiper-slide {
    height: 100%;
}

#prod_thumbSwiper {
    width: auto;
    padding-top: 10px;
}
#prod_thumbSwiper .swiper-slide {
    max-width: 100%;

}

}



@media screen and (max-width: 500px) {

.product_info_page .nav-header {
    width: 35px;
    top: 7px;
    left: -6px;
}

.products-list {
    grid-template-columns: 1fr;
}
.product-layer-two {
    flex-wrap: wrap;
}
.product-layer-two li a{
    border: none;
    position: relative;
}

.product-layer-two li a:before {
    content: '';
    width: 1px;
    height: 22px;
    background: #a5a5a5;
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
}


.product-layer-two li a:after {
content: '';
width: 1px;
height: 22px;
background: #a5a5a5;
position: absolute;
right: 15%;
top: 50%;
transform: translateY(-50%);
}

.product-layer-two > li {
    padding-bottom: 25px;
}
.product-layer-two li.active a{border:none}
 


}

/* = = = 影片 = = = = = = = = = = = = = = = = = = = = = = = = = */

.video-list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.video-list .vidCover {
    border-radius: 0px;
}



@media screen and (max-width: 768px) {

    .video_menu_list>h5 {
        display: block;
        text-align: center;
        font-size: 19px;
        font-weight: 300;
        letter-spacing: 0.1em;
    }
    .video_menu_list a.vd_menu_toggle {
    width: 0%;
    right: 36%;
    top: 0;
    bottom: 0;
    text-align: center;
    align-items: center;
}
.video-layer-two > li {
    text-align: center;
}
.video_menu_list>ul {
    grid-gap: 5px;
    grid-template-columns: 1fr;
}
}


@media screen and (max-width: 500px) {

    .video_menu_list a.vd_menu_toggle {
    right: 30%;
}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 {
    min-height: 120px;
    background: #fff;
}
.banner h5 {
    display: none;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.contact_page .banner {
    background-image: url(https://pic03.eapple.com.tw/inlidesign/ba01.jpg);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    height: 523px;
    position: relative;
    width:auto;
    max-width: 1200px;
    margin: 100px auto 0;
}
.product_info_page .banner{
    display: none;
}


@media screen and (max-width: 1200px) {

.contact_page .banner {
    height: 490px;
    margin: 100px 20px 0px;
}

}

@media screen and (max-width: 1024px) {

.contact_page .banner {
    height: 442px;
    margin: 90px 20px 0px;
}

}

@media screen and (max-width: 768px) {

.contact_page .banner {
    height: 450px;
    margin: 100px 20px 0px
}

}

@media screen and (max-width: 600px) {
    .contact_page .banner {
        height: 305px;
    }
}

@media screen and (max-width: 500px) {
    .contact_page .banner {
        height: 265px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/

.blog_search input[type=search] {
    border-radius: 0px;
    padding: 5px 35px 5px 10px;
    font-weight: 300;
}

.blog_search input[type=submit] {
    width: 28px;
    height: 28px;
    filter: grayscale(1);
}
.blog_le {
    width: 220px;
    position: sticky;
    top: 100px;
}
h5.blog_le_t span {
    display: none;
}

h5.blog_le_t {
    font-size: 16px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif, "Noto Sans TC", serif;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blog_le .accordion {
    border: none;
    border-radius: 0px;
}

.blog_list_ri h5 {
    font-size: 16px;
    display: flex;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.blog_list_ri p {
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px;
}

.blog_list_ri em {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 300;
}

.subbox_item a {
    display: flex;
    flex-wrap: wrap;
}

.blog_list_ri {
    padding: 0 15px 15px 15px;
}

.accordion li .link a {
    font-weight: 300;
    letter-spacing: 2px;
    padding: 10px 10px;
}

.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
.blog_shareData{display: none;}
.subbox_item a:after { background: rgba(0,0,0,0.5);}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background: #000;    transition: all .5s;}
.blog_page .main_part {max-width:1600px;}
.submenu li.on_this_category a, .submenu a:hover {
    background: #f3f3f3;
    color: #444;
        transition: all .5s;
}
.accordion li+li .link {
    transition: all .5s;
}
.submenu a {background: #fff;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back {
    background: #fff;
    color: #333;
    letter-spacing: 1px;
    font-weight: 300;
}
.blog_back a {
    width: auto;
}

.blog_back {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.blog_back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #00000017;
    bottom: 96px;
}

.edit {
    padding: 30px 0 90px;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.04em;
}

.subbox_item a:hover:before {
    transform: translate(-50%, -50%) scale(1);
    transition: all 500ms;
}
.path p, .path p a {
display: none;
}
.blog_list_le img {
    z-index: 999;
    padding: 20px;
}

.subbox_item a:hover .blog_list_le img {
    filter: brightness(.6);
    border-radius: 5px;
    padding: 0px;
}

h4.blog_category_title {
    color: #444;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
}

.subbox_item {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #0000001c;
    border-radius: 5px;
}

.subbox_item a:after{display: none;}
.subbox_item a:before{display: none;}
.blog_list_le {
    position: relative;
}
.blog_list_le:before {
    content: 'READ MORE';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    opacity: 0;
    letter-spacing: -0.7em;
    transition: all 1s;
    filter: blur(5px);
}

.subbox_item a:hover .blog_list_le:before{
    opacity: 1;
    letter-spacing: 1px;
    transition: all 1s;
    filter: blur(0px);
}


/*相關文章*/

.news_related{display: none;}

.news_related h6 span:before {
    color: #505050;
    font-weight: 400;
}


.news_related_list li a:hover {
    padding: 10px 10px 0px;
    transition: .3s;
}

.news_related_list li a {
    transition: .3s;
}

.news_related {
    background: #f3f3f3b5;
}

.news_related_list li a p {
    padding: 10px;
}


@media screen and (max-width: 1024px) {
.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}

@media screen and (max-width: 980px) {
.blog_back:after {
    bottom: 69px;
}
}

@media screen and (max-width: 768px) {
.blog_le {
    width: 220px;
    position: relative;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) !important;
}

.blog_in_page .blog_le {
    top: -42px;
    padding-bottom: 5vw;
    margin-bottom: 0vw;
    border-bottom: 1px solid #dfdfdf;
}

.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.accordion li .link a {
    text-align: center;
}
}

@media screen and (max-width: 600px) {
    .blog_back:after {
    bottom: 49px;
}

}


/*影片*/

/*側邊*/

.video_menu_list>ul {
    grid-gap: 0px;
}

.video-layer-two li a {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    letter-spacing: 1px;
    border: none;
    background: none;
    transition: all .5s;
}

.video-layer-two > li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding-top: 5px;
    transition: all .5s;
}

.video-layer-two > li:hover {
    background: #000;
    transition: all .5s;
}

.video-layer-two > li:hover a {
    color: #fff;
    transition: all .5s;
}

/*外觀*/

.video-list .vidTitle {
    font-size: 16px;
    font-weight: 400;
}

.vidDesc {
    font-size: 14px;
    font-weight: 300;
}

.video-list .vidCover::after {
    background: rgb(255 255 255 / 67%);
    transition: .6s;
}
.video-list .vidCover img{
        transition: .6s;
}

.video-list .vidCover::before {
    background: url(https://pic03.eapple.com.tw/inlidesign/vd_ic.svg) center no-repeat;
}


@media screen and (max-width: 768px) {
.blog_le {
    width: 220px;
    position: relative;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) !important;
}
}

/*表單*/

.blank_letter {
    font-family:"Montserrat", sans-serif, "Noto Sans TC", serif;
    text-align: center;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 16px;
    position: relative;
    margin: 0 auto;
    padding: 30px 30px 50px 30px;
}

.blank_letter.f{position: relative;}
.blank_letter.f:after {
    content: 'contact';
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}
.blank_letter.i {display: none;}
.contact_content .information_left {
    width: 48%;
    margin-top: 150px;
    border-top: 1px solid #dedede;
    position: relative;
}
.contact_content .information_left::before {
    content: "空間，是一段共同描繪的旅程\A留下你的想法，我們會細細聆聽，\A並陪你一起建造心中理想的樣子。";
    white-space: pre-line;
    display: block;
    font-size: 14px;
    position: absolute;
    top: -27%;
    letter-spacing: 2px;
    font-weight: 300;
    color: #101010;
}

.contact_content .information_right {
    width: 50%;
    padding-left: 70px;
}

.contact_form li {
    padding-bottom: 0px;
    grid-gap: 0px;
    display: flex;
    flex-direction: column;
}
.contact_form li .form__label {
    max-width: 50%;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 2.2em;
    position: relative;
    text-align: left;
    font-weight: 300;
    color: #000;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    letter-spacing: 1px;
    text-align: justify;
    gap: 13px;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
}
.red {
    color: #676767;
    position: absolute;
    left: -17px;
}
.contact_form li input.noborder {
    background-color: #fafafa;
    border: 1px solid #a9a9a9;
}
.form select {
    background-color: #fafafa;
    border: 1px solid #a9a9a9;
    font-size: 13px;
    letter-spacing: 1px;
}
.contact_form li.last {
    gap: 0px;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
}
.contact_form li.last cite {
    background: #404040;
    border: none;
}
.contact_form li.last blockquote {
    border: 1px #404040 solid;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    padding: 0px;
}
.contact_form li textarea.noborder {
    background-color: #fafafa;
    border: 1px solid #a9a9a9;
}
.contact_le_map a {
    display: none;
}


.list_before.info li {
    font-size: 13px;
    letter-spacing: 1px;
}
.info_TEL:before {
    content: "tel.";
    font-weight: 300;
}
.info_MAIL:before {
    content: "mail.";
    font-weight: 300;
    left: -12px;
}
.info_ADD:before {
    content: "add.";
    font-weight: 300;
    left: -10px;
}
.list_before {
    margin: 30px 0 20px 12px;
}
.contact_le_nomap {
    height: 300px;
    filter: grayscale(1);
    transition: all .5s;
}
.contact_le_nomap:hover {
    filter: grayscale(0);
    transition: all .5s;
}


@media screen and (max-width: 768px) {
    .contact_content .information_left {
    width: 100%;
    margin-top: 0px;
    height: 600px;
}
.contact_content .information_right {
    width: 95%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 50px;
}
.red {
    left: -18px;
}
.note {
    top: 67px;
    left: 17px !important;
}
.contact_content .information_left::before {
    top: -18%;
}
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        padding: 0px;
        background: transparent;
    }
}

@media screen and (max-width: 500px) {
    .contact_content .information_right {
        padding-left: 30px;
    }
    
}

@media screen and (max-width: 400px) {
    .contact_content .information_right {
        padding-left: 18px;
        width: 97%;
    }
}

/*手機板設定****************************************************/


@media screen and (max-width: 768px) {
#bottom_menu {display: flex; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
/******************/
#bottom_menu li a em {
    display: none;
}
#bottom_menu li a {
    padding: 20px 5px 15px;
}
#bottom_menu {
    background: #393a3c;
    box-shadow: none;
}
#bottom_menu li a i {
    color: #a8a199;
}
#bottom_menu li {
    border-right: 1px solid #a8a199;
}
}

@media screen and (max-width: 600px) { 
}




/*漢堡****************************************************/

/*強制開啟漢堡按鈕*/
.stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    display: block !important;
    width: 50px;
    position: absolute;
    right: 0px;
    z-index: 999;
    top: 0px;
    padding: 0px;
}
/*強制隱藏關閉按鈕*/
.stellarnav .close-menu{
    display: none!important;
}

/*隱藏MENU*/
.stellarnav .menu-toggle:after {
    display: none;
}

/*選單*/
.stellarnav.desktop ul,.stellarnav ul {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: 247px;
    height: 100%;
    opacity: 0;    
    padding-top:200px;
    pointer-events: none;
    transition: all 1s;
}

.stellarnav.desktop.active>ul {
    display: flex !important;
    opacity: 1;
    pointer-events: all;
    transition: all 1s;

}


/*漢堡盒背景*/
.stellarnav.desktop > ul:before {
    content: '';
    background: #a7a09ac9;
    width: 0px;
    height: 100%;
    position: fixed;
    right: 0px;
    top: 0px;
    transition: all 1s;
}

.stellarnav.desktop.active > ul:before {
    width: 250px;
    transition: all 1s;
}

/*設定整體ul的位置*/
.stellarnav.desktop {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    transition: all 1s;
    background-color: transparent;
    transition: 1s;
    position: absolute;
}


/*按鈕設計*/

.stellarnav .menu-toggle span.bars {
    top: 30px;
    width: 30px;
    height: 20px;
}

 

.stellarnav .menu-toggle span.bars span {
    position: absolute;
    width: 30px;
    height: 2px;
    border-radius: 20px;
    background: #a7a09a;
    margin: 0 auto 6px;
    transition: .6s;
}

.stellarnav.desktop.active .menu-toggle span.bars span {
    background: #393A3C;
    transition: .6s;
}
.stellarnav .menu-toggle .bars span:nth-of-type(1) {
    top: 0;
  }
  .stellarnav .menu-toggle .bars span:nth-of-type(2) {
    top: 9px;
  }
  
  .stellarnav .menu-toggle .bars span:nth-of-type(3) {
    top: 18px;
  }
  
  /* hover 時變成 X */
  .stellarnav.desktop .menu-toggle:hover .bars span{    background: #000;}

  .stellarnav.desktop .menu-toggle:hover .bars span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 9px;
  }
  
  .stellarnav.desktop .menu-toggle:hover .bars span:nth-of-type(2) {
    opacity: 0;
  }
  
  .stellarnav.desktop .menu-toggle:hover .bars span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 9px;
  }

  /*下滑變色*/
.pageIndex .stellarnav.desktop .menu-toggle span.bars span{    background: #fff;}/*首頁原色*/
.pageIndex .header_area.sticky .stellarnav.desktop .menu-toggle span.bars span {    background: #a7a09a; transition: .5s;} /*首頁下滑*/
.pageIndex .header_area.sticky .stellarnav.desktop.active .menu-toggle span.bars span {background: #fff;} /*首頁下滑開啟後*/
.pageIndex .header_area.sticky   .stellarnav.desktop .menu-toggle:hover .bars span{    background: #000;}/*首頁下滑hover*/
/**/
.stellarnav.desktop.active .menu-toggle span.bars span {background: #fff;} /*開啟後*/
.stellarnav.desktop .menu-toggle:hover .bars span{    background: #000;}/*hover*/


/*HEADER***************************************************/

.me_tp_features {display: none;}
.navigation {display: block;}

.header_area {
    background: transparent;
    position: fixed;
    height: 83px;
}

.header_area.sticky {background: transparent;}
.main_header_area .container {max-width: 95%;}


/*選單*/

.stellarnav li.has-sub > a:after{display: none;}
.stellarnav > ul > li.has-sub > a {padding-right: 0px;}
.stellarnav > ul > li > a {
    color: #FFF;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    letter-spacing: 4px;
    opacity: 0;
    transition: all 0.6s ease;
    transform: translateY(20px);
    pointer-events:none;
}
.stellarnav.desktop.active > ul > li > a{pointer-events:all}
.stellarnav.desktop.active > ul > li:nth-of-type(1) > a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
    pointer-events: all;
}
.stellarnav.desktop.active > ul > li:nth-of-type(2) > a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
    pointer-events: all;
}
.stellarnav.desktop.active > ul > li:nth-of-type(3) > a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s;
    pointer-events: all;
}
.stellarnav.desktop.active > ul > li:nth-of-type(4) > a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.9s;
    pointer-events: all;
}
.stellarnav.desktop.active > ul > li:nth-of-type(5) > a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.1s;
    pointer-events: all;
}
.stellarnav.desktop.active > ul > li:nth-of-type(6) > a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.3s;
    pointer-events: all;
}



.stellarnav > ul > li:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 1px;
    height: 15px;
    left: -24px;
    bottom: 100px;
    opacity: 0;
    transition: .7s;
  }
  
  .stellarnav > ul > li:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 1px;
    height: 15px;
    right: -24px;
    bottom: -100px;
    opacity: 0;
    transition: .7s;
  }
  
  
  .stellarnav > ul > li:hover:after,  .stellarnav > ul > li:hover:before{
    opacity: 1;
    bottom: 24px;transition: .7s;
  }

  


@media (max-width: 768px) {


/*強制開啟漢堡按鈕*/
.stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    display: inline-block !important ;
    width: 100%;
    position: relative;
    z-index: 99999;
}

.stellarnav.mobile .menu-toggle span.bars span {
    position: absolute;
    width: 30px;
    height: 2px;
    border-radius: 20px;
    background: #a7a09a;
    margin: 0 auto 6px;
    transition: .6s;
}

.stellarnav.mobile.active .menu-toggle span.bars span {
position: absolute;
width: 15px;
height: 1px;
border-radius: 20px;
background: #a7a09a;
margin: 0 auto 6px;
transition: .6s;
}

.stellarnav.mobile.active .menu-toggle span.bars {
    top: 4px;
}

.stellarnav.mobile.active .menu-toggle:hover .bars span{    background: #6a6a6a;}

.stellarnav.mobile.active .menu-toggle:hover .bars span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 4px;
  }
  
.stellarnav.mobile.active .menu-toggle:hover .bars span:nth-of-type(2) {
    opacity: 0;
  }
  
.stellarnav.mobile.active .menu-toggle:hover .bars span:nth-of-type(3) {
    transform: rotate(137deg);
    top: 4px;
  }

.pageIndex .stellarnav.mobile .menu-toggle span.bars span{    background: #fff;}/*首頁原色*/
.pageIndex .header_area.sticky .stellarnav.mobile .menu-toggle span.bars span {    background: #a7a09a; transition: .5s;} /*首頁下滑*/

/*選單按鈕位置*/
.stellarnav .menu-toggle span.bars {
top: 0px;
}
.stellarnav.mobile {
    top: 20px;
    right: 0px;
    left: unset;
}

/*選單關閉與開啟*/
.stellarnav ul {
display: none !important;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s;
padding: 0px;
width: 100%;
flex-direction: column;
}
.stellarnav.active>ul {
display: flex !important;
opacity: 1;
pointer-events: all;
}

/*選單內設定*/
.stellarnav.mobile > ul > li {
    width: 100%;
}
.stellarnav.mobile.left > ul {
    max-width: 100%;
    animation:scale-in-ver-top 1s cubic-bezier(.25,.46,.45,.94) both
}

@-webkit-keyframes scale-in-ver-top {
  0% {
            transform: scaleY(0);
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
            transform: scaleY(1);
            transform-origin: 100% 0%;
    opacity: 1;
  }
}


/*文字設定*/

.stellarnav > ul > li > a {
color: #000;
height: 60px;
display: block;
font-size: 13px;
letter-spacing: 4px;
opacity: 1;
transition: all 0.6s ease;
transform: unset;
pointer-events:all;
}

.stellarnav.mobile > ul > li > a{
text-align: center;
padding: 20px 0px;
margin: 0px;
}

.stellarnav.mobile > ul > li > a:hover {
color: #fff;
background: #000;
}


/*隱藏次選單*/
.stellarnav.mobile > ul > li > a.dd-toggle {
    padding: 6px;
    position: absolute;
    text-align: center;
    z-index: 999;
    display: none;
}

/*X按鈕消失*/

.stellarnav .icon-close {
    display: none;
}


.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    font-size: 17px;
    background: #a1a1a10f;
    height: 76px;
    padding: 0px 66px;
    align-content: center;
    color: #6a6a6a;
    font-weight: 300;
}

}

/* 20250708 */
.bannerindex .swiper-slide a img{
    display: block;
}