@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Moirai+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

/* 모든 Device를 위한 공통 로드 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure,
figcaption,
span {
  margin: 0;
  padding: 0;
}
body,
html,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dt,
dd,
p hr,
button,
input,
form,
fieldset,
table,
caption,
th,
td,
header,
nav,
section,
article,
aside,
footer,
textarea {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #000;
}

header,
nav,
section,
article,
aside,
footer {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

ol,
ul {
  list-style: none;
}

legend,
caption {
  text-indent: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
  color: transparent;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table,
th,
td {
  border: none;
  text-align: left;
}

th,
label {
  font-weight: normal;
}

address {
  font-style: normal;
}

button,
input {
  border: none;
  background: none;
}

button:focus,
input:focus {
  outline: none;
}

button,
a,
input,
label {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  font-family: inherit;
  color: inherit;
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"]:disabled,
input[type="radio"]:disabled,
button:disabled {
  cursor: no-drop;
}

input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  cursor: no-drop;
}

a {
  text-decoration: none;
  color: inherit;
}

input::-ms-clear {
  display: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}
textarea:placeholder {
  color: #6b6b6b;
}
textarea:focus {
  outline: none;
}

/* select*/
select {
  border-radius: 0; /* 아이폰 사파리 보더 없애기 */
  -webkit-appearance: none; /* 화살표 없애기 for chrome*/
  -moz-appearance: none; /* 화살표 없애기 for firefox*/
  appearance: none; /* 화살표 없애기 공통*/
}
select::-ms-expand {
  display: none; /* 화살표 없애기 for IE10, 11*/
}

mark {
  background: none;
}

em {
  font-style: normal;
}

/* 공통 컨텐츠 font */
/* Pretendard - 한글적용 */
@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  src: url('../font/pretendard/Pretendard-Thin.woff') format('woff');
  font-weight: 100;
  unicode-range:U+AC00-D7A3;

}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  src: url('../font/pretendard/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  unicode-range:U+AC00-D7A3;

}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  src: url('../font/pretendard/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  unicode-range:U+AC00-D7A3;

}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  src: url('../font/pretendard/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  unicode-range:U+AC00-D7A3;

}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  src: url('../font/pretendard/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  unicode-range:U+AC00-D7A3;

}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  src: url('../font/pretendard/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  unicode-range:U+AC00-D7A3;

}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  src: url('../font/pretendard/Pretendard-Bold.woff') format('woff');
  unicode-range:U+AC00-D7A3;
  font-weight: 700;
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  src: url('../font/pretendard/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 800;
  unicode-range:U+AC00-D7A3;

}

/* 영문폰트 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  src: url('../font/Poppins/Poppins-Thin.ttf') format('ttf');
  font-weight: 100;
  unicode-range: U+0041-005A, U+0061-007A,U+0030-0039;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  src: url('../font/Poppins/Poppins-ExtraLight.ttf') format('ttf');
  font-weight: 200;
  unicode-range: U+0041-005A, U+0061-007A,U+0030-0039;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  src: url('../font/Poppins/Poppins-Light.ttf') format('ttf');
  font-weight: 300;
  unicode-range: U+0041-005A, U+0061-007A,U+0030-0039;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  src: url('../font/Poppins/Poppins-Regular.ttf') format('ttf');
  font-weight: 400;
  unicode-range: U+0041-005A, U+0061-007A,U+0030-0039;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  src: url('../font/Poppins/Poppins-Medium.ttf') format('ttf');
  font-weight: 500;
  unicode-range: U+0041-005A, U+0061-007A,U+0030-0039;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  src: url('../font/Poppins/Poppins-SemiBold.ttf') format('ttf');
  font-weight: 600;
  unicode-range: U+0041-005A, U+0061-007A,U+0030-0039;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  src: url('../font/Poppins/Poppins-Bold.ttf') format('ttf');
  font-weight: 700;
  unicode-range: U+0041-005A, U+0061-007A,U+0030-0039;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  src: url('../font/Poppins/Poppins-ExtraBold.ttf') format('ttf');
  font-weight: 800;
  unicode-range: U+0041-005A, U+0061-007A,U+0030-0039;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  src: url('../font/Poppins/Poppins-Black.ttf') format('ttf');
  font-weight: 900;
  unicode-range: U+0041-005A, U+0061-007A,U+0030-0039;
}
