.doctor-page-area ul li a
{
	
	border: 1px solid #c4cbcf;
	
}

.doctor-page-area ul li.active a, 
.doctor-page-area ul li.active a:focus, 
.doctor-page-area ul li.active a:hover {
    
    cursor: default;
    background-color: rgb(119, 162, 187);
    border: 1px solid rgb(119, 162, 187);
	
}

/*[name=Dr]
{
	
	cursor: pointer;
	
}*/

div[name=doctorContent]
{
	
	padding-bottom: 50px;
	display: flex;
	/*align-items: center;*/
	
}

[name=doctor]
{
	
	margin-right: 50px; 
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	
}

[name=doctor] p
{
	
	color: #0392ce;
	
}

p[class=docDetail]
{
	
	white-space: pre-line;
	
}

/*彈窗*/
/*mask
{
	
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999999;
	overflow-y: hidden;
	
}

div[class=action]
{
	
	width: 70%;
	height: 75%;
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
	background-color: white;
	
}

div[name=content]
{
	
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(2, 500px);
	gap: 50px;
	
}

[name=content] img
{
	
	width: 400px;
	height: 500px;

}*/

div[name=DrInfo]
{
	
	/*height: 337px;*/
	width: 550px;
	font-size: 18px;
	color: black;
	overflow-y: auto;
	/*background-color: red;*/
	
}

div[name=aca]
{
	
	margin-bottom: 20px;
	
}

div[name=aca] h3
{
	margin-bottom: 10px;
	font-weight: bold;
	
}

div[name=aca] p
{
	
	margin: 0px;
	font-weight: normal;
	
}

/*close
{
	
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 20px;
	font-family: fontAwesome;
	cursor: pointer;
	
}

close:hover
{
	
	color: black;
	
}*/

/* RWD 響應式設計 */
@media (max-width: 1024px) {
	
	div[name=doctorContent]
	{
	
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		
	}

}

@media (max-width: 600px) {
	
	div[name=DrInfo]
	{

		width: auto;
		
	}
	
}