<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*01 ����贝身摰� */
body {
overflow-y: scroll;
overflow-x: hidden;
}
img, svg {
	max-width: 100%;
}
a {
	color: #444444;
	text-decoration: none;
	transition: all 120ms linear;
}
a:hover {
	color: #94847A;
	text-decoration: none;
	transition: all 120ms linear;
}
.navbar {
	height: 93px;
	border-bottom: 5px solid #F7D300;
}
.nav-link {
	font-size: 18px;
	padding: 0 15px !important;
	margin: 30px 0;
}
@media (max-width: 1200px) {.nav-link{padding: 0 7px !important;}}
@media (max-width: 991px) {.nav-link{margin: 10px 0;font-size: 20px;font-weight:600;}}
@media (max-width: 991px) {.nav-item{border-bottom: 1px solid #dddddd;}}
.nav-link-soical {
	font-size: 20px;
	padding: 0 5px !important;
	margin: 30px 0;
	color: #555555;
	display: block;
}
@media (max-width: 991px) {.nav-link-soical{margin: 10px 0;display: inline-block;}}

@media (min-width: 992px) {
	.navbar-nav .dropdown &gt; .dropdown-menu {
    top: 140%;
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  .navbar-nav .dropdown:hover &gt; .dropdown-menu {
    display: block;
    top: 85%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .dropdown-menu {
	padding-left: 10px;
	padding-right: 10px;
	z-index: 1100;
	-webkit-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);
	box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);
	border: 0;
	border-radius: 0 0 .25rem .25rem;
	background: #ffffff;
	display: none;
}
	}
	@media (max-width: 991px) {.navbar-nav {
	background: #ffffff;
}}

.dropdown-menu.show {
	display: block;
}
.navbar-light .navbar-nav .nav-link {
	color: #636363;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #A57B63;
}
.navbar-light .navbar-nav .nav-link:focus {
	outline: none;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown-item {
	font-size: 18px;
	color: #636363;
	padding: .5rem 1rem;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #24a434;
	background-color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 2px;
	
}
.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-toggle::after {
	position: absolute;
	right: 30px;
	top: 12px;
}
@media (max-width: 991px) {
	.dropdown-menu {
	border: 0;
	background: #F2EEE8;
}
	.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.dropdown-toggle::after {
	content: "\e807";
	font-family: "fontello";
	font-size:1rem;
	margin-left: 0.35rem;
	font-weight: 900;
	vertical-align: middle;
	border: none;
}
.navbar-collapse {
	box-shadow: 0 .1rem 2rem rgba(0,0,0,.1) !important;
	margin-top: 19px;
}
	
	}

.m-search {
	display: none;
}
@media (max-width: 991px) {.m-search {display: block;}}
.d-search {
	display: block;
}
@media (max-width: 991px) {.d-search {display: none;}}
footer {
	overflow: hidden;
}
.footer-top {
	background: #F2EEE8;
}
.footer-social {
	padding: 20px 0;
}
.footer-social a {
	display: inline-block;
	padding: 0 5px 0 0;
}
.footer-link-t {
	font-size: 1.1rem;
	padding: 0 0 15px;
	font-weight: 600;
}
@media (max-width: 991px) {.footer-link-t{padding: 0;font-size: 1.2rem;}}
@media (max-width: 991px) {.footer-link{padding: 0 0 20px;}}
.footer-link a {
	font-size: 1rem;
	display: block;
	padding: 4px 0;
	color: #666666;
}
@media (max-width: 991px) {.footer-link a{font-size: 1.2rem;}}

.footer-link a:hover {
	color: #24a434;
	text-decoration: underline;
	text-decoration-thickness: auto;
	text-underline-offset: 4px;
	text-decoration-thickness: 2px;
}
.footer-bottom {
	color:#ffffff;
	padding: 20px 0;
	background: #444444;
}
.footer-bottom .footer-bottom-left {
	width: 50%;
	font-size: 1rem;
}
@media (max-width: 768px) {.footer-bottom .footer-bottom-left{width: 100%;text-align: center;}}
.footer-bottom .footer-bottom-left a{
	color:#ffffff;
	text-decoration: none;
	padding: 0 10px;
}
.footer-bottom .footer-bottom-left a:first-child{
	color:#ffffff;
	text-decoration: none;
	padding: 0 10px 0 0;
}
.footer-bottom .footer-bottom-right {
	width: 50%;
	font-size: 1rem;
	text-align: right;
}
@media (max-width: 768px) {.footer-bottom .footer-bottom-right{width: 100%;text-align: center;}}
.footer-bottom .footer-bottom-right a{
	color:#cccccc;
}
.shadow {
	box-shadow: 0 .1rem 2rem rgba(0,0,0,.1) !important;
}
.card {
	border-radius: 20px;
	overflow: hidden;
}
.card-body {
	padding: 25px;
}
@media (max-width: 767px) {.card-body{padding: 15px;}}

.card-body h3 {
	font-size: 1.4rem !important;
	color: #666666 !important;
	font-weight: 600 !important;
	padding: 0 !important;
	text-align: left !important;
}
.card-body h3::before {
	content: none !important;
}
.card-footer {
	padding: 5px 25px 30px 25px;
	background-color: #ffffff;
	border: 0;
}
.card-footer span{
	color: #29A237;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #94847A;
	border-color: #94847A;
}
.page-link {
	color: #94847A;
}
.page-link:hover {
	z-index: 2;
	color: #94847A;
	background-color: #F2EEE8;
	border-color: #dee2e6;
	text-decoration: none;
}

/*02 擐㚚�閮剖�� */
.hero {
	/*margin-top: 93px; */
}
.events {
	max-width: 1280px;
	padding: 20px;
	background: #ffffff;
	border-radius: 25px;
	margin-top: 50px;
}
@media (max-width: 1400px) {.events{max-width: 1140px;}}
@media (max-width: 1200px) {.events{max-width: 960px;}}
@media (max-width: 991px) {.events{max-width: 720px;margin-top: 0;}}

.events .events-list {
	margin: 0 20px;
}
.events .slick-list {
	margin: 0 -20px;
	padding: 0 0 40px;
}
@media (max-width: 767px) {.events .slick-list{padding: 0;}}

.index-clinic {
}
.clinic {
	max-width: 1280px;
	padding: 0 15px;
	background: #ffffff;
	border-radius: 25px;
	margin-top: 50px;
}
@media (max-width: 1400px) {.clinic{max-width: 1140px;}}
@media (max-width: 1200px) {.clinic{max-width: 960px;}}
@media (max-width: 991px) {.clinic{max-width: 720px;margin-top: 0;}}
@media (max-width: 720px) {.clinic{max-width: 100%;margin-top: 0;}}
.clinic .clinic-list {
	padding: 10px;
	/* float: left; */
	width: 33%;
	display: inline-block;
}
@media (max-width: 991px) {.clinic .clinic-list{width: 49%;}}
@media (max-width: 576px) {.clinic .clinic-list{width: 100%;}}

.clinic .slick-list {
	margin: 0 -20px;
	padding: 0 0 40px;
}
@media (max-width: 991px) {.clinic .slick-list{padding: 0;margin: 0 -10px;}}

.clinic h3 {
	font-size: 1.4rem !important;
	font-weight: 600 !important;
	color: #666666 !important;
	margin: 0 !important;
}
.clinic p {
	font-size: 1rem !important;
	color: #666666;
	line-height: 1.6 !important;
	min-height: 80px;
}
.heading-v2 {
	text-align: center;
	overflow: hidden;
	margin: 20px 0;
}
@media (max-width: 991px) {.heading-v2{margin: 10px 0;}}

.heading-v2 .heading-v2-text {
	position: relative;
	margin-bottom: 0;
}
.heading-v2-title {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.4;
	color: #34343c;
}
@media (max-width: 991px) {.heading-v2-title{font-size: 30px;}}

.heading-v2-text {
	display: inline-block;
	font-size: 19px;
	letter-spacing: 1px;
}
@media (max-width: 991px) {.heading-v2-text{font-size: 16px;}}

.heading-v2-text::before, .heading-v2-text::after {
	position: absolute;
	top: 10px;
	width: 30px;
	height: 1px;
	background: #d1d1d1;
	content: " ";
}
.heading-v2-text::before {
	right: 100%;
	margin-right: 15px;
}
.heading-v2-text::after {
	left: 100%;
	margin-left: 15px;
}
.news-nav-item:first-child .news-nav-link {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}
.news-nav-item:last-child .news-nav-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.news-nav-item.active .news-nav-link {
	z-index: 3;
	color: #fff;
	background-color: #94847A;
	border-color: #94847A;
}
.news-nav-link {
	position: relative;
	display: block;
	color: #555555;
	text-decoration: none;
	background-color: #fff;
	padding: 6px 20px;
	font-size: 1rem;
}
a:hover.news-nav-link{
	color: #94847A;
}
.index-news-list {
	z-index: 1;
	position: relative;
}
.index-news-list ul{
	padding-left: 0;
}
.index-news-list li {
	list-style: none;
	border-radius: 15px;
	margin: 20px 0;
}
.index-news-list li a {
	display: flex;
	position: relative;
	list-style: none;
	padding: 10px;
}
.index-news-img {
	flex: 0 0 auto;
	width: 30%;
}
.index-news-img img {
	overflow: hidden;
	border-radius: 15px;
}
.index-news-txt {
	flex: 0 0 auto;
	width: 65%;
	padding-left:5%;
}
.index-news-txt h3 {
	font-size: 1.4rem;
	font-weight: 600;
}
.index-news-txt p {
	font-size: 1rem;
	color: #666666;
	padding: 0 0 20px;
}
.index-news-txt .date {
	font-size: 14px;
	color: #ffffff;
	background: #6EBB37;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 8px 20px;
	border-radius: 15px 0;
}
.index-banner {
	border-radius: 15px;
	background: #ffffff;
	padding: 15px;
	margin-top: 55px;
	margin-bottom: 50px;
}
@media (max-width: 767px) {.index-banner{margin-bottom: 5px;}}

.index-banner img {
	overflow: hidden;
	border-radius: 15px;
}
.index-banner-bg {
	background: #F2F2F2;
	width: 600px;
	height: 600px;
	position: absolute;
	right: -30px;
	top: 0;
	z-index: -1;
	border-radius: 50px;
}
@media (max-width: 1200px) {.index-banner-bg{display: none;}}

.brand-bg {
	background-image: url(/upload/brand-bg.png);
	position: relative;
	left: 0;
	bottom: 0;
	width: 741px;
	height: 179px;
}
.hero .slick-prev, .hero .slick-next {
	position: absolute;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: 0;
	padding: 0;
	border: 0;
	outline: 0;
	z-index: 100;
}
.hero .slick-prev {
	left: 20px;
	background-image: url('/images/left-arrow.png');
	background-size: 50px;
}
.hero .slick-next {
	right: 20px;
	background-image: url('/images/right-arrow.png');
	background-size: 50px;
}
.index-banner .slick-prev, .index-banner .slick-next {
	position: absolute;
	display: block;
	height: 36px;
	width: 36px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 45%;
	margin-top: 0;
	padding: 0;
	border: 0;
	outline: 0;
	z-index: 100;
}
.index-banner .slick-prev {
	left: -10px;
	background-image: url('/images/left-arrow2.png');
	background-size: 36px;
}
.index-banner .slick-next {
	right: -10px;
	background-image: url('/images/right-arrow2.png');
	background-size: 36px;
}
.clinic .slick-prev, .clinic .slick-next {
	position: absolute;
	display: block;
	height: 36px;
	width: 36px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 45%;
	margin-top: 0;
	padding: 0;
	border: 0;
	outline: 0;
	z-index: 100;
}
.clinic .slick-prev {
	left: 0;
	background-image: url('/images/left-arrow2.png');
	background-size: 36px;
}
.clinic .slick-next {
	right: 0;
	background-image: url('/images/right-arrow2.png');
	background-size: 36px;
}
.events .slick-prev, .events .slick-next {
	position: absolute;
	display: block;
	height: 36px;
	width: 36px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 45%;
	margin-top: 0;
	padding: 0;
	border: 0;
	outline: 0;
	z-index: 100;
}
.events .slick-prev {
	left: 0;
	background-image: url('/images/left-arrow2.png');
	background-size: 36px;
}
.events .slick-next {
	right: 0;
	background-image: url('/images/right-arrow2.png');
	background-size: 36px;
}
.outpatient .slick-prev, .outpatient .slick-next {
	position: absolute;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 13%;
	margin-top: 0;
	padding: 0;
	border: 0;
	outline: 0;
	z-index: 100;
}
.outpatient .slick-prev {
	left: 10px;
	background-image: url('/images/left-arrow2.png');
	background-size: 50px;
}
.outpatient .slick-next {
	right: 10px;
	background-image: url('/images/right-arrow2.png');
	background-size: 50px;
}
/*03 �折�閮剖�� */
.page-wrapper {
	padding-top: 30px;
	padding-bottom: 50px;
}
.page-wrapper h3{
	font-size: 2rem;
	font-weight: 600;
	color:#272833;
	padding: 20px 0;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.page-wrapper h3::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #B1B1B1;
	bottom: 1px;
	left: calc(50% - 60px);
}
.page-wrapper h4 {
	padding: 9px 17px 9px 17px;
	border: 0;
	/* cursor: pointer; */
	display: block;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1;
	transition: all ease-in-out 0.3s;
	background: #EBEBEB;
	border-radius: 50px;
	text-align: center;
	margin: 0 0 20px;
	/* position: relative; */
}
.page-wrapper h5 {
	font-size: 1.5rem;
	font-weight: 600;
}
.page-wrapper p {
	margin-bottom: 20px;
	line-height: 2;
	font-size: 1.4rem;
}
.page-wrapper ul {
	padding: 0 0 0 20px;
}
.page-wrapper ul li {
	margin-bottom: 0;
	line-height: 2;
}
.breadcrumbs {
	font-size: 16px;
	padding: 10px 0;
	background-color: #F4F4F4;
}
.breadcrumbsLink {
	padding: 0 15px 0 5px;
	color: #555555;
	position: relative;
	line-height: 1.3;
	display: inline-block;
}
.breadcrumbsLink:first-child {
	padding-right: 15px;
	padding-left: 0;
}
.breadcrumbsLink::after {
	top: 0;
	right: 0;
	content: "\f105";
	font-family: fontello;
	position: absolute;
	color: #999999;
}
.breadcrumbsText {
	padding-left: 10px;
	color: #555555;
	padding-bottom: 0;
	margin: 0;
	line-height: 1.3;
	display: inline-block;
}
.page-banner {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 90px;
}
.page-banner2 {
	position: relative;
}
.banner-bg {
	z-index: -1;
}
.banner-bg, .banner-bg-layer {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	border-radius: inherit;
}

.sec-nav {
	padding: 30px 0;
}
.sec-nav ul {
	margin: 0 -12px;
	padding: 0;
}
@media(max-width:576px) {.sec-nav ul {margin: 0;}}

.sec-nav ul li {
	display: inline-block;
	padding: 0 6px;
	width: 15%;
	margin-bottom: 12px;
}
@media(max-width:1400px) {.sec-nav ul li  {width: 20%;}}
@media(max-width:991px) {.sec-nav ul li  {width: 24%;}}
@media(max-width:768px) {.sec-nav ul li  {width: 32%;}}
@media(max-width:576px) {.sec-nav ul li  {width: 49%;}}
.sec-nav ul li a {
	font-size: 1.4rem;
	background: #848483;
	color: #ffffff;
	font-weight: 600;
	padding: 6px 30px;
	border-radius: 30px;
	display: block;
	text-align: center;
}

.sec-nav ul li a:hover {
	background: #24a434;
	color: #ffffff;
}
.sec-nav ul li.active a {
	color: #ffffff;
	background-color: #24a434;
	text-decoration: none;
}
.page-btn {
	margin: 30px 0;
}
.view-more {
	text-align: center;
	position: relative;
	margin: 20px 0 40px;
}
.view-more a {
	display: inline-block;
	padding: 8px 20px;
	margin: 0 10px 0 0;
	border-radius: 10px;
	border: 1px solid #eeeeee;
	box-shadow: 0 .1rem 2rem rgba(0,0,0,.1) !important;
}
.view-more a:hover{
	 color:#fff;
	 background-color:#94847A;
	 border: 1px solid #94847A;
}




/*04 ��譍�犏pp */
.applist {
	overflow: hidden;
	background: #F2EEE8;
	padding: 40px;
}
.applist ul{
 margin: 0 -15px;
 padding: 0;
}
.applist ul li {
	list-style: none;
	width: 50%;
	padding: 0 15px 0;
	position: relative;
	text-align: center;
	margin: 0 auto;
	line-height: 1.2;
}
@media(max-width:991px) {.applist ul li{width: 100%;padding: 0;}}

.applist ul li::after {
	content: "\F107";
	font-family: fontello;
	color: #C00000;
	font-size: 6rem;
}
.applist ul li:last-child::after {
	content: none;
	/* left: 10px; */
}
.applist ul li .applist-step{
 font-size:1.8rem;
 font-weight:600;
 color: #C00000;
 text-align: center;
 padding:10px 0;
}
.applist ul li .applist-des{
 font-size:1.4rem;
 text-align: center;
 padding:10px 0;
}
.applist ul li .applist-des span{
 font-weight:600;
}
.applist ul li .applist-img img {
	border: 1px solid #eee;
}



/*05 閮箸�隞讠晶 */
.doctor-submenu ul {
	margin: 0 -12px;
	padding: 0;
}
.doctor-submenu ul li {
	display: inline-block;
	padding: 0 6px 12px;
	width: 17%;
}
@media(max-width:1400px) {.doctor-submenu ul li {width: 20%;}}
@media(max-width:1200px) {.doctor-submenu ul li {width: 24%;}}
@media(max-width:991px) {.doctor-submenu ul li {width: 32%;}}
@media(max-width:767px) {.doctor-submenu ul li {width: 49%;}}

.doctor-submenu ul li a {
	font-size: 1.4rem;
	background: #848483;
	color: #ffffff;
	font-weight: 600;
	padding: 6px 30px;
	border-radius: 30px;
	display: block;
	text-align: center;
}
@media (max-width: 480px) {.doctor-submenu ul li a{font-size: 1.2rem;}}

.doctor-submenu ul li a:hover {
	background: #24a434;
	color: #ffffff;
}
.doctor-submenu2 ul {
	margin: 0 -12px;
	padding: 0;
}
.doctor-submenu2 ul li {
	display: inline-block;
	padding: 0 6px 12px;
	width: 21%;
}
@media(max-width:1400px) {
	.doctor-submenu2 ul li {
		width: 23%;
	}
}
@media(max-width:1200px) {
	.doctor-submenu2 ul li {
		width: 33%;
	}
}
@media(max-width:991px) {
	.doctor-submenu2 ul li {
		width: 32%;
	}
}
@media(max-width:767px) {
	.doctor-submenu2 ul li {
		width: 48%;
	}
}
@media(max-width:480px) {
	.doctor-submenu2 ul li {
		width: 100%;
	}
}
.doctor-submenu2 ul li a {
	font-size: 1.4rem;
	background: #848483;
	color: #ffffff;
	font-weight: 600;
	padding: 6px 30px;
	border-radius: 30px;
	display: block;
	text-align: center;
}
.doctor-submenu2 ul li a:hover {
	background: #24a434;
	color: #ffffff;
}
.doctor-submenu2 ul li.active a{
	background: #24a434;
	color: #ffffff;
}
.doctor-list{
 overflow: hidden;
 padding: 80px 20px 0 20px;
}
@media (max-width: 480px) {.doctor-list{padding: 0;}}

.doctor-list ul{
 padding: 0;
 margin: 0 -15px;
}
.doctor-list ul li{
 list-style: none;
 float:left;
 width:25%;
 padding: 0 15px 35px;
 position: relative;
}
@media (max-width: 991px) {.doctor-list ul li{width:33.33%;}}
@media (max-width: 767px) {.doctor-list ul li{width:50%;}}

.doctor-list ul li a{
	border-radius: 15px;
	display: block;
	background: #fff;
	overflow: hidden;
}
.doctor-list-img{
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #f4f4f4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #dddddd 0%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	border-radius: 15px 15px 0 0;
	transition: all 120ms linear;
}
a:hover .doctor-list-img {
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #dddddd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cccccc 0%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	border-radius: 15px 15px 0 0;
	transition: all 120ms linear;
}
.doctor-list-name {
	text-align: center;
	padding: 15px 0;
	color: #555555;
}
a:hover .doctor-list-name {
	background: #9D8D6C; /* Old browsers */
	color: #ffffff;
}
.doctor-banner {
	position: relative;
	padding-top: 30px;
	padding-bottom: 0;
	margin-top: 90px;
}
.doctor-bg {
	z-index: -1;
}
.doctor-bg, .doctor-bg-layer {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	border-radius: inherit;
}
.doctor-banner-info {
	max-width:1000px;
	margin: 0 auto;
	overflow: hidden;
}
@media(max-width:1000px) {.doctor-banner-info{max-width: 100%;}}

.doctor-banner-img {
	width:55%;
	float: left;
}
@media(max-width:1000px) {.doctor-banner-img{width: 100%;float: none;padding: 0 10%;}}

.doctor-banner-history {
	width: 40%;
	float: right;
	border-radius: 20px 20px 20px 20px !important;
	background: rgba(255,255,255,0.18);
	padding: 30px;
	color: #ffffff;
}
@media(max-width:1000px) {.doctor-banner-history{width: 80%;float: none;margin: 0 10% 30px 10%;background: #333333;}}

.doctor-banner-history h1 {
	font-size: 2.5rem;
	font-weight: 600;
	display: inline-block;
	padding-bottom: 20px;
}
.doctor-banner-history h2 {
	font-size: 1.5rem;
	padding-bottom: 20px;
}
.doctor-banner-history span {
	font-size: 24px;
	font-weight: 400;
	display: inline-block;
}
.doctor-banner-history .des {
	border-left: 2px solid #F7D300 !important;
	font-size: 18px;
	line-height: 2;
	padding-left: 15px;
}
.doctor-skill {
	border-radius: 15px;
	display: block;
	background: #fff;
	overflow: hidden;
	margin: 15px 0 25px;
}
.doctor-skill-t {
	background: #F2EEE8;
	font-size: 1.5rem;
	font-weight: 600;
	color: #333333;
	text-align: center;
	padding: 8px;
}
.doctor-skill-des {
	color: #555555;
	padding: 8px 25px;
	line-height: 2;
}
.doctor-info {
	border-radius: 15px;
	margin: 0 -20px 30px;
}
@media (max-width: 768px) {.doctor-info{margin: 0 0 20px;}}

.doctor-info-top {
	overflow: hidden;
}
.doctor-info-top .doctor-info-img {
	float: left;
	width: 20%;
	background: #dddddd;
	background: -moz-linear-gradient(top, #dddddd 0%, #f4f4f4 100%);
	background: -webkit-linear-gradient(top, #dddddd 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom, #dddddd 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f4f4f4',GradientType=0 );
}
@media (max-width: 991px) {.doctor-info-top .doctor-info-img{width: 30%;}}
@media (max-width: 768px) {.doctor-info-top .doctor-info-img{width: 40%;}}
@media (max-width: 576px) {.doctor-info-top .doctor-info-img{width: 100%;float: none;}}

.doctor-info-top .doctor-info-img2 {
	float: left;
	width: 40%;
	background: #dddddd;
	background: -moz-linear-gradient(top, #dddddd 0%, #f4f4f4 100%);
	background: -webkit-linear-gradient(top, #dddddd 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom, #dddddd 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f4f4f4',GradientType=0 );
}
@media (max-width: 991px) {.doctor-info-top .doctor-info-img2{width: 100%;}}
@media (max-width: 768px) {.doctor-info-top .doctor-info-img2{width: 100%;}}
@media (max-width: 576px) {.doctor-info-top .doctor-info-img2{width: 100%;float: none;}}
.doctor-info-top .doctor-info-txt {
	padding: 20px;
	float: left;
	width: 60%;
}
@media (max-width: 991px) {.doctor-info-top .doctor-info-txt{width: 100%;}}
@media (max-width: 768px) {.doctor-info-top .doctor-info-txt{width: 100%;}}
@media (max-width: 576px) {.doctor-info-top .doctor-info-txt{width: 100%;float: none;}}

.doctor-info-top .doctor-info-txt h3 {
	font-weight: 600;
	border-left: 6px solid #9D8D6C;
	padding: 0 0 0 6px;
	text-align: left;
}
.doctor-info-top .doctor-info-txt h3::before {
	display: none;
}
.doctor-info-top .doctor-info-txt p {
	color: #9D8D6C;
	line-height: 1.2;
}
.doctor-info-link a {
	display: inline-block;
	padding: 8px 20px;
	margin: 0 10px 10px 0;
	border-radius: 10px;
	border: 1px solid #eeeeee;
	color:#9D8D6C;
}
.doctor-info-link a:hover {
	border: 1px solid #444444;
	background: #444444;
	color: #ffffff;
}
.doctor-info-bottom {
	background: #9D8D6C;
	color: #ffffff;
	border-radius: 0 0 15px 15px;
	padding: 20px;
}
.doctor-info-bottom p{
	margin-bottom: 0;
}
.doctor-info-bottom2 {
	/* background: #F2EEE8; */
	color: #333333;
	border-radius: 0 0 15px 15px;
	padding: 20px;
	border-top: 2px solid #F2EEE8;
}
@media (max-width: 768px) {.doctor-info-bottom2{padding: 15px;}}

.doctor-info-bottom2 h4 {
	padding: 9px 17px 9px 17px;
	border: 0;
	display: block;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1;
	background: #9D8D6C;
	text-align: center;
	margin: 0 0 20px;
	color:#ffffff;
}
.doctor-info-bottom2 img {
	max-width:100%;
	width:auto !important;
}
.doctor-info-bottom2 li {
	width: 100% !important;
}
/*06 ���鰵瘨��� */
.news-detail h1 {
	overflow: hidden;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	color: #333333;
	position: relative;
	margin: 0 0 20px;
}
.news-detail h1 span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 0 20px;
}
.news-detail h1 span::before, .news-detail h1 span::after {
	content: "";
	height: 3px;
	display: block;
	position: absolute;
	bottom: -10px;
}
.news-detail h1 span::before {
	width: 100%;
	background: #24a434;
	right: 0;
}
.news-detail h1 span::after {
	width: 50px;
	background: #6fbb28;
	left: 0;
}
.news-detail-des h2 {
	font-size: 2rem;
	font-weight: 600;
	color: #272833;
	padding: 20px 0;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.news-detail-des p {
	font-size: 1.4rem;
	margin-bottom: 20px;
	line-height: 2;
}
.share {
	overflow: hidden;
	width: 120px;
	margin: 0 auto;
}
.share ul {
	display: flex;
	align-items: center;
	padding: 0;
}
.share li {
	list-style: none;
	margin-right: 5px;
}
.share a {
	width: 32px;
	height: 32px;
	display: block;
	border-radius: 5px;
}
.share li:first-child a {
	background: url(/images/img_Facebook_Page_Share.svg) center center/25px no-repeat #4e76be;
}
.share li a {
	background: url(/images/img_Line_Page_Share.svg) center center/25px no-repeat #20d14d;
}
.share li:last-child a {
	background: url(/images/img_Mail_Page_Share.svg) center center/25px no-repeat #cccccc;
}
.share a img {
	width: 32px;
	height: 32px;
	opacity: 0;
}
.share-tool {
	text-align: center;
	padding: 0 0 20px;
}
.signup {
	text-align: center;
	padding: 0 0 20px;
}
.signup a {
	background: #9D8D6C;
	color: #ffffff;
	padding: 8px 20px;
	border-radius: 10px;
	box-shadow: 0 .1rem 2rem rgba(0,0,0,.1) !important;
	display: inline-block;
}
.search {
	padding:0 0 15px 0;
}
.search label {
	width: calc(100% - 36px) !important;
	display: inline-block !important;
	padding: 0;
	vertical-align: middle;
	margin: 0;
	width: 100%;
	line-height: 1;
}
.is-screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}
.search input.is-search-input {
	background: #fff;
	background-image: none !important;
	color: #333;
	padding: 0 12px;
	margin: 0;
	outline: 0 !important;
	font-size: 14px !important;
	height: 36px;
	min-height: 0;
	line-height: 1;
	border-radius: 0;
	border: solid 1px #ccc !important;
	font-family: arial;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.search button.is-search-submit {
	background: 0 0;
	border: 0;
	box-shadow: none !important;
	opacity: 1;
	padding: 0 !important;
	margin: 0;
	line-height: 0;
	outline: 0;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	float: right;
}
.is-screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}
.search input.is-search-submit, .is-search-icon {
	display: inline-block !important;
	color: #666;
	background: #ededed;
	box-shadow: none !important;
	outline: 0;
	margin: 0;
	font-size: 14px !important;
	border: 1px solid #ccc;
	border-radius: 0;
	line-height: 1;
	height: 36px;
	text-transform: capitalize;
	vertical-align: middle;
	-webkit-transition: background-color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out;
	-o-transition: background-color .1s ease-in-out;
	transition: background-color .1s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.is-search-icon {
	width: 36px;
	padding-top: 6px !important;
}

/*07 ����𡏭那�� */
.fg-col {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.clinic-banner {
	max-width: 1240px;
	margin-top: -140px;
	position: relative;
}
@media (max-width: 1279px) {.clinic-banner{max-width: 100%;margin-top: 0;}}

.clinic-01 {
	min-height: 200px;
	text-align: center;
	padding: 20px;
}
@media (max-width: 768px) {.clinic-01{min-height: auto;padding: 10px;}}

.clinic-01-icon {
	font-size: 36px;
}
.clinic-01-t {
	font-size: 20px;
	min-height: 60px;
}
@media (max-width: 840px) {.clinic-01-t{min-height: 60px;font-size: 18px;}}
@media (max-width: 767px) {.clinic-01-t{min-height: auto;font-size: 20px;}}

.clinic-01-link {
	margin:10px 0;
}
.clinic-01-link a {
	display: inline-block;
	padding: 8px 20px;
	margin: 0 10px 0 0;
	border-radius: 10px;
	/* border: 1px solid #ffffff; */
	box-shadow: 0 .1rem 2rem rgba(0,0,0,.1) !important;
	background: #ffffff;
	color:#9D8D6C;
	font-weight:600;
}
.clinic-01-link a:hover {
	background: #9D8D6C;
	color: #ffffff;
}
.clinic-02 {
	background-color: #9D8D6C;
	margin-top: -100px;
	padding: 120px 0 0;
}
.clinic-02-t {
	font-size: 2rem;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
}
.clinic-02-p {
	font-size: 1.2rem;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
	line-height: 2;
}
.hero .slick-prev, .hero .slick-next {
	position: absolute;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: 0;
	padding: 0;
	border: 0;
	outline: 0;
	z-index: 100;
}
.hero .slick-prev {
	left: 20px;
	background-image: url('/images/left-arrow.png');
	background-size: 50px;
}
.hero .slick-next {
	right: 20px;
	background-image: url('/images/right-arrow.png');
	background-size: 50px;
}



/*08 �舐窗��穃�� */
.signup-col {
	float: left;
	width: 100%;
}
.signup-col2 {
	float: left;
	width: 50%;
	padding: 0 15px;
	min-height: 105px;
}
@media (max-width: 767px) {.signup-col2{float: none;width: 100%;min-height: auto;}}
.signup-col-auto {
	float: left;
	padding: 0 5px;
}
@media (max-width: 767px) {.signup-col3{float: none;width: 100%;}}
.formLabel {
	display: inline-block;
	width: auto !important;
	margin-bottom: 6px;
	font-weight: 400;
	font-size: 0.95rem;
}
.Required {
	margin: 0 0 0 2px;
	float: none;
	font-size: .8125rem;
	-webkit-font-smoothing: auto;
	color: #F93636;
}
.FormPanel {
	width: 100%;
	margin-bottom: 20px;
}
.FormPanel img {
	vertical-align: middle;
	display: inline-block;
}
.FormPanel.Interest label{
	width: 25% !important;
	float: left;
	margin: 0;
	padding: 0 10px;
}
@media (max-width: 991px) {.FormPanel.Interest label{width: 33.33% !important;}}
@media (max-width: 640px) {.FormPanel.Interest label{width: 50% !important;}}
@media (max-width: 480px) {.FormPanel.Interest label{width: 100% !important;}}
input[type="text"], input[type="password"], input[type="url"], input[type="email"], input[type="search"], input[type="number"], input[type="tel"] {
	background-color: #ffffff;
	border: 1px solid #ccc;
	font-size: 0.95rem;
	padding: 8px;
	-webkit-appearance: textfield;
	border-radius: 3px;
	width: 100%;
	height: 50px;
}
input[type="button"], input[type="submit"], input[type="reset"], .btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	min-width: 150px;
	padding: 10px 24px;
	background-color: #94847A;
	color: #ffffff;
	border: 0;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
	cursor: pointer;
	-webkit-transition: all 120ms linear;
	transition: all 120ms linear;
	outline: 0;
	min-height: 48px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	box-shadow: 0 .1rem 2rem rgba(0,0,0,.1) !important;
}
input.captcha_input {
	display: inline-block;
	width: calc(100% - 85px) !important;
	vertical-align: middle;
	height: 43px;
}
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 0 1rem;
	padding: .5rem;
	border: 1px solid #ccc;
	/* border-radius: 0; */
	background-color: #ffffff;
	box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.7;
	color: #0a0a0a;
	transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
	resize: none;
	max-width: 100%;
}
.btn-cancel {
	display: inline-block;
	margin: 0 0 60px;
}
.btn-cancel a {
	background: #ffffff;
	font-size: 18px;
	font-weight: 600;
	color: #444444;
	padding: 10px 20px;
	display: inline-block;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	box-shadow: 0 .1rem 2rem rgba(0,0,0,.1) !important;
}
.btn-submit {
	display: inline-block;
	padding-left: 10px;
}
.btn-submit a {
	background: #24a434;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 10px;
	box-shadow: 0 .1rem 2rem rgba(0,0,0,.1) !important;
}
.btn-submit a::after {
	content: "\f105";
	font-family: fontello;
	font-size: 20px;
	color: #ffffff;
	padding: 0 0 0 10px;
}

.about-01-links ul li{
	display: inline-block;
	padding: 15px 10px;
}
.result-list {
	margin: 0;
}
.result-list ul {
	margin: 0;
	padding: 0;
}
.result-list ul li {
	list-style: none;
	border-bottom: 1px solid #eeeeee;
	padding: 20px 0;
}
.result-title {
	font-weight: 600;
	font-size: 22px;
}
.result-title a:hover{
	text-decoration: underline;
}
.result-txt {
	color: #555555;
}
.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.55);
	border: none;
}
.footer-logo {
	padding: 0 0 15px 0;
}
.hashtag{
	font-size: 1rem;
	margin: 0 0 20px;
}
.hashtag a {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	font-size: 1rem;
	color: #666666;
	margin: 0 3px;
}
.hashtag a:hover {
	background: #9D8D6C;
	color: #ffffff;
	border: 1px solid #9D8D6C;
}
@media (max-width: 480px) {.index-line-box{position: absolute;right: 95px;top: 2px;margin: 0;}}
.index-line{
	position: absolute;
	right: 90px;
	bottom: 4px;
	margin: 0 10px;
}
@media (max-width: 1200px) {.index-line{position: relative;right: 0;top: 2px;margin: 0;}}
@media (max-width: 480px) {.index-line{top: 0px;}}

.index-line2{
	display: inline-block;
	margin: 0 10px;
	background: #333333;
	border-radius: 10px;
	padding: 5px 12px;
	color: #ffffff;
	bottom: 3px;
	position: absolute;
	right: 0;
}
@media (max-width: 1200px) {.index-line2{width: 80px;left: 40px;bottom: 8px;}}
@media (max-width: 480px) {.index-line2{bottom: 0;}}

.index-line2 a{
	color: #ffffff;
}
.index-line2 a:hover{
	color: #ffffff;
}
.newsimg{
	float: left; 
	padding-right: 30px;
}
@media (max-width: 991px) {.newsimg{float: none;padding-right: 0; }}
.fixed-top {
	position: relative;
}</pre></body></html>