@charset "utf-8";

@font-face {
  font-family: 'Noto';
  font-weight: 400;
  src: url(fonts/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto';
  font-weight: 500;
  src: url(fonts/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Noto';
  font-weight: 700;
  src: url(fonts/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Noto';
  font-weight: 900;
  src: url(fonts/NotoSansKR-Black.otf) format('opentype');
}
* {
  font-family: 'Noto', sans-serif;
}

body,
button,
div,
section,
article,
dd,
dl,
dt,
fieldset,
form,
input,
legend,
li,
ol,
a,
p,
select,
table,
td,
textarea,
th,
ul,
address,
footer,
figure {
  margin: 0;
  padding: 0;
  line-height: normal;
  border: none;
  box-sizing: border-box;
  outline: none;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: normal;
}

fieldset,
img,
abbr,
acronym,
select {
  border: 0 none;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul li {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border: 0 none;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  border: 0;
}

/* HTML5 Boilerplate  */
img,
video {
  border: 0;
  vertical-align: top;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

a {
  display: block;
  /* vertical-align: top; */
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea,
label {
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  background: none;
}

form {
  width: 100%;
  height: 100%;
}

select {
  color: inherit;
}

button {
  cursor: pointer;
}

button,
input,
select {
  line-height: normal;
  text-transform: none;
}

select {
  -webkit-appearance: none;
  /* 네이티브 외형 감추기*/
  -moz-appearance: none;
  appearance: none;
  font-weight: normal;
  letter-spacing: normal;
}

/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand {
  display: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input[type=text]::-ms-clear {
  display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none
}

html,
body {
  height: 100%;
}

address {
  font-style: normal;
}

/* 아이폰 input style 초기화 */
input[type="text"],
input[type="tel"],
input[type="button"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea,
button {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

::after,
::before {
  box-sizing: border-box;
}