/*禾郁室內裝修*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

:root{
    --MainColor:#233951;
    --SubColor: #e3e3e1;
    --SubColor2:#ebdaae;
}

#content_main{margin-top:0vh !important;}
#content{
    background-image: url(https://pic03.eapple.com.tw/heyuinteriordesign/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

/*網站字體-------------------------*/
body {
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
}

/*錨點滾動-------------------------*/
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(214, 214, 214, 0.6); }
::-webkit-scrollbar-thumb {background-color: var(--MainColor);}
html { scroll-behavior: smooth; }

/*大圖-----------------------------*/
/*預設解除背景輪播*/
.bannerindex { 
    position:relative; 
    height:auto;
}
.swiper-banner { 
    position:static; 
    margin:0; 
    height:auto;
} 
.swiper-slide img { height:auto;} 
.swiper-banner .swiper-slide img{height: auto;}

/*RWD*/
@media screen and (max-width: 768px) {
.bannerindex { 
    padding:0; 
    margin:0;
}
}

/*大圖隱藏點點*/
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{display: none;}

/*Header-------------------------*/
.navigation{grid-template-columns: 160px 1fr;}
.tp_links{display: none;}
.me_tp_features{display: none;}
.header_area{
    position: fixed;
    background: #ffffffa3;
    backdrop-filter: blur(5px);
    border-bottom: 1px solid #fff;
    padding: 5px;
}

/*Header選單*/
.stellarnav li.has-sub > a:after{
    content: '+';
    border-left:0px;
    border-right:0px;
    border-top:0px;
}
.stellarnav > ul > li:hover > a{
    color:#baa38d;
    transition: all 0.3s;
}
.stellarnav > ul > li > a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #baa38d;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    transition: .5s;
}
.stellarnav > ul > li:hover > a::before {width: 100%;}
.stellarnav > ul > li:hover > a{
    color: #baa38d;
    transition: 0.3s;
}
.header_area.sticky .stellarnav > ul > li:hover > a{
    color: #baa38d;
    transition: 0.3s;
}

/*下拉*/
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a{
    color: #222;
    padding-left: 11px;
    background: #fff;
    transition: 0.3s;
}
.stellarnav ul ul{
    background: #ffffffd8;
    backdrop-filter: blur(5px);
}
ul.album_classes li:first-child{display: none;}

/*選單最大寬度設定*/
.main_header_area .container { max-width: 80%; }

/*RWD*/
@media screen and (max-width: 768px) {
    .main_header_area .container { max-width: 100%; }
    .header_area{backdrop-filter: none;}
}

/*LOGO-------------------------*/
.nav-brand img{
    position: relative;
    top: 4px;
}

/*浮動按鈕-------------------------*/
.linksBtn{background-color: var(--SubColor2);}
.info_fix_links a:hover{background-color: var(--SubColor2);}
a.info_fix_default.info_fix_mail{display: none;}
a.info_fix_default.info_fix_phone{display: none;}
.info_fix{z-index: 9999999;}

/*BANNER-----------------------------*/
.banner.banB{display: none;}
.banner.banE{background-image: url(https://pic03.eapple.com.tw/heyuinteriordesign/banner.png);}
.banner{
    min-height: 450px;
    color:#fff;
}
.banner h5{
    font-weight: normal;
    letter-spacing: 3px;
}
.banner.banblog{background-image: url(https://pic03.eapple.com.tw/heyuinteriordesign/banner2.png);}
.banner.banC{background-image: url(https://pic03.eapple.com.tw/heyuinteriordesign/banner.png)}

/*RWD*/
@media screen and (max-width: 768px) {
    .banner{min-height: 375px;}
}

/*麵包屑*/
.path p, .path p a{display: none;}

/*相簿-------------------------------*/
.show-list{
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 15px;
}
.show-list .item:hover .show_name{color:var(--MainColor);}
.show-list .item:hover a figure img {
    transform: scale(1.1);
    transition: 0.5s;
    top: 0;
    left: 0;
}
.show-list .item a figure img {transition: 0.5s;}
.show-list .show_name {
    text-align: center;
    font-weight: normal;
}
.album_info_page .pic-list { 
    -moz-column-count:3; 
    -moz-column-gap:10px; 
    -webkit-column-count:3; 
    -webkit-column-gap:10px; 
    column-count:3; 
    column-gap:10px; 
    width:100%; 
    margin:0 auto; 
}
.album_info_page .pic-list .item { 
    width:100%; 
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid; 
    break-inside: avoid; 
    padding: 0; 
    margin: 0;
}
.album_info_page .pic-list .show_pic { height:auto; padding:0;}
.other_subalbum li p {margin-top: 10px;}
.other_subalbum li a img{    
    object-fit: cover;
    min-height: 250px;
}

/*第二層*/
.subalbum-menu{padding: 0px;}
.subalbum-menu h2{color: var(--MainColor);}
.other_album_choice li{background-color: var(--MainColor);}

/*瀑布流*/
.album_info_page .pic-list { 
    -moz-column-count:3; 
    -moz-column-gap:10px; 
    -webkit-column-count:3; 
    -webkit-column-gap:10px; 
    column-count:3; 
    column-gap:10px; 
    width:100%; 
    margin:0 auto; 
}
.album_info_page .pic-list .item { 
    width:100%; 
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid; 
    break-inside: avoid; 
    padding: 0; 
    margin: 0;
}
.album_info_page .pic-list .show_pic { 
    height:auto; 
    padding:0;
}

@media (max-width: 1440px){
    .album_info_page .pic-list{ 
        -moz-column-count:3; 
        -webkit-column-count:3;  
        column-count:3;
}
}
@media screen and (max-width: 1024px) { 
    .contact_page .main_part{display:block;}
    .contact_content {
        padding: 10px;
        width:100%;
}
}
@media (max-width: 768px) {
    .album_info_page .main_part{padding: 50px 0;}
    .other_album{padding: 0 16px;}
    .other_album:before{width: 0;}
    .album_info_page .pic-list{ 
        -moz-column-count:2; 
        -webkit-column-count:2;  
        column-count:2;
    }
    .product-layer-two li {
        display: inline-block;
        margin: 0px 10px 0px 0;
        padding: 5px 0;
        position: relative;
    }
    .product-layer-two {
        display: block;
        width:100%
    }
    .product-layer-two {
        margin: 20px 0;
}
    .product_page .show_content, .product_info_page .show_content{display:block;}
    .products-list, .product-wrapper {width: 100%;}
    .product-layer-two li:hover li { display: none;}
    .product-layer-two > li{width:auto;}
    .product-layer-two li li{display:none;}
    .show_content{padding: 15px 20px;}
}
@media (max-width: 480px) {
    .album_info_page .pic-list{
        -moz-column-count:1;  
        -webkit-column-count:1; 
        column-count:1;
    }
}

/*相簿第二層*/
.other_subalbum li p {    margin-top: 10px;}
.other_subalbum li a img{    
    object-fit: cover;
    min-height: 250px;
}

/*RWD*/
@media (max-width: 1440px){
.album_info_page .pic-list{ 
    -moz-column-count:3; 
    -webkit-column-count:3;  
    column-count:3;
    }
}
@media (max-width: 768px) {
    .album_info_page .main_part{padding: 50px 0;}
    .other_album{padding: 0 16px;}
    .other_album:before{width: 0;}
    .album_info_page .pic-list{ 
        -moz-column-count:2; 
        -webkit-column-count:2;  
        column-count:2;
    }
}
@media (max-width: 480px) {
    .album_info_page .pic-list{
        -moz-column-count:1;  
        -webkit-column-count:1; 
        column-count:1;
    }
}

/*文章管理---------------------------*/
.blog_subbox{grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
h5.blog_le_t,
h4.blog_category_title {
   font-size: 25px;
   margin-bottom: 10px;
}
.blog_le .accordion>li:hover .link { background: #a5a5a5; }
.blog_le .accordion>li.on_this_category .link { background: #BFB9AA; }
.subbox_item a:before { display: none; }
.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 p { padding-top: 8px; }
.blog_search input[type=search] { border-radius: 2px; }
.blog_le .accordion { border-radius: 2px; }
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { display: none; }
.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: 0px;
}
.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.2);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;

}
.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_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
}
.subbox_item a:after { display: none; }
.blog_list_ri { 
    width: 100%;
    padding: 15px 0;
}
.blog_list_ri em {width: 100%;}
.blog_list_ri h5 {
    position: relative;
    margin: 0px 0 0;
    font-size: 18px;
    letter-spacing: 0.035em;
}
.blog_list_ri p {
    color: #595959;
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}
.main_part { max-width: 1500px; }
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #222 !important;
    background: var(--SubColor)!important;
    transition: 0.3s;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--SubColor)!important;
    transition: 0.3s;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{color: #222 !important;}

/*第二層*/
.news_related{display: none;}
.blog_back a.article_btn_back { 
    background: var(--SubColor);
    color: #222;
}
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: var(--MainColor);
    color: #fff;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
    background: var(--SubColor);
    transition: 0.3s;
    color: #222;
}

/*聯絡我們---------------------------*/
body.contact_page #page{
    background-image: url(https://pic03.eapple.com.tw/heyuinteriordesign/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.contact_content{padding: 20px 35px;}
.contact_form li.last cite{background: var(--MainColor);}
.contact_form li.last blockquote, .contact_form li.last cite{border: 1px var(--MainColor) solid;}
body.contact_page .contact_content form {
    width:100%;
    margin: auto;
    display: flex;
}
body.contact_page .contact_editbox {padding: 0;}
body.contact_page .contact_content {
    background: #fff;
    max-width: 1600px;
    margin-bottom: 80px;
    margin-top: 80px;
    border-radius: 35px;
}
body.contact_page #page {position: relative;}
body.contact_page #page:before {display: none;}
.red { color: var(--MainColor);}
.contact_page .main_part { 
    padding: 0;
    max-width: 1500px;
    width: 100%;
}
.noborder {
    background: #f3f3f3;
    color: var(--MainColor);
    padding: 5px;
    border-radius: 3px;
}
.contact_form li.last {
    color: var(--MainColor);
    width: 100%;
}
.contact_form {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0px;
}
.contact_form li {
    width: calc(100% / 2);
    padding: 5px 10px;
    border: none;
    font-size: 18px;
    display: block;
}
.contact_form li .form__label {
    color: var(--MainColor);
    display: block;
    width: 100%;
    text-align: left;
    margin-left: 0;
    max-width: 150px;
    font-size: 16px;
    padding-bottom: 5px;
}
.form select {
    background-color: #f3f3f3;
    border: none;
    color: var(--MainColor);
    width: 100%;
    margin: 0;
    padding: 5px 26px 5px 5px;
    font-size: 15px;
    border: 1px #ddd solid;
    border-radius: 3px;
}
.contact_form li .form__insert:last-child img {margin-left: 10px;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(80px, 1fr));}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    width: auto;
    font-size: 15px;
    font-weight:bolder;
}
.list_before {
    display: grid;
    gap: 5px;
}
.list_before.info li {
    padding-left: 0;
    margin: 0;
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes round {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

/*RWD*/
@media screen and (max-width: 1300px) {
    .contact_form li {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    body.contact_page .contact_content form {
        flex-wrap: wrap;
    }
    .contact_form li {
        width: 100%;
    }
    body.contact_page .contact_content {
        margin-bottom: 0px;
        padding-top: 0;
        margin-top: 0px;
    }
    .information_left, .information_right{padding: 30px;}
    .contact_content .information_right{padding: 30px;}
}
@media screen and (max-width: 600px) {
    .contact_form li .form__label{background:transparent;}
}
@media screen and (max-width: 476px) {
    .contact_page .main_part {
        margin-top: 40px;
    }
}

/*FOOTER-----------------------------*/
.copy{padding: 0;}

/*手機版選單-------------------------*/
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { 
    bottom: -800px!important; 
    z-index: 999999;
}
.stellarnav .menu-toggle:after{color: var(--MainColor);}
.stellarnav .menu-toggle span.bars span{
    background: var(--MainColor);
    border-radius: 0px;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background:var(--MainColor);
    color: #fff;
}
.stellarnav .icon-close:after{border-bottom: solid 2px #fff;}
.stellarnav .icon-close:before{border-bottom: solid 2px #fff;}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu{padding: 12px;}

/*RWD*/
@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle {padding: 12px;}
}

/*TO TOP*/
@media screen and (max-width: 768px) {
    #to_top{bottom: 65px;}
}

/*FOOTER-------------------------*/
.footer{display: none;}
