@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
[hidden] {
  display: none;
}
body {
  line-height: 1.5;
  font-family: 'Pretendard-Regular';
}
menu,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
}

*,
:after,
:before {
  box-sizing: border-box;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
  vertical-align: middle;
}

button:not(:disabled) {
  cursor: pointer;
}

img {
  display: block;
}

.inner {
  width: 1440px;
  margin: auto;
  position: relative;
}

#wrap {
  min-width: 1440px;
}

.white {
  color: #fff !important;
}

.section-title {
  text-align: center;
  margin-bottom: 56px;
}
.section-title h1 {
  line-height: 60px;
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
}

.btn {
  color: #fff;
  background-color: #e6007e;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-weight: 100;
  cursor: pointer;
  height: 40px;
  font-size: 16px;
  border-radius: 20px;
  white-space: nowrap;
  padding: 0 30px;
}

.btn:hover {
  color: #fff;
  background-color: #730024;
}

a.link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  align-items: center;
}

.link::after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-flex;
  margin-left: 4px;
  border: 2px solid #000;
  border-left: transparent;
  border-top: transparent;
  transform: rotate(-45deg);
  position: relative;
  top: -3px;
}
