<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/

.pageIndex .main_part {
    border-top: 0px solid #ccc;}


/*中間小標刪除*/
.path { display:none;}


/*header最右側按鈕*/
.tp_links a.me_tp_call:before {	display:none;}
.tp_links a.me_tp_mail:before {	display:none;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.main_header_area { background: #ffffff;}

/*LOGO*/
.nav-header {    padding: 4px;}

/*選單*/
.nav-menu { margin: 0;}
.nav-menu&gt;li:nth-child(1) {display: none;}

.nav-menu &gt; li &gt; a {
    color: #9e632f;
    letter-spacing: 2px;
    padding: 28px 18px;}
.nav-menu&gt;li:hover&gt;a, .nav-menu&gt;li.active&gt;a, .nav-menu&gt;li.focus&gt;a {    color: #b2977f;}
.nav-menu&gt;li&gt;.nav-dropdown {    border: solid 0px #f0f0f0;}
.nav-dropdown &gt; li &gt; a {    border-bottom: 0px solid #f6f6f6;}
.navigation-portrait .nav-dropdown&gt;li&gt;a {    background-color: #ffffff;    color: #9e632f;padding: 12px 50px;}
.nav-dropdown&gt;li:hover&gt;a, .nav-dropdown&gt;li.focus&gt;a {
    color: #ffffff;
    background: #9e632f;
}
.nav-dropdown .nav-dropdown {    border: solid 0px #f0f0f0;}


/*下拉箭頭*/
.submenu-indicator {    margin-top: 3px;}
.submenu-indicator-chevron {border-color: transparent #9e632f #9e632f transparent;}
.nav-menu&gt;li:hover&gt;a .submenu-indicator-chevron, .nav-menu&gt;.active&gt;a .submenu-indicator-chevron, .nav-menu&gt;.focus&gt;a .submenu-indicator-chevron {
    border-color: transparent #b2977f #b2977f transparent;}

.nav-dropdown&gt;li:hover&gt;a .submenu-indicator-chevron, .nav-dropdown&gt;.focus&gt;a .submenu-indicator-chevron {
    border-color: transparent rgb(255, 255, 255) rgb(255, 255, 255) transparent;
}

@media screen and (max-width: 768px) {

.nav-toggle {top: 20px;right: 15px;}
.nav-toggle:before {
    background-color: #b2977f;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #b2977f, 0 1em 0 0 #b2977f;
}
.nav-toggle:after {display: none;}
.navigation-portrait .nav-menu &gt; li &gt; a {  padding: 20px 35px;}
.navigation-portrait .nav-menu&gt;li:last-child { border-bottom: 0;}
.nav-dropdown &gt; li &gt; a, .megamenu-list &gt; li &gt; a {  width: 100%;}
.navigation-portrait .nav-dropdown&gt;li&gt;a:before { display: none;}

}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖*/
.swiper-container-fade .swiper-slide:before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/goodbed/大圖-03.png);
    width: 1900px;
    height: 941px;
    top: 65%;
    left: 25%;
    max-width: 40vw;
    max-height: 20vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    transform: translate(-50%, -50%);
}

/*內頁BANNER 設定*/
.banner h5 {
    font-size: 18px;
    position: absolute;
    top: 20%;
    left: 45%;
    transform: translate(-50%,-50%);
    width: 100%;
    letter-spacing: 2px;
}
.banner h5::before{
    content: "OUR PRODUCT";
    font-family: 'Montserrat';
    color: #96785D;
    font-weight: 200;
    width: 10%;
    font-size: 50px;
    text-align: left;
    left: 32.5%;
    transform: translate(-50%,-72%);
    display: block;
    position: absolute;
}
.banner.banA {display: none;}
.banner.banB {display: none;}
.banner.banC {display: none;}
.banner.banD {display: none;}
.banner.banF {
    background-image: url(https://pic03.eapple.com.tw/goodbed/banF.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    padding: 0;
    height: 840px;
}
.banner.banblog {display: none;}

@media screen and (max-width: 768px) {
.banner {height: 270px !important;margin-top: 150px;}
.banner h5 {  
    font-size: 25px;
    top: 10%;
    left: 0%;
    transform: translate(-25%,-50%);}
.banner h5::before{ 
    left: 40%;
    transform: translate(-50%,-100%);}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*購物車*/
.product_info_page .main_part { max-width:1200px;}

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.product_page .product-layer-two { position: relative; width: 235px; letter-spacing: 1px; min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px); display: flex; flex-wrap: wrap; align-items: flex-start;}
ul.page { width: 100%;}
.products-list .name {    text-align: center;    height: auto;}
.products-list .more {    border: 1px solid #b1967e;   color: #b1967e;}
.products-list a:hover .more { background: #b1967e; border-color: #b1967e; }
.product-layer-two li a {    border: unset;    color: #9e632f;}
.product-layer-two li:nth-child(2) a {    cursor: default;}
.product-layer-two li ul { position:static; margin-top:10px; display:block !important; width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; display:block !important;}
.product-layer-two li li { display: block; padding:5px 30px; transition:all ease .3s;}
.product-layer-two li li a{ padding:0;}
.product-layer-two li li:hover &gt; a { background:#fff; color:#ad925e;}
.product-layer-two &gt; li { width:100%; max-width:100%;     padding: 5px; text-align:left; border-bottom: 1px dotted #9e632f;}
.product-layer-two &gt; li ul &gt; li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li &gt; a:before { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 20px;background: #fff; left: 0; margin-left: -20px; top: 50%; margin-top: -4px;}
.product-layer-two li li:hover &gt; a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
.product_main ul li h3 {margin: 20px 0;}
@media screen and (max-width: 1200px) {
.products-list .item { width: calc(100% / 3);}
}
@media screen and (max-width: 980px) {
.products-list .item { width: 50%;}
}
@media screen and (max-width: 768px) {
.product_page .main_part {    padding: 0px 10px 10px;}
.product-layer-two,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0;}
.product-layer-two &gt; li { margin-bottom: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .show_content &gt; a { order: 2;}
.product_page ul.products-list { order: 3;}
.product_page ul.page { order: 4;}
.product_page ul.product-layer-two { order: 1;}
}
@media screen and (max-width: 600px) {
.products-list .item { width: 100%; max-width: 350px;margin: 20px auto; display: block;}
}  
/*購物車按鈕
.product-layer-two li a:hover {
    background: #9e632f;
    color: #ffffff;}
.product-layer-two li a { 
    color: #9e632f;
    border: 1px solid #9e632f;
    background: 0;}
.products-list .more {
    border-radius: 20px;
    box-shadow: 3px 3px 0 rgb(0 0 0 / 30%);
    border: 1px solid #9e632f ;
	color: #ffffff;
    background: #9e632f;}
.products-list a:hover .more {
    border: 1px solid #9e632f;
    color: #9e632f;
    background: #ffffff00;
    transform: translateY(3px);
    box-shadow: none;}
.product-layer-two { margin: 20px 10px;text-align: center;}
.product-layer-two li.active a { 
    font-weight: bold;
    background-color: #9e632f;
    color: #fff;}
.product-layer-two li {    padding: 0;}
.product-layer-two li:hover ul {    border: 2px solid #ffffff !important;}
.product-layer-two li ul {margin-top: 0px;}
.product-layer-two li li a {    padding: 8px;}*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*******************************************/
/*聯絡我們MAP區改滿版編輯區*/
.contact_content {    width: 100%;padding: 0;}
.contact_page .main_part {    max-width: 100%;    padding: 0;}
.contact_page .path {    display: none;}
.contact_content .information_left {    width: 100%;    padding: 0;}
.contact_content .information_right {    width: 98%;    margin: 80px auto;    padding: 0 10px;    display: block;}
.contact_content .information_left &gt; h4.blank_letter {    display: none;}
.contact_content .list_before {    width: 100%;		max-width: 100%;    padding: 0;    margin: 0 auto;}
.contact_content .list_before &gt; li:not(li:last-of-type) {    display: none;}
.contact_content .list_before.info &gt; 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;margin: 0px auto 50px;}
/**/

/*表單設定*/
.contact_form li {padding-left: 0;    border-bottom: 0px solid #C2BCB4;    text-align: left;}
.contact_form li .form__label {    width: auto;margin-left: 0;margin: 5px 0;}
.contact_form li .form__insert {    vertical-align: top;}
.contact_form li .form__insert input{ border-bottom: 1px solid #C2BCB4;    background: 0;}
.contact_form li .form__insert input:first-child{ margin-left: 0px;}
input[type="checkbox"], input[type="radio"] {
    margin: 5px 5px 0 15px;}
.noborder {    padding: 5px;}

@media screen and (max-width: 768px) {

.blank_letter {
    text-align: center;}

.note {text-align: center;}

}

/*******************************************/

/*footer*/
.footer {background: #ffffff;}
.footer_info li:nth-child(2) { margin-top: 10px;width: 100%;}


/*LOGO*/
.footer_logo img{    width: 95%;}

/*選單*/
.footer_menu a {    
    color: #b2977f;
    background: 0;
    padding: 0px 15px;
    border: 0;
    margin: 0;
    border-left: 1px solid;}
.footer_menu a:hover {    background: 0;  color: #d6bda6;}
.footer_menu a:last-child {border-right: 1px solid;}

.footer_menu a:nth-child(1) {display: none;}

/*資訊*/

.footer_info li p.tel2:before { content: '中山店：';}
.footer_info li p.add:before { content: '中山店：';}


@media screen and (max-width: 768px) {
.footer_logo {margin: 0 auto;}
.footer_info ul li:nth-child(1) { text-align: center;}
.footer_info ul li:nth-child(2) { text-align: center;}
.footer_menu a {margin: 15px 0;    width: 40%; text-align: center;}
.footer_menu a:nth-child(2n-1) {     border-right: 1px solid;}
.footer_menu a:last-child { width: 42%;}
}


.blog_list_le {
    width: 100%;}
.blog_list_ri {
    opacity: 1;
    width: 100% !important;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.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;}

/*手機版電話顏色
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    color: #fff;}*/

}

@media screen and (max-width: 600px) { 
}




</pre></body></html>