@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  src: local("Pretendard Black"), url("../font/Pretendard-Black.woff2") format("woff2"), url("../font/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  src: local("Pretendard ExtraBold"), url("../font/Pretendard-ExtraBold.woff2") format("woff2"), url("../font/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: local("Pretendard Bold"), url("../font/Pretendard-Bold.woff2") format("woff2"), url("../font/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  src: local("Pretendard SemiBold"), url("../font/Pretendard-SemiBold.woff2") format("woff2"), url("../font/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  src: local("Pretendard Medium"), url("../font/Pretendard-Medium.woff2") format("woff2"), url("../font/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: local("Pretendard Regular"), url("../font/Pretendard-Regular.woff2") format("woff2"), url("../font/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  src: local("Pretendard Light"), url("../font/Pretendard-Light.woff2") format("woff2"), url("../font/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  src: local("Pretendard ExtraLight"), url("../font/Pretendard-ExtraLight.woff2") format("woff2"), url("../font/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  src: local("Pretendard Thin"), url("../font/Pretendard-Thin.woff2") format("woff2"), url("../font/Pretendard-Thin.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  color: inherit;
  -webkit-user-select: none; /* Chrome, Safari, Opera */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* 일반적인 방법 */
}

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

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

html {
  font-size: 62.5%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  word-break: keep-all;
  user-select: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

input {
  font-family: inherit;
  letter-spacing: inherit;
  border: 0 none;
  outline: 0 none;
}

a {
  text-decoration: none;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

fieldset {
  border: 0;
}

input, textarea {
  -webkit-user-select: auto;
  font-family: inherit;
}

progress::-webkit-progress-bar {
  background-color: #fff;
}

progress {
  background-color: #fff;
}

progress::-webkit-progress-value {
  background-color: var(--point-color);
}

progress::-moz-progress-bar {
  background-color: var(--point-color);
}

progress {
  color: var(--point-color);
}

@media (min-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}
.skip-nav {
  position: relative;
  width: 100%;
}
.skip-nav a {
  position: absolute;
  top: -999px;
  padding: 5px 10px;
  font-weight: 700;
  color: #fff;
  background: #333;
  text-decoration: none;
  white-space: nowrap;
}
.skip-nav a:focus {
  top: 0;
  z-index: 10000;
}

.ir-block {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

.ir-inline {
  z-index: -1;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

.is-hide {
  display: none !important;
}

.is-omission {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.is-disabled-pointer-events {
  pointer-events: none;
}

.is-z-index-top {
  z-index: 1;
  position: relative;
}

.is-divider {
  height: var(--divider-width);
  border: 0 none;
  background: var(--gray);
}

.icon-blank {
  --box-size: 1.2rem;
  display: inline-block;
  width: var(--box-size);
  height: var(--box-size);
  vertical-align: middle;
  background: url(../image/common/icon/icon__blank.svg) no-repeat center/contain;
}

:root {
  --margins: 2rem;
  --max-width: 48rem;
  --header-height: 6rem;
  --divider-width: .8rem;
  --point-color: #1869F1;
  --body-font-color: #5B5B5B;
  --gray: #F3F4F6;
  --gray2: #7E7E7E;
  --gray3: #E5E5E5;
}

@media (min-width: 1024px) {
  :root {
    --margins: 4rem;
    --max-width: calc(118rem + var(--margins) * 2);
    --header-height: 10rem;
    --divider-width: .8rem;
  }
}
@keyframes shake-horizontal {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    transform: translateX(-1.5%);
  }
  20%, 40%, 60% {
    transform: translateX(1.5%);
  }
  80% {
    transform: translateX(0.8%);
  }
  90% {
    transform: translateX(-0.8%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-in {
  animation: fade-in 1s linear forwards;
}

.fade-out {
  animation: fade-out 1s linear forwards;
}

.header {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: var(--header-height);
  border-bottom: 0.1rem solid transparent;
  background: #fff;
  transform-origin: top;
  transition: transform 0.2s ease-in-out;
}
.header__contain {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  padding: 0 var(--margins);
}
.header--line {
  border-bottom-color: var(--point-color);
}
.header__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  transform: translate(-50%, -50%);
}
.header__ttl img {
  width: 10rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .header {
    position: fixed;
  }
  .header__contain {
    width: var(--max-width);
    max-width: 100%;
  }
  .header__ttl {
    position: static;
    width: 10.6rem;
    transform: none;
  }
}
.gnb[data-type=mobile] {
  z-index: 100;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.gnb[data-type=mobile] .header {
  position: relative;
}
.gnb[data-type=mobile] .gnb-menu {
  padding: 1rem var(--margins) 0;
}
.gnb[data-type=mobile] .gnb-menu__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.gnb[data-type=mobile] .gnb-menu__ttl {
  display: flex;
  align-items: center;
  gap: 0.313em;
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--point-color);
}
.gnb[data-type=mobile] .gnb-menu__ttl::before {
  --box-size: 0.813em;
  width: var(--box-size);
  height: var(--box-size);
  background: url(../../image/common/icon/icon__bullet.svg) no-repeat center/contain;
  content: "";
}
.gnb[data-type=mobile] .gnb-depth-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.gnb[data-type=mobile] .gnb-depth-menu__item {
  padding: 1rem 2rem;
  border-radius: 2.8rem;
  background: var(--gray);
}
.gnb[data-type=mobile] .gnb-depth-menu__link {
  font-weight: 400;
  font-size: 1.5rem;
}
.gnb[data-type=desktop] {
  display: none;
  align-items: center;
  margin-left: auto;
}
.gnb[data-type=desktop] .gnb-menu {
  --font-size: 2rem;
  --margin: 1.8rem;
  display: flex;
  gap: 5rem;
}
.gnb[data-type=desktop] .gnb-menu__item {
  position: relative;
  margin-bottom: calc(var(--margin) * -1);
  padding-bottom: var(--margin);
}
.gnb[data-type=desktop] .gnb-menu__ttl {
  font-weight: 600;
  font-size: var(--font-size);
  line-height: 1;
}
.gnb[data-type=desktop] .gnb-menu__ttl strong {
  color: var(--point-color);
}
.gnb__ttl {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  font-weight: 600;
  font-size: 2rem;
  color: var(--point-color);
}
.gnb__ttl::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--point-color);
  content: "";
}
.gnb__ttl--blank::after {
  --box-size: 0.9em;
  width: var(--box-size);
  height: var(--box-size);
  margin-left: auto;
  background: url(../image/common/icon/icon__blank.svg) no-repeat center/contain;
  content: "";
}
.gnb--section[data-type=desktop] .gnb-menu__item:hover .gnb-depth-menu {
  display: flex;
}
.gnb--section[data-type=desktop] .gnb-menu__item:focus-within .gnb-depth-menu {
  display: flex;
}
.gnb--section[data-type=desktop] .gnb-depth-menu {
  display: none;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  top: calc(var(--font-size) + var(--margin));
  left: 50%;
  padding: 3rem 2rem;
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.1019607843);
  transform: translateX(-50%);
}
.gnb--section[data-type=desktop] .gnb-depth-menu__item {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
  white-space: nowrap;
}
.gnb--section[data-type=desktop] .gnb-depth-menu__item:hover, .gnb--section[data-type=desktop] .gnb-depth-menu__item--active {
  color: var(--point-color);
}
.gnb--section[data-type=desktop] .gnb-depth-menu:hover {
  display: flex;
}
.gnb--mega[data-type=desktop] .gnb-depth-menu {
  z-index: 1;
  display: none;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  top: calc(var(--header-height) * 0.87);
  left: 50%;
  transform: translateX(-50%);
}
.gnb--mega[data-type=desktop] .gnb-depth-menu__item {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
  white-space: nowrap;
}
.gnb--mega[data-type=desktop] .gnb-depth-menu__item::after {
  position: absolute;
  left: 0;
  bottom: -0.111em;
  width: 100%;
  height: 0.111em;
  background: var(--point-color);
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 100ms ease-in-out;
  content: "";
}
.gnb--mega[data-type=desktop] .gnb-depth-menu__item:hover, .gnb--mega[data-type=desktop] .gnb-depth-menu__item--active {
  font-weight: 600;
  color: var(--point-color);
}
.gnb--mega[data-type=desktop] .gnb-depth-menu__item:hover::after, .gnb--mega[data-type=desktop] .gnb-depth-menu__item--active::after {
  transform: scaleX(1);
}
.gnb-bg {
  z-index: 0;
  position: absolute;
  left: 0;
  top: var(--header-height);
  width: 100%;
  padding: 3rem 0 4rem;
  border-top: 0.1rem solid var(--point-color);
  background: #fff;
  box-sizing: content-box;
}

@media (min-width: 1024px) {
  .gnb [data-type=mobile] {
    display: none;
  }
  .gnb[data-type=desktop] {
    display: flex;
  }
}
.btn-back {
  width: 0.8rem;
}
.btn-back img {
  width: 100%;
}

.btn-hamburger {
  --box-size: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--box-size);
  height: var(--box-size);
  margin-left: auto;
}
.btn-hamburger--open {
  background: url(../image/common/icon/icon__hamburger.svg) no-repeat center/2rem;
}
.btn-hamburger--close {
  background: url(../image/common/icon/icon__close.svg) no-repeat center/1.8rem;
}
.btn-hamburger path {
  fill: var(--point-color);
}

@media (min-width: 1024px) {
  .btn-hamburger {
    margin-left: 4rem;
  }
}
.fade-in {
  animation: fade-in 300ms ease-in forwards;
}

.fade-out {
  animation: fade-out 300ms ease-in forwards;
}

.page-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 3rem 0;
  padding: 0 var(--margins);
}
.page-info__ttl {
  font-weight: 600;
  font-size: 3rem;
}
.page-info__desc {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.333em;
}

@media (min-width: 1024px) {
  .page-info {
    gap: 2rem;
    width: var(--max-width);
    max-width: 100%;
    margin: 0 auto;
    padding: 5rem var(--margins);
  }
  .page-info__ttl {
    font-size: 5rem;
  }
  .page-info__desc {
    font-size: 2.4rem;
  }
  .page-info br {
    display: none;
  }
}
.content-feature {
  z-index: 10;
  display: flex;
  align-items: center;
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  height: 6rem;
  padding-left: var(--margins);
  border-bottom: 0.1rem solid #eee;
  background: #fff;
  transform-origin: top;
  transition: transform 0.2s ease-in-out;
}
.content-feature__ttl {
  font-size: 1.8rem;
}

.banner-pagination.swiper-pagination-fraction {
  z-index: 1;
  position: absolute;
  left: initial;
  right: 1em;
  bottom: 1em;
  width: fit-content;
  padding: 0.4em 1em;
  border-radius: 1.4em;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}

.btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.125em;
  padding: 0 2em 0 1.875em;
  border: 0.1rem solid var(--point-color);
  border-radius: 1.875em;
  font-size: 1.6rem;
  color: #fff;
  text-align: left;
  background: var(--point-color);
}
.btn::after {
  --box-size: 1.125em;
  width: var(--box-size);
  height: var(--box-size);
  background: url(../image/common/icon/icon__arrow--right3--fff.svg) no-repeat center right/contain;
  content: "";
}
.btn--white {
  border-color: currentColor;
  color: var(--point-color);
  background: #fff;
}
.btn--white::after {
  background-image: url(../image/common/icon/icon__arrow--right3.svg);
}

.main {
  padding: var(--header-height) 0 12rem;
}
.main__contain {
  padding: 0 var(--margins);
}

@media (min-width: 1200px) {
  .main__contain {
    width: var(--max-width);
    max-width: 100%;
    margin: 0 auto;
  }
}
.main-visual {
  display: block;
  margin-bottom: 4rem;
  padding: 0;
}
.main-visual [data-type=desktop] {
  display: none;
}

@media (min-width: 1024px) {
  .main-visual {
    width: var(--max-width);
    max-width: 100%;
    margin: 0 auto 10rem;
    padding: 0 var(--margins);
  }
  .main-visual [data-type=mobile] {
    display: none;
  }
  .main-visual [data-type=desktop] {
    display: block;
  }
}
.main-content + .main-content {
  padding-top: 7rem;
}
.main-content__ttl {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 0.5em;
  font-weight: 600;
  font-size: 2rem;
  color: var(--point-color);
}
.main-content__ttl br {
  display: none;
}
.main-content__ttl::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--point-color);
  content: "";
}
.main-content__ttl--blank::after {
  --box-size: 18px;
  width: var(--box-size);
  height: var(--box-size);
  margin-left: auto;
  background: url(../image/common/icon/icon__blank.svg) no-repeat center/contain;
  content: "";
}
.main-content__message {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
}
.main-content__message strong {
  font-weight: 600;
  color: var(--point-color);
}
.main-content__message + .main-content__message {
  padding-top: 4rem;
}

@media (min-width: 1024px) {
  .main-content {
    display: flex;
    align-items: flex-start;
    gap: 12rem;
  }
  .main-content > *:last-child {
    flex: 1;
  }
  .main-content + .main-content {
    padding-top: 10rem;
  }
  .main-content__ttl {
    width: 28rem;
    margin-bottom: 0;
    padding-bottom: 0.333em;
    font-size: 3rem;
  }
  .main-content__ttl br {
    display: initial;
  }
  .main-content__message {
    font-size: 2rem;
    line-height: 1.8;
  }
  .main-content__message + .main-content__message {
    padding-top: 5.4rem;
  }
}
.footer {
  border-top: 0.1rem solid var(--gray3);
}
.footer__contain {
  padding: 0 var(--margins);
}
.footer-utility {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.4rem;
}
.footer-utility__item {
  font-weight: 400;
  font-size: 1.5rem;
  color: var(--gray2);
}
.footer-utility__item:last-of-type::after {
  margin: 0;
  content: "";
}
.footer-utility__item::after {
  margin: 0 1rem;
  content: "|";
}
.footer-body {
  padding: 3rem 0 5.3rem;
  background: var(--gray);
}
.footer__logo {
  width: 11rem;
  margin: 0 auto 2rem;
}
.footer address, .footer small {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  color: #B0B0B0;
  text-align: center;
  line-height: 1.8;
}

@media (min-width: 1024px) {
  .footer__contain {
    width: var(--max-width);
    max-width: 100%;
    margin: 0 auto;
  }
  .footer__logo {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
  }
  .footer-utility {
    height: 5rem;
  }
  .footer-utility__item {
    font-size: 1.6rem;
  }
  .footer-body {
    padding: 4rem 0 4.2rem;
  }
  .footer-body .footer__contain {
    display: flex;
    flex-direction: row-reverse;
  }
  .footer-body__contain {
    display: flex;
    flex-direction: row-reverse;
  }
  .footer address, .footer small {
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.538;
  }
  .footer address br:nth-child(2),
  .footer address br:nth-child(3) {
    display: none;
  }
}
.scroll-fade {
  opacity: 0;
  transition: transform 1s, opacity 1s;
}

picture.scroll-fade {
  display: block;
}

.ani-fade-in {
  animation: fade-in 500ms both linear;
}

.ani-fade-in-bounce {
  animation: fade-in-bounce 800ms both linear;
}

@keyframes fade-in-bounce {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(8rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=base.css.map */
