@charset "utf-8";
[hidden] {
	display: none;
}
strong,
dt,
kbd kbd,
label,
.label {
	font-weight: 700;
}
.fwn,
.btn-link,
.radio label,
.checkbox label,
.radio-inline,
.checkbox-inline,
.input-group-addon,
.dropdown-menu > li > a,
.tooltip,
.popover {
	font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	min-height: 100%;
	font-size: 10px;
	position: relative;
	overflow-y: scroll;
}
body {
	width: 100%;
	color: #fff;
	font-family: "Pretendard", "Apple SD Gothic Neo", "맑은 고딕",
		"Malgun Gothic", "Helvetica Neue", Helvetica, Arial, "Trebuchet MS",
		sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	background-color: #000000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-break: keep-all;
	word-wrap: break-word;
	overflow-x: hidden;
}
p,
div {
	word-break: keep-all;
	word-wrap: break-word;
}
a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
ul {
	padding-left: 0;
	list-style: none;
}
em,
address {
	font-style: normal;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,
input[type="search"],
input[type="text"],
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input:before,
input[type="search"]:before,
input[type="text"]:before,
textarea:before,
input:after,
input[type="search"]:after,
input[type="text"]:after,
textarea:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button,
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
	border-radius: 0;
}
a {
	cursor: pointer;
}
img,
object {
	max-width: 100%;
	vertical-align: top;
}
input[disabled] {
	background-color: #eee;
}
select {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
select::-ms-expand {
	display: none;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
	border: none;
	border-radius: 0;
}
textarea {
	resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
	margin: 0;
	text-transform: inherit;
}
b {
	font-weight: 700;
}
header,
footer,
section,
article,
aside,
div {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip-path: inset(50%);
	border: 0;
	clip: rect(0 0 0 0);
}