@charset "utf-8";

/*網站全域設定/＝＝＝＝＝*/

/*反白顏色*/
::-moz-selection{  background-color: var(--MainColor);  color: #fff;}
::selection{  background-color: var(--MainColor);  color: #fff;}
:root {
    --MainColor: #e99691;
    --SubColor:#c99691;
    --Fontcolor:#3f3f3e;
    --SFont:"Noto Sans TC", sans-serif;/*特殊字體*/
    --SFontE:"Philosopher", sans-serif;/*特殊字體*/
    --TitleFont:'Noto Serif TC', serif;/*特殊字體*/
    --ffcolor:#b36960;
    --f54: 54px;
    --f48: 48px;
    --f42: 42px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
}

::-webkit-scrollbar {    width: 8px;}
::-webkit-scrollbar-track {    box-shadow: inset 0 0 8px var(--SubColor);}
::-webkit-scrollbar-thumb {    background-color: var(--MainColor);}

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}
.pageIndex .main_part {    border-top: none;}
#content {    min-height: 80vh;}
.main_part {    padding: 80px 20px;}
body{color: var(--Fontcolor); font-family: var(--SFont); font-weight: 400;}

/*下拉分頁調整*/
.other_select_page .main_part {
    display: flex;
    flex-direction: column;
}
.other_select_page .show_content {    order: 2;}
.other_promotion{order: 1;}
/*Main/＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.header_area {    position: fixed;    width: 100%;}
.main_header_area {
    position: relative;
    border-bottom: 1px solid rgba(195, 195, 195, 0.2);
    background-color: #ffffff75;
    backdrop-filter: blur(20px);
    transition: all .8s cubic-bezier(.165,.84,.44,1);

}
.sticky .main_header_area {  background: #ffffffd6}
.pageIndex .main_header_area {
    opacity: 0;
    animation: show-header 1s forwards;
    animation-delay: 3s;
}
@keyframes show-header {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

/*選單最大寬度設定*/
.main_header_area .container {    max-width: 90%;}
.navigation {    padding: 10px 0 10px 210px;}

/*第一層*/
.stellarnav > ul > li > a {
    transition: all 0.3s;
    color: var(--Fontcolor);
    padding: 0 15px;
    letter-spacing: 1px;
    margin: 0;
}
.stellarnav > ul > li.drop-left > a:last-child {
    padding: 0;
    padding-left: 24px;
}
.sticky .stellarnav > ul > li > a {color: var(--Fontcolor); }
.stellarnav > ul > li:hover > a{color: var(--MainColor); font-weight: 500;}
.stellarnav > ul > li > a:before, .stellarnav li li > a:before {
    transition: all .5s ease-in-out;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 17px;
    background-image: linear-gradient(to left, #5d8fc7, #f59d91);
    opacity: 0;
}
.stellarnav > ul > li:hover > a:before {
    opacity: 1;
    /* width: calc(100% - 5rem); */
    width: calc(100% - 34px);
}
.stellarnav > ul > li > a b:nth-child(2) {    letter-spacing: 0;    font-size: 14px;}

.stellarnav li.has-sub > a:after {
    top: 40%;
    right: 1px;
    height: 9px;
    width: 8px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--Fontcolor) var(--Fontcolor) transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sticky .stellarnav li.has-sub > a:after {
    border-color: transparent var(--Fontcolor) var(--Fontcolor) transparent;
}
.stellarnav > ul > li:last-child {    display: none;}/*好評隱藏*/

/*第二層*/
.stellarnav ul ul {    box-shadow: 0 0 17px 0px rgb(0 0 0 / 5%);    border-radius: 8px;}
.stellarnav li li {    border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {    padding: 15px 10px;    transition: all 0.3s;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: var(--MainColor);	padding-left:10px;border-color:var(--MainColor) ;}

.stellarnav li li > a:before {    left: 10px; bottom: 10px;}
.stellarnav li li:hover > a:before {    opacity: 1;    width: calc(100% - 20px);}

/*SubMenu*/
.shop_search_btn {    background: var(--MainColor);}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: var(--MainColor);}
.tp_links{display: none;}

/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}

/*Footer/＝＝＝＝＝*/
.footer {
    background: #FDEFF0;
    /* position: relative; */
    /* overflow: hidden; */
    /*background: url(https://pic03.eapple.com.tw/fukang/fk_footer.jpg), #FDEFF0;*/
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
/*.footer_logo, .footer_info ul {
    opacity: 0;
}
.footer_info ul {    padding-bottom: 100px;}*/

.copy {
    background: transparent;
    color: #fff;
    border-top: 1px #e5cdd5 solid;
    margin-top: 60px;
    padding: 30px 20px;
    color: #999999a3;
}
.copy a{    color: #999999a3;transition:all 0.3s;}
.copy a:hover {    color: #8B6471;}


/*Logo/＝＝＝＝＝*/
.nav-brand {    width: 100%;max-width: 200px;transition:all 0.3s;}
.header_area .nav-brand {
    transition: all 0.3s;
    margin-top: 10px;
    position: relative;
}

.header_area.sticky .nav-brand{}
.footer_logo img {    max-width: 250px;    width: 100%;}


/*按鈕/＝＝＝＝＝*/
.animated-arrow:hover:after {    opacity: 1;}
.animated-arrow:hover:before {    opacity: 0;}
.animated-arrow:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    transition: opacity 0.3s, box-shadow 0.3s;
    opacity: 0;
    mix-blend-mode: multiply;
    box-shadow: inset 4px 4px 8px rgba(201, 177, 181, 0.3), inset -4px -4px 8px white;
}
.animated-arrow:before {
    box-shadow: 7px 7px 14px rgba(201, 177, 181, 0.3), -7px -7px 14px white;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    transition: 0.3s opacity;
    opacity: 1;
}
.animated-arrow {
    border: none;
    position: relative;
    background: transparent;
    color: inherit;
    transition: 0.3s box-shadow;
    overflow: inherit;
}
/*下拉分類按鈕*/
.other_promotion {
    text-align: center;
    max-width: 1200px;
    width: 100%;
    padding-top: 80px;
}
.pmtTitle span {    display: none;}
.other_promotion li a {
    border: none;
    /* box-shadow: 3px 3px 5px var(--MainColor)66, -5px -5px 5px #fffafa; */
    /* border-radius: 30px; */
    /* padding: 10px 32px; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: inherit;
    transition: 0.3s box-shadow;
}
.other_promotion li a:before {
    box-shadow: 7px 7px 14px rgba(201, 177, 181, 0.3), -7px -7px 14px white;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    transition: 0.3s opacity;
    opacity: 1;
    border: none;
}
.other_promotion li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    transition: opacity 0.3s, box-shadow 0.3s;
    opacity: 0;
    mix-blend-mode: multiply;
    border: none;
    box-shadow: inset 4px 4px 8px rgba(201, 177, 181, 0.3), inset -4px -4px 8px white;
}
.other_promotion li a:hover {    background: transparent;}
.other_promotion li a:hover:before {    opacity: 0;}
.other_promotion li a:hover:after {    opacity: 1;}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:sticky; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}

.swiper-banner::before {
    position: absolute;
    width: 233px;
    height: 98px;
    background:url(https://pic03.eapple.com.tw/fukang/fk_logo-s.png) no-repeat center center;
    -webkit-animation: fadeout 2.5s linear;
    animation: fadeout 2s linear;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    content: "";
    opacity: 0;
}
.swiper-banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 999;
    max-width: 100%;
    backdrop-filter: blur(10px);
    animation: banner-show-off 2.5s linear forwards;
    opacity: 1;
    height: 100vw;
}
@keyframes banner-show-off {
    0%{
        opacity: 1;
        background-color: #ffffff;
        backdrop-filter: blur(20px);
    }
    50%{
        opacity: 1;
        background-color: #ffffff7c;
        backdrop-filter: blur(20px);
    }
    75%{
        opacity: 1;
        background-color: transparent;
    }
    100%{
        opacity: 0;
        background-color: transparent;
        }
}
@keyframes fadeout {
    0%  {      opacity: 1;     }
    60% {      opacity: 1;     }
    100%{      opacity: 0;     }
}


.swiper-slide {    position: relative;}
.swiper-slide:before,
.swiper-slide:after {
    content: "";
    position: absolute;
    z-index:9;
    pointer-events: none;
}

.swiper-slide.swiper-slide-active:nth-child(1)::before {
    content: " ";
    background: url(https://pic03.eapple.com.tw/fukang/01cover-1text.svg);
    background-size: contain;
    width: 38%;
    background-position: center;
    background-repeat: no-repeat;
    right: 5vw;
    top: 40%;
    transform: translateY(-50%);
    animation: show 2s;
    aspect-ratio: 1025 / 248;
}
.swiper-slide.swiper-slide-active:nth-child(1)::after {
    display: block;
    height: 250px;
    background: url(https://pic03.eapple.com.tw/fukang/cover_scroll.jpg);
    background-position: center;
    background-size: cover;
    animation: amove 120s infinite linear;
    left: 50%;
    width: 50%;
    /* top: 60%; */
    bottom: 10%;
}

.swiper-slide.swiper-slide-active:nth-child(2)::before {
    content: " ";
    background: url(https://pic03.eapple.com.tw/fukang/01cover-2text1.svg);
    background-size: contain;
    width: 38%;
    background-position: center;
    background-repeat: no-repeat;
    right: 7vw;
    top: 40%;
    transform: translateY(-50%);
    animation: show 4s;
    aspect-ratio: 1025 / 268;
}
.swiper-slide.swiper-slide-active:nth-child(2)::after {
    content: " ";
    background: url(https://pic03.eapple.com.tw/fukang/01cover-2text2.svg);
    background-size: contain;
    width: 38%;
    background-position: center;
    background-repeat: no-repeat;
    right: 7vw;
    top: 55%;
    transform: translateY(-50%);
    animation: show 4.5s;
    aspect-ratio: 1025 / 268;
}
@keyframes show{
	0%{margin-right: -3vw;opacity: 0;}
	100%{margin-right: 0;opacity: 1;}
}

@keyframes amove {
    0% {        background-position: 0px;    }
    100% {        background-position: -5000px;    }
}


@media screen and (max-width: 1200px) {
    .swiper-slide.swiper-slide-active:nth-child(1)::after {
        height: 16vw;
    }
    }

@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
}

@media screen and (max-width: 600px) {}

/*Banner/＝＝＝＝＝*/
.banner {
    background: url(https://pic03.eapple.com.tw/fukang/02about_ban.jpg) no-repeat fixed;
    /* background-size: cover; */
    padding: 359px 0 91px;
    position: relative;
    background-position: top center;
    padding: 0px;
    padding-bottom: 40%;
}
.banner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #0000004d;
    background: linear-gradient(180deg, #d4baa31c, #0000004d);
}

.blog_page .banner, .blog_in_page .banner {
    background: url(https://pic03.eapple.com.tw/fukang/ban-blog.jpg) no-repeat fixed;
    background-position: left center;
}
.banC {    background: url(https://pic03.eapple.com.tw/fukang/ban-c.jpg) no-repeat fixed;}
.banner.banB {    background: url(https://pic03.eapple.com.tw/fukang/ban-c.jpg) no-repeat fixed;}
.album_page .banner, .album_class_page .banner, .album_info_page  .banner {  background: url(https://pic03.eapple.com.tw/fukang/ban-album.jpg) no-repeat fixed;}
.product_page .banner, .product_info_page .banner {   display: none;}

.banner h5 {
    font-size: 22px;
    color: #fff;
    letter-spacing: 7px;
    font-weight: 300;
    left: 15%;
    text-shadow: 0 0 10px rgb(255 255 255);
    line-height: 160%;
    position: absolute;
    text-align: left;
    /* top: 30vw; */
    font-size: min(max(2.5vw, 18px), 22px);
    padding-bottom: 5%;
    bottom: 0;
}
.banner h5:before {
    color: #fff;
    font-size: 55px;
    letter-spacing: 2px;
    font-weight: 500;
    text-shadow: none;
    display: block;
    content: "Dr.Kan's Clinic";
    font-family: var(--SFontE);
    line-height: 100%;
    font-size: min(max(6vw, 28px), 55px);
    text-transform: uppercase;
}
.blog_page .banner h5:before, .blog_in_page  .banner h5:before { content: "COLUMN";}
.contact_page  .banner h5:before { content: "CONTACT";}
.album_page .banner h5:before , .album_class_page .banner h5:before , .album_info_page .banner h5:before {  
    content: "evaluate"}
.other_select_page .banner h5:before {    content: "About Us";}


/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p a:hover {    color: var(--MainColor);}
/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: var(--MainColor);border: 1px solid var(--MainColor);}
body.other_select_page .page {
    display: none;
}


/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr; padding: 100px 0 30px;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}

.product_page div#content {    background: #f2e9e445;}
.product_info_page div#content {    background: #f2e9e445;}



/*購物車/外層＝＝*/
/*.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: var(--MainColor);}

.products-list{display: flex;flex-wrap: wrap;}
.products-list .pic {padding-bottom: 65%;}
.products-list .item {width: 33%;padding: 0 1% 2% 1%;margin: 0;}
.products-list .name {
    margin-top: 35px;
    color: #000;
    transition: all .5s;
    font-size: 18px;
}
.products-list a:hover .name{color: #555;letter-spacing: 2px;}*/

/*購物車按鈕顏色*/
.products-list .more {
    border: none;
    font-weight: 300;
    color: var(--Fontcolor);
    text-align: left;
    border-bottom: 1px solid #88888885;
}
.products-list .item a:hover .more {background: transparent;border-color: #888888;color: var(--MainColor);}
.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: var(--MainColor);}
.products-list .price b.ori_price {    font-size: 14px;}

/*上方選單*/
.product-layer-two {
    margin: 60px 0 20px;
    text-align: center;
    display: none;
}
.product-layer-two li {margin: 0 10px;}
.product-layer-two li a {background: transparent;border-bottom: 1px solid #ccc;padding: 5px 6px; color: #555;font-weight: 300;
position: relative;transition: all .3s;}
.product-layer-two li a:hover {background: transparent;color: var(--ffcolor);}
.product-layer-two li a:before{content: "";width: 0;height: 0.5px;background: var(--ffcolor);position: absolute;bottom: 0;left: 0;transition: all .5s;
transition-timing-function: ease-in-out;}
.product-layer-two li a:hover:before{width: 100%;}
.product-layer-two > li.active > a {
    background: var(--ffcolor);
    color: #fff;
    font-weight: 400;
    border-color: var(--ffcolor);
}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block; border:none;}
.product-layer-two li li a {    display: none;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%; }
.product_main {    width: 100%;}
.sidebarBtn, .product_pic, ul.prod li h3.prod-thumb, li.prod-item:nth-child(2) {    display: none !important;}
.product_info_page .product_main {
    padding: 40px 10px 0;
}
ul.prod li .prod-panel {
    padding: 0 15px;
    font-size: 17px;
    line-height: 160%;
    margin: 15px 0;
}
ul.prod li .prod-panel h2 {
    line-height: 210%;
    padding-bottom: 10px;
}
ul.prod li .prod-panel h3 > img {    max-width: 100%;}

/*購物車-po文表格*/
.product_info_page ul.prod li .prod-panel table {
    max-width: 100%;
    /* width: 700px !important;*/
}
.product_info_page ul.prod li .prod-panel table td {
    /* padding: 2px 9px; */
}

/*按鈕顏色*/
.inquiry_a1{background: var(--SubColor);}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: var(--MainColor);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: var(--MainColor);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--MainColor);}
.lastPage {
    background: transparent;
    border: 1px solid var(--MainColor);
    color: var(--MainColor);
}

/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: var(--SubColor);}
.mobile_product_name {    display: block !important;}
.mobile_product_name {
    font-size: 28px;
    color: var(--Fontcolor);
    letter-spacing: 3px;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    border-bottom: 1px solid var(--SubColor);
    padding-bottom: 35px;
    margin-bottom: 10px;
}

/*相關推薦*/
.prod_related {
    background: transparent;
    padding: 50px 25px;
    border-top: 1px solid #f4f0f1;
}
.prod_related h6 span:before {
    font-size: 28px;
    color: var(--Fontcolor);
    font-weight: 500;
}


/*文章管理/＝＝＝＝＝*/
h4.blog_category_title {
    font-size: 28px;
    font-family: var(--TitleFont);
}
h4.blog_category_title span{font-size: 24px;}

/*文章管理/外層＝＝*/
.blog_page .main_part, .blog_in_page  .main_part{    max-width: 1400px;}

.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;}
.module_i_news li a, .subbox_item a {    padding: 0px;    min-height: 100%;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.module_i_news li a:before,.module_i_news li a:after {  display: none;}

.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.i_blog_le, .blog_list_le {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}
.i_blog_le img, .blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 0%;
    top: 0%;
    transition: 0.8s;
    filter: grayscale(0.6);
}
.module_i_news li:hover a img, .subbox_item a:hover img { transform: scale(1.05);filter: grayscale(0.3);}

/*側邊*/
.blog_search input[type=search] {border: none;border-bottom: 1px solid #cccccc; border-radius: unset;margin-bottom: 30px;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #3a5164 !important;}
.submenu a:hover {    background: var(--SubColor);}
.blog_le .accordion { border-radius: 0px; border: none;}
.blog_le .accordion li .link:last-child>a {color: var(--Fontcolor);}
.accordion li .link { font-size: 15px;  font-weight: 300;}
.blog_le .accordion > li .link a, .blog_le .accordion > li.on_this_category .link a { transition: 0.3s;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {color: #888 !important; font-weight: 300;letter-spacing: 2px;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: transparent !important;}
.accordion li .link:after {    content: ">";    position: absolute;    padding: 0 10px;}
h5.blog_le_t em {    font-family: var(--SFont);    font-weight: 400;    color: var(--Fontcolor);}
h5.blog_le_t span {    font-family: var(--SFontE);    color: var(--Fontcolor);}


/*首*/
.module_i_news {    padding: 100px 20px; background: #fbfbfb;}
.module_i_news ul {
    width: 90%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1400px;
}

.module_i_news .title_i_box h4 {
    font-size: 45px;
    color: var(--Fontcolor);
    font-family: 'Noto Serif TC', serif;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 2px;
}
.module_i_news .title_i_box h6 {
    font-size: 18px;
    color: #B2675F;
    font-family: "Philosopher", sans-serif;
}
.i_blog_ri {
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.i_blog_ri h5, .blog_list_ri h5 {
    width: 100%;
    color: var(--Fontcolor);
    font-size: 19px;
    padding: 7px 0 6px;
    border-bottom: 1px solid #999;
    margin-bottom: 11px;
    letter-spacing: 1px;
    font-weight: 400;
}
.i_blog_ri em, .blog_list_ri em {    display: none;}
.i_blog_ri p, .blog_list_ri p {
    color: #666;
    font-weight: 300;
    line-height: 160%;
    -webkit-line-clamp: 2;
}

/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
.blog_list_ri em { border-bottom: 1px solid #e7e7e7; padding: 10px 0;}
.blog_list_ri { padding: 0;}
.blog_list_ri h5 {    border-bottom: none; margin-bottom:0;}
.subbox_item a {
    padding: 5px;
    padding-bottom: 35px;
    border-bottom: 1px #8888883d solid;
    -webkit-clip-path: inset(0 0 -0.2em);
    clip-path: inset(0 0 -0.2em);
}
.subbox_item a:hover {    border-bottom: 1px #888888 solid;}
.subbox_item a:before {
    font-family: var(--SFontE);
    font-weight: normal;
    font-size: 14px;
    left: 10px;
    color: #2d2d2d;
    right: 0;
    opacity: 1;
}
.subbox_item a:after {
    pointer-events: none;
    background: transparent;
    border: none;
    line-height: 1;
    text-rendering: auto;
    top: 95%;
    bottom: 10px;
    left: 94%;
    opacity: 1;
    content: ">";
    font-family: var(--SFontE);
    font-size: 14px;
    color: #2d2d2d;
    width: 5%;
}
.subbox_item a:hover:before {    transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);}
.subbox_item a:hover:after {    animation: mo_arrow 800ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;}
.subbox_item a:hover:before, .subbox_item a:hover:after {    opacity: 1;    transition: all .5s;}
@keyframes mo_arrow{
    40%,50%{opacity:0}
    43%{transform:translateX(105%) scaleY(0.1)}
    44%,50%{transform:translateX(-145%) scaleY(0.1)}
    100%{transform:translateX(0) scaleY(1)}
}

/*文章管理/內層＝＝*/
.blog_box_edit * {    line-height: 180%;}
.blog_back {    padding-top: 10%;}
.blog_back a.article_btn_back {
    background: transparent;
    border-top: 1px solid #c996919c;
    border-bottom: 1px solid #c996919c;
    color: var(--ffcolor);
}

.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: transparent;
    border-bottom: 1px solid #8888883d;
    border-top: 1px solid #8888883d;
    color: #888888;
}

/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

.show-list .item:hover .show_name {    color: var(--MainColor);}
.other_album_choice li {    background: var(--MainColor);}
.subalbum-menu h2{    color: var(--SubColor);font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
/**/

/*促銷方案/＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: var(--MainColor);    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:none;}

/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {    background: var(--MainColor);}
.contact_form li.last cite {background: var(--MainColor);}

.contact_content form.style1 {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.contact_content .information_left {    display: none;}
.contact_content .information_right {    width: 100%;}
h4.blank_letter.f:before {
    content: "福康診所歡迎您使用Line 或Fb 預約門診諮詢";
    display: block;
    font-family: var(--TitleFont);
    font-size: var(--f28);
    color: var(--Fontcolor);
    font-weight: 600;
}
h4.blank_letter.f {
    color: transparent;
    text-align: center;
    font-family: var(--TitleFont);
    line-height: .5;
}
span.note.red {    display: block;}
.contact_content {
    padding: 0;
    background: #f4f0f1;
    padding-top: 50px;
}
.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: none;
    background: transparent;
    border-bottom: 1px #ddd solid;
}
.contact_form li .form__insert:last-child {    text-align: left;}
.contact_form li .form__label {
    width: 120px;
    margin-left: -130px;
}
.contact_form li {    padding-left: 130px;}

/*會員/＝＝＝＝＝*/
.send_simple{background-color: var(--MainColor);}
.rewrite_simple{background-color: var(--SubColor);}
.member_title p {    border-top: 2px var(--MainColor) solid;}
.login_mem_submit{background: var(--MainColor);}
.login_mem_other_link a{color: var(--MainColor);}
.member_login_regist a{background: var(--MainColor);}
.mem_regist_title_s {    background: var(--SubColor);    color: #fff;}


/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
    :root {
        --f54: 48px;
        --f48: 40px;
        --f42: 38px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }
/*Header/＝＝＝＝＝*/
.navigation {    padding: 10px;}
.me_tp_features {    display: none;}

/*Logo/＝＝＝＝＝*/
.header_area .nav-brand {    max-width: 125px;    margin-top: 0;}
.header_area.sticky .nav-brand{max-width:  125px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}


/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
    :root {
        --f54: 36px;
        --f48: 32px;
        --f42: 30px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 16px;
        --f17: 16px;
    }

/*選單漸變效果＝＝*/
/*首頁固定選單*/
.header_area {    position: relative;}
.main_header_area .container {    max-width: 100%;}
.navigation {    padding: 0;}

.main_header_area {    backdrop-filter: none;}

/*側邊選單/＝＝＝＝＝*/
.sticky .stellarnav.mobile {    padding-top: 5px;}
.stellarnav.mobile > ul {    border: none;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {    border-right: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {    background: var(--Fontcolor);    color: #fff;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after{border-bottom: solid 2px #fff;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 2px var(--Fontcolor);}
.stellarnav.mobile > ul > li > a.dd-toggle:before {    display: none;}
.stellarnav > ul > li > a b:nth-child(2) {    color: #3f3e3e75;}

.stellarnav.mobile {    padding-top: 10px;    border-top: none;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}

.stellarnav .menu-toggle:after{content:none;}
.me_tp_features a span{ display: none; }
.navigation {    grid-template-columns: 150px 1fr 30px;    gap: 20px;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
.stellarnav > ul > li > a b:nth-child(2) {    display: block;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}

.stellarnav > ul > li.drop-left > a:last-child {    padding-left: 10px;}

/*Logo/＝＝＝＝＝*/
.header_area .nav-brand {    max-width: 150px;    margin-top: 10px;}
.header_area.sticky .nav-brand{max-width: 100px;}

/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
#bottom_menu {display: block;  z-index: 1000;}
.footer.with_shopping_mode { padding:30px 0 70px;}
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}

#bottom_menu li a em {    position: relative;}
#bottom_menu li:nth-child(2) a em:before {    content: "台北";}
#bottom_menu li:nth-child(3) a em:before {    content: "嘉義";}
p.copy {
    padding-bottom: 80px;
    padding-top: 20px;
}

/*聯絡我們/＝＝＝＝＝*/
.contact_form li .form__label {
    width: 100%;
    margin-left: 0;
    text-align: left;
}
.contact_form li {    padding: 0 25px;    margin-top: 15px;}

/*banner*/
.blog_page .banner, .blog_in_page .banner {
    background-attachment: initial;
    background-size: cover;
}
.banner{background-attachment: initial;    background-size: cover;}
.banner h5 {    left: 10%;    font-size: var(--f20);}
.banner h5:before {    font-size: var(--f54);}


/*下拉頁選單*/
.other_promotion {    padding-top: 50px;}
.other_promotion li {    width: 20%;}
.other_promotion li a {    padding: 4px;}

/*購物車/＝＝＝＝＝*/
.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_info_page .main_part {   padding: 20px;}
.product_info_page .product_main {    padding: 0;}

/*順序*/
.product_page .products-list {    order: -1;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: var(--SubColor);font-size: 20px;}

}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
    :root {
        --f54: 32px;
        --f48: 28px;
        --f42: 26px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
        --f16: 15px;
    }
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}

/*聯絡我們/＝＝＝＝＝*/
.contact_form li {    padding: 0 10px;}

/*下拉頁選單*/
.other_promotion li {    width: 49%;}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}

/* 20250106 */
/* footer */
.footer_sr01 * {
    box-sizing: border-box;
    max-width: 100%;
}

.footer_sr01 {
    max-width:2000px;
    width: 100%;
    margin:auto;
    font-family: "Noto Sans TC", sans-serif;
    border: 0;
    text-decoration: none;
    overflow: hidden;
}

.footer_sr01 img {
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.footer_sr01 ul {
    padding: 0 0;
    margin:0;
}


.footer_sr01 li {
    list-style: none;
}

.footer_sr01 h6,
.footer_sr01 h5,
.footer_sr01 h4,
.footer_sr01 h3,
.footer_sr01 h2 {
    margin: 0;
}

.footer_sr01 u {
    text-decoration: none;
}

.footer_sr01 p {
    margin: 0;
}

.footer_sr01 em,
.footer_sr01 i {
    font-style: normal;
}

.footer_sr01 a {
    text-decoration: none;
}

.footer_sr01 dd,
.footer_sr01 dt {
    margin: 0 0;
}

.footer_sr01_key_word {
    opacity:0;
    position: absolute;
    left:0;
    top:0;
}

.animated15 { 
animation: none;
}

/* 內容 除了首頁記得把其他keyword刪掉 */
/* 記得刪掉/jquery-1.11.3.min.js/上面那串 */
.footer_sr01 {
    position: relative;
    z-index: 999;
    background-color: #F4EFF0;
}

.footer_sr02{
    padding:90px 20px;
}

.footer_sr03{
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_sr04 {
    width: 25%;
    margin-right: 35px;
}

.footer_sr04 p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer_sr04 p b{
    font-size: 16px;
    font-family: "Noto Serif TC", serif;
}

.footer_sr04 p em {
    display: block;
    width: fit-content;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 7px;
    border: 1px #3F3F3E solid;
}
.footer_sr04 h6:nth-of-type(1) {
    margin-bottom: 20px;
}

.footer_sr04 h6 a{
    display: flex;
    align-items: flex-start;
    color:#3F3F3E;
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Sans TC", serif;
    line-height: 140%;
    transition: 0.5s;
}

.footer_sr04 h6 a:hover{
    transition: 0.5s;
    color:#c99691;
}

.footer_sr04 h6 a+a{
    margin-top: 10px;
}

.footer_sr04 h6 a u {
    white-space: nowrap;
}

.footer_sr05 {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_sr05 h6{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color:#3F3F3E;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    padding: 0 10px;
}

.footer_sr05 h6 a{
    color:#3F3F3E;
    transition: 0.5s;
}

.footer_sr05 h6 a:hover{
    transition: 0.5s;
    color:#c99691;
}

.footer_sr05 h6 a:nth-of-type(1){
    font-size: 16px;
    margin-bottom: 10px;
}

.footer_sr05 h6 a+a{
    margin-top: 10px;
}

.footer_sr05 h6 a u{
    font-family: "Noto Sans TC", serif;
}

.footer_sr05 h6 a.a_ex{
    font-family: "Philosopher", sans-serif;
}

@media (max-width:1200px) {
    .footer_sr02{
        padding:50px 20px;
    }

    .footer_sr05 h6{
        padding:0 5px;
    }
}

@media (max-width:1000px) {
    .footer_sr03{
        flex-direction: column;
        align-items: center;
    }
    .footer_sr04{
        width: 100%;
        margin:0;
        margin-bottom: 40px;
    }
    .footer_sr05{
        width: 100%;
    }
    .footer_sr04 p{
        justify-content: center;
    }
    .footer_sr04 h6 a{
        width: fit-content;
        margin:auto;
    }
}

@media (max-width:768px) {
    .footer_sr05 {
        /* max-width: 350px; */
        display: grid;
        /* grid-template-columns: repeat(2, 1fr); */
        grid-gap: 40px 0;
        max-width: 650px;
        grid-template-columns: repeat(3, 1fr);
    }
    .footer_sr05 h6{
        width: 100%;
        padding:0;
        padding:0;
    }
    .footer_sr04 h6 a {
        margin: 0;
    }
    .footer_sr04 h6 a > br {
        display: none;
    }
    .footer_sr04 {
        max-width: 650px;
    }
    .footer_sr04 p {
        justify-content: left;
    }
}

@media (max-width:600px) {
.footer_sr05 {
    max-width: 350px;
    grid-template-columns: repeat(2, 1fr);
}
.footer_sr04 {    width: 350px;}
}

@media (max-width:400px) {
    .footer_sr04 h6 a{
        flex-direction: column;
        align-items: center;
        text-align: center;
        align-items: flex-start;
    }
}