#page_title {
	background: url('../images/dermatology/pagetitle.webp?20251024') no-repeat center center;
}

#section1 {
	text-align: center;
}

#section1 > article > p{
	text-align: left;
}

#section1 ul {
	padding: 40px 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

#section1 li {
	position: relative;
	border: 2px solid #fcc700;
	border-radius: 10px;
	/* line-height: 56px; */
	text-align: center;
	width: calc((100% - 80px) / 3);
	box-sizing: border-box;
}

#section1 li a{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 70px 0 0 0;
	background-color: #00000099;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-radius: 10px;
	opacity: 0;
	text-shadow: 0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000;
}

#section1 li a:hover{
	opacity: 1;
}

#section1 li h4{
	background: #fcc700;
	color: #111;
	padding: 10px 0;
	margin: 0;
	font-size: 21px;
	font-weight: normal;
}

#section1 li .desc{
	padding: 10px 16px;
	text-align: justify;
	line-height: 1.6;
}

#section2 h3 {
	text-align: left;
	font-size: 34px;
}

#section3 h3 {
	text-align: left;
	font-size: 34px;
}

