@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

/*揚碩營造有限公司*/

:root{
    --MainColor:#444;
    --SubColor:#f9f9f9;
    --SubColor2:#b2b2b2;
}

/*網站字體-------------------------------------*/
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: unset; }
.bannerindex .swiper-banner{position: relative; }
#content_main{margin-top: 0;}

/*
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}
/**/

/*大圖點點-------------------------------------*/
.swiper-pagination-bullet {width: 100px;height: 3px;border-radius: 0%;background: #fdfdfd;}

/*HEADER--------------------------------------*/
.header_area {position: sticky;top: 0;background: #fff;box-shadow: 0 0 5px rgb(0 0 0 / 30%);background-image: url(https://pic03.eapple.com.tw/yangshuo168/header_bg.png);}
.header_area.sticky{background-image: url(https://pic03.eapple.com.tw/yangshuo168/header_bg.png);}
.navigation{grid-template-columns: 160px 1fr;}

/*第一層*/
.stellarnav > ul > li > a {transition: all 0.3s;margin: 0 13px;color: #444;letter-spacing: 2.5px;font-weight: bolder;}
.stellarnav > ul > li:hover > a{color: var(--SubColor2);}
.stellarnav > ul > li > a::before {position: absolute;content: "";width: 0%;height: 3px;background: var(--SubColor2);bottom: 0px;left: 50%;transform: translate(-50%, 0px);transition: .5s;}
.stellarnav > ul > li:hover > a::before {width: 100%;}

/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{padding: 7px 5px;transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #ADA17E;	padding-left:10px;border-color:#ADA17E ;}

/*SubMenu*/
.shop_search_btn { background: #ADA17E;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover { color: #ADA17E;}
.tp_links { display: none; }
.me_tp_features{ padding-right: 5px;}

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}

/*選單最大寬度*/
.main_header_area .container{max-width: 95%;}

@media only screen and (max-width: 768px) {
.me_tp_features{margin: 0px 0 0;}
}

/*LOGO----------------------------------------*/
.nav-header{max-width: 100px;top: 3px;position: relative;}

/*浮動按鈕-------------------------------------*/
.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: #aaa;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: #444;}

/*直接展開*/
.info_fix_links{display: flex !important;}
.info_fix>span{display: none;}

/*TO TOP*/
#to_top{bottom: 95px;right:20px;background: #aaa;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/yangshuo168/banner.png);
    background-attachment: fixed;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: top;
}
.banner h5{
    display: flex;
    flex-direction: column;
    font-size:25px;
    color: #CCC;
    font-weight: 500;
    font-family: 'noto sans TC', sans-serif;
    letter-spacing: 1px;
}
.banner.banblog h5:before{
    content: 'NEWS';
    font-size: 80px;
    color: #CCC;
    font-family: 'Bebas Neue';
    font-weight:  lighter;
    height: 80px;
}
.banner.banE h5:before{
    content: 'Album';
    font-size: 80px;
    color: #CCC;
    font-family: 'Bebas Neue';
    font-weight: lighter;
    height: 80px;
}

@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 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;
}
.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: center;
    color: #333;
    font-weight: normal;
    height: 35px;
}
.other_album_choice { 
    display: none; 
}
.show-list .item:hover .show_name{
    color: var(--MainColor);
}
.other_subalbum li{
    background: unset;
}

/*第二層*/
.pic-list{
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
}
.subalbum-menu h2{
    color: var(--SubColor);
}
.other_subalbum li a p{
    color: var(--SubColor);
    background: transparent;
    padding-top: 10px;
}
.album_fixed_title span:before{color: #fff;}
.album_fixed_title{
    background: transparent;
    color: #ffffff;
}
.fa-image::before{
    color: #fff;
}

@media screen and (max-width: 768px){
    .show-list .item:nth-child(even){
        padding-top: 0px;
    }
}

/*聯絡我們-------------------------------------*/
.contact_page #content{
    background: #c9c9c92b;
}
.contact_le_map a{
    display: none;
}
.blank_letter {
    display: flex; 
    align-items: flex-start;
    flex-direction: column;
    letter-spacing: 2px;
    padding-top: 0;
    color: #777;
}
.blank_letter:before{
    content: 'FORM';
    font-size: 80px;
    font-family: 'Bebas Neue';
    font-weight: lighter;
    height: 90px;
}
.contact_content {
    padding: 0 5% 30px;
}
.contact_content .information_left {
    display: none;
}
.contact_content .information_right {
    max-width: 1350px;
    padding: 70px 30px;
}
.contact_form li.last{
    justify-content: center;
    margin-top: 40px;
}
.contact_page .animated-arrow{
    background: var(--MainColor);
    border: 1px var(--MainColor) solid;
    margin: 0 0 0 0px;
    width: 170px;
}
.contact_editbox {
    margin: auto;
    padding: 0px;
}
    
/*聯絡我們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: 90%;
    margin: 0px auto;
    display: block;
}
.contact_content .information_left > h4.blank_letter {    
    display: none;
}
.contact_content .list_before {    
    width: 100%;		
    max-width: 100%;    
    padding: 0;    
    margin: 0 auto;
}
.contact_content .list_before > li:not(li:last-of-type) {    
    display: none;
}
.contact_content .list_before.info > li:last-of-type {    
    padding: 0;   
    margin: 0;
    display:none;
}
@media screen and (max-width: 768px) {
    .contact_content .information_right {    
        margin: 50px auto 0;
    }
}
@media screen and (max-width: 600px) {
    .contact_form li .form__label{
        background: var(--MainColor);
        color: #fff;
    }
}

/*FOOTER--------------------------------------*/
.box_link{display: none;}
.footer{background-image: url(https://pic03.eapple.com.tw/yangshuo168/header_bg.png);box-shadow: 0 0 6px rgb(0 0 0 / 60%);}
.footer_logo{ display: block;max-width: 80%;margin: 0;}
.footer .center{max-width: 80%;width: 100%;}
.footer_info{grid-template-columns: 200px 1fr;padding-right: 0;align-items: center;}
.footer_info ul {display: flex;width: 100%;margin-left: 0;flex-direction: row;justify-content: space-around;align-items: center;}
.footer_info li p {color: #222;font-size: 15px;}
.footer_info li p  a{color: #222;}
.footer_menu {width: 100%;display: grid;grid-template-columns: 1fr 1fr;grid-gap: 5px;}
.footer_menu a{background: transparent;border: none;color: #222;font-size: 15px;padding: 10px;margin:0;text-align: center;border: 1px solid var(--MainColor);backdrop-filter: blur(10px);}
.footer_menu a:hover{background: #44444445;transition: 0.3s;color: #222;}
.footer_menu a:nth-child(1){display: none;}
.copy{padding: 15px 0;border-top: none;color: #ffffff;letter-spacing: 1px;background: var(--MainColor);}
.copy a {color: #ffffff;}
.privacyLinks a+a{border-left: 1px solid #ffffff;}

/*RWD*/
@media screen and (max-width: 1200px) {
.footer_info {grid-template-columns: 1fr;padding: 0;}
.footer_info ul{justify-content: space-between;}
.footer_logo{display: none;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
.footer_info ul{flex-direction: column;}
.footer_menu{grid-template-columns: 1fr 1fr 1fr 1fr;}
.footer{padding: 30px 0 55px;}
}
@media screen and (max-width: 600px) {
.footer_menu{grid-template-columns: 1fr 1fr 1fr;}
}
@media screen and (max-width: 425px) {
.footer_menu{grid-template-columns: 1fr 1fr;}
}

/*手機版選單-----------------------------*/
.stellarnav .menu-toggle:after{display: none;}
.stellarnav .menu-toggle{padding: 30px 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);}