@charset "utf-8";
/* CSS Document */

/*---上方圖片--*/
	
.img-clinic {
  width: 100%;
  aspect-ratio: 1920 / 130;
  background-image: url(../pic/clinic_schedule/banner_clinic_schedule.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 平板尺寸 */
@media (max-width: 768px) {
  .img-clinic {
    background-image: url(../pic/clinic_schedule/banner_clinic_schedule_768.png);
    aspect-ratio: 768 / 52;
  }
}

/*--迎曦診所按鈕設定_start--*/

.link_item_yingsi {
  color: #7CC16D;
  font-size: 1em;
  text-decoration: none;
  padding: 5px 12px;
  position: relative;
  border-left: 1px solid #AC78B2;
  margin: 0;
  display: inline-block;
  border-radius: 10px;
  transition: background-color 0.3s, color 0.3s;
}

/* 平板尺寸 */
@media (max-width: 768px) {
 .link_item_yingsi {
  color: #7CC16D;
  font-size: 18px;
  text-decoration: none;
  padding: 3px 10px;
  position: relative;
  border-left: 1px solid #AC78B2;
  margin: 0;
  display: inline-block;
  border-radius: 10px;
  transition: background-color 0.3s, color 0.3s;
}
}


.link_item_yingsi:first-child {
  border-left: none;
}

.link_item_yingsi:hover {
  color: #fff;
  background: #7CC16D;
	
}

/*--迎曦診所按鈕設定_end--*/


/*--看診注意事項--*/
.info {
	list-style: none;
	font-size: 1em;
	line-height: 2;		
	color: #876290;	
	padding-left: 13px;
	margin-left: 0;	
}



/*--門診時間表_醫師名字--*/
.t_purple{
	color: #751485;	
	font-size: 20px;
}

.t_blue{
	color: #00A0E9;	
	font-size: 20px;
}


.t_green{
	color: #007440;	
	font-size: 20px;
}


/*--迎曦門診時間表_start--*/

.schedule_yingsi_tb table{	
	margin:0 auto;
}

.schedule_yingsi_tb table tr td{	
	padding: 3px 3px;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	}

.schedule_yingsi_title{	
	width: 16%;
	color: #007440;
	background: #d6edda;
	border: solid 1px #18943B;
}

.schedule_yingsi_td{
	width: 14%;
	color: #007440;
	background: #e9f5eb;
	border-top: solid 1px #18943B;
	border-right: solid 1px #18943B;
	border-bottom: solid 1px #18943B;
}


.schedule_yingsi_time{	
	width: 16%;
	color: #007440;
	background: #e9f5eb;
	border-left: solid 1px #18943B;
	border-right: solid 1px #18943B;
	border-bottom: solid 1px #18943B;
}

.schedule_yingsi_location{
	width: 14%;
	color: #007440;
	background: #fff;
	border-right: solid 1px #18943B;
	border-bottom: solid 1px #18943B;
}

.schedule_yingsi_location_r{
	width: 14%;
	color: #007440;
	background: #fff;
	border-right: solid 1px #18943B;
	border-bottom: solid 1px #18943B;
}

/*--門診時間表_end--*/



/*--門診時間表_台北醫師週六輪值說明--*/
.dr_schedule{
	color: #fff;
	background: #9B81BA;	
	border-left: solid 1px #9B81BA;
	border-right: solid 1px #9B81BA;
	border-bottom: solid 1px #9B81BA;	
}

.dr_schedule td ul{
	text-align: left;
	line-height: 2;
	justify-content: center;	
	display: table-cell;
	vertical-align: middle;
}
.clinic_purple_add{
	color: #751485;	
	font-size: 20px;
	padding: 0 0 0 10px;
	margin: 15px 0 25px 0;
}

.clinic_green_add{
	color: #007440;	
	font-size: 20px;
	padding: 0 0 0 10px;
	margin: 15px 0 25px 0;
}



@media (max-width: 768px) {
	
.schedule_yingsi_tb tbody table tr td{	
	font-size: 18px;
	}
	
.dr_schedule td ul{
	font-size: 18px;
	line-height: 1.5;
}
	
.t_purple{
	font-size: 18px;
	writing-mode: vertical-lr; /*--文字垂直顯示-*/
	
}

.t_blue{
	font-size: 18px;
	writing-mode: vertical-rl;
}
.t_green{
	font-size: 18px;
	writing-mode: vertical-rl;
}
	

.clinic_purple_add{
	font-size: 18px;
}
	
.clinic_green_add{
	font-size: 18px;
}
	
}





