body {
  position: relative;
  top: 0;
  width: auto;
  overflow: visible;
}
body.fix {
  position: fixed;
  width: 100%;
  height: auto;
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #d9d9d9;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}

body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #d1d5db;
}
body::-webkit-scrollbar-track {
  background-color: transparent;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #ddd transparent;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #d1d5db transparent;
}

::selection {
  background-color: #1668e3;
  color: #fff;
}

.mo-show {
  display: none;
}

.scroll-ani {
  opacity: 0;
}

#wrap {
  padding-top: 8.6rem;
}

.layout {
  position: relative;
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
}

h2,
.h2 {
  font-size: 5.5rem;
  font-weight: 200;
  color: #000;
  letter-spacing: -0.165rem;
  line-height: 1.2;
}
h2 strong,
.h2 strong {
  font-weight: 700;
}
h2 + .desc,
.h2 + .desc {
  margin-top: 3.2rem;
}

h3,
.h3 {
  font-size: 4.5rem;
  font-weight: 200;
  color: #000;
  letter-spacing: -0.135rem;
  line-height: 1.3;
}
h3 strong,
.h3 strong {
  font-weight: 700;
}
h3 span,
.h3 span {
  color: #1668e3;
}

h4,
.h4 {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.09rem;
  line-height: 1.4;
}
h4 + .desc,
.h4 + .desc {
  margin-top: 1.6rem;
}

h5,
.h5 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.075rem;
  line-height: 1.4;
}

.c-blue {
  color: #0042a6;
}
.c-blue a {
  color: #0042a6;
}

.c-sky {
  color: #1668e3;
}
.c-sky a {
  color: #1668e3;
}
.c-sky02 {
  color: #2095F4;
}
.c-sky02 a {
  color: #2095F4;
}

.c-red {
  color: #FF4D26;
}

.c-orange {
  color: #ff7f00;
}

.thin {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

.line {
  box-shadow: inset 0 -2.4rem rgba(22, 104, 227, 0.2);
}

.desc {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: -0.075rem;
  line-height: 1.6;
}

@media (max-width: 1320px) {
  .layout {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  #wrap {
    padding-top: 44px;
  }
  .layout {
    padding: 0 16px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
  h5,
  .h5 {
    font-size: 22px;
  }
  .desc {
    font-size: 16px;
  }
}
.arrow-btn {
  display: inline-block;
  position: relative;
  width: 154px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.042rem;
  line-height: 17px;
  text-align: left;
  transition: color 0.34s;
}
.arrow-btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1668e3;
  content: "";
}
.arrow-btn::after {
  position: absolute;
  bottom: 4px;
  right: -1px;
  transform: rotate(40deg);
  width: 14px;
  height: 1px;
  background-color: #1668e3;
  content: "";
}
.arrow-btn:hover {
  font-weight: 800;
  color: #1668e3;
}
.arrow-btn:hover > span::before {
  right: -12px;
  opacity: 1;
}
.arrow-btn > span {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
}
.arrow-btn > span::before {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(22, 104, 227, 0.3);
  transition: 0.34s;
  content: "";
}
.arrow-btn img {
  margin-right: 0.8rem;
}

a:hover .arrow-btn,
.arrow-hover:hover .arrow-btn {
  font-weight: 800;
  color: #1668e3;
}
a:hover .arrow-btn > span::before,
.arrow-hover:hover .arrow-btn > span::before {
  right: -12px;
  opacity: 1;
}

.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: auto !important;
  height: 0.9rem;
  margin-top: 3.2rem;
  gap: 0 1.2rem;
}

.swiper-pagination-bullet {
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 !important;
  border: 1px solid #1668e3;
  border-radius: 50%;
  background-color: transparent;
  transition: 0.34s;
}

.swiper-pagination-bullet-active {
  width: 3.1rem;
  height: 0.9rem;
  border-radius: 50rem;
  background-color: #1668e3;
}

@media (max-width: 768px) {
  .swiper-pagination-bullets {
    height: 9px;
    margin-top: 32px;
    gap: 0 12px;
  }
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .swiper-pagination-bullet-active {
    width: 31px;
    height: 9px;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 8.6rem;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
#header .layout {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .header__logo > a {
  display: block;
  height: 26px;
}
#header .header__logo > a img {
  vertical-align: top;
}
#header .header__box {
  display: flex;
  align-items: center;
  font-family: "Noto Sans KR";
  letter-spacing: -0.02em;
}
#header .header__btn {
  display: inline-block;
  padding: 0.64rem 3rem;
  border-radius: 50rem;
  background-color: #0042a6;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.036rem;
  border: 2px solid #0042a6;
  line-height: 2.2rem;
}
#header .header__btn:nth-child(even) {
  background-color: #fff;
  color: #0042a6;
}
#header .header__menu {
  display: none;
}
#header .header__wrap {
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
}
#header .header__wrap-item {
  display: flex;
  align-items: center;
  gap: 0 1.4rem;
}
#header #gnb.on .gnb__item--dep01 {
  width: 18.4rem;
}
#header #gnb .gnb__list--dep01 {
  display: flex;
  align-items: center;
}
#header #gnb .gnb__list--dep02 {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 100%;
  padding: 4rem 0;
  text-align: center;
}
#header #gnb .gnb__item.new > a {
  position: relative;
}
#header #gnb .gnb__item.new > a::before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -8px;
  right: -16px;
  width: 14px;
  height: 14px;
  padding-top: 1px;
  border-radius: 50%;
  background-color: #ff4d26;
  font-size: 8px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.3px;
  content: "N";
}
#header #gnb .gnb__item--dep01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 15.2rem;
  height: 8.6rem;
  transition: 0.34s;
}
#header #gnb .gnb__item--dep01.on > a,
#header #gnb .gnb__item--dep01.active > a {
  font-weight: 600;
  color: #1668e3;
}
#header #gnb .gnb__item--dep01 > a {
  font-size: 2rem;
  line-height: 1.2;
  transition: color 0.14s;
}
#header #gnb .gnb__item--dep02 {
  margin-bottom: 1.2rem;
}
#header #gnb .gnb__item--dep02:last-child {
  margin-bottom: 0;
}
#header #gnb .gnb__item--dep02.active > a {
  font-weight: 400;
  color: #1668e3;
}
#header #gnb .gnb__item--dep02 > a {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: -0.054rem;
  line-height: 1.6;
  transition: color 0.14s;
}
#header #gnb .gnb__item--dep02 > a:hover {
  font-weight: 400;
  color: #1668e3;
}
#header #gnb .gnb__item--dep02 > a[target="_blank"]::after {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.4rem;
  background: url(/html/images/common/blank_icon.svg) no-repeat center/contain;
  vertical-align: -0.6rem;
  content: "";
}

.nav__bg {
  position: fixed;
  top: 8.6rem;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.4s;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

@media (max-width: 1024px) {
  #header #gnb,
  #header .nav__bg {
    display: none;
  }
  #header .header__menu {
    display: inline-block;
    height: 14px;
  }
  #header .header__menu img {
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  #header {
    height: 44px;
  }
  #header #gnb {
    display: none;
  }
  #header .header__wrap {
    gap: 0 2rem;
  }
}
@media (max-width: 480px) {
  #header .header__btn {
    display: none;
  }
}
#all-menu {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  transition: 0.34s;
}
#all-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#all-menu .all-menu__box {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 420px;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #fff;
}
#all-menu .all-menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding: 0 16px;
}
#all-menu .all-menu__logo > a {
  display: block;
  height: 26px;
}
#all-menu .all-menu__logo > a img {
  vertical-align: top;
}
#all-menu .all-menu__close {
  height: 14px;
}
#all-menu .all-menu__close img {
  vertical-align: top;
}
#all-menu .all-menu__list--dep01 {
  position: relative;
  z-index: 0;
}
#all-menu .all-menu__list--dep01::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 120px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #1668e3;
  content: "";
}
#all-menu .all-menu__list--dep02 {
  position: absolute;
  top: 0;
  left: 120px;
  opacity: 0;
  width: calc(100% - 120px);
  visibility: hidden;
  padding: 20px 40px;
  transition: 0.14s;
}
#all-menu .all-menu__item--dep01 {
  width: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #1668e3;
}
#all-menu .all-menu__item--dep01.active > a {
  background-color: #fff;
  color: #1668e3;
}
#all-menu .all-menu__item--dep01.active .all-menu__list--dep02 {
  opacity: 1;
  visibility: visible;
}
#all-menu .all-menu__item--dep01 > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: 0.24s;
}
#all-menu .all-menu__item--dep02 {
  margin-bottom: 18px;
}
#all-menu .all-menu__item--dep02.new > a {
  position: relative;
}
#all-menu .all-menu__item--dep02.new > a::before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -8px;
  right: -16px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ff4d26;
  font-size: 8px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.3px;
  content: "N";
}
#all-menu .all-menu__item--dep02:last-child {
  margin-bottom: 0;
}
#all-menu .all-menu__item--dep02.active > a {
  font-weight: 500;
  color: #1668e3;
}
#all-menu .all-menu__item--dep02 > a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
#all-menu .all-menu__item--dep02 > a[target="_blank"]::after {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 4px;
  background: url(/html/images/common/blank_icon.svg) no-repeat center/contain;
  vertical-align: -0.5rem;
  content: "";
}
#all-menu .all-menu__con {
  position: absolute;
  bottom: 0;
  left: 120px;
  width: calc(100% - 120px);
  padding: 40px;
}
#all-menu .all-menu__btn {
  display: block;
  width: 100%;
  padding: 8px;
  border-radius: 50rem;
  background-color: #0042a6;
  border: 2px solid #0042a6;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 16px;
  text-align: center;
}
#all-menu .all-menu__btn:nth-child(even) {
  background-color: #fff;
  color: #0042a6;
}
#all-menu .all-menu__btn + .all-menu__btn {
  margin-top: 8px;
}
#all-menu .all-menu__link {
  position: relative;
  font-size: 14px;
  line-height: 1.2;
}
#all-menu .all-menu__link[target="_blank"]::after {
  margin-left: 4px;
  font-family: "remixicon";
  font-weight: 400;
  content: "\ecaf";
}
#all-menu .all-menu__link--pri {
  font-weight: 700;
  color: #1668e3;
}
#all-menu .all-menu__link-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 32px;
  gap: 8px 30px;
}
#all-menu .all-menu__sns {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 0 20px;
}

@media (min-width: 768.1px) {
  #all-menu .all-menu__top {
    height: 8.6rem;
    padding: 0 24px;
  }
}
#footer {
  position: relative;
  background-color: #0042a6;
}
#footer .top-btn {
  position: absolute;
  top: -2.4rem;
  right: 24px;
  z-index: 1;
}
#footer .footer__top {
  padding: 6rem 0;
  border-bottom: 1px solid rgba(227, 227, 227, 0.3);
  color: #fff;
}
#footer .footer__top .layout {
  display: flex;
  justify-content: space-between;
}
#footer .footer__btm {
  padding: 4rem 0;
  color: #fff;
}
#footer .footer__btm-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .footer__btm-mark {
  display: flex;
  align-items: center;
  margin-top: 1.2rem;
  gap: 1.2rem;
}
#footer .footer__tel {
  position: relative;
  padding-left: 3.6rem;
  margin: 3.6rem 0 0.8rem;
}
#footer .footer__tel > p {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
#footer .footer__tel > p a {
  display: block;
  width: 11.2rem;
  font-size: 2.2rem;
  letter-spacing: -0.066rem;
  line-height: 1.4;
}
#footer .footer__tel::before {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background: url(/html/images/common/footer_icon01.svg) no-repeat center/contain;
  content: "";
}
#footer .footer__tel a {
  color: #fff;
}
#footer .footer__tel + p {
  margin-bottom: 4.8rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
#footer .footer__link {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.6;
}
#footer .footer__link[target="_blank"]::after {
  margin-left: 0.4rem;
  font-family: "remixicon";
  content: "\ecaf";
}
#footer .footer__menu--dep01 {
  display: flex;
}
#footer .footer__menu--dep01 > li {
  width: 18rem;
  margin-right: 4.8rem;
}
#footer .footer__menu--dep01 > li:last-child {
  margin-right: 0;
}
#footer .footer__menu--dep01 > li > a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.054rem;
  line-height: 1.2;
}
#footer .footer__menu--dep02 {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #e3e3e3;
}
#footer .footer__menu--dep02 > li > a {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  line-height: 2.1;
}
#footer .footer__menu--round > a {
  position: relative;
  left: -1rem;
  padding: 0 1rem;
  margin-top: 0.6rem;
  border: 1px solid #fff;
  border-radius: 50rem;
  line-height: 2.6rem !important;
}
#footer .footer__desc {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
}
#footer .footer__desc a {
  color: #fff;
}
#footer .footer__sns {
  font-size: 0;
}
#footer .footer__sns > a {
  display: inline-block;
  margin-right: 2rem;
}
#footer .footer__sns > a:last-child {
  margin-right: 0;
}

@media (max-width: 1280px) {
  #footer .footer__menu--dep01 > li {
    width: 17rem;
    margin-right: 4rem;
  }
}
@media (max-width: 1024px) {
  #footer .footer__menu--dep01 > li {
    width: 16rem;
  }
}
@media (max-width: 860px) {
  #footer .footer__menu--dep01 > li {
    width: 14rem;
    margin-right: 3rem;
  }
}
@media (max-width: 768px) {
  #footer .top-btn {
    right: 16px;
  }
  #footer .mo-show {
    display: inline;
  }
  #footer .footer__top {
    padding: 60px 0;
  }
  #footer .footer__top .layout {
    display: block;
    text-align: center;
  }
  #footer .footer__btm {
    padding: 40px 0 90px;
  }
  #footer .footer__btm-flex {
    display: block;
    text-align: center;
  }
  #footer .footer__btm-mark {
    justify-content: center;
    margin-top: 12px;
  }
  #footer .footer__menu {
    display: none;
  }
  #footer .footer__tel {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    gap: 0 24px;
  }
  #footer .footer__tel::before {
    top: 8px;
    width: 18px;
    height: 18px;
  }
  #footer .footer__tel > p {
    font-size: 14px;
  }
  #footer .footer__tel > p:first-child {
    position: relative;
  }
  #footer .footer__tel > p:first-child::before {
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    opacity: 0.3;
    width: 1px;
    height: 16px;
    background-color: #fff;
    content: "";
  }
  #footer .footer__tel > p a {
    width: 114px;
    font-size: 22px;
    text-align: left;
  }
  #footer .footer__tel + p {
    margin-bottom: 40px;
    font-size: 14px;
  }
  #footer .footer__link {
    margin: 0 12px;
    font-size: 14px;
  }
  #footer .footer__link-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .footer__desc {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #footer .footer__tel {
    display: inline-block;
  }
  #footer .footer__tel > p:first-child::before {
    display: none;
  }
  #footer .footer__link-wrap {
    display: block;
  }
}
.notice-bar {
  position: fixed;
  top: 8.6rem;
  left: 0;
  z-index: 8;
  width: 100%;
  transition: 0.34s;
}
.notice-bar .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.4rem;
  gap: 0 2.4rem;
}
.notice-bar.scroll {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.notice-bar__item {
  overflow: hidden;
  padding: 0 6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.6rem;
  color: #f6f8f9;
  line-height: 1.2;
  text-align: center;
}
.notice-bar__btn {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 13px;
  color: #fff;
}
.notice-bar__control {
  position: relative;
}
.notice-bar__slide {
  flex-grow: 1;
}
.notice-bar__dot {
  position: absolute;
  top: 50% !important;
  bottom: auto !important;
  left: -2.4rem !important;
  transform: translateY(-50%) translateX(-100%) !important;
  z-index: 2;
  width: max-content !important;
  height: auto;
  margin-top: 0;
  gap: 0 8px;
}
.notice-bar__dot .swiper-pagination-bullet {
  opacity: 0.4;
  width: 8px;
  height: 8px;
  border: none;
  background-color: #fff;
  transition: 0.14s;
}
.notice-bar__dot .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 768px) {
  .notice-bar {
    display: none;
  }
}
.floating__btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.floating__btn--01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 46px;
  border-radius: 50rem;
  background-color: #1668e3;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.3px;
}
.floating__btn--01 > span {
  margin-left: 8px;
}
.floating__btn--02 {
  display: flex;
}
.floating__btn--02 form {
  display: flex;
}
.floating__btn--02 input[type="text"] {
  width: 300px;
  height: 46px;
  padding: 0 16px;
  margin: 0;
  border: 1px solid #1668e3;
  border-right: none;
  border-radius: 6px 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.floating__btn--02 input[type="text"]:focus {
  outline: 2px solid #1668e3;
  outline-offset: -2px;
}
.floating__btn--02 input[type="text"]::placeholder {
  color: #aaa;
}
.floating__btn--02 button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 46px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0 6px 6px 0;
  background-color: #1668e3 !important;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.3px;
  line-height: 1.2;
}

@media (max-width: 640px) and (min-width: 580.1px) {
  .floating__btn--02 {
    left: 16px;
    transform: translateX(0);
  }
}

@media (max-width: 580px) {
  .floating__btn--02 input[type="text"] {
    width: 170px;
    height: 42px;
    font-size: 14px;
    letter-spacing: -0.42px;
  }
  .floating__btn--02 button {
    width: 100px;
    height: 42px;
    font-size: 14px;
    letter-spacing: -0.42px;
  }
}

@media (max-width: 420px) {
  .floating__btn--02 {
    left: 16px;
    transform: translateX(0);
  }
}
