/*Common :: 공통*/
img {
	max-width: 100%;
}
/*clinic_01*/
#clinic_01 h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
}
#clinic_01 h2 strong {
	color: #004b93;
}
#clinic_01 h3 {
	font-size: 20px;
}
#clinic_01 p {
	font-size: 16px;
    color: #333;
    font-weight: 300;
}
#clinic_01 .history_wrp {
	background-color: #fcfcfc;
}
#clinic_01 .history {
	padding: 40px 15px;
}
#clinic_01 .history h4 {
	font-weight: 500;
    font-size: 24px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    width: 175px;
}
#clinic_01 .history h4 span {
	font-size: 0.7em;
    font-weight: 400;
}
#clinic_01 .history ul li {
	position: relative;
    font-size: 17px;
    color: #333;
    padding: 3px 0;
    padding-left: 13px;
}
#clinic_01 .history ul li:before {
	content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #f3b919;
    top: 12px;
    left: 0;
}
@media (max-width:768px) {
	#clinic_01 h2 {
		font-size: 20px;
		line-height: 25px;
	}	
	#clinic_01 h3 {
		font-size: 15px;
	}
	#clinic_01 p {
		font-size: 13px;
		line-height: 20px;
	}
	#clinic_01 .history h4 {
		font-size: 16px;
	}
	#clinic_01 .history h4 img {
		width: 15px;
	}
	#clinic_01 .history ul li {
		font-size: 13px;
		line-height: 20px;
	}
}