@charset "utf-8";

body {font-family:"Josefin Sans", sans-serif,"Noto Sans TC", sans-serif;}


/* 捲軸寬度及高度 */
&::-webkit-scrollbar {
background: #ffffff;
width: 4px;
}
/* 捲軸兩側頂端的按鈕 */
&::-webkit-scrollbar-button {
display: none;
}
/* 滑桿顏色 */
&::-webkit-scrollbar-thumb {
background-color: #f6c159;
border-radius: 0px;
transition: all 0.3s;
}
/* 軌道背景底色 */
&::-webkit-scrollbar-track {  
background-color: #ffffff;
}

.path p, .path p a {
display: none;
}

#content {
background: #000;
}


/*中英轉換按鈕*/

.me_tp_features {
    top: 40px;
}

@media screen and (max-width: 600px) {
    .me_tp_features {
        top: 40px;
    }
}

/*大圖****************************************************************/


#content_main {  margin: 0;    background: #161616;}
.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;}
@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
    }

/*第一張大圖*/
.bannerindex:before {
    background: url(https://pic03.eapple.com.tw/oneshoot/title.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 81%;
    left: 20%;
    width: 25% !important;
    height: 22% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: fade-in-left 2s cubic-bezier(.39,.575,.565,1.000) both;
}

.bannerindex:after {
    content: "";
    position: absolute;
    top: -109%;
    left: 13%;
    width: 15%;
    height: 172%;
    overflow: hidden;
    background: url(https://pic03.eapple.com.tw/oneshoot/photo.png) repeat-y right top;
    background-size: contain;
    animation: vertical-scroll 200s linear infinite;
    animation-delay: 1s;
    opacity: 0;
}

@keyframes vertical-scroll {
0% {   
    opacity: 0;
    background-position-y: 0;
}
1% {
    opacity: 1;
} 
100% {
    opacity: 1;
    background-position-y: -9999px;
}
}


@keyframes fade-in-left {
  0% {
    transform: translate(-50%,-50%) translateX(-80px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%,-50%) translateX(0);
    opacity: 1;
  }

}


@media screen and (max-width: 600px) { 



.bannerindex .swiper-slide img { display:none; }
.bannerindex .swiper-slide {height: 130vw;  width: 100% !important; }/*圖片比例*/
.bannerindex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/oneshoot/rwd_01.jpg); background-position: top; background-size:cover;}/*個別換背景*/
.bannerindex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/oneshoot/rwd_02.jpg); background-position: top; background-size:cover;}

.bannerindex:after {
    content: "";
    position: absolute;
    top: -106%;
    left: 13%;
    width: 27%;
    height: 174%;
    overflow: hidden;
    background: url(https://pic03.eapple.com.tw/oneshoot/photo.png) repeat-y right top;
    background-size: contain;
    animation: vertical-scroll 200s linear infinite;
    animation-delay: 1s;
    opacity: 0;
}

.bannerindex:before {
    background: url(https://pic03.eapple.com.tw/oneshoot/title.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 71%;
    left: 5%;
    width: 45% !important;
    height: 20% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: fade-in-left 2s 
cubic-bezier(.39, .575, .565, 1.000) both;
}

}

/*header**********************************************************************/
.nav-brand img {margin: 15px 0px 15px 0px;}
.navigation {display: flex;align-items: center;flex-direction: column;}
.stellarnav ul {
    text-align: center;
    padding-top: 10px;
    position: relative;
}
.stellarnav>ul:before{
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #fff;
    top: 0px;
    left: 0px;
    transition: all 1.3s;
}

.header_area.sticky .stellarnav>ul:before{
    width: 50%;
    transition: all 1.3s;
}

.stellarnav>ul:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #f6c159;
    top: 0px;
    right: 0px;
    transition: all 1.3s;
}

.header_area.sticky .stellarnav>ul:after{
    width: 50%;
    transition: all 1.3s;
}

.main_header_area .container {
    max-width: 100%;
}
.nav-header {
    max-width: 300px;
    padding: 20px 0 0px;
    transition: all 1s;
}
.header_area.sticky .nav-header {
    max-width: 215px;
    padding: 0px;
    transition: all 1s;
}
.header_area {
    padding:0px;
    position: fixed;
    background: transparent;
}

.header_area.sticky {
  background: transparent;
}

.main_header_area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: all 1.3s ease-in-out;
    z-index: -1;
    opacity: 0;
}

.header_area.sticky .main_header_area:after {
    width: 100%;
    transition: all 1.3s ease-in-out;
    opacity: 1;
}

.stellarnav {
    bottom: -50px;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
}

.header_area.sticky .stellarnav {
    bottom: 0px;
    opacity: 1;
    pointer-events: all;
    transition: all 1s;
}

/*第一層*/
.stellarnav > ul > li > a {
    transition: all 0.3s;
    color:#FFF;
    letter-spacing: 2px;
    font-weight:400;
    font-size: 14px;
}
.stellarnav > ul > li:hover > a,
.stellarnav > ul > li.active> a,
.stellarnav > ul > li.focus > a {
    color: #f5c159;
    font-weight:400;
}

.stellarnav > ul:hover > li > a {
    opacity: 0.5;    
    transition: all 0.3s ease-in-out;
}
.stellarnav > ul > li:hover > a {
    opacity: 1;    
    transition: all 0.3s ease-in-out;
}
.stellarnav > ul > li.has-sub > a {
    padding-right:0px
}
.stellarnav li.has-sub > a:after{
    display: none;
}
.tp_links {
    display: none;
}
.stellarnav li {
    padding: 0px 30px;
}
.stellarnav > ul > li:not(:nth-last-child(1)):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 19px;
  background: #fff;
  right: -3px;
  top: 11px;
}

/*第二層*/

.stellarnav li li {
    padding: 0px;   
    border: none;}

.stellarnav ul ul {
    background: #121212;
    border: none;
    padding: 0px;
}

.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 13px;
    transition: all 0.3s;
    border: none;
    position: relative;
    letter-spacing: 2px;
    font-size: 13px;
    color: #fff;
}

.stellarnav li li > a:before, .stellarnav li li.has-sub > a:before {
    content: '►';
    position: absolute;
    top: 50%;
    left: -30px;
    color: #fff;
    font-size: 9px;
    transform: translateY(-50%);
    transition: all .5s;
    opacity: 0;
}

.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    border: none;
    padding-left: 30px;
    color:#f6c159;
    font-weight: 500;
}

.stellarnav li li:hover > a:before, .stellarnav li li.has-sub:hover > a:before {
    left: 10px;
    color:#f6c159;
    transition: all .5s;
    opacity: 1;
}

 @media screen and (max-width: 1200px) {
    .nav-header {
    max-width: 250px;
}
 }

      
  @media screen and (max-width: 768px) {

.nav-header {
    max-width: 220px;   
}

.header_area.sticky .nav-header {
    max-width: 180px;
    margin-top: 10px;
}


.stellarnav > ul:hover > li > a {opacity: 1;    transition: all 0.3s ease-in-out;}
.stellarnav > ul > li:hover > a {opacity: 1;    transition: all 0.3s ease-in-out;}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0px;
    border: none;
}


.navigation:before{
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #fff;
    bottom: 0px;
    left: 0px;
    transition: all 1.3s;
}

.header_area.sticky .navigation:before{
    width: 50%;
    transition: all 1.3s;
}

.navigation:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #f5c15a;
    bottom: 0px;
    right: 0px;
    transition: all 1.3s;
}

.header_area.sticky .navigation:after{
    width: 50%;
    transition: all 1.3s;
}

.stellarnav>ul:after,.stellarnav>ul:before{
    display: none;
}

}

@media screen and (max-width: 768px) {
    .nav-header {
        max-width: 180px;
    }
}


/*footer*/


.footer_menu a:first-child {display: none;}
.box_link{
    display: none;
}
.footer {
    background: #000;
    padding: 25px 0 0;
}

.footer_info li:nth-child(2){
    display: none;
}

.footer_info li p ,.footer_info li p a{
    color:#FFF;
    transition: all .4s;
    font-size: 13px;
}
.footer_info li p:hover a,.footer_info li p:hover{
    color:#f5c159;
    transition: all .4s;
}

.footer_info li p:nth-of-type(4) {
    display: none;
}

.footer_logo {
    max-width: 190px;
    display: flex;
    align-items: center;
}

.footer_info li {
    text-align: end;
}

.copy{
    font-size: 11px;
    padding: 15px 0;
    border-top: 1px #1b1b1b solid;
}

.copy a{
    transition: all .4s;
}

.copy a:hover {
    color: #f5c159;
    transition: all .4s;
}

@media screen and (max-width: 600px) {
.footer_info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_info li {
    text-align: center;
}
}

/*順序排列*/

.footer_info li {
    display: flex;
    flex-direction: column;
}


.footer_info .taxid {
  order: 5;
}

.footer_info li p.taxid:before{
    display: none;
}

.footer_info .taxid::after {
    content: "統編：22650338";
    display: block;
}



/* 商品下拉超過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_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;}
@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) {
}

/*文章設定*********************************************************************

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/

.fa-circle-chevron-right::before {content: "\f0da";}
.fa-chevron-down::before {content: "\f0d7";}
.blog_le .accordion li.open i.fa-chevron-down::before {content:"\f0d8";}

.blog_search input[type=search] {
    border-radius: 0px;
    padding: 10px 31px 9px 10px;
    font-weight: 400;
    color: #000000;
    border: none;
    border-bottom: 1px solid #868686;
    margin-bottom: 30px;
}

.blog_search input[type=submit] {
    width: 28px;
    height: 28px;
    filter: grayscale(1);
    right: 5px;
    top: 3px;
}
.blog_ri {
    padding: 0 0 0 100px;
}
.blog_le {
    width: 220px;
    position: sticky;
    top: 150px;
}
h5.blog_le_t span {
    display: none;
}

h5.blog_le_t {
    font-size: 70px;
    font-weight: 500;
    font-family: "Noto Sans TC", sans-serif;
    margin: 0px 6px 45px 6px;
    color: #ffffff;
    letter-spacing: 4px;
    line-height: 120%;
    text-align: end;
}

h5.blog_le_t:after {
    content: 'WORKS';
    position: absolute;
    top: 62px;
    left: -81px;
    font-size: 15px;
    transform: rotate(90deg);
    font-family: "Josefin Sans", sans-serif;
    color: #f5c15a;
    letter-spacing: 22px;
}

.blog_le .accordion {
    border: none;
    border-radius: 0px;
}

.blog_list_ri h5 {
    font-size: 18px;
    display: flex;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #444;
    margin-top: 10px;
}


.blog_list_ri p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.blog_list_ri em {
    margin-top: 30px;
    font-size: 12px;
    font-weight: 400;
    color: #262626;
    letter-spacing: 0.5px;
    display: none;
}

.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blog_list_ri {
    padding: 0 25px 20px 25px;
}

.accordion li .link a {
    font-weight: 500;
    letter-spacing: 2px;
}
.blog_shareData{display: none;}
.subbox_item a:after { background:#f5c15a;}

.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    background: #f5c15a;
    transition: all .5s;
}

.blog_page .main_part ,.blog_in_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;
    border-top: 1px solid #fbddc3;
}
.submenu li+li {
    border-top: 1px solid #fbddc3;
}
.blog_le .accordion li.open .link {
    background: #f5c15a;
}
.blog_le .accordion li.open .link a , .blog_le .accordion li.open .link i {
    color:#fff
}

.submenu {
    background: #fff7e7;
    font-size: 13px;
}

.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {
    background: #f5c15a;
    color: #ffffff;
    letter-spacing: 3px;
    font-weight: 400;
    padding: 5px 25px;
    margin: 0px 13px;
}

.blog_back a {
    width: auto;
}

.accordion li .link {
    background: #fff;
}

.blog_back {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
}

.edit {
    padding: 30px 0 90px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.04em;
}

h4.blog_category_title {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
}

.articel_mainPic img {
    display: none;
}

.subbox_item a:hover:before {
    transform: translate(-50%, -50%) scale(1);
    transition: all 500ms;
}

.path p, .path p a {
display: none;
}

.blog_list_le {
position: relative;
}

.blog_list_le::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0); 
    width: 100px;
    height: 100px;
    background-image: url(https://pic03.eapple.com.tw//oneshoot/works_rm.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    transition: all 1s ease;
}

.subbox_item a:hover .blog_list_le::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg); 
    opacity: 1;
    animation: spin 3s linear infinite;
}

@keyframes spin {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to   { transform: translate(-50%, -50%) rotate(360deg); }
}

.blog_list_le img {
    z-index: 999;
    padding: 20px;
    transition: all .5s;
    position: relative;
}

.subbox_item a:hover .blog_list_le img {
    padding: 0px;
    transition: all .5s;
}

.blog_page h4.blog_category_title {
display: none;
}

.subbox_item {
    display: block;
    width: 100%;
    position: relative;
    border:none;
    background: #fff;
    transition: all .5s;
}



.submenu li.on_this_category a, .submenu a:hover {
    background: #ffebc3;
    padding-left: 40px;
}

.submenu a i {
  left: -30px;
  transition: all 0.4s;
}

.submenu a:hover i,.submenu li.on_this_category a i {
  left: 10px;
  transition: all 0.4s;
}

.subbox_item a:after{display: none;}
.subbox_item a:before{display: none;}
@media screen and (max-width: 768px) {
    h5.blog_le_t:after {
        top: -18px;
        left: -61px;
        letter-spacing: 15px;
    }

h5.blog_le_t {
    margin: 0px 6px 25px 6px;
    font-size: 60px;
}

}
@media screen and (max-width: 640px) {
    .blog_subbox {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
    .edit {
    padding: 30px 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;
}



/*首頁文章*/ 
.module_i_news li a:before {
display: none;
}

.i_blog_le{position: relative;}
.i_blog_ri em{display: none;}
.module_i_news li a:after {
    content: '';
    position: absolute;
    top: -5%;
    left: 51%;
    transform: translate(-50%, 0) rotate(0deg);
    width: 128px;
    height: 52px;
    background-image: url(https://pic03.eapple.com.tw//oneshoot/tape.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9999;
    bottom: unset;
    opacity: 1;
    border: none;
    transition: all 1s;
    background-color: transparent;
}

.module_i_news li:nth-of-type(1) a:after{
    transform: translate(-50%, 0) rotate(-20deg);
}

.module_i_news li:nth-of-type(3) a:after{
    transform: translate(-50%, 0) rotate(10deg);
}

.module_i_news li:nth-of-type(4) a:after {
    transform: translate(-85%, 0) rotate(35deg);
}


.module_i_news li a:hover:after {
    transform: translate(50%, -50%);
    opacity: 0;
    transition: all 1s;
}

.i_blog_ri h5 {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #3a3a3a;
    font-family: "Noto Sans TC", sans-serif;
}
.i_blog_ri p {
    font-size: 13px;
}

.module_i_news_list, .module_i_news_list.swiper {
    padding: 80px 0 30px;
}

.module_i_news ul {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.module_i_news li a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 10px;
    border: 1px solid #333;
    background: #ffffff;
}

.module_i_news {
    background: #000;
}

.module_i_news .title_i_box {
    display: none;
}

.i_blog_b {
    max-width: 100%;
    text-align: end;
}

.animated-arrow b {
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;
}

.fa-arrow-right::before {
    display: none;
}


.i_blog_b a i.fa-solid.fa-arrow-right {
    margin: 0px;
}

.i_blog_b a:hover i.fa-solid.fa-arrow-right {
    margin: 0px;
}


.animated-arrow {
    margin: 40px 0;
    height: 36px;
    line-height: 38px;
    background: #ffffff;
    border: none;
    color: #444;
    z-index: 0;
    transition: all .7s;
}


.animated-arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #f5c15a;
    transition: all .7s;
    z-index: -1;
}

.animated-arrow:hover::before {
    transition: all .7s;
    width: 100%;
}

@media screen and (max-width: 1024px) {

.module_i_news li a {
    margin-bottom: 30px;
}

.i_blog_b {
    text-align: center;
}

.animated-arrow {
    margin: 10px 0;     
}
}

@media screen and (max-width: 768px) {
/*列表*/
.blog_le { position: inherit;width: 100%;padding: 0px;}
.blog_le .accordion { display: block; padding-bottom: 30px;  }
.blog_ri {  padding: 0px;}
a.news_menu_toggle i { display: none;}
.blog_page .main_part, .blog_in_page .main_part {
    padding-right: 50px;
}
.module_i_news li {
    border-bottom: none;
}

/*內頁*/
.blog_back a { width: 100%;    font-size: 13px;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {
    padding: 5px 7px;
    margin: 0px 4px;
}


}



/*內頁BANNER 設定***************************************************************/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {
    background: #000;
}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode {
    padding: 30px 0px;
}
#to_top {
    bottom: 60px;
}

/* === Stellarnav 主結構 === */

.stellarnav li a {
    color: #444;
    background: transparent;
    border-radius: 0;
}

.stellarnav > ul > li.drop-left > ul {
    background: transparent;
    padding: 10px 0;
}

.stellarnav > ul > li ul li a:hover {
    background: transparent;
}

/* Mobile - 左側選單 */

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    font-size: 0px;
    background: #f5c15a;
    padding: 7px;
}

.stellarnav .icon-close {
    right: 12px;
}

.stellarnav .icon-close:before,.stellarnav .icon-close:after {
    border-bottom: solid 2px #ffffff;
}

.stellarnav.mobile.left > ul {
    top: -1px;
    border: none;
    background: #000000db;
    backdrop-filter: saturate(93%) blur(10px);
    padding: 0;
    animation:fade-in-left .8s cubic-bezier(.39,.575,.565,1.000) both
}

@keyframes fade-in-left{
    0%{transform:translateX(-150px);opacity:0}
    100%{transform:translateX(0);opacity:1}
}


/* === Mobile 版本 Stellarnav === */
.stellarnav.mobile {
    left: 14px;
    top: 28px;
}

.stellarnav.mobile li a {
    border-bottom: none
}

.stellarnav.mobile > ul > li {
    border-bottom: 1px #ffffff29 solid;
    padding: 10px;
}

.stellarnav.mobile ul {
    background: transparent;
    padding: 2px;
}

.stellarnav.mobile ul ul {
    padding: 2px;
}

.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    padding-left: 0px;
}

/* Mobile - li.open 狀態 */
.stellarnav.mobile li.open {
    background: transparent;
    padding: 10px;
}

.stellarnav.mobile li.open li.open {
    background: transparent;
    padding: 0;
}

/* Mobile - 下層連結 */
.stellarnav.mobile li.open li a:not(.dd-toggle) {
    margin-left: 30px;
    padding: 10px 20px;
    color: #ffffff;
    border-bottom: none;
    transition: .6s;
}

.stellarnav.mobile li.open li.open li {
    margin-left: 30px;
    transition: .6s;
}

.stellarnav.mobile li.open li li a:not(.dd-toggle) {
    border-left: 1pt solid #f5c15a;
}


/* Mobile - a.dd-toggle 外觀 */


.stellarnav a.dd-toggle .icon-plus {
    width: 20px;
    height: 20px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: relative;
}

.stellarnav a.dd-toggle .icon-plus:before,
.stellarnav a.dd-toggle .icon-plus:after {
    content: '';
    position: absolute;
    background: #ffffff;
    left: 50%;
    top: 50%;
    border: none;
}

.stellarnav a.dd-toggle .icon-plus:before {
    width: 10px; height: 1px;
    transform: translate(-50%,-50%);

}
.stellarnav a.dd-toggle .icon-plus:after {
    width: 1px; height: 10px;
    transform: translate(-50%,-50%);
}

.stellarnav li.open > a.dd-toggle .icon-plus:before {
    background: #f5c15a;
}

.stellarnav li.open > a.dd-toggle .icon-plus:after {
    opacity: 0;
}

.stellarnav li.open > a.dd-toggle .icon-plus {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* Mobile - a.dd-toggle 位置 */

.stellarnav.mobile > ul > li > a.dd-toggle {
    top: 10px;
}
.stellarnav.mobile > ul > li > ul > li a.dd-toggle {
    top: 10px;
}


/* === Menu Toggle 按鈕 === */
.stellarnav .menu-toggle:after {
    display: none;
    color: #f1f0e0;
}

.stellarnav .menu-toggle span.bars span {
    height: 2px;
    border-radius: 0;
    margin: 0 auto 6px;
}

.stellarnav .menu-toggle span.bars span:nth-of-type(1),
.stellarnav .menu-toggle span.bars span:nth-of-type(3) {
    background: #fff;
}
.stellarnav .menu-toggle span.bars span:nth-of-type(2) {
    background: #f5c15a;
}

/* === 次選單BEFORE === */

.stellarnav.mobile li.open li a:before {
    opacity: 0;
}

.stellarnav.mobile li.open li.open li a:before {
    display: none;
}

.stellarnav.mobile li.open li a:not(.dd-toggle):before {
  content: '►';
  position: absolute;
  top: 50%;
  left: 0;
  color: #f6c159;
  font-size: 9px;
  transform: translateY(-50%);
  transition: all .5s;
  opacity: 1;
}


/*選單逐一出現*/

.stellarnav> ul > li > a {
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
}

.stellarnav.left.mobile.active > ul > li > a {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.stellarnav.left.mobile.active  > ul > li:nth-of-type(1) > a {
    transition-delay: 0.3s;
}

.stellarnav.left.mobile.active  > ul > li:nth-of-type(2) > a {
    transition-delay: 0.5s;
}

.stellarnav.left.mobile.active  > ul > li:nth-of-type(3) > a {
    transition-delay: 0.7s;
}

.stellarnav.left.mobile.active  > ul > li:nth-of-type(4) > a {
    transition-delay: 0.9s;
}

/*底部聯絡按鈕*/

#bottom_menu {
    background: #1e1e1e; 
}

#bottom_menu li {
    border-right: 1px solid #525252;
}

#bottom_menu li a {
    padding: 15px 5px 10px;
    color: #fff;
}

#bottom_menu li a em {
    display: none;
}

}

@media screen and (max-width: 600px) {

.stellarnav.mobile {
        left: 21px;
        top: 37px;
    }

}



