@charset "utf-8";
/* CSS Document */



/*----- 首頁│最新消息 -----*/
.newsArea {
	padding: 70px 0;
	position: relative;
	background-color: #fff;
}

.newsTitle {
	width: 42px;
	display: inline-block;
	vertical-align: middle;
}

.newsTitle02 {
	display: none;
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}

.newsBox {
	width: 45%;
	min-height: 183px;
	display: inline-block;
	margin-left: 2.5%;
	border: 1px solid #b1b1b1;
	position: relative;
	vertical-align: middle;
}

.newsBox .newsPhoto {
	width: 47%;
	float: left;
	position: relative;
}

.newsBox .newsPhoto img {
	width: 100%;
	height: auto;
}

.newsBox .newsContent {
	width: 53%;
	float: right;
	padding: 30px 23px 0 38px;
}

.newsBox .newsContent h3 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin-bottom: 12px;
	line-height: 22px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.newsBox:hover .newsContent h3 {
	color: #af2f23;
}

.newsBox .newsContent .newsTxt {
	font-size: 14px;
	color: #707070;
	margin-bottom: 35px;
	line-height: 22px;
}

.newsBox .newsContent .newsBtn {
	width: 100%;
	font-size: 14px; 
	color: #fff;
	padding: 3px 0;
	background-color: #d6aa58;
	border-radius: 3px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.newsBox:hover .newsContent .newsBtn {
	background-color: #d67958;
}

.newsDate {
	width: 65px;
	height: 65px;
	color: #2a2a2a;
	background-color: #92d2d7;
	border-radius: 99em;
	border: 2px solid #fff;
	position: absolute;
	top: 36.5%;
	right: -32px;
	z-index: 99;
	text-align: center;
}

.newsDate .date {
	font-size: 21px;
	margin: 6px 0 0; 
	line-height: 25px;
}

.newsDate .year {
	font-size: 14px; 
}




/*----- 首頁│醫療團隊 -----*/
.index-teamArea {
	padding: 70px 0;
	position: relative;
	background: url(../langs/tw/images/index-bg.png) repeat;
}

.index-teamCon {
	width: 48.5%;
	float: left;
}

.index-serviceCon {
	width: 48.5%;
	float: right;
}

.index-teamTitle {
	width: 42px;
	display: inline-block;
	margin-right: 5%;
	vertical-align: top;
}

.index-teamBox {
	width: 85%;
	font-size: 15px;
	display: inline-block;
}

.index-teamBox h3 {
	font-size: 21px; 
	color: #000;
	font-weight: normal;
	padding: 0 0 15px 0;
	margin-bottom: 15px; 
	border-bottom: 1px solid #b1b1b1;
}

.index-teamLeft {
	float: left; 
	width: 45%;
	line-height: 26px;
}

.index-teamRight {
	float: right; 
	width: 49%;
	line-height: 26px;
}

.index-teamBtn {
	width: 212px;
	float: right;
	font-size: 14px; 
	color: #fff;
	padding: 4px 0;
	margin-top: 30px;
	background-color: #b1a27e;
	border-radius: 3px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.index-teamBtn:hover {
	color: #fff;
	background-color: #d67958;
}

.index-serviceImg {
	width: 181px;
	margin-right: 20px;
	display: inline-block;
}

ul.index-serviceTxt {
	width: 56%;
	display: inline-block;
	vertical-align: middle;
}

ul.index-serviceTxt li {
	margin-bottom: 10px;
	line-height: 24px;
}

ul.index-serviceTxt li:last-child {
	margin-bottom: 0;
}





/*----- 首頁│門診時間表 -----*/
.index-timeArea {
	padding: 60px 0 70px;
	position: relative;
}

.index-timeBox {
	width: 48%;
	float: left;
}

.index-mapBox {
	width: 42.1%;
	float: right;
}

.index-mapBox img {
	max-width: 100%;
	height: auto;
	margin-top: 7px;
}

h3.index-timeTitle {
	font-size: 28px;
	color: #181818;
	font-weight: normal;
	margin-bottom: 17px;
}

.timeTable-Box {
}

.timeTable {
	font-size: 15px;
	border-spacing: 1px 10px;
	border-collapse: separate; 
}

.timeTable th {
	color: #fff;
	font-weight: normal;
	padding: 8px 0;
	background-color: #cfaf92;
	text-align: center;
}

.timeTable th:first-child {
	background-color: #cba484;
}

.timeTable td {
	padding: 10px 0;
	background-color: #dac69d;
	text-align: center;
}

.timeTable td.main {
	background-color: #cfaf92;
	line-height: 25px;
}

.timeTable td i {
	font-size: 17px;
	color: #947c7b;
}

.timeTable-m-Box {
	display: none;
}

.timeTable-m {
	font-size: 15px;
	border-spacing: 1px;
	border-collapse: separate; 
}

.timeTable-m th {
	font-weight: normal;
	padding: 9px 0;
	background-color: #cfaf92;
	text-align: center;
	line-height: 25px;
}

.timeTable-m th:first-child {
	color: #fff;
	background-color: #cba484;
}

.timeTable-m td {
	padding: 10px 0;
	background-color: #dac69d;
	text-align: center;
}

.timeTable-m td.main {
	color: #fff;
	background-color: #cfaf92;
}

.timeTable-m td i {
	font-size: 17px;
	color: #947c7b;
}







@media (max-width: 1199px){

/*----- 首頁│最新消息 -----*/
.newsBox {
	width: 45.1%;
	margin-left: 2%;
}

.newsBox .newsPhoto {
	width: 47%;
}

.newsBox .newsContent {
	width: 53%;
	padding: 15px 15px 0 38px;
}

.newsDate {
	top: 35.5%;
}

.newsBox .newsContent .newsTxt {
	margin-bottom: 17px;
	line-height: 20px;
}



/*----- 首頁│醫療團隊 -----*/
.index-teamBox {
	width: 83%;
}

ul.index-serviceTxt {
	width: 42%;
}



/*----- 首頁│門診時間表 -----*/
.index-mapBox {
	width: 44%;
	float: right;
}



}



@media (max-width: 991px){

/*----- 首頁│最新消息 -----*/
.newsArea {
	padding: 50px 0 70px;
}

.newsTitle {
	display: none;
}

.newsTitle02 {
	display: block;
}

.newsBox {
	width: 100%;
	margin-left: 0;
	margin-bottom: 40px;
}

.newsBox:last-child {
	margin-bottom: 0;
}

.newsBox .newsPhoto {
	width: 183px;
}

.newsBox .newsContent {
	width: 71.5%;
	padding: 30px 30px 0 38px;
}

.newsDate {
	top: 33.5%;
}

.newsBox .newsContent .newsTxt {
	margin-bottom: 30px;
	line-height: 22px;
}

.newsBox .newsContent .newsBtn {
	width: 250px;
}



/*----- 首頁│醫療團隊 -----*/
.index-teamCon {
	width: 100%;
	float: none;
	margin-bottom: 65px;
}

.index-serviceCon {
	width: 100%;
	float: none;
}

.index-teamTitle {
	display: none;
}

.index-teamBox {
	width: 100%;
}

.index-serviceImg {
	margin-right: 30px;
}

ul.index-serviceTxt {
	width: 48%;
}



/*----- 首頁│門診時間表 -----*/
.index-timeBox {
	width: 100%;
	float: none;
	margin-bottom: 57px;
}

.index-mapBox {
	width: 100%;
	float: none;
}



	
}


@media (max-width: 767px){

/*----- 首頁│最新消息 -----*/
.newsBox .newsContent {
	width: 62.2%;
	padding: 20px 20px 0 38px;
}

.newsBox .newsContent .newsTxt {
	margin-bottom: 25px;
}

.newsBox .newsContent .newsBtn {
	width: 100%;
}





}



@media (max-width: 560px){

/*----- 首頁│最新消息 -----*/
.newsBox .newsPhoto {
	width: 100%;
	float: none;
	
}

.newsBox .newsContent {
	width: 100%;
	float: none;
	padding: 25px 20px;
}

.newsDate {
	left: 42%;
	top: auto;
	bottom: -17px !important; 
}

.newsBox .newsContent .newsTxt {
	margin-bottom: 30px;
	line-height: 22px;
}



/*----- 首頁│門診時間表 -----*/
.timeTable-Box {
	display: none;
}

.timeTable-m-Box {
	display: block;
}

.index-mapBox img {
	margin-top: 0;
}

h3.index-timeTitle {
	margin-bottom: 25px;
}



}


@media (max-width: 480px){

/*----- 首頁│醫療團隊 -----*/
.index-teamLeft {
	float: none; 
	width: 100%;
	margin-bottom: 15px;
}

.index-teamRight {
	float: none; 
	width: 100%;
}

.index-teamBtn {
	width: 100%;
	float: none;
	padding: 6px 0;
	display: block;
}

.index-serviceImg {
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
	text-align: center;
}

ul.index-serviceTxt {
	width: 100%;
}







}