@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* 商品下拉超過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 2025.12.18  */
.product_page .main_part { max-width:1500px;}

.product_page .show_content,
.product_info_page .show_content { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 100%;}
ul.page { width: 100%;}

.ProdFilter_Item_Show { width: 100%;}
.Prods_Menulists { width: 100%; padding: 0;}
.Prods_Wrap { width: calc(100% - 270px);}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ { order: 1; margin-bottom: 25px;}
.Prods_Menulists { order: 2;}
.Prods_Wrap { order: 3;}
.Prods_Menulists { width: 250px; letter-spacing: 1px;}
.Prods_Menulists ul {}
.Prods_Menulists > ul > li { width: 100%; flex-wrap: wrap;}
.Prods_Menulists ul ul { position: static; border: none;}
.Prods_Menulists ul li ul li {}
.Prods_Menulists li.has-sub.open > a { background: #f0f0f0;}

.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: 1024px) {
.product_main { display: block; width: 100%;}    
.sidebarBtn { display: block; width: 100%;}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
/* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}

}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img { transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide img { transition: transform 5s ease-out; will-change: transform; transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide-active img { transform: scale(1.06);}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/

.me_tp_features {display: none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}

#to_top { bottom:60px;}
}

@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;
    animation: none !important;
    transform: scale(1.011);
}

@media screen and (max-width: 768px) {
    .bannerindex {
        position: relative;
        height: auto;
    }

    .swiper-banner {
        position: relative;
        margin: 0;
        height: 100%;
    }
    .navigation {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;

}
.pageIndex .header_area {
    position: sticky;
}
}



/*大圖*/

.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/sevencolor3d/banner-05.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before { animation: slide-in-bottom 2.5s; animation-fill-mode: both;}

@keyframes bgin{
    0%{opacity: 0; transform: translateY(100px);}
    100%{opacity: 1;
        transform:scale(1) translateY(0);
        background-size: cover;}
}



.swiper-slide.swiper-slide-active:nth-child(2):before{
    -webkit-animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
	        animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}
@-webkit-keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }


@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}



.swiper-slide.swiper-slide-active:nth-child(1):after  {   
    background: url(https://pic03.eapple.com.tw/sevencolor3d/banner-05.png); animation: bg 2s;animation-fill-mode: both;}

@keyframes bg{
    0%{opacity: 0;width: 80vw;}
    100%{opacity: 1;width: 35vw;}
}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/sevencolor3d/banner-04.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before { animation: slide-in-bottom 2.5s; animation-fill-mode: both;}

@keyframes bgin{
    0%{opacity: 0; transform: translateX(100px);}
    100%{opacity: 1;
        transform:scale(1) translateX(0);
        background-size: cover;}
}


@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


.pageIndex .swiper-wrapper .swiper-slide:nth-child(3)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/sevencolor3d/banner-06.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before { animation: slide-in-bottom 2.0s; animation-fill-mode: both;}

@keyframes bgin{
    0%{opacity: 0; transform: translateX(100px);}
    100%{opacity: 1;
        transform:scale(1) translateX(0);
        background-size: cover;}
}


@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}




/* ================================= */
/* Header Sticky 金屬底 + 金線動畫 */
/* ================================= */

/* ==================== */
/* Header 容器 & logo */
/* ==================== */
.main_header_area .container {
    max-width: 70%;
}

.nav-brand img {
  filter: brightness(0) invert(1);
}


.pageIndex .nav-brand img,.header_area.sticky .nav-brand img {
    filter: unset ;
}



@media screen and (max-width: 1350px) {
    .main_header_area .container { max-width: 80%; }
}

.nav-brand img { max-width: 80%; }

@media screen and (max-width: 1024px) {

.pageIndex .header_area {
    opacity: 0;
}

.nav-brand img {
    max-width: 40%;
}
}


@media screen and (max-width: 768px) {
.pageIndex .nav-brand img {
  filter: brightness(0) invert(1);

}
.nav-brand img {
    max-width: 30%;
}
}


/* ==================== */
/* Header 基本設定 */
/* ==================== */

.header_area {
    background: #000;}

.pageIndex .header_area,
.pageIndex .header_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    isolation: isolate;
    z-index: 999;
    background: #000;
    transition: all .5s;
}

/* ==================== */
/* 金屬漸層底 + 邊框線 */
/* ==================== */
.header_area:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(0);
    background: transparent;
    transition: all .5s;
}

.header_area.sticky:before {
    width: 100%;
    transition: all 3s;
    background: linear-gradient(
        20deg,
        #000000,
        #ffe180,
        #b69f54,
        #1d1d1d,
        #000000
    );
    backdrop-filter: saturate(93%) blur(7px);
    border-bottom: 1px solid #d4af37;
}

/* ==================== */
/* 動態金線動畫 */
/* ==================== */
.header_area.sticky:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;

    background-repeat: repeat;
    background-size: 200% 2px; /* 線條厚度 */

    /* 主金線 */
    background-image:
        linear-gradient(90deg, rgba(212,175,55,0) 0%, #d4af37 50%, rgba(212,175,55,0) 100%),
        linear-gradient(120deg, rgba(212,175,55,0) 0%, #e8c03b 50%, rgba(212,175,55,0) 100%);

    animation: goldLineMove 12s linear infinite, goldLineMove 16s linear infinite;
    top: 0;
}

/* 金線動畫 */
@keyframes goldLineMove {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* ==================== */
/* Sticky 狀態透明度 & 層級 */
/* ==================== */
.pageIndex .header_area { opacity: 0; }
.header_area.sticky { opacity: 1; }

.header_area.sticky > * {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {


.pageIndex .header_area, .pageIndex .header_area.sticky {
    opacity: unset;
    position: sticky;
    overflow: unset;
}


.header_area.sticky:before {
    backdrop-filter: unset;}
    
.nav-brand img {
  filter: brightness(0) invert(1);
}
.header_area.sticky .nav-brand img {
  filter: none; /* 取消白色效果，恢復原圖 */
}
}


/* ==================== */
/* 選單 & hover */
/* ==================== */
.nav-header { max-width: 100%; }

.stellarnav > ul > li { margin-left: 10px; }

.stellarnav > ul > li > a {
    letter-spacing: .2rem;
    transition: all .5s;
    font-size: 16px;
    margin: 0;
    color: #fff;
}
.stellarnav > ul { padding-top: 30px; }

.stellarnav ul ul { background: #fff; width: 215px; }
.stellarnav li a { color: #d4af37; }

.stellarnav > ul > li > a:hover { color: #d4af37; }
.sticky .stellarnav > ul > li > a:hover { color: #fff; }

.stellarnav li.has-sub > a:after {
    position: absolute;
    top: 40%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #fff;
    transform: rotate(45deg);
}

/* 第二層選單 */
.stellarnav li li, .stellarnav li li.has-sub > a { border: none; padding: 10px 7px; transition: all .3s; background: #000; }
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { color: #fff; padding-left: 10px; background:#d4af37;}

/* ==================== */
/* RWD 調整 */
/* ==================== */
@media screen and (max-width: 1350px) {
    .stellarnav > ul > li > a { font-size: 15px; }
}
@media screen and (max-width: 1110px) {
    .stellarnav > ul > li > a { font-size: 14px; letter-spacing: .1rem; }
}
@media screen and (max-width: 1024px) {
    .stellarnav > ul > li > a { font-size: 16px; }
    .stellarnav > ul { padding-top: 10px; }
    .navigation { display: flex; align-items: center; }
    .stellarnav ul { text-align: center; }
    .stellarnav li { padding-top: 10px; }
}
@media screen and (max-width: 850px) { .stellarnav > ul > li > a { font-size: 15px; } }
/*選單*/
@media screen and (max-width: 768px) {

/*側邊選單*/
    .stellarnav .menu-toggle:after {display: none;}
    .stellarnav .menu-toggle span.bars span {height: 1px;}
	.stellarnav.mobile > ul > li > a.dd-toggle{top: 15px;}
	.stellarnav.mobile > ul > li.open > a.dd-toggle{top: 5px;}
/* 預設白色 */
.stellarnav a.dd-toggle .icon-plus:before,
.stellarnav a.dd-toggle .icon-plus:after {
    border-bottom: solid 1px #fff;
    transition: all 0.3s ease;
}

/* sticky 後變金色 */
.header_area.sticky .stellarnav a.dd-toggle .icon-plus:before,
.header_area.sticky .stellarnav a.dd-toggle .icon-plus:after {
    border-bottom: solid 1px #d4af37;
}
	.stellarnav.mobile .close-menu{position: relative;color: transparent;}
	.stellarnav.mobile .close-menu > *{display: none;}
	.stellarnav.mobile .close-menu:before{content: "×";position: absolute;right: 10px;top: 10px;color: #000;
        font-size: 12px;}
    .stellarnav.mobile > ul > li > a b{vertical-align: middle;}
	.stellarnav .menu-toggle span.bars span {height: 2px;width: 28px;background: #fff; }
    .sticky .stellarnav .menu-toggle span.bars span {
        background: #000; /* sticky 後金色線條 */
    }

    /*sticky後白色*/
	.stellarnav .menu-toggle:after {font-weight: 600;color: #fff;}
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: transparent;}
	.stellarnav.mobile.left .close-menu {background: #d4af37; width: 32px;height: 32px;margin: 10px 10px 0 auto;
		border-radius: 10px;display: block;}
    .stellarnav.mobile .close-menu:before {font-size: 20px;top: 0;right: 0;display: block;width: 100%;height: 100%;
    	line-height: 30px;text-align: center;color: #fff;padding-left: 1px;}
    .stellarnav.mobile {left: 8px;top: 15px;}
    .stellarnav.mobile li.open {background: #f8f8f8;padding: 0;}
    .stellarnav.mobile li.open li.open {background: #f3f3f3;padding: 0;}
    .stellarnav.mobile li li.has-sub a {padding: 10px 15px;}
    .stellarnav.mobile li.has-sub li a {text-align: left;padding: 8px 15px;color: #d4af37; }
    .stellarnav.mobile li.has-sub li a.dd-toggle{right: 5px;}
    .stellarnav.mobile li.has-sub li a.dd-toggle:hover {padding-left: 0;text-align: center;background: transparent;}
    .stellarnav.mobile > ul > li {border-bottom: 1px #f6f5f5 solid;}
    .stellarnav.mobile > ul > li > a {color: #d4af37; }
    .stellarnav.mobile > ul > li > a.dd-toggle {top: 12px;}
    .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{width: 10px;}
    .stellarnav.mobile > ul > li > ul > li > ul ~ a.dd-toggle .icon-plus {margin: 0 auto;display: block;}
    .stellarnav li.has-sub li a:hover {background: #fff;color: #d4af37; }
    .stellarnav.mobile ul {    background: #000;}/*menu背景色*/
}

@media screen and (max-width: 570px) {
    .stellarnav.mobile {
        top: 20px;
    }
}

/* ----------------------------------- footer ----------------------------------- */
.footer {
  position: relative;
  background: linear-gradient(135deg, #212121, #0c0c0c, #131313);
  overflow: hidden;
  padding: 50px 20px 50px;
  min-height: auto;
  isolation: isolate;
  border-top: 1px solid rgba(212,175,55,0.35);
}

/* -------------------- 動態金線效果 -------------------- */
.footer::before,
.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-repeat: repeat;
  background-size: 200% 2px; /* 線條厚度 */
}

/* ::before 主金線動畫 */
.footer::before {
  background-image: linear-gradient(
    90deg,
    rgba(212,175,55,0) 0%,
    #d4af37 50%,
    rgba(212,175,55,0) 100%
  );
  animation: goldLineMove 12s linear infinite;
  top: 12%;
}

/* ::after 第二條金線動畫（偏移角度） */
.footer::after {
  background-image: linear-gradient(
    120deg,
    rgba(212,175,55,0) 0%,
    #e8c03b 50%,
    rgba(212,175,55,0) 100%
  );
  animation: goldLineMove 16s linear infinite;
  top: 60%;
}




/* 金線水平移動動畫 */
@keyframes goldLineMove {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* 保留微冷金屬底紋（科技感） */
.footer > * {
  position: relative;
  z-index: 1;
}

.footer_logo img {
  filter: brightness(0) invert(1);
  max-width: 75%;
}

.footer_logo svg {
  fill: #ffffff !important;
}

.footer_info li p,
.footer_info li p a {
  color: #d9d9d9;
  letter-spacing: 0.05em;
}

.footer_menu a {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(212,175,55,0.25);
  color: #e6e6e6;
  letter-spacing: 0.12rem;
  font-size: 13px;
  border-radius: 4px;
  font-weight: 500;
  padding: 6px 18px;
  min-width: 100px;
  text-align: center;
  margin: 5px 8px 5px 0;
  transition: all 0.3s ease;
}

.footer_menu a:first-child { display: none; }

.footer_menu a:hover {
  background: rgba(212,175,55,0.15);
  border-color: #d4af37;
  color: #ffffff;
  box-shadow: 0 0 12px rgba(212,175,55,0.25);
}

.copy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #05080c;
  color: #aaaaaa;
  font-size: 12px;
  padding: 12px 0;
  z-index: 2;
  border-top: 1px solid rgba(212,175,55,0.2);
}

.copy a {
  color: #cccccc;
  transition: all 0.3s ease;
}

.copy a:hover { color: #d4af37; }

/* RWD  */
@media (max-width: 768px) {
.footer.with_shopping_mode { padding:30px 0 50px; }
.footer_logo img {    max-width: 55%;
}

  .copy {
    position: relative;   /* 改成相對定位 */
    bottom: auto;
    left: auto;
  }
}


@media (max-width: 500px) {
.footer_logo img {    max-width: 55%;
}
.footer::after  {
    top: 25%;
}
}

@media (max-width: 500px) {
.footer::before  {display: none;}
.footer::after  {
    top: 23%;
}
}