@font-face {
  font-family: "Pre";
  src: local("Pretendard"), url("./fonts/Pretendard-Black.woff") format("woff");
  font-weight: 900;
}

@font-face {
  font-family: "Pre";
  src: local("Pretendard"),
    url("./fonts/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
}

@font-face {
  font-family: "Pre";
  src: local("Pretendard"), url("./fonts/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "Pre";
  src: local("Pretendard"),
    url("./fonts/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
}

@font-face {
  font-family: "Pre";
  src: local("Pretendard"), url("./fonts/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Pre";
  src: local("Pretendard"),
    url("./fonts/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Pre";
  src: local("Pretendard"),
    url("./fonts/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "Pre";
  src: local("Pretendard"), url("./fonts/Pretendard-Light.woff") format("woff");
  font-weight: 200;
}

@font-face {
  font-family: "Pre";
  src: local("Pretendard"), url("./fonts/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
}

@font-face {
  font-family: 'KOTRAHOPE';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/KOTRAHOPE.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'YdestreetL';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/YdestreetL.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DalseoHealing';
  font-weight: 500;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/daegu/DalseoHealingMedium.eot');
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/daegu/DalseoHealingMedium.eot?#iefix') format('embedded-opentype'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/daegu/DalseoHealingMedium.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/daegu/DalseoHealingMedium.woff') format('woff'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/daegu/DalseoHealingMedium.ttf') format("truetype");
  font-display: swap;
} 
@font-face {
  font-family: 'DalseoHealing';
  font-weight: 700;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/daegu/DalseoHealingBold.eot');
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/daegu/DalseoHealingBold.eot?#iefix') format('embedded-opentype'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/daegu/DalseoHealingBold.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/daegu/DalseoHealingBold.woff') format('woff'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/daegu/DalseoHealingBold.ttf') format("truetype");
  font-display: swap;
}

a:focus {
  outline: none;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: none;
  line-height: 1;
  font-family: "Pre";
}

body,
html {
  min-height: 100%;
  background: #fff;
  /* font-size: 14px; */
  color: #222;
  font-family: "Pre";
  font-weight: 400;
}

/* 
  폰트 깨지는거 방지
p, span, h1, h2, h3, h4, h5, h6, li, a {
  transform: skew(-0.1deg);
} */

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;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  letter-spacing: normal;
  font-weight: normal;
}

fieldset,
img,
abbr,
acronym {
  border: 0 none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img,
video {
  width: 100%;
  border: 0;
}

audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1;
}

img {
  width: 100%;
  height: 100%;
  image-rendering: -moz-auto;
  /*firefox*/
  image-rendering: -o-auto;
  /*opera*/
  image-rendering: -webkit-optimize-contrast;
  /*webkit*/
  image-rendering: auto;
  -ms-interpolation-mode: nearest-neighbor;
  /* -webkit-perspective: 1; */
}

ul,
ol,
dl,
li {
  list-style: none;
}

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

i {
  font-style: normal;
  font-weight: normal;
}

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

input,
select,
label {
  vertical-align: middle;
}

button {
  color: #222;
  cursor: pointer;
}

input {
  color: #222;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  font-weight: normal;
  letter-spacing: normal;
  background: none;
}

button,
input {
  line-height: normal;
  box-shadow: none;
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

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

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
  line-height: normal;
}

address {
  font-style: normal;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

/* ::-webkit-scrollbar { width: 6px; height: 6px; } 

::-webkit-scrollbar-track { background: transparent; } 

::-webkit-scrollbar-thumb { background: #888; border-radius: 999px; background-clip: padding-box; border-top: 7px solid transparent; border-bottom: 10px solid transparent; border-right: 2px solid transparent; border-left: 2px solid transparent; } */

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
}

input::placeholder {
  color: #aaa;
}

input::-webkit-date-and-time-value {
  margin-top: 0px;
  text-align: left;
  width: 100%;
}
