@charset "UTF-8";
/** element */
@import '../css/font.css';
@import '../css/swiper.min.css';
@import '../css/style.css';
/* reset */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
}

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,
input,
time,
mark,
audio,
video,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: -0.25px;
  color: #111;
  font-family: "PretendardGOV", sans-serif;
  font-style: normal;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust: none;
  /* IE */
  -moz-text-size-adjust: none;
  /* 파이어폭스 */
  -o-text-size-adjust: none;
  /* 오페라 구버전 */
  -webkit-appearance: none;
  -webkit-overflow-scrolling: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  max-height: 100%;
}

button,
html [type=button] {
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  color: #888888;
}

select::-ms-expand {
  display: none;
}

input,
select {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input:focus-visible,
select:focus-visible {
  outline: none;
}

legend {
  font-size: 0;
  text-indent: -100000px;
  left: -10000px;
  top: auto;
  height: 0;
  overflow: hidden;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  -ms-overflow-style: none;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  padding: 0;
  border: 0;
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 0;
}

table caption {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

button,
input[type=submit],
select {
  cursor: pointer;
}

button {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}

a.button {
  cursor: pointer;
  vertical-align: middle;
}

b {
  font-size: inherit;
  font-weight: 600;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}

.img-wrap {
  display: block;
}

@media (min-width: 1025px) {
  .pc {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 1025px) {
  .pc {
    display: none;
  }
}
.tablet {
  display: none;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .tablet {
    display: block;
  }
}
@media (min-width: 769px) {
  .mo {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .mo {
    display: block;
  }
}
@media (max-width: 768px) {
  .mo {
    display: block;
  }
}
.d-flex-center {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-center {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.justify-center {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-column-center {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-column-center {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-start {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-between {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* //reset */
.gap-0 {
  gap: 0;
}
.gap-12 {
  gap: 1.2rem;
}
.gap-16 {
  gap: 1.6rem;
}
.gap-24 {
  gap: 2.4rem;
}
.gap-32 {
  gap: 3.2rem;
}
.gap-60 {
  gap: 6rem;
}
.gap-228 {
  gap: 22.8rem;
}
.gap-x--12 {
  gap: 0 1.2rem;
}
.gap-x--16 {
  gap: 0 1.6rem;
}
.gap-x--228 {
  gap: 0 22.8rem;
}
.gap-y--8 {
  gap: 0.8rem 0;
}
.gap-y--16 {
  gap: 1.6rem 0;
}
.gap-y--32 {
  gap: 3.2rem 0;
}

.fw-700 {
  font-weight: 700;
}
.fw-600 {
  font-weight: 600;
}
.fw-500 {
  font-weight: 500;
}
.fw-400 {
  font-weight: 400;
}

.size-14 {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.25px;
}
.size-15 {
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -0.25px;
}
.size-18 {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.45px;
}
.size-20 {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.5px;
}
.size-22 {
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -0.55px;
}
.size-26 {
  font-size: 26px;
  line-height: 150%;
  letter-spacing: -0.65px;
}
.size-36 {
  font-size: 36px;
  line-height: 140%;
  letter-spacing: -0.9px;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex-full {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.flex-56 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.6rem;
          flex: 0 0 5.6rem;
}
.flex-137 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13.7rem;
          flex: 0 0 13.7rem;
}
.flex-152 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15.2rem;
          flex: 0 0 15.2rem;
}
.flex-157--5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15.75rem;
          flex: 0 0 15.75rem;
}
.flex-185 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.55rem;
          flex: 0 0 18.55rem;
}
.flex-190 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19rem;
          flex: 0 0 19rem;
}
.flex-200 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20rem;
          flex: 0 0 20rem;
}
.flex-214 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21.4rem;
          flex: 0 0 21.4rem;
}
.flex-300 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30rem;
          flex: 0 0 30rem;
}
.flex-315 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.5rem;
          flex: 0 0 31.5rem;
}
.flex-400 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40rem;
          flex: 0 0 40rem;
}
.flex-478 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.8rem;
          flex: 0 0 47.8rem;
}
.flex-480 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48rem;
          flex: 0 0 48rem;
}
.flex-500 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50rem;
          flex: 0 0 50rem;
}

.w-full {
  width: 100%;
}
.w-auto {
  width: auto;
}
.w-56 {
  width: 5.6rem;
}
.w-100 {
  width: 10rem;
}
.w-116 {
  width: 11.6rem;
}
.w-119 {
  width: 11.9rem;
}
.w-120 {
  width: 12rem;
}
.w-130 {
  width: 13rem;
}
.w-131 {
  width: 13.1rem;
}
.w-136 {
  width: 13.6rem;
}
.w-137 {
  width: 13.7rem;
}
.w-146 {
  width: 14.6rem;
}
.w-150 {
  width: 15rem;
}
.w-152 {
  width: 15.2rem;
}
.w-153 {
  width: 15.3rem;
}
.w-172 {
  width: 17.2rem;
}
.w-182 {
  width: 18.2rem;
}
.w-315 {
  width: 31.5rem;
}
.w-317 {
  width: 31.7rem;
}
.w-480 {
  width: 48rem;
}
.w-640 {
  width: 64rem;
}
.w-642 {
  width: 64.2rem;
}
.w-845 {
  width: 84.5rem;
}

.h-full {
  height: 100%;
}
.h-auto {
  height: auto;
}
.h-100 {
  height: 10rem;
}
.h-110 {
  height: 11rem;
}
.h-120 {
  height: 12rem;
}
.h-130 {
  height: 13rem;
}
.h-150 {
  height: 15rem;
}

.f-bold {
  font-weight: 600;
}
.f-medium {
  font-weight: 500;
}

.ta-l {
  text-align: left;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mr-auto {
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.ml-8 {
  margin-left: 0.8rem;
}
.ml-16 {
  margin-left: 1.6rem;
}
.ml-24 {
  margin-left: 2.4rem;
}
.ml-92 {
  margin-left: 9.2rem;
}
.mt-1 {
  margin-top: 0.1rem;
}
.mt-8 {
  margin-top: 0.8rem;
}
.mt-10 {
  margin-top: 1rem;
}
.mt-12 {
  margin-top: 1.2rem;
}
.mt-13 {
  margin-top: 1.3rem;
}
.mt-13--5 {
  margin-top: 1.35rem;
}
.mt-14 {
  margin-top: 1.4rem;
}
.mt-16 {
  margin-top: 1.6rem;
}
.mt-24 {
  margin-top: 2.4rem;
}
.mt-28 {
  margin-top: 2.8rem;
}
.mt-32 {
  margin-top: 3.2rem;
}
.mt-40 {
  margin-top: 4rem;
}
.mt-56 {
  margin-top: 5.6rem;
}
.mt-60 {
  margin-top: 6rem;
}
.mt-73 {
  margin-top: 7.3rem;
}
.mt-80 {
  margin-top: 8rem;
}
.mt-81 {
  margin-top: 8.1rem;
}

.p-0 {
  padding: 0;
}
.px-auto {
  padding-left: auto;
  padding-right: auto;
}
.py-16 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.py-80 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.pr-auto {
  padding-right: auto;
}
.pl-auto {
  padding-left: auto;
}
.pt-16 {
  padding-top: 1.6rem;
}
.pt-40 {
  padding-top: 4rem;
}
.pb-20 {
  padding-bottom: 2rem;
}
.pb-40 {
  padding-bottom: 4rem;
}

.y-scroll {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.line-28 {
  line-height: 2.8rem;
}

.border-radius--8 {
  border-radius: 8px;
}
.border-radius--16 {
  border-radius: 16px;
}
.border-trans {
  border: 1px solid transparent;
}
.border-cyan {
  border: 1px solid #E2E6ED;
}
.border-black {
  border: 1px solid #000;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-block {
  display: block;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bg-white {
  background-color: #fff;
}
.bg-10 {
  background: #FBFAFA;
}
.bg-20 {
  background: #F5F5F5;
}
.bg-blue-10 {
  background: #F2F6F8;
}
.bg-gray {
  background-color: #f8f8f8;
}
.bg-cyan {
  background-color: #F1F3F8;
}
.bg-navy {
  background-color: #001030;
}
.bg-black {
  background-color: #000;
}

.color-white {
  color: #fff;
}
.color-red {
  color: #DE3412;
}
.color-black {
  color: #000;
}

/*mobile*/
@media (max-width: 1024px) {
  .f-size-h2 {
    font-size: 4rem;
  }
  .f-size-h3 {
    font-size: 3.2rem;
  }
  .f-size-h4 {
    font-size: 2.7rem;
  }
  .f-size-h5 {
    font-size: 2.5rem;
  }
  .f-size-h6 {
    font-size: 2.3rem;
  }
  .f-size-subTitle1 {
    font-size: 1.8rem;
  }
  .f-size-subTitle2 {
    font-size: 1.7rem;
  }
  .f-size-subTitle3 {
    font-size: 1.5rem;
  }
  .f-size-body1 {
    font-size: 1.7rem;
  }
  .f-size-body2 {
    font-size: 1.6rem;
  }
  .f-size-caption {
    font-size: 1.4rem;
  }
}
@media (max-width: 375px) {
  .f-size-h2 {
    font-size: 3.2rem;
  }
  .f-size-h3 {
    font-size: 2.8rem;
  }
  .f-size-h4 {
    font-size: 2.6rem;
  }
  .f-size-h5 {
    font-size: 2.2rem;
  }
  .f-size-h6 {
    font-size: 2rem;
  }
  .f-size-subTitle1 {
    font-size: 1.7rem;
  }
  .f-size-subTitle2 {
    font-size: 1.6rem;
  }
  .f-size-subTitle3 {
    font-size: 1.4rem;
  }
  .f-size-body1 {
    font-size: 1.5rem;
  }
  .f-size-body2 {
    font-size: 1.4rem;
  }
  .f-size-caption {
    font-size: 1.2rem;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  html,
  body {
    font-size: 48.0769230769%;
  }
}
@media (min-width: 360px) and (max-width: 768px) {
  html,
  body {
    font-size: 62.5%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  body,
  html {
    font-size: 81.25%;
  }
}
@media (min-width: 720px) and (max-width: 768px) {
  body,
  html {
    font-size: 112.5%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body,
  html {
    font-size: 62.5%;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  body,
  html {
    font-size: 44.6428571429%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  body,
  html {
    font-size: 52.0833333333%;
  }
}/*# sourceMappingURL=base.css.map */