@charset "utf-8";
/*煦光物理治療所*/

:root{
    --MainColor:#3A3635;
    --SubColor:#F39800;
    --SubColor2:#FDFCFB;
}

body{font-family: 'noto sans TC', sans-serif;}

/*錨點滾動--------------*/
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(214, 214, 214, 0.6); }
::-webkit-scrollbar-thumb {background-color: var(--SubColor);}
html { scroll-behavior: smooth; }

/*header---------------*/
.header_area{background: #ffffff;box-shadow: 0 2px 5px rgb(0 0 0 / 20%);}
.header_area.sticky{background: rgb(255 255 255 / 84%);backdrop-filter: blur(10px);}
.main_header_area{position: relative;top: 3px;}

@media screen and (max-width: 768px) {
    .header_area.sticky{backdrop-filter: unset;}
}

/*選單*/
.tp_links{display: none;}
.me_tp_features{display: none;}
.stellarnav > ul > li:hover > a{ color:var(--SubColor);transition: all 0.3s;}
.stellarnav li.has-sub > a:after{content:none;}
.stellarnav > ul > li:before , .stellarnav > ul > li:after {content: "";position: absolute; width: 7px;height: 7px; background: var(--SubColor);top: 0;border-radius: 100%;transform: translateX(-50%);opacity:0;transition:all 0.3s ease-in-out;}
.stellarnav > ul > li:before{background: var(--MainColor);left: calc(50% - 15px);}
.stellarnav > ul > li:after{background: var(--SubColor);left: calc(50% + 15px);}
.stellarnav > ul > li:hover:before{left: calc(50% + 6px);opacity:1;}
.stellarnav > ul > li:hover:after{left: calc(50% - 6px);opacity:1;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #fff; padding-left:14px;background-color: var(--MainColor);transition: 0.3s;}
.stellarnav li.has-sub > a:after{content: '+';border-left: unset;border-right:unset;border-top:unset;}
.stellarnav > ul > li:nth-child(6){display: none;}/*商品介紹(購物車)按鈕隱藏*/

@media screen and (max-width: 1024px) {
    .me_tp_features{display: none;}
    .stellarnav > ul > li > a{height: 30px;}
    .stellarnav li.has-sub > a:after{top: 65%;}
}
@media screen and (max-width: 768px) {
    .stellarnav > ul > li > a::before{display: none;}
}

/*選單最大寬度*/
.main_header_area .container {max-width: 100%;width:70%;transition: .3s;}
.sticky .main_header_area .container {max-width: 100%;width:80%;transition: .3s;}

@media screen and (max-width: 768px) {
    .main_header_area .container {width:80%;}
}

/*大圖--------------------*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.swiper-pagination {left: 50%;margin-left: 0;transform: translate(-50% , 0);}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*大圖點點----------------*/
.swiper-pagination-clickable .swiper-pagination-bullet{display: none;}

/*LOGO-------------------*/
.nav-header{max-width: 100%;width: 240px;}

@media screen and (max-width: 425px) {
    .nav-header{width: 200px;}
}

/*浮動按鈕----------------*/
.info_fix_links{display: flex !important;}
.linksBtn{display: none;}
.info_fix{z-index: 99999;}
.linksBtn{background-color: var(--MainColor);}
.info_fix:hover>.linksBtn{background: #222;}

/*第二層*/
.info_fix_links a{background: var(--MainColor);}
.info_fix_links a:hover {background: var(--SubColor);}
a.info_fix_default.info_fix_mail{display: none;}

/*banner-----------------*/
.banner{background: repeat center center #f9f9f900;}
.banner.banB{display: none;}
.banner.banblog{background-image: url(https://pic03.eapple.com.tw/glowptcenter/banner.png);min-height: 400px;background-repeat: no-repeat;}
.banner.banblog h5:before{content: 'NEWS';display: block;font-family: 'Century Gothic';font-size: 25px;}
.banner.banblog h5:after{content: '';width: 1px;display: block;left: 50%;position: absolute;height: 140px;background: #fff;margin-top: 20px;}
.banner h5{font-family: 'noto serif TC', sans-serif;font-weight: normal;color: #fff;text-shadow: 4px 2px 5px black;font-size: 35px;letter-spacing: 1px;}


/*首頁文章----------------*/
.module_i_news .title_i_box{margin-bottom: 10px;}
.module_i_news{background:var(--SubColor2);padding: 50px 0px;opacity: 1;}
.module_i_news ul{display: flex;gap: 10px;justify-content: space-around;}
.module_i_news ul{display: flex;gap: 10px;justify-content: space-around;}
.module_i_news_list, .module_i_news_list.swiper{padding: 30px 0;}
.module_i_news .title_i_box h6{font-size: 40px;color: var(--MainColor);font-family: 'Century Gothic', sans-serif;}
.module_i_news .title_i_box h4{font-size: 30px;font-weight: 500;color: var(--SubColor);font-family: 'noto serif TC', sans-serif;}
.module_i_news .title_i_box h4:before{content: 'ARTICAL';width: 100%;font-size: 25px;display: block;position: relative;text-align: center;color: var(--MainColor);
    font-weight:normal;font-family: 'Century Gothic', sans-serif;}
.i_blog_ri{width: 100%;}
.i_blog_le{width: 100%;}
.module_i_news li a:before{content: 'READ MORE';text-align: center; background: transparent; font-size: 16px; font-weight: bolder;letter-spacing: 1px; 
    color: var(--SubColor); padding: 8px 5px; top: 50%;left: 50%;width: 150px;height: 40px;transform: translate(-50%, -50%) scale(0, 0);font-family: 'Century Gothic', sans-serif;}
.module_i_news li a:hover:before{opacity: 1;width: 100%;transform: translate(-50%, -50%) scale(1.1);transition: all 500ms;}
.module_i_news li a:after{content: '';background: rgb(255 255 255 / 86%); border: 1px #fff solid;width: 0;}
.module_i_news li a:hover:after{opacity: 1;width: 100%;}
.module_i_news li{border-bottom: none;}
.animated-arrow{background: var(--SubColor);color: var(--MainColor);}
.module_i_news li a{display: flex;flex-direction: column;}
.i_blog_ri h5{font-family: 'noto serif TC', sans-serif;}

@media screen and (max-width:768px) {
    .module_i_news ul{gap: 10px;padding: 20px;}
    .animated-arrow{margin-bottom: 30px;}
}
@media screen and (max-width:600px) {
    .module_i_news ul{display: grid;grid-template-columns: 1fr 1fr;gap: 5px;}
    .module_i_news .title_i_box{margin-top: 30px;}
}
@media screen and (max-width:320px) {
    .module_i_news ul{display: block;}
}

/*文章管理----------------*/
.blog_le{position: sticky;display: inline-block;top: 120px;}
h5.blog_le_t, h4.blog_category_title {font-size: 25px;margin-bottom: 10px;}
.blog_le .accordion>li:hover .link { background: #a5a5a5; }
.subbox_item a:before { display: none; }
.blog_list_ri:after {content: 'READ MORE >';display: block;background: transparent;color: #000;letter-spacing: 1px;
    opacity: 1;left: 0;position: relative;padding: 0 22px 0 0;font-size: 12px;line-height: 12px;}
.blog_list_ri em { display: none; }
.blog_back a.article_btn_back { background: var(--SubColor); }
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: var(--MainColor);color: #fff;transition: all 0.3s ease-in-out;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {background: var(--SubColor);color: #FFF;}
.blog_search input[type=search] { border-radius: 2px; }
.blog_le .accordion { border-radius: 2px; }
.blog_subbox.clearfix {margin: 0 auto;display: grid;grid-gap: 15px;grid-template-columns: 1fr 1fr 1fr 1fr;}
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { display: none; }
.subbox_item {background-color: transparent;overflow: hidden;position: relative;width: 100%;border-bottom: none;}
.subbox_item a {display: flex;flex-wrap: wrap;flex-direction: column;grid-gap: 5px;}
.subbox_item:hover img {transform: translate(-50%, -50%) scale(1.05);object-fit: cover;width: 100%;transition: all 0.4s ease;}
.blog_list_le img {display: block;max-width: 100%;min-width: 100%;object-fit: cover;position: absolute;
    left: 50%;top: 50%;transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);transform: translate(-50%, -50%) scale(1);}
.blog_list_le {display: block;position: relative;text-align: center;height: auto;aspect-ratio: 9 / 9;overflow: hidden;padding-bottom: 0;width: 100%;}
.subbox_item a:after { display: none; }
.blog_list_ri { width: 100%; }
.blog_list_ri h5 {position: relative;margin: 10px 0 0;font-size: 18px;letter-spacing: 0.035em;}
.blog_list_ri p {color: #595959;margin: 15px 0 0;font-size: 14px;letter-spacing: 0.035em;width: 100%;padding: 0;margin: 10px 0;padding-top: 8px;}
.main_part { max-width: 1500px; }
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {color: #fff !important;background: var(--SubColor);transition: 0.3s;}

@media screen and (max-width: 1494px) {
    .blog_subbox{grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
}
@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {margin: 0 auto;display: grid;grid-gap: 30px;grid-template-columns: 1fr 1fr 1fr;}
    .blog_subbox{grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
}
@media screen and (max-width: 768px) {
    .blog_subbox.clearfix {margin: 0 auto;display: grid;grid-gap: 10px;grid-template-columns: 1fr 1fr;}
    .blog_le{position: relative;top: 0px;}
}
@media screen and (max-width: 425px) {
    .blog_subbox.clearfix {grid-template-columns: 1fr;}
}
/*文章分類ARTICLE*/
h5.blog_le_t em {font-size: 20px;letter-spacing: 0.1em;}
h5.blog_le_t span { font-size: 20px; }

/*第二層*/
.blog_shareData{justify-content: flex-end;}
.articel_mainPic img{display: none;}
.news_related{display: none;}

/*footer-----------------*/
.box_link { display: none; }
.footer {background: #fff;overflow: hidden;padding: 20px 0 0;box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.37);}
.footer_info {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;padding: 10px 0;width: 100%;margin: auto;grid-gap: 10px;}
.footer_menu {display: grid;grid-template-columns: repeat(auto-fit, minmax(min(110px, 100%), 1fr));gap: 5px;width: 100%;}
.footer_info ul { width: 100%; }
.footer_info li p, .footer_info li p a {color: #222;}
.footer_menu a {margin: 0;text-align: center;padding: 7px;transition: all 0.3s;color: #222;background: transparent;border: 1px solid var(--MainColor);}
.footer_menu a:hover {background: var(--SubColor);color: #222;transition: 0.3s;}
.copy {color: #222;background: var(--SubColor);font-size: 12px;letter-spacing: 0.05em;backdrop-filter: blur(5px);border-top: none;padding: 15px 0;margin-top: 0px;}
.copy a { color: #222;transition: all 0.3s; }
.footer_logo img { width: 100%; }
.footer_logo {display: inline-block;vertical-align: top;width: 220px;margin: 10px 10px;}
.footer_info li {display: flex;padding: 10px;text-align: center;flex-direction: column;align-items: center;}

@media screen and (max-width: 768px) { 
    .footer_info li { flex-direction: column;padding: 10px 15px;}
    .footer{padding: 30px 0 55px;}
}

/*手機版選單--------------*/
.stellarnav .menu-toggle:after{display: none;}
.stellarnav .menu-toggle span.bars span{width: 30px;border-radius: 0px;}

@media screen and (max-width: 768px) { 
    .stellarnav .menu-toggle span.bars span{position: relative;top: 5px;background: var(--MainColor);}
}
@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle{padding: 10px 10px;}
}
@media only screen and (max-width: 425px) {
    .stellarnav .menu-toggle{padding: 7px 10px;}
}

/*第二層*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{background: var(--SubColor);color: var(--MainColor);}
.stellarnav .icon-close:after{border-bottom: solid 3px var(--MainColor);}
.stellarnav .icon-close:before{border-bottom: solid 3px var(--MainColor);}
.stellarnav.mobile.left > ul:after{
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-width: 400px;
    top: 0;
    left: 0;
    -webkit-transition: all 1s cubic-bezier(0.22, 1, 0.36, 1); 
    transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transform: perspective(960px) rotateY(-90deg);
    transform: perspective(960px) rotateY(-90deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; 
    opacity: 0;
}
.stellarnav.active>ul:after {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: perspective(960px) rotateY(0deg);
    transform: perspective(960px) rotateY(0deg);
    z-index: -1;
}

