@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*上面顏色*/
.main_header_area {
    background: #fff;box-shadow: 1px 1px 10px rgba(0,0,0,0.3);}
.me_tp_features{display:none;}
.nav-menu {
    margin: 20px 0 10px 0;
    padding: 0 18px 0 220px;}
.nav-brand{width: 280px;
    padding-top: 25px;}
.navigation{    padding: 15px 0 15px 290px;}



/*選單*/
.stellarnav > ul > li > a {
    padding: 40px 17px 40px 20px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #000;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 0;
    height: 0;
    margin: 0;
    transition: 0.3s ease;}
.stellarnav li.has-sub > a {padding: 40px 15px 40px 20px;    transition: 0.3s ease;}
.stellarnav > ul > li:hover > a {    
    color: #b4842f; 
    transition: 0.3s ease;}
.stellarnav > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    height: 2px;
    background: #b4842f;
    transform: translate(-50%, -50%);
    bottom: 20%;
    left: 55%;
    opacity: 0;
    transition: 0.3s all;}
.stellarnav > ul > li:hover > a:before {
    width: 80%;
    opacity: 1;
    transition: 0.3s all;}
	

	
/*下拉*/
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #b4842f;
    padding-left: 10px;
    border-color: #b4842f;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 10px 5px;
    transition: all 0.3s;
    border-left: 3px solid transparent;
    font-size: 15px;}

/*新增按鈕*/	

.stellarnav > ul > li:nth-of-type(1) > a {
     background: #b0803d;
	color:#fff;
	border-radius: 20px;
	padding: 20px 20px;}
.stellarnav > ul > li:nth-of-type(2) > a {
    background: #aba07d; 
	color:#fff;
	border-radius: 20px;
	padding: 20px 20px;}
.main_header_area .container{max-width: 1600px;}
.stellarnav > ul > li:nth-child(3) > a:before{    background: #aba07d;}

/*footer*/
.footer_logo img{max-width:250px;    padding-top: 10px;}
.footer {background: url(https://pic03.eapple.com.tw/jingjin/banner-04.jpg)no-repeat; background-size: cover; padding: 50px 0 0;} /*底色*/
.box_link{display:none;}
.footer_menu a{    border: 0px #ccc solid;background: unset;}
.footer_info li:nth-child(1) {
    display: none;}

/*隱藏footer人才招募*/
.footer_menu a:nth-child(8) {
    display: none;}

/*文章*/
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link{    background: #391911;}
.blog_list_le{width:100%;}
.blog_list_ri{width:100%;}
.subbox_item{    width: 31%;}

/*聯絡我們表單*/
.contact_form li:first-of-type, 
.contact_form li:nth-of-type(3){
  padding-top:40px;
  position:relative;
}
.contact_form li:first-of-type::before, 
.contact_form li:nth-of-type(3)::before{
  display: block;
  position:absolute;
  left:0;
  top:0;
  padding: 5px 0;
  color: #d3af79;
  font-size: 22px;
  font-weight: bold;
}

.contact_form li:first-of-type::before {
  content: "公司設立";
}
.contact_form li:nth-of-type(3){
  padding-top:50px;
}
.contact_form li:nth-of-type(3)::before {
  content: "公司資訊";
  padding-top:10px;
}
.contact_editbox{padding: 0px;}


/*20240201修改*/
.contact_form li:nth-of-type(3)::before{display:none;}
.contact_form li:nth-of-type(3){padding-top:0px;}
/*表單聯絡資訊左邊*/
.contact_content .information_left{display:none;}
.contact_content .information_right {
    width: 100%;}
.contact_content{max-width:1200px;}
	

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner.banblog h5,.banner h5 {
    position: absolute;
    bottom: 35%;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 0px 0px 11px #000000;
    letter-spacing: 4px;
	}
.banner h5:before { 
 	display: block;  
 	font-size: 30px; 
 	letter-spacing: 5px; 
 	text-shadow: 3px 3px 10px #6a6a6a;
 	}
.banner.banA {}
.banner.banB {display:none;}
.banner.banC {display:none;}
.banner.banD {}
.banner.banE {}
.banner.banblog {background: url(https://pic03.eapple.com.tw/jingjin/bg001.jpg) no-repeat;
    height: 20vw;
    background-position: center !important;
    background-size: cover !important;
    position: relative;}
.banner.banblog h5:before{content: "Article";}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 1024px) {
.navigation {
    padding: 15px 0 15px 0px;}
}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.stellarnav > ul > li > a:before{display:none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{    background: #b4842f;color: #fff;}
.stellarnav .icon-close:before{border-bottom: solid 3px #fff;}
.stellarnav .icon-close:after{border-bottom: solid 3px #fff;}
.stellarnav > ul > li:nth-of-type(1) > a {
    background: #cbb391;
    color: #fff;
    border-radius: unset;
    padding: 10px;}
.stellarnav > ul > li:nth-of-type(2) > a {
    background: #bbb295;
    color: #fff;
    border-radius: unset;
    padding: 10px;}
.nav-brand{padding-top:10px;}
}

@media screen and (max-width: 600px) { 
.banner{padding: 100px 0;}
.banner h5:before{font-size: 25px;}
.banner h5{font-size: 20px;}
.subbox_item {
    width: 100%;
}
.contact_form li .form__label{    width: 120px;
    margin-left: -126px;}
}

@media screen and (max-width: 400px) { 
.nav-brand {
    width: 200px;
    padding-top: 8px;}
}




