@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

body {
  font-family: "Noto Sans TC", sans-serif;
}


/*大圖*/
#content_main {  margin: 0;}
.bannerindex { position: relative; 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:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
    }




/*圖1*/

.bannerindex .swiper-slide.swiper-slide:nth-child(1):after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw//hdmusic2026/title01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 31%;
    left: 3%;
    width: 26% !important;
    height: 47% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: fade-in-top 3s cubic-bezier(.39, .575, .565, 1.000) both;
    animation-delay: .3s;
}
@keyframes fade-in-top {
    0% {
        transform: translateY(-200px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


.bannerindex .swiper-slide.swiper-slide:nth-child(1):before{
    content: "";
    display: block;
    position: absolute;
    background: url(https://pic03.eapple.com.tw//hdmusic2026/frame01.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: calc(100% / 1 * 0.12);
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    animation: scale-up-ver-bottom 3s cubic-bezier(.39, .575, .565, 1.000) both;
    animation-delay: .2s;

}


@keyframes scale-up-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }
}

/*圖2*/

.bannerindex .swiper-slide.swiper-slide:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw//hdmusic2026/title02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 31%;
    left: 3%;
    width: 26% !important;
    height: 47% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: fade-in-top 3s cubic-bezier(.39, .575, .565, 1.000) both;
    animation-delay: .3s;
}


.bannerindex .swiper-slide.swiper-slide:nth-child(2):before {
    content: "";
    display: block;
    position: absolute;
    background: url(https://pic03.eapple.com.tw//hdmusic2026/frame02.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: calc(100% / 1 * 0.12);
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    animation: scale-up-ver-bottom 3s cubic-bezier(.39, .575, .565, 1.000) both;
    animation-delay: .2s;

}

/*圖3*/

.bannerindex .swiper-slide:nth-child(3):after {
    background: url(https://pic03.eapple.com.tw//hdmusic2026/title03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 31%;
    left: 3%;
    width: 26% !important;
    height: 47% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: fade-in-top 3s cubic-bezier(.39, .575, .565, 1.000) both;
    animation-delay: .3s;
}


.bannerindex .swiper-slide:nth-child(3):before {
    content: "";
    display: block;
    position: absolute;
    background: url(https://pic03.eapple.com.tw//hdmusic2026/frame03.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: calc(100% / 1 * 0.12);
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    animation: scale-up-ver-bottom 3s cubic-bezier(.39, .575, .565, 1.000) both;
    animation-delay: .2s;

}

/*footer***********************************************************/

.footer:after {display: none;} 
.pageIndex.footer:after {display: block;}  
.footer .center{display: none;}
.copy{display: none;}


.footer {
    padding: 290px 0 0;
    background: transparent;
    background-image: url(https://pic03.eapple.com.tw/hdmusic2026/footer.jpg);
    background-size: auto;
    background-repeat: no-repeat;
}


/*header*/
.me_tp_features{display: none;}

.main_header_area .container {
    max-width: 90%;
}
.navigation {
    display: block;
}
.stellarnav ul {
    text-align: center;
}

/*logo*/
.header_area {background: #fdf7e7;transition: all .4s ease;padding: 0.5vw 2vw;box-shadow: 0 0 10px #c0c0c0;}
.header_area.sticky {background: #fdf7e7;}
.header_area .navigation {display: flex;grid-template-columns: 200px 1fr;grid-gap: 0 20px;}
.nav-header{
    max-width: 220px;
}
.header_area .stellarnav ul{text-align: right;}


/*第一層*/
.stellarnav li.has-sub > a:after{display: none;}
.stellarnav > ul > li > a {
    color: #333;
    margin: 0 15px;
    letter-spacing: 1px;
    transition: all .4s ease-in-out;
    font-weight: 400;
    font-size: 16px;}
.stellarnav > ul > li.has-sub > a{padding: 0px;}
.stellarnav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/***/

.stellarnav > ul > li:after {
    content: '';
    background: #654321;
    z-index: -1;
    width: 100%;
    height: 0px;
    left: 0px;
    position: absolute;
    bottom: -20px;
    transition: height 0.3s ease;
}

.stellarnav > ul > li:hover:after {
  height: 120px;
  transition: height 0.5s ease;
}

.stellarnav>ul>li:hover>a {
    color: #fff;
}
/***/


/*第二層*/
.stellarnav li li {    border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 8px 9px;
    transition: all 0.3s;
    color: #444;
    font-size: 15px;
}
.stellarnav li li:hover > a{
    background: #654321;
    color: #fff;
}

.stellarnav li li.has-sub:hover > a {
    background: #654321;
    color: #fff;
}


@media screen and (max-width: 1024px){

    .main_header_area .container {
        max-width: 98%;
    }

    .header_area.sticky .stellarnav > ul > li > a {
        margin: 8px 6px;
    }

    .header_area.sticky {
        padding: 1.5vw 2vw;
    }
}

@media screen and (max-width: 768px){
    .header_area {
        background: #f9f6f5;
        position: sticky;
        padding: 2.5vw 2vw;
    }

    .nav-header {
        margin: auto;
    }
    .nav-brand img {
        display: block;
        width: 80px;
        transition: all .5s;
    }

    .header_area.sticky .nav-brand img {
        display: block;
        position: sticky;
        width: 60px;
        padding: 0px;
        box-shadow: none;
        background: transparent;
        margin: auto;
        transition: all .5s;
    }

    .header_area.sticky .navigation {
        display: flex
    }

    .header_area.sticky {
        padding: 1.5vw 2vw;
    }
}

/*footer*/
.footer_menu a:first-child {display: none;}


/*分隔線*******************************************************/


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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_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:none; 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;}
@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: 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;}
}
@media screen and (max-width: 600px) {
}
/* 商品下拉超過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;}
/*購物車側選單*/

.product-layer-two li a {
    padding: 10px 16px;
    color: #444;
    background: #fdf7e7;
    position: relative;
  }
  
  
  .product-layer-two li.active a {
    border: none;
    font-weight: 400;
  }
  
  .product-layer-two li i {
    top: 4px;
    color: #444;
    transition: 0.3s;
  }
  
  .product-layer-two li i:hover {
    filter: drop-shadow(2px 2px 3px #4f5a47);
    transform: rotate(45deg);
    color: #FFF;
    transition: 0.3s;
  }
  
  .product-layer-two li.active li a {
    font-weight: 400;
    letter-spacing: 2px;
    color: #444;
    background: transparent;
  }
  
  .product-layer-two li li a {
    padding: 5px 10px;
    color: #444;
    transition: all 0.4s;
  }
  
  
  /*商品外觀*/
  
  .products-list .price b {
    color: #7e7a72;
    letter-spacing: 1px;
    font-weight: 400;
  }
  .products-list .name {
    font-size: 16px;
    color: #444;
    letter-spacing: 1px;
    font-weight: 400;
    border-bottom: 1pt solid #cad3c3;
    height: 60px;
  
  }
  
  .products-list .more {
    display: none;
  }
  
  .products-list .item a {
    padding-bottom: 0px;
    position: relative;
  
  }
  
    .products-list .pic img {
      border-radius: 5px;
  }
  
  .products-list .pic:before {
    content: "READ MORE";
    letter-spacing: 2px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    line-height: 161%;
    background: #fdf7e7;
    opacity: 1;
    transition: all 0.3s;
    font-size: 14px;
    width: 100%;
    color: #444;
  }
  
  .products-list .pic img {
    border-radius: 5px;
    transition: all 0.6s;
  }
  
  .products-list a:hover .pic:before {
    opacity: 0;
  }
  
  .products-list a:hover .pic img {
    transform: translate(0%, 0%) scale(1.1);
    filter: none;
    transition: all 0.6s;
  }
  
  
  /*商品內頁側邊單*/
  .sidebarBtn {
    border: none;
  }
.product_info li .txt_box {
    color: #b6a17e;
}
  .sidebarBtn .price span {
    color: #947c63;
    font-weight: 500;
    border-radius: 50px;
    text-align: justify;
    font-size: 17px;
    margin: 8px 0px;
}
  
  .sidebarBtn h2 {
    color: #000;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 500;
  }
  
  .sidebarBtn .price {
    color: #444;
      font-size: 18px;
      font-weight: 400;
    border-bottom: 1px solid #adb8a4;
  }
  
  .radio-inline__input:checked + .radio-inline__label {
    background: #ffffff;
    color: #444;
  }
  
  .inquiry_a3 {
    background: #bd9692;
  }
  
  .inquiry_a3:hover {
    letter-spacing: 2px;
    background: #fdf7e7;
  }

  .pd_tabTitle li.activeTab::after {
    height: 1px;
}

.edit {
    font-weight: 400;
    color: #333;
    letter-spacing: 0.04em;
}

.prod_related{
    display: none;
}
.inquiry_a2 {
    background-color: #b6a17e;
}

.inquiry_a1 {
    background-color: #4a673d;
}

/********分隔線**************************************************************/


/*預設解除背景輪播*/
#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 h5 {display: none;}
.banner {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 2000 / 400;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: fade-in-left .6s cubic-bezier(.39, .575, .565, 1.000) both;
    padding: 0px;
    min-height: auto;
    background-image: url(https://pic03.eapple.com.tw/hdmusic2026/banner1.jpg);
}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




