/* Notosans font*/
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap"); */

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

::-webkit-scrollbar {
  background: #fff;
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background: #3d9898;
  border-radius: 100px;
}
::-webkit-scrollbar-track {
  border-radius: 100px;
}

/* 모든 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: "NotoSans", "맑은 고딕", sans-serif;
  font-size: 16px;
  color: #212121;
  background-color: #fff;
}

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: -100%;
  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;
  object-fit: cover;
}

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: "NotoSans", "맑은 고딕", sans-serif;
}

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: #333;
}

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;
}

input[type="text"],
input[type="password"] {
  cursor: text;
}

input::placeholder {
  font-family: "NotoSans", "맑은 고딕", sans-serif;
}

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

mark {
  background: none;
}

script {
  display: none !important;
}

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

/* 공통 컨텐츠 font */
@media only screen and (max-width: 1460px) {
}
@media only screen and (min-width: 1461px) {
}

/* input 체크박스 */
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked + label::before {
  background: url(../images/icon/check_on.svg) center / 100% no-repeat;
}

input[type="checkbox"] + label {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  display: flex;
  align-items: center;
}

input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background: url(../images/icon/check_off.svg) center / 100% no-repeat;
}

input,
select {
  padding: 0 10px;
  outline: none;
}

/* 한글 폰트 (포맷 확인 잘할 것) */

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotosansKR/NotoSansKR-Black.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 800;
  src: url("../font/NotosansKR/NotoSansKR-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotosansKR/NotoSansKR-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 600;
  src: url("../font/NotosansKR/NotoSansKR-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotosansKR/NotoSansKR-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotosansKR/NotoSansKR-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotosansKR/NotoSansKR-Light.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotosansKR/NotoSansKR-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotosansKR/NotoSansKR-Thin.ttf") format("truetype");
}
