@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;}*/


/* = = = 大圖特效 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.pageIndex .swiper-slide:before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events:none;
    background-size: contain;
    background-repeat: no-repeat;
}

.pageIndex .swiper-slide:nth-child(1):before {
    width: 100%;
    background-image: url(https://pic03.eapple.com.tw/parablocco/slogan.png);
    aspect-ratio: 1/1;
    height: auto;
    top: 0;
    right: 0;
}

.pageIndex .swiper-slide:nth-child(2):before {
    width: 100%;
    background-image: url(https://pic03.eapple.com.tw/parablocco/slogan.png);
    aspect-ratio: 1/1;
    height: auto;
    top: 0;
    right: 0;
}

@media screen and (max-width: 768px) {

.swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}
}

@media screen and (max-width: 500px) {
.bannerindex { height: auto;  padding-bottom: 160%;}
.swiper-banner {  height: auto;}
.pageIndex .swiper-banner .swiper-slide {
    height: auto;
    width: 100% !important;
    aspect-ratio: 500 / 800;
    background-size: cover;
}
.pageIndex .swiper-banner .swiper-slide img {height: auto;display: none;}
.pageIndex .swiper-banner .swiper-slide:nth-child(1){
    background-image: url(https://pic03.eapple.com.tw/parablocco/ph_bn01.jpg);
}
.pageIndex .swiper-banner .swiper-slide:nth-child(2){
    background-image: url(https://pic03.eapple.com.tw/parablocco/ph_bn02.jpg);
}
.pageIndex .swiper-banner .swiper-slide img {
    height: auto;
    display: none;
}
.pageIndex .swiper-slide:nth-child(1):before {
    width: 100%;
    background-image: url(https://pic03.eapple.com.tw/parablocco/ph_slogan.png);
    aspect-ratio: 1/1;
    height: auto;
    top: 0;
    right: 0;
}
.pageIndex .swiper-slide:nth-child(2):before {
    width: 100%;
    background-image: url(https://pic03.eapple.com.tw/parablocco/ph_slogan.png);
    aspect-ratio: 1/1;
    height: auto;
    top: 0;
    right: 0;
}
}



/*選單*/
.me_tp_features {display: none;}
.header_area {
background: transparent;
position: fixed;
padding: 17px 30px;
}
.header_area.sticky { background: linear-gradient(to bottom, #000000e0 0%, #00000000 100%);}
.stellarnav > ul > li > a { color: #000;}
.pageIndex .stellarnav > ul > li > a { color: #fff;}
.header_area.sticky .stellarnav > ul > li > a { color: #fff;}

/*選單最大寬度設定*/
.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 {
    margin: 0;
    max-width: 280px;
    width: 100%;
}
.pageIndex .header_area .nav-brand { filter: brightness(100);}
.header_area.sticky .nav-brand {filter: brightness(100);}





/*手機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(2) > a { pointer-events: none; }
.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 li:nth-of-type(n+8) { display: none;}
.stellarnav > ul > li:nth-of-type(5) li:nth-of-type(N+1) { 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 { display: none;}/*下拉箭頭*/
.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: 1px #ddd solid;}
.stellarnav.mobile > ul > li > a { padding: 30px; border-bottom: none; display: block; color: #000;}
.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;}
.stellarnav.mobile > ul > li:nth-of-type(2) > a:first-of-type {  pointer-events: none;}
.stellarnav.mobile > ul > li:nth-of-type(5) 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.sticky {position: fixed;}
    .stellarnav ul { display: flex; flex-wrap: wrap; justify-content: center;}
}    
 
@media screen and (max-width: 1024px) {
    
    /*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;}
    .stellarnav.mobile { left: -26px; top: -7px;}
    .stellarnav > ul > li:nth-of-type(2) > a { pointer-events: unset;}
    .headerSticky .stellarnav .menu-toggle span.bars span {background: #fff;}
    .headerSticky .stellarnav .menu-toggle:after {color: #fff;}
    .stellarnav .menu-toggle span.bars span {width: 28px;}
    .header_area.sticky .stellarnav > ul > li > a { color: #000;}
    .pageIndex .header_area .nav-brand { filter: brightness(0);}
    .pageIndex .header_area { background: #FFFDF6; position: relative;}
    .pageIndex .header_area.sticky {  position: fixed; background: linear-gradient(to bottom, #000000e0 0%, #00000000 100%); }
    .pageIndex .header_area.sticky .nav-brand {  filter: brightness(100);}
}
@media screen and (max-width: 425px) {
.pageIndex .header_area {  background: TRANSPARENT; position: fixed;}
.pageIndex .header_area .nav-brand { filter: brightness(100);}
}

/*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_info li:nth-of-type(1)::before { content: '果銳科技股份有限公司'; color: #fff; }
.footer_info li p.add:before {
    content: '地址：';
}

.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;
    margin-bottom: 45px;
}
.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;} */

.main_part { padding: 150px 20px;}
.other_subalbum li { background: unset;}
.show-list { grid-gap: 20px; display: block; column-count: 2;}
.show-list .show_pic{ aspect-ratio: 1 / 1; border-radius: 30px;}
.show-list .item { padding: 20px;}
.subalbum-menu h2 { display: none;}

.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; margin-bottom: 70px;}
.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;}

.show-list .item { padding: 17px;}
.show-list .show_pic {border-radius: 15px;}
.show-list {grid-gap: 0;}
}
@media screen and (max-width: 425px) {
    .show-list .item { padding: 10px;}
    .footer_info li:nth-child(1) > P:nth-child(-n+3) { display: none;}
    .footer_info li p.add:before {display: none;}
    .footer_info ul { margin-bottom: 90px;}
}


/*產品內頁按鈕*/
.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;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.banner h5::before{
    content: "";
    position: absolute;
    font-size: 170px;
    color: #000;
    font-family: "Quicksand", "Noto San TC", sans-serif;
    transform: translate(-50%, -50%);
    letter-spacing: 1px;
    font-weight: bold;
    top: 407px;
    margin: 0 -119px;
}
.banner.banC h5::before {content: "Form";}
.contact_page .banner h5 {color: transparent; user-select: none;}

.banC { background: transparent; }
.banE { background: transparent; }


.banner.banA {}
.banner.banB {display: none;}
.banner.banD {}
.banner.banE { display: none;}
.banner.banblog {display: none;}

@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;}
    }
    .footer .center {width: 80%;}


@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;  }
}


/* = = = 文章 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*--文章管理/首頁---------------------------------------*/

/*區塊設定*/
.module_i_news { padding: 120px 20px 50px;}

/*英文標題*/
.module_i_news .title_i_box h6 { display: none; color: #FFFCF5;}

/*中文標題*/
.module_i_news .title_i_box h4 {
    position: relative;
    color: #000;
    font-weight: normal;
    letter-spacing: 3px;
    font-family: "微軟正黑體", "Noto San TC", "sans-serif";
    font-size: 45px;}
    
.module_i_news .title_i_box h4::before {
    content: "Q&A";
    position: absolute;
    left: 0;
    top: -34px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #4D4D4D;
    letter-spacing: 1px;
    font-family: "微軟正黑體", "Noto San TC", "sans-serif";
    font-weight: lighter;
}
.module_i_news ul { width: 90%; grid-template-columns:repeat(4,1fr);margin: auto;}
.i_blog_ri h5 { color: #000; font-weight: normal; letter-spacing: 1px; font-family: "微軟正黑體", "Noto San TC", sans-serif;}
.i_blog_ri em{    letter-spacing: 2px;    font-size: 13px;}
.i_blog_ri p,.blog_list_ri p{font-size: 14px; line-height: 145%; -webkit-line-clamp: 2;}



/*--文章管理/外層---------------------------------------*/

/*列表搜尋*/
h5.blog_le_t { display: none;}
.blog_le { padding: 44px 0 0;}

/*分類標題*/
h4.blog_category_title { font-size: 28px; color: #000; font-weight: normal;}
h4.blog_category_title span { font-size: 24px;}

/*次分類*/
.submenu { background: transparent;}
.submenu a:hover { color: #fff;}
.blog_le .accordion li a { color: #666;}
.blog_le .accordion li a:hover { color: #fff;}
.blog_le .accordion li i { top: 12px;}
.blog_le .accordion { border-radius: 0; border: unset;}

/*文章*/
.subbox_item a, .module_i_news li a, .subbox_item a {    grid-template-columns: 1fr;}
.module_i_news ul, .blog_subbox { display: grid; gap: 10px;}
.module_i_news li, .subbox_item { position: relative; width: 100%;}
.module_i_news li a, .subbox_item a { padding: 5px;}
.module_i_news li a:after, .subbox_item a:after { pointer-events: none;}
.blog_box{text-align: justify;}

.module_i_news li a::before, .module_i_news li a::after, .subbox_item a::after,.subbox_item a::before { display: none;}
.module_i_news li::after, .subbox_item::after { 
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #ffffff88;
    opacity: 0;
    border: 1px #ddd solid;
    pointer-events: none;
    transition: all .5s;
}
.module_i_news li::before, .subbox_item::before { 
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    font-size: 15px;
    color: #999;
    pointer-events: none;
    transition: all .5s;
}
.module_i_news li:hover::before, .module_i_news li:hover::after, .subbox_item:hover::before, .subbox_item:hover::after {
    opacity: 1;
    transition: all .5s;
}
.blog_list_ri h5 { color: #000; font-weight: normal}

.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri { width: 100%;}
.i_blog_le, .blog_list_le { position: relative; padding-bottom: 100%; height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img, .blog_list_le img {
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/*側邊*/
.blog_le .accordion > li.on_this_category .link a{background: #9f9584;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #9f9584 !important;}
.submenu a:hover { background: #FFFCF5;}
.blog_le .accordion li .link:last-child { border-bottom: 1px solid #CCC;}
.blog_le .accordion li:last-child .link { border: none;}
.blog_le .accordion > li.on_this_category .link a { width: 100%;}
.accordion li+li .link { border-top: 0; }
.blog_search input[type=search] { border-radius: 0;}
.accordion li .link a{ font-weight: normal;}

/*功*/
.blog_subbox { grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before { content:none;}

@media screen and (max-width: 425px) {
.blog_list_ri em {font-size: 12px;}
.blog_subbox { grid-template-columns: 1fr 1fr;}
}

/*相關推薦*/
.news_related{background: #fff;}
.news_related h6 span:before{color: #948979;}
.lastPage{background:#9f9584;}

/*--文章管理/內層---------------------------------------*/

.blog_back a.article_btn_back { background: #948979; border: 1px solid #948979; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_back:hover { background: #948979; border-color: #948979; transition: 0.3s ease-in-out;}

.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: transparent; color: #948979; border: 1px solid #948979; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover { background: #888; color: #fff; transition: 0.3s ease-in-out;}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/

.blank_letter{ color: #000; font-size: 40px; padding-bottom: 66px; padding: 0 64px;}
.blank_letter.i { display: none;}

.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 { display: none;}
.list_before.info li { display: none;}
.contact_form { 
    display: flex; 
    flex-direction: row; 
    flex-wrap: wrap; 
    grid-gap: 26px; 
    padding: 0 57px; 
    margin-bottom: 20px; 
    margin-top: 60px;
}
.contact_form li:nth-of-type(2), .contact_form li:nth-of-type(3), .contact_form li:nth-of-type(4) { width: 237px;}
.contact_form li:nth-of-type(3) .form__label, .contact_form li:nth-of-type(4) .form__label { margin-bottom: 6px;}
.contact_form li { grid-gap: 20px; display: block; width: 100%;}
.contact_content .information_left { width:100%;position: sticky;top: 80px;}
.contact_content .information_right {width: 161%; padding-left: 0; padding: 65px 0;background: #F7B793; border-radius: 20px; }
.form select {margin-top: 10px;}
.contact_content {
    margin: auto;
    padding: 77px 29px;
    background: #FFF;
    border-radius: 20px;
}
.contact_page .main_part { padding: 0; max-width: 1500px; padding-top: 187px; padding-bottom: 100px;}
.contact_content form {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.contact_content .pic {
    max-width: 57%;
    margin: 45px 73px;
}

/*按鈕*/

.contact_form li.last cite {
    background: #000;
    border-radius: 5px;
    border: unset;
}
.contact_form li.last cite:hover {
    background: #000;
}
.contact_form li.last blockquote{ display: none;}
.contact_form li .form__label {
    color: #000;
    max-width: 100%;
    background: none;
    text-align: left;
}
.contact_form li input.noborder {
    border: none;
    background: transparent;
    border-bottom: 1px #000 solid;
}
.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(30px, 52px) minmax(131px, 2fr));
    padding: 13px 0;
}


@media screen and (max-width: 480px) {}


@media screen and (max-width: 1024px) {
.navigation {    padding: 0;}
.contact_form li:nth-of-type(2), .contact_form li:nth-of-type(3), .contact_form li:nth-of-type(4) {
    width: 100%;
}
}

@media screen and (max-width: 768px) {
.contact_form li .form__label { max-width: 100px;}
.contact_content form {display: flex; justify-content: center; flex-direction: column;}
.contact_content .information_right {width: 100%;}
.contact_form li .form__label { max-width: unset; }
.contact_content .information_left{position: relative;top: unset;}
.contact_content {padding-top: 10px;}


/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 50px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
    .total_view {padding-bottom: 10px; text-align: center;}
}

@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%;
    }
}



