@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=El Messiri:ital,wght@0,100..900;1,100..900&display=swap');

body{
	overflow-x:hidden;
	font-family:"El Messiri","Noto Serif TC","Noto Sans TC","Source Sans Pro","微軟正黑體","arial","sans-serif";
	font-weight: 400;
  letter-spacing: 1px;
}
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

.me_tp_features {    display: none;}
#content_main {
  margin: 0;
  background: url(https://pic03.eapple.com.tw/chenren/bg.jpg);
  background-size: cover;
  background-attachment: fixed;}
#content {background: url(https://pic03.eapple.com.tw/chenren/bg.jpg);background-size: cover;background-attachment: fixed;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.header_area {padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: unset;}
    .header_area {padding: 0;
      top: 0;
      left: 0;
      width: 100%;
      background: unset;}
.header_area.sticky {background: unset;}
.nav-header {max-width:500px;}
.nav-brand img {margin-top: 10px;width: 100%;}

/*.album_class_page .stellarnav > ul > li > a {color: #fff;}
.album_class_page .nav-brand {filter: contrast(0) brightness(100);}
.album_class_page .header_area.sticky .nav-brand {filter:none;}

.blog_page .stellarnav > ul > li > a {color: #fff;}
.blog_page .nav-brand {filter: contrast(0) brightness(100);}
.blog_page  .header_area.sticky .nav-brand {filter:none;}*/
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.pageIndex .header_area {padding: 0;background: none;}
.pageIndex .nav-brand img {margin-top:0px;width: 100%;filter: contrast(0) brightness(100);}
/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.navigation {grid-template-columns: unset;justify-items: center;z-index: 0;}
.pageIndex .header_area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;}
.pageIndex .header_area.sticky .stellarnav.desktop .menu-toggle span.bars span{background: #414141;}
.pageIndex .header_area.sticky .main_header_area {
  background: rgb(143 143 143 / 17%);
    backdrop-filter: saturate(93%) blur(7px);}

.pageIndex .main_header_area {
    background: linear-gradient(180deg, #00000078, #00000000);
    transition: all ease .6s;}
.main_header_area .container {  max-width: 1500px;padding: 0 30px;}
.nav-header {top: 4px;}
.nav-brand {width: 170px;padding-right: 20px;}
.bannerindex .swiper-pagination, .stellarnav li.has-sub > a:after {display: none;}
.stellarnav li li {font-size: 13px;}
/*次分類*/
/*側邊選單設定*/

.stellarnav > ul > li > a {color:#666;letter-spacing: 3px;}
.stellarnav > ul > li > a {margin: 10px 5px;}
/*banner01*//*第一張大圖的偽元素*//*依樣可以放before+after 兩個*/
#content_main { margin:0;}/*custom原本有寫*/
.bannerindex { position:sticky; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-banner { position:static; margin:0; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide img{height:auto;animation: none;}/*custom原本有寫*/
.bannerindex .swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.bannerindex .swiper-slide:before ,.bannerindex .swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}/*before+after依樣要寫的內容拆出來寫一起，要寫在個別下方也可以*/

.bannerindex .swiper-slide:nth-child(1):before{
    content: "";
    display: block;
    position: absolute;
    top: 0%;
    right: 10%;
    background: url(https://pic03.eapple.com.tw/chenren/banner-01.png);
    width: 100%;
    max-width: 80%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    animation: swiff 5s infinite cubic-bezier(0.65, 0.01, 0.28, 0.94);
}


.bannerindex .swiper-slide:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/chenren/banner-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: -1%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}


  .bannerindex .swiper-slide:nth-child(2):before {
  content: " ";
  display: block;
  clear: both;
  transition: all 0.3s ease-in-out;
  position: absolute;
  clear: both;
  z-index: 1;
  position: absolute;
  width: 110%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: url(https://pic03.eapple.com.tw/chenren/banner-04.png) no-repeat;
  animation: bgScroll 20s linear infinite;}

  @keyframes bgScroll {
    0% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
    50% {        -webkit-transform: translateX(-5%);        transform: translateX(-5%);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
}

.bannerindex .swiper-slide:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw/chenren/banner-03.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {animation: slide-top 2s 0.3s both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before { animation: slide-fade-in  2s 0.2s both;}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after { animation: slide-fade-in  2s 0.2s both;}


/*上升特效*/
  @keyframes slide-top {
  0% {-webkit-transform: translateY(100%);  /* 一開始的位置 在Y-100(最下方)*/
            transform: translateY(100%);
            opacity:0;/*透明度0*/}
  100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在Y-0(最上方)*/
            transform: translateY(0);
            opacity:1;/*透明度顯示*/}
  }

  @keyframes fade-in-elegant {
    0% {
        opacity: 0;
        transform: translateY(20px); /* 從下方滑入 */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* 最終位置 */
    }
}

@keyframes slide-fade-in {
    0% {
        opacity: 0;
        transform: translateX(-20px); /* 從左側滑入 */
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fade-in-bck {
    0% {
      -webkit-transform: translateZ(150px);
              transform: translateZ(150px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-bck {
    0% {
      -webkit-transform: translateZ(150px);
              transform: translateZ(150px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  
  @media screen and (max-width: 768px) {
    .bannerindex {
        padding-bottom: 0%;
    }}

    @media screen and (max-width: 500px) {
        .swiper-slide img {
            width: 200%;
        }
        .swiper-slide:nth-child(1) img {
            position: relative;
            height: auto;
            left: 0%;
        }
        .swiper-slide:nth-child(2) img {
            position: relative;
            height: auto;
            left: 0%;
        }
        
    }

/*選單設定*/
.header_area .main_header_area {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s;}

.header_area.sticky .main_header_area {
    height: 0px;
    transition: all 0.5s;}



.header_area .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile .me_tp_features{
    display: block;
    position: fixed;
    top: 40px;
    right: 3%;
    transition: all 0.5s;
    pointer-events: all;    z-index: 999999;}

.header_area.sticky  .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    top: 57px;
    transition: all 0.5s;}

/* 漢堡 */
.stellarnav.desktop .menu-toggle span.bars span {
    display: block;
    position: relative;
    width: 34px;
    height: 2px;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 auto 6px;
    left: 0;
    transition: 0.5s;
}
.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(1) {
    left: -10px;
    transition: all  0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.stellarnav.desktop .menu-toggle span.bars span:nth-child(2) {
    opacity: 1;
    transition: all 1s;}

.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(3) {
    left: 10px;
    transition: all  0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);}

    .stellarnav > ul > li > a b {
      text-align: left;}


/* 漢堡關 */
.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(1) {
    left: 0;
    transform: rotate(45deg);
    transition: all 1s;}

.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(2) {
    opacity: 0;
    transition: all 1s;}

.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(3) {
    transform: rotate(315deg);
    left: 0;
    top: -16px;
    transition: all 1s;}

.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(1) {
    transform: rotate(-55deg);
    transition: all 1s;}

.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(3) {
    transform: rotate(225deg);
    transition: all 1s;}

/* 未開啟 */
.stellarnav.desktop > ul {
    display: none !important;
    margin: 0;
    padding: 0;
    text-align: center;
    background: transparent;
    position: relative;
    top: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
    z-index: -5;
    transition: all 0.3s;}

.stellarnav.desktop{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    pointer-events: none;
    transition: 1s;}

.stellarnav.desktop::before{
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: 1s;}

/* 開啟 */
.stellarnav.desktop.active > ul {
    display: flex !important;
    transition: all 0.3s;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    pointer-events: all;
    width: 20%;
    height: 670px;
    background: transparent;
    padding: 1% 1%;
    padding-top: 130px;
    border-radius: 0 0 0 30px;
}

.stellarnav.desktop.active > ul::before {
    content: "";
    display: block;
    width: 100%;
    height: 3000px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(255 255 255 / 70%);}
    
    .stellarnav.desktop.active {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-content: flex-end;
    }
.stellarnav.desktop.active::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0000002b;
    border-radius: 0;
    backdrop-filter: blur(5px);
    opacity: 1;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);}

.stellarnav.mobile ul {background: #ffffffd4;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
background: none;}

@media screen and (max-width:1200px) {
.stellarnav.desktop.active > ul {width: 25%;}}
@media screen and (max-width:1020px) {
    .stellarnav.desktop.active > ul {width: 35%;}}
@media screen and (max-width:768px) {
.element.style {
    display: flex;
    flex-direction: column;}}

@keyframes nav-left {
    0%{
        left: 590px;
    }
    100%{
        left: 0;
    }
    
}
@keyframes line-up {
    0%{
        height: 0%;
    }
    100%{
        height: 100%;
    }
}
.stellarnav ul ul {
  top: auto;
  width: 100%;
  position: relative;
  z-index: 9900;
  text-align: left;
  display: none;
  background: transparent;
  opacity: 1;
  animation: 0.3s ul-show forwards linear;
  color: #999;
  font-size: 15px;
}

.stellarnav li li {border: none;padding-left: 13px;}
.stellarnav li li:hover {left: 5%;transition: ease .3s;}
.stellarnav li li a:hover {color:#87b29f;}
/* BAR */
.stellarnav .menu-toggle:after {display: none;}
/*other page*/
.header_area {padding: 0;}
.stellarnav > ul > li > a {
    transition: all 0.3s;
    color: #222;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 0px 25px 0 25px;
    margin: 5px 0 0 0;
    border-right: none;
    font-weight: 600;}
.main_header_area {
  background: rgb(143 143 143 / 17%);
  backdrop-filter: saturate(93%) blur(7px);}
.stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #333;}
.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #333;}
@media screen and (max-width:1200px) {
  .main_header_area .container {padding: 0 30px;}
    .pageIndex .stellarnav > ul > li > a { padding: 0px 10px;}}
@media screen and (max-width: 1024px) {
    .main_header_area .container {padding: 0;}
.stellarnav > ul > li > a {margin: 15px 0 0 0;padding: 0px 15px 0 15px;}}

@media screen and (max-width: 768px) {
.pageIndex .stellarnav.mobile > ul > li > a.dd-toggle {
        margin: 0;
        padding: 0;}
.pageIndex  .stellarnav > ul > li > a {
    padding: 0px 25px 0 25px;
    margin: 0;
color: #fff;}
.stellarnav > ul > li > a {
        padding: 0px 25px 0 25px;
        margin: 0;
    color: #fff;}
.pageIndex .header_area.sticky .main_header_area {backdrop-filter:unset;}
.main_header_area {backdrop-filter:unset;}}

/*footer*/
p.add {display: none;}
.footer_logo img {display: none;}
.footer_menu a:first-child {display: none;}
.copy {
  border-top: 1px #fff solid;
    background: #233a2c;
    color: #fff;
  }
  .copy a{color: #fff;}
  .footer_menu a:hover {
    background: none;
    color: #999;
    font-weight: 500;
  }
  .footer_menu a {    
    display: inline-block;
    padding: 5px 7px 5px 15px;
    border: none;
    margin: 0px 4px 4px 0px;
    font-size: 14px;
    line-height: 100%;
    color: #ffffff;
    background: none;
    border-left: 1px #ccc solid;
    transition: all 0.3s;}
  
  .box_link{ display: none;}
  
  
  .footer {
    background-image: url(https://pic03.eapple.com.tw/chenren/footer.jpg);
    background-repeat: no-repeat;
    background-position: right;
    border-top: 1px solid #ffffff;
    background-size: cover;}
  
  .footer_info ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;}
  
  .footer_info li {
    display: block;
    padding: 10px 0 10px 0;
  }
  .footer_info li p {color: #ffffff;font-weight: 400;}
  
  .footer_info li p a {
    color: #ffffff;
  }
  .footer .center {
    position: relative;
    max-width: 90%;
  }
  .footer .center {
    position: relative;
    max-width: 90%;
    padding: 30px 0;
  }
  .footer_info {
    padding: 0;
    display: flex;
    grid-gap: 20px;
    padding-right: 0;
    flex-wrap: wrap;
  }
  .footer_info li:nth-child(2) {
    position: absolute;
    right: 0;
    top: 14px;
  }
  
  @media screen and (max-width: 1200px) {
  .footer_info li:nth-child(2) {position: unset;}
  .footer .center {padding: 0;}
  .footer_info li+li {margin-top: 0px;}}
  
  @media screen and (max-width: 768px) {
  .footer_menu a:nth-child(2) {border-left: 1px #ccc solid;}}

.box_link a { display: none;}

/*聯絡我們*/
.contact_form li {display: flex;flex-direction: column;}
.contact_form li .form__label {
  color: #fff;
  display: block;
  max-width: 100%;
  text-align: left;}
.contact_form li.last {display: flex;flex-direction: row;} 
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {display: flex;grid-gap: 15px;}
.contact_form li.last blockquote, .contact_form li.last cite {border: none;}
.contact_form li.last cite {background: #444;}
.contact_content {max-width: 1800px;}
.list_before.info li {color: #fff;}
.contact_le_map a {display: none;}
.blank_letter {color: #fff;}
.contact_page .main_part {padding: 220px 20px 50px;}
.blank_letter {font-family: unset;}
li.info_ADD {display: none;}


@media screen and (max-width: 768px) {
  @media screen and (max-width: 600px) {
      .contact_form li .form__label {background: none;
      }}}

@media screen and (max-width:600px){
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert { display: grid;}}  
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.product-layer-two li a {color: #444;}
.product-layer-two li a:hover {color: #ffffff;background:#444 ;}
.products-list .more {
    border: 1px solid #444;
    color: #444;}
.products-list .item a:hover .more{background:#444 ;color: #fff;}
.product_page .main_part { max-width:1500px;}
.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;}
.inquiry_a3{background: #444;}
.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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
.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: 550px; display: flex; align-items: center; justify-content: center ;position: relative; background-attachment: fixed; background-size: cover; background-position:center; background-repeat: no-repeat;}
.banner:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(to top, #00000091 0, rgba(12, 12, 12, 0.4) 50%, transparent 80%) 0 0 no-repeat;}

    .banner::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 750px;
      top: 0;
      left: 0;
      background: url(https://pic03.eapple.com.tw/06-2999995/5.png) #a396962e;
      -webkit-animation: noise 1.5s steps(5) alternate infinite;
      animation: noise 1.5s steps(5) alternate infinite;
      z-index: -1;}
      
  .banner h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: .3em;
    text-indent: .3em;
    padding: 10px 0;
    display: flex;
    border-bottom: 1px #fff solid;
    justify-content: center;
    align-items: baseline;
    font-weight: bold;}
  
  .banner h5::after {
    content: "";
    display: block;
    font-size: 16px;
    color: #fff;
    letter-spacing: .2em;
    text-indent: .2em;}
  
  /*  */
  .banner.banC{display:none;}
  /*  */
  .banner.banblog{background-image: url(https://pic03.eapple.com.tw/yuchihshiang/banner-01.jpg );}
  .banner.banblog h5::after{content: "NEWS";}

  .banner.banE{background-image: url(https://pic03.eapple.com.tw/yuchihshiang/banner-01.jpg );}
  .banner.banE h5::after{content: "PORTFOLIO";}

  .banner.banE[data-banner=album_a_info_133771]{background-image: url(https://pic03.eapple.com.tw/yuchihshiang/banner-01.jpg );}
  .banner.banE[data-banner=album_a_info_133771] h5::after{content: "DRESS";}

  .banner.banB {display: none;}
  @keyframes banner-line {
    0%{
        width: 0;
        opacity: 0;
    }
    75%{
        width: 300px;
        opacity: .5;
    }
    100%{
        width: 300px;
        opacity: 1;
  
    }
  }
  
  @keyframes banner-text {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
  }

  @keyframes bgScroll {
    0% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
    50% {        -webkit-transform: translateX(-5%);        transform: translateX(-5%);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
}
@keyframes noise {
    0% {      background-position: -88px 166px    }
    20% {      background-position: 222px -333px    }
    40% {      background-position: -111px 444px    }
    60% {      background-position: 33px -66px    }
    80% {      background-position: -138px 212px    }
    100% {      background-position: 317px -197px    }
}

  @media screen and (max-width: 670px) {
  .banner h5 {
    font-size: 30px;
    width: 100%;}}
    @media screen and (max-width:550px) {.banner.banE h5{ width: 300px;}}
    
    @media screen and (max-width:500px) {
        .banner{ height: 180px; background-attachment: unset; background-position: bottom;}
    }
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/

  .body.blog_page .main_part{ width: 1500px;}
 
  .subbox_item a:hover:before, .subbox_item a:hover:after {  opacity: 1;  transition: all .5s;   color: #2d2d2d;}
  
  .blog_list_le:before, .blog_list_le:after { 
      content: " "; 
      opacity: 0;    
      z-index: 1;    
      position: absolute;
      left: 50%;
      top: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .5s ease;
      transform-origin: center;
      transform: translate(-50%, -50%) scale(0.8);
      display: none;
  }
  .blog_list_le:before {
      background-size: contain;
      background-position: center;
      background-image: url(https://pic03.eapple.com.tw/neweraglasses/inpage_icon.svg);
      background-repeat: no-repeat;
      width: 100%;
      height: 2.7vw;
      left: 50.5%;
  }
  
  .blog_list_le:after {
      width: 4.16vw;
      height: 4.16vw;
      border: 1px solid #f2f2f3;
      border-radius: 50%;
  }
  .subbox_item a:hover .blog_list_le:after, .subbox_item a:hover .blog_list_le:before {
      opacity: 1;
      transition-delay: .1s;
      transform: translate(-50%, -50%) scale(1);
  }
  .blog_back a.article_btn_prev:hover {
    background: #444;
    color: #fff;
}
  
  /*首頁顯示文章*/
  .subalbum-menu h2 {display: none;}
.i_album_list li a p span {font-weight: 700;letter-spacing: 5px;}
.i_album_list li a p {background: rgb(255 255 255 / 74%);}
.i_album_b {display: none;}
.module_i_album {padding: 80px 20px;background: #fff;}
.module_i_news .title_i_box h4 {font-family: "Noto Sans TC", sans-serif;
    font-size: 26px;
    color: rgb(186, 186, 186);
    letter-spacing: 1px;}
.module_i_news .title_i_box h6 {color: #fff;font-size: 60px;}
.animated-arrow {background: #444;}
.i_blog_ri h5 {color: #fff;}
.module_i_news .title_i_box h4 {color: #ffffff;}
.module_i_news {background:#000;}
.i_blog_b {margin-top: 30px;}
.module_i_news ul,{display: grid;gap: 10px;grid-template-columns: 1fr 1fr 1fr 1fr;}
.module_i_news li , .subbox_item {width: 100%;}
.module_i_news li a , .subbox_item a {padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {width: 100%;}
.i_blog_le , .blog_list_le{position: relative;padding-bottom: 100%;height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {width: 100%;}
.module_i_news ul{width: 90%;grid-template-columns:1fr 1fr 1fr 1fr;}
.module_i_news li a {
        position: relative;
        display: flex;
        flex-direction: column;}
.module_i_news_list, .module_i_news_list.swiper {display: flex;justify-content: center;}
.module_i_news_list{padding: 0;}
  /*文章設定*/
  
  .clearfix:before,
  .clearfix:after {
    display: none;
  }
  
  body.blog_page .main_part {
    max-width: 90%;
    width: 1600px;
  }
  
  h4.blog_category_title {
    font-size: 40px;
    font-weight: bold;
    color: #444;
  }
  
  body.blog_page h4.blog_category_title {
    display: none;
  }
  
  .blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .blog_le {
    padding: 0;
  }
  h5.blog_le_t{
    display: none;
  }
  
  h5.blog_le_t em {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
    writing-mode: vertical-rl;
    height: 80px;
    border-left: 1px solid #BFBFBF;
    padding-top: 0;
    padding-right: 15px;
    margin-top: 0px;
    font-size: 17px;
  }
  
  h5.blog_le_t span {
    display: none;
  }
  
  .blog_le .accordion {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-radius: 0;
    overflow: inherit;
    margin-bottom: 10px;
    border: 0px;
    margin-top: 40px;
  }
  .blog_shareData {justify-content: flex-end;}
  .blog_le .accordion li {
    float: left;
    position: relative;
    text-align: center;
  }
  .articel_mainPic img {
    display: none;}
  
  .blog_le {
    width: 100%;
    position: relative;
  }
  
  .blog_search input[type=submit] {
    height: 53px;
  }
  
  .blog_search input[type=search] {
    height: 53px;
    border-radius: 0;
  }
  
  .blog_search {
    width: 280px;
    position: absolute;
    top: 36px;
    right: 0;
  }
  
  .blog_ri {
    width: 100%;
    padding: 0;
    min-height: 60vh;
  }
  
  .submenu li {
    width: 100% !important;
  }
  
  .blog_le .accordion>li:hover .link a,
  .blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;
    background:  #444;
    font-weight: bold;
  }
  
  .blog_le .accordion>li:hover,
  .blog_le .accordion>li.on_this_category {
    background: transparent !important;
  }
  .lastPage {background: #444;}

  .blog_le .accordion li div a {
    color: #444;
    border-right:none;
    font-weight: 500;
    padding: 5px 20px;
    margin: 10px 5px 10px 0;
  }
  
  .blog_le .accordion li i {
    color: #357AA6;
    right: 35px;
  }
  
  .submenu {
    background: #ffffff;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
    border: 1px solid #ececec;
  }
  
  .blog_le .accordion>li:hover .link i,
  .blog_le .accordion>li.on_this_category .link i {
    color: #a4a4a4 !important;
  }
  
  .submenu a:hover {
    background: #ffffff;
    color: #000000;
    font-weight: bold;
  }
  
  .submenu a:before {
    content: "ã€‚";
  }
  
  .fa-chevron-down:before {
    content: "â†“";
    color: transparent;
  }
  
  .submenu a {
    position: relative;
    color: #666;
    padding: 12px 12px 12px 25px;
    transition: all 0.5s ease;
    display: inline-block;
    text-decoration: none;
    float: left;
  }
  
  .accordion li .link {
    border-bottom: 0px solid #CCC;
  }
  
  @media screen and (max-width: 768px) {
    .module_i_news ul{ grid-template-columns:1fr 1fr; }
     .module_i_news li { margin-top:24px; border-bottom: 0px;}
     .module_i_news .title_i_box{ margin-bottom:0px;}
     .module_i_news{ padding:60px 20px;}
  
    .blog_le .accordion {
        display: none;
    }
  
    .blog_search {
        position: relative;
        width: 100%;
        top: 0;
        margin-top: 40px;
    }
  }
  
  @media screen and (max-width: 476px) {
    h4.blog_category_title{font-size: 22px;}
  }
  
  @media screen and (max-width:450px){
    .module_i_news ul{ grid-template-columns:1fr; }
  }
  
  
  
  /* end */
  .blog_back a.article_btn_back {
    background: transparent;
    border: none;
    color: #666;
    transition: all 0.3s ease-in-out;
  }
  
  .blog_back a.article_btn_back:hover {
    filter: brightness(1.2);
    transition: all 0.3s ease-in-out;
  
  }
  
  .blog_back a.article_btn_prev,
  .blog_back a.article_btn_next {
    background: transparent;
    border: none;
    color: #666;
  }
  
  .blog_back a.article_btn_prev:hover,
  .blog_back a.article_btn_next:hover {
    filter: brightness(1.2);
    transition: all 0.3s ease-in-out;
  }
  
  
  
  
  .blog_list_ri {
    width: calc(100%);
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    /* padding: 34px 0px 40px; */
    position: relative;
    top: -32px;
  }
  
  .blog_box {
    width: 100%;
    max-width: 100%;
  }
  
  body.blog_page .subbox_item:hover .blog_list_le {
    transition: border-radius 1.2s cubic-bezier(.165, .84, .44, 1), filter .5s cubic-bezier(.165, .84, .44, 1), -webkit-filter .8s cubic-bezier(.165, .84, .44, 1);
  }
  
  .subbox_item {
    width: 100%;
  
    background-color: transparent;
    /* -webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 7%); */
    /* border-radius: 0 10px 10px 0; */
    overflow: hidden;
    margin-bottom: 2%;
    position: relative;
  }
  
  .subbox_item a {
    display: flex;
    flex-direction: column;}
  
  .subbox_item a:after {
    display: none;
  }
  
  .subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;
    opacity: 0.8;
  
  }
  
  .blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: 100%;
  
  }
  
  .blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding: 0;
    padding-bottom: 0;
    aspect-ratio: 12/9;
    height: auto;
  }
  
  
  .subbox_item a:before {
    display: none;
  }
  
  .blog_list_ri em {
    order: 3;
    width: 100%;
    text-align: right;
    color: #808080;
    margin:20px 0 -15px;
  }
  .blog_list_ri h5 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 0 20px 5px;
    color: #fff;
    background: #444;
    position: relative;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* box-shadow: 0 20px 20px #000; */
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: initial;
    font-size: 16px;
    display: block;
    font-weight: 300;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: block;
    width: 95%;
    min-height: 36px;
  }
  
  .subbox_item:hover h5 {
    background: #1a1a1a;
  }
  
  
  .blog_list_ri h5:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    border-top: 12px solid transparent;
    /* border-right: 12px solid #000; */
    width: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  
  .subbox_item:hover h5:before {
    border-right: 12px solid #ebebeb;
  }
  
  
  .blog_list_ri h5:after {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    width: calc(100% - 12px);
    height: 12px;
    margin-left: 12px;
    background-color: #444;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  
  .subbox_item:hover h5:after {
    background-color: #1a1a1a;
  }
  
  .blog_list_ri p {
    border-top: 1px solid transparent;
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    line-height: 1.5625;
    padding:10px 0;
    width: 100%;
    -webkit-line-clamp: inherit;
    height: 50px;
  }
  
  .blog_list_ri p:after {
    content: '...';
  }
  
  
  
  .subbox_item:hover:before {
    width: 100%;
    transition: all .5s;
  }
  
  @media screen and (max-width: 1400px) {
    .subbox_item a {
        grid-auto-flow: initial;
    }
  
    .blog_list_le {
        margin: auto;
    }
  
    .blog_subbox.clearfix {
        grid-template-columns: 1fr 1fr;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .blog_le.fadeInLeft.animated15.clearfix {
        position: relative;
        top: auto;
    }
  
    .blog_list_le {
        width: 100%;
    }
  
    .blog_list_ri {
        width: 100%;
        padding: 0;
    }
  
    /* .blog_list_ri p {
        margin-top: 7px;
        margin-bottom: 19px;
    } */
  
    .blog_list_ri i {
        bottom: -7px;
    }
  
    .blog_list_le {
        width: 100%;
    }
  
    .blog_list_ri {
        width: 100%;
        top: -10px;
    }
  
    .blog_list_ri h5 {
        -webkit-line-clamp: initial;
        min-height: auto;
    }
    .module_i_news li a, .subbox_item a{ border-bottom: 0px;}
    
  }
  @media screen and (max-width:990px) {
    .subbox_item{ border-bottom: 0px;}
    .blog_search{ top: -18px;}
  }
  
  @media screen and (max-width:960px) {
    .subbox_item{ border-bottom: 0px;}
  }
  
  @media screen and (max-width:650px) {
    .blog_subbox.clearfix {
      grid-template-columns: 1fr;
    }
    .blog_list_ri em{
      margin: 0px 0 -15px;
    }
  }
  
  @media screen and (max-width: 476px) {
    .blog_box {
        width: 100%;
    }
  
    .blog_box_edit {
        padding: 1em;
        margin-bottom: 40px;
    }
  
    .blog_subbox.clearfix {
        grid-template-columns: 1fr;
    }
  
    .blog_box {
        margin-bottom: 80px;
    }
    .blog_list_ri em{
      margin: 10px 0 -15px;
    }
  }


/* = = = 相簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{max-width: 1400px; width: 90%;  margin: 0 auto;}

/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{max-width: 1400px; width: 90%;  margin: 0 auto;}
.other_subalbum li a p {
  font-size: 18px;
  color: #FFF;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {display: grid;  grid-template-columns: 1fr 1fr 1fr;  gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{  display: block;  position: relative;  overflow: hidden;  height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic  {  padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
  display:block;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  position: absolute;
  transform: translate(-50%,-50%);}
.show-list .item .show_name {  color: #676767; }
.show-list .item:hover .show_name {  color: #444444; }
.other_album_choice li {  background: #dd5310;}
.subalbum-menu h2{  color: #444444; font-size: 24px; font-weight: 400;}
.other_subalbum li p {  margin-top: 10px;}
.show-list .show_pic img, .other_subalbum li a img, .pic-list .show_pic img {border-radius: 0px;}
.show-list .item:hover .overlay {border-radius: 0px;}

/*特*/
.album_page .show-list .show_name:before {
  background-color: #444444;
  position: absolute;
  left: 0;
  content: '';
  height: 1px;
  width: 40px;
  transition: all 0.3s ease-in-out;
  top: 95.3%;
  bottom: 50%;
  transform: translateY(-50%);}
.overlay {background: rgb(255 255 255 / 30%); display: none;}
.show-list .show_name {padding-left: 50px;}
.album_page .show-list .item:hover .show_name {padding-left: 60px;}
.album_page .show-list .show_pic img {transform: scale(1); transition: 0.3s ease;}
.album_page .show-list .show_pic img:hover {transform: scale(1.03); transition: 0.3s ease;}
.show-list .show_pic {border-radius: 15px;}
.album_info_page .show-list .show_pic img , .album_info_page .other_subalbum li a img, .album_info_page .pic-list .show_pic img{left: 50%; top: 50%;}
.album_class_page .other_subalbum li a img {transform: unset;}
.block {display: none;}
.album_fixed_title {background: none;}
.show-list .show_pic, .other_subalbum li a div, .pic-list .show_pic {border-radius: 15px;}


/*相簿瀑布流*/
ul.show-list,
.pic-list,
.other_subalbum {
  column-count: 3;
  column-gap: 20px;
}

.show-list .item, 
.other_subalbum li, 
.pic-list .item {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  break-inside: avoid;
}

.pic-list .show_pic, 
.show-list .show_pic, 
.other_subalbum li a div{
  padding: 0;
  height: auto;
}

.album_info_page .pic-list .show_pic img, 
.album_page .show-list .show_pic img, 
.show-list .show_pic img, 
.other_subalbum li a img {
  position: relative;
  transform: unset;
  left: 0;
  top: 0;
  width: auto;
  max-width: 100%;
  max-height: 100%;}
.other_subalbum li {background: unset;}
.album_page .show-list .show_pic img:hover, 
.album_class_page .other_subalbum li a img:hover{
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
ul.show-list, .pic-list, .other_subalbum {
  grid-template-columns: 1fr;
  display: grid;}
  ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr;}}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media screen and (max-width:1024px) {
.pageIndex .stellarnav > ul > li > a{margin:10px 0 0 0;}
.nav-brand {margin-top: 20px;}
/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}}

@media screen and (max-width: 980px) {
    /*文章管理/＝＝＝＝＝*/
    .blog_subbox{grid-template-columns:1fr 1fr;}}

    @media screen and (max-width: 1027px) {
      .blog_subbox {
          grid-template-columns: 1fr;}}    

@media screen and (max-width: 768px) {
/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
/* 開啟手機板下方按鈕所需設定 */
.nav-brand {margin-top: 10px;}
.main_header_area .container {padding:5px;}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.pageIndex .stellarnav > ul > li > a{margin:10px 0 3px 0;color: #333;}
.stellarnav > ul > li > a{color: #333;}}

@media screen and (max-width: 500px) {
.nav-header {max-width: 150px;}

}

.edit_part {padding: 0;}
.path p, .path p a {display: none;}