@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #ADA17E /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.edit_part { padding: 0;}
.me_tp_features {display: none;}
/*Header/＝＝＝＝＝*/
.header_area {background: #f0f0f000;padding: 0px;}
body.car_page .footer_info li p:before{ position: initial; display: inline;}
.main_header_area .container {   max-width: 100%;}
.navigation {position: fixed;background: #ffffffcf;}

.header_area.sticky .navigation {background: rgb(255, 255, 255);}
.header_area.sticky .stellarnav > ul > li > a {color: #8056A0;}
.header_area.sticky .nav-brand img { filter: none;}
/*選單最大寬度設定*//*

.main_header_area .container {    max-width: 95%;}
*/
ul.news_classes {display: none !important;}
/*第一層*/
.stellarnav {padding-top: 35px;}
.stellarnav ul {
    display: flex;
    text-align: center;
    border-bottom: 1px solid #ffdfe3;
	padding-bottom: 5px;    justify-content: flex-end;}


.stellarnav > ul > li > a {
    transition: all 0.3s;
    font-family: "Rubik", "Microsoft JhengHei UI", sans-serif;
    text-transform: capitalize;
    letter-spacing: 2px;
    color: #8056A0;
    font-weight: 600;
    font-size: 18px;
    margin: 0 25px 0 10px;
}
.stellarnav > ul > li:hover > a{color: #FC5170;}
.stellarnav > ul > li.has-sub > a {
    padding-right: 17px;
}

.stellarnav li.has-sub.no-arrow > a:after {
    content: none;
}
.stellarnav li.has-sub:not(:first-child) > a:after{
    content: '▼';
    margin-left: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
    border-left: unset;
    border-right: unset;
    border-top: unset;
}

/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{   
	 padding: 7px 5px;   
	 transition: all 0.3s;
	 border-left:1px solid transparent;
	 font-size: 15px;
	 }
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #FC5170;	padding-left:10px;border-color:#FC5170 ;}
.prod_classes li a:after{    margin-right: 10px;}
/*SubMenu*/
.shop_search_btn {    background: #FC5170;}
.box_search{    width: 180px;}
.box_search input[type=text]{    border: solid 1px #fff;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #FC5170;}
.tp_links {   display: none; }
.me_tp_features {
    position: absolute;
    top: 20px;
    right: 3%;
	z-index: 999;
}
a.me_tp_mail { order: 1;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}


.bannerindex .swiper-slide::before{
    content: "";
    display: block;
    position: absolute;
    top: 0%;
    right: 0%;
    background: url(https://pic03.eapple.com.tw/starlighttai/banner-01.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;}

@keyframes swiff {
    0%,100%{
        transform: scale(1.2) rotateZ(0deg) translate(0px,0);
    }
    50%{
        transform: scale(1.3) rotateZ(2deg) translate(-100px,0);
    }

}
        .bannerindex .swiper-slide.swiper-slide-active:before {animation:fade-in-elegant  2.5s ease-in-out 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: 1600px) {
    .bannerindex .swiper-slide:nth-child(2):before {
    top: -5%;
    }}

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 1024px) {.bannerindex .swiper-slide:nth-child(2):before {width:100%;top: 0%;}}


    @media screen and (max-width: 768px) {
          .bannerindex {
        position: relative;
        height: 0;}
      }


/*Logo/＝＝＝＝＝*/
.nav-header{    max-width: 100%;}
.header_area .nav-brand {padding-top: 15px;width: 100%;max-width: 100px; margin: 10px; transition: all 0.3s; }
.header_area.sticky .nav-brand{}

/*footer*/
.footer_info li p.mail:before {content: 'Mail：';}
.footer_info li p.tel2:before { content: '營業時間：';}
.footer {background:#FF993F; padding: 80px 0 0;border-top:1px solid #fc5170;}
.footer .center {max-width: unset !important;}
.footer_logo {width: 100%;max-width: 200px;margin: 0;}

.footer_logo img {filter: contrast(0) brightness(100);
    max-width: 100%;
    display: block;
	max-width: 170px;padding-left: 10%;}

.footer_info {display: flex;flex-direction: row;justify-content: center;}
.footer_info, .footer_info li {padding: 0;max-width: 1700px; margin: 0;}

.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;}

p.tel2 {order: 1;}
p.tel {order: 2;}
p.line {order: 3;}
p.fax {order: 4;}
p.taxid {order: 5;}
p.mail {order: 6;}
p.add {order: 7;}

.footer_info ul {
    letter-spacing: 0;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: 40px;
    flex-direction: row;
    max-width: 800px;
    justify-content: flex-start;gap: 50px;}

.footer_info li:before {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 36px;
    display: block;}

.footer_info li:nth-child(1):before {content: "如有商品需求，或是合作夥伴 \A歡迎來電洽談";}
.footer_info li:nth-child(2):before {
    content: "網站連結";
    left: 0;
    position: absolute;}

.footer_info li p {
    letter-spacing: .3px;
    color: #ffffff;
    line-height: 175%;
    display: block;
    margin-bottom: 15px;}

.footer_info li p a {color: #ffffff;width: max-content;}
.footer_info li p:before {color: #ffffff;font-weight: 900;font-size: 16px;}
.footer_info li:nth-child(2) {width: 190px;position: relative;}

.footer_menu {
    margin-top: 59px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 13px 60px;}

.footer_menu a {
	padding: 0;
	border: none;
	color: #ffffff;
	background: transparent;
	width: max-content;
	text-align: left;
	margin: 0;
	line-height: 175%;
	transition: all 0.3s;}

.footer_menu a:hover {background: #fc5170;}
.footer_menu a:first-of-type {display: none;}
.copy, .copy a, .copy a:hover {color: #fff;}

.copy {
    font-size: 13px;
    white-space: inherit;
    padding: 5px 0;
    border-top: none;
    background: #FFD04E;}

.box_link {display: none;}
.info_fix_links {display: flex !important;}
.info_fix>span {display:none;}

@media screen and (max-width: 1000px) {
.footer_info {padding: 0 6%; flex-direction: column;}
.footer_info ul {gap: 10px;}
.elementor { margin-top: 10px;}

}

@media screen and (max-width: 768px) {
    .footer.with_shopping_mode { padding:40px 0 59px; }
    #to_top { bottom:68px;}
    .footer_logo { width: 220px;}

    .footer_info ul {
        width: 100%;
        margin-bottom: 0px;
        margin-top: 44px;
        padding-left: 0; }

    .footer_info li:nth-child(1),
    .footer_info li:nth-child(2) { width: 50%;}

    .footer_info li:before {padding-bottom: 20px;font-size: 18px;}
    .footer_menu {margin-top: 40px; grid-gap: 18px 0;}
    .list_before {padding-bottom: 1px;}
    .footer_info {padding: 0 6%; flex-direction: column;}}
    
    @media screen and (max-width: 600px) {
    .footer_info li:nth-child(1),
    .footer_info li:nth-child(2){width: 100%;}
    .footer_menu {grid-gap: 16px 0;}
    .footer_info li:nth-child(2) {margin-top: 36px;}
    .footer_info ul {margin-top: 10px;}}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none;}
.footer.with_shopping_mode { padding:30px 0 0; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}





/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #FC5170;}



/*Banner/＝＝＝＝＝*/
.swiper-pagination {display: none;}
.banner h5:before {
  content: '';
  color: #FFF;
    font-family: "Oswald", sans-serif;
    text-shadow: none;
    font-size: 30px;
    letter-spacing: 0px;
    display: block;
    font-weight: 300;
    margin-bottom: -10px;
text-shadow: 0px 0px 5px #39191182;}

.banner h5 {
  font-size: 60px;
  color: #ffffff;
  padding-top: 20px;
  font-weight: 500;
  letter-spacing: 10px;
  font-family: "Noto Sans TC","Noto Serif TC","Cormorant Unicase","微軟正黑體","arial","sans-serif";
text-shadow: 0px 0px 5px #39191182;}

.banner{
  background-image: url(https://pic03.eapple.com.tw/starlighttai/banner-01.jpg);
  background: #000;
  height: 100vh;
  background-attachment: fixed;
  width: 100%;
  padding: 0;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;}

.banner.banF{background-image: url(https://pic03.eapple.com.tw/starlighttai/banner-01.jpg);}
.banner.banF h5:before {content: 'OUR PRODUCTS';}

.banner.banblog {background-image: url(https://pic03.eapple.com.tw/starlighttai/banner-02.jpg);}
.blog_page .banner h5:before {content: 'NEWS';}

.banner.banblog[data-banner=article_list_1405] {background-image: url(https://pic03.eapple.com.tw/starlighttai/banner-03.jpg);}
.banner.banblog[data-banner=article_list_1405] h5:before {content: 'PROJECT PERFORMANCE';}

.banner.banblog[data-banner=article_list_1406] {background-image: url(https://pic03.eapple.com.tw/starlighttai/banner-05.jpg);}
.banner.banblog[data-banner=article_list_1406] h5:before {content: 'PROFESSIONAL SHARING';}

.banner.banC{background-image: url(https://pic03.eapple.com.tw/starlighttai/banner-04.jpg);}
.banner.banC h5:before {content: 'CONTACT US';}

.banner.banB{display: none;}

@media screen and (max-width: 768px) {
.banner {height: 50vh;background-attachment: local;}
}
/*麵包屑＝＝*/
.path{border-bottom: 1px solid #ccc;    text-align: right; display: none;}
.path p{
	position: relative;
    width: auto;
    display: inline-block;
    padding-left: 5px;
    line-height: 24px;
    margin-bottom: -1px;
    border-bottom: 1px solid #000;
    max-width: 100%;
}
.path p:after{
	content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 5px;
    left: 0;
    bottom: -3px;
}
.path p a:hover {color: #FC5170; }
.other_page .path p {display: none;}
.other_page .main_part .path{display: none;}
.show_content{padding: 30px 10px;}


/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #FC5170;border: 1px solid #FC5170;}

/*購物車/＝＝＝＝＝*/
.prod_part {margin: auto; width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}
.products-list .item a:hover .pic {transition: all 0.5s;}
.products-list .item a:hover img {
    transform: scale(1.05);
    transition: all 0.5s;}
/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {display: none;border: 1px solid #FC5170;color: #FC5170;}
.products-list .item a:hover .more {background: #FC5170;}
/*價格*/
.products-list .price {display: none;margin-bottom: 5px;align-items: center;justify-content: center;flex-wrap: wrap;}
.products-list .price b {display: none;margin: 0 5px;line-height: 180%;text-align: center;color: #FC5170;}
.products-list .price b.ori_price {font-size: 14px;}

/*外層版面*/
.product_page .main_part {width: 95%;	max-width: 1200px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    background: #f2f2f200;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
.products-list .name {text-align: center; font-size: 20px;}
.products-list .name:hover {color: #FF993F;}
/**/
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #FC5170;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #FC5170; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #FC5170;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #FC5170;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_pic h6 {font-size: 12px;  color: #333;}
.product_info_page .main_part {    width: 90%;}
ul.prod li .prod-panel {  margin: 10px 0;}.
.pd_tabTitle li.activeTab::after {
    height: 5px;
    background: #99999900;
}
/*按鈕顏色*/
.inquiry_a3{background: #FC5170;}
.inquiry_a1, .inquiry_a2{
	background: #fff;
    border: 1px solid #FC5170ad !important;
    color: #444;
    display: inline-block;
    width: 48%;
}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #8d4a4b; color: #fff;}
.lastaction {    color: #FC5170;    background-color: #f2f2f2;}
.nextaction {    background-color: #FC5170;}
.lastPage {    background: #FC5170;     width: 200px; border-radius: 99em;}
/*商品側邊規格*/
.sidebarBtn {border:2px #fc517038 solid;}
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #FC5170;}
.mobile_product_name{font-size: 24px;}
div#number_area {   display: none;}
.sidebarBtn h2 {color: #FC5170;}
/*相關推薦*/
.prod_related{background: #fdeef0c7;padding: 100px 15px;}
.pd_tabTitle li.activeTab a, .prod_related h6 span:before{font-size: 28px;color: #FC5170;     letter-spacing: 2px; font-weight: 600;}
.related_list li a p {   font-size: 16px;}


/*RWD11*/
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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%;}
.related_list li a {padding: 10px;}
.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:#fc51709e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left;  padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.product-layer-two li i {  color: #777;}
.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:#fc51709e;}

.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;}

.pageIndex .productsListBox, .productsListBox.swiper { padding: 30px 0 0;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.product_info_page .swiper-slide img {
    height: 100%;
    object-fit: cover;}
.prod_part {padding: 50px 20px 120px;}
.i_prod_tit span .title_i_box h6 {
 font-size: 30px;
    color: #F4AE4C;
    font-weight: bold;}

.i_prod_tit span {
  font-size: 40px;
    color: #FC5170;
    font-weight: 700;
    font-family: "Noto San TC", serif;
    letter-spacing: 3px;
    line-height: 1.2;}
@media screen and (max-width:1024px) {
.products-list {grid-template-columns:  1fr 1fr;}}


@media screen and (max-width:768px) {
.product_page .product_menu_list { display: none;}
.product_page .products-list { width: 100%;}
}

@media screen and (max-width:600px) {
}

@media screen and (max-width:450px) {
.products-list {grid-template-columns:1fr;}}

/*首頁顯示文章*/
.i_prod_tit h2, .i_video_tit h2 {color: #a47f5b;font-size: 40px;}
.animated-arrow {
  height: 45px;
  width: 200px;
  background: #fc5170;}
.i_blog_ri h5 {color: #fff;}
.module_i_news .title_i_box h4 {color: #ffffff;}
.i_blog_b {margin-top: 30px;}
.module_i_news ul, .blog_subbox {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;}

/*文章設定*/
.news_related {background: #fdeef0c7;padding: 100px 15px 25px 15px;}
/*文章管理/＝＝＝＝＝*/
.news_related h6 span:before{color: #fc5170;}
.blog_page .main_part, .blog_in_page .main_part { max-width: 1500px;}
h4.blog_category_title { font-size: 28px; color:#FC5170;}
h4.blog_category_title span { font-size: 24px;}
h5.blog_le_t { display: none;}
.blog_le .accordion {border-radius: 0;border: none;}
/*文章管理/外層＝＝*/
.module_i_news { padding: 100px 20px;}
.module_i_news ul, .blog_subbox { display: grid; gap: 0;}
.module_i_news li, .subbox_item {
  width: 100%;
  position: relative;
  height: 100%;
  transition: .3s ease-in-out;
}
.subbox_item a:hover img { opacity: 1;}
.subbox_item{margin-bottom: 0;}
.module_i_news li:hover, .subbox_item:hover { background-color: #fdeef0c7; transition: all 0.3s ease-in-out;}
.module_i_news li:hover:before, .subbox_item:hover:before { opacity: 0;}
.module_i_news li:hover::after, .subbox_item:hover::after { opacity: 0;}
.subbox_item a {
    display: flex;
    flex-direction: column;}
.blog_subbox:hover .subbox_item { opacity: .6; transition: .3s ease-in-out;}
.blog_subbox:hover .subbox_item:hover { opacity: 1; transition: .3s ease-in-out;}

.module_i_news li:before, .subbox_item:before, .module_i_news li:after, .subbox_item:after {
  content: "";
  position: absolute;
  width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 86.04%;
  background-color: #fc517038;
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear;
}
.module_i_news li:before, .subbox_item:before {left: 0;}
.module_i_news li:after, .subbox_item:after  {    right: 0;}

.module_i_news .title_i_box h6 {
 font-size: 30px;
    color: #F4AE4C;
    font-weight: bold;}

.module_i_news .title_i_box h4 {
  font-size: 40px;
    color: #FC5170;
    font-weight: 700;
    font-family: "Noto San TC", serif;
    letter-spacing: 3px;
    line-height: 1.2;}

.i_blog_ri h5, .blog_list_ri h5 {
  color:#FC5170;
  font-size: 18px;
  padding-top: 7px;
  padding-bottom: 2px;
}
.i_blog_ri p, .blog_list_ri p {font-size: 14px;}
.i_blog_ri p { -webkit-line-clamp: 3;}
.blog_list_ri p {-webkit-line-clamp: 2;}
.module_i_news li a, .subbox_item a {
  padding: 5px;
  padding: 16.66% 14.28% 7.71% 14.28%;
}
.module_i_news li a:after , .subbox_item a:after { pointer-events:none;}
.module_i_news li a:before, .subbox_item a:before {
  display: none;
}
.module_i_news li a:after, .subbox_item a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fc517038;
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear;
  content: "";
  opacity: 1;
  border: none;
  top: 100%;
}
.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_ri em, .blog_list_ri em {
  padding-right: 3.1em;
  font-size: 10px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 14.66%;
  left: 5%;
  color: #24231f;
  font-family: var(--SFontE);
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fc51709e !important;
}
/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: none !important;}
.accordion li .link a { color:#FC5170 !important;}
.submenu a:hover { background: #f5deb3;}
/*首*/
.module_i_news ul {
  width: 100%;
  grid-template-columns: repeat(4,1fr);
  max-width: 1600px;
}
/*功*/
.blog_subbox{grid-template-columns: repeat(3,1fr);}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background:#FC5170;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next { background: #f5deb3;}
/*文章內頁設定*/
.blog_ri {padding: 0 0 0 5%;}
.articel_mainPic img {display: none;}
.blog_shareData {justify-content: flex-end;margin-bottom: 0;}
h4.blog_category_title {margin-bottom: 0;}
.blog_box_edit * {
    line-height: 200%;
    color: #444;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back {
    background: none;
    color: #333;
    letter-spacing: 1px;}
.blog_back a {width: auto;}
    
.blog_back {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;}
    
.blog_back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #00000017;
    bottom: 56px;}   

@media screen and (max-width:1024px) {
  .blog_subbox{ grid-template-columns: repeat(2,1fr);}

}

@media screen and (max-width:768px) {
  .blog_page .main_part, .blog_in_page .main_part { padding: 0 0 100px;}
    .module_i_news ul {grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width:450px) {
  .blog_subbox{ grid-template-columns: 1fr;}
  .module_i_news ul {grid-template-columns: repeat(1, 1fr);}
}


/*聯絡我們/＝＝＝＝＝*/
.contact_editbox {padding: 0;}
.noborder {padding: 10px 5px;font-size: 17px;}
.contact_form li .form__label { max-width: unset;}
.contact_page #content {
    background: #fdeef0c7;
    background-attachment: fixed;}
.blank_letter{font-size: 24px;color: #FC5170; font-family: "微軟正黑體";}
.contact_le_map a {background: #FC5170;}
.contact_form li{grid-template-columns: 1fr;}
.contact_form li .form__label{text-align: left;font-size: 17px;}
.contact_form li input.noborder, .contact_form li textarea.noborder { border: 1px #fc517038 solid;}
.contact_form li.last{    justify-content: center;}
.contact_form li.last blockquote, .contact_form li.last cite {
    border: 1px #fc517038 solid;
    padding: 0;
    width: 100%;
    max-width: calc(50% - 10px);}
form {display: flex;flex-direction: row-reverse;justify-content: space-between;}
.contact_form li.last cite {background: #FC5170; }
.contact_form li.last blockquote{ color: #FC5170; }
.info_TEL2:before {content: "營業時間";}
.contact_page .main_part{
    width: 100%;
    max-width: 1500px;
    padding: 0 0 150px;
}
/*.contact_content .information_left {display: none;}*/
.contact_content .information_left { width: 30%;margin-top: 70px;padding-left: 5%;}
.contact_content .information_right {
    width: 70%;
	background:#ffffffbd;
    padding: 20px 5%;
    border-radius: 1.5em;
    margin-top: 100px;
}
.list_before.info li {padding-left: 60px;}
.info_TEL2:before {width: 100%;}
/*會員/＝＝＝＝＝*/
.send_simple{background-color: #FC5170;}
.rewrite_simple{background-color: #FC517096;}
.member_title p {    border-top: 2px #FC5170 solid;}
.login_mem_submit{background: #FC5170;}
.login_mem_other_link a{color: #FC5170;}
.member_login_regist a{background: #FC5170;}
.mem_regist_title_s {    background: #FC517096;    color: #fff;}
.shopping-cart .cart_head {   background: #FC5170;}
.shopping-cart.check {   margin: 40px auto 20px;}

/*order_finish_page*/
.order_list_tit b{color: #FC5170;}
.order_list_spec p{background: #FC5170;}
.order_list_tab td:nth-child(1){    color: #444;}
.order_list_pro tr:first-child {   background: #fdeef0;}
.order_list_pro tr:first-child td {   color: #444;}
.animated-arrow{    height: 40px;    line-height: 40px;    border-radius: 99em;	}
.orderFinish_data .pay_text>*+* {   margin-top: 12px;}

@media screen and (max-width: 1300px) {
.navigation { grid-template-columns: 120px 1fr;}
.stellarnav > ul > li > a {font-size: 16px;margin: 0 10px;}

  }

@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation {padding: 0;position: static;}
.stellarnav > ul > li > a {font-size: 15px;margin: 0 5px;}
.stellarnav ul {justify-content: center;}
/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{    max-width: 90px;    margin: 0;}
.me_tp_features{    top: 160px;}
.box_search input[type=text]{    background-color: #eeeeee96;}
.contact_content .information_left {    width: 100%;}
}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
.header_area.sticky .navigation {position: absolute;}
.stellarnav ul ul{display:block;}
.stellarnav > ul > li > a {color: #8056A0;}
/*側邊選單/＝＝＝＝＝*/
.stellarnav .menu-toggle{        padding: 0;}
.stellarnav.mobile.active {    z-index: 555;}
.stellarnav.mobile {padding: 10px;}
.stellarnav .menu-toggle span.bars span{    background: #8056A0;}
.header_area.sticky .stellarnav .menu-toggle span.bars span{    background: #8056A0;}
.stellarnav .menu-toggle:after{color: #8056A0;}
.header_area.sticky .stellarnav .menu-toggle:after{color: #8056A0;}
.stellarnav a.dd-toggle .icon-plus:after, .stellarnav a.dd-toggle .icon-plus:before{    border-bottom: solid 3px #e89c9c;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after{border-bottom: solid 3px #e9bec3;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{    background: #fff;     color: #e9bec3;    border-bottom: solid 1px #feeef0;}
.stellarnav.mobile > ul > li {
        display: flex;
        padding-left: 15px;
        border-bottom: 1px #feeef0 solid;
        flex-wrap: wrap;
}
.stellarnav > ul > li:before{    width: 30px;}
.stellarnav.mobile ul ul{    width: 100%;}
.stellarnav.mobile > ul > li > a {    padding: 10px 0px;}
.stellarnav.mobile li.open{ background: #fdf0f0;}
.stellarnav.mobile li.open li.open {   background: #fedce4;}
.stellarnav.mobile > ul > li > a.dd-toggle{    margin: 0;}
.stellarnav li a{    color: #444;}

/*Header/＝＝＝＝＝*/
.header_area {   background-image: url(https://pic03.eapple.com.tw/hellohanna/header_bg_r.jpg);}
.me_tp_features{    top: 105px ; border-top: 1px solid #feeef0;padding-top: 15px; z-index: 0;} 


/*聯絡我們/＝＝＝＝＝*/
.contact_content{                    padding: 0px 0 30px;}
.contact_content .information_left{    width: 100%;}
.contact_content .information_right{    width: 100%;}
.contact_le_map a {
    max-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;}
.blank_letter{padding-top: 0;}
.contact_form li .form__label{background: #fdeef078;}

}
@media screen and (max-width: 1024px) {
form {flex-direction: column-reverse;}
.contact_content .information_right {margin: 100px auto 0;}
.contact_content .information_right {width: 95%;}
.blank_letter {text-align: center;}
.list_before {
    width: 300px;
    margin: 30px auto 20px;
}
}
/*RWD425/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 570px) {
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {display: inline-block;}
.box_search, .box_search input[type=text]{width: 85%; max-width: 100%;}
.me_tp_features span { display: none;}
.me_tp_features a i:before {    font-size: 18px;   margin: 0;   color: #777;}
}
