@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=Zen+Kurenaido&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=LXGW+WenKai+TC:wght@300;400;700&display=swap');

/*滾輪*/
::-webkit-scrollbar { width: 7px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 4px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: transparent;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 4px; background-color: #c7becf; border: none;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;} 

/*背景*/
#content{
    background: url(https://pic03.eapple.com.tw/louisachen/all_bk01.png);
    background-repeat: repeat-y;
    width: 100%;
}

/*版面*/
.blog_page .main_part{
    width: 100%;
    max-width: 80%;
    padding: 6% 0 0 0;
}
.blog_in_page .main_part{
    width: 100%;
    max-width: 74%;
     padding: 4% 0 6% 0;
}
.album_class_page .main_part{
    width: 100%;
    max-width: 76%;
}
.services_page .main_part{
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.contact_page .main_part{
    width: 100%;
    max-width: 76%;   
}
.other_page .main_part{
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}


/*抬頭小icon*/
.me_tp_features{
    display: none;
}
.stellarnav ul{
    padding: 1% 0;
}
.stellarnav > ul > li > a {
    font-family: "Noto Sans TC", sans-serif;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0 14px;
}
.pageIndex .header_area{
    position: fixed;
    background: #9F8EB7; 
}
.pageIndex .header_area.sticky{
     position: fixed;
    background: #9f8eb7c9;
}
.header_area.sticky{
   position: relative;
   background: #9F8EB7; 
}
.header_area{
    position: relative;
    background: #9F8EB7; 
}
.nav-header{
    max-width: 100%;
    width: 100%; 
}
.navigation{
    grid-template-columns: 260px 1fr;
}
.main_header_area .container{
    max-width: 80%;
}
.stellarnav li.has-sub > a:after{
    display: none;
}
.stellarnav > ul > li.has-sub > a{
    padding-right: 0;
}

/*大圖上特效*/
.swiper-banner .swiper-slide:nth-child(1)::before {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/louisachen/big_slogan1.png);
    height: 100%;
    width: 100%;
    max-width: 36%;
    right: 14%;
    top: 10%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 1;
    position: absolute;
    animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.swiper-banner .swiper-slide:nth-child(1)::after {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/louisachen/big_photo1.png);
    height: 100%;
    width: 100%;
    max-width: 25%;
    left: 12%;
    top: 8%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 1;
    position: absolute;
}

.swiper-banner .swiper-slide:nth-child(2)::before {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/louisachen/big_slogan2.png);
    height: 100%;
    width: 100%;
    max-width: 42%;
    left: 11%;
    top: 5%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 1;
    position: absolute;
    animation: scale-in-hor-right 4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.swiper-banner .swiper-slide:nth-child(2)::after {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/louisachen/big_photo2.png);
    height: 100%;
    width: 100%;
    max-width: 28%;
    right: 8%;
    top: 8%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 1;
    position: absolute;
}

/*動畫在這裡*/
@keyframes scale-in-hor-left {
    0% {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
      opacity: 1;
    }
}
@keyframes scale-in-hor-right {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}



/*內頁BANNER 設定*/
.banner {
    background-color: #FCFBFA;
    background-image: url(https://pic03.eapple.com.tw/louisachen/all_banner.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
}
.banner h5 {
    letter-spacing: 3px;
    color: #826FA0;
    font-size: 30px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: "LXGW WenKai TC", cursive;
    font-weight: 300;
    font-style: normal;
}

.blog_page .banner h5::after, .blog_in_page .banner h5::after {
    content: 'Featured Articles';
    position: relative;
    font-family: "Allura", cursive;
    font-weight: 400;
    font-style: normal;
    color: #E59250;
    font-size: 20px;
    left: 0;
    top: 0;
}
.album_class_page .banner h5::after, .album_info_page .banner h5::after{
    content: 'Customer Reviews';
    position: relative;
    font-family: "Allura", cursive;
    font-weight: 400;
    font-style: normal;
    color: #E59250;
    font-size: 20px;
    left: 0;
    top: 0;
}
.contact_page   .banner h5::after{
    content: 'Contact Us';
    position: relative;
    font-family: "Allura", cursive;
    font-weight: 400;
    font-style: normal;
    color: #E59250;
    font-size: 20px;
    left: 0;
    top: 0;
}


.services_page .banner.banB,.other_page  .banner.banB{
    display: none;
}
.services_page .banner h5,.other_page .banner h5{
    display: none;
}



/* 商品下拉超過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-layer-two { 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;}

/*麵包屑*/
.path{
    display: none;
}
.page a:hover{
    background: #9f8eb7;
    color: #fff;
}
.page{
    margin: 8% auto 2% auto;
}

/*文章設定*/
.subbox_item {
     border-radius: 8px;
    width: 100%;
    background: #f2f2f2;
}
h5.blog_le_t{
    text-align: center;
}
h5.blog_le_t em{
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{
    background: #d8d8d8 !important;
}
.blog_le .accordion{
    border-radius: 0;
    border: none;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{
    color: #525252 !important;
}
.blog_back a.article_btn_prev{
    background: #d6d6d6;
}
.blog_back a.article_btn_next{
    background: #d6d6d6;
}
.blog_back a.article_btn_back{
    background: #beb9c5;
}
.blog_back{
    text-align: center;
    right: 0;
    display: flex;
    position: relative;
    justify-content: flex-end;
    grid-gap: 0;
}
h4.blog_category_title{
    font-size: 30px;
    color: #585858;
    font-family: 'LXGW WenKai TC';
}
.lastPage{
    display: none;
}
.news_related{
    padding: 4% 0;
}
.news_related h6 span:before{
    font-size: 30px;
    font-family: "Zen Kurenaido", sans-serif;
    color: #939393;
    font-weight: 500;
}
.news_related h6{
    margin: 0 auto 2% auto;
}
.blog_subbox{
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}
.accordion li .link{
    text-align: center;
    font-size: 16px;
}
.blog_le .accordion  li{
   border-bottom: 1px solid #c5c5c5;
}
.blog_le{
    width: 18%;
}
.blog_ri {
    width: calc(100% - 19%);
    padding: 0 0 0 4%;
}
.blog_list_ri h5 {
    color: #585858;
    font-family: 'LXGW WenKai TC';
    line-height: 150%;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 22px;
}
.subbox_item a:after{
    background: rgb(255 255 255 / 40%);
    border: none;
}
.subbox_item a{
    grid-template-columns: 220px 1fr;
}
.article_a  .blog_list_le img{
    border-radius: 8px;
    border: 4px solid #9480b0;
}
.blog_list_le img{
     border-radius: 8px;
}
.blog_list_ri em{
    display: none;
}
.blog_list_ri p {
    margin-top: 4%;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 150%;
}
.blog_list_ri{
    padding: 10% 0 0 0;
}
.articel_mainPic img{
    display: none;
}
.blog_box_edit * {
    font-family: 'Noto Sans TC';
    font-size: 16px;
    color: #585858;
    line-height: 150%;
    letter-spacing: 1px;
}
.blog_box{
    min-height: 20vw;
    padding: 7px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.blog_back{
    width: 100%;
}
.news_related_list li a p{
    font-family: 'LXGW WenKai TC';
}
.subbox_item a:before{
    content: 'More';
    color: #E59250;
    font-family: "Allura", cursive;
    font-size: 28px;
}
.article_b .subbox_item a{
    grid-template-columns: 1fr;
}
.article_b .blog_subbox{
    grid-template-columns: repeat(3, 1fr);
}
.article_b .subbox_item{
   background: #f0f0f0;
    padding: 4% 4% 0 4%;
}
.article_b .blog_list_le{
    aspect-ratio: 3 / 4;  
}
.article_b .blog_list_ri {
    padding: 0;
    text-align: center;
}
.article_b .blog_list_ri p{
    display: none;
}
.article_b  .blog_list_ri h5{
    padding-bottom: 6%;
}
.i_contact_box section{
    width: 100%;
    max-width: 78%;
}

/*相簿*/
.album_info_page .main_part{
    width: 100%;
    max-width: 80%;
}
.show-list{
    grid-template-columns: repeat(3, 1fr);
}
.subalbum-menu h2{
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    color: #414141;
     font-size: 24px;
}
.pic-list{
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
}
.album_info_page .pic-list .show_pic img{
    object-fit: contain;
}
.album_info_page .pic-list .show_pic{
    aspect-ratio: unset;
}
.accordion li .link a{
    font-size: 16px;
}

/*聯絡我們*/

.blank_letter {
    font-size: 34px;
    font-family: "Zen Kurenaido", sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    color: #998AB3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact_form{
   display: flex;
    flex-direction: row;
    flex-wrap: wrap;
        grid-gap: 25px;
}
.contact_form li {
    display: flex;
    justify-items: start;
    flex-direction: column;
    width: 48%;
    justify-content: flex-end;
}
.contact_form li .form__label{
    display: flex;

}
.contact_form li.last{
    border: none;
    text-align: right;
    margin-top: 20px;
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
}
.contact_form li.last cite{
    background: #c9c6ce;
}
.contact_form li.last blockquote{
    border: 1px #c9c6ce solid;
}
.red {
    order: 2;
}
.contact_content .information_left{
    width: 100%;
}
.contact_content .information_right{
   width: 100%;
    padding-left: 0;
}
.contact_le_nomap{
    width: 64%;
}
.list_before {
    font-size: 15px;
    color: #444;
    display: block;
    width: 30%;
    position: relative;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 8%;
}
.list_before.info li{
    font-family: 'Noto Sans TC';
    letter-spacing: 1px;
    color: #646464;
}
.box1 iframe{
    border-radius: 16px; 
}
.contact_form li:nth-child(5){
    width: 100%;
}
.contact_form li:last-child{
    width: 100%;
}
.fa-arrow-right::before{
    color: #a4a0ab;
}


/*頁腳*/
.footer .center{
    max-width: 80%;
}
.footer{
    background-image: url(https://pic03.eapple.com.tw/louisachen/footer_bk1.png);
    background-color: #edeced;
    background-repeat: no-repeat;
    height: auto;
}

.footer_info li:nth-child(1){
    width: 40%;
}

.footer_info li:nth-child(2){
    width: 60%;
    display: flex;
    align-items: center;
}

.footer_info ul{
   display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 4% 0 0 0;
}
.footer_logo img{
    display: none;
}
.footer_info{
    grid-template-columns: 1fr;
    padding-right: 0;
}   
.footer_info li p{
    color: #333;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
}
.box_link a{
    border: none;
}
.footer_menu a{
    background: transparent;
    color: #717070;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 1.4% 4%;
}
.footer_menu a:hover {
    background: transparent;
    color: #d7c9ea;
}
.box_link{
    width: 100%;
    max-width: 100%;
    position: relative; 
    flex-direction: column;
    flex-direction: row;
}
.footer_menu a:first-child{
    display: none;
}
.copy{
    border-top: none;  
    padding: 1% 0 2% 0;
    color: #bdbcbc;
}
.copy a{
    color: #bdbcbc;
}
.copy a:hover{
    color: #977fba;
}
.privacyLinks{
    color: #bdbcbc;
}
.fa-phone-volume::before{
    color: #c9c4d3;
   
}
.fa-mobile-screen-button::before{
   color: #c9c4d3;
    
}

.footer .fa-envelope::before{
    color: #c9c4d3;
   
}
.footer .fa-line:before{
    color: #c9c4d3;
}
.footer .fa-facebook-f:before{
    color: #c9c4d3;
}
.box_link a:hover{
    opacity: 0.5;
}
.contact_form li.last input{
    color: #a4a0ab;
}

@media screen and (max-width: 1280px) {
.blog_in_page .main_part{
    max-width: 86%;
}    
.blog_le{
    width: 24%;
}
.blog_ri{
    width: calc(100% - 25%);
}


}
@media screen and (max-width: 1024px) {
.pageIndex .header_area{
    position: relative;
}
.nav-brand img{
    max-width: 80%;
}
.stellarnav ul {
    padding: 0;
}

/*頁腳*/
.footer .center{
    max-width: 90%;
}

.footer_menu a{
    width: 32%;
    text-align: center;
}


}
@media screen and (max-width: 980px) {
.footer_info li:nth-child(1){
    width: 50%;
}

.footer_info li:nth-child(2) {
    width: 50%;
    text-align: end;
}

/*聯絡我們*/
.contact_page .main_part{
    width: 100%;
    max-width: 90%;
}
.contact_content .information_left{
    width: 100%;
}
.contact_content .information_right {
    width: 100%;
    padding: 0;
}
input{
    color: #a4a0ab; 
}





}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.bannerindex { padding:0; margin:0;}
.main_header_area .container{
    max-width: 100%;
}
.stellarnav .menu-toggle:after{
    color: #ffffff66;
}
.stellarnav .menu-toggle span.bars span{
    background: #ffffff66;
}
.stellarnav.mobile{
    top: 26%;
}
.stellarnav.mobile ul{
    background: #fdfdfd;
}
.stellarnav > ul > li > a{
    font-family: cursive;
    font-size: 20px;
    color: #50504f; 
}
.stellarnav.mobile > ul > li > a{
    font-family: "Noto Sans TC", sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
}
#bottom_menu li a{
    color: #aea2c5;
}
#bottom_menu .fa-phone-volume::before{
     color: #aea2c5;
}


/*相簿*/
.show-list {
    grid-template-columns: repeat(1, 1fr);
}

/*文章*/
.blog_le {
    width: 100%;
}
.fa-caret-down::before{
    color: #9f8eb7;
}
.article_b .blog_subbox {
    grid-template-columns: repeat(2, 1fr);
}
.blog_ri {
    width: 100%;
}

/*聯絡我們*/
.contact_form li .form__label{
    background: transparent;
}
.subalbum-menu h2{
    color: #787878;
     font-family: "Noto Sans TC", sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.contact_le_nomap{
    width: 100%;
}
.list_before.info {
    padding: 0;
    margin: 0;
    padding-top: 6%;
}

/*頁腳*/
.footer_info ul{
    flex-direction: column;
}
.footer_info li:nth-child(1) {
    width: 100%;
}
.footer_info li:nth-child(2) {
    width: 100%;
    text-align: left;
}
.footer_menu a{
    width: 48%;
}


}
@media screen and (max-width: 600px) {
/*大圖*/
.swiper-wrapper .swiper-slide img{
    width: auto;
    height: 80vh;
    object-fit: cover;
    object-position: 30%;
    position: relative;

}

.swiper-banner .swiper-slide:nth-child(1)::after {
    max-width: 100%;
    height: 60%;
    background-size: 36%;
    background-position: center bottom;
    left: 0;
    top: unset;
    bottom: 0;
}

.swiper-banner .swiper-slide:nth-child(1)::before {
    max-width: 100%;
    height: 34%;
    background-size: 50%;
    background-position: center top;
    top: 10%;
    right: unset;
    background-image: url(https://pic03.eapple.com.tw/louisachen/phone_big_slogan1.png);
}

.swiper-banner .swiper-slide:nth-child(2)::after {
    max-width: 100%;
    height: 60%;
    background-size: 40%;
    background-position: center bottom;
    top: unset;
    right: 0;
    bottom: 0;
}

.swiper-banner .swiper-slide:nth-child(2)::before {
    max-width: 100%;
    height: 44%;
    background-size: 58%;
    background-position: center;
    top: 0;
    right: 0;
    left: unset;
    background-image: url(https://pic03.eapple.com.tw/louisachen/phone_big_slogan2.png);
}



}
@media screen and (max-width: 480px) {
/*大圖*/
.swiper-wrapper .swiper-slide img{
    width: auto;
    height: 80vh;
    object-fit: cover;
    object-position: 30%;
    position: relative;

} 

.swiper-banner .swiper-slide:nth-child(1)::after{
     height: 76%;
}
.swiper-banner .swiper-slide:nth-child(2)::before{
    max-width: 100%;
    height: 34%;
    background-size: 78%;
    background-position: center;
    top: 12%;
    right: 0;
}
.swiper-banner .swiper-slide:nth-child(2)::after{
     height: 76%;
}

/*文章*/
.article_b .blog_subbox {
    grid-template-columns: repeat(1, 1fr);
}




}

@media screen and (max-width: 440px) {
/*大圖*/
.swiper-wrapper .swiper-slide img{
    width: auto;
    height: 65vh;
    object-fit: cover;
    object-position: 30%;
    position: relative;
}  
.swiper-banner .swiper-slide:nth-child(1)::before {
    max-width: 100%;
    height: 34%;
    background-size: 60%;
    background-position: center top;
    top: 16%;
    right: unset;
}
.swiper-banner .swiper-slide:nth-child(2)::before {
    max-width: 100%;
    height: 34%;
    background-size: 64%;
    background-position: center;
    top: 12%;
    right: 0;
}


/*頁腳*/
.footer_menu a{
    width: 47%;
}

}

@media screen and (max-width: 420px) {
/*大圖*/
.swiper-wrapper .swiper-slide img{
    width: auto;
    height: 60vh;
    object-fit: cover;
    object-position: 30%;
    position: relative;

}  

.swiper-banner .swiper-slide:nth-child(1)::before {
    max-width: 100%;
    height: 34%;
    background-size: 60%;
    background-position: center top;
    top: 16%;
    right: unset;
}

.swiper-banner .swiper-slide:nth-child(2)::before {
    max-width: 100%;
    height: 34%;
    background-size: 64%;
    background-position: center;
    top: 12%;
    right: 0;
}

/*文章*/
.blog_le {
    width: 100%;
}
.subbox_item a {
    grid-template-columns: 1fr;
}
.blog_ri {
    width: 100%;
    padding: 0;
}
.blog_subbox{
    grid-template-columns: repeat(1, 1fr);
}
.fa-caret-down::before{
    color: #9f8eb7;
}

/*聯絡我們*/
.contact_form li{
    width: 100%;
}
.contact_form li.last blockquote, .contact_form li.last cite{
    max-width: 100%;
    width: 100%;
}


}
@media screen and (max-width: 375px) {
/*大圖*/
.swiper-wrapper .swiper-slide img{
    height: 64vh;
}   
.swiper-banner .swiper-slide:nth-child(1)::before{
    top: 10%;
} 
.swiper-banner .swiper-slide:nth-child(2)::before{
    top: 10%;
}

}
