@import url("junho.css");
@import url("common.css");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: "yg-jalnan";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
/* @import url("/maketest/font/pretendard-subset.css"); */
/* @import url("/maketest/font/pretendard.css"); */

* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Sans-serif;
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  -webkit-border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none; /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust: none; /* IE */
  -moz-text-size-adjust: none; /* 파이어폭스 */
  -o-text-size-adjust: none; /* 오페라 구버전 */
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
cite,
code,
del,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans KR", sans-serif !important;
  font-weight: 400;
  line-height: 1;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none; /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust: none; /* IE */
  -moz-text-size-adjust: none; /* 파이어폭스 */
  -o-text-size-adjust: none; /* 오페라 구버전 */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ul,
li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: middle;
  text-decoration: none;
}

hr {
  display: block;
  margin: 0;
  padding: 0;
  height: 2px;
  border: 0;
}

/* tagify css 리셋 */
.tagify {
  border: none !important;
}
.tagify__tag.hashtag {
  margin: 0 !important;
  padding: 5px;
}

/* 크로스 브라우징 */
/* 아이폰 인풋 클릭 시 확대 방지 */
/* @supports (-webkit-overflow-scrolling: touch) {
  * {
    font-size: 16px !important;
  }
} */
