.pageIndex::after{
    position: fixed;
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom:calc(100% / 1* 0.12);
    background: url(https://pic03.eapple.com.tw/da-ying/logo-2.png);
    background-size: contain!important;
    background-repeat: no-repeat;
    background-position: center!important;
    
  
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    z-index: 100000000;
    animation: logo 2s cubic-bezier(0.75, -0.5, 0.26, 1.55) forwards;
    opacity: 0;
    filter:drop-shadow(2px 2px  3px #fff);
}

@keyframes logo {
  0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.2) rotate(0deg);
        filter: blur(0px);
    }

   
    5% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        filter: blur(0);
    }

   
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1) rotate(1000deg);
		 filter: blur(0);
    }

  
    80% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1) rotate(2000deg);
		 filter: blur(10px);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1) rotate(2800deg);
        filter: blur(30px);
    }   
}






.header_area.sticky .container {max-width: 90%;}

.nav-brand {display: flex;align-items: center;justify-content: center;}
.nav-header {max-width: 400px;grid-row: auto;padding-top: 10px;}


.nav-brand img {
    /* max-width: 200%; */
    justify-content: center;
}


.header_area {
    padding: 10px 20px;
    background-color: #ffffffb8;
    background-size: 600% 600%;
    animation: redFlow 3s linear infinite;
    height:120px;
}


.header_area.sticky {
    background-color: #ffffffd9;
    background-size: 600% 600%;
    animation: redFlow 3s linear infinite;
    box-shadow: 0px 3px 10px #00000030;
    backdrop-filter: saturate(100%) blur(5px);
}


.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 0 20px;
}

.stellarnav > ul > li > a {letter-spacing: 1px;padding: 0 5px;line-height: 60px;height: 60px;margin: 0 9px;overflow: inherit;transition: 0.5s;color: #4885a5;font-weight: 1000;font-size: 18px;}

.main_header_area .container {/* max-width: 1630px; */transition: 0.8s;}

.stellarnav ul {text-align: right;padding-top: 30px;}
.stellarnav li.has-sub > a:after{display: none;}
.stellarnav > ul > li.has-sub > a { padding-right: 0px;}

.stellarnav > ul > li>a:after {
    content: "";
    height: 2px;
    width: 0%;
    background: #b2efff;
    bottom: 0;
    left: 50%;
    position: absolute;
    transition: 0.2s;
    transform: translateX(-50%);
    }
.stellarnav > ul > li:hover>a:after { width: 100%;} 




.stellarnav .menu-toggle:after {
    content: 'MENU';
    font-size: 12px;
    color: #ffffff;
    display: block;
    transform: scale(0.9);
}



/*hover*/
.stellarnav ul:hover li a { opacity: 0.8; transition: all 0.3s ease-in-out;}
.stellarnav ul li:hover a {opacity: 1;transition: all 0.3s ease-in-out;}
.stellarnav > ul > li:hover > a { letter-spacing: 3px; }



.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;}


.stellarnav.desktop > ul > li > a:hover {
    color: #1fd4f8;
    transition: .5s ease;
}
.stellarnav > ul > li > a:hover:before {
    color: #000;
    transition: .5s ease;
    transition: width .3s cubic-bezier(.19,1,.22,1);
    left: 0;
    width: 100%;
}
.stellarnav ul li:hover a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.stellarnav ul ul>li>a:hover, .stellarnav ul ul>li>a:focus {
    color: #131413;
    opacity: 1;
}
/* 下拉符號移除 */
.stellarnav li.has-sub > a:after{
    content: none;
}

/* 第二層 */
.stellarnav ul ul {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
    background: #f0f0f0;
    background: #fff;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    /* margin-left: -75px; */
    box-shadow: 0 3px 5px rgba(0, 0, 0, .175);
    border: none;
    min-width: auto;
    width: fit-content;
    margin: 0;
}
.stellarnav li li {
    border: 0;
    width: 100%;
}

.stellarnav.desktop li.has-sub li a {
    font-size: 13px;
    text-align: center;
    padding: 10px 20px;
    white-space: nowrap;
    letter-spacing: 1.5px;
    font-family: var(--SFont);
    transition: all .5s;
    letter-spacing: 0.1em;
    transform: translateX(0);
    padding-right: 50px;
    text-align: left;
}
.stellarnav.desktop li.has-sub li:not(:last-child) a {
    border-bottom: 1px solid #f6f6f6;
}
.stellarnav.desktop li.has-sub li a:hover{
    color: #fff;
    background: #74b9df;
}
.news_classes > li:hover > a, .news_classes > li:focus > a {
    color: #fff;    
    background: #808080;
}
/* 第三層 */
.stellarnav ul ul ul {
    top: 0;
    left: 100%;
    margin: 0;
    width: fit-content;
    transform: unset;
}



.me_tp_features {margin: 0;position: fixed;top: 10px;right: 2%;z-index: 200;width: fit-content;transition: all 0.7s ease;font-size: 0;display: flex;/* transition: all 0.7s ease; *//* right: -10%; */align-items: center;/* text-align: right; */}
.tp_links {display: flex;justify-content: flex-end;display: none;}

.me_tp_features a i {margin: 0 8px;color: #39a5d4;}
.shop_search_btn {
    background: #39a5d4;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 12px;
    cursor: pointer;
    height: 100%;
}




@media only screen and (max-width: 1024px) {
    .navigation {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }

    .header_area.sticky .container {
    max-width: 100%;
}

.me_tp_features {
    margin: 0;
    position: fixed;
    top: 100px;
    right: 30%;
    z-index: 200;
    width: fit-content;
    transition: all 0.7s ease;
    font-size: 0;
    display: flex;
    align-items: center;
  
}
.header_area {

    height: 200px;
}

.stellarnav ul {
    text-align: center;
    padding-top: 30px;
}

    
}

@media screen and (max-width: 768px) {
	

.header_area {
    padding: 13px;
    height: 120px;
}
.nav-header {
    max-width: 350px;
    grid-row: auto;
    padding-top: 10px;
}
.header_area .me_tp_features {
       right:25%;
       top: 80px;
    }
    .header_area.sticky .me_tp_features {
       right:25%;
       top: 80px;
    }
}




/*文章*/

/*最新消息-文章*/
h5.blog_le_t{color:#39a5d4;}

.blog_le .accordion{border: none;border-radius: 0;}
.blog_back a.article_btn_back {    background:var(--MainColor);}
.lastPage {  background:var(--MainColor);}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background:#ffffff00 !important;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {    color:#64cfd2;!important;  font-size: 15px;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {  color: #ffffff00 !important;letter-spacing: 1px;}

.blog_le .accordion > li>.link a::after{
    position: absolute;
    content: "";
    background: #39a5d4;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    transition: 0.3s ease-in;
    z-index: -1;
}
.blog_le .accordion > li:hover>.link a::after, .blog_le .accordion > li.on_this_category .link a::after {transition: 0.3s ease-in;width: 100%;}
.link, .blog_le .accordion > li.on_this_category .link {border-bottom:1px solid var(--color2) ;}
.blog_le .accordion > li.open{ border: 1px solid var(--color2);}

.subbox_item a{padding: 5px;}
.blog_list_ri h5{color:#207fbb;;font-weight: bold;font-family: var(--SFont2);border-bottom:1px solid var(--MainColor) ;}
.subbox_item a:after {
    background: rgb(255 255 255 / 0%);
    border: 1px var(--MainColor) solid;}
.subbox_item a:before {
    content: 'MORE';
    bottom: unset;
    top: 0;
    color: #fff;
    background: var(--MainColor);
    padding: 5px 15px;}
.other_subalbum li a p { text-align: center;font-weight: bold;line-height: 3;}
.show-list .item:hover{background: var(--MainColor);}



.submenu {  background: #000000;}
.blog_le .accordion ul.submenu li{border: none;}
.submenu li.on_this_category a, .submenu a:hover { background:var(--SubColor);}
.blog_list_le { overflow: hidden;}
.subbox_item a:hover .blog_list_le img{transform: scale(1.05);transition: 0.3s ease-in;}

/*article_a- 最新消息*/
.article_a .subbox_item a {  grid-template-columns: 1fr;padding-bottom: 30px;}
.article_a .blog_subbox { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
.article_a .blog_list_ri { display: flex;  flex-direction: column;}
.article_a .blog_list_ri em{order: 1;}
.article_a .blog_list_ri h5{order: 2;}
.article_a .blog_list_ri p{order: 3;}
.article_a .subbox_item a:before{
    top: unset;
    bottom: 0;
    left: 0;
    right: unset;
    opacity: 1;
    color: #1e687f;
    background: #ffffff00;
}
.article_a .subbox_item a:hover:before{color:#64cfd2;;}
.article_a .subbox_item a:after{border: none;border-bottom:1px solid #64cfd2;;width: 0;font-family: var(--SFontE);font-size: 15px;}
.article_a .subbox_item a:hover:after{width: 100%;}

.blog_box_edit .articel_mainPic{display: none;}/*關閉文章內頁第一張圖*/


/*最新消息-首頁 文章*/

.module_i_news .title_i_box h6{
 color: #64cfd2;;
 font-family: #64cfd2;;   
 font-size: 26px;
}
.module_i_news .title_i_box h4{
 color: #64cfd2;;
 font-family: #64cfd2;;   
 font-size: 36px;
}
.module_i_news ul { grid-template-columns: repeat(4, 1fr);}
.module_i_news li:nth-child(n+5){display: none;}
.module_i_news li a { grid-template-columns: 1fr;    padding: 8px  8px 20px;border-bottom:1px solid #64cfd2;;}
.module_i_news .i_blog_le { aspect-ratio:3/3.5;}
.module_i_news .i_blog_ri { width: 100%; display: flex; flex-direction: column;}
.module_i_news .i_blog_ri h5{font-family:#64cfd2;color: #64cfd2;border-bottom:1px solid #64cfd2; ;order: 1;}
.module_i_news .i_blog_ri em {color:#64cfd2;order: 3;width: max-content;}
.module_i_news .i_blog_ri p{order: 2;-webkit-line-clamp: 2;}
.module_i_news li a:after {
    background:var(--MainColor);
    height: 2px;
    opacity:1;
    border:none;
    width: 10%;
    top: unset;
    bottom: 0;

}
.module_i_news li a:before {
    content: 'MORE';
    opacity: 1;
    color: #64cfd2;
 background: #64cfd2;
    padding: 0 10px;
    border-radius:10px ;
    border: 1px solid var(--MainColor);
}

.module_i_news li a:hover::before{background: var(--MainColor);color: #fff;}
.module_i_news li a:hover::after{width: 100%;}




/*相簿管理******************************************** */
.album_page .main_part {
    max-width: 1600px;
    padding: 100px 20px 50px;
}

/*相簿主分類*/
.subalbum-menu h2 {font-size: 18px;color: #333;letter-spacing: .2rem;}
.show-list .show_pic {aspect-ratio: 4 / 3;}
.show-list .show_pic img {transform: scale(1);transition: all .5s;}
.show-list .show_name{color: #333;letter-spacing: .2rem;text-align: center;}
.show-list .item{margin-bottom: 30px;}
.show-list .item .overlay {-webkit-transform: scale(1);transform: scale(1);}
.show-list .item:hover .show_name {color: #257ACE;}



.show-list .item .show_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
    transform: scale(1);
    transition: transform 0.5s, border-radius 0.5s;
}

.show-list .item:hover .show_pic img {
    transform: scale(1.2);  
    border-radius: 20px;
}


/*樣式*/
.i_album_list li a p {
        background: linear-gradient(to top, #000000, #00000000);   color: #ffffff;  height: 9em;
        letter-spacing: 2px;  font-size: 17px; align-items:center;padding-bottom: 20px;}

ul.i_album_list li { flex-grow: 1;box-sizing: border-box;margin: auto 0; display: inline-block;  vertical-align: top;}
.i_album_list li div { aspect-ratio: unset; height: 34vw;}
.i_album_list li:hover img { transform: scale(1.02);}

@media screen and (max-width: 768px) {  .pageIndex .i_album_list li div {height: 350px;}}

/*列表*/
.show-list { grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); grid-gap: 30px;}
.subalbum-menu h2 {color:#111111;letter-spacing: 5px;display: none;}
.overlay { display: none !important; }
.other_subalbum li a p {
    line-height: 2;
    background: linear-gradient(to top, #5581a0b3, #00000000);
    color: #ffffff;
    height: 4em;
    letter-spacing: 6px;
    font-size: 17px;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-family:noto sans tc;
    font-weight: 500;
    }
.other_subalbum li:hover a p {  height: 110%; }
.album_fixed_title { display: none;}

.contact_form li.last cite {
    background: #39a5d4;
    color: #fff;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    display: block;
    vertical-align: top;
    font-style: normal;
    padding: 7px;
    text-align: center;
    border: 1px #39a5d4 solid;
    width: 150px;
    max-width: calc(50% - 10px);
}


/*內頁*/


 .product_page #content, .album_class_page #content, .album_page #content, .album_info_page #content, .blog_page #content, .blog_in_page #content{
	background-image: url(https://pic03.eapple.com.tw/sd0214/bg1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: -1;
	} 




.product_info_page #content {
	background-image: url(https://pic03.eapple.com.tw/sd0214/bg5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:bottom;
	} 


/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1400px; padding: 80px 20px;}

.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; padding: 0px 0px;}
.product_page .product_menu_list { position: relative; width:300px; letter-spacing: 1px; min-height: 0vw; margin-bottom: 50px;}
.product_page .products-list{ width:calc(100% - 350px) !important;}
.product_page .products-list,
.product-wrapper { width: 100%;}
ul.page { width: 100%;}

.product-layer-two li a {background: #ffffff; color: #211F20; text-align: left; border: 0px #dadada solid; border-bottom: 1px #ececec solid; padding: 10px 16px;transition:all ease .3s;}
.product-layer-two li a:hover {background: #f6f6f6;transition:all ease .3s;}
.product-layer-two li.active a {border: 0px #ccc solid;}
.product-layer-two li ul { position:static; margin-top:5px;width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; }
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:8px 10px;  background:#f4e5d9;}
.product-layer-two li li:hover > a { background:#19336d; color:#ffffff;}
.product-layer-two > li { width: 300px; max-width:100%; padding:0; text-align:left; border-bottom:0px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.products-list .name {text-align: center; height: 20px; font-size: 17px;}
.product-layer-two li i.close::before {color: #e0d5cc;}
.product-layer-two ul {grid-gap: 0px;}

.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: 8px; height: 8px; border-radius: 10px; background: transparent; left: 0; margin-left: -14px; top: 50%; margin-top: -4px; /*clip-path: polygon(0 0, 100% 50% , 0 100%);*/}
.product-layer-two li li:hover > a:before { background:#19336d;}
/*.product-layer-two li li.active a {background: #e5d4c6;}*/

.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;}

.products-list .more {border: 0px solid #19336d;color: #ffffff;background: #047abd;font-weight: 500;opacity: 1;transition: 0.3s ease;padding-top: 4px;font-size: 15px;} 

/*詳細資料*/
.products-list .item a:hover .more {background: #2951a5; transition: 0.3s ease;} /*1*/

/*滿版*/
.products-list {grid-gap:20px; grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));}

/*相關推薦*/
.prod_related h6 span:before {color: #0c1b3d;}
.lastPage {background: #19336d; border-radius: 2px;}
.prod_related {background: none; padding: 100px 15px 70px 15px;}

/*內頁*/
#prod_thumbSwiper .swiper-slide::before {background:#ffffff;}
.pd_tabTitle li.activeTab::after {height: 0px;}
.pd_tabTitle li.activeTab a { color: #0c1b3d; font-size: 24px; font-weight: 700;}
.swiper-button-next, .swiper-rtl .swiper-button-prev {right: var(--swiper-navigation-sides-offset, 15px);}
.swiper-button-prev, .swiper-rtl .swiper-button-next {left: var(--swiper-navigation-sides-offset, 15px);}
.proImgSwiper {background: none;}
.sidebarBtn {border: 5px #eeeeee solid; background: #ffffff;}
.pd_tabTitle li {border-bottom: 1px solid #d7d7d7;}

/*特*/
.products-list .pic {color: #211F20;}
.products-list .pic img {transform: scale(1); transition: 0.5s ease;}
.products-list .pic img:hover {transform: scale(1.1); transition: 0.5s ease;}
.products-list .pic img{left: 50%; top: 50%;}

.products-list .price .sp_price {text-align: left;}
.products-list .price b{text-align: left;font-weight: 500;font-size: 15px;}
.fa-circle-plus::before {color: #d3d3d3;}

.inquiry_a1{background: #0c1b3d;}
.inquiry_a2{background: #0c1b3d;}
.inquiry_a3{background: #0c1b3d;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {border-radius: 2px;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: #2469c4;}

.products-list .price b , .ori_price {color: #2d4296; font-weight: 700;}
.products-list .price .sp_price , .sp_price {color: #12abe3;font-weight: 700;}
.sidebarBtn .sp_price {color: #c53c2c;}

.pageIndex .products-list {grid-template-columns: repeat(5, 1fr);}
.animated-arrow {background: linear-gradient(to bottom, #2951a5 0%, #19336d 100%); color: #121212; height: 60px; padding: 5px 0; border-radius: 2px;}
.i_prod_b a i.fa-solid.fa-arrow-right {display: none;}
.i_prod_b a b {font-weight: 500; font-size: 18px;}

@media screen and (max-width: 1200px) {
.products-list {grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));}
.products-list .price b {text-align: center !important; width: 100%; display: block;}
.products-list .price .sp_price {text-align: center;}
}
@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;}
.mobile_product_name {text-align: center;}

.product-layer-two {grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));}
.product-layer-two > li {width: 100%;}
.product-layer-two li a {text-align: left;}
.product_menu_list>h5 {padding: 7px 16px;}

.product_page .products-list {width: 100% !important;}
#prod_thumbSwiper img {max-width: 150px; width: 100%;}
.pageIndex .products-list{grid-template-columns: repeat(3, 1fr);}
}
@media screen and (max-width: 480px) {
.products-list {grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));}
#prod_thumbSwiper .swiper-slide {height: 100px !important;}
.product_page .main_part {padding: 50px 20px 10px;}
.products-list .price b {text-align: center !important;}
.pageIndex .products-list {grid-template-columns: repeat(2, 1fr);}
}


.banner {
    background: url(https://pic03.eapple.com.tw/da-ying/banner01.jpg);
    position: relative;
    background-position: top;
    background-size: cover;
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
    flex-direction: column;
    height: 50vw;
    max-height: 320px;
    }

.banner h5 {
    color: #ffffff;
    font-weight: 900;
    font-size: 24px;
   
}

.banner h5:before {
    display: block;
    font-size: 60px;
    font-weight: 400;
    text-align: center;
    padding-left: 0px;
    color: #ffffff;
    margin-bottom: -10px;
    font-family: "Lexend Deca", sans-serif;
    font-style: normal;
    margin-bottom: 10px;
}



.banner h5::after {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background-color: #ffffff;
    margin: 10px auto 0;
    transform: scaleX(0);
    transform-origin: left center;
    animation: underlineExpand 0.6s ease-out forwards;
}

@keyframes underlineExpand {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}
body.product_info_page .banner h5:before,
body.product_page .banner h5:before,
body.product_info_page.banner h5:before { content: 'PRODUCT'; }

body.blog_page .banner h5:before,
body.blog_in_page .banner h5:before { content: 'NEWS'; }

 .banE h5:before { content: 'CASE'; }
 .banC h5{display:none}




body.promotions_page .banner h5:before { content: 'INSIGHT'; }



@media screen and (max-width: 768px) {
    .banner {
        max-height: none;
        background-attachment: scroll; /* 手機避免 fixed 卡頓 */
		 background-size: cover;
    }
	.banC.banner{display:none;}
    .banner h5:before { font-size: 40px; }
    .banner h5 { font-size: 20px; }
	.header_area.sticky {
    background-color: #ffffff85;
    background-size: 600% 600%;
    animation: redFlow 3s linear infinite;
    box-shadow: 0px 3px 10px #00000030;
    backdrop-filter: none;
}
}
@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*//*
.pageIndex .header_area{position: position:relative;}*/
.main_header_area .container {   max-width: 100%;}
    .stellarnav.mobile {
        position: absolute;
        left: -10px;
        top: 0;
        width: auto;
        display: inline-block;
    }
	#to_top {
    display: none;
    position: fixed;
    bottom: 80px;
    left: 10px;
    z-index: 600;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 12px;
    color: #111;
    text-align: center;
    text-decoration: none;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
}
/*Logo/＝＝＝＝＝*/
.nav-brand{margin-top: 0;width: 250px;}
.header_area.sticky .nav-brand{/* max-width: 200px; */}

/*側邊選單/＝＝＝＝＝*/
/*menu*/
.stellarnav .menu-toggle {padding: 0px 10px;}
.stellarnav .menu-toggle:after { color: #539ecf;}
.stellarnav .menu-toggle span.bars span { background: #777;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: transparent;}
.stellarnav a { color: #4d9dd2;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 2px #369cda;}


/*背景色*/
.stellarnav.mobile ul {background: #ffffffb5;backdrop-filter: saturate(93%) blur(4px);margin: 0px;}
/*第一層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{padding: 10px;border-left:none;margin: 0;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;
background: #0081c791; color: white; }
.stellarnav.mobile > ul > li {border-bottom: 0px #cdcdcd dashed;}

/*第二層*/
.stellarnav.mobile li.open{ background: transparent;}
.stellarnav ul ul {   margin: 0 15px 15px;}

.stellarnav li li > a, .stellarnav li li.has-sub > a {background: #0081c700;color: #3f8cb3;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {background: rgb(255 255 255 / 70%); color:#535353;}
.stellarnav li li {border: 0px #4d9dd2 solid;}


/*+*/
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 2px #4d9dd2;}
.stellarnav.mobile > ul > li > a.dd-toggle {  background: transparent;}

}



.path p, .path p a {
  display:none;
}

/*聯絡我們-有編輯器時*/
.contact_content .information_left {
    display: none;
}

.contact_content .information_right {
    width: 100%;
    padding-left: 10px;
}

.contact_content {
    max-width: 1400px;
    border-top: 1px #CCC solid;
    width: 90%;
}




/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*Footer*/
.copy {text-align: center;padding: 7px 0;font-size:13px;color:#ffffff;border-top:1px #ddd solid;margin-top:15px;display: flex;justify-content: center;align-items: center;align-content: center;flex-wrap: wrap;position: absolute;/* text-align: center; */right: 0%;width: 100%;bottom:0%;}
.footer_menu {
    border-bottom: none !important;
}



.copy a {
    color: #fff;
}

.footer_menu a:nth-child(1) {
    display: none;
}

.footer_menu a {
    transition: all 0.3s;
}

.box_link {
    display: none;
}

.footer_info li p {
    width: auto;
    color: #fff;
    width: fit-content;
}

.footer_info li p a {
    color: #fff;
}

.footer_menu a {
    display: inline-block;
    border: 0;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    margin: 1vw 0;
}

.footer_info {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0;
    justify-content: center;
}


.center {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
}

.footer_info li:nth-child(1) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: left;
}

.footer_info li:nth-child(2) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    position: relative;
}


.footer_info li p.add {}

.footer_info li p.add2 {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
	            .footer {
                padding: 50px 20px 150px 20px;
            }
 
.copy {
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    color: #ffffff;
    border-top: 1px #ddd solid;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    position: absolute;
    /* text-align: center; */
    right: 0%;
    width: 100%;
    bottom: 8%;
}
}	