input[type='text']{
	width:80%;
	height:35px;
	font-size:12pt;
}

textarea{
	width:80%;
	height:200px;
	font-size:12pt;
	font-family:'Noto Sans KR','Monaco','NanumGothic',sans-serif;
}
input[type='button']{
	width:150px;
	height:38px;
}

@media(max-width:1000px){
	input[type='text']{
		width:100%;	
	}	
	textarea{
		width:100%;
	}

}