@charset "UTF-8";
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
input,
textarea,
button,
select {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Malgun Gothic', '맑은 고딕', AppleSDGothicNeo-Light, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	vertical-align: middle;
}
body {
	position: relative;
	color: #000;
	-webkit-text-size-adjust: none;
}
img,
fieldset {
	border: 0;
}
ul,
ol {
	list-style: none;
}
em,
address {
	font-style: normal;
}
pre,
xmp {
	font-family: 'Malgun Gothic', '맑은 고딕', AppleSDGothicNeo-Light, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}

.btn {
	color: #fff;
	background-color: #2a2d33;
	border: 1px solid #2a2d33;
	background-clip: padding-box;
	display: inline-block;
	padding: 0.65em 1.5em;
	line-height: 0.933em;
	transition-property: background-color, color;
	transition-duration: 0.2s;
	transition-timing-function: ease;
	border-radius: 0px;
	appearance: none;
	-webkit-appearance: none;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 0.5em 0.5em;
	cursor: pointer;
	text-decoration: none;
}

.btn:hover {
	background-color: #505156;
}

.tabe_item {
	width: 200px;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0px;
	padding: 0.75em 2em;
	line-height: 1.2;
	color: #000;
	appearance: none;
	-webkit-appearance: none;
	font-weight: bold;
	text-align: center;
}
.tabe_item_selected {
	z-index: 2;
	border: 1px solid #565e60;
	border-bottom: none;
	color: #565e60;
	cursor: default;
}

.wrap {
	max-width: 1420px;
	margin: 0 auto;
}

.desc {
	padding: 10px 0 10px 0;
	font-size: 1em;
}

.desc p {
	margin: 0.5em 0;
}

#footer {
	margin-top: 40px;
	background-color: #2a2d33;
	text-align: right;
	height: 30px;
	color: #ffffff;
}
.copyright {
	font-size: 0.8em;
	margin-right: 20px;
	padding-top: 5px;
}
