@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 {margin-top: 20px;padding-right: 27px;}
.me_tp_features a i {color: #fff;}
@media screen and (max-width: 768px) { 
    .me_tp_features {display: none;}}
#content {background: url(https://pic03.eapple.com.tw/yuchihshiang/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: 10px;width: 100%;filter: contrast(0) brightness(100);}
.pageIndex .header_area.sticky .nav-brand img {filter:none;}
/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.nav-brand {margin: 5px auto;}
.navigation {grid-template-columns: 300px 1fr;}
.pageIndex .header_area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;}
.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: 2000px;padding: 0 30px;}
.nav-header {top: 4px;}
.nav-brand {width: 250px;}
.bannerindex .swiper-pagination, .stellarnav li.has-sub > a:after {display: none;}
.stellarnav li li {font-size: 13px;}
/*次分類*/
.stellarnav.mobile li.open {
    background: #888;}
.stellarnav .menu-toggle span.bars span{background: #fff;}
.stellarnav .menu-toggle:after {color: #fff;}
.pageIndex  .stellarnav > ul > li > a {
    transition: all 0.3s;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 0px 25px 0 25px;
    border-right:none;font-weight: 600;
    margin:5px 0 0 0;filter:contrast(0) brightness(100);}
.pageIndex  .header_area.sticky .stellarnav > ul > li > a {filter:none;font-weight: 500;}
.pageIndex  .stellarnav .menu-toggle span.bars span {background: #fff;filter:contrast(0) brightness(100);}
.pageIndex  .header_area.sticky .stellarnav .menu-toggle span.bars span {filter:none;}
.pageIndex  .stellarnav .menu-toggle:after {color: #ffffff;filter:contrast(0) brightness(100);}
.pageIndex  .header_area.sticky .stellarnav .menu-toggle:after {filter:none;}

.stellarnav .menu-toggle span.bars span {background: #ffffff;}
.stellarnav .menu-toggle:after {color: #ffffff;}
.stellarnav li li.has-sub > a,
.stellarnav li li a:hover,
.stellarnav li li.has-sub > a:hover,
.stellarnav.mobile li li.has-sub a:hover {color: #555;}
.stellarnav > ul > li > ul > li > a,
.stellarnav li li.has-sub > a {
	background: #fff;
	transition: all .2s;}
.stellarnav > ul > li > ul > li > a:hover,
.stellarnav > ul > li > ul > li > ul > li > a:hover {background: rgba(247,231,208, 0.2);}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #fff;}
.tp_links{display: none;}
.stellarnav.mobile ul {background: #999999de;}
.pageIndex .stellarnav > ul > li > a b {color: #fff;}
.header_area.sticky .stellarnav > ul > li > a b {color: #595757;}
/* 商品下拉超過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;}

/*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 #fff;}
.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #fff;}
@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*/
.footer_logo img {display: none;}
.footer_menu a:first-child {display: none;}
.copy {
  border-top: 1px #333 solid;
    background: #ffffff;
    color: #333;
  }
  .copy a{color: #333;}
  .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: #333;
    background: none;
    border-left: 1px #ccc solid;
    transition: all 0.3s;}
  
  .box_link{ display: none;}
  
  
  .footer {
    background: #fff;
    border-top: 1px solid #E4E4E4;
    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: #333;font-weight: 400;}
  
  .footer_info li p a {
    color: #333;
  }
  .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.last cite {background: #444;}
.contact_content {max-width: 1300px;}
.contact_content .information_left {
    display: none;}
    .contact_content .information_right {
        width: 100%;}

        
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*內頁BANNER 設定*/
.banner {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;}
    }
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/
.contact_form li {display: flex;flex-direction: column;}
.contact_form li .form__label {
  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;}

@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;}}
/*文章設定*/

  .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;
}
  
  /*首頁顯示文章*/
  .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;}

/*版面*/
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: #999;}
.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 {
  display: block;
  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;
}
.pic-list .show_pic {aspect-ratio: unset;}
.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;}}

@media screen and (max-width: 500px) {
.nav-header {max-width: 150px;}

}

.edit_part {padding: 0;}
.path p, .path p a {display: none;}