body{
	font: 15px/1.5 Bahnschrift, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}

/*Global*/
.container{
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.header{
	width: 90%;
	margin: auto;
	overflow: hidden;
}

ul{
	margin: 0;
	padding: 0;
}


/*Header*/
header{
	background: #ffffff;
	color: #ffffff;
	padding-top: 30px;
	min-height: 70px;
	border-bottom: #ffffff 3px solid;
}

header a{
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}

header li{
	float: left;
	display: inline;
	padding:0 20px 0 20px;
}

header #branding{
	float: left;
}

header #branding h1{
	margin: 0;
}

header nav{
	float: right;
	margin-top: 10px;
}

header .highlight, header .current a{
	color: #808080;
	font-weight: bold;
}

header a:hover{
	color: #000000;
	font-weight: bold;
}

.contents{
	width: 100%;
	height: auto;
	object-fit: cover;
	display: inline-block;
	overflow: hidden;
	margin-top: 50px;
	padding: auto;
}


.contentsec{
	width: 100%;
	height: auto;
	object-fit: cover;
	display: inline-block;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: auto;
}


/*폼 양식*/
.catform{
	margin-top: 30px;
	margin-bottom: 30px;
	font-family:'JEJUGOTHIC';
}

fieldset{
	width: 70%;
	float: center;
	margin: auto;
}


input[type=submit]{
	width: 50px;
	height: 30px;
	background-color: black;
	color: white;
	border: none;
	border-radius: 4px;
}

input[type=submit]:hover{
	background-color: darkgrey;
}

footer{
	padding: 20px;
	margin-top: 20px;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
}