@charset "utf-8";
body {
	margin: 0px;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, 微軟正黑體;
}
img {
	width: 100%;
}
table {
	margin: 0;
	border-collapse: separate;
	border-spacing: 0px;
 *border-collapse: expression('separate', cellSpacing = '5px');
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
table tr td {
	padding: 3px;
}
h1, h2, h3, h4, h5, h6, ul, li, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
select {
	border: 1px solid #ccc;
	padding: 8px 5px;
	color: #666;
	border-radius: 0 !important;
	margin-bottom: 1%;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
input {
	border: 1px solid #ccc;
	border-radius: 0 !important;
	color: #666;
	padding: 8px 5px;
	margin-bottom: 1%;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
textarea {
	border: 1px solid #ccc;
	border-radius: 0 !important;
	padding: 8px 5px;
	margin-bottom: 1%;
	color: #666;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
input[type="text"],input[type="submit"],input,textarea {
  -webkit-appearance: none;
}
/*-----------------------------
電腦版通用
-----------------------------*/
.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
		}
.rel {
	position: relative;
}
.yellow {
	color:#e4a758;
}
.w9 {
	width:90%;
	margin:0 auto;
}
.w40 {
	float:left;
	width:40%;
}
.w60 {
	float:left;
	width:60%;
}
.addtop10 {
	margin-top: 10px;
}
.font_big {
	font-size: 150%;
}
.addtop_p10 {
	padding-top: 10px;
}
.addtop_p25 {
	padding-top: 25px;
}
.addtop_m10 {
	margin-top: 10px;
}
.addtop_m25 {
	margin-top: 25px;
}
.addleft_p25 {
	padding-left: 25px;
}
.add_m25 {
	margin: 25px 0;
}
.addleft15 {
	margin-left: 15px;
}
.left30 {
	margin-left:30%
}
.right30 {
	margin-right:30%
}
.bottom30 {
	padding-bottom:30px;
}
.col_r {
	color: #F00;
}
.font_bold {
	font-weight: bold;
}
.center {
	text-align:center;
}
.left {
	float: left;
	width: 50%;
}
.right {
	float: right;
	width: 50%;
}
.red {
	color: #F00;
}
.web {
	display: block;
}
.mobile {
	display: none !important;
}
.t_align {
	text-align: center;
}
.bk {
	background-color: #474747
}
.bb {
	background-color: #2a5067
}
.bf5 {
	background-color:#f5f5f5
}
.b47 {
	background-color:#474747
}
.rel {
	position:relative;
}
/*麵包屑*/
#sitemap {
	margin: 10px 10px 0 0;
}
#sitemap ul {
	text-align: right;
}
#sitemap li {
	display: inline-block;
	font-size: 0.8em;
	color: #666666;
	padding: 0 5px;
	margin-left: -5px;
	line-height: 1em;
}
#sitemap li:after {
	content: '/';
	margin-left: 5px;
}
#sitemap li:last-child:after {
	display: none;
}
#sitemap li a {
	color: #666666;
}
#sitemap li:last-child {
	border-right: none;
}
.sitemap {
	float: right;
	color: #727272;
	font-size: 0.9em;
}
.sitemap li {
	cursor: pointer;
	list-style: none;
	float: left;
}
.sitemap li:hover {
	color: #ae5357;
}
.sitemap li a {
	color: #727272;
}
.sitemap li:after {
	content: '/';
	display: block;
	float: right;
	padding: 0 5px;
}
.sitemap li:last-child:after {
	content: '';
}

/*--------------------
header
--------------------*/
.w {
	width: 100%;
}
.container {
	max-width: 1100px;
	min-width: 768px;
	margin: 0 auto;
}
header {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
}
#doctor {
	background: #2b2b2b;
	box-shadow: 0 0 10px #2b2b2b;
	color: #fff;
	font-size: 2em;
	height: 60px;
	padding-top: 25px;
	padding-left: 15%;
}
#doctor strong {
	font-weight: 100;
	letter-spacing: 0.1em;
}
#contact {
	background: #3192c5;
	width: 20%;
	padding-left: 15%
}
#contact ul {
	background: url(../images/nav-bg01.png) no-repeat top left;
}
#contact li {
	float: left;
	padding: 0 0 0 25px;
	font-size: 1.15em;
	font-weight: 100;
	list-style: disc;
	list-style-position: inside;
	color: #fff;
	white-space:nowrap;
	width:110px;
}
#contact li a {
	line-height: 41px;
	padding-right: 10px;
	color: #fff;
	margin-left: -10px;
}
#contact li a:hover {
	color: #ffe200;
	transition: ease-out 0.5s;
}
/*--------------------
首頁設定
--------------------*/
#bg {
	height: 200%;
	width: 100%;
	background-image: url('../images/index-bg.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #736967;
}
#bg#in-description {
	position: absolute;
	top: 40%;
	left: 20%;
	color: white;
	font-size: 1.2em;
	text-shadow: #000 1px 1px 1px;
	width: 1000px;
	height: 200px;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 6px;
}
#in-description h1 {
	width: 50%;
	margin-top: 200px;
	margin-left: 50px;
}
.in-btn {
	margin: 5% 0 0 5%;
	width: 50%
}
.in-btn .btn {
	float: left;
	width: 50%;
	margin-bottom: 15px;
}
.in-btn .btn .btn01 {
	background: url(../images/btn-img.png);
	width: 34px;
	height: 34px;
	display: block;
	float: left;
}
.in-btn .btn .btn02 {
	background: url(../images/btn-img.png);
	background-position-x: 102px;
	width: 34px;
	height: 34px;
	display: block;
	float: left;
}
.in-btn .btn .btn03 {
	background: url(../images/btn-img.png);
	background-position-x: 68px;
	width: 34px;
	height: 34px;
	display: block;
	float: left;
}
.in-btn .btn .btn04 {
	background: url(../images/btn-img.png);
	background-position-x: 34px;
	width: 34px;
	height: 34px;
	display: block;
	float: left;
}
.in-btn a {
	line-height: 34px;
	display: block;
	float: left;
	width: 75%;
	padding: 0 10px;
	margin-left: 5px;
	border: 1px solid #111111;
	background: #fff;
	color: #2a5067;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 0.1em;
}
.in-btn a:hover {
	background: #2a5067;
	color: #fff;
	transition: ease-out 0.5s;
}
#in-step {
	width: 50%;
	margin: 25px 0 0 5%;
}
#in-step a {
	color: #fff;
}
#in-step .dr-btn {
	text-align: center;
	float: left;
	margin-left: 37%;
	width: 25%;
	background: #41a7a1;
	box-shadow: -5px 5px 0 #29706c;
	padding: 4px 0;
}
#in-step .dr-btn:hover {
	font-size: 1.1em;
	box-shadow: 0 0 0 #29706c;
	transition: ease-out 0.1s;
}
#in-step .contact-btn {
	text-align: center;
	float: left;
	margin-left: 7%;
	width: 25%;
	background: #e9ab33;
	box-shadow: -5px 5px 0 #947840;
	padding: 4px 0;
}
#in-step .contact-btn:hover {
	font-size: 1.1em;
	box-shadow: 0 0 0 #29706c;
	transition: ease-out 0.1s;
}
.about-dr {
	margin-top: 10%;
}
#in-dr-img {
	float: left;
	width: 50%;
	margin-top: -3%;
}
#in-dr-description {
	margin-top: 5%;
	float: right;
	width: 45%;
	color: #fff;
	margin-right:5%;
}
span.b-line {
	border-left: 5px solid #3192c5;
    display: block;
    padding-left: 15px;
}
#in-dr-description h2 {
	font-size: 2em;
	font-weight: 100;
}
h3.box {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 7px;
    text-align: center;
    width: 75px;
    margin: 0 auto 25px;
}
ul.left30 li {
	list-style:disc;
}
footer {
	background-color:#2b2b2b;
	height:50px;
	line-height:50px;
	color: #ddd;
}
/*-- 內頁 --*/
.banner {
	background:url(../images/page-bg.jpg) no-repeat top center;
}
.doctor {
    background: url(../images/doctor.jpg) no-repeat top center;
    height: 432px;	
}
.banner h2.title {
    width: 55%;
    padding: 150px 0 0 45px;
}
.page .title {
    position: absolute;
    width: 50%;
    background: linear-gradient(-60deg, transparent 60px, #2f5067 0);
    height: 60px;
    border-right-width: 10px;
    margin-top: -20px;
}
.page .title h1, .page .title h2 {
	text-align: right;
    margin-right: 170px;
    line-height: 65px;
	font-weight:100;
	font-size: 2em;
}
.page .title h1 .subtitle, .page .title h2 .subtitle {
	font-size:0.7em;
	color:#a7a7a7;
}
/*-- 聯絡我們 --*/
#data_form li {
	width: 80%;
    margin: 0 auto 15px;
}
.contact_btn {
	background-color:#111;
	color:#fff;
	border:none;
	padding:10px 20px;
}
.contact_btn:active {
	background-color:#2f5067;
}
.bg-f {
	padding:50px 0;
	border-radius:25px;
	background-color:#fff;
	color:#333;
}
/*-- qa --*/
.qa {
	width:90%;
	margin:0 auto;
}
.qa li {
	margin-bottom:35px;
}
.qa .q {
	font-size: 1.2em;
    background: #636363;
    border-bottom: 3px solid #3192c5;
    padding: 5px 7px;
    color: #fff;
}
.qa .a {}
/*-- 案例分享 --*/
.case h3 {
	font-size: 1.5em;
    font-weight: 100;
    border-top: 1px solid #3192c5;
    border-bottom: 1px solid #3192c5;
    padding: 15px 7px;
}
.case-beaf {
    width: 90%;
    border: 1px solid #2f5067;
    margin: 10px auto;
}
/*-- 治療方法 --*/
.treatment-icon {
	width: 80px;
    float: left;
    margin-right: 25px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.treatment-title {
	font-size:1.5em;
	font-weight:100;
	padding-top: 10px;
}
.surgery {
	margin-top:15px;
}
.surgery-type {
	float:left;
	display:block;
	width:33.3333333%;
	padding:2%;
}
.surgery-type h4 {
	font-size: 1.5em;
    color: #3192c5;
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.surgery-step { margin-left:25px;}
.surgery-step li {margin-bottom: 15px;}
/*-- 標題樣式 --*/
.title-type-01 {
	margin-top:25px;
	line-height:40px;
	font-size:1.5em;
	font-weight:400;
	color:#3192c5;
	border-bottom:1px solid #666;
}
.title-type-01:before {
	content:'';
	display:block;
	float:left;
	margin-right:10px;
	background:no-repeat url(../images/btn-img.png);
	width:35px;
	height:35px;
}
.title-type-02 {
    width: 99%;
    padding: 15%;
    font-size: 1.8em;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    background-color: #72869E;
}
.reason h4 {
	text-align: center;
    font-size: 1.2em;
    font-weight: 400;
}
.reason-colorA {
	background-color: #72869E;
	color:#fff;
}
.reason-colorB {
	background-color: #c7c7c7;
}
.reason h5 {
	font-size:1em;
	text-align:center;
}
.reason .txt {
    margin: 0 2%;
    background-color: #e4e4e4;
    padding: 10px;	
}
.bottom-line {
	padding:5px 0;
	border-bottom:1px solid  #CCC;
}
.reason table tr td {
    padding: 3px;
    border-bottom: 1px solid #111;
}
.b-paper {
	background:url(../images/DSC_4269.jpg) no-repeat top center;
}
.AA {
	width: 50%;
    margin: 7% auto;
    color: #fff;
}
.doctor-btn {
text-align: center;font-size: 1.5em;}
.doctor-btn a {
	padding: 10% 0;display: block;
}
.doctor-btn-1 {background-color: #908c5b;}
.doctor-btn-1:hover {background-color: #b3af7a;	transition: ease-out 0.1s;}
.doctor-btn-2 {background-color: #638c6e;}
.doctor-btn-2:hover {background-color: #8fb99a;	transition: ease-out 0.1s;}
.license li {
	float:left;
	width:12.5%;
	padding:1%;
}
#reload-img {
    float: left;
    margin-left: 20px;
}
.con_left {
	float:left;
	 width:20%;
	 line-height: 47px;
}
.con_right {
	float:left;
	 width:80%;
}
.con_checknum {
	float:left;
	 width:50%;
}
/*知識分享*/
.share-item {
	width: 33%;
	padding: 3%;
	float: left;
}
.share-item .text h3 {
	margin-top: 15px;
}
.share-item .text h3 a {
	color: #2a5067;
}
.ckeditor {
	width: 80%;
	margin: 0 auto;
}
.ckeditor h1 {
	margin-top: 35px;
}