@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}
*/

/*header*/
/*固定header有顏色變化*******************************************************/
/*
.header_area.sticky .main_header_area {    background: #ffffffbf;}
.nav-brand img {    max-width: 100%;    filter: brightness(300);}
.header_area.sticky .nav-brand img {    filter: brightness(1);}
.nav-menu > li > a {    color: #fff;}
.header_area.sticky .nav-menu > li > a{color: #343a40;}
.header_area.sticky .nav-menu>li:hover>a {    color: #7d262b;}
.nav-menu>li:hover>a {    color: #fff;}
.tp_links a.me_tp_call:before , .tp_links a.me_tp_mail:before {    filter: invert(1);}
.header_area.sticky .tp_links a.me_tp_call:before , .header_area.sticky .tp_links a.me_tp_mail:before {    filter: invert(0);}
.submenu-indicator-chevron {    border-color: transparent #fff #fff transparent;}
.header_area.sticky .submenu-indicator-chevron {    border-color: transparent #70798b #70798b transparent;}
.header_area.sticky .nav-menu>li:after {    background: #7d262b;}
*/
/*手機選單*/
/*
.navigation-portrait .nav-menu > li > a{color: #343a40;}
.navigation-portrait .nav-menu>li:hover>a {    color: #7d262b;}
.navigation-portrait .tp_links a.me_tp_call:before , .header_area.sticky .tp_links a.me_tp_mail:before {    filter: invert(0);}
.navigation-portrait .submenu-indicator-chevron {    border-color: transparent #70798b #70798b transparent;}
*/

/* ************************************************************ */
/*碰觸特效*/
/*hover動畫*/
/*
.nav-menu>li {    position: relative;}
.nav-menu>li:after {
    content: "";
    left: 0;
    width: 0;
    transition: all 0.3s;
    height: 4px;
    position: absolute;
    background: #7d262b;
    bottom: 0;
}
.nav-menu>li:hover:after {    width: 100%;}
.nav-menu>li:nth-child(7):hover:after {    width: 0%;}*/
/***************************************************************/
/*LOGO*/
.nav-brand {max-width: 660px;width:100%;}
.nav-menu > li:last-child{ display:none;}
.nav-menu > li:nth-child(6){ display:none;}
/*選單LOGO*/
.nav-header {
   top:5px;
   }
.nav-brand img { max-width:100% }
/*底部*/




/*電腦LOGO*/

.nav-menu > li:last-child{ display:none;}
.main_header_area .container { max-width: 80%;}
/*手機LOGO
.nav-brand-m {}
*/

/*header*/
.main_header_area {
     background: #ffffff;
    height:85px;
    width: 100%;
	border-top: solid 4px #98B74E;
}

.nav-menu { margin:0;padding: 0;}

.nav-menu > li > a {
   color: #;
    margin: 0;
	font-size: 18px;
	padding: 28.5px 10px;
	position: relative;
}
.nav-menu>li:hover>a {  /*選單碰觸顏色*/
     color:#9D0D12;
}
.nav-dropdown {
	background: #f7f9fc;
    box-shadow: 1px 1px 1px rgb(196 196 196 / 30%);
}
.nav-dropdown>li>a {
	font-size: 18px;
	background-color: #fdfdfd00;
	border-bottom: 1px solid #b5d2f1;
    padding: 20px 25px;
}
.nav-menu>li>.nav-dropdown{border: 1px solid #b5d2f1;}
.nav-dropdown > li > a:hover {
     color:#9D0D12;
    background: ;
}




header_area.sticky .nav-brand img { max-width: 0;width: 100%;transition: all 1s; }
.sticky .main_header_area {
    background: rgb(255 255 255 / 94%);
    transition: position 0.3s ease 0.3s;
    transition-timing-function: ease-in-out;
	box-shadow: 1px 1px 5px rgb(98 96 96 / 50%);
}
.nav-menu li:hover span.submenu-indicator {
    opacity: 1;
}
.submenu-indicator {
    position: absolute;
    left: 45%;
    bottom: 10px;
	opacity: 0;
}
.nav-menu>li:hover>a .submenu-indicator-chevron, .nav-menu>.active>a .submenu-indicator-chevron, .nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #3472b0 #3472b0 transparent;
}





/*footer*/
.center {}/*暫時隱藏*/
.footer {
     background: #fff;
	margin: 0 15px;
	padding: 0;
}
.footer_logo {
    text-align: center;
	
}
.footer_info li p {
    font-size: 17px;
}
.footer_info li p a {}/*這行要和上一行一樣，iphone會改顏色，所以要強迫設定*/
.copy {
    color: #fff;  /*公司區塊文字顏色*/
    border-top: 1px #707070 solid;  /*公司區塊底部線的顏色*/
    background: #707070;   /*公司區塊底部背景色*/
	padding: 10px 0;
    
}
.copy a {
	color: #fff;   /*揚京快客連結顏色*/
}
.copy a:hover {
    color: #fff;    /*揚京快客連結-碰觸顏色*/
}


/*回到頂端浮動按鈕設定*/
#to_top {
    right: 122px !important;
    width: 0px;
    height: 0px;
    padding-top: 5px;
    font-size: 12px;
    color: #9d0d1200;
    background: #9d0d12;
    box-shadow:none;
    border-radius: 0 !important;
	left: inherit;
	bottom: 70px;
	background-image:url(https://pic03.eapple.com.tw/ccfland/top.png);
}
#to_top i:before, #to_top i:after {display:none;}
.f_new *, .f_new2 * { color: #000;}

.f_new2 { padding: 14px!important;}
.f_new2 li { font-size: 15.5px!important;}
.f_new li img { max-width: 38px!important;}
.f_new li {
    font-weight: 550!important;
    letter-spacing: 1px!important;
}

.footer_logo img {width: 268px;}

/*文章分類按鍵範圍*/
.link a { width: 100%; display: block; padding: 15px 15px;}
.accordion li .link { padding: 0;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}

.navigation-portrait .nav-toggle:hover {
     box-shadow: 1px 1px 5px rgb(98 96 96 / 50%);
    
    border-radius: 6px;}


/*手機選單*/
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
    width: 250px;
	background: #474747;
}
.navigation-portrait .nav-toggle {
	left: 15px;
	top: 12px;
    height: 39px;
    width: 37px;}
.nav-toggle:before {
    top: 9px;
    width: 30px;
    height: 3px;
}
.nav-toggle:after{display:none;}
.nav-brand { width: 450px;    margin-top: 7px;}
.navigation-portrait .nav-menu > li > a { color: #fff;   font-size: 17px;}
.navigation-portrait .nav-menu { margin-top: 0;padding:12px 0;}
.navigation-portrait .nav-dropdown>li{ background:#a6a6a6;}
.navigation-portrait .nav-dropdown>li>a { color:#fff;padding:12px;  border-bottom: none;}
.navigation-portrait .nav-menu>li:hover>a  { background:#7d7d7d ;}
.navigation-portrait .nav-menu>li>.nav-dropdown {border: none;}
.submenu-indicator-chevron{
	border-color: #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 8px solid;
	transform: rotate(359deg);
	border-style: none;
	
}
.nav-menu>li:hover>a .submenu-indicator-chevron, .nav-menu>.active>a .submenu-indicator-chevron, .nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #ffffff #ffffff transparent;
    transform: rotate(177deg);
	  border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 8px solid;

}
.navigation-portrait .submenu-indicator{ opacity: 1;}

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.blog_page .path { display: none;}

/*內頁BANNER 設定*/
.banner {
	background: url(https://pic03.eapple.com.tw/ccfland/banner-2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 24vw;
    width: 100%;
}
.banner h5 {display: none;}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*最新消息*/
.subbox_item { width: 100%;}
/*聯絡我們*/
/*******************************************/
/*聯絡我們MAP區改滿版編輯區*/
.contact_content {    width: 100%;padding: 0;}
.contact_page .main_part {    max-width: 100%;    padding: 0;}

.contact_content .information_left {    width: 100%;    padding: 0;}
.contact_content .information_right {    width: 90%;    margin: 80px auto;    padding: 0 10px;    display: block;}
.contact_content .information_left > h4.blank_letter {    display: none;}
.contact_content .list_before {    width: 100%;		max-width: 100%;    padding: 0;    margin: 0 auto;}
.contact_content .list_before > li:not(li:last-of-type) {    display: none;}
.contact_content .list_before.info > li:last-of-type {    padding: 0;    margin: 0;}
@media screen and (max-width: 768px) {.contact_content .information_right {    margin: 50px auto;}}
/**/
/*電腦版表單最大寬度設定*/
.contact_content .information_right {    max-width: 1000px;}
/**/
/*******************************************/
.contact_page .blank_letter { display: none;}
.animated-arrow { background:#98B74E;}
.noborder {
    border: 1px solid #98b74f;
    border-radius: 5px;
    height: 35px;
    
}
.contact_content {
    border-radius: 17px;
	padding:0;
}

.contact_content .information_right { 
	width: 100%;
	padding-left: 0px;
}
.contact_content .information_left { }
.contact_form { margin-top: 0px;}
.contact_form li { 
	border-bottom: none;  
	width: 80%;
    margin: auto;
	padding-left: 90px;
	}
.contact_form li .form__label {
	 width: 100%;
	 font-size: 16.5px;
	 font-weight: bold;
	 color: #000;
	 text-align: left;
    padding-left: 90px;
}
.contact_form li .form__insert { width: 90%;}
.contact_form li.last { text-align: center;}
.contact_form >li:last-child {  margin-left: 0;}

.last .animated-arrow {
       border-radius: 65px;
       width: 80px;
}
.contact_page svg:not(:root) { display: none;}
.contact_page input.innersend { 
	 padding: 0;
	 text-align: center;
	 }

.path {
    max-width: 1500px;
    font-size: 16px;
    color: #4c4c4c;
    border-bottom: none;
}
.path p {border-bottom: none;}
.path p:hover{text-decoration: underline;}

.path p:after { display:none;}
	
/*修法內容*/

ul.other_promotion.clearfix {display: none;}
.promotion_title h2 { display: none;}
.promotion_title { display: none;}





/*最新消息*/
.blog_page .main_part { padding: 0 20px;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*最底選單按鈕*/
#bottom_menu li {
    display: block;
    float: left;
    width: 100%;
    border-right: 1px solid #ddd;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 1500px) {
.main_header_area .container { max-width: 90%;}
}


@media screen and (max-width: 1300px) {
.main_header_area .container { max-width: 100%;}
.nav-menu > li > a { padding: 28.5px 10px;}

}
@media screen and (max-width: 1200px) {
.nav-brand { max-width: 595px;}
}

@media screen and (max-width: 1100px) {
.nav-header {
    width: 100%;
    margin: auto;
    text-align: center;
}

.nav-menu {
    margin-top: 55px;
    width: 100%;
    text-align: center;
}
.main_header_area { height: 130px;}
.nav-menu > li > a { padding: 31.5px 33px 16px;}
}

@media screen and (max-width: 1000px) {
.contact_form li { width: 100%;}
.contact_form li .form__label { padding-left: 90px;}

}
@media screen and (max-width: 997px) {

.f_new ul { padding: 0!important;}
.f_new li img {
    border: 1px #98b74e solid!important;
    width:31px!important;
}
.f_new li { padding: 15px 7px 15px 50px!important;
}

}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding: px;}
#to_top { bottom:px;}
.banner {height: px;}
/*手機板不會有一條線*/
.navigation-portrait .nav-dropdown>li>a {padding: 12px 0px 12px 45px; }
.navigation-portrait .nav-dropdown>li>a:before { width: 0;background: rgb(255 255 255 / 0%);}
.main_header_area {  height: 70px;}
.contact_form li {margin-left: 0;padding-left: 10px;}
.contact_form li .form__label { margin-left: 0px;text-align: left;padding-left: 0px;}
.contact_form li .form__insert { width: 100%;}
.navigation-portrait .nav-brand {
    width: 81vw;
    margin-left: 13vw;
}
.blog_page .blog_le, .blog_ri {padding: 0 10px;margin: 0;}
.blog_page .blog_box { padding: 0 7px;}
.blog_page h4.blog_category_title { padding: 0;}
}
@media screen and (max-width: 600px) { 
.banner {height: px;}



}
@media screen and (max-width: 570px) { 
.f_new li img {  width: 25px!important;}
.f_new li { padding: 15px 7px 15px 43px!important;}
.f_new li { font-size: 14px!important;}
}