@font-face {
  font-family: "NanumSquareNeo-Variable";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2")
    format("woff2");
  font-style: normal;
}

/* reset.css */
html,
body {
  width: 100%;
  height: 100%;
  font-family: "apple GD", "NanumSquareNeo-Variable", "noto sans KR",
    "noto sans KR", sans-serif;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
address,
ul,
ol,
li,
dl,
dt,
dd,
hr,
button,
img,
div,
header,
article,
nav,
section,
footer,
aside,
main,
figure,
figcaption,
hgroup,
section,
form,
fieldset,
textarea,
select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  box-sizing: border-box;
}
p,
span,
div,
li {
  font-size: var(--font-size-basic);
}
p,
span,
div,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
td,
button,
a,
label {
  font-size: var(--font-size-small);
  font-family: var(--font-point);
}
ul,
li,
ol {
  list-style: none;
}

hr {
  width: 100%;
  border: 0;
  border-bottom: 0.0625rem solid #505050;
}

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

a:hover {
  text-decoration: none;
}

button,
.buttonLink {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
}

em,
address,
i {
  font-style: normal;
}

abbr {
  text-decoration: none;
}

table,
tr,
td,
th,
thead,
tbody,
tfoot {
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
}

select,
input {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

p,
textarea {
  line-height: 150%;
  letter-spacing: 0.02em;
  white-space: pre-wrap;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="search"] {
  cursor: pointer;
}

select,
input,
textarea {
  cursor: pointer;
}

input:focus {
  outline: none;
}

header,
article,
nav,
section,
footer,
aside,
main,
figure,
figcaption,
hgroup {
  display: block;
}
[type="radio"] {
  vertical-align: middle;
}

.imgBtn,
button,
a {
  border-radius: 2px;
  cursor: pointer;
}
.btnClick {
  background-color: var(--color-primary);
  color: var(--color-white);
}
/*common className --------------------------------------------------------------*/
.blind_wrap a > span,
.blind_wrap button > span,
.blind {
  display: block;
  position: absolute;
  z-index: -1;
  clip: rect(0 0 0 0);
  width: 0;
  height: 0;
  overflow: hidden;
}

.blind_wrap a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.none {
  display: none;
}

.clearfix {
  width: 100%;
  height: auto;
}

.clearfix:after,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}

.link,
button {
  display: block;
  width: auto;
  height: 100%;
}
.link:hover {
  text-decoration: none;
}
.link:focus {
  outline: none;
}
.blockLabel {
  text-align: center;
}

.commonBox .centerLink {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/* Sweet2 라이브러리 css ======= */
.servicesUseModal button {
  width: auto;
  height: auto;
  padding: 8px 14px;
  margin: 0 4px;
  font-size: 14px;
}
.servicesUseModal .yes {
  background-color: var(--color-acceent);
}
.servicesUseModal .no {
  background-color: var(--color-gray);
}
input[type="email"] {
  -webkit-ime-mode: disabled;
  -moz-ime-mode: disabled;
  -ms-ime-mode: disabled;
  ime-mode: disabled;
}
.commonBox .textAlineRight {
  text-align: right;
}

audio {
  width: 280px; /* 오디오 플레이어의 너비 */
  height: 29px; /* 오디오 플레이어의 높이 */
  margin-left: 8px;
  margin-right: 8px;
}

table audio {
  width: 280px;
  right: 0;
  /* height: 32px; */
  height: 22px;
}
