@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


body{ font-family: "Noto Sans TC", serif;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*大圖特效*/

/*大圖特效*/

#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}

.swiper-slide img { height: auto;}
.swiper-pagination { display: none;}
.swiper-slide { position: relative;}
.bannerindex .swiper-slide.swiper-slide-active:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
    }

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/xintong1372/ban01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 8.5%;
    left: -2.5%;
    width: 105% !important;
    height: 105% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
    overflow: hidden;
    animation: fade-slide-right 1.5s cubic-bezier(.39, .575, .565, 1.000) both;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    width: 150%;
    height: 100%;
    top: 0;
    left: -150%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 15%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 75%, 
        rgba(255, 255, 255, 0) 100% 
    );
    animation: shine-slide3 1.5s linear infinite;
}


.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw/xintong1372/ban02.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: -2.5%;
    width: 105% !important;
    height: 105% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
    overflow: hidden;
    animation: fade-slide-right 1.5s cubic-bezier(.39, .575, .565, 1.000) both;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { display: inline-block; text-align: right; font-size: 12px; background: linear-gradient(120deg, #700000, #9c0000, #fc0000); color: #fff;
}
.stellarnav .icon-close:before, .stellarnav .icon-close:after { border-bottom: solid 3px #ffffff;}



@keyframes fade-slide-right {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes shine-slide3 {
    from {
        left: -150%;
    }
    to {
        left: 150%;
    }
}

@media screen and (max-width: 600px) { 
.news_list ul li p {
    color: #990015!important;
}

    /*RWD大圖*/
  
 /* .bannerindex .swiper-slide img { display:none; }
  .bannerindex .swiper-slide {height: 117vw;  width: 100% !important; }
  .bannerindex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/xintong1372/bg1-rwd.jpg); background-position: top; background-size:cover;}
  .bannerindex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/xintong1372/bg2-rwd.jpg); background-position: top; background-size:cover;}*/
  
  /*第一張大圖*/

  /*.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    width: 150%;
    height: 100%;
    top: 0%;
    left: -150%;
    background: linear-gradient(65deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 0%) 15%, rgb(255 255 255) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    animation: shine-slide3 1slinear infinite;
}


  .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/xintong1372/rwd1-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 1px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
}*/


  
  
  /*第二張大圖*/
  
 /* .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw/xintong1372/title2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 57%;
    left: 7%;
    width: 45% !important;
    height: 46% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
    overflow: hidden;
    animation: fade-slide-right 1.5scubic-bezier(.39, .575, .565, 1.000) both;
}
  */
  }
  


/*logo*/

.nav-header {
    max-width: 230px;
    width: 90px;
}

/*header*/
.me_tp_features {
display: none;
}

.header_area {
    background: #ffffff;
    padding: 10px 10px 5px;
    box-shadow: 1px 1px 25px rgb(0 0 0 / 6%);
}

.header_area.sticky {
    background: #FFF
}

.navigation {
    display: flex;
    align-items: center;
}

/*第一層*/

.stellarnav > ul > li.has-sub > a {
padding-right:0px
}

.stellarnav li.has-sub > a:after{
display: none;
}

.stellarnav > ul > li:hover > a {
    color: #444;
    transition: 0.3s;
}

.stellarnav > ul > li > a {
    margin: 0 15px;
    letter-spacing: 0.05em;
}



.stellarnav > ul > li > a {
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.stellarnav > ul > li > a:before {
    content: "";
    position: absolute;
    left: -150%;
    top: 94%;
    height: 92%;
    width: 205%;
    background: radial-gradient(circle, #a60000, #b40000, rgba(255, 255, 255, 0));
    transform: skewX(-20deg);
    transition: all 0.6s ease-in-out;
}

.stellarnav > ul > li:hover > a:before {
    left: 100%;
}




/*第二層*/
.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, .stellarnav li li.has-sub:hover > a {
    background: #0c335b;
    color: #fff;
}

.stellarnav li li li:hover > a {
    background: #072441;
    color: #fff;
}

/*Footer/＝＝＝＝＝*/
/*.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 60px 30px 0;
}
.footer_menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(257px, 100%), 1fr));
    gap: 11px;

}
.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 10px;
    transition: all 0.3s;
    background: #ffffffbd;
    border: 1pt solid #ffffff;
    color: #3b3b3b;
    letter-spacing: 1px;
    border-radius: 5px;
}

.footer_menu a:hover {background: #0c335b;border: 1pt solid #0c335b;}*/


/*footer效果*/

.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 10px;
    transition: all 0.4s ease;
    background: #ffffff1a;
    border: 1px solid #ffffff33;
    color: #e0e0e0;
    letter-spacing: 1px;
    border-radius: 8px;
    backdrop-filter: blur(4px);
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.footer_menu a::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, #700000, #9c0000, #fc0000);
    animation: rotateBorder 4s linear infinite;
    z-index: -1;
}

.footer_menu a:hover {
    color: #ffffff;
    border-color: #ffffff;
    background: rgb(255 255 255);
    transform: translateY(-2px);
	font-weight: bold;
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*------*/

.footer_info li p {  color: #ffffff;}
.footer_info li p a { color: #ffffff;}
.footer_info li p.add:before { display: none;}
.footer_info li p.phone:before {display: none;}
p.phone {display: none;}
p.add { display: none;}
body.car_page .footer_info li p:before{position: initial;display: inline;}
.copy {border: none;}
.copy a:hover {color: #a1000d;}
.copy a { color: #949494;}
.box_link a{transition:all 0.3s;display: none;}
.box_link a:hover {    background: #b8ab92;    color: #fff;}
.footer_menu a:nth-of-type(1){display: none;}
.footer_logo img {display: none;}
.footer_logo {
    display: flex;
    justify-content: center;
    text-align: center;
}
.footer {
    padding: 50px 0 0;
    box-shadow: 1px 1px 25px rgb(0 0 0 / 6%);
    background:#000;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer_info ul {
    display: flex;
    vertical-align: bottom;
    width: calc(100% - 310px);
}
.footer_info li:nth-child(2) {
    width: 50%;
}
.footer_info li:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media screen and (max-width: 980px) {


.footer_info {
display: flex;
align-items: center;
padding: 0 0px 30px 0;
flex-direction: column;
}

.footer_info ul {
flex-direction: column;
align-content: center;
align-items: center;
width: 100%;
}

.footer_info li:nth-child(1) {
width: 100%;
align-items: center;
}

.footer_menu a {
    text-align: center;
}

}

@media screen and (max-width: 768px) {

/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
#bottom_menu {display: flex;}
.footer.with_shopping_mode { padding:30px 0 70px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}

}

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.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: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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0; background: #1f1f1f; }
.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 {
    height: 40vw;
    background-size: cover;
    background-position: center;
    max-height: 476px;
    min-height: 240px;
    position: relative;
    overflow: hidden;
    background: url(https://pic03.eapple.com.tw/xintong1372/abanner.jpg);
    background-size: cover;
    background-position: center;
}

.privacy_page .banner h5 {
    font-size: inherit;
    color: #ffffff00;
    text-shadow: unset;
}
.banner h5 {
    position: absolute;
    color: #ffffff;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 22px;
    text-shadow: 7px 5px 44px rgb(255 0 0), 7px 5px 44px rgb(255 0 0), 7px 5px 44px rgb(255 0 0), 26px 5px 57px rgb(255 0 0);
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁文章*/

.module_i_news .title_i_box{display: none;}

.module_i_news li a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.module_i_news ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.module_i_news {
    padding: 50px 20px;
    background-image: url(https://pic03.eapple.com.tw/4A000170/in_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


/*浮動按鈕*/
.info_fix_links {  display: flex !important;  padding: 0;  align-items: flex-end;}
.linksBtn { color: #FFFFFF;  background-color: #050505; display: none;}
.info_fix_links { display: none !important;}
.info_fix>span{  display: none;}

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/

.blog_le .accordion {
border: none;
border-radius: 0px;
}

.accordion {
    border: none;
}

.blog_page #content {
    background: #f3f3f3;
}

.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.subbox_item a:after { background: rgba(0,0,0,0.5);}
.blog_back a.article_btn_back {background: #8364b4;}
.blog_back a.article_btn_prev {background: #525463;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background: #0c335b;}
.blog_page .main_part {max-width:1600px;}
.submenu li.on_this_category a, .submenu a:hover {
    background: #647587;
    color: #ffffff;
}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next { background: #0c335b;}
.blog_back a.article_btn_back {background: #cdcdcd;}


.path p, .path p a {
display: none;
}


/**/ 

.subbox_item a:before {
    content: '';
    position: absolute;
    z-index: 19;
    top: 95%;
    left: 50%;
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, #0c335b, rgba(12, 51, 91, 0.3));
    border-radius: 2px;
    transform: translate(-50%, -50%) scale(0, 1);
    transition: transform 300ms ease-out;
}

.subbox_item a:hover:before {
    transform: translate(-50%, -50%) scale(1, 1);
}

.subbox_item a:after {
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    opacity: 0;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    background-size: 200% 200%;
    animation: shine-slide 1.5s linear infinite;
}
.subbox_item a:hover:after {
    opacity: 1;
    width: 100%;
    transition: width 400ms ease-in-out, opacity 200ms;
}

@keyframes shine-slide {
    from {
        background-position: -200% 0;

    }
    to {
        background-position: 200% 0;
    }
}


/**/


.blog_list_le img {
    z-index: 999;
}
h4.blog_category_title {
    color: #444;
    font-size: 25px;
    font-weight: 500;
}

/*最新消息*/
.news_list ul li p:after { color: #4d4d4d;}
.news_list ul li p { color: #e4e4e4;}

.promotion_title { display: flex; flex-direction: column;}
.promotion_title em { border: none ; padding: 0;}
.promotion_title span { border: none; padding: 0;}
.promotion_title h2 { color: #7a0007;}


/*相關文章*/

.news_related h6 span:before {
    color: #505050;
    font-weight: 400;
}

.lastPage {
    background: #0c335b;
    border-radius: 50px;
}

.news_related_list li a:hover {
    padding: 10px;
    transition: .3s;
}

.news_related_list li a {
    transition: .3s;
}
/*首頁文章*/

.animated-arrow{
    background: #b5a6cf;
    border-radius: 50px;}


/*聯絡我們/＝＝＝＝＝*/
.contact_content {display: block !important;}
.contact_editbox {    padding: 0;}
.contact_le_map a {    background: #e7e4df;}
.contact_form li.last cite {background: #b5a6cf;}
.contact_content {
    padding: 80px 10px 10px;
}


/*表格排列版面*/
.contact_content .information_left{display: none;}
.red {color: #b5a6cf;}
.contact_content .information_right {    width: 90%;    padding: 0;    margin: 0 auto 100px;    max-width: 1400px;    display: block;}
.blank_letter {     padding: 0;    font-size: 20px;    color: #3a3a3a;text-align: center;}
.blank_letter .note{display: block;color: #b5a6cf;text-align: center;}
.contact_form {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(400px,100%), 1fr));    gap: 30px;}
.contact_form li{padding: 0;}
.contact_form li .form__label {    display: block;    width: 100%;    text-align: end;    margin: 0 0 5px;    padding: 0;}
.contact_form li.last {    text-align: center;    grid-column: 1/-1;}
.contact_form li.last blockquote, .contact_form li.last cite{border-radius:50px;    border: 1px #b5a6cf solid;    padding: 0px;}


@media screen and (max-width: 600px){
    .contact_form li .form__label {
        text-align: justify;
        background: transparent;
        font-weight: 400;
    }  
}

/*相簿*/

.show-list .show_name:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #0c335b;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.show-list .show_name {
    font-weight: 400;
}

.show-list .item:hover .show_name {
    color: #0c335b;
}

.other_album_choice li {
    background: #0c335b;
}


.subalbum-menu h2 {
    color: #444;
}

.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;

    background: linear-gradient(135deg, 
        rgba(12, 51, 91, 0.2) 0%, 
        rgba(12, 51, 91, 0.6) 40%, 
        rgba(255, 255, 255, 0.3) 50%, 
        rgba(12, 51, 91, 0.6) 60%, 
        rgba(12, 51, 91, 0.2) 100%
    );

    left: 0;
    top: 0;
    opacity: 0;
    transform: translateY(20px) scale(1.1);
    filter: blur(8px);
    transition: opacity 0.6s ease-in-out, 
                transform 0.6s ease-in-out, 
                filter 0.6s ease-in-out;
}


.show-list .item:hover .overlay {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}



/*商品*/

.products-list .more {
    border: none;
    color: #444;
    background: #FFF;
    border-radius: 50px;
    font-weight: 400;
    border: 1pt solid #ceccda;
    box-shadow: 4px 4px 7px #ceccda40;
}

.products-list .item a:hover .more {
    background: #ceccda;
    color: #fff;
}

.products-list .price b {
    color: #ceccda;
}

.product-layer-two li a {
    color: #444;
}

.product-layer-two li li:hover > a {
    color: #A5CE4B;
}

.product-layer-two li li:hover > a:before {
    background: #A5CE4B;
}

.sidebarBtn {
    border: 2px #ddd solid;
}

.sidebarBtn .sp_price {
    color: #ceccda;
}

.inquiry_a1 {
    background: #ceccda;
}

.inquiry_a2 {
    background: #a5ce4b;
}

.prod_related h6 span:before {
    color: #444;
}

.pageIndex .products-list {
    grid-gap: 70px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.pageIndex .animated-arrow {
    background: #9c000d;
    color: #fff;
    display: inline-block;

    margin-top: 67px;
    height: 36px;
    line-height: 34px;
    overflow: hidden;
    width: 243px;
    text-align: center;
    position: relative;
}

/*首頁商品*/

.i_prod_tit, .i_video_tit {
    display: none;
    
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */

#to_top { bottom:60px;}

.stellarnav > ul > li > a:before{display: none;}
.stellarnav.mobile li.open li.open {
    padding: 0px;
}
.stellarnav.mobile li.open {
    background: #f3f3f3;
    padding: 0px 10px 10px 10px;
}

.nav-brand img {
    width: 120px;
    margin: 10px;
  }
  .stellarnav.mobile > ul > li > a {
    display: grid;
  }
  .stellarnav.mobile > ul > li > a {
    padding: 32px 43px 32px 10px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle {
    padding-top: 34px;
  }

  
}


@media screen and (max-width: 600px) { 

    .show-list {
        grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
        grid-gap: 10px;
    }

    .nav-brand img {
        margin: 0px;
        transition: all .4s ease-in-out;
    }

    .header_area.sticky .nav-brand img{width: 90px; margin: 0px;transition: all .4s ease-in-out;}
}



