@charset "utf-8";
/*鐘毓婷醫師/鐘毓婷診所*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

/*抬頭icon*/
.me_tp_features{
    display: none;
}

/*滾輪*/
::-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: #9E7778; border: none;}/*滾輪樣式*/
::-webkit-scrollbar-track { team-shadow: transparent;}/*滾輪軌道樣式*/



/*版面*/
.blog_page .main_part{
    width: 100%;
    max-width: 76%; 
}
.product_info_page .main_part{
    width: 100%;
    max-width: 74%;
}
.product_page .main_part{
    width: 100%;
    max-width: 80%;
    padding: 4% 0 ;
}
.main_part{
    width: 100%;
    max-width: 80%;
}
.other_page .main_part{
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.other_select_page .main_part {
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
}
.contact_page .main_part{
    width: 100%;
    max-width: 100%;
    padding: 0; 
}


/*背景*/
#content{
    min-height: auto;
    background-color: #e4dadb;
}


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;} 



.pageIndex  .main_header_area {
    position: fixed;
    width: 100%;
    background: #ffffffc2;
    backdrop-filter: blur(3px);
    transition: 0.3s ease-in-out;
}
.main_header_area{
    position: relative;
    width: 100%;
    background: #ffffffc2;
    backdrop-filter: blur(3px);
    transition: 0.3s ease-in-out;
}
.header_area.sticky {
    position: relative;
}
.header_area{
    position: relative;
    padding: 0;
}
.pageIndex .header_area{
    position: fixed;
    padding: 0;
}
.pageIndex .header_area.sticky {
    position: fixed;
}
.main_header_area .container{
    max-width: 82%;
}
.nav-header{
    max-width: 100%;
    width: 100%;
}
.stellarnav ul{
    padding: 1.5% 0;
}
.navigation{
    grid-template-columns: 400px 1fr;
}
.stellarnav li li{
    text-align: center;
    border: none;
}
.stellarnav li li a{
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
}
.stellarnav li li:hover  a{
        color: #9E7777;
}
.stellarnav > ul > li > a {
    font-family: "Noto Sans TC", sans-serif;
    color: #391911;
    margin: 0 60px 0 0;
    letter-spacing: 2px;
    font-size: 18px;
}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a {
    color: #9E7777;
}
.mobile_product_name{
    color: #391911;
}




/*內頁BANNER 設定*/
.product_page  .banner,.product_info_page  .banner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background-image: url(https://pic03.eapple.com.tw/chunceline/banner1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 380px;
}

.other_page   .banner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background-image: url(https://pic03.eapple.com.tw/chunceline/banner2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 380px;
}

.other_select_page  .banner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background-image: url(https://pic03.eapple.com.tw/chunceline/banner3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 380px;
}

.blog_page   .banner,.blog_in_page   .banner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background-image: url(https://pic03.eapple.com.tw/chunceline/banner4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 380px;
}

.contact_page .banner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background-image: url(https://pic03.eapple.com.tw/chunceline/banner5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 380px;
}

.banner h5 {
    font-size: 32px;
    color: #584a51;
    letter-spacing: 4px;
    position: relative;
    left: 18%;
    text-shadow: 1px 1px 7px #ffffff;
}





/* 商品下拉超過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;}
.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_team { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_team li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_team li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
.products-list .item{
    overflow: hidden;
}
.products-list .more {
    background-color: #bda2a3;
    color: #fff;
    border: none;
}
body.product_page .products-list .item:hover .more.slowAnimation {
    opacity: 1;
    bottom: 0px;
    background: #b99fa0;
}
.products-list .name {
    text-align: center;
    color: #6e4c5d;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 2px;
}
.products-list{
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    grid-gap: 30px;
}
.product-layer-two li a{
    color: #6f4c5d;
    text-align: center;
}
.product-layer-two li a{
    font-family: 'Noto Sans TC';
}
.module_i_news_list, .module_i_news_list.swiper{
    padding: 4% 0;
}
.proImgSwiper li{
    align-items: flex-start;
}
.prod_related h6 span:before{
    color: #6e4c5d;
    font-size: 28px;
    letter-spacing: 4px;
}
.prod_related{
    background: #efecec;
}
.prod_related h6{
    margin: 2% auto 2% auto;
}
.pd_tabTitle li.activeTab a{
    color: #6f4c5d;
    font-family: 'Noto Sans TC';
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 500;
}
.pd_tabTitle li.activeTab::after{
    background: #6f4c5d;
}
.pd_tabTitle li a{
    font-family: 'Noto Sans TC';
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 500;
    background: #c2b4b64d;
}
.sidebarBtn h2{
    color: #6f4c5d;
}
.sidebarBtn{
    border: none;
    background: #ffffff85;
}
.product_info li span{
    display: none;
}
#prod_thumbSwiper .swiper-slide{
    display: none;
}
.product_pic{
    padding-right: 14%;
}




/*下拉*/
.page{
    display: none;
    margin: 0 auto;
    padding: 0  0  6% 0;
}

.promotion_title{
    display: none;
}

.other_select_page .other_promotion {
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
    max-width: 80%;
    width: 100%;
    order: 1;
    padding: 4% 0 0 0;
}

.other_select_page .other_promotion li{
    background-color: #d2bfc1;
}

.other_select_page .other_promotion li  span{
    display: none;
}

.other_promotion .pmtTitle h3 {
    color: #6f4c5d;
    font-family: 'Noto Sans TC';
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 4px;
    margin: 0 auto;
    text-align: center;
}

.other_promotion li a{
    border: 1px #6f4c5d dashed;
}


/*促銷方案*/






/*文章*/
.module_i_news .title_i_box h4 {
    color: #744a5d;
    font-family: 'Noto Sans TC';
    letter-spacing: 4px;
    font-size: 34px;
}

.subteam_item a{
    grid-template-columns: 1fr;
}

.blog_list_ri h5{
    color: #583D4A;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 24px;
    -webkit-line-clamp: 2;
}

.subteam_item a:after{
    background: transparent;
}

.blog_list_ri {
    padding-bottom: 0;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 8%;
}

.subteam_item a:before{
    opacity: 1;
    color: #bc9799;
}

.subteam_item{
    border-bottom: 1px solid #bc9799;
}

.blog_le .accordion{
    border-radius: 0;
    border: none;
    background-color: transparent;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{
    background: #c3aeb0 !important;
}

.blog_ri{
    padding: 0 0 0 2%;
    width: calc(100% - 17%);
}

.blog_le {
    width: 16%;
}

.subteam_item a:before{
    color: #a78898;
}

.blog_list_ri p{
    -webkit-line-clamp: 2;
    letter-spacing: 1px;
}

.blog_list_ri{
    padding-bottom: 14%;
}

.module_i_news .title_i_team h4{
   font-family: "Noto Sans TC", sans-serif;
   letter-spacing: 4px;
   font-size: 36px;
   color: #583D4A;
}

.module_i_news li a{
    grid-template-columns: 1fr;
    overflow: hidden;
    border-radius: 8px;
}

.module_i_news ul{
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
}

.module_i_news{
    background-image: url(https://pic03.eapple.com.tw/chunceline/bk1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;

}

.i_blog_ri h5 {
    font-size: 18px;
    line-height: 150%;
    color: #583D4A;
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    letter-spacing: 1px;
    padding-top: 4px;
  -webkit-line-clamp: 4;
   
}

.i_blog_ri {
    padding: 2% 6%;
    width: 100%;
    position: absolute;
    z-index: 99;
    bottom: -72%;
    left: 0;
    background: #6e4c5dd9;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 100%;
    transition: 0.5s;
    overflow: hidden;
    flex-direction: column;
}

.pageIndex .i_blog_ri p{
    display: none;
    font-family: 'Noto Sans TC';
    line-height: 150%;
    -webkit-line-clamp: 2; 
}

.module_i_news section{
    max-width: 80%; 
}

.animated-arrow{
    background: #9c8081;
    border-radius: 4px;
}



.module_i_news li a:after{
    background: transparent;
}

.i_blog_ri em{
    color: #cababa;
}

.i_blog_ri h5{
    color: #ffffff;
}

.module_i_news li a:hover .i_blog_ri{
    bottom: 0;
    transition: 0.3s;
    justify-content: center;
    
}

.module_i_news li a:before{
    color: transparent;
}

.blog_back a.article_btn_prev{
    background: #d3c6c6;
    border-radius: 4px;
}

.blog_back a.article_btn_next{
    background: #d3c6c6;
    border-radius: 4px;
}

.blog_back a.article_btn_back{
    background: #d9c9ca;
     border-radius: 4px;
}

.lastPage{
     background: #9c8081;
    border-radius: 4px;
}

.articel_mainPic img{
    display: none;
}

.accordion li .link a{
    text-align: center;
    font-size: 16px;
}

h4.blog_category_title {
    color: #584a51;
    font-size: 26px;
    letter-spacing: 2px;
    font-optical-sizing: auto;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
}

h5.blog_le_t{
    color: #584a51;
    text-align: center;
}

.accordion li+li .link{
    border-top: 1px solid #c5b6b8;
}

.other_promotion li a:hover{
    background: #eee8e8;
}

.product-layer-two li.active a{
   border: 1px #fff solid;
}

.subbox_item a{
    grid-template-columns: 26% 1fr;
}

.subbox_item a:after{
    background: transparent;
}

.subbox_item{
    background-color: #f0eced;
    border-radius: 8px;
}

.blog_list_le img{
    border-radius: 8px 8px 0 0;
}

.news_related{
    background: #f3f3f382; 
}

.news_related h6{
    margin: 2% auto 4% auto;
    max-width: 80%;
}

.news_related h6 span:before{
    color: #9c8081;
}

.blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}

.news_related_list{
    max-width: 78%;
}

.news_related_list li a p{
    font-size: 16px;
    color: #333;
    line-height: 150%;
    padding: 2%;
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: 1px;
    text-align: left;
}


/*聯絡我們*/
.contact_content{
    display: none;
}
.contact_editbox{
    padding: 0;
}



/*麵包屑*/
.path{
    display: none;
}



/*頁腳*/
.footer{
    background-color: #6e4c5d;
    position: relative;
    padding: 4% 0 0 0;
}

.footer .center::before {
    position: absolute;
    content: '';
    background-image: url(https://pic03.eapple.com.tw/chunceline/footer_logo.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 177px;
    height: 92px;
    z-index: 99;
}

.footer_info ul{
    width: 50%;
    padding-right: 4%;
    padding-top: 0%;
}

.footer .center{
    max-width: 80%;
}

.footer_info li p{
    color: #ffffff;
}

.footer_info li{
    padding: 0;
}

.footer_info li p a{
      color: #ffffff;
}

.footer_info{
    padding-top: 14%;
}

.team_link {
    display: none;  
}

.footer_menu a{
    background: transparent;
    color: #ffffff;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    border: 1px #997f8c solid;
    padding: 10px 0;
}

.footer_menu a:nth-child(1){
    display: none;
}

.footer_menu{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(10%), 1fr));
    gap: 10px;
}

.footer_info li:nth-child(1) {
    width: 100%;
}

.footer_info li:nth-child(2){
    width: 100%;
    padding: 2% 0  0 0;
}

.footer_logo img{
    display: none;
}

.footer_info{
    grid-template-columns: 1fr;
    margin-bottom: 3%;
    padding-right: 0;
    padding-top: 6%;
}

.copy{
    color: #ffffff;
    padding: 1% 0;
    border-top: 1px #8d6e7d solid;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}

.copy a{
    color: #ffffff;
}

.box_link{
    display: none;
}


@media screen and (max-width: 1600px) {
.stellarnav > ul > li > a{
    margin: 0 40px 0 0;
}
/*文章*/
.module_i_news ul{
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    grid-gap: 40px;
}
.module_i_news .title_i_box h4{
    padding: 6% 0 0 0;
}

    

}

@media screen and (max-width: 1500px) {
.main_header_area .container{
    max-width: 90%;
}

.stellarnav > ul > li > a {
    margin: 0 25px 0 0;
}

/*文章*/
.i_blog_ri h5{
    font-size: 20px;
}
    

}
@media screen and (max-width: 1400px) {
.main_header_area .container{
    max-width: 90%;
}

.stellarnav > ul > li > a {
    margin: 0 16px 0 0;
}
    

}




@media screen and (max-width: 1280px) {
/*抬頭*/
.stellarnav > ul > li > a{
    margin: 9% 0 0 30px;
}

.main_header_area .container {
    max-width: 90%;
}

.nav-brand{
   max-width: 80%;
}

/*文章*/
.module_i_news ul{
    grid-template-columns: repeat(auto-fill, minmax(44%, 1fr));
}
.i_blog_ri h5{
    font-size: 22px;
    letter-spacing: 2px;
}

.module_i_news{
   padding: 0 20px; 
}


.blog_page .main_part{
    width: 100%;
    max-width: 90%;
}

.blog_le {
    width: 22%;
}

.blog_ri{
    width: calc(100% - 23%);
}

.subbox_item a{
    grid-template-columns: 38% 1fr;
}

.i_blog_ri {
    bottom: 0;
   height: 26%;
}


/*頁腳*/
.footer_menu {
    grid-template-columns: repeat(auto-fit, minmax(min(25%), 1fr));
}
.footer_info{
    padding-top: 10%; 
}


    

}
@media screen and (max-width:1024px) {
.pageIndex .header_area.sticky{
     position: relative;
}
.pageIndex .main_header_area{
     position: relative;
    background: #ffffff;
}

.pageIndex .header_area{
    position: relative;
}

.main_header_area{
     position: relative;
}

.stellarnav ul {
    padding: 0;
}

.stellarnav > ul > li > a{
    margin: 7% 20px;
    font-size: 16px;
}

.nav-header{
    max-width: 62%;
    width: 100%;
}

.nav-brand {
    max-width: 52%;
}


/*文章*/
.blog_le {
    width: 28%;
}

.i_blog_ri {
    height: 32%;
}

.blog_ri {
    width: calc(100% - 29%);
}


/*頁腳*/
.footer .center {
    max-width: 86%;
}




}
@media screen and (max-width: 980px) {
/*抬頭*/
.main_header_area{
    backdrop-filter: unset;
    padding: 3% 0 0 0;
}
.header_area{
    height: auto;
}

.stellarnav > ul > li > a{
    margin: 7% 12px;
}

.nav-brand{
    width: 100%;
    max-width: 100%;
}

/*產品*/
.product_page .product_menu_list{
    width: 22%;
}

.product_page .products-list{
    width: calc(100% - 23%);
    padding-left: 4%;
}

/*文章*/
.i_blog_ri{
    height: 36%;
}

.i_blog_b{
    padding: 0 0 6% 0;
}


/*頁腳*/
.footer_menu a{
    padding: 5px 0;
}
.footer_info {
    padding-top: 14%;
}




}


@media screen and (max-width: 820px) {
/*文章*/
.i_blog_ri {
        height: 42%;
}

}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.bannerindex { padding:0; margin:0;}
.stellarnav .menu-toggle:after{
    color: #6f4c5d;
}


.pageIndex .main_header_area{
    backdrop-filter: unset;
}

.stellarnav .menu-toggle span.bars span{
    background: #6f4c5d;
}

.stellarnav.mobile > ul > li > a{
    padding: 0 43px 0 10px;
}

.stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 0;
    margin: 0;
}

/*文章*/
.blog_le {
    width: 100%;
}
.blog_ri {
    width: 100%;
}

.blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}

.news_related_list{
    grid-template-columns: 1fr 1fr;
}

.news_related{
    padding: 6% 10%;
}

/*產品*/
.product_page .main_part {
    width: 100%;
    max-width: 80%;
    padding: 8% 0;
}
.product_info_page .main_part{
    width: 100%;
    max-width: 86%;
}
.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;}
.product_menu_list>h5{
    color: #391911;
}
.product_page .product_menu_list>h5{
    text-align: center;
}
.fa-caret-down::before{
    display: none;
}
.product-layer-two{
    display: block;
}
.product_menu_list>h5{
     color: transparent;
}
.product_page .product_menu_list::before {
    content: '醫師團隊';
    position: absolute;
    font-size: 24px;
    color: #6e4c5d;
    font-weight: 500;
    font-family: 'Noto Sans TC';
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}
.mobile_product_name{
    color: #6e4c5d;
}
.mobile_product_name{
    display: none;
    color: #391911;
}



/*頁腳*/
.footer_info{
    padding: 14% 0 0 0;
}

.footer_info ul{
    width: 100%;
    padding-right: 0;
}


.footer_menu {
    grid-template-columns: repeat(auto-fit, minmax(min(48%), 1fr));
}

.footer .center {
    max-width: 90%;
}

#bottom_menu{
    background: #c3aeb0;
}

#bottom_menu li a{
    color: #704c5d;
}



}
@media screen and (max-width: 600px) {
.main_header_area .container{
    width: 100%;
    max-width: 100%;
}
.nav-brand {
    width: 260px;
}
.stellarnav.mobile{
    top: 14%;
}
.stellarnav > ul > li > a{
    margin: 4% 0;
}
.module_i_news{
    padding: 0;
}

/*文章*/
.blog_page .main_part,.blog_in_page .main_part{
    width: 100%;
    max-width: 90%;
    padding-bottom: 16%;
}
.news_related_list{
    grid-template-columns: 1fr;
}
.module_i_news ul {
    grid-template-columns: 1fr;
}
.i_blog_ri h5{
    font-size: 18px;
}
.i_blog_ri{
    padding: 2%;
}
.i_blog_b{
    padding: 6% 0;
}
.subbox_item a {
    grid-template-columns: 1fr;
}
.blog_page .blog_list_le{
    aspect-ratio: 4 / 3;
}
.news_related{
    padding: 6% 0;
}

/*醫療團隊*/
.product_pic {
    padding-right: 0;
}
.pd_tabTitle li{
    width: 100%;
}
.pd_tabTitle{
    flex-direction: column;
}
.sidebarBtn h2{
    font-size: 24px;
    letter-spacing: 1px;
}
.sidebarBtn{
    background: transparent;
}
.toShare{
    display: none;
    border-top: none;
}


/*banner*/
.banner h5{
    left: 0;
}
.product_page .banner, .product_info_page .banner,.contact_page .banner,.other_select_page .banner,.blog_page .banner, .blog_in_page .banner,.contact_page .banner{
    justify-content: center;
}


/*醫療團隊*/
.product_page .products-list{
    grid-template-columns: 1fr;
}
.product_page .show_content{
    padding-bottom: 24%;
}
.openNext{
    display: block;
}
    
/*頁腳*/    
.footer_info {
    padding: 30% 0 0 0;
}

    
}
@media screen and (max-width: 480px) {
.nav-brand{
    width: 100%;
    max-width: 100%;
}



}