﻿@charset "utf-8";
@import url("reset.css");
@import url("jquery.fancybox.css");
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://use.fontawesome.com/releases/v5.0.13/css/all.css);
/* CSS Document */
a {
	color: #ff8686;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	outline: none;
}
a:hover {
	color: #E9332F;
}
a.gray {
	color: #666;
}
/*-------a:visited-------*/
ul.listNews li a:visited, .product li h4 a:visited, .prodList li a:visited, .prodListIndex li a:visited {
	color: #660099;
}
/*-------font effect-----------*/
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}
.bold {
	font-weight: bold;
}
.red {
	color: #F00;
}
.blue {
	color: #00cccc
}
.fa-user-md {
	font-size: 20px
}
.white {
	color: #fff;
}
.largeFont {
	font-size: 19px;
}
.smallFont {
	font-size: 13px;
}
.green {
	color: #4CAF50;
}
.align_r {
	text-align: right;
}
.align_c {
	text-align: center;
}
.italic {
	font-style: italic;
	opacity: 0.7;
	font-weight: normal;
}
.red {
	color: #f00;
}
.nowrap {
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.lightLine {
	height: 1px;
	line-height: 1px;
	border-bottom: 1px solid #e0e0e0;
	margin: 20px auto;
}
.divider {
	height: 10px;
	line-height: 10px;
}
ol.number {
	list-style: decimal;
	margin-left: 25px;
	display: block;
}
ol.disc {
	list-style: disc;
	margin-left: 25px;
	display: block;
}
.alert {
	border: 1px solid #F2C0B5;
	background: #FFF1F0;
	padding: 15px;
	color: #D85030;
	border-radius: 5px;
}
.twoDr{ display:block; padding-top:12px}
/*-------img effect-----------*/
.addShadow {
	border: 1px solid #f5f5f5;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 1px 5px 0px rgba(0,0,0,0.12);
}
.squareThumb {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	opacity: 0;
}
.recThumb {
	width: 100%;
	height: 0;
	padding-bottom: 66%;
	opacity: 0;
}
.partnerThumb {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
}
.adThumb {
	width: 100%;
	height: 0;
	padding-bottom: 36.3%;
}
.imgborder {
	/*border: 1px solid #e0e0e0;*/
	border-radius: 3px;
}
a:hover .imgborder {
/*border: 1px solid #E9332F;*/
}
/*-------btn effect-----------*/
.btn {
	-webkit-appearance: none;/*取消手機預設樣式*/
}
.btnStyle {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	border: 0;
	border-radius: 5px;
	color: #fff;
	background: #ff8686;
}
.btnStyle:hover {
	color: #FFF;
	background: #4285F4;
}
/*------------------form effect-------------------*/
input, textarea, body select {
	font-family: "微軟正黑體", "Roboto", sans-serif;
	font-size: 15px;
	padding: 0;
	color: #333;
	/*避免select長度不一*/
	box-sizing: border-box;
	display: inline-block;
	outline: none;
}
input:focus {
	outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
 color:#999;
}
:-ms-input-placeholder { /* WebKit browsers */
 color:#999;
}
.textStyle {
	border: 1px solid #ddd;
	border-radius: 5px;
}
.textStyle:focus {
	border: 1px solid #A6C1CE;
	background: #F6FBFE;
}
.formTitle {
	margin-bottom: 5px;
	font-weight: bold;
}
.refresh {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background-image: url(../images/refresh.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
/*------------page--------------*/
#page {
	color: #666;
	overflow: auto;
	text-align: center;
}
#page span {
	float: left;
	margin: 0 6px 6px 0;
}
#page span a {
	color: #333;
	display: block;
	text-decoration: none;
	padding: 3px 10px;
	border: solid 1px #e0e0e0;
	background: #f5f5f5;
	border-radius: 3px;
}
#page span a:hover {
	background: #FFF;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
}
#page span.current a, #page span.current a:hover {
	background: none;
	color: #666;
	border: none;
	box-shadow: none;
}
/*--------------------list news--------------------*/
ul.listNews li {
	display: block;
	width: 100%;
	border-top: 1px solid #ebebeb;
	padding: 6px 0 6px 10px;
	background-repeat: no-repeat;
	background-size: 3px 3px;
	background-position: left top 18px;
	background-image: url(../images/dot.svg);
}
ul.listNews li:first-child {
	border-top: 0;
	padding-top: 0;
	background-position: left top 12px;
}
ul.listNews li a:hover {
	color: #E9332F;
}
ul.listNews li span {
	font-size: 13px;
	color: #888;
}
/*--------------lightbox----------------*/
.lightbox {
	padding: 20px 15px;
}
.lightbox h1 {
	margin: -20px -15px 0 -15px;
	background: #ededed;
	padding: 10px 0;
	font-size: 25px;
	font-weight: normal;
	text-align: center
}
/*---------------------- toTop ------------------------*/
#toTop {
	position: fixed;
	right: 30px;
	bottom: 100px;
	width: 40px;
	height: 40px;
	background: url(../images/icon_top.svg) no-repeat rgba(255,134,134,1) center center;
	cursor: pointer;
	display: none;
	z-index: 123;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#toTop:hover {
	background: url(../images/icon_top.svg) no-repeat #27a6ff center center;
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-----------------------body-----------------------*/
html, body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 15px;
	line-height: 160%;
	font-family: 'Roboto', "微軟正黑體", sans-serif;
}
p {
	line-height: 160%;
}
h1, h2, h3, h4 {
	line-height: 120%;
}
.btn {
	padding: 6px 20px;
	line-height: 160%;
	font-size: 17px;
}
.btnSmall {
/*padding: 8px 15px;
	line-height: 100%;
	font-size: 15px;*/
}
.textStyle {
	padding: 10px;
}
.NoShowInPC {
	display: none;
}
/*------------------menu------------------------*/
#menuWrapper {
	width: 100%;
	top: 0;
	height: 50px;
	/*background:rgba(255, 134, 134, 0.70);*/
	background: rgba(255, 255, 255, 0.90);
	position: fixed;
	z-index: 100;
	min-width: 1024px;
	z-index: 999;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
}
h4.openMenu {
	display: none;
}
#menu {
	width: 80%;
	margin: 0 auto;
	min-width: 1024px;
	max-width: 1440px;
	height: 50px;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 17px;
	padding: 0 17px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
#menu li.selected a {
	color: #F56A6D;
	background: rgba(255, 255, 255, 1);
	font-size: 150%;
}
#menu li a:hover {
	color: #F56A6D;
	background: #ffffff;
}
#menu li ul {
	position: absolute;
	display: none;
}
#menu li ul li {
	border: 0;
	position: relative;
	z-index: 995;
	float: none;
}
#menu li ul li a {
	display: block;
	min-width: 180px;
	background: #000;
	line-height: 40px;
	color: #000;
	font-weight: normal;
	font-size: 15px;
	text-align: left;
	border-bottom: 1px solid #333;
}
#menu li ul li:last-child a {
	border-bottom: 0;
}
#menu li ul li a:hover {
	background: #ff8686;
}
#menu li ul li.selected a {
	background: #E9332F;
}
/*-----------------header---------------*/
header {
	position: relative;
	margin: 50px auto 0 auto;
	height: 100px;
	min-width: 1024px;
	max-width: 1440px;
	width: 80%;
}
header h1 a {
	width: 600px; /*700*0.75*/
	height: 100px;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	top: 0px;
}
/*---------------------- round btn ----------------------*/
ul#roundBtn {
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 199;
}
ul#roundBtn li {
	float: left;
	width: auto;
	margin-left: 15px;
	vertical-align: middle;
}
ul#roundBtn li a {
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	padding-left: 10px;
	text-decoration: none;
	color: #ff8686;
	font-size: 18px;
}
ul#roundBtn li a:hover {
	color: #4285f4;
}
ul#roundBtn li a.EN {
	background-image: url(../images/en.svg);
}
ul#roundBtn li a.TW {
	background-image: url(../images/TW.svg);
}
ul#roundBtn li a.FB {
/*background-image: url(../images/FB.svg);*/

}
ul#roundBtn li a.member {
	background-image: url(../images/member.svg);
}
ul#roundBtn li a.setting {
	background-image: url(../images/setting.svg);
}
ul#roundBtn li a.logout {
	background-image: url(../images/logout.svg);
}
/*----------------track----------------------------------*/
#track {
	color: #999;
	margin: 0 auto;
	width: 80%;
	min-width: 1024px;
	max-width: 1440px;
	font-size: 13px;
	line-height: 40px;
	height: 40px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	text-align: right
}
#track span {
	padding: 0 5px;
}
/*-------------content index--------------------*/
.contentIndex {
	width: 80%;
	margin: 0 auto;
	min-width: 1024px;
	max-width: 1440px;
}
.contentIndex h1, article h1 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	/*border-bottom: 2px solid #E9332F;*/
	text-align: center;
	padding: 10px 0 10px 0;
}
/*-------------content inner--------------------*/
article {
	width: 80%;
	margin: 30px auto;
	min-width: 1024px;
	max-width: 1440px;
}
article h1 {
	text-align: center;
	border-bottom: 0;
	padding: 0;
}
h2 {
	color: #27a6ff;
	font-size: 23px;
	font-weight: normal;
}
h3 {
	color: #ff8686;
	font-size: 21px;
	font-weight: normal;
}
h4 {
	font-size: 18px;
}
#left {
	width: 22%;
	min-width: 200px;
	float: left;
}
#left h1 {
	text-indent: 35px;
	margin-bottom: 25px;
}
#left h4 {
	display: none;
}
#left h1.visitor {
	background: url(../images/icon_view.png) no-repeat left center;
}
#left h1.event {
	background: url(../images/icon_event.png) no-repeat left center;
}
#left h1.press {
	background: url(../images/icon_news.png) no-repeat left center;
}
#left h1.exhibitor {
	background: url(../images/icon_exhibitor.png) no-repeat left center;
}
#left h1.game {
	background: url(../images/icon_game.png) no-repeat left center;
}
#left h1.event {
	background: url(../images/icon_event.png) no-repeat left center;
}
#left h1.allience {
	background: url(../images/icon_allience.png) no-repeat left center;
}
#left h1.trans {
	background: url(../images/icon_trans.png) no-repeat left center;
}
#left h1.history {
	background: url(../images/icon_history.png) no-repeat left center;
}
#left h1.ad {
	background: url(../images/icon_ad.png) no-repeat left center;
}
#right {
	width: 75%;
	padding: 0 0 0 0;
	/*border-left: 1px solid #e0e0e0;*/
	float: right;
	min-height: 400px;
}
/*-------------list--------------------*/
.list {
	font-size: 15px;
}
.list li {
	margin-bottom: 15px;
}
.list li a {
	width: 100%;
	color: #777;
	text-decoration: none;
	display: block;
	padding-left: 35px;
}
.list li a:hover {
	color: #E9332F;
}
.list li.selected a {
	/*background: #eee;*/
	color: #E9332F;
}
/*--------------sticky-------------------*/
#sidebar.sticky {
	float: none;
	position: fixed;
	top: 0;
	z-index: 6;
	left: auto;
	width: 17.6%;/*20x0.8*/
	min-width: 200px;
}
/*-------------table form--------------------*/
.maxText {
	width: 100%;
}
.largeText {
	width: 80%;
}
.midText {
	width: 50%;
}
.smallText {
	width: 120px;
}
/*-------------JQ Validate--------------------*/
label.error {
	color: #fff;
	margin-left: 5px;
	line-height: 100%;
	display: inline-block;
	font-style: italic;
	background: url(../images/alert.png) no-repeat left center;
	padding: 10px 10px 10px 20px;
	font-size: 14px;
}
.errorContainer {
	display: block;
}
.errorContainer label.error {
	margin-top: 5px;
	background: url(../images/alertTop.png) no-repeat left center;
	padding: 20px 10px 13px 10px;
}
/*----gallery-----*/
.gallery li {
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
	position: relative;
}
.gallery li:nth-child(3n) {
	margin-right: 0;
}
.gallery li a p {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	color: #FFF;
}
.gallery li a p span {
	display: block;
	color: #FFF;
}
.gallery li div.hoverDesc {
	color: rgba(255,255,255,0);
	background-color: rgba(0, 0, 0,0);
	background-image: url(../images/iconEnlarge.png);
	background-repeat: no-repeat;
	background-size: 25% auto;
	background-position: center center;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	transition: all 0.3s ease-out;
	width: 100%;
	height: 0;
	padding-bottom: 66%;
}
.gallery li:hover div.hoverDesc {
	color: rgba(255,255,255,1);
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}
/*-----------------partner---------------*/
#partner li {
	float: left;
	width: 15%;
	margin: 0 2% 2% 0;
	text-align: center;
}
#partner li:nth-child(6n) {
	margin-right: 0;
}
/*-----------------adBanner---------------*/
#adBanner li {
	float: left;
	width: 23.5%;
	margin: 0 2% 2% 0;
	text-align: center;/*建議尺吋220*110*/
}
#adBanner li:nth-child(4n) {
	margin-right: 0;
}
/*-------------calendar--------------------*/
#calendar li {
	padding: 20px;
	display: block;
	vertical-align: middle;
	border: 1px solid #B1CDDB;
	background: #EBF7FD;
	border-radius: 3px;
}
#calendar li h4 {
	font-size: 21px;
	text-align: center;
}
/*-------------------- 首頁精選產品--------------------*/
.prodListIndex {
	padding-bottom: 40px;
}
.prodListIndex li {
	display: inline-block;
	height: auto;
}
/*----------------- banner position -----------------------*/
.indexbanner {
	position: relative;
}
.indexbanner .swiper-button-next {
	right: -30px;
	margin-top: -50px;
}
.indexbanner .swiper-button-prev {
	left: -30px;
	margin-top: -50px;
}
/*-------------subscript--------------------*/
#subscript {
	padding: 20px 0;
	background: #333;
	text-align: center;
	color: #fff;
}
#subscriptText {
	border: 5px solid #ddd;
	background: #FFF;
	vertical-align: middle;
	width: 45%;
	text-indent: 10px;
	height: 45px;
	font-size: 17px;
	margin-right: 10px;
}
#subscriptText:focus {
	border: 5px solid #E9332F;
}
#subscriptBtn {
	vertical-align: middle;
	height: 45px;
	padding: 0 30px;
}
.googleMap {
	width: 100%;
	height: 400px;
}
/*-------------footer--------------------*/
footer {
	background: #222;
	padding: 25px 0;

	color: rgba(255,255,255,0.7);
	text-align: center;
}
footer a {
	color: #FFF;
}
footer a:hover{
	color: #ff8d8d;
}
.classMom li {
	float: left;
	width: 32%;
	margin: 5px;
	padding: 10px;
	border: 1px #efefef solid;
	height: 250px
}
.classMom li:nth-child(odd) {
	background: #f9f9f9;
	border: 1px #f9f9f9 solid
}
.classMom li h2 {
	color: #ff8686;
	padding: 10px 0px;
	font-size: 22px
}
.classMom li h3 {
	color: #3B3B3B;
	padding: 10px 0px;
	text-align: center;
	border-bottom: 1px dashed #ff8686
}
.team li h2 {
	color: #ff8686;
}
.treatment li {
	float: left;
	width: 32%;
	margin: 5px;
	padding: 10px;
	border: 1px #efefef solid;
	text-align:center;
	height:450px;
}
.treatment li img{ width:40%;}
.treatment li h2 {
	color: #ff8686;
}
/*-------------------- 醫師介紹--------------------*/


#teamList li {
	float: left;
	width: 32%;
	height: auto;
	margin: 0 0.5% 6px 0.5%;
	border: 1px solid #eee;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	padding: 10px 5px;
}
#teamList li .photothumb {
	width: 80%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;/*border: 1px solid #ededed;*/
	margin:0 auto
}
#teamList li.dean .teamListInfo h2 {
	color: #fff;
	background: #39adff;
	margin: 5px 7px 7px 7px
}
#teamList li .teamListInfo h2 {
	font-weight: normal;
	font-size: 23px;
	padding: 10px 0px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #ff8686;
	margin: 5px 7px 8px 7px
}
#teamList .teamListInfo p {
	padding: 0px 10px;
	
}
.register li{
	float: left;
	width: 49%;
	margin: 5px;
	text-align: center;
	padding:10px;
	font-size: 25px;
	padding:10px 0px; 
	line-height:40px;
	background: #ff8686;
	position:relative;
	height:120px;
	color:#fff

}

.register li div.inner {
	background: #ff8686;
	text-align: center;
	padding:20px 0px;
	position:absolute;
	width:100%;
    top:50%;
    height:120px;
    margin-top: -60px; /*這個高度必須要是height的一半*/
	
}
.register li div.inner a {
	color: #FFFFFF;
	padding:35px 0px 0px 0px;
	position:absolute;
	width:100%;
    top:50%;
	left:0%;
    height:120px;
    margin-top: -60px; /*這個高度必須要是height的一半*/
	
	
	}
.register li div.inner a:hover{ 
    background: #39adff;
	color: #fff;
    padding:35px 0px 0px 0px;


	

}
.register li div.inner i {
	font-size: 40px;
	margin-right: 20px;
	
}
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*-----------------------body-----------------------*/
html {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}
body {
	color: #333;
	line-height: 150%;
	font-size: 15px;
	font-family: "微軟正黑體", "Roboto", sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	min-height: 100%;
}
p {
	line-height: 150%;
}
h1, h2, h3, h4 {
	line-height: 120%;
}
.btn {
	font-size: 18px;
	padding: 6px 15px;
	-webkit-appearance: none;/*取消手機預設樣式*/
}
.textStyle {
	padding: 8px;
}
.alignCenterMobile {
	text-align: center
}
input, textarea, select {
	font-size: 15px;
	line-height: 150%;
}
.btnSmall {
	padding: 6px 10px;
}
.picForMobile {
	width: 100%;
	height: auto;
}
.NoShowInMobile {
	display: none;
}
.recThumb {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
/*------------------menu------------------------*/
h4.openMenu {
	display: block;
	position: fixed;
	width: 60px;
	height: 75px;
	top: 35px;
	right: 0;
	background-image: url(../images/bars.svg);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	z-index: 100;
}
h4.changColor {
	background-color: #eee;
	background-image: url(../images/close.svg);
}
#menu {
	width: 100%;
	background: #eeeeee;
	/*background:rgba(255, 255, 255, 0.95);*/
	position: fixed;
	top: 110px;
	right: 0;
	display: none;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 1px 5px 0px rgba(0,0,0,0.12);
	z-index: 9999;
	height: 100%;
	overflow: auto;
	padding-bottom: 100px;/**重要!!*/
}
#menu li {
	border-bottom: 1px solid #ddd;
	text-align: center
}
#menu li:last-child {
	border-bottom: none;
}
#menu li a {
	color: #333;
	display: block;
	text-decoration: none;
	padding: 15px;
	text-align: center;
	font-size: 23px;
}
#menu li a:hover {
	color: #F56A6D;
}
#menu li ul {
	display: none;
}
#menu li ul li {
	border-bottom: 0;
	border-top: 1px solid #ccc;
}
#menu li ul li a {
	background: #ddd;
	padding: 20px;
}
#menu li ul li a:hover {
	background: #4285F4;
	color: #fff;
}
#menu li.selected {
	background: #ccc;
}
/*-----------------roundBtn---------------*/
#roundBtn {
	background: #ff8686;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
	padding-left: 15px;
	z-index: 997;
}
#roundBtn li {
	float: left;
	margin-right: 5px;
}
#roundBtn li a {
	line-height: 35px;
	display: block;
	color: #fff;
	text-decoration: none;
}
#roundBtn li a:before {
	content: "/ ";
	color: rgba(255,255,255,0.6)
}
#roundBtn li:first-child a:before {
	content: " "
}
/*-----------------header---------------*/
header {
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 1px 5px 0px rgba(0,0,0,0.12);
	position: fixed;
	left: 0;
	top: 35px;
	width: 100%;
	background: #fff;
	z-index: 99;
	padding: 10px 15px 15px 5px;
}
header h1 a {
	width: 290px;
	height: 0;
	display: block;
	padding-bottom: 50px;
	text-indent: -9999px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
header h1.en a {
	background-image: url(../images/logoEn.jpg);
}
header h1.cn a {
	background-image: url(../images/logoCn.jpg);
}
/*----------------track----------------------------------*/
#track {
	color: #999;
	margin: 117px 0 0 0;
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 13px;
	line-height: 35px;
	height: 35px;
	background: #f1f1f1;
	padding: 0 15px;
	display: none;
}
#track span {
	padding: 0 5px;
}
/*-------------content index--------------------*/
.contentIndex h1, article h1 {
	font-size: 30px;
	font-weight: normal;
	/*border-bottom: 2px solid #E9332F;*/
	padding: 10px 0px;
	text-align: center;
}
article h1 {
	border: 0;
	text-align: center;
	padding: 0;
}
article #right h1 {
	padding: 0 50px 0 0;
}
article #right h1.noPadding {
	padding: 0;
}
/*-------------content inner--------------------*/
article {
	padding: 140px 15px 25px 15px;
}
h2 {
	color: #27a6ff;
	font-size: 25px;
	font-weight: normal;
}
h3 {
	color: #ff8686;
	font-size: 22px;
	font-weight: normal;
}
h4 {
	font-size: 17px;
	font-weight: normal;
}
#right {
	float: none;
	min-height: 300px;
}
#left h1 {
	display: none;
}
/*-------------left menu--------------------*/
#left h4 {
	position: fixed;
	right: 15px;
	top: 130px;
	text-indent: -9999px;
	display: block;
	width: 40px;
	height: 40px;
	background-color: rgba(99,99,99,0.1);
	background-image: url(../images/more.svg);
	background-size: auto 70%;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50px;
	z-index: 1999;
}
#left h4.gray {
	background-color: #ddd;
}
#left ul {
	display: none;
	position: fixed;
	right: 15px;
	top: 180px;
	border: 1px solid #e0e0e0;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
	background: #fff;
	z-index: 993;
}
#left ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	border-bottom: 1px solid #e0e0e0;
	padding: 8px 15px;
}
#left ul li:last-child a {
	border: none;
}
#left ul li.selected a {
	background: #f1f1f1;
}
#left ul li a:hover {
	background: #4285F4;
	color: #fff;
}
/*-------------form--------------------*/
.contentBox, .maxText, .largeText, .midText, .btnMax {
	width: 100%;
}
.smallText {
	width: 100px;
}
.formTitle {
	font-weight: normal;
}
.midTextMob {
	width: 200px;
}
/*-------------JQ Validate--------------------*/
label.error {
	color: #fff;
	margin-top: 5px;
	line-height: 100%;
	display: inline-block;
	font-style: italic;
	background: url(../images/alertTop.png) no-repeat left center;
	padding: 20px 10px 13px 10px;
	font-size: 14px;
}
/*-------------supMenu--------------------*/
#supMenu li a {
	padding: 0 15px 15px 15px;
}
/*-----------------partner---------------*/
#partner li {
	width: 32%;
	margin: 0 2% 2% 0;
	float: left;
	text-align: center;
}
#partner li:nth-child(3n) {
	margin-right: 0;
}
/*-----------------adBanner---------------*/
#adBanner li {
	float: left;
	width: 49%;
	margin: 0 2% 2% 0;
	text-align: center; /*建議尺吋220*110*/
}
#adBanner li:nth-child(even) {
	margin-right: 0;
}
/*-------------------- 首頁精選產品--------------------*/
.prodListIndex {
	padding-bottom: 40px;
}
.prodListIndex li {
	display: inline-block;
	height: auto;
}
/*----------------- banner position -----------------------*/
.indexbanner {
	position: relative;
}
.indexbanner .swiper-button-next {
	right: -15px;
	margin-top: -50px;
}
.indexbanner .swiper-button-prev {
	left: -15px;
	margin-top: -50px;
}
/*-------------subscript--------------------*/
#subscript {
	padding: 20px 15px;
	background: #333;
	text-align: center;
	color: #fff;
}
#subscriptText {
	border: 3px solid #ddd;
	background: #FFF;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	height: 45px;
	margin-bottom: 10px;
	text-align: center;
}
#subscriptText:focus {
	border: 3px solid #EC7474;
}
#subscriptBtn {
	width: 100%;
}
/*----gallery-----*/
.gallery li {
	float: left;
	width: 49%;
	margin: 0 2% 2% 0;
}
.gallery li:nth-child(2n) {
	margin-right: 0;
}
.gallery li a {
	display: block;
	position: relative;
}
.gallery li a p {
	width: 100%;
	padding: 5px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	color: #FFF;
}
/*-------------calendar--------------------*/
#calendar li {
	padding: 15px 10px;
	display: block;
	vertical-align: middle;
	border: 1px solid #B1CDDB;
	background: #EBF7FD;
	border-radius: 3px;
}
#calendar li h4 {
	font-size: 19px;
	text-align: center;
}
.googleMap {
	width: 100%;
	height: 300px;
}
/*-------------footer--------------------*/
footer {
	padding: 20px 15px;
	font-size: 13px;
	color: rgba(255,255,255,0.6);
	background: #222;
	text-align: center;
}
footer a {
	color: #FFF;
}
/*------------------toTop------------------------*/
#toTop {
	position: fixed;
	right: 2%;
	bottom: 100px;
	width: 40px;
	height: 40px;
	background: url(../images/icon_top.svg) no-repeat rgba(255,134,134,0.8) center center;
	cursor: pointer;
	display: none;
	z-index: 999;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#toTop:hover {
	background: url(../images/icon_top.svg) no-repeat #27a6ff center center;
}
.classMom li {
	float: left;
	width: 100%;
	margin: 5px;
	padding: 10px;
	border: 1px #fff solid
}
.classMom li h2 {
	color: #ff8686;
	padding: 10px 0px;
}
.classMom li h3 {
	color: #3B3B3B;
	padding: 10px 0px;
	text-align: center;
	border-bottom: 1px dashed #ff8686
}
.classMom li:nth-child(odd) {
	background: #f9f9f9;
	border: #f9f9f9 1px solid
}
.treatment li {
	float: left;
	width: 100%;
	margin: 5px 0px;
	padding: 10px;
	border: 1px #efefef solid;
	text-align:center
}
.treatment li img{ width:30%;}
.treatment li h2 {
	color: #ff8686;
}
/*-------------------- 醫師介紹-------------------*/
#teamList li {
	float: left;
	width: 100%;
	height: auto;
	margin: 3% 2% 3% 0;
	border: 1px solid #eee;
	padding-bottom: 10px
}
#teamList li .photothumb {
	width: 100%;
	height: 200px;
	margin: 2%;
}
#teamList li .teamListInfo h2 {
	font-weight: normal;
	font-size: 23px;
	padding: 10px 0px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #ff8686;
	margin: 5px 7px 8px 7px;
	height: 50px;
}
#teamList li.teamListInfo {
	width: 100%;
	padding: 10px;
}
#teamList .teamListInfo p {
	padding: 0px 10px;
}
#teamList li.dean .teamListInfo h2 {
	color: #fff;
	background: #39adff;
	margin: 5px 7px 7px 7px
}


.register li{
	float: left;
	width: 100%;
	margin: 10px  2px;
	text-align: center;
	font-size: 22px;
	background: #ff8686;
	color:#fff;
	

}

.register li div.inner {
	display:block;
	width:100%;
	background: #ff8686;
	text-align:center;
	padding:20px 0px;
	line-height:30px

	
}
.register li div.inner a {
	color: #FFFFFF;
	padding:20px 0px;
	text-align:center;
	width:100%;
	
	}
.register li div.inner a:hover{ 
    background: #39adff;
	color: #fff;
    padding:20px 0px;


	

}
.register li div.inner i {
	font-size: 40px;
	margin-right: 10px;
	
}
}
