#skin_header{
	max-width:1500px;
	min-width:1200px;
	margin:0 auto;
}
.contact_form{
	margin: 30px 0 0;
}
table{
	width:100%;
	margin:0 auto;
	padding: 0 50px;
	border-collapse: separate;
    border-spacing: 0 20px;
}
table tr{
	
}
table th{
	font-size:18px;
	font-family:'Noto Sans KR', sans-serif;
	font-weight:500;
	text-align:left;
}
table td input{
	height:50px;
	padding:10px;
	box-sizing:border-box;
	border:1px solid #ccc;
	font-size:14px;
}
table td span.nomber{
	width:40px;
	display:inline-block;
	text-align:center;
}
.contact_button{
	width:200px;
	height:50px;
	margin:80px 0;
	border-radius:0;
	border:none;
	background-color:#26504e;
	font-size:20px;
	color:#fff;
	cursor:pointer;
}
.contact_button:hover{
	transition:0.5s all ease;
	background-color:#af990e;
}
.infomation{
	height:80px;
	overflow-y:scroll;
	border:1px solid #ccc;
	margin:20px;
	padding:20px;
	max-width:1500px;
	min-width:1200px;
}
.contact_title{
	text-align:center;
	font-size:24px;
}