@charset "utf-8";

body{overflow-x:hidden;  font-family: 'Archivo Black', 'Noto Sans TC', sans-serif;}

/*lifu45122984-力富貨櫃(0517-白色版)*/

/*上方選單解除滑動固定*/
body{ overflow: overlay;}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*反白顏色*/
::-moz-selection{  background-color:#ffffff ;  color: #fff;}
::selection{  background-color:#ffffff ;  color: #fff;}



/*滾動條全域設定---------- */

/*寬度*/
::-webkit-scrollbar {
  width: 6px;
}

/*軌道顏色*/
::-webkit-scrollbar-track{
  background-color: #000000;
  border-radius: 3px;
}

/*滑塊*/
::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 3px;
}



/* =============== ▼ BANNER ▼ =============== */

/* ＝＝＝ 【【  版型設定(動畫圖+線條) ↓↓↓  】】 ＝＝＝ */
.banner {
    background: #fdfcfb;
    width: 100%;
    min-height: 1000px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

.banner.banblog::after {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/dfgear/banner1.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

body.blog_page.article_b .banner.banblog::after {content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/dfgear/banner2.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.banner.banC::after {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/dfgear/banner3.jpg);
    background-repeat: no-repeat;
    background-position: center;
}


@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);
    }
}

/* 按鈕名稱 */
.banner h5 {
    position: relative;
    z-index: 999;
    color: #fff;
    letter-spacing: .6rem;
    text-shadow: 0px 0px 5px rgba(22 18 16 /20%);
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 30px;
    font-size: 40px;
    font-weight: 300;
}

/*偽元素*/


.banC h5::after {
    content: "RESERVE";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-size: 90px;
    font-weight: 300;
    font-family:'Cormorant';
}


.banF h5::after { content: "CART";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    font-family:'Cormorant';} 

.banE h5::after { content: "PHOTO";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    font-family:'Cormorant';} 


.banblog h5::after { content: "CASES";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    font-family:'Cormorant';} 





@keyframes wave-reveal {
    0% {
      clip-path: inset(0 0 100% 0);
    }
    100% {
      clip-path: inset(0 0 0 0);
    }
  }

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1024px) {
    .banner h5 {font-size: 40px;}
    .banner h5::before {font-size: 14px;}
}
@media screen and (max-width: 768px) {
    .banner {min-height: 300px;}
    .banner h5 {font-size: 26px;}
    .banner h5::after{height: 3rem;}
    .banblog h5::after {font-size: 60px;} 
    .banE h5::after {font-size: 60px;} 
    .banC h5::after {font-size: 60px;} 
}


@media screen and (max-width: 568px) {
    .banner {min-height: 300px;}
    .banner h5 {font-size: 26px;}
    .banner h5::after{height: 3rem;}
    .banblog h5::after {font-size: 40px;} 
    .banE h5::after {font-size: 40px;} 
    .banC h5::after {font-size: 40px;} 
}

@media screen and (max-width: 425px) {
    .banner {min-height: 300px;}
    .banner h5 {font-size: 26px;}
    .banner h5::after{height: 3rem;}
    .banblog h5::after {font-size: 30px;} 
    .banE h5::after {font-size: 30px;} 
    .banC h5::after {font-size: 30px;} 
}


@media screen and (max-width:320px) {
    .banner h5 {font-size: 20px;}
    .banner h5::before {font-size: 12px;} 
}




body.other_select_page .banA{
	display:none;
}

body.other_page .banB {
    display: none;
}

/*.banE {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_album.jpg)repeat center center; 
}

.banC {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_contact.jpg)repeat 20% center; 
}

.ban_price {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_price.jpg)repeat 75% center; 
}

.ban_team {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_team.jpg)repeat center center;
}

.banB {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_service.jpg)repeat center center; 
}

.banblog {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_news.jpg)repeat center center; 
}*/





body.map_page .banner {
	/*display:none;*/
}

body.services_page .banB h5::before{
	content:"SERVICES";
}

.banE h5::before{
	content:"CASES";
}

.banF h5::before{
	content:"PRODUCTS";
}

.banC h5::before, body.map_page .banB h5::before{
	content:"CONTACT";
}



body.blog_page.article_a .banner h5::before{
    content: "CASES";
}


body.blog_page.article_b .banner h5::before{
    content: "NEWS";
}


.banner h5::before{
	font-family: 'Archivo Black', 'Noto Sans TC', sans-serif;
    font-weight: 500;
	font-size: 65px;
    display: block;
	letter-spacing: 5px;
}

.banner h5{
	font-size: 24px;
    font-family:'Archivo Black', 'Noto Sans TC', sans-serif;
    letter-spacing: 8px;
    font-weight: 600;
    color: #ffffff;
    max-width: 1600px;
    width: 100%;
    padding: 120px 8vw 0px;
    text-align: left;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	line-height: 1.3;
}


body.map_page .banB h5::after{
	content: "聯絡我們";
    height: unset;
    background: unset;
    border-bottom: 1px #FFFFFF solid;
    margin-top: 0px;
    padding-bottom: 15px;
}



@media screen and (max-width: 1920px){
	.banner {

	}
}

@media screen and (max-width:1200px) {
	.banner {
		height: 520px;
	}
	
	.banner h5::before {
		font-size: 50px;
	}
	
	.banner h5{
		text-shadow: 0px 0px 10px rgb(0 0 0 / 70%);
		font-size: 22px;
	}
    .banner {
        height: 450px;
    }
}

@media screen and (max-width:1024px) {
	.banner {
		height: 430px;
	}
	
	.banner h5 {
		padding: 60px 8vw 0px;
	}

   
}

@media screen and (max-width:768px) {
	.banner {
		height: 330px;
	}
	.banner h5::before {
		font-size: 40px;
	}
	.banner h5 {
		font-size: 22px;
	}
	
	.banner h5::after {
		max-width: 340px;
	}

    .header_area.sticky {    position: fixed;}
}


@media screen and (max-width:600px) {
	.banner h5::before {
		font-size: 36px;
		line-height: 1;
    	margin-bottom: 5px;
	}
	
	.banner h5 {
		font-size: 20px;
	}
}

@media screen and (max-width:480px) {
	.banner {
    	height: 200px;
	}
	
	.banner h5 {
		padding: 35px 6vw 0px;
	}
	
	.banner h5::after {
		max-width: 270px;
	}
}


@media screen and (max-width:425px) {

.banner h5::before {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px;
}

.banner h5 {
    font-size: 10px;
}

}


.banner h5::after {
    content: "";
    position: relative;
    display: block;
    width: 2px;
    height: 50px;
    background-color: #ffffff;
    bottom: 15px;
    margin-top: 1em;
    animation: wave-reveal 2s both;
    animation-iteration-count: infinite;
}



#page{
	/*background: url(https://pic03.eapple.com.tw/jiang/bg.jpg)no-repeat top center;
    background-size: cover;*/
}

#content_main, #content {
    background: url(https://pic03.eapple.com.tw/dfgear/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.nav-brand { padding:10px 0 10px 0;}
.nav-brand img { max-width: 110px;}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{display:none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;  background: #000000;}
#content {
    background-color: #DDDDDD;
    /*background-image: url(https://pic03.eapple.com.tw/yufu/bg.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center bottom;
}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}

@media screen and (max-width: 1024px) {
    .bannerindex { padding:0; margin:0;}
    .banner {padding: 120px 0 130px 0;}}


@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

@media screen and (max-width: 425px) {  .banner {padding: 80px 0 80px 0;}}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*多語系*/
.me_tp_features a { vertical-align: unset;}
.tp_lang { display: inline-block;}
.tp_lang a:before { padding: 1px 3px; border: 1px solid #ffffff ; background: transparent; border: 0px solid #ffffff ; font-size: 12px;}
.tp_lang a.lang_tw:after { content: '';  border-right: 1px solid #cccccc;  padding: 0 0px 0 5px;}
.tp_lang a.lang_tw:before { content: 'TW';color: #ffffff ;}
.tp_lang a.lang_en:before { content: 'EN';color: #777777;}
/*搜尋_購物車_匯款通知*/
.tp_links { display: none;}
.me_tp_features { margin-bottom: 3px; padding: 0 19px 0 1px;}
.me_tp_features a { display: none;}
@media screen and (max-width: 768px) {
.me_tp_features { margin-bottom: 0px;  padding: 10px;}
}
/*搜尋欄*/
form#hs_search {padding-right: 56px;}
.box_search input[type=text] { box-sizing: border-box; width: 100%; height: 27px;border-radius: 0;    background: url(none) no-repeat 9px center #fff; }
.box_search { width: 310px;}
.shop_search_btn { background: #ffffff ;  color: #000000; border-radius: 0px;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.pageIndex .main_part { border-top: none;}
.header_area { position: fixed; width: 100%;}
.main_header_area {
    background: linear-gradient(to right, #000000, #00000021);
    transition: all 0.5s ease;
    border-top: 4px #ffffff  solid;
}
.main_header_area .container { max-width: 1300px;}
.sticky .main_header_area {     background: linear-gradient(to right, #000000, #00000021);transition: 0.5s; box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); margin: 20px 20px;}
.sticky .nav-menu > li > a { color: #000;}
.sticky .nav-menu>li:not(.tp_links) { border-left: 0px solid #eee;}
.sticky .nav-menu>li:nth-child(5) { border-right: 0px solid #eee;}
.tp_links{ display:none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*新選單*/
.navigation {  padding: 15px 0 0 0px;}
.stellarnav li { font-size: 17px;}
.stellarnav li a { color: #000; padding: 10px 10px;}
.stellarnav > ul > li { padding: 0 5px;}
.header_area.sticky{    background: rgb(255 255 255 / 0%);}
.header_area {background: #f0f0f000;}


/*第一層*/
.stellarnav > ul > li > a {
    margin: 0 5px;
    padding: 0px 10px 0;
    position: relative;
    letter-spacing: 1.5px;
    color: #ffffff;
    transition: all 0.1s;
    font-weight: 600;
}
.stellarnav > ul > li > a b { font-weight: 800;}
.stellarnav > ul > li > a:hover { color: #ffffff ;}
.stellarnav li li a{ transition: all 0.2s ease-in-out;}/*下拉分類滑過前*/
.stellarnav li li a:hover { background: #ffffff ; color: #000000;}/*下拉分類滑過後*/
.stellarnav > ul > li > a {font-size: 18px}

/*選單下拉三角槓槓*/
.stellarnav li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 2px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: transparent #ffffff  #ffffff  transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*按鈕效果*/
.stellarnav > ul > li:hover::after {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.stellarnav > ul > li::after {
    content: "";
    background: #ffffff;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 0%;
    transform: scale(0,1);
    transition: 0.5s ease-in-out;
}

/*下拉分類橫向箭頭*/
.stellarnav li li.has-sub > a:after {
    content: '';
    display: inline-block;

    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #cccccc #cccccc transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(-45deg);
}


/* 浮動隱藏 */
.linksBtn{display:block;}

/*-------------------------------------------------*/

/*第二層*/
.stellarnav li li { border: none !important;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    color: #ffffff;
    padding: 10px 15px;
    transition: all 0.3s;
    letter-spacing: 1.5px;
    border-left: 1px solid transparent;
    font-size: 14px;
    background: #000000;
    box-shadow: 4px 5px 23px rgb(0 0 0 / 10%);
}/*下拉背景*/
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { padding-left: 20px;  border-left: 4px solid #000000;}
.stellarnav > ul >li >ul { left: 50%;  transform: translateX(-42%);}
.stellarnav ul ul { width:200px; border: 0 solid transparent;}/*下拉分類寬度/外框*/
.stellarnav li li { border: none;}
.stellarnav li li + li { border-top: 1px solid #eeeeee;}
.stellarnav li.drop-left ul ul { right: 100%;}
.stellarnav ul ul ul { left: 100%;}
.stellarnav.mobile li.open li.open{    background: #000000;}

/*-------------------*/
/*下拉次分類(箭頭)*/
.stellarnav li.drop-left li.has-sub > a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-top: 1px solid #ccc;
    border-bottom: 0px solid transparent;
    border-right: 1px solid #ccc;
}
.stellarnav li li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #cccccc #cccccc transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(45deg);
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{display: none; }
/*大圖01*/
.swiper-slide.swiper-slide-active:nth-child(1):after  {  background: url(https://pic03.eapple.com.tw/dfgear/banner_02.png); animation: bg 1.5s;animation-fill-mode: both;}
@keyframes bg{
    0%{opacity: 0;width: 80vw;}
    100%{opacity: 1;width: 35vw;}
}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/dfgear/banner_01.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before { animation: puff-in-center 1.5s; animation-fill-mode: both;}
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
/*大圖02*/
.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/dfgear/banner_02.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before { animation:scale-in-center 1.5s; animation-fill-mode: both;}

.swiper-slide.swiper-slide-active:nth-child(2):before{
    -webkit-animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
	        animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(.8);
            transform: scale(.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(.8);
            transform: scale(.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}




/*@-webkit-keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-25px);
              transform: translateX(-25px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateX(-25px);
              transform: translateX(-25px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
*/

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


.other_select_page .banner , .other_page .banner{display: none;}
.promotion_title{display: none;}
.other_promotion {display: none;}



@media screen and (max-width: 1024px) {
.box_search {width: 230px;}
form#hs_search {padding-right: 45px;}
.nav-brand img{max-width: 105px;}
.header_area {background: #000000; position: relative;}
.header_area .sticky {          background: #000000; position: fixed;}
}


@media screen and (max-width: 768px) {
.nav-brand img{max-width: 85px;}
.me_tp_features {padding: 5px;}
.stellarnav.mobile ul{background: #000000;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{ background: #ffffff;}
.stellarnav a {    color: #000000;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{    max-width: 305px;}
.stellarnav.mobile li.open {background: #000000;}
.stellarnav li li a{    background: #ffffff;color: #000000;}
.stellarnav.mobile li li a.dd-toggle{ left: 230px;    background-color: #00000000;}
}


@media screen and (max-width: 425px) {
.navigation { padding: 5px 0 0 0px;}
.nav-brand img{max-width: 75px;}
.nav-brand {padding: 5px 0 0px 0;}
}

@media screen and (max-width: 375px) {
.nav-brand img{max-width: px;}
}


/* = = = footer = = = = = = = = = == = = = = = = = = = = = = = = == = = */
footer * {
    font-family: "Onest", sans-serif, "Noto Sans TC", sans-serif;
    transition: all .3s;
}
footer {
    padding: 80px 0 0 !important;
    background: #000000;
}
.footer .center {
    max-width: 1200px;
    padding: 0 2%;
}
.footer_logo {
    max-width: 240px;
}
.box_link {
    display: none;
}
.footer_info {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0;
}
.footer_info ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 900px;
    font-family: "Onest", sans-serif, "Noto Sans TC", sans-serif;
}
.footer_info li {
    padding: 25px 10px 10px;
}
.footer_info li::before {
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #ffffff;
    margin-bottom: 20px;
}
.footer_info li:nth-child(1):before {
    content: 'CONTACT US';
}
.footer_info li:nth-child(2):before {
    content: 'LINK';
}

/* 聯絡資訊 */
.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
}
.footer_info li p.tel:before {
    content: 'TEL';
}
.footer_info li p.mail:before {
    content: 'EMAIL';
}
.footer_info li p.add:before {
    content: 'ADD';
}
.footer_info li p {
    font-weight: 500;
    margin-bottom: 10px;
}
.footer_info li p a {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}
.footer_info li p:before {
    display: block;
    color: #ffffff;
}



/* footer選單 */
.footer { font-size: 14px;
   padding: 80px 0 0;
   background-image: url(https://pic03.eapple.com.tw/dfgear/footer_bg.jpg);
   width: 100%;
   padding-bottom: 100%;}


.footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 25px;
}
.footer_menu a {
    font-family: "Onest", sans-serif, "Noto Sans TC", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1px;
    background: transparent;
    border: 0;
    padding: 8px 11px 8px 0;
}
.copy, 
.copy a {
    color: #909090;
}
.copy {
    background: var(--color1); 
    margin-top: 70px;
}

/* hover */
.box_link a,
.box_link a:hover,
.footer_menu a,
.footer_menu a:hover,
.copy a,
.copy a:hover {
    transition: all .3s;
}
.box_link a:hover {
    opacity: .7;
}
.box_link a,
.box_link a:hover {
    transition: all .2s;
}
.footer_menu a:hover {
    background: transparent;
    color: #a8a8a8;
}
.copy a:hover {
    color: #ffffff;
}


@media screen and (max-width: 768px) {
    .footer {
        padding: 20px 0 0 !important;
    }
    .footer_info {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 450px) {
    .footer .center {
        padding: 0 8%;
    }
    .footer_info ul {
        justify-content: flex-start;
    }
    .footer_info li {
        padding: 10px;
    }
    .footer_info li+li {
        margin-top: 0;
    }
    .footer_info li::before {
        margin-bottom: 10px;
    }
    .footer_menu {
        row-gap: 0px;
        column-gap: 10px;
    }
}


#to_top{border-radius: 20%;}
.linksBtn {display: none;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_main_header_area_back {    background: #000000;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: transparent !important;}
.share_page .edit {    text-align: justify;    line-height: 180%;}
.subbox_item a:before , .subbox_item a:after {    transition: 0.3s;}
.blog_le .accordion > li {
    width: 100%;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}
.blog_box_edit {    line-height: 180%;    text-align: center;}
h4.blog_category_title {    
    text-align: center;
    color: #fff;
}
.link a {    width: 100%;    display: block;    padding: 15px 10px;}
.accordion li .link {    padding: 0;}
.blog_page .main_part {
    width: 100%;
    max-width: 60%;
    margin: auto;
    padding: 0px;
}
.clearfix:before, .clearfix:after {
    display: none;
}

.i_blog_ri h5 { color: #ffffff;}
.i_blog_ri em { color: #a3a3a3;}
.i_blog_ri p {color: #aba07d;}
.module_i_news li a:before {    color: #dfd1a1;}

.module_i_news li a {    grid-template-columns: unset;}

/* 選單 */
.blog_box {
    min-height: 20vw;
    padding: 0px;
    display: flex;
    flex-direction: column;
}
.blog_le {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    /* padding: 0; */
}
h5.blog_le_t {
    display: none;
    font-size: 24px;
    font-weight: 500;
    color: #C4975B;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 80px;
    width: auto;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
}
.blog_search {
    width: 90%;
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-end;
}
.blog_search form{
    width: 20%;
    position: relative;
}
.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: none;
    overflow: visible;
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    border-top: 1px #bebebe solid;
}

.accordion li .link a {
    font-size: 16px;
    color: #e1e1e1;
    font-weight: 700;
    padding: 5px 10px;
    transition: all 0.3s;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #ffffff !important;
    transition: all 0.3s;
}
.accordion li::before{
    content: "";
    display: block;
    background-color: #ffffff;
    height: 2px;
    width: 0%;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
}
.accordion li:hover:before,.blog_le .accordion > li.on_this_category::before {
    width: 95%;
    transition: all 0.5s;
}
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #565656 solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}
.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}
.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}
.blog_search input[type=search]:focus {
    color: #ccc;
}








/* 內容 */
.blog_ri {
    width: 100%;
    padding: 0;
    min-height: 75vh;
}
.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
}
.blog_list_ri h5 {
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 24px;
    font-family: 'Noto Sans TC', 'Zen Maru Gothic', sans-serif, arial;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.subbox_item a:after{
    display: none;
}
.subbox_item a:before{
    display: none;
}
.blog_list_le {
    height: 0;
    width: 680px;
    line-height: 0;
    padding-bottom: 30%;
    overflow: hidden;
    position: relative;
}

.subbox_item {
    width: auto;
    width: 100%;
    margin-bottom: 100px;
}
.subbox_item a {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    background: #000000;
}
.subbox_item a::before {
    content: "";
    display: block;
    width: 00%;
    height: 130px;
    border-radius: 50%;
    box-shadow: 0px 15px 30px #ffffff94;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    z-index: -1;
    opacity: 0;
    transition: all 0.7s;
}
.subbox_item a:hover:before {
    opacity: 1;
    width: 80%;
    transition: all 0.7s;
}
.blog_list_ri {
    width: 540px;
    margin-left: 0;
    padding: 5%;
}

.blog_list_le img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog_list_ri em {
    font-size: 14px;
    color: #999;
    font-style: normal;
    display: block;
    margin: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog_list_ri p {
    font-size: 15px;
    color: #898989;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
    line-height: 160%;
}


.blog_box_edit *{
    color: #fff !important;
}


.blog_back a.article_btn_back {
    background: #797979;
}

.related_list li a img {
    position: relative;
    max-width: 100%;
    z-index: 1;
}

.news_related{    background: #333333;}
.lastPage {background: #797979;}
.news_related h6 span:before{    color: #ffffff;}
.articel_mainPic img{display: none;}


@media screen and (max-width: 1440px) {
    .blog_page .main_part {
        max-width: 80%;
    }
    .blog_list_le {
        height: 0;
        width: 470px;
        line-height: 0;
        padding-bottom: 30%;
        overflow: hidden;
        position: relative;
    }
    .blog_list_ri {
        width: 440px;
        margin-left: 0;
        padding: 5%;
    }
    .subbox_item {
        width: auto;
        margin-bottom: 90px;
    }
    
    
}
@media screen and (max-width: 1440px) {
    .blog_list_le {
        height: 0;
        width: 370px;
        line-height: 0;
        padding-bottom: 30%;
        overflow: hidden;
        position: relative;
    }
    .blog_list_ri {
        width: 340px;
        margin-left: 0;
        padding: 5%;
    }
    .subbox_item {
        width: auto;
        margin-bottom: 60px;
    }
    .blog_list_ri h5 {
        color: #fff;
        margin-bottom: 40px;
        font-size: 20px;
    }

     .header_area {    position: relative;    background: #000;}
    
     .header_area.header_area.sticky {
        position: fixed;
        background: #000;
    }


}
@media screen and (max-width: 960px){
.subbox_item {
    border-bottom: none;
}
}

@media screen and (max-width: 768px) {
    .blog_subbox {
        display: block;
    }
    .subbox_item {
        width: 100%;
    }
    .subbox_item a {
        display: block;
    }
    .blog_list_le {
        display: block;
        width: 100%;
        padding-bottom: 50%;
    }
    .blog_list_ri {
        display: block;
        width: 100%;
    }
    .blog_box {
        padding: 0;
    }
    h4.blog_category_title{
        display: block;
    }
    .blog_page .main_part {
        padding: 0;
    }
    .blog_list_ri em {
        font-size: 14px;
        color: #999;
        font-style: normal;
        display: block;
        margin: 0;
        position: relative;
        bottom: 0;
        right: 0;
    }
    .blog_page .page{
        display: none;
    }
    .blog_le .accordion {
        width: 100%;
    }
    .blog_search form {
        width: 40%;
    }
    .blog_le {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }
    .blog_search form {
        width: 100%;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.red {    color:#ffafb6;}
.contact_page .main_part {  display: flex;  max-width: 100%; padding: 0; flex-wrap: wrap; padding-top: 0;}
.noborder {    background:#ffffff00;    color: #ffffff ;    padding: 5px;    border-radius: 3px;}
.contact_form { display: flex; margin-top: 0px; margin-bottom: 0px; font-size: 15px; color: #fff; flex-wrap: wrap; gap: 30px 60px; margin-top: 50px;}
.contact_form li { width: calc(100% / 2 - 30px); padding: 0; padding-left: 0; display: flex; flex-direction: column; align-content: center; align-items: flex-start; position: relative;}
.contact_form li .form__label { display: inline-block; width: 100%; text-align: left; margin-left: 0; padding-right: 0; vertical-align: top; color: #ffffff; margin: 0; position: relative;}
.contact_form li .form__insert {text-align: center;}
.contact_form li.last { display: flex; width: 100%; text-align: center; padding-left: 0; flex-direction: row; justify-content: flex-end;}
.contact_form li.last blockquote { color: #ffffff; padding: 0; margin: 0 0 0 20px; vertical-align: middle; border: none;}
.contact_form li input.noborder{ border: 0; border-bottom: 1px  #ffffff solid; background-color: transparent; padding: 10px 0;}
.contact_form li.last cite { background: transparent; color: #3B3B3B; border: none; position: relative;display: inline-block; padding: 0; margin: 0 0 0 20px; vertical-align: middle;}
.contact_form li.last cite:after { content: ''; width: 2px; height: 51%; background: #ffffff; position: absolute; left: -6px; top: 13px;}
.contact_form li textarea.noborder { border: 1px #ffffff solid;}
.contact_le_nomap { display: none;}
.blank_letter { padding-top: 60px;}
button, input, optgroup, select, textarea{color: #ffffff;}
.contact_form li.last cite {color: #ffffff;}
.contact_le_map a {background: #961009;}
.blank_letter {color: #ffffff;}

.form select {    background-color: #f3f3f3;    border: none;    color: #000000;    width: 100%;    margin: 0;    padding: 5px 26px 5px 5px;}

.contact_editbox { margin: 0; width: 100%; padding: 0; order: 2; max-height: 300px; position: sticky; top: 100px; filter: grayscale(1); transition: 0.5s;}
.contact_editbox:hover { transition: 0.5s; filter: grayscale(0);}

/*******************************************/
/*聯絡我們MAP區改滿版編輯區*/
/*電腦版表單最大寬度設定*/
/**/
.contact_page .path {    display: none;}
.contact_page .main_part { max-width: 100%;    padding: 100px 0 50px;}
.contact_content {    width: 90%;    padding:  0; max-width: 1400px; position: relative;}
.contact_content > form {    display: flex;margin-bottom: 50px;}
.contact_content .information_left {    width: 30%;    padding: 0;min-width: 250px;padding-right: 30px;}
.contact_content .information_right {    width: 100%;    margin: 0 auto;    padding: 0 0px;    display: block;flex:1;}
.contact_content .list_before {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
position: unset; color: #ffffff; font-weight: 600; letter-spacing: 1px;}
.list_before.info li {padding-left: 0px; color: #ffffff;}
.list_before li {letter-spacing: 1px; margin: 20px 0; width: 100%;}

.captcha {width: 100%;}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
.contact_content > form {flex-direction: column;}
.contact_content .information_left{width: 100%;     margin-top: 20px;}
.contact_form{ flex-direction: column; align-items: center;}
.contact_form li { width: 100%;}
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        background-color: transparent;
    }
}
.red {
    color: #ffffff;
}

