/*LONG	OVAL	long_oval.png	긴 계란형	*!부각*!없이 *!매끄러운*!*/
html{
	height: 100%;
	background-color: #f4f4f4;
}
body{
	padding: 0;
    margin: 0;
}
#titleArea span{
	font-family: KHDS-Bold,system-ui,AppleSDGothicNeo-Regular,맑은 고딕,Malgun Gothic,돋움,dotum,sans-serif;
    color: #111;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    margin: 0;
}
#findText div{
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
p{
	font-family: KHDS-Regular,system-ui,AppleSDGothicNeo-Regular,맑은 고딕,Malgun Gothic,돋움,dotum,sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #111;
    text-align: center;
}
#descriptionText{
	font-family: KHDS-Regular,system-ui,AppleSDGothicNeo-Regular,맑은 고딕,Malgun Gothic,돋움,dotum,sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #111;
    text-align: center;
}
@media (max-width: 500px) {
  #pageArea{
	height: 100%;
    width: 100%;
    margin: 0 auto;
    background-color: white;
	}
}
#pageArea{
	height: 100%;
    max-width: 500px;
    min-width: 320px;
    margin: 0 auto;
    background-color: white;
}
#imgArea {
/*	width: 100%*/
}
#shapeImg {
	width: 100%
}
#titleContainer{
	margin: 30px 0;
}
#titleArea{
	display: flex;
    flex-direction: column;
}
#descriptionContainer{
	padding: 0 18px;
	padding-bottom: 47px;
}
#descriptionUnderLine{
	border: 0.1px solid #e0e0e0;
    margin: 31px 0;
}
#bottomContainer{
	display: flex;
    flex-direction: column;
}
#chemistryIcon{

}
#findText {
	margin: 16px 0;
	float: left;
    width: 100%;
}
#findDescription{
	margin-bottom: 20px;
    width: 100%;
    float: left;
}
#findDescription p{
	text-align: left;
    margin: 0;
    color:#6A6A6A;
}
#bottomButtonArea{
	position: fixed;
    bottom: 0;
    height: 60px;
    background-color: #5956FF;
    width: 100%;
    max-width: 500px;
    min-width: 320px;
}

#bottomButtonArea button{
	width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    color: white;
    font-weight: bold;
    font-size: 20px;
    max-width: 500px;
    min-width: 320px;
}