@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{overflow-x:hidden;  font-family: "Sorts Mill Goudy", Noto Serif TC;}


/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*進場背景*/
body.pageIndex::before {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/essenzadental/intro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    pointer-events: none;
    opacity: 1;
    animation: zoom-out-center 5s ease forwards;
    transform-origin: center center;
}

/*進場LOGO*/
@keyframes zoom-out-center {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
body.pageIndex::after {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/essenzadental/intro-logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100001;
    pointer-events: none;
    opacity: 1;
    animation: zoom-out-center-delay 4s ease forwards;
    transform-origin: center center;
}

@keyframes zoom-out-center-delay {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1);
    opacity: 0;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@media screen and (max-width: 425px) {
body.pageIndex::after {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/essenzadental/intro-logo.png);
    background-size: 250vw;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: -8%;
    left: 0;
    z-index: 100001;
    pointer-events: none;
    opacity: 1;
    animation: zoom-out-center-delay 4s ease forwards;
    transform-origin: center center;
}
}

/*--------內頁BANNER 設定----------*/

.banner {
    position: relative;
    width: calc(100% - 150px);
    height: 26vw;
    text-align: left;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
}
.banner h5 {
    font-family: "Bellefair", "Noto Serif TC", serif;  
    position: absolute;
    left: 0;
    bottom: -100px;
    font-size: 22px;
    font-weight: 600;
    color: #52664f;
    letter-spacing: 2px;
    transition: ease-in-out;
}
.banner.banF h5::before {
    content: "TEAM";
    display: block; 
    position: relative;       
    font-size: 36px;
    font-weight: 400;
    color: #52664f;    
}

.banner.banE h5::before {
    content: "CASES";
    display: block; 
    position: relative;       
    font-size: 36px;
    font-weight: 400;
    color: #52664f;    
}

.banner.banA h5::before {
    content: "CLINIC HOURS";
    display: block; 
    position: relative;       
    font-size: 36px;
    font-weight: 400;
    color: #52664f;    
}

.banner.banB h5::before {
    content: "CONTACT";
    display: block; 
    position: relative;       
    font-size: 36px;
    font-weight: 400;
    color: #52664f;    
}

.banner.banblog h5::before {
    content: "ARTICLES";
    display: block; 
    position: relative;       
    font-size: 36px;
    font-weight: 400;
    color: #52664f;    
}

/*促銷方案*/
.banner.banB {background-image: url(https://pic03.eapple.com.tw/essenzadental/banb.jpg);background-position-x: 50%;}
/*聯絡我們*/

.banner.banC h5::before {
    content: 'CONTACT';
}

.banner.banA {background-image: url(https://pic03.eapple.com.tw/essenzadental/banA.jpg);background-position-x: 50%;}

.banner.banE {background-image: url(https://pic03.eapple.com.tw/essenzadental/banE.jpg);background-position-x: 50%;}

/*購物車*/
.banner.banF {background-image: url(https://pic03.eapple.com.tw/essenzadental/banF.jpg);background-position-x: 50%;}

/*文章管理1*/
.article_a .banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/essenzadental/banblog_a.jpg);
    background-position-x: 50%;
}


/*文章管理2*/
.article_b .banner.banblog {}
.article_b .banner.banblog h5::before {
    content: 'FEEDBACK';
}

@media screen and (max-width: 1024px) {
    .banner { width: calc(100% - 100px);}
}

@media screen and (max-width: 768px) {
    .banner {
        width: calc(100% - 50px);
    }
    .blog_page.article_a .stellarnav ul{padding:0 0;}
    .blog_page.article_b .stellarnav ul{padding:0 0;}
    .blog_page.article_b .nav-header{    max-width: 120px;}
}

@media screen and (max-width: 600px) {
}
@media screen and (max-width: 480px) {.blog_page.article_b .nav-header{    max-width: 100px;}}


#content {
    background: url(https://pic03.eapple.com.tw/essenzadental/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/

/*滾輪*/
::-webkit-scrollbar { width: 6px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 7px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: #e0e0e0;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #51664E; border: #ffffff;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

.main_part {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 50px 20px;
}

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
.main_part {
    padding: 5% 10px 10px;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*大圖特效*/
#content_main {
    margin: 0;    background: #efefef;
}

.bannerindex {
    position: sticky;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide {
    padding: 0px !important;
}

.swiper-slide img {
    height: auto;
}

.swiper-pagination {
    display: none;
}

.swiper-slide {
    position: relative;
}

/*======SLOGAN=======*/
.bannerindex .swiper-slide::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/essenzadental/bn-slogan.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    opacity: 1;
}


@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*======Header區塊======*/

/*首頁Header*/
.pageIndex .header_area {
    position: fixed;
    width: 100%;
    background: #566852;
    box-shadow: unset;
}



/*Header*/
.header_area {
    position: sticky;
    z-index: 9999;
    padding: 0px;
    background: #54674f;
    box-shadow: 1px 1px 5px 1px #7777774f;
    width: 100%;
    transition: all .5s;
}

.header_area.sticky {
    width: 100%;
    z-index: 9999;
    background: #51664E;
}

.main_header_area .container {
    max-width: 95%;
    margin: auto;
}

.navigation {
    width: 100%;
    position: relative;
    padding: 20px 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
    margin-top: 0;
    transition: .5s;
}
.header_area.sticky .navigation {
    padding: 20px 0;
}
.nav-header {
    position: absolute;
    z-index: 10000;
    bottom: 25px;
    left: 4%;
    max-width: 415px;
    width: 100%;
    grid-row: 1 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: .5s;
}
.header_area.sticky .nav-header {
    bottom: 18px;
    max-width: 350px;
}

.nav-brand {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 450px;
    filter: brightness(15.5);
}
.stellarnav ul {
    margin: 0;
    padding: 0;
    padding-right: 5px;
    text-align: right;
}
.stellarnav>ul>li>a {
    padding: 8px 10px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 48px;
    height: 55px;
    margin: 0px 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
    transition: .3s;
}

.stellarnav>ul>li>a:hover {
    color: #a0afaa;
    letter-spacing: 1px;
}
/*選單icon隱藏*/
.me_tp_features a i {
    margin: 0 3px;
    display: none;
}

.me_tp_features {
    width: 100%;
    text-align: right;
    display: none;
}

.stellarnav li.has-sub>a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    display: inline-block;
    position: absolute;
    top: 47%;
    right: 3px;
    transform: translateY(-50%);
}
.stellarnav li.has-sub>:hover:after {
    background: unset;
    border-left: unset;
    border-right: unset;
    border-top: unset;
}

.me_tp_features a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 14px;
    color: #fff;
}

.stellarnav ul ul {
    top: auto;
    left: 0px;
    width: 140px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #54674f;
    padding: 0;
}

.stellarnav ul ul li {  color: #465344;}

.stellarnav ul ul li a {
    font-size: 15px;
    transition: .5s;
    color: #ffffff;
    background-color: #485b43;
}

.stellarnav ul ul li a:hover{  background-color: #485b43;}
.stellarnav li li {border: 1px #465344 solid;}
.stellarnav ul ul ul {
    top: 0;
    left: 100%;
    width: 215px;
}

.stellarnav li.drop-left ul ul {
    left: auto;
    right: 253px;
}

@media screen and (max-width: 1400px) {
    .stellarnav>ul>li>a {
        padding: 8px 3px;
    }
}
@media screen and (max-width: 1300px) {

    .stellarnav>ul>li>a {
        font-size: 14px;
    }
}
@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {
    .pageIndex .header_area {
        position: sticky;
        width: 100%;
        background: #586b55;
    }
    
    .navigation {
        max-width: 100%;
        position: relative;
        padding: 20px 0 0;
        display: flex;
        flex-direction: column;
    }
    .nav-header {
        position: static;
        z-index: 123;
        bottom: 0px;
        left: 20px;
        max-width: 50px;
    }
    .me_tp_features {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .pageIndex .header_area {
        position: sticky;
        width: 100%;
        background: #586b55;
        box-shadow: unset;
    }
    .pageIndex .header_area.sticky  .header_area {
        position: sticky;
        width: 100%;
        background: #ffffff;
        box-shadow: unset;
    }
    .navigation {
        width: 100%;
        position: relative;
        padding: 40px 0;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0;
        margin-top: 0;
        transition: .5s;
    }
    .header_area.sticky .navigation {
        padding: 40px 0;
    }
    .nav-header {
        position: absolute;
        z-index: 123;
        bottom: 30px;
        left: unset;
        right: 10px;
        max-width: 50px;
    }
    .header_area.sticky .nav-header {
        bottom: 30px;
        max-width: 250px;
    }

    /*漢堡鈕*/

   
    .stellarnav .menu-toggle span.bars span {
        display: block;
        width: 30px;
        height: 1px;
        background: #ffffff;
        margin: 0 auto 4px;
    }
    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 10px;
        color: #ffffff;
        display: none;
        transform: scale(0.9);
        display: none;
    }

    /* 導覽列展開 */
    .stellarnav.mobile.left > ul {
        left: unset;
        right: 0;
        font-size: 0;
        max-width: 100%;
        padding: 0 15px;        
        /*左滑出現*/
        left: -100vw;
        overflow: hidden;
        transition: all .5s ease;
    }
    .stellarnav.mobile.left.active > ul{
        display: block !important;
        left: 0;
        max-width: 75%;
        background: #596b56;
    }
    .stellarnav.mobile.left .close-menu {
        display: inline-block;
        text-align: right;
        font-size: 0;
        background: unset;
        padding: 30px 15px;
    }
    .stellarnav .icon-close:before {
        content: '';
        display: block;
        width: 25px;
        height: 0px;
        border-bottom: solid 2px #ddd;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
    }
    .stellarnav .icon-close:after {
        content: '';
        display: block;
        width: 25px;
        height: 0px;
        top: 50%;
        border-bottom: solid 2px #ddd;
        position: absolute;
        transform: rotate(-45deg);
    }

    /*導覽列第二層*/
    .stellarnav.mobile > ul > li > a {
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 150%;
        display: block;
        font-size: 15px;
    }
    .stellarnav>ul>li>a:hover::after {
        content: "";
        position: absolute;
        left: 35%;
        bottom: 18px;
        width: 8px;
        height: 8px;
        background-color: #d4c5b1;
        border-radius: 50%;
        transform: translateX(-50%);
    }
    .stellarnav.mobile > ul > li > a.dd-toggle {
        padding: 11px;
        position: absolute;
        text-align: center;
        z-index: 999;
    }
    .stellarnav a.dd-toggle .icon-plus:before {
        content: '';
        display: block;
        width: 15px;
        height: 0px;
        border-bottom: solid 2px #ddd;
        position: absolute;
        top: 50%;
        transform: rotate(90deg);
        transition: width 0.5s;
    }
    .stellarnav a.dd-toggle .icon-plus:after {
        content: '';
        display: block;
        width: 15px;
        height: 0px;
        top: 50%;
        border-bottom: solid 2px #ddd;
        position: absolute;
    }
    /*點擊後旋轉*/
    .stellarnav li.open > a.dd-toggle .icon-plus {
        transform: rotate(180deg);
    }
    /*次分類*/
    .stellarnav.mobile li.open {
        background: #455343;
        padding: 3px;
    }
    .stellarnav li li {
        display: block;
        border: 1px  #a1aea9 solid;
        border-bottom-width: 0;
        font-size: 14px;
    }


}

@media only screen and (max-width: 570px) {

    .stellarnav .menu-toggle span.bars {
        display: inline-block;
        text-align: center;
        position: relative;
        top: 12px;
        left: 0px;
        margin: 35%;
    }
}

@media only screen and (max-width: 320px) {
    .nav-brand{    width: 200px;}
    .stellarnav .menu-toggle span.bars {width: 180px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */


/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.box_link {
    position: absolute;
    top: 0%;
    right: 0px;
    width: auto;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    max-height: 100%;
    justify-content: flex-end;
    z-index: 10;
    flex-direction: row;
}

.box_link a {
    border: 1px #efefef solid;
    color: #fcfdfc;
    background-color: #51664E;
    border-radius: 0px;
}
.box_link a:hover {
    border-radius: 0px;
    background-color: #7c9379;
    border: 1px #efefef solid;
    color: #efefef;
}

.footer { 
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0;
    z-index: 99;
    background: #51664E;
}
.footer .center {
    position: relative;
    max-width: 90%;
    padding: 60px 0 0 0;
    font-size: 13px;
}
.footer_info {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    flex-direction: column;
    gap: 60px;
}

.footer_logo {    max-width: 450px;     filter: brightness(20.5);}

@keyframes glowPulse {
  0%, 100% {
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.4));
  }
  50% {
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, 1));
  }
}



.footer_info ul {
    position: relative;
    border-top: 1px solid #a1afaa;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
/* 聯絡資訊 */
.footer_info li{
    padding: 0;
}
.footer_info li p {
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
    color: #ffffff;
}
.footer_info li p a{
    font-size: 15px;
    color: #ffffff;
}


.footer_info li p.tel2:before {
    content: '曾先生：';
}
.footer_info li p.phone:before {
    content: '陳先生：';
}

/* 網頁連結 */
.footer_info li:nth-child(2) {   
    right: 0;
    top: 0;
}
.footer_menu {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.footer_menu a:first-child{
    display: none;
}
.footer_menu a {
    color: #ffffff;
    background: transparent;
    border: 0;
    letter-spacing: 1.25px;
    margin: 0 0 10px;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
}

.footer_menu a:hover {
    background: transparent;
    color: #c3c7c5;
}

.copy{  color: #d7d7d7; background-color: #40553d; border-top: 1px #a1afaa solid;}
.copy a{    color: #d7d7d7;}
.copy a:hover{    color: #bcbcbc;}

@keyframes glow {
    0% {
        text-shadow: 0 0 4px rgba(255, 255, 255, 0.753),
                     0 0 8px rgba(255, 255, 255, 0.3);
    }
    50% {
        text-shadow: 0 0 6px rgba(255, 255, 255, 0.897),
                     0 0 12px rgba(255, 255, 255, 0.5);
    }
    100% {
        text-shadow: 0 0 4px rgba(255, 255, 255, 0.801),
                     0 0 8px rgba(255, 255, 255, 0.3);
    }
}

@media screen and (max-width: 1024px) {
.footer_info ul {    display: flex;    flex-direction: column;}}


@media screen and (max-width: 768px) { 
    #bottom_menu {display: none;}
    .box_link{display: none;}
}

@media screen and (max-width: 425px) {
.footer_menu { display: flex;flex-direction: row;align-items: flex-start;flex-wrap: wrap;justify-content: flex-start;}
    .other_page .nav-header {max-width: 250px;}
}
/**/


#to_top {    border-radius: 0%;    background: #a1afaa;}
.linksBtn{display: none;}
.contact_content .information_left{display: none;}
.blank_letter.f{display: none;}



/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr ;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;margin: 0px 0px 30px 0px;}
.show_content{ padding: 0 10px;}
/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {
	border: 1px solid #52664f;
	background:#52664f;
    color: #FFFFFF;
	line-height: 40px;
	/*display:none;*/
}
.products-list .item a:hover .more {
	background: #7e917b;
    border: 1px solid #7e917b;
}
.products-list .pic {
    /*overflow: hidden;
    background: #FFFFFF;*/
	line-height: 0px;
    /*border-radius: 40px;*/
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0px;
    height: 100%;
    transition: .5s;
}

.products-list .pic::before {
    content: "+";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    z-index: 999;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #FFFFFF;
    border: 2px #FFFFFF solid;
    opacity: 0;
    transition: .5s;
}

.products-list .pic::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: .5s;
}

.products-list a:hover .pic::before, .products-list a:hover .pic::after {
    opacity: 1;
}

.products-list .pic img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: unset;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    transition: .5s;
    transform: scale(1);
}

.products-list a:hover .pic img {
    transform: scale(1.05);
}

.products-list .item a .name {
    text-align: center;
    transition: .5s;
}

.products-list .item a:hover .name {
    /*color: #c98625;*/
}

/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #ADA17E;}
.products-list .price b.ori_price {    font-size: 14px;}

/*外層版面*/
.products-list .name{    font-size: 17px;}
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between; gap: 2%;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 0px;}
.product-layer-two > li.active {    background: #eeeeee;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
.products-list .pic{    aspect-ratio: 3 / 4;}
/**/
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {   display: none; border-bottom: 1px dotted #ccc;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{
	color: #FFF;
    background: #52664f;
    padding-left: 25px;
}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #bd2321; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 10px;
    content: "";
    color: #ADA17E;
    background: #cccccc;
    width: 10px;
    text-align: center;
    position: absolute;
    left:8px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
	display:none;
}

/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #7aa497;background: transparent;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
/*.product-wrapper {    width: 80%;text-align: center;}*/
.product_pic #bx-pager {    display: none;}
.sidebarBtn {    border: none;width: 100%;    text-align: center;}
.product_info li {    display: none;}
.toShare {    display: none;}
.qaform {    margin-top: 50px;    display: none;}
.product_main {    display: none;}
.sidebarBtn {    display: none;}

li.prod-item.is-active h3 {    display: none;}
h3.prod-thumb {    display: none;}

/*商品資訊調整*/
.n-center {    min-height: 60vh;}

/*按鈕顏色*/
.inquiry_a3{background: #69AD96;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: #69AD96;    background-color: #f2f2f2;}
.nextaction {    background-color: #69AD96;}
.lastPage {    background: #69AD96;}
/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.mobile_product_name{font-size: 24px;color: #6a6a6a;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}

.pd_tabTitle li.activeTab a{display: none;}
.pd_tabTitle li.activeTab::after{display: none;}
.pd_tabTitle li{display: none;}


@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
.footer_info {    padding-right: 60px;}
}
.product-layer-two {
    display: block;
}

@media screen and (max-width: 1024px) {
/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}
.products-list .name {    letter-spacing: 0;}
/*購物車-商品說明內文*/
.box3 {    width: 100% !important;}}

@media screen and (max-width: 768px) {

/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
/*順序*/
.product_page .products-list {    order: -1;}
/*購物車-商品說明內文*/
.box1, .box2 {    padding: 0 !important;}
.product_page .show_content { flex-direction: column-reverse;}
.product_page .page {
    margin: 0;
}
.sidebarBtn {
    order: -1;
    margin: 0px auto 20px;
}

.product_pic {
    padding-top: 0px;
}
/*順序*/
.product_page .products-list {    order: -1;}}

@media screen and (max-width: 600px) {
/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr;}
.prod_related h6 span:before{font-size: 20px;}
.products-list .item {    padding: 5px;    padding-bottom: 10px;}
.products-list .name {    font-size: 15px;    letter-spacing: 0;     margin-top: 5px;}
/*購物車-商品說明內文*/
.n-text1 p {    letter-spacing: 0 !important;}
.related_list li a p {    font-size: 16px;}}


@media screen and (max-width: 375px) {/*購物車/＝＝＝＝＝*/
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿管理(有分類)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*分類頁面*/
.overlay {-webkit-transform: scale(1);transform: scale(1);background: rgb(82 102 79 / 70%);}
.show-list {grid-template-columns: repeat(3, 1fr);}
.show-list .item a{position: relative;}
.show-list .item a:before{content: "VIEW   +";position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
border-bottom: 2px solid #ccc;font-size: 12px;max-width: 100px;color: #fff;height: 0;overflow: hidden;opacity: 0;
transition: all .5s;transition-delay: 0s;}
.show-list .item a:hover:before{opacity: 1;height: 25px;padding-bottom: 10px;transition: all .5s;
	transition-delay: .3s;z-index: 100;}
.show-list .show_name {font-weight: 400;text-align: center;color: #888;letter-spacing: .6rem;font-size: 14px;}
.show-list .item:hover .show_name {color: #333;}
/*相簿頁面*/
.subalbum-menu{padding: 0;}
.subalbum-menu h2 {font-size: 14px;font-weight: 400;background: #889986;color: #fff;padding: 8px 20px;
    line-height: 1.2;border-radius: 5px;letter-spacing: .4rem;}
.other_subalbum li a p {background: rgb(85 85 85 / 50%);color: #fff;text-align: center;font-weight: 300;
    font-size: 14px;padding: 10px;letter-spacing: .6rem;position: absolute;bottom: 0;left: 0;width: 100%;}
/*相本頁面*/
.album_descrip p{font-size: 14px;line-height: 180%;}
/*首頁*/
.module_i_album .title_i_box {margin-bottom: 10px;}
.module_i_album .title_i_box h6:before{content: "Portfolio";}
.module_i_album .title_i_box h4 {font-size: 20px;letter-spacing: .6rem;margin-top: 10px;}
.module_i_album section {max-width: 1600px;}
.i_album_list {grid-template-columns: repeat(3, 1fr);}
.i_album_list li a p {height: 60px;background: rgb(85 85 85 / 50%);color: #fff;padding: 10px;font-size: 14px;}
.i_album_list li a p span {font-size: 14px;letter-spacing: .4rem;font-weight: 300;width: 100%;padding-left: 20px;text-align: left;}
.i_album_list li a p span:after{content: "VIEW   +";display: block;border-bottom: 2px solid #ccc;font-size: 12px;max-width: 100px;
height: 0;overflow: hidden;opacity: 0;transition: all .5s;transition-delay: 0s;}
.i_album_list li a:hover p span{font-size: 18px;}
.i_album_list li a:hover p span:after{opacity: 1;height: 25px;margin-top: 20px;padding-bottom: 10px;transition-delay: .3s;}


@media screen and (max-width: 1024px){
	/*分類頁面*/
	.show-list {grid-template-columns: repeat(2, 1fr);}
	/*首頁*/
	.i_album_list {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 500px){
	/*分類頁面*/
	.show-list {grid-template-columns: repeat(1, 1fr);}
	/*首頁*/
	.i_album_list {grid-template-columns: repeat(1, 1fr);}
}


/*分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*促銷方案/＝＝＝＝＝*/
/* 首頁 */
.news_part {    
    padding: 100px 0px;
    font-family: var(--SFont);
    margin-left: auto;
    margin-right: auto;
    max-width: 1350px;
    padding-left: 80px;
    padding-right: 80px;
    width: 100%;
}
/* 標 */
.news_part .title_i_box h4 {
    color: #63807550;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.12em;
    z-index: 1;
    position: relative;
}

/* 消息文字 */
.news_list ul li {
    display: block;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    background: #9ec3b500;
}
.news_list ul li:hover {
    border-bottom-color: transparent;
        background: #9ec3b500;
}
.news_list ul li:before {
    background: #9ec3b500;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .8s;
    z-index: -1;
}
.news_list ul li:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}
/* 文字 */
.news_list ul li a:hover {    background: #63807533;}
.news_list ul li span {
    padding: 15px 0;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0.04em;
    width: 120px;
}

.news_list ul li a:hover p{ color: #ffffff;}
.news_list ul li p:after{ color: #ffffff;}

.news_list ul li p {
    color: #ffffff;
    width: calc(100% - 120px);
    letter-spacing: 0.08em;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 20px;
    gap: 10px;
    white-space: break-spaces;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    border-left: 0.5px solid #e5e5e5;
    margin: 10px 0;
}


/* 首頁按鈕 */
.i_news_b {
    margin: 40px auto 0;
}
.i_news_b a {
    width: 225px;
    color: #fff;
    background: #638075;
    border: 1px solid transparent;
    border-radius: 0;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.12em;
    text-align: center;
    position: relative;
    padding: 0;
    z-index: 5;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 50px;
    line-height: 50px;
    margin: 0;
}
.i_news_b * {
    transition: all .5s;
    font-weight: 400;
}
.i_news_b a i.fa-solid.fa-arrow-right {
    display: none;
}
.i_news_b a:hover{
    letter-spacing: 0.2em;
    background: #638075;
}





/* 內頁 = = = = */
.promotions_page .show_content, .other_promotion {
    margin: auto;
    padding: 0 20px;
    max-width: 1000px;
}

/* 標 */
.promotion_title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;    
    font-weight: 500;
    font-size: 13px;
    color: #777;
}
.promotion_title span {
    border: unset;
    padding: 0px;
    margin: 0px;
    letter-spacing: 0.08em;
    color: #3c3c3c;
}
body.promotions_page .promotion_title em {
    display: none;
}
.promotion_title h2 {
    text-align: center;
    width: 100%;
    border-top: 1px solid #a2afaa;
    border-bottom: 1px solid #a2afaa;
    padding: 15px 0px;
    color: #666666;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
    position: relative;
    display: block;
    z-index: 1;
    margin-top: 10px;
}



.promotion_title span{    color: #666666;}

/* 編輯區 */
.edit {
    margin: auto;
    padding: 20px 0;
    padding-top: 20px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.6;
}

/* 更多消息 */
.other_promotion{
    grid-template-columns: 1fr;
    margin-top: 60px;
    gap: 10px;
}
.other_promotion li a:before, .other_promotion li a:after{
    content: none;
}
.other_promotion li a {
    display: flex;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid #a2afaa;
    flex-direction: column;
    align-items: flex-start;
}
.other_promotion li a:hover {
    background: transparent;
}
.other_promotion .pmtTime span {
    float: right;
    font-size: 13px;
    border: unset;
    padding: 0px;
    margin: 0px;
    letter-spacing: 0.08em;
    color: #666666;
}
.pmtTitle {
    display: contents;
}
.pmtTitle span {
    position: absolute;
    right: 0;
    border: 0;
    letter-spacing: 0.04em;
    font-weight: 400;
    display: block;
    background: #49635875;
    color: #ffffff;
    padding: 0.15em 0.8em;
    border-radius: 3px;
    margin: 0 10px;
    font-size: 12px;
}
.other_promotion .pmtTitle h3 {
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-top: 6px;
    width: 100%;
    /* max-width: calc(100% - 100px); */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 28px;
}
.other_promotion li a:hover h3{
    opacity: .6;
    color: #253830;
}



.path{display: none;}

.news_part .title_i_box h6{ color: #ffffff;    font-family: Cinzel;}
.news_part .title_i_box h4{ color: #ffffff;}

@media screen and (max-width: 1024px){
    .promotions_page .show_content, .other_promotion {
        padding: 0;
    }
}

@media screen and (max-width: 768px){
    /* 首頁 */
    .news_part {
		padding: 60px 0px;
	}
	.news_part .title_i_box h6 {
		font-size: 18px;
	}	
    .news_part .title_i_box h6:before {
        font-size: 52px;
    }

    .news_list ul li {
        padding-bottom: 10px;
        /* padding: 0; */
    }
    .news_list ul li a {
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .news_list ul li p:after{
        content: none;
    }
    .news_list ul li span {
        text-align: left;
        padding: 10px;
        padding-bottom: 0;
        color: #ffffff;
        font-size: 14px;
        letter-spacing: .02em;
        font-weight: 500;
        width: 100%;
    }
    .news_list ul li p {
        letter-spacing: 0.08em;
        padding: 10px;
        align-items: center;
        overflow: hidden;
        border-left: 0.5px solid #e5e5e5;
        height: 35px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 100%;
        margin: 0;
        border: 0;
        color: #101010;
        text-align: left;
    }

    /* 功 */
    .pmtTitle span{
        top: 10px;
    }
    .promotion_title h2 {
        font-size: 40px;
    }
    .other_promotion .pmtTitle h3 {
        font-size: 16px;
    }
    .other_promotion li a {
        padding: 10px 0;
    }
    .other_promotion {
        gap: 0;
    }


}

@media screen and (max-width: 600px){
    .news_part .title_i_box h4{
        font-size: 24px;
        font-weight: 400;
    }
    .news_list ul li{
        margin: 0;
    }
    .news_list ul li a {
        padding: 0;
    }

}

@media screen and (max-width: 480px){
    .news_part .title_i_box h6:before {
        font-size:48px;
    }

}



/* = = = 文章管理A = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.blog_back a.article_btn_back{color: #ffffff;}
.blog_box_edit * { font-family: "Cinzel", sans-serif; font-weight: 300; color: #52664f;}


.blog_subbox * {
    transition: 1s .5s cubic-bezier(0.42, 0, 0.02, 0.92);
}

/* 文章分類 */
.blog_le * {
    transition: all .3s;
}
.blog_le {
    display: block;
    width: 100%;
}
h5.blog_le_t {
    display: none;
}
.blog_search {
    max-width: 220px;
    margin: 0 auto;
}
.blog_search input[type=search] {
    border: solid 2px #efefef;
    padding: 10px 35px 5px 10px;
}
.blog_search input[type=submit] {
    background-image: url(https://pic03.eapple.com.tw/essenzadental/article_search.svg);
    background-color: #efefef;
    border-radius: 50%;
}
.blog_le .accordion {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border: 0;
    border-top: solid 1px #d8d8d8;
    border-radius: 0;
    margin-top: 40px;
}
.blog_le .accordion > li {
    width: calc(100% / 6 - 10px);
}
.blog_le .accordion > li+li {
    margin-right: 12px;
}
.accordion li+li .link {
    border: 0;
}
.accordion li .link a {
    display: inline-block;
    color: #52664f;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.blog_le .accordion li .link i {
    display: inline-flex;
    position: relative;
    font-size: 18px;
}
.accordion li .fa-chevron-down::before {
    content: "+";
    color: rgb(76, 76, 76);
}
.accordion li.on_this_category .fa-chevron-down::before {
    content: "—";
}
.blog_le .accordion li.on_this_category.open i.fa-chevron-down::before {
    content: "+";
}
.submenu {
    background: #f6f6f6;
}
.submenu li {
}
.submenu li+li {
    border-top: 0;
}
.submenu a {
    padding: 12px 12px 12px 25px;
}
.submenu a i {
    left: 10px;
    top: 45%;
}
.fa-circle-chevron-right::before {
    content: "–";
}

/* 文章分類 - hover */
.blog_le .accordion > li:hover .link a, 
.blog_le .accordion > li.on_this_category .link a {
    color: #52664f !important;
}
.blog_le .accordion > li:hover, 
.blog_le .accordion > li.on_this_category {
    background: transparent !important;
}
.blog_le .accordion > li:hover .link i, 
.blog_le .accordion > li.on_this_category .link i {
    color: #4c4c4c!important;
}
.blog_le .accordion > li:hover .link a,
.blog_le .accordion > li:hover .link i.fa-chevron-down::before {
    color: rgba(76, 76, 76, 0.7) !important;
}
.fa-chevron-down::before, 
.blog_le .accordion li.open i.fa-chevron-down::before {
    transition: all .3s;
}
.blog_le .accordion li.open i.fa-chevron-down::before {
    content: '—';
    transform: rotate(180deg);
}
.submenu li.on_this_category a, 
.submenu a:hover {
    color: #4c4c4c;
    background: #e5e5e5;
}

/* .blog_le .accordion li.open i.fa-chevron-down::before {
    content: '—';
} */


/* 文章列表 */
.blog_ri {
    width: 100%;
}
.blog_subbox {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px 50px;
}
.subbox_item a {
    grid-template-columns: 1fr;
}
.subbox_item a:before {
    display: none;
}
.subbox_item a:after {
    content: 'READ MORE';
    position: relative;
    font-family: "Bellefair", "Noto Serif TC", serif;  
    font-size: 12px;
    color: #52664f;
    text-align: right;
    letter-spacing: 2px;
    border: 0;
    border-bottom: 1px #adc3d4  solid;
    padding: 15px 0;
    opacity: 1;
    background:#ffffff00;
}
.blog_list_le {
    overflow: hidden;
}
.blog_list_ri em {
    display: block;
    position: absolute;
    top: -30px;
    width: 100%;
    font-size: 13px;
    text-align: right;
    letter-spacing: 1.5px;
    padding: 0 3px;
}
.blog_list_ri h5 {
    font-size: 17px;
    color: #52664f;
}
.blog_list_ri p {
    line-height: 150%;
    margin-top: 10px;
    color: #52664f;
}

/* 文章列表 - hover */
.blog_list_le:hover img {
    transform: scale(1.1);
}

.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i{    color: #52664f;}

/* ----blog_in_page---- */
h4.blog_category_title {
    font-size: 22px;
    font-weight: 600;
    color: #52664f;
    letter-spacing: 1px;
}
.blog_shareData {
    flex-direction: row;
}
.blog_back {
    max-width: 500px;
    padding-top: 50px;
    margin: 0 auto;
}
.blog_back * , 
.lastPage * {
    transition: all .3s;
}
.article_related_list * {
    transition: 1s .5s cubic-bezier(0.42, 0, 0.02, 0.92);
}
.blog_back a.article_btn_prev, 
.blog_back a.article_btn_next {
    background: transparent;
    color: transparent;
    position: relative;
}
.blog_back a.article_btn_back {
    position: relative;
    color: #52664f;
    font-weight: bold;
    letter-spacing: 2px;
    background: transparent;
}
.blog_back a.article_btn_prev:before, .blog_back a.article_btn_next:before {
    display: block;
    position: absolute;
    width: 30px;
    top: 30%;
    aspect-ratio: 30 / 7;
    background-repeat: no-repeat;
}
.blog_back a.article_btn_prev:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/essenzadental/left-arrow.svg);
    right: 20px;
}
.blog_back a.article_btn_next:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/essenzadental/right-arrow.svg);
}


/* ----blog_in_page-相關推薦---- */
.news_related {
    background: transparent;
}
.news_related h6 {
    border-top: solid 1px #d8d8d8;
    padding: 20px 0;
}
.news_related h6 span:before {
    content: '其他';
    font-size: 22px;
    font-weight: 600;
    color: #52664f;
    letter-spacing: 1px;
}
.news_related_list li a {
    background: transparent;
}
.news_related_list li a p {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1px;
    padding-top: 10px;
}
.lastPage {
    color: #ffffff;
    background: #52664f;
    border: solid 1px #999999;
}

/* ----blog_in_page-hover---- */
.blog_back a:hover {
    opacity: .7;
}
.news_related_list li a:hover img {
    transform: scale(1.1);
}
.lastPage:hover {
    background: rgb(162 175 170);
}

@media screen and (max-width: 1024px) {
    .blog_in_page.article_a .header_area {    padding: 0px 2%;}}

@media screen and (max-width: 1100px) {
    .blog_le .accordion > li {
        width: calc(100% / 4 - 10px);
    }
}

@media screen and (max-width: 960px) {
    .subbox_item {
        border: 0;
    }
}

@media screen and (max-width: 768px) {
    h5.blog_le_t, .blog_le .accordion {
        display: none;
    }
    .blog_search input[type=search] {
        -webkit-appearance: none;
        background: transparent;
    }
    .blog_subbox {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 60px 30px;
    }
}

@media screen and (max-width: 480px) {
    .subbox_item a:after {
        padding: 15px 0 8px;
    }
    .blog_subbox { grid-template-columns: repeat(1, 1fr);}
}

@media screen and (max-width: 380px) {
    .blog_subbox {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* 醫療團隊下拉隱藏 */

.stellarnav li li:nth-child(1) {
    display: none !important;
}

.stellarnav.desktop > ul > li:nth-child(4).has-sub > a::after {
    display: none !important;
    content: none !important;
}


@media screen and (max-width: 1440px) {
.main_part { padding: 10% 10px 10px;}
.nav-header {max-width: 300px; width: 100%;}
.nav-brand img {max-width: 100%;}}

@media screen and (max-width: 1024px) {
.main_part { padding: 15% 10px 10px;}}

@media screen and (max-width: 768px) {
.main_part { padding: 20% 10px 10px;}}

@media screen and (max-width: 425px) {
.main_part { padding: 30% 10px 10px;}}


.sb_marquee{display: none;}