@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap");

/* reset */
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: "Noto Sans KR", dotum, sans-serif;
  font-size: 18px;
  color: #2e2e2e;
  letter-spacing: -0.05em;
  line-height: 1;
}
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 {
  color: #1f3e7c;
  text-decoration: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.policy-cont {
  padding-bottom: 24px;
}

b {
  font-weight: bold;
}

.policy-cont.version {
  line-height: normal;
}

.policy-cont.version p:hover {
  cursor: pointer;
  text-decoration: underline;
}

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  background-color: #0057ff;
  opacity: 0.4;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  display: none;
  transition: all 0.3s ease-out;
}

.scroll-top.on {
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-top:hover {
  cursor: pointer;
}

.old {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}

.old.open {
  visibility: visible;
  width: auto;
  height: auto;
  overflow: auto;
}

.new {
  visibility: visible;
}

.new.open {
  visibility: visible;
  width: auto;
  height: auto;
  overflow: auto;
}

.old2 {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}

.old2.open {
  visibility: visible;
  width: auto;
  height: auto;
  overflow: auto;
}

.old3 {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}

.old3.open {
  visibility: visible;
  width: auto;
  height: auto;
  overflow: auto;
}
