/* Common **********************************************************************/
html,
body {
	width: 100%;
}



*,
*:before,
*:after {
	box-sizing: border-box;
}

* {
	-webkit-text-size-adjust: none;
	-webkit-text-size-adjust - auto | none | N% (default auto)
}

body {
	/*    overflow-x: hidden;*/
	font-family: "Pretendard", sans-serif;
	font-style: normal;
	font-size: 16px;
	word-break: keep-all;
	letter-spacing: -0.02em;
	min-width: 280px;
	background: #fff;
}

/* body::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    margin: 0 2px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 100px;
}

body::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 100px;
    border: 2px solid transparent;
}

body::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, 0.61);
    -webkit-border-radius: 100px;
}
 */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
	margin: 0;
	padding: 0;
	border: 0;
}

em {
	font-style: normal;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 16px;
	font-family: "Pretendard", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: -0.02em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ul,
ol,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
}

legend {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden
}

label,
input,
button,
select,
img {
	vertical-align: middle;
	font-size: 15px;
}

input,
button {
	margin: 0;
	padding: 0;
	font-family: "Pretendard", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1em
}

	input[type="submit"] {
		cursor: pointer
	}

button {
	cursor: pointer
}

/* a링크 클릭시 하이라이트 제거 */
a {
	-webkit-tap-highlight-color: transparent;
}

textarea,
select {
	font-family: "Pretendard", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1em
}

select {
	margin: 0
}

p {
	margin: 0;
	padding: 0;
	word-break: break-all;
	letter-spacing: -.027em;
	font-family: "Pretendard", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}

hr {
	display: none
}

pre {
	overflow-x: scroll;
	font-size: 1.1em
}

a {
	color: #000;
	text-decoration: none;
	font-size: 15px;
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=text],
input[type=password],
textarea {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
}
