@charset "utf-8";
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,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background-color: unset;
  border: 0;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
input,
textarea {
  font-family: 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
}
strong {
  font-weight: 700;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: unset;
}
/* 250610 수정 */
a:visited,
a:-webkit-any-link {
  color: unset;
}
button {
  cursor: pointer;
  white-space: nowrap;
}
input[type='text'],
input[type='number'],
input[type='password'] {
  padding: 0 10px;
}
textarea {
  padding: 10px 10px;
  resize: none;
}
.blind {
  width: 0;
  height: 0;
  font-size: 0;
  color: transparent;
}
.truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 800px) {
  body,
  input,
  textarea {
    font-size: 14px;
  }
}

@font-face {
  font-family: 'Pretendard';
  src: url('/resources/fonts/Pretendard-Light.woff2') format('woff2'), url('/resources/fonts/Pretendard-Light.woff') format('woff');
  font-weight: 200;
  font-style: light;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('/resources/fonts/Pretendard-Regular.woff2') format('woff2'), url('/resources/fonts/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: regular;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('/resources/fonts/Pretendard-Medium.woff2') format('woff2'), url('/resources/fonts/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: medium;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('/resources/fonts/Pretendard-SemiBold.woff2') format('woff2'), url('/resources/fonts/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: semi-bold;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('/resources/fonts/Pretendard-Bold.woff2') format('woff2'), url('/resources/fonts/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}

@font-face {
  font-family: 'NanumMyeongjo';
  src: url('https://cdn.jsdelivr.net/gh/wizfile/font/NanumMyeongjo.eot');
  src: url('https://cdn.jsdelivr.net/gh/wizfile/font/NanumMyeongjo.woff') format('woff');
  font-style: normal;
}

/* 250611 폰트 추가 */
@font-face {
  font-family: 'gmarketSans';
  src: url('/resources/fonts/gmarket/GmarketSansLight.woff') format('woff');
  font-weight: 200;
  font-style: light;
}

@font-face {
  font-family: 'gmarketSans';
  src: url('/resources/fonts/gmarket/GmarketSansMedium.woff') format('woff');
  font-weight: 500;
  font-style: medium;
}

@font-face {
  font-family: 'gmarketSans';
  src: url('/resources/fonts/gmarket/GmarketSansBold.woff') format('woff');
  font-weight: 700;
  font-style: bold;
}
