@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;}
@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #9D8158 /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/
body{    font-family: 'Oswald', 'Josefin Sans', "Noto Sans TC", 微軟正黑體, arial, sans-serif;}

#content_main, #content {
    background: url(https://pic03.eapple.com.tw/yangsid/BG.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.edit_part { padding: 0;}

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
/*麵包屑*/
.path {display: none;}
/*隱藏購物車搜尋欄*/
.box_search{display:none;}

/*選單漸變效果＝＝*/

/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*/
#content_main { margin:0;}
.bannerindex { position:fixed; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}

/*選單*/
.me_tp_features {display: none;}
.header_area {
background: transparent;
position: fixed;
height: 80px;
padding: 17px 0;
}

/*選單最大寬度設定*/
.main_header_area .container { max-width: 100%;}
.tp_links { display: none;}

/*電腦LOGO/＝＝＝＝＝*/
.nav-brand {    width: 100%;max-width: 200px;transition:all 0.3s;}
.header_area .nav-brand {
    transition: all 0.3s;
    margin-top: 10px;
    max-width: 100px;
}
.header_area.sticky .main_header_area .nav-brand {    max-width: 90px;}


/*手機LOGO*/



.promotion_title { display: none; }
.other_promotion { display: none; }
.other_select_page .page { display: none; }
.nav-brand img { max-width: 120%;}

/*menu*/
.stellarnav > ul > li:nth-of-type(1) li:nth-of-type(1) { display: none; }
.stellarnav > ul > li:nth-of-type(3) li:nth-of-type(1) { display: none; }
.stellarnav > ul > li:nth-of-type(6) li:nth-of-type(N+1) { display: none; }
.stellarnav li:nth-of-type(6).has-sub > a::after { display: none; }

.stellarnav > ul > li > a, .stellarnav li.has-sub > a { font-weight: 600; position: relative; padding: 0 20px;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a { color: #743b28;}
.stellarnav li.has-sub > a::after { border-top: 6px solid #888;}/*下拉箭頭*/
.stellarnav li.has-sub:hover > a::after { border-top: 6px solid #D1BB9E;}/*下拉箭頭*/




/*--下拉頁面---------------------------------------*/

/*外框*/
.stellarnav ul ul{padding: 0;}
.stellarnav ul ul, .stellarnav ul ul ul { background: #fffffff2; box-shadow: 0 5px 5px #00000066;}
.stellarnav ul ul ul { left: 100%;}
.stellarnav li li { border: none; margin-bottom: 0;}


/*右拉箭頭*/
.stellarnav li li.has-sub > a::after { border-left: 6px solid #888;}
.stellarnav li li.has-sub:hover > a::after { border-left: 6px solid #D1BB9E; border-top: 6px solid transparent;}

/*項目*/
.stellarnav li.has-sub > ul > li.has-sub > a, .stellarnav li.has-sub > ul > li > a { color: #777; padding:12px 12px 12px 20px; font-family: "微軟正黑體", sans-serif; }
.stellarnav li li > a, .stellarnav li li.has-sub > a { color: #D1BB9E; font-size: 15px; font-weight: normal; padding: 7px 5px; border-left: 1px solid transparent; background: transparent; transition: all 0.3s;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { color: #9f9584; transition: all 0.3s;background: #9f9584;}
.stellarnav li.has-sub > ul > li:hover > a{ color: #fff;}

/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle span.bars span { background: #743b28;}
.stellarnav .menu-toggle:after { color: #743b28;}

/*展開*/
.stellarnav.mobile.left > ul { background: #fffffff2;max-width: 100%;padding: 0;}
.stellarnav.mobile > ul > li { border-bottom: 2px#743b28 dotted;}
.stellarnav.mobile > ul > li > a { padding: 30px; border-bottom: none; display: block;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a { color: #444; padding: 20px 30px 20px 40px;}
.stellarnav.mobile > li > a { border-bottom: none;}
.stellarnav.mobile > ul >li:nth-of-type(6).has-sub > a.dd-toggle{display: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #743b28; color: #fff;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px #fff;}

.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -7px; left: -4px;}
.stellarnav li.open > a.dd-toggle .icon-plus { width: 0; top: -5px; left: 6px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #743;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 3px #743;}

/*下拉*/
.stellarnav.mobile li.open { background: #A7927722; padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: 1px solid #ccc;}
.stellarnav.mobile li.open li.open { padding: 0; background: #ffffff88;}
.stellarnav.mobile ul { background: transparent;}
.stellarnav > ul > li.drop-left > ul { left: 0; right: auto;}

@media screen and (max-width: 1440px) {
    .navigation {display: flex; flex-direction: column; justify-content: flex-start; align-items: center;}
    .header_area {position: relative; height: unset;}
    .header_area.sticky {position: fixed;}
}    
@media screen and (max-width: 1366px) {
    .stellarnav ul { display: flex;}
}  
@media screen and (max-width: 1024px) {
    .stellarnav ul { display: flex; flex-wrap: wrap; justify-content: center;}


    /*menu*/
    .stellarnav { padding: 0 0 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav.mobile > ul > li.has-sub a.dd-toggle { padding: 20px 30px;}
    .stellarnav li.has-sub > a::after {}/*下拉箭頭*/

}


@media screen and (max-width: 768px) {
    /*menu*/
    .stellarnav > ul > li > a:hover:before{display: none;}
    .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.mobile > ul > li.has-sub a.dd-toggle { padding: 30px;}
    .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 { border-color: transparent;}
    .stellarnav .menu-toggle{padding: 10px;}
}


/*Footer/＝＝＝＝＝*/


.footer {
    background-color: #9f9584;
    padding: 40px 0 0;
}
.footer .center{max-width: 1400px;width: 90%;margin: 0 auto;}
.footer_logo > a{
background: url(https://pic03.eapple.com.tw/parablocco/LOGO.png) no-repeat;
display: block;
width: 100px;
height: 230px;
background-size: contain !important;
background-position: center !important;}

.footer_logo img{display: none;}

.footer_info {
    padding-right: 0px;
    display: flex;
    justify-content: space-between;}

.footer_info li p, .footer_info li p a {  
    color: #ffffff; 
    transition: all .5s;  
    font-size: 14px;  
    font-weight: 400;  
    line-height: 200%;  
    letter-spacing: 1px;}

.footer_info li p:hover,.footer_info li p a:hover{color: #ccc;}

.footer_menu a:nth-of-type(n+10) { display: none;}

.footer_menu a {  
    background: transparent;  
    border: none;  
    display: block;  
    color: #d9d9d9;  
    margin: 0;   padding: 0;   
    line-height: 200%;   
    text-align: right;  
    position: relative;  
    text-transform: uppercase;}

.footer_menu a:first-child{display: none;}
.footer_menu a:before{
    content: "";
    width: 0;
    height: 1px;
    background: #ccc;
    transition: all .5s;
    position: absolute;
    bottom: 0;right: 0;}
.footer_menu a:hover{background: transparent;color: #ccc;}
.footer_menu a:hover:before{width: 100%;}
.footer_info ul {  
    display: flex; 
    justify-content: space-between; 
    align-items: center;}
.box_link {display: none;}

.copy {
    border-top: 1px solid #cecece;
    text-align: right;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
    font-size: 13px;
    width: 90%;
    font-weight: 300;
}
.copy a { color: #fff;}
.copy a:hover {  color: #cecece;}
.box_link{display: none;}

/*匯款頁Footer跑掉修正*/
.footer_info li p:before {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: inherit;
  font-weight: inherit;
  margin-right: 5px;
  letter-spacing: inherit;
}

/*購物車*/
.prod_part {    
    background: url(https://pic03.eapple.com.tw/yangsid/BG.jpg);
    padding: 50px 5%;
}

/* 商品下拉超過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;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .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; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*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:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product_menu_list { 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 > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > 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-layer-two li a {color: #9D8158;}
.product-layer-two li a:hover {
    background: #9D8158;
    color: #fff;
    transition: 0.5s;
}

/*單品顯示*/

.products-list .pic {
    transition: 0.8s;
    filter: grayscale(0.7);}

.products-list .pic:hover {
    transform: scale(1.05);
    filter: grayscale(0);
}
.products-list .name { 
    text-align: center;
    line-height: 2.75;
    color: #595050;
}
.products-list .more {
    border: none;
    color: #bfb3a1;
    border-bottom: 1px solid #ada692;
}
.products-list .item a:hover .more {
    background: #9d8158;
    border: none;
    padding: 5px 0 0 0;
}

.products-list .price b {
    color: #9D8158;
    font-size: 16px;
    width: 100%;
    text-align: center;
}
.products-list .price .sp_price {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #ff4141;
}

/*首頁顯示*/
.i_prod_tit h2 {
    color: #BFB3A1;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    font-family: "Noto Sans TC", sans-serif;
}
.i_prod_tit span{
    font-size: 24px;
    color: #595050;
    font-weight: 600;
}
.i_prod_tit{    text-align: left;}

.i_prod_b a {
    height: 45px;
    width: 140px;
    margin-top: 30px;
    background: #9F9584;
}
.i_prod_b a:hover {
    background: #9d8158;
    transition: .5s;
}
.i_prod_b * {
    transition: all .5s;
    font-weight: 500;
}
.i_prod_b *:hover {    letter-spacing: 1px;}
.i_prod_b a i.fa-solid.fa-arrow-right {    display: none;}
/*內頁*/
/*右方商品規格*/
.sidebarBtn {
    padding: 30px;
    border: 1px #ddd solid;
    border-radius: 10px;}

.product_info li .txt_box {color: #7A7373;}

div#number_area {
    color: #7A7373;
    padding-top: 3px;
}

.sidebarBtn h2 {
    color: #9d8158;
    font-size: 22px;
    letter-spacing: 0.05em;
    font-weight: 600;
}

/*下方商品資訊*/
.pd_tabTitle li.activeTab a {
    color: #fff;
    background: #9d8158;
}
.pd_tabTitle li.activeTab::after {
    height: 5px;
    background: transparent;
}

/*相關*/
.prod_related {    background:transparent;}
.prod_related h6 {margin: 20px auto 40px;}
.prod_related h6 span:before {
    color: #9d8158;
    font-weight: 600;
    letter-spacing: 0.03em;
}
.related_list li a {
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 0 10px #ebdbc2;}

.related_list li a:hover {
    background: #d5c7b6;
    transition: .5s;}

.related_list li a p {    
    color: #7e7573;
    padding-top: 20px;
}
.related_list li a p:hover {
    color: #333;
    transition: .5s;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.footer_info { display: flex; align-items: center; flex-direction: column;}   
.footer .center {  position: relative; max-width: 1300px;}
.footer_info ul { display: flex; justify-content: space-between; align-items: center; flex-direction: column;}
.footer_menu a {text-align: center;}
.footer_logo > a {height: 160px;}

.footer_menu { width: 100%;}
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}
/*產品內頁按鈕*/
.inquiry_a1 {    background: #9D8158;}
.inquiry_a2 {    background: #52ae3d;}
.lastPage {background: #9D8158;border-radius: 5px;}
.rewrite_simple {    background: #51b241;}
.send_simple {    background: #9D8158;}
.toShare {display: none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*預設解除背景輪播*/
/*#content_main { margin:0;}
.bannerindex { position:relative; 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;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*輪播圖-大圖
.swiper-slide{position: relative;}
.swiper-slide:before,
.swiper-slide:after {
    content: "";
    letter-spacing: 4px;
    z-index: 100;
}
.pageIndex .swiper-slide.swiper-slide-active:before {
    color: #fff;
    font-size: 2vw;
    margin-top: 2.5vw;
    animation: slide-top 2s ease forwards;
    text-shadow:0px 0px 14px #aaaaaa;
    content: "  你的空間，應該為你而生。 ";
    position: absolute;
    top: 32%;
    width: 100%;
    left: 0;
    text-align: center;
    animation-fill-mode: both;
    font-weight: 600;
}

.pageIndex .swiper-slide.swiper-slide-active:after {
    color: #fff;
    font-size: 1vw;
    animation: slide-top 2.5s ease forwards;
    text-shadow: 0px 0px 14px #363636ad;
    content: "我們打造寧靜而富有靈感的環境，讓你自在呼吸、盡情創造，回歸真我。";
    position: absolute;
    top: 44.2%;
    left: 0;
    width: 100%;
    text-align: center;
    animation-fill-mode: both;
}
.pageIndex .swiper-wrapper::before {
    color: #fff;
    font-size: 16px;
    /* margin-top: 2.8vw; 
    animation: slide-top2 2s ease forwards;
    text-shadow: 0px 0px 14px #0000009c;
    content: " We design calm, inspiring spaces where you can breathe and create. ";
    position: absolute;
    text-align: center;
    animation-fill-mode: both;
    letter-spacing: 0.2rem;
    z-index: 2;
    left: 50%;
    top: 52.5%;
    width: fit-content;
    z-index: 2;
    -webkit-backdrop-filter: saturate(140%) blur(3px);
    backdrop-filter: saturate(150%) blur(3px);
    mix-blend-mode: luminosity;
    border: 1px solid #ffffff7d;
    background: #3939391f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 22px;
}

@media screen and (max-width: 1440px) {
.pageIndex .swiper-wrapper::before{
    letter-spacing: 0.1rem;
    top: 55.5%;
    width: 44.6vw;}
}
@media screen and (max-width: 1366px) {
.pageIndex .swiper-wrapper::before {
top: 55%;
letter-spacing: 1px;
width: 45vw;}

}
@media screen and (max-width: 1100px) {
    .pageIndex .swiper-wrapper::before {
        top: 58%;
        width: 55vw;}
    }
@media screen and (max-width: 1024px) {
    .pageIndex .swiper-wrapper::before {width: 59vw;}
    }
@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
    .swiper-slide img {
        width: 100%;
        display: block;
        max-width: 100%;
        min-width: 100%;
        height: 60vh;
        min-height: 80vw;
        max-height:100vw;
        object-position: center;
        object-fit: cover;
        -moz-object-fit: cover;
        -ms-object-fit: cover;
        -o-object-fit: cover;
        -webkit-object-fit: cover;
        margin: 0;
        transition: all 0.3s;
    }
    .pageIndex .swiper-wrapper::before {
        font-size: 15px;
        height: 60px;
        width: 75vw;
    }
    
.pageIndex .swiper-slide.swiper-slide-active:before {    font-size: 3vw;}
.pageIndex .swiper-slide.swiper-slide-active:after {    font-size: 1.8vw;}

}

@media screen and (max-width: 600px) {
    .pageIndex .swiper-wrapper::before {
        height: 33px;
        font-size: 13px;
        letter-spacing: 4px;
        min-width: 205px;
        width: unset;
        padding: 5px 10px;
        top: 62%;
    }
    .pageIndex .swiper-wrapper::after {
        height: 33px;
        min-width: 205px;
        width: unset;
        padding: 5px 10px;
        top: 62%;
    }
    .pageIndex .swiper-slide.swiper-slide-active:before {  font-size: 16px; letter-spacing: 1px; }
    .pageIndex .swiper-slide.swiper-slide-active:after {   font-size: 3vw; letter-spacing: 1px; padding: 0 10px;}
}

@keyframes ss{
    0%{opacity: 0;}
    100%{opacity: 1;}}

/*上升*/
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity:0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity:1;
    }
}

@keyframes slide-top2 {
    0% {
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        opacity:0;
    }
    100% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity:1;
    }
}

@keyframes clippath {
    0%,    100% {        clip-path: inset(0 0 95% 0);    }
    25% {        clip-path: inset(0 95% 0 0);    }
    50% {        clip-path: inset(95% 0 0 0);    }
    75% {
        clip-path: inset(0 0 0 95%);    }
}




.banC { background: transparent; }
.banE { background: transparent; }


.banner h5 { 
    font-size: 40px;
    font-weight: 900;
    color: #000;
    font-family: "Noto San TC", "微軟正黑體", "sans-serif";
    position: relative;
    top: 50px;
    width: 100%;
}
.banner h5::before{
    content: "";
    position: absolute;
    bottom: -43px;
    left: 50%;
    font-size: .6em;
    color: #333;
    font-family: "Noto Serif TC", "微軟正黑體","sans-serif";
    line-height: 1;
    transform: translate(-50%, -50%);
    letter-spacing: 1px;
}

div[data-banner="news_a_list_5270"] h5::before {content: "Recent Activities"!important;}
div[data-banner="news_a_list_5277"] h5::before {content: "Knowledge Sharing"!important;}
.banner.banblog h5::before {content: "Column";}
.banner.banC h5::before {content: "Online Quote"; }
.banner.banE h5::before {content: "Our works"; }

.banner.banA {}
.banner.banB {display: none;}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

@media screen and (max-width: 1440px) {
.banner h5 {padding-top: 20px;}
}
@media screen and (max-width: 1024px) {
    .banner {  height: calc(100vh - 420px);}
    .banner h5 {  font-size: 28px; padding-top: 0px;}
    }


@media screen and (max-width: 768px) {
    .banner h5 {  font-size: 28px;  }
    .banner {  height: calc(100vh - 530px);}
    
    
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 476px) {
    .banner h5 {   font-size: 24px;}
    .banner h5:before {  font-size: 14px;  }
    .banner h5:after {   height: 30px;  }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*--文章管理/首頁---------------------------------------*/
/*中文標題*/

.module_i_news .title_i_box{display: grid;}

.module_i_news .title_i_box h4 {
    font-size: 40px;
    color: #0B267E;
    font-weight: 900;
    letter-spacing: .1em;
}
.module_i_news .title_i_box h6 {
    font-size: 25px;
    color: #212121;
    font-weight: 900;
    letter-spacing: .0005em;
    font-family: "Noto Serif TC", "Noto Serif", "微軟正黑體";
    order: 1;
}

/*文章設定外層*/
/*一排呈現*/

.subbox_item { width:100%;}
.blog_subbox {grid-template-columns: none;}
.subbox_item a {
    display: inline-block;
    position: relative;
}
.blog_list_le {
    display: inline-block;
    width: 30%;
}
.blog_list_ri {
    width: 65%;
    padding: 0 0 0 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

/*旁*/
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {  
    background: #aba07d;}
h5.blog_le_t {
    font-size: 20px;
    font-weight: 700;
    text-align: center;}
.blog_search input[type=search] {padding: 15px 5px 10px 15px;} 
/*文章內層*/
/*標題*/
h4.blog_category_title {
    color: #9d8158;
    letter-spacing: 2px;}
/*內文*/
.blog_box_edit * {    color: #666;}
/*按鈕*/
.blog_back a.article_btn_back {    background: #aba07d;}
a.article_btn_back:hover {
    background: #9D8158;
    transition: 0.5s;
}
.lastPage:hover {    background: #444;transition: 0.5s;}

/*分享*/
.blog_shareData {    display: none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/

.blank_letter{color: #595050;}

.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 {
    width: 40px;
    letter-spacing: 1px;
}
.list_before.info li {
    color: #7A7373;
    padding-left: 40px;
    letter-spacing: 1px;
}
.contact_form li {grid-gap: 20px;}
.contact_content .information_left {    width: 100%;}
.contact_content .information_right {width: 100%;padding-left: 10px;}

/*按鈕*/
.contact_form li.last cite {
    background: #BFB3A1;
    border-radius: 5px;}
.contact_form li.last cite:hover {
    background: #444;
}
.contact_form li.last blockquote{    
    border: 1px #c5c5c5 solid;
    border-radius: 5px;
}
.contact_form li .form__label {
    color: #7A7373;
    max-width: 90px;
    background: none;
}
@media screen and (max-width: 480px) {
.contact_form li .form__label {    max-width: 100px;}
}


@media screen and (max-width: 1024px) {
.navigation {    padding: 0;}
}

@media screen and (max-width: 768px) {


/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 50px; }
#to_top { bottom:60px;}
}
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.bannerindex { padding:0; margin:0;}

@media screen and (max-width: 600px) { 
    .total_view {padding-bottom: 10px;}
}

@media (max-width: 768px) {
    .module_i_news ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 16px;
        box-sizing: border-box;
        max-width: 100%;
    }
}



