@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{overflow-x:hidden; font-family: 'Noto serif TC', Noto serif TC;}






/*網站全域設定/＝＝＝＝＝*/
/*
  #ADA17E /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/
  

/*引入字體*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');


/*字型更換*/

.navigation, .stellarnav > ul > li > a b,
.footer_info ul,
.product-layer-two, .products-list .name, body.product_info_page .main_part,
.blog_box, .module_i_news ul,
body.promotions_page .main_part,.news_part,
body.album_page .show_content, body.album_class_page .show_content, body.album_info_page .show_content,
.contact_editbox, .contact_content, .blank_letter,
.animated-arrow b {
    font-family: "Noto serif TC", serif;
    font-weight: 400;
	letter-spacing: 1px;
}
.blank_letter{
    padding-top: 0;
    font-weight: 600;
    color: #323232;
}




/*  = 預設解除背景輪播 =  */

#content_main {
    margin: 0;    background: #f4f4f4;
}

.bannerindex {
    position: static;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}



/*滾動條全域設定---------- */

/*寬度*/
::-webkit-scrollbar {
    width: 6px;
}

/*軌道顏色*/
::-webkit-scrollbar-track{
    background-color: #fefefe;
    border-radius: 3px;
}

/*滑塊*/
::-webkit-scrollbar-thumb {
    background-color: #bea066;
    border-radius: 3px;
}

/*版面寬度*/
.main_header_area .container{
    max-width: 1200px;
    width: 100%;
}

.album_page .main_part ,
.album_class_page .main_part,
.album_info_page .main_part,
.share_page .main_part,
.product_page .main_part,
.product_info_page .main_part,
.contact_page .main_part,
.inquiry_page .main_part,
.work_page .main_part ,
.work_class_page .main_part,
.work_info_page .main_part{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}





/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.main_header_area{
	background: rgb(255, 255, 255);
    /*box-shadow: 1px 1px 10px rgba(0,0,0,0.07);*/
	/*background: url(https://pic03.eapple.com.tw/tspackage/bg.jpg) no-repeat center center;*/
	/*background: rgba(255,255,255,1);*/
	padding: 0px 20px;
}

.header_area,.header_area.sticky {
    z-index: 20000000;
}

.main_header_area .container {
    /*max-width: 1600px;*/
	max-width: 100%;
}
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.navigation {
    padding: 0px 0px 0px calc(50px + 0vw);
    grid-template-columns: 260px 1fr;
}

.header_area { padding: 0px;   background: #ffffffe3;}


/*第一層*/
.stellarnav > ul > li > a{
	transition:all 0.3s;
}
.stellarnav > ul > li > a{
	margin: 30px 1vw;
	padding:0px;
    font-weight: 600;
    letter-spacing: 0.08em;
	color: #6d6d6d;

	/*height: unset;
    line-height: unset;
	overflow: unset;*/
	/* color: #FFFFFF; */
}
/* .stellarnav > ul > li:hover > a{color: #ff7b7b !important;text-shadow: unset !important;} */

.stellarnav li.has-sub > a:after {
    height: 8px;
    width: 8px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
	/*border-color: transparent #FFF #FFF transparent;*/
    border-color: transparent #777 #777 transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .2s;
    transition: border .2s;
    margin: 0px;
    top: 40px;
    right: -13px;
}

.stellarnav li.has-sub:hover > a:after {
    border-color: transparent #d6c0a9 #d6c0a9 transparent !important;
}

.stellarnav > ul > li > a::before{ height: 2px;}
.linksBtn {display: none;}


@media screen and (min-width:769px) {
	
	.stellarnav > ul > li > a, .stellarnav li.has-sub > a{
		position:relative;
	}
	
	.stellarnav > ul > li > a::before{
		position:absolute;
		content:"";
		width:0%;
		height:2px;
		background:#c1a161;
		bottom:0px;
		left:50%;
		transform:translate(-50%,0px);
		transition:.5s;
	}
	
	.stellarnav > ul > li:hover > a::before{
		width:100%;
	}
	
	.stellarnav > ul > li:hover > a b {
		transform: translateY(-40px);
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
	}
	
	
}








/*隱藏按鈕列最新消息按鈕*/

/* .stellarnav > ul > li:last-of-type, .footer_menu a:last-of-type,
.stellarnav > ul > li:nth-last-of-type(2), .footer_menu a:nth-last-of-type(2) {
    display: none;
} */













/*第二層*/
.stellarnav ul ul {
    background: #961009;
    width: 180px;
}
.stellarnav > ul > li.drop-left > ul {
    right: unset;
    left: 0px;
}
.stellarnav li li {
    border: unset;
	margin-bottom: unset;
}
.stellarnav li li > a , .stellarnav li li.has-sub > a{
	padding: 10px 15px;
    transition: all 0.5s;
    font-size: 15px;
    color: #343538;
    border-bottom: 1px solid #ddd;
    background: #fff;
	
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
	/*color: #ADA17E;
	padding-left:10px;
	border-color:#ADA17E;*/
	background: #dddddd;
	padding-left: 20px;
}

/*第三層*/
@media screen and (min-width: 769px){
	.stellarnav li li.has-sub > a:after, .stellarnav li.drop-left li.has-sub > a:after {
		height: 8px;
		width: 8px;
		display: block;
		border-style: solid;
		border-width: 0 1px 1px 0;
		border-color: transparent #eee #eee transparent !important;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: border .2s;
		transition: border .2s;
		margin: 0px;
		top: 18px !important;
		right: 15px;
	}
	
	.stellarnav li li.has-sub:hover > a:after, .stellarnav li.drop-left li.has-sub:hover > a:after {
		border-color: transparent #fff #fff transparent !important;
	}
	
	.stellarnav li ul ul {
		left: 160px !important;
		right: unset !important;
	}
}
.stellarnav li ul ul {
	background: #b7151a;
}

.stellarnav li ul ul li > a{
	background: #b7151a;
    border-bottom: 1px solid #c42d31;
}

.stellarnav li ul ul li:hover > a{
	background: #970e12;
}

/*SubMenu*/
.shop_search_btn {    background: #b79c7b; transition:.3s;height: 26px;margin-top: 1px;}
.shop_search_btn:hover {    background: #b79c7b;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {
    transition:.3s;
	/*color: #FFF;*/
}
.me_tp_features a.tp_btn_cart:hover, .me_tp_features a.tp_btn_notice:hover {
    color: #D6C5B2 !important;
}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #ADA17E;}

/*隱藏選單按鈕連結*/
.me_tp_features {
    margin: 0px;
	display: block;
}
.tp_links{display: none;}
.fa-phone-volume::before {display: none;}


/*隱藏中英文翻動動畫*/

.stellarnav > ul > li > a b {
    line-height: unset;
   	height: unset;
	transform: unset !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
	transition: unset;
    font-weight: 600;
}

.stellarnav > ul > li > a b:nth-of-type(2) {
	display:none;
}

.stellarnav > ul > li > a b:nth-of-type(2) {
	letter-spacing:0px;
}





/* logo */
.header_area.sticky .nav-brand {   max-width: 90px;}
.pageIndex .header_area .nav-brand {
    max-width: 275px;}

@media screen and (min-width: 769px){
	.stellarnav > ul > li > a b:nth-of-type(2) {
		text-transform: none;
	}
}






@media screen and (min-width: 1025px) {
	.header_area {
		position: fixed;
		width: 100%;
		top: 0px;
	}
	
	.main_header_area {
		transition: 0.3s ease;
		background: transparent;
		box-shadow: unset;
    	/* background: linear-gradient(to bottom, rgba(34,34,34,0.7) 0%,rgba(173,161,126,0) 100%); */
		/*background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); 
    	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);*/
		padding: 0px;
	}
	
	.header_area.sticky .main_header_area {
		background: rgb(255, 255, 255);
		/*box-shadow: 1px 1px 10px rgba(0,0,0,0.07);*/
		/*background: url(https://pic03.eapple.com.tw/tspackage/bg.jpg) no-repeat center center;*/
		/*background: rgba(255,255,255,0.9);*/
	}
	
	.header_area .nav-brand {
		/* filter: grayscale(100%) brightness(500%);
		-webkit-filter: grayscale(100%) brightness(500%); */
		transition:.3s;
		max-width: 240px;
		margin-top: 15px;
		margin-left: 0px;
	}
	
	.header_area.sticky .nav-brand {
		filter: unset;
		-webkit-filter: unset;
		max-width: 90px;
    	margin-top: 15x;
	}
	
	.pageIndex .header_area .nav-brand {
        max-width: 240px;
		opacity:1;
	}
	
	.pageIndex .header_area.sticky .nav-brand {
		opacity:1;
	}
	
	
	
	.stellarnav > ul > li > a {
        margin: 40px 0.5vw 15px;
        color: #6d6d6d;
        font-weight: 600;
        /* text-shadow: 0px 0px 10px rgb(0 0 0 / 50%); */
        transition: 0.3s ease;
        padding: 0px 5px;
        letter-spacing: 0.08em;
        font-size: 17px;
	}
	
	.header_area.sticky .stellarnav > ul > li > a {
		margin: 0px 1vw 0px;
		color: #6d6d6d;
		/* color: #FFFFFF; */
		text-shadow: unset;
	}
	
	.stellarnav li.has-sub > a:after {
		border-color: transparent #FFF #FFF transparent;
		top: 17px;
		transition: 0.3s ease;
	}
	
	.header_area.sticky .stellarnav li.has-sub > a:after {
		border-color: transparent #777 #777 transparent;
		top: 17px;
	}
	
	
	
	
	
	.me_tp_features {
		padding: 20px 1vw 10px;
		transition: 0.3s ease;
	}
	
	.header_area.sticky .me_tp_features {
		padding: 10px 1vw 10px;
	}
	
	
	.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {
		color: #525260;
		transition: 0.3s ease;
	}
	
	.me_tp_features a.tp_btn_cart:hover, .me_tp_features a.tp_btn_notice:hover {
		text-shadow: unset !important;
	}
	
	.header_area.sticky .me_tp_features a.tp_btn_cart, .header_area.sticky .me_tp_features a.tp_btn_notice {
		color: #343a40;
		text-shadow: unset;
	}
	
	
	
	
    .header_area.sticky .nav-brand {        max-width: 230px;}
	
	
	
	/*按鈕列-全統報名網額外設計*/
	
	.stellarnav ul {
		text-align: right;
        /* margin-left: auto; */
	}
	
	.stellarnav > ul > li:nth-last-of-type(1) {
		right: 0;
		top: 0px;
		line-height: 0px;
	}
	
	.stellarnav > ul > li:nth-last-of-type(1) a, .header_area.sticky .stellarnav > ul > li:nth-last-of-type(1) > a{
        padding: 40px 1.2vw 10px;
        margin: 0px;
        color: #FFF !important;
        text-shadow: unset;
        height: unset;
        font-weight: 500;
	}
	
	.stellarnav > ul > li:nth-last-of-type(1) a{
		background: #8d8d8d;
	}
	
	
    .stellarnav > ul > li:nth-last-of-type(1):hover a {
		background: #8d8d8d;
    }
	
	.stellarnav > ul > li:nth-last-of-type(1) a::before {
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
        background: url(https://pic03.eapple.com.tw/guanshenghomes/header_mail.png) no-repeat center center;
        background-size: 100%;
        top: 20px;
        left: 50%;
        transform: translate(-50%, 0px);
        /* filter: invert(100%) grayscale(100%) brightness(500%); */
        /* -webkit-filter: invert(100%) grayscale(100%) brightness(500%); */
    }
	
	
	
	/*除了首頁的其他頁面按鈕列*/
	/*.main_header_area {
		background: rgba(0,0,0,1);
	}
	
	.header_area.sticky .main_header_area {
		background: rgba(0,0,0,0.8);
	}*/
}




@media screen and (min-width: 1201px) {
	.stellarnav > ul > li > a {
		margin: 30px 1vw 10px;
	}
	
	.header_area.sticky .stellarnav > ul > li > a {
        margin: 30px 1vw 10px;
	}
}

@media screen and (min-width: 1660px) {
	.stellarnav > ul > li > a {
		font-size: 18px;
	}
	
}


/* LOGO */
.pageIndex .header_area.sticky  .nav-brand{max-width: 200px;}
.header_area.sticky .nav-brand {margin-top: 15px;}


.pageIndex .header_area.sticky{ position: fixed;}

.stellarnav > ul > li > a {margin: 30px 1vw 15px;}
.header_area.sticky .stellarnav > ul > li > a {margin: 30px 1vw 15px;}


/*--RWD---------------------------------------*/

@media screen and (max-width: 1440px) { 
    .swiper-pagination { display: none;}
	.navigation {    padding: 0px 0px 0px calc(50px + 0vw);grid-gap: 0 400px;}
    .stellarnav > ul > li > a {        margin: 30px 1vw 15px;}
}

@media screen and (max-width: 1024px) { 
    /*header*/
    .pageIndex .header_area { position: relative;}
    .main_header_area .container { max-width: 100%;}

    /*logo*/
    .header_area .nav-brand { max-width: 190px; margin: 10px 0 15px; transition: .3s ease-in-out;}

    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 0;}
    .stellarnav { padding: 0 0 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 0px;}
    .stellarnav li.has-sub > a::after { top: 49%;}/*下拉箭頭*/
	.stellarnav > ul > li > a {    margin: 0px 1vw;}
	.header_area.sticky .stellarnav > ul > li > a {margin: 0px 1vw 0px;}
}

@media screen and (max-width: 768px) {
    /*logo*/
    .nav-header { position: static;}
    .header_area.sticky .nav-brand { max-width: 95px; margin-top: 10px; transition: .3s ease-in-out;}    

    /*menu*/
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 10px 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: 3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {  background: #dddddd; padding-left: 20px;color: #fff;}
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{    background: #b79c7b;}
    .stellarnav .icon-close:before{border-bottom: solid 1px #fff;}
    .stellarnav .icon-close:after {border-bottom: solid 1px #fff;}
    .stellarnav a {color: #fff; }
    .stellarnav .menu-toggle span.bars span{    height: 2px;}
    .stellarnav .menu-toggle:after{font-weight: 600;}
	.header_area .nav-brand { margin: 10px 0 5px;}
    .stellarnav a.dd-toggle .icon-plus:before {    border-bottom: solid 1px #777;}
    .stellarnav a.dd-toggle .icon-plus:after{    border-bottom: solid 1px #777;}
}



@media screen and (max-width: 425px) {
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu{    padding: 10px;}
.main_header_area {    padding: 0px 10px 0 10px;}
}


@media screen and (max-width: 375px) { 
	.main_header_area {padding: 0px 0px 0 0px;}
	.nav-header {    max-width: 170px;}

}

@media screen and (max-width: 1439px) { 
.navigation {
    padding: 0px 0px 0px calc(50px + 0vw);    grid-gap: 0 0px;
}}






/*首頁大圖點點*/
/*.swiper-pagination {
    display: none;
}*/

/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}


/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}



/* ====footer===================================================================================================================== */
/*Footer/＝＝＝＝＝*/
.box_link {display: none;}
#to_top {    background: #fff; border-radius: 0%;}
.footer {    padding: 80px 0 0;     background-image: url(https://pic03.eapple.com.tw/guanshenghomes/footer.jpg);}
.footer_info li p, .footer_info li p > a { color: #e8e8e8; line-height: 220%;}
.footer_info { display: flex; padding: 0; justify-content: space-between;}
.footer_logo { display: none; }
.footer_logo img { max-width: 100px;}
.footer_info ul { display: flex;    align-items: flex-start;    justify-content: space-between;    width: 100%;}
.footer_info li { padding: 0;     font-weight: 600;}
.footer_info li:nth-child(1) {    width: 48%;}
.footer_info li:nth-child(2) {    width: 48%;    text-align: right;}

.footer_menu a {
    background: transparent;
    color: #eee;
    border: none;
    /* width: 42%; */
    display: block;
}
.footer_menu a:first-child {    display: none;}
.footer_menu a:hover {    background: transparent; color: #e5d8ae;}

.box_link {
    top: 100%;
    width: 100%;
    text-align: left;
    padding: 0 13.5%;
    transition: all 0.3s;
}
.box_link a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 30px;
    font-size: 18px;
    padding: 2px;
    color: #eee;
    border: 1px #88888847 solid;
    transition: all .3s;
}
.box_link a:hover {    background: transparent;    color: #767676;}
.copy {    border: none;    padding: 85px 0 60px;    text-align: right;    width: 100%;    max-width: 1200px;    margin: 0 auto;}
.copy, .copy a {    color: #ddd; transition:all 0.3s;}
.copy a:hover {
    color: rgb(147, 221, 255);
}


/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px){
    /*.footer_info {padding: 0 80px 0 0;}*/
    .footer .center {max-width: 800px;}
    .copy {max-width: 800px;}

}

@media screen and (max-width: 768px) {
    /*footer*/
    .footer_info { align-items: center;}
    .footer_logo { text-align: center;}
    .footer_info ul { flex-direction: column;}
    .footer_info li:nth-child(1) { width: 100%;text-align: center;}
    .footer_info li:nth-child(2) { width: 100%; border-left: none;text-align: center;}
    .copy {    text-align: center;}
    .double_key {    text-align: center;}
    

    /*底部按鈕*/
    #to_top { bottom:60px;}
    #bottom_menu {display:none; }
    .footer.with_shopping_mode { padding:30px 0 70px; }

    .footer_menu {
        display: flex;
        width: 100%;
        justify-content: center;
        margin: 15px 0;
    }
    .copy {    padding: 30px 0 60px;}
}

@media screen and (max-width: 600px) { 
    /*footer*/
    .footer_info ul { width: 100%;}

    /*聯絡icon*/
    .box_link { text-align: center;}

    .copy {
        padding: 0px 0 60px;
    }
}


@media screen and (max-width: 460px) {
    .footer_menu {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }
    .copy {
        padding: 80px 0 70px;
    }
}










/* 文章管理================================== */
.blog_box_edit {
    background: #fff;
    padding: 3em 3em;
    min-height: 100vh;
    box-shadow: 0px 0px 15px rgb(170 170 170 / 30%);

}



body.blog_page .main_part {
    max-width: 90%;
    width: 1600px;
    padding: 0px 20px;
}

h4.blog_category_title {
    font-size: 21px;
    font-weight: 400;
    color: #26495B;
    letter-spacing: 2.5px;
}

body.blog_page h4.blog_category_title {
    display: none;
}

.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

/*文章設定*/


/*選單*/

/*左側文章分類*/
.blog_le {
    padding: 0;
}

h5.blog_le_t em {
    display: inline-block;
    font-style: normal;
    font-family: 'Noto Serif TC', 'serif', 'Roboto', 'sans-serif', '微軟正黑體', 'Microsoft JhengHei';
    font-weight: 500;
    letter-spacing: 2px;
    writing-mode: vertical-rl;
    height: 80px;
    border-left: 1px solid #BFBFBF;
    padding-top: 0;
    padding-right: 15px;
    margin-top: 0px;
    font-size: 17px;
    color: #777777;
}

h5.blog_le_t span {
    display: none;
}

.blog_le .accordion {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-radius: 0;
    padding: 0 10px;
    overflow: inherit;
}

.blog_le .accordion li {
    float: left;
    position: relative;
    text-align: center;
}

.blog_le {
    width: 100%;
    position: relative;
}

.blog_search input[type=submit] {
    height: 53px;
}

.blog_search input[type=search] {
    height: 53px;
    border-radius: 0;
}

.blog_search {
    width: 280px;
    position: absolute;
    top: 20px;
    right: 0;
}

.blog_ri {
    width: 100%;
    padding: 0;
}

.submenu li {
    width: 100% !important;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #000000 !important;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: transparent !important;
}

.blog_le .accordion li div a {
    color: #7c7c7c;
    font-weight: 500;
}

.blog_le .accordion li i {
    color: #bdbdbd;
    right: 35px;
}

.submenu {
    background: #ffffff;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
    border: 1px solid #ececec;
}

.blog_le .accordion>li:hover .link i,
.blog_le .accordion>li.on_this_category .link i {
    color: #a4a4a4 !important;
}

.submenu a:hover {
    background: #ffffff;
    color: #000000;
    font-weight: bold;
}

.submenu a:before {
    content: "。";
}

.fa-chevron-down:before {
    content: "↓";
    color: transparent;
}

.submenu a {
    position: relative;
    color: #525261;
    padding: 12px 12px 12px 25px;
    transition: all 0.5s ease;
    display: inline-block;
    text-decoration: none;
    float: left;
}

.accordion li .link {
    border-bottom: 0px solid #CCC;
}

@media screen and (max-width: 768px) {
    .blog_le .accordion {
        display: none;
    }

    .blog_search {
        position: relative;
        width: 100%;
        top: 0;
    }

    h4.blog_category_title {
        font-size: 18px;
    }
}

@media screen and (max-width: 476px) {
    h4.blog_category_title {
        font-size: 16px;
    }
}


/* end */
.blog_back a.article_btn_back {
    background: #989D8F;
    transition: all 0.3s ease-in-out;
    background: transparent;
    border-bottom: 1px solid #2e3233;
    color: #2e3233;
}

.blog_back a.article_btn_back:hover {
    filter: brightness(1.2);
    transition: all 0.3s ease-in-out;

}

.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: #bfc0c0;
    background: transparent;
    border-bottom: 1px solid #2e3233;
    color: #2e3233;


}

.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
    filter: brightness(1.2);
    transition: all 0.3s ease-in-out;
}




.blog_list_ri {
    width: calc(100%);
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 34px 0px 40px;
    position: relative;
    top: -63px;
}

.blog_box {
    width: 100%;
    max-width: 100%;
}

body.blog_page .subbox_item:hover .blog_list_le {
    transition: border-radius 1.2s cubic-bezier(.165, .84, .44, 1), filter .5s cubic-bezier(.165, .84, .44, 1), -webkit-filter .8s cubic-bezier(.165, .84, .44, 1);
}

.subbox_item {
    width: 100%;

    background-color: transparent;
    /* -webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 7%); */
    /* border-radius: 0 10px 10px 0; */
    overflow: hidden;
    margin-bottom: 2%;
    position: relative;
}

.subbox_item a {
	display: flex;
    flex-direction: column;
}

.subbox_item a:after {
    display: none;
}

.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;
    opacity: 0.8;

}

.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: 100%;

}

.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding: 0;
    padding-bottom: 0;
    aspect-ratio: 12/9;
    padding-top: 75%;
    /* padding-top ios12支援同 aspect-ratio: 12/9*/
    height: auto;
    min-height: 300px;
}




.subbox_item a:before {
    display: none;
}

.blog_list_ri em {
    order: 3;
    width: 100%;
    text-align: right;
    color: #747A6A;
}

.blog_list_ri h5 {
    text-align: center;
    padding: 0 20px 5px;
    color: #525261;
    background: #e6e6e6;
    position: relative;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* box-shadow: 0 20px 20px #000; */
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: initial;
    font-size: 16px;
    display: block;
    font-weight: 400;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: block;
    width: 95%;
    min-height: 36px;
    letter-spacing: 2.5px;

}

.subbox_item:hover h5 {
    background: #B79C7B;
    color: #ffffff;
}


.blog_list_ri h5:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid #B79C7B;
    width: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.subbox_item:hover h5:before {
    border-right: 12px solid #e6e6e6;
}


.blog_list_ri h5:after {
    content: "";
    position: absolute;
    top: -12px;
    left:-12px;
    width: calc(100% - 0px);
    height: 12px;
    margin-left: 12px;
    background-color: #e6e6e6;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.subbox_item:hover h5:after {
    background-color: #B79C7B;
}

.blog_list_ri p {
    border-top: 1px solid transparent;
    margin-top: 10px;
    color: #525261;
    font-size: 13px;
    line-height: 2;
    padding: 20px 0;
    width: 100%;
    -webkit-line-clamp: inherit;
    letter-spacing: 1.8px;

}

.blog_list_ri p:after {
    content: '...';
}



.subbox_item:hover:before {
    width: 100%;
    transition: all .5s;
}

@media screen and (max-width: 1400px) {
    .subbox_item a {
        grid-auto-flow: initial;
    }

    .blog_list_le {
        margin: auto;
    }

    .blog_subbox.clearfix {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

@media screen and (max-width: 1024px) {
    .blog_le.fadeInLeft.animated15.clearfix {
        position: relative;
        top: auto;
    }

    .blog_list_le {
        width: 100%;
    }

    .blog_list_ri {
        width: 100%;
        padding: 0;
    }

    .blog_list_ri p {
        margin-top: 7px;
        margin-bottom: 19px;
    }

    .blog_list_ri i {
        bottom: -7px;
    }

    .blog_list_le {
        width: 100%;
    }

    .blog_list_ri {
        width: 100%;
        padding: 20px 0px 40px;
        top: -49px;
    }

    .blog_list_ri h5 {
        -webkit-line-clamp: initial;
        min-height: auto;
    }

    .blog_subbox.clearfix {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .blog_list_ri p {
        font-size: 13px;
    }

    .blog_subbox.clearfix {
        gap: 10px;
    }

    .blog_list_ri {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 476px) {
    .blog_box {
        width: 100%;
        padding: 0;
    }

    .blog_box_edit {
        padding: 2em;
        margin-bottom: 40px;
    }

    .blog_subbox.clearfix {
        grid-template-columns: minmax(0, 1fr);
    }

    .blog_box {
        margin-bottom: 80px;
    }

    .blog_back a.article_btn_back,
    .blog_back a.article_btn_prev,
    .blog_back a.article_btn_next {
        font-size: 14px;
    }
}




/*內頁BANNER 設定*/
.banner {
    padding: 15vw 0 10vw 0;
    position: relative;
    background: rgba(0,0,0,5%) no-repeat fixed;
    color: var(--second-color);
    background-size: 100%;
  }
  
  .banner h5 {
    font-weight: normal;
    writing-mode: vertical-lr;
    font-size: 18px;
    top: 50%;
    left: 60%;
    transform: translate(115%, 70%);
    width: 30vw;
    max-width: 100%;
    font-family: "El Messiri", "Noto Sans TC",sans-serif;
    letter-spacing: 3px;
    color: #484848;
  }
  
  .banner h5:after {
    content: "Works";
    font-size: 6em;
    display: block;
    font-weight: 300;
    writing-mode: horizontal-tb;
    letter-spacing: 5px;
    padding-left: 12px;
    color: #484848; 
  }
  
  /*文章頁-最新消息*/
  .blog_page  .banner h5:after, .blog_in_page  .banner h5:after {  content: "News";}
  .banner.banblog {background: url(https://pic03.eapple.com.tw/guanshenghomes/banner.jpg) no-repeat fixed;background-size: 100%;}
  
  /*相簿頁-作品集*/
  .album_page  .banner h5:after, .album_info_page  .banner h5:after {  content: "Project";}
  .banner.banE {background: url(https://pic03.eapple.com.tw/guanshenghomes/banner.jpg) no-repeat fixed;background-size: 100%;}
  /*購物車-建築作品*/
  .banner.banF {background: url(https://pic03.eapple.com.tw/guanshenghomes/banner.jpg) no-repeat fixed;background-size: 100%;}

  /*編輯頁-服務項目*/
  .other_page .banner h5:after {  content: "Service";}
  .banner.banB {background: url(https://pic03.eapple.com.tw/guanshenghomes/banner.jpg) no-repeat fixed;background-size: 100%;}
  
  
  /* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
  
  @media screen and (max-width: 1440px){
  .banner h5 {
      transform: translate(100%, 35%);
      left: 50%;
  }
  }
  
  @media screen and (max-width: 1200px){
  .banner h5 {
      transform: translate(85%, 20%);
  }
  }
  
  @media screen and (max-width: 1024px) {
  .banner {padding: 5vw 0;}
  .banner h5 {font-size: 16px;}

  }
  
  @media screen and (max-width: 768px) {
   

  .banner h5:after {
      font-size: 4em;
  }
  
  .banner {
    padding: 5vw 0 0vw 0;
  }
  
  .banner.banblog,
  .banner.banE,
  .banner.banB{
    background-size: 200%;
    height: clamp(200px,50vw,400px);
    object-fit: cover;
  }
  
  .banner h5 { transform: translate(85%, 35%);   letter-spacing: 0px;}

  }









  @media screen and (max-width: 425px) {
  .banner h5 {          transform: translate(-40%, 65%);    font-size: 16px;  }
}
  
  @media screen and (max-width: 375px) {
    .banner h5:after {
        font-size: 3em;
    }}



  @media screen and (max-width: 300px) {

    .banner h5:after {
        font-size: 3em;
    }

  .banner h5 {
      position: relative;
      writing-mode: inherit;
      left: 0;
      transform: none;
      text-align: center;
      margin: auto;
      font-size:16px;
      width: auto;
  }
  
  .banner h5:after {
      font-size:42px !important;
      padding: 0;
  }
  
  }



  /* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*購物車列表*/
.prod_part {  width: 90%; padding: 100px 20px 100px 20px; max-width: 1400px;}
.products-list {  display: grid;  gap: 30px;  grid-template-columns: 1fr 1fr 1fr 1fr; padding: 0px 0 0;}
.products-list:before{content:none;}
.products-list .item {width: 100%; background: none; padding: 14px;}
.products-list .pic{border: 0px solid #e1e1e1;}
.products-list .pic img {transition: 0.5s;}
.products-list .name {height: auto; font-size: 20px; margin-top: 20px;color: #444;}
.product_page .products-list {  width: 100%;}
.products-list .more { border: unset;text-align: left; color: #565656; background: transparent; border-radius: 2px;margin-top: 15px; padding: 10px 5px;position: relative;  border-top: 1px solid #d1d1d1;}
.products-list .more:after { position: absolute; content: "+"; border-radius: 99em; background: transparent; right: 5px; left: auto; bottom: 10px; top: auto; border: 1px solid #565656; height: 20px;
   width: 20px; color: #565656;  display: flex;  align-items: center;  justify-content: center;  padding: 10px;}
.products-list .pic:before {
  content: ""; right: 0; top: 0; position: absolute; background: url(https://pic03.eapple.com.tw/guanshenghomes/go.png) #ffffffa6;
  width: 50px; height: 50px; background-repeat: no-repeat; background-size: auto; background-position: center;transition: 1s;opacity: 0; z-index: 99;}

/*hover*/
.products-list .item a:hover .more { background: transparent;color: #B79C7B;}
.products-list .item a:hover .more:after {  border: 1px solid #B79C7B; color: #B79C7B;letter-spacing: 0;}
.products-list .item a:hover .pic img { transform: scale(1.05);}
.products-list .item a:hover .pic:before { opacity: 1;}


/*價格*/
.products-list .price {  display: flex;  margin-bottom: 5px;  align-items: center;  justify-content: flex-start;  flex-wrap: wrap;}
.products-list .price b {  margin: 0 5px;  line-height: 180%;  text-align: center; color: #b79c7b;}
.products-list .price b.ori_price {  font-size: 14px; color: #858585;}

/*側邊分類*/
.product-layer-two li ul {  position: absolute;padding-top: 1px; background:rgb(228 228 220 / 80%);display: none; transition: all 0.3s ease-in-out;}
.product-layer-two li li {  border: none;background: transparent;width: 100%;}
.product-layer-two li li a{  background: transparent; font-size: 16px;}
.product-layer-two li li:hover a{color: #858585; font-weight: 500;}

.product-layer-two {  width: 100%;  margin: 0;}
.product_info_page .product-layer-two {  display: none;}
.product-layer-two li { margin: 5px 10px 0 0; width: 20%;}
.product-layer-two > li.active {  background: #fbfbfb;}
.product-layer-two li.active a {  border: unset;border-bottom: 1px dotted #B79C7B !important;}
.product-layer-two li a {  color: #525261;  border: none;  background: transparent; border-bottom: 1px dotted #B79C7B; transition: all 0.3s;  line-height: 200%;  transition: all 0.3s;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #684d38;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #B79C7B; color:#fff;}

/*選單多符號*/
.product-layer-two > li > a:after { content: '+'; position: absolute; top: 6px; right: 27px; color: #b7b7b7;}
.product-layer-two > li:hover> a:after { content: '–';}

/*選單hover再展開*/
.product-layer-two > li:hover ul {display: block; transition: all 0.3s ease-in-out;}

/*購物車/內層＝＝*/
ul.prod li h3.prod-thumb {padding: 7px 10px 15px; background: none; text-align: left; border-bottom: 1px solid #c2c2c2;}
ul.prod li .prod-panel {padding: 20px 10px 40px; font-family: "微軟正黑體";} 

/*按鈕顏色*/
.inquiry_a1{background: #B79C7B;}
.inquiry_a2{background: #B79C7B;}
.inquiry_a3{background: #999;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #B79C7B;}
.lastaction {  color: #684d38;  background-color: #eae1d0;}
.nextaction {  background-color: #B79C7B;}
.lastPage {  background: #B79C7B; border-radius: 2px;}

/*商品側邊規格*/
.product_info li .txt_box {  color: #B79C7B;  width: 100%;}
.sidebarBtn .sp_price { color: #B79C7B;}
.mobile_product_name{font-size: 24px;}
.sidebarBtn .price {letter-spacing: 0px; color:#525261; border-bottom: 1px solid #e6e6e6;}
.sidebarBtn .price span {  display: block; padding: 5px 2px;}
.sidebarBtn h2 {color: #525261;}
.sidebarBtn {border: unset;}
div#number_area {color: #B79C7B;}

.product_pic #bx-pager a {border:0px solid #e9e9e9; overflow: hidden;}
#bx-pager h6 {display: none;}
.qaform .breakF {background: #ffffff;}

/*相關推薦*/
.prod_related h6 span:before { font-size: 22px; color: #665; font-weight: 500; letter-spacing: 2px;}
.prod_related {padding: 45px 15px 25px 15px; background: none;}
.list .show_name {transform: translate(0%, 160%);}

.car_page .information_left{display: block;}

/*內頁*/
.half_box {width: 100%;}
.half_box li.btn_blankTop {margin-top: 25px; display: flex;}
.bx-wrapper .bx-viewport {background: #f6f5f3; border: 5px solid #f6f5f3;}
.related_list li a {padding: 10px; background: #f6f5f3;}

/*QA*/
input.productBtn.lastaction { margin-right: 20px;}

/* = = = 購物頁面+匯款通知 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.send_simple {background: #B79C7B;}
.rewrite_simple {background: #ada8a7;}
.car_page .red , .red{ color: #b0413e;}
.separate_title .note {padding-left: 0px; text-align: left;}
.note {text-align: center; width: 100%; display: block;}



@media screen and (max-width: 768px) {
.products-list {  display: flex;}}


#content { background-image: url(https://pic03.eapple.com.tw/guanshenghomes/bg.jpg);}