@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 {}
*/


/*header==========================*/

/*隱藏頁頭上方圖示*/

.tp_links a.me_tp_call:before {
    display: none;
}
.tp_links a.me_tp_mail:before {
    display: none;
}

/*地圖對齊*/
.list_before.info li:last-child {
    padding-left: 0;
}
.nav-brand {
    display: inline-block;
    width: 220px;
}
.main_header_area {
    background: #ffffff;
}

/*選單跟LOGO的左右位置*/
.main_header_area .container {
    max-width: 90%;
}
.nav-menu {
    margin: 12px 0 12px 0;
}
.nav-menu>li>a {
    padding: 18px 30px;
    letter-spacing: 1px;
    font-size: 14px;
}

.main_header_area {
    background: url(https://pic03.eapple.com.tw/chengjingfloor/h01.jpg)center;
    background-size: cover;
    height: 85px;
}

/*選單滑鼠滑過顏色*/
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {
    color: #ab9471;
	font-weight:bold;
}

/*下拉選單顏色*/
.nav-dropdown>li>a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 14px;
	color: #343a40;
	background-color:#ddd5c8;
}

/*下拉選單顏色(滑到)*/
.nav-dropdown>li>a:hover, .nav-dropdown>li>a:focus {
    color: #ffffff;
	background-color:#ab9471;
}


.swiper-slide img {
    width: 100%;
    height: auto;
}

/*footer===================================*/
.footer {
    padding: 30px 0 0;
    font-size: 14px;
    background: #fdf7ee;
    position: relative;
    z-index: 99;
}

/*頁尾項目縮成一排*/
.footer_info li:nth-child(2) {
    width: 100%;
    margin: 10px 0px 5px 0px;
}
/*選單*/
.footer_menu a {
    color: #645947;
    background: 0;
    padding: 0px 15px;
    border: 0;
    margin: 0;
    border-left: 1px solid;
}
.footer_menu a:hover {
    background: 0;
    color: #686155;
	font-weight:bold;
}
.footer_info li p {
    line-height: 175%;
    letter-spacing: 1px;
    color: #645947;
}

.footer_menu a:last-child { border-right: 1px solid;}

.footer_menu a:nth-child(1) { display: none;}

.copy {
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    color: #fff;
    border-top: 1px #fff0 solid;
    margin-top: 15px;
    background-color: #9b8a6f;
}
.copy a {
    color: #fff;
}

/*商品展示==================================*/
.show-list .item:hover .show_name {
    color: #978366;
}

/*聯絡我們=================================*/
.animated-arrow {
    background: #d7cab6;
}	

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {
	display:none;
}
.banner.banA {}
.banner.banB {}

/*聯絡我們*/
.banner.banC {
	 background-image: url(https://pic03.eapple.com.tw/chengjingfloor/bn01.jpg);
	 height: 300px;
}
.banner.banD {}

/*貓咪日常*/
.banner.banE {
	 background-image: url(https://pic03.eapple.com.tw/chengjingfloor/bn02.jpg);
	 height: 300px;
}

/*商品展示*/
.banner.banF {
	 background-image: url(https://pic03.eapple.com.tw/chengjingfloor/bn03.jpg);
	 height: 300px;
}

.banner.banblog {

}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.navigation-portrait .nav-dropdown>li>a { width:100%;
}

.nav-toggle {
    top: 20px;
}


}

@media screen and (max-width: 600px) { 
}




