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;
}
body {
	width: 100%;
	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: #ffffff;
	-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;
} 
body ::selection {
	color: inherit;
	background-color: #e6e6e6;
	background-color: rgba(0, 0, 0, 0.1);
	cursor: text;
}
body ::-moz-selection {
	color: inherit;
	background-color: #e6e6e6;
	background-color: rgba(0, 0, 0, 0.1);
	cursor: text;
}
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{
	-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;
}
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;
}
[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}