@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

/*興穎木地板*/

:root{
    --MainColor:#AF9E8F;
    --SubColor:#E9DCC7;
}

/*網站字體-------------------------------------*/
body{
    font-family: 'noto sans TC', sans-serif;
}

/*錨點滾動-------------------------------------*/
html { 
    scroll-behavior: smooth;
}
::-webkit-scrollbar { 
    width: 5px; 
}
::-webkit-scrollbar-track { 
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.169); 
    background-color: #ddd;
}
::-webkit-scrollbar-thumb {
     background-color:#333;
}

/*預設解除背景輪播-----------------------------*/
.bannerindex { 
    position:relative; 
    height:auto;
}
.bannerindex .swiper-banner { 
    position:static; 
    margin:0; 
    height:auto;
} 
.bannerindex .swiper-slide img { 
    height:auto;
}

@media screen and (max-width: 768px) {
    .bannerindex .swiper-banner{
        height:auto;
    }
    .bannerindex{
        padding-bottom: 0;
    }
}

/*大圖點點-------------------------------------*/
.swiper-pagination-bullet {
    display: none;
}

/*HEADER--------------------------------------*/
.pageIndex .header_area{
    background: transparent;
    position: fixed;
}
.header_area{
    background: #ffffff;
}
.header_area.sticky{
    position: fixed;
    background: #ffffff;
}
.pageIndex .header_area.sticky{
    background: #ffffff;
    position: fixed;
    transition: 0.3s;
}
.navigation{
    align-items: center;
    display: flex;
}
.other_page .header_area{
    background: #ffffff;
}
.other_page .header_area.sticky{
    position: fixed;
    background: #ffffff;
}

@media screen and (max-width: 1024px) {
    .pageIndex .header_area{
        position: relative;
        background: #fff;
    }
    .pageIndex .header_area.sticky{
        position: fixed;
        background: #fff;
    }
}

/*HEADER選單----------------------------------*/
.stellarnav > ul > li{
    padding: 15px 15px;
    position: relative;
}
.stellarnav > ul > li:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
    width: 1px;
    height: 15px;
    background: var(--MainColor);
}
.pageIndex .stellarnav > ul > li:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
    width: 1px;
    height: 15px;
    background: var(--MainColor);
}
.pageIndex .sticky .stellarnav > ul > li:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
    width: 1px;
    height: 15px;
    background: var(--MainColor);
}
.pageIndex .stellarnav > ul > li > a b{
    font-family: 'Cinzel';
    letter-spacing: 1pt;
}
.stellarnav > ul > li > a b{
    font-family: 'Cinzel';
}
.fa-envelope::before{
    display: none;
}
a.me_tp_mail{
    display: none;
}
.tp_links a{
    display: none;
}
.me_tp_features{
    display: none;
}
.pageIndex .stellarnav > ul > li > a{
    color: #444;
}
.pageIndex .sticky .stellarnav > ul > li > a{
    color: #444;
}
.sticky .stellarnav > ul > li > a b{
    text-shadow: none;
}
.stellarnav > ul > li > a{
    letter-spacing: 1px;
}

@media only screen and (max-width:1024px) {
.stellarnav > ul > li > a b{
    text-shadow:none;
    color: #444;
}
.stellarnav > ul > li{
    padding: 0px 15px;
    top: 10px;
}
.pageIndex .stellarnav > ul > li:after{
    background: var(--MainColor);
}
}
@media only screen and (max-width:1024px) {
    .pageIndex .stellarnav > ul > li:after{
        display: none;
    }
    .stellarnav > ul > li:after{
        display: none;
    }
}

/*第二層*/
.stellarnav li li a{
    font-size: 15px;
}
.stellarnav li li.has-sub > a{
    padding: 10px;
    font-size: 15px;
}
.stellarnav li.has-sub > a:after{
    content: '+';
    border-bottom:none;
    border-left:none;
    border-top:none;
}
.sticky .stellarnav li.has-sub > a:after{
    text-shadow: none;
}
.stellarnav li.drop-left li.has-sub > a:after{
    border-bottom:none;
    border-left:none;
    border-top:none;
    border-right:none;
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
    color: #444; 
    padding-left:14px;
    background-color: var(--SubColor);
    transition: 0.3s;
    font-weight: bold;
}
.stellarnav ul ul{
    overflow-y: overlay;
    max-height: 300px;
    scrollbar-width: thin;
    scrollbar-color: var(--MainColor) #fff;
}

@media only screen and (max-width: 1024px) {
    .stellarnav li.has-sub > a:after{
        color: #444;
        text-shadow: none;
        transform: translateY(-55%);
    }
}

/*選單最大寬度*/
.main_header_area .container{
    max-width: 85%;
}

@media only screen and (max-width: 768px) {
    .me_tp_features{
        margin: 0px 0 0;
    }
}

/*LOGO----------------------------------------*/
.nav-header{
    max-width: 100px;
    position: relative;
    top: 3px;
}

/*浮動按鈕-------------------------------------*/
.linksBtn{
    background-color: #aaa;
}
.info_fix{
    bottom: 125px;
    width: 50px;
    right: 0px;
}
a.info_fix_default.info_fix_mail{
    display: none;
}
.info_fix_links{
    width: 50px;
}
.info_fix_links a{
    background: var(--MainColor);
    border-radius: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #fff;
}
.info_fix_links a:hover{
    transform: rotateY(360deg);
    transition: .5s ease-in-out;
    background-color: var(--SubColor);
}

/*直接展開*/
.info_fix_links{
    display: flex !important;
}
.info_fix>span{
    display: none;
}

/*TO TOP*/
#to_top{
    bottom: 95px;
    right:20px;
    background: var(--MainColor);
    box-shadow: unset;
    color: #ffffff;
    left:unset;
    width: 50px;
    height: 50px;
    font-size: 14px;
    padding-top: 10px;
    border-radius: 0;
    right: 0px;
}
#to_top i.top{
    height: 10px;
}
#to_top i.top:before, 
#to_top i.top:after {
    height: 10px;
    background: #ffffff;
    height: 10px;
    top: 3px;
}


/*banner--------------------------------------*/
/*.banner.banB{
    display: none;
}
.banner.banC{
    display: none;
}
.banner{
    background-image: url(https://pic03.eapple.com.tw/martindesign/banner.png);
    background-attachment: fixed;
    min-height: 370px;
    background-repeat: no-repeat;
    background-position: top;
}
.banner h5{
    display: flex;
    flex-direction: column;
    font-size:50px;
    color: #fff;
    font-weight: normal;
    font-family: 'Darker Grotesque';
}
.banner.banblog h5:before{
    content: '最新消息';
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    font-family: 'noto sans TC', sans-serif;
}
.banner.banE h5:before{
    content: '全室設計';
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    font-family: 'noto sans TC', sans-serif;
}

@media only screen and (max-width: 768px) {
    .banner{
        min-height: 350px;
    }
}*/

/*文章管理-------------------------------------*/
.blog_le{
    position: sticky;
    display: inline-block;
    top: 120px;
}
.blog_le .accordion>li:hover .link { 
    background: #a5a5a5; 
}
.blog_list_ri { 
    width: 100%; 
}
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    background: transparent;
    color: #000;
    letter-spacing: 1px;
    opacity: 1;
    left: 0;
    position: relative;
    padding: 0 22px 0 0;
    font-size: 12px;
    line-height: 12px;
}
.blog_list_ri em { 
    display: none; 
}
.blog_list_ri h5 {
    position: relative;
    margin: 10px 0 0;
    font-size: 18px;
    letter-spacing: 0.035em;
}
.blog_list_ri p {
    color: #595959;
    margin: 15px 0 0;
    font-size: 14px;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    padding-top: 8px;
}
.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
}
.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);
}
.blog_search input[type=search] { 
    border-radius: 2px;
 }
.blog_le .accordion { 
    border-radius: 2px;
 }
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { 
    display: none;
}
.blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.subbox_item {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: none;
}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 5px;
}
.subbox_item a:before { 
    display: none; 
}
.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;
}

/*RWD*/
@media screen and (max-width: 1494px) {
    .blog_subbox{
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}
@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {
        margin: 0 auto;
        display: grid;
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .blog_subbox{
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}
@media screen and (max-width: 768px) {
    .blog_subbox.clearfix {
        margin: 0 auto;
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }
    .blog_le{
        position: relative;
        top: 0px;
    }
}
@media screen and (max-width: 425px) {
    .blog_subbox.clearfix {
        grid-template-columns: 1fr;
    }
}

/*文章分類ARTICLE*/
h5.blog_le_t em {
    font-size: 20px;
    letter-spacing: 0.1em;
}
h5.blog_le_t span { 
    font-size: 20px; 
    font-family: 'Jost', sans-serif;
}
h5.blog_le_t, 
h4.blog_category_title {
    font-size: 25px;
    margin-bottom: 10px;
}
.blog_le .accordion > li:hover .link, 
.blog_le .accordion > li.on_this_category .link {
    color: #444 !important;
    background: var(--SubColor);
    transition: 0.3s;
}
.blog_le .accordion > li:hover .link a, 
.blog_le .accordion > li.on_this_category .link a{
    color: #444 !important;
}
.submenu li.on_this_category a, .submenu a:hover{
    background: var(--MainColor);
}

/*第二層*/
.blog_shareData{
    justify-content: flex-end;
}
.articel_mainPic img{
    display: none;
}
.news_related{
    display: none;
}
.blog_back a.article_btn_prev, 
.blog_back a.article_btn_next {
    background: var(--MainColor);
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.blog_back a.article_btn_prev:hover, 
.blog_back a.article_btn_next:hover {
    background: var(--SubColor);
    color: #444;
    border: 1px solid #444;
}
.blog_back a.article_btn_back{
    background: var(--SubColor); 
    color: #444;
    border: 1px solid #444;
}

/*相簿----------------------------------------*/
.album_class_page .main_part{
    max-width: 1350px;
}
.show-list{
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    column-gap: 20px;
}
/*.show-list .item:nth-child(even){
    padding-top:100px;
}*/
.other_album {
    display: none;
}
.show-list .item:hover a figure img {
    transform: scale(1.1);
    transition: 0.5s;
    top: 0;
    left: 0;
    filter: unset;
}
.show-list .item a figure img {
    transition: 0.5s;
    filter: grayscale(0.7);
}
.show-list .show_name {
    text-align: left;
    color: var(--MainColor);
    font-weight: normal;
    border-bottom: 1px solid var(--SubColor2);
    height: 35px;
}
.other_album_choice { 
    display: none; 
}
.show-list .item:hover .show_name{
    color: var(--MainColor);
}
.other_subalbum li{
    background: unset;
}

/*第二層*/
.album_info_page #content{
    background: var(--MainColor);
}
.pic-list{
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
}
.other_subalbum li a p{
    background: transparent;
    padding-top: 10px;
}
.subalbum-menu h2{
    color:#444;
}

@media screen and (max-width: 768px){
    .show-list .item:nth-child(even){
        padding-top: 0px;
    }
}

/*聯絡我們-------------------------------------*/
.contact_content .information_left{
    width: 100%;
}
.contact_page #content{
    background: var(--SubColor);
}
.contact_page .main_part { 
    max-width: 1200px;
}
.contact_content {
    display: block !important;
}
.contact_content .information_right { 
    width: 100%; 
    padding-left: 0px;
}
h4.blank_letter.f { 
    position: relative; 
    padding-bottom: 0px; 
    padding-top: 30px; 
    color: transparent;
}
h4.blank_letter.f:before { 
    position: absolute;  
    content: "FORM";  
    color: var(--MainColor);
    font-size: 80px;  
    font-weight: 300;  
    font-family: "Darker Grotesque", serif;
    left: 0;  
    top: 0;
}
.blank_letter{
    display: flex;
    flex-direction: column;
}
h4.blank_letter.i:before{
    content: 'CONTACT INFO';
    font-family: "Darker Grotesque";
    font-size: 80px;
    font-weight: 300;
    position: relative;
}
.note {
    text-align: left; 
    color: #FF004E; 
    display: block; 
    padding: 30px 0;
    position: relative;
}
.star {
    padding: 0px;
}
.contact_form {
    width: 100%; 
    max-width: 1000px; 
    margin: 0 auto;  
    padding-top: 50px;
}
.info_ADD2:before{
    content: "營業時間";
    width: 55px;
}
.list_before.info li{
    padding-left: 70px;
}

/*表格*/
.contact_form li { 
    grid-column: auto / span 1;
    padding-left: 0px;
    padding: 0 0 25px 0;
}
.contact_page .contact_form { 
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 0px 50px; 
    max-width: 900px; 
    margin: 0 auto;
}
.contact_content .information_right { 
    width: 100%; 
    padding-left: 0px;
    padding: 80px 0;
}
.contact_form li .form__label { 
    padding: 5px 10px 5px 0px;  
    width: 100%;  
    margin-left:0px;
    text-align: left;
}
.contact_form li:nth-of-type(n+5) { 
    grid-column: auto / span 2; 
    text-align: left; 
}
.noborder { 
    padding: 10px;
}
.contact_form li input.noborder,
.contact_form li textarea.noborder {
    border: none;
}
.contact_page .form__insert:has(input[type="checkbox"]), 
.contact_page .form__insert:has(input[type="radio"]) {
    display: grid;  
    grid-template-columns: repeat(auto-fill, minmax(15px, 15px) minmax(130px, 1fr));  
    gap: 3px 5px; 
    background: #fff;  
    padding: 10px;
    align-items: center;
}
.contact_form li.last blockquote,
i.fa-solid.fa-arrow-right  { 
    display: none;
}
.contact_form li.last { 
    margin: 0 auto;
}
.contact_form li.agree { 
    width: fit-content; 
    margin: 0 auto; 
    order: 1;
    padding-bottom: 5px;
}
.contact_form li.agree .form__insert {
    background: transparent;
}

/*按鈕*/
.contact_form li:nth-last-of-type(1) { 
    order: 2;
}
.contact_form li.last cite {
    width: 300px;
    background: transparent;
    border: 1px solid var(--SubColor2);
    border-radius: 50px; 
    color: var(--SubColor2);
    position: relative; 
    overflow: hidden;
}
.contact_form li.last cite:hover:before{ 
    height: 100%; 
    top: auto; 
    bottom: 0;
}
.contact_form li.last cite:before { 
    content: ''; 
    display: block; 
    width: 100%; 
    height: 0; 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    background: var(--subColor01); 
    transition: .5s ease;
}
.contact_form li.last input { 
    position: relative; 
    z-index: 2;
}
.contact_form li.last blockquote:hover input, 
.contact_form li.last cite:hover input  { 
    color: var(--mainColor);
}
.animated-arrow{
    background: var(--SubColor2);
    border: 1px #555 solid;
}

@media screen and (max-width: 600px){
    .contact_page .contact_form{
        display: block;
    }
    .contact_form li .form__label{
        padding: 5px 10px 5px 5px;
        background: var(--SubColor2);
        font-weight: normal;
    }
}

/*FOOTER--------------------------------------*/
.box_link a{
    display: none;
}
.footer .center {
    padding: 0px 30px;
}
.copy a:hover {
    color: var(--SubColor2);
}
.footer_menu a:first-child {
    display: none;
}
.footer {
    background: var(--SubColor);
    padding: 80px 0 0px; 
}
.footer_info ul {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.footer_info {
    display: flex;
    flex-direction: column;
    padding: 0px;
}
.footer_logo{
    display: none;
}
.footer_menu {
    display: flex;
    justify-content: flex-end;
}
.footer_info li:nth-child(1) {
    width: 100%;
    padding: 10px 0px;
}
.footer_info li:nth-child(2) {
    width: 100%;
    padding: 10px 0px;
}
.footer_info li p {
    color: #444;
    font-size: 12px;
    font-family: 'Cinzel';
}
.footer_menu a {
    border: none;
    margin: 0 7px;
    background: transparent;
    letter-spacing: 1pt;
    transition: .4s;
    color: #444;
    font-family: 'Cinzel';
}
.footer_menu a:nth-last-of-type(1) {
    margin-right:0px ;
}
.footer_menu a:hover {
    background: var(--MainColor);
    transition: .4s;
}
.copy {
    padding: 10px 0;
    width: 95%;
    margin: 10px auto 0px;
    font-size: 11px;
    color: #444;
    border-top: 1px var(--MainColor) solid;
}
.copy a{
    color: #444;
}
.footer_info li p a {
    color: #444;
    border-left: 1px solid #444;
    padding-left: 10px;
    letter-spacing: 2px;
    margin-left: 65px;
}
.footer_info li p.mail:before {
    content: 'MAIL';
    position: absolute;
}
.footer_info li p.add:before {
    content: 'ADD';
    position: absolute;
}
.footer_info li p.line:before{
    content: 'LINE';
    position: absolute;
}
.footer_info li p.phone:before{
    content: 'PHONE';
    position: absolute;
}
.footer_info li p.tel:before{
    content: 'TEL';
    position: absolute;
}

@media screen and (max-width: 1200px){
.footer_info li:nth-child(1) {
    width: 50%;
}
.copy {
    display: flex;
    justify-content: center;
}
}

@media screen and (max-width: 980px){
.footer_info ul {
    flex-wrap: wrap;
}
.footer_menu {
    justify-content: flex-start;
}
.box_link {
    top: -10px;
}
.copy {
    border: none;
}
.footer_menu {
    flex-wrap: wrap;
}
.footer_info li:nth-child(1) {
    width: 100%;
    padding: 0px 15px;
}
.footer_logo {
    padding: 0px 18px;
}
.footer_menu a {
    margin: 7px 7px;
    padding: 7px 10px;
}
.copy {
    margin-top: -10px;
}    
.footer {
    padding: 80px 0 0px;
}
}

@media screen and (max-width: 768px) {
.box_link {
    justify-content: flex-start;
    top: 2px;
    left: 2px;
    padding: 0px 0px;
}
.footer_info li+li {
    margin-top: 8px;
}
.footer_menu a {
    margin: 5px 5px;
    border: 1pt solid;
    border-radius: 0;
}
.copy {
    margin-top: 0px;
}
.footer.with_shopping_mode {
    padding: 50px 0 60px;
}
#bottom_menu li {
    background: #777;
}
#bottom_menu li a i {
    color: #ffffff;
}
#bottom_menu li a em {
    color: #FFF;
}
}

/*手機版選單-----------------------------*/
.stellarnav .menu-toggle:after{
    display: none;
}
.stellarnav .menu-toggle{
    padding: 40px 10px;
}
.stellarnav .menu-toggle span.bars span{
    width: 30px;
    height: 1px;
    background: #333;
    border-radius:0;
    margin: 5px auto 4px;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: var(--SubColor);
}