form {
    width: inherit;
    display: inherit;
}

/* input 기본 스타일 초기화 */
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
    border:0;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
	display: none;
}

/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

/* Select box 스타일 초기화 */ 
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* IE 에서 Select box 화살표 제거 */ 
select::-ms-expand {
	display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

textarea {
    resize: none;
}

input::placeholder {
    color: #b5babf;
}

textarea::placeholder {
    color: #b5babf;
}


/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    color: #000;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    background: transparent;
    border: 0;
}


@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 100;
    src: url(font/NotoSansKR-Light.woff2) format('woff2'), url(font/NotoSansKR-Light.woff) format('woff'), url(font/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 300;
    src: url(font/NotoSansKR-Regular.woff2) format('woff2'), url(font/NotoSansKR-Regular.woff) format('woff'), url(font/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    src: url(font/NotoSansKR-Medium.woff2) format('woff2'), url(font/NotoSansKR-Medium.woff) format('woff'), url(font/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: bold;
    src: url(font/NotoSansKR-Bold.woff2) format('woff2'), url(font/NotoSansKR-Bold.woff) format('woff'), url(font/NotoSansKR-Bold.otf) format('opentype');
}



@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 300;
    src: url(font/Pretendard-Regular.woff2) format('woff2'), url(font/Pretendard-Regular.woff) format('woff'), url(font/Pretendard-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    src: url(font/Pretendard-Medium.woff2) format('woff2'), url(font/Pretendard-Medium.woff) format('woff'), url(font/Pretendard-Medium.otf) format('opentype');
}


@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    src: url(font/Pretendard-SemiBold.woff2) format('woff2'), url(font/Pretendard-SemiBold.woff) format('woff'), url(font/Pretendard-SemiBold.otf) format('opentype');
}


@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 900;
    src: url(font/Pretendard-Black.woff2) format('woff2'), url(font/Pretendard-Black.woff) format('woff'), url(font/Pretendard-Black.otf) format('opentype');
}


* {
    font-family: 'Pretendard', sans-serif !important;
}