@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*上面顏色*/
.main_header_area {
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);}
.me_tp_features{display:none;}
.navigation{    padding: 15px 0 15px 210px;}
.nav-brand{    width: 220px;
    padding-top: 15px;}
.stellarnav > ul > li > a{font-family: 'Noto Serif TC','Zen Maru Gothic', sans-serif, arial;}
.stellarnav > ul > li > a:hover {
    color: #408080;}
/*下拉*/
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #408080;
    padding-left: 10px;
    border-color: #408080;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 10px 5px;
    transition: all 0.3s;
    border-left: 3px solid transparent;
    font-size: 15px;
	font-family: 'Noto Serif TC','Zen Maru Gothic', sans-serif, arial;}

/*footer*/
.footer{    background: #408080;}
.footer_info li p {
    color: #fff;}
.footer_info li p a {
    color: #fff;}
.box_link{display:none;}
.footer_logo img{max-width:250px;    filter: contrast(0) brightness(100);}
.footer_menu a {
    color: #fff;
    background: unset;
    text-align: center;}
.copy{    color: #fff;}
.copy a{    color: #fff;}
.footer_info ul{font-family: 'Noto Serif TC','Zen Maru Gothic', sans-serif, arial;}
	
/*文章管理*/
body.blog_page .main_part {
    max-width: 90%;
    width: 1600px;}

h4.blog_category_title {
    font-size: 26px;}

body.blog_page h4.blog_category_title {
    display: none;}

/*文章設定*/
.blog_le.fadeInLeft.animated15.clearfix {
    position: sticky;
    top: 100px;}
.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);
    aspect-ratio: 9 / 9;
	height:350px;
	}

.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    min-width: 250px;
}

.subbox_item a:after {
    display: none;
}

.subbox_item a:before {
    display: none;
}
.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;
}
.subbox_item {
    width: 100%;

    background-color: transparent;
   
    overflow: hidden;
    margin-bottom: 2%;
    position: relative;}


.blog_list_ri em {
    order: 3;
    width: 100%;
    text-align: right;
    color: #538d8d;;
}

.blog_list_ri h5 {
    position: relative;
    font-size: 24px;
	font-weight: 600;
}

.blog_list_ri p {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    color: #595959;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.5625;
    padding: 20px 0;
    width: 100%;
    -webkit-line-clamp: inherit;
}
.blog_list_ri {
    width: calc(100% - 250px);
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 34px 37px 40px;
}

.blog_list_ri p:after {
    content: '...';}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;}
.accordion li .link hover{color: #408080;}
.submenu a{background: #9ec3c3;color: #fff;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: #408080;}
.submenu a:hover{background: #b4dfdf;
    color: #000;}
.blog_back a.article_btn_next {
    background: #4F9D9D;}
.blog_back a.article_btn_prev {
    background: #4f9d9d;}
.blog_back a.article_btn_back {
    background: #ccc;
    color: #000;}
/*聯絡我們*/
.contact_form li.last cite {
    background: #4f9d9d;
    color: #fff;}
.contact_form li.last blockquote, .contact_form li.last cite{    border: 1px #ccc solid;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
/*內頁BANNER 設定*/
.banner.banblog h5,.banner h5 {
    position: absolute;
    bottom: 35%;
    color: #444;
    font-size: 25px;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
    
    letter-spacing: 4px;
	font-family: 'Noto Serif TC','Zen Maru Gothic', sans-serif, arial;
	}
.banner h5:before { 
 	display: block;  
 	font-size: 35px; 
	color: #666;
 	letter-spacing: 5px; 
 	}
.banner.banA {background: url(https://pic03.eapple.com.tw/doctor1688/banner_bg03.jpg) no-repeat;
    height: 20vw;
    background-position: center !important;
    background-size: cover !important;
    position: relative;}
.banner.banA h5:before{content: "News";}
.banner.banB {display:none;}
.banner.banC {background: url(https://pic03.eapple.com.tw/doctor1688/banner_bg01.jpg) no-repeat;
    height: 20vw;
    background-position: center !important;
    background-size: cover !important;
    position: relative;}
.banner.banC h5:before{content: "Contact";}
.banner.banD {}
.banner.banE {}
.banner.banblog {background: url(https://pic03.eapple.com.tw/doctor1688/banner_bg02.jpg) no-repeat;
    height: 20vw;
    background-position: center !important;
    background-size: cover !important;
    position: relative;}
.banner.banblog h5:before{content: "Article";}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 1024px) {
.navigation {
    padding: 15px 0 15px 0px;}
}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.blog_list_ri {
    width: 100%;
    padding: 20px 0px 40px;}
.blog_list_le {
    width: 100%;}
.navigation {
    padding: 10px 0 10px 0px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{background: #4f9d9d;color: #fff;}
.stellarnav .icon-close:before{    border-bottom: solid 3px #fff;}
.stellarnav .icon-close:after{border-bottom: solid 3px #fff;}
.blog_list_ri h5{-webkit-line-clamp: initial;}
}

@media screen and (max-width: 600px) { 
.banner{padding: 100px 0;}
.banner h5:before{font-size: 25px;}
.banner h5{font-size: 20px;}
.nav-brand {
    width: 200px;
    padding-top: 15px;}
}
@media screen and (max-width: 400px) {
.nav-brand {	    padding-top: 6px;}
	}



