@charset "utf-8";
/* CSS Document */




/*---上方banner圖片--*/
	
.img-team {
  width: 100%;
  aspect-ratio: 1920 / 130;
  background-image: url(../pic/team/banner_team.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 平板尺寸 */
@media (max-width: 768px) {
  .img-team {
    background-image: url(../pic/team/banner_team_768.png);
    aspect-ratio: 768 / 52;
  }
}


/*--醫師介紹VS門診時間表--*/
	
.dr-pic {
  max-width:395px;
  padding: 0 30px 0 0;
}

.dr-img {
  max-width:100%;
  height: auto;
}


@media (max-width: 768px) {
  .dr-pic {
  max-width:320px;	  
  padding: 0;
}

.dr-img {
  max-width:100%;
  height: auto;
}
}

/*醫師經歷*/

.dr_experience {
	list-style: none;
	font-size: 20px;
	color: #595757;	
	padding-left: 13px;
	margin-left: 0;	
}

.dr_experience li{
	line-height: 2;	
}

.dr_name {
	color: #fff;
	font-size: 28px;
	text-decoration: none;
	background-color: #AE0082;
	padding: 2px 17px;
	border-radius: 20px;
	display: inline-block;
	margin: 0 0 10px 0;	
	}


/*--門診時間表_start--*/

.schedule_tb table{	
	margin:0 auto;
}

.schedule_tb table tr td{	
	padding: 3px 3px;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	}

.schedule_title{	
	width: 16%;
	color: #7D4095;
	background: #e3dcec;
	border: solid 1px #9B81BA;
}

.schedule_title_td{
	width: 14%;
	color: #7D4095;
	background: #f0ecf5;
	border-top: solid 1px #9B81BA;
	border-right: solid 1px #9B81BA;
	border-bottom: solid 1px #9B81BA;
}


.schedule_time{	
	width: 16%;
	color: #7D4095;
	background: #f0ecf5;
	border-left: solid 1px #9B81BA;
	border-right: solid 1px #9B81BA;
	border-bottom: solid 1px #9B81BA;
}

.schedule_location{
	width: 14%;
	color: #7D4095;
	background: #fff;
	border-right: solid 1px #9B81BA;
	border-bottom: solid 1px #9B81BA;
}

.schedule_location_r{
	width: 14%;
	color: #7D4095;
	background: #fff;
	border-right: solid 1px #9B81BA;
	border-bottom: solid 1px #9B81BA;
}



/*---診所名稱顏色-*/

.t_zhubei{
	color: #B84C97;	
}


.t_taipei{
	color: #009DDA;	
}

.t_taichung{
	color: #751485;	
}

.t_yingsi{
	color: #7FBE26;	
}


@media (max-width: 768px) {
	
.dr_experience {	
	font-size: 18px;
}
	
.dr_name {
	font-size: 24px;
	}
		
.schedule_tb tbody table tr td{	
	font-size: 18px;
	}
	
.dr_schedule{
	color: #fff;
	text-align: left;
	background: #9B81BA;
	border-left: solid 1px #9B81BA;
	border-right: solid 1px #9B81BA;
	border-bottom: solid 1px #9B81BA;
}

.dr_schedule td ul{
	color: #fff;
	text-align: left;
	background: #9B81BA;
	border-left: solid 1px #9B81BA;
	border-right: solid 1px #9B81BA;
	border-bottom: solid 1px #9B81BA;
}

	
}

/*--門診時間表_end--*/


.line_grey{
	border: 20px solid #dcdddd;
	margin: 10px auto;
	}



