@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 { width: 140px;}
.nav-header { top: -5px;}

.footer_logo {}
.footer_logo img{
	width: 150px;
	margin: 0 0px 20px 0px;
	filter: contrast(0) brightness(100);
}


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/*header*/
.main_header_area .container {
    max-width: 1600px;
}

.pageIndex .main_header_area {
    background: rgba(250,250,250,0.8);
    height: 110px;
    position: fixed;
    width: 100%;
}
.header_area {
    position: fixed;
    z-index: 10000;
    width: 100%;
}

.main_header_area {
    height: 110px;
}

.main_header_area {
    background: rgb(255 255 255 / 80%);
    height: 110px;
    position: unset;
    width: 100%;
}

.nav-menu { margin: 30px 0 0 0;}
.nav-menu>li>a {
    padding: 18px 20px;
    font-size: 19px;
	font-weight: 500;
}

.nav-menu>li:hover>a {
    color: #53906d;
}
.nav-dropdown>li>a {
}
.nav-dropdown > li > a:hover {
    color: ;
    background: ;
}

/*碰觸特效*/
/*hover動畫*/
.nav-menu>li {    position: relative;}
.nav-menu>li:after {
    content: "";
    left: 0;
    width: 0;
    transition: all 0.3s;
    height: 4px;
    position: absolute;
    background: #53906d;
    bottom: -19px;
}
.nav-menu>li:hover:after {    width: 100%;}
.nav-menu>li:nth-child(7):hover:after {    width: 0%;}


/*icon圖式更換*/
/*.tp_links a.me_tp_call:before {
    background-image: url(https://pic03.eapple.com.tw/gewedding/whatsapp.png);
	background-size: contain;
	margin: 0px 10px;
}
.tp_links a.me_tp_mail:before {
    background-image: url(https://pic03.eapple.com.tw/gewedding/envelope.png);
	background-size: contain;
}
.nav-menu>li:nth-child(7):hover>a {
    background: none;
}

/*下拉選單*/
.nav-menu > li:hover > a {    /*下拉展開時選單顏色更改*/
    background: ;
	color: ;
}
.nav-dropdown > li > a:hover {    
    color: #fff;
    background: #53906d;
}

/*footer*/
.footer {
    background: #2c321a;
}

.footer_info li p {
    color: #fff;
}
.footer_info li:nth-child(2) {
    margin-top: 10px;
    width: 100%;
}
.footer_menu a {
    color: #2c321a;
}
.copy {
 
}
.copy a { color: #86ac17;}
.copy a:hover { color: #c9f742;}

.footer_info li p a { color: #fff;}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.path { display: none;}


/*內頁BANNER 設定*/
.banner {
	 background: url(https://pic03.eapple.com.tw/jinnyang/banner.png);
	background-position: right !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: 540px;
}
.services_page .banner {
	 background: url(https://pic03.eapple.com.tw/jinnyang/banner.png);
}
.work_page .banner , .work_info_page .banner {
	 background: url(https://pic03.eapple.com.tw/jinnyang/banner-2.png);
}
.product_page .banner , .product_info_page .banner {
	 background: url(https://pic03.eapple.com.tw/jinnyang/banner-3.png);
}
.contact_page .banner {
	 background: url(https://pic03.eapple.com.tw/jinnyang/banner-4.png);
}

.banner h5 { display: none;}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*按鍵*/

/*聯絡我們*/
.animated-arrow {
    background: #465029;}
	
/*首頁下方購物車*/
.pageIndex .main_part {
    border-top: unset;
}
.pageIndex .products-box {
    border-top: none;
    background: url(https://pic03.eapple.com.tw/jinnyang/product_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.pageIndex ul.products-list.clearfix {
    max-width: 2000px;
    width: 1440px;
    margin: 0 auto;
	padding: 100px 0;
}
/*外層購物車圖片等比例顯示*/
.pageIndex .products-list .item a { max-width: 100%;}
.pageIndex .products-list .pic {
    padding-bottom: 0;
    height: auto;
}
.pageIndex .products-list .pic img {
    max-width: 100%;
    min-width: 305px;
    height: 100% !important;
    max-height: 305px;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    display: inline-block;
}
/**/
.lastPage {
    background: #465029;
}
.products-list .pic img {
    border-radius: 999em;
}
.products-list a:hover .more {
    background: #465029;
    border-color: #465029;
}
.products-list .more {
    border: 1px solid #465029;
    color: #465029;
}
.products-list .item {
    padding: 0 20px;
}
.pageIndex .animated-arrow {
    background: #7c7c7c;
    margin-top: 20px;
    padding-left: 3%;
}


/*購物車*/

/*外層購物車圖片等比例顯示*/
.products-list .item a { max-width: 100%;}
.products-list .pic {
    padding-bottom: 0;
    height: auto;
}
.products-list .pic img {
    max-width: 100%;
    min-width: 225px;
    height: 100% !important;
    max-height: 225px;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    display: inline-block;
}
.lastPage {
    background: #465029;
}

/*相簿*/
.work_page .show-list .show_pic { height: 240px;}
.show-list .show_pic img { height: 240px;}


.work_info_page .pic-list .show_pic {
    height: auto;
    padding-bottom: 0;
}

.work_info_page .pic-list .show_pic img { height: 240px;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.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: 1440px) {
/*首頁購物車*/
.pageIndex ul.products-list.clearfix { width: auto;}
}
@media screen and (max-width: 1280px) {
/*首頁購物車*/
.products-list .item { width: 33%;}
}
@media screen and (max-width: 1080px) {
/*相簿*/
.show-list .item {
    width: 30%;
}
.pic-list .item {
    width: 30%;
}
}

@media screen and (max-width: 980px) {
/*首頁購物車*/
.products-list .item { width: 49%;}
}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
/*選單*/
.header_area { position: relative;}
.pageIndex .main_header_area { position: relative;}
   

/*購物車*/
.products-list .item { width: 49%;}

/*相簿*/
.pic-list .show_pic img {
    height: auto;
}
.pic-list .item {
    width: 100%;
}
.show-list .item {
    width: 47%;
}

/*banner*/
.banner { height: 330px; }



}

@media screen and (max-width: 600px) { 
.products-list .item { width: 100%;}
.pic-list .item { width: 100%;}
.pic-list .show_pic img { height: auto;}

/*banner*/
.banner {
    height: 200px;
}

/* 手機版 首頁輪播圖另外在換圖*/

.swiper-slide img { display:none; }
.bannerindex {
    height: 500px;
    padding: 0;
    background-size: cover;
}
 
.swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/jinnyang/phone_banner-1.jpg); background-position: top; background-size:cover;}
.swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/jinnyang/phone_banner-2.jpg); background-position: bottom; background-size:cover;}
.mm-page {height:100vh;}
.swiper-banner {
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    margin: 0;
}

/*相簿*/
.show-list .item { width: 100%;}
.show-list .show_pic { padding-bottom: unset;}
.work_page .show-list .show_pic { height: auto;}

}




