@charset 'utf-8';
/* CSS Document */

/* reset */
html {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
p,
table,
blockquote {
  margin: 0;
  padding: 0;
}
h1,
h2,
h4,
h5,
h6 {
  font-weight: 400;
}
h3 {
  font-weight: 700;
  color: #000;
}
header,
main,
footer,
section,
article,
aside,
nav {
  display: block;
}
a {
  color: inherit;
  text-decoration: inherit;
}
a img {
  border: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
li {
  list-style: none;
}
address,
em,
i,
cite {
  font-style: normal;
}
table {
  border-collapse: collapse;
}
table caption {
  overflow: hidden;
  width: 0;
  height: 0;
}
i.fas,
i.far,
i.fab {
  vertical-align: middle;
  display: inline-block;
}
i.fas span,
i.far span,
i.fab span {
  position: absolute;
  overflow: hidden;
  text-indent: -999px;
}
.pc {
  display: none !important;
}
br.only-w {
  content: "";
}
br.only-w:after {
  content: "\00a0";
}
.ir-hidden {
  position: absolute;
  left: -9999px;
}

/* common */
body {
  font-family: "NotoSansKR", "맑은 고딕", "malgun gothic", "돋움", Dotum,
    "Apple SD Gothic Neo", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  background: #ffffff;
}
#wrapper {
  min-width: 320px;
  max-width: 850px;
  overflow: hidden;
  margin: 0 auto;
}
#skip-nav {
  position: fixed;
  left: 0;
  top: -40px;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  transition: top 0.3s;
}
#skip-nav:focus {
  top: 0;
}

/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: white;
  z-index: 1000;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
#header::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 100%;
  height: 1px;
  background: lightgray;
  color: #fff;
}
#header img {
  height: 80%;
}
#header a {
  color: #000;
  font-weight: 700;
  font-size: 21px;
}
/* #header a.menu {position: absolute; right: 20px; top: 50%; transform: translate(0, -50%); font-size: 24px; line-height: 0;} */
/* navigation bar */
#gnb {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow-y: scroll;
  z-index: 100;
}
/* #gnb.open {right: 0;} */
/* #gnb a.close {position: absolute; right: 20px; top: 20px; width: 25px;} */
#gnb .gnb_button {
  background: #4c96ca;
  width: 150px;
  top: 15px;
  height: 50px;
  line-height: 50px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  color: #fff;
  font-weight: 600;
}
#gnb > ul {
  margin-top: 70px;
}
#gnb > ul > li > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 20px;
  padding: 20px 0;
  font-size: 17px;
}
#gnb > ul > li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 100%;
  height: 1px;
  background: lightgray;
}

.nav-sub-item > a {
  margin: 0 20px;
  display: block;
  box-sizing: border-box;
  margin: 0 20px;
  padding: 10px 0;
  font-size: 15px;
  margin-top: 5px;
}
.nav-sub-item > ul {
  margin: 0 20px;
  background: #f7f7f7;
}
.nav-sub-item > ul > li {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 5px 0;
  font-size: 12px;
  margin-left: 10px;
  margin-top: 5px;
}
.nav-sub-item > ul > li::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 100%;
  height: 1px;
  background: white;
}
#gnb a:hover {
  text-decoration: underline;
}
#gnb .gnb_button {
  background: #4c96ca;
  width: 150px;
  top: 15px;
  height: 50px;
  line-height: 50px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  color: #fff;
  font-weight: 600;
}

/* 네비게이션바는 어떻게 구현할지에 대해 조금 더 생각해보기!!!!!!! */

/* main */
#main h3 {
  font-size: 25px;
  line-height: 1.35;
  color: #111111;
}
#main p {
  font-size: 13px;
  padding: 20px 0;
  line-height: 1.7;
  color: #666666;
}
#main div.content_box {
  /* position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0; */
  @media screen and (max-width: 768px) {
    width: 100%;
    height: 100%;
    word-break: keep-all !important;
    word-wrap: break-word !important;
  }
}
#main div.section_line {
  position: relative;
  height: 16px;
  background: #fafafa;
}
#main div.content {
  /* position: absolute;
  top: 60px; */
  padding-top: 60px;
  text-align: center;
  width: 100%;
  word-break: keep-all !important;
  word-wrap: break-word !important;
}

#main a {
  display: inline-block;
  background: #f6f6f6;
  width: 210px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-top: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 15px;
  color: #333333;
}
#main a:hover {
  text-decoration: underline;
}
#main img {
  position: absolute;
  top: 270px;
  bottom: 420px;
  width: 130px;
  left: 850px;
}

#main-appstore {
  position: relative;
  left: 0;
  width: 100%;
  height: 820px;
  background: #4c96ca;
}
#main-appstore h3 {
  margin-top: 50px;
  font-size: 25spx;
  color: #fff;
  font-weight: 700;
}
#main-appstore p {
  display: none;
}
#main-appstore a {
  display: inline-block;
  background: white;
  width: 180px;
  height: 58px;
  line-height: 57px;
  text-align: center;
  margin-top: 400px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 700;
  font-size: 17px;
  color: #333333;
}
#main-appstore a + a {
  margin-left: 10px;
}
#main-appstore a > img {
  padding-right: 10px;
}
#main-appstore img {
  position: absolute;
  width: 289px;
  top: 140px;
  left: 50%;
  transform: translate(-50%, 0);
}
#main-appstore a:hover {
  text-decoration: underline;
}
#main-appstore a.no-mobile {
  display: none;
}

#main-withdrawal {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 810px;
  margin-top: 80px;
}
#main-withdrawal img {
  position: absolute;
  width: 319px;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 0px;
}

#main-savings {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 720px;
}
#main-savings h3 {
  font-size: 26px;
}
#main-savings a {
  display: inline-block;
  background: #f6f6f6;
  width: 158px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-top: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 15px;
  color: #333333;
}
#main-savings a:hover {
  text-decoration: underline;
}
#main-savings a + a {
  margin-left: 5px;
}
#main-savings img {
  position: absolute;
  width: 289px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

#main-moim {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 730px;
}
#main-moim img {
  position: absolute;
  width: 268px;
  top: 250px;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}

#main-26weeks {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 697px;
}
#main-26weeks img {
  position: absolute;
  width: 351px;
  bottom: 70px;
  left: 50%;
  transform: translate(-50%, 0);
}

#main-foreignRemittance {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
}
#main-foreignRemittance img.map {
  position: absolute;
  bottom: 130px;
  left: 50%;
  transform: translate(-50%, 0);
}
#main-foreignRemittance img.main-foreignRemittance {
  position: absolute;
  width: 289px;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}

#main-loan {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 620px;
  background: #333b58;
}
#main-loan a {
  width: 159px;
  background: rgba(255, 255, 255, 0.09);
  color: 333b58;
  margin: 5px;
}
#main-loan img {
  @media screen and (max-width: 768px) {
    width: calc(50% - 8px);

    /* height: 30px; */
    position: static;
    /* left: 50%;
    transform: translate(-50%, 0); */
    /* margin-top: 100px; */
  }
}
#main-loan h3 {
  color: white;
  font-size: 26px;
}
#main-loan p {
  color: white;
}

#main-card {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 640px;
}
#main-card .prev {
  position: absolute;
  top: 70%;
  transform: translate(0, -70%);
  left: 10%;
  width: 20px;
  background: none;
}
#main-card .next {
  position: absolute;
  top: 70%;
  transform: translate(0, -70%);
  right: 10%;
  width: 20px;
  background: none;
}

#main-card div ul li img {
  position: absolute;
  display: none;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 177px;
  height: 280px;
}

/* 이미지 슬라이드 넣기 */
/* center */
#main-card div ul li.center img {
  display: block;
  z-index: 1;
}
/* left */
#main-card div ul li.left img {
  display: block;
  left: 34%;
  bottom: 60px;
  width: 137px;
  height: 215px;
}
/* right */
#main-card div ul li.right img {
  display: block;
  left: 66%;
  bottom: 60px;
  width: 137px;
  height: 215px;
}

#main-it {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 430px;
  background: #f9f9f9;
}
#main-it h3 {
  position: absolute;
  width: 100%;
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  top: 60px;
}
#main-it h3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -40px;
  width: 30%;
  height: 1px;
  background: black;
}
#main-it ul {
  position: relative;
  display: block;
  width: 100%;
  left: 0px;
  text-align: center;
  height: 210px;
}
#main-it ul li {
  position: absolute;
  display: block;
  width: 100%;
  top: 200px;
}
#main-it ul li:nth-child(2) {
  margin-top: 300px;
}
#main-it ul li:nth-child(3) {
  margin-top: 600px;
}
#main-it ul li + li::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -20%;
  width: 70%;
  height: 1px;
  background: lightgray;
}
#main-it ul li img {
  width: 100px;
  /* display: block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0); */
  margin-bottom: 20px;
}
#main-it ul li strong {
  font-size: 18px;
  color: #000000;
}
#main-it ul li p {
  font-size: 14px;
}
#main-it h3.content {
  top: 200px;
}
#main-it a {
  display: inline-block;
  background: #4c96ca;
  color: #fff;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 200px;
  width: 180px;
  height: 58px;
  line-height: 57px;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 700;
  font-size: 17px;
}
#main-it h4 {
  position: relative;
  width: 90%;
  left: 50%;
  transform: translate(-50%, 0);
  top: 200px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  @media screen and (max-width: 768px) {
    text-align: center;
  }
}
#main-it .no-mobile {
  display: none;
}
/* footer */
#footer {
  background: #eee;
  padding: 40px 0;
  font-size: 14px;
  line-height: 1.5;
}

.footer_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.footer_logo {
  height: 32px;
}

.company_details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.info_row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.info_row span {
  position: relative;
  color: #666;
}

.info_row span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 1px;
  height: 12px;
  background: #ddd;
  transform: translateY(-50%);
}

.copyright {
  color: #888;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 30px 0;
    font-size: 12px;
    gap: 4px;
  }

  .footer_content {
    gap: 16px;
  }

  .info_row {
    /* flex-direction: column; */
    gap: 4px;
    /* text-align: left; */
  }

  .info_row span::after {
    display: none;
  }
}
/* 

@media screen and (max-width: 768px) {
  #footer {
    height: auto;
  }

  .company_details p {
    font-size: 11px;
  }

  .company_details .company_name {
    font-size: 13px;
  }

  .company_details .copyright {
    font-size: 10px;
  }
} */

.lottie-animation_right {
  @media screen and (max-width: 768px) {
    width: 350px !important;
    height: 350px !important;
    position: static;
    margin: 0 auto;
    /* left: 50%;
    transform: translate(-50%, 0); */
    /* margin-top: 100px; */
  }
}

.lottie-animation_left {
  @media screen and (max-width: 768px) {
    width: 350px !important;
    height: 350px !important;
    position: static;
    margin: 0 auto;
    /* left: 50%;
    transform: translate(-50%, 0); */
    /* margin-top: 100px; */
  }
}

#main-loan .portfolio-list {
  @media screen and (max-width: 768px) {
    position: relative;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 50px auto 0 auto;
    padding: 0 16px;
  }

  /* margin-left: 20px; */
}

#main-loan .portfolio-list img {
  @media screen and (max-width: 768px) {
    width: 100%;
    height: 50px;
    object-fit: contain;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    position: static; /* 기존 position: absolute 재정의 */
  }

  /* width: 100%; */
}

.img-block {
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 50px;
  position: relative;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.lottie-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  position: relative;
  justify-content: center;
}

.main-strategy {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 60px 0;
  background: #ffffff;
}

.main-strategy .inner {
  padding: 0 20px;
}

.main-strategy .title {
  font-size: 26px !important;
  line-height: 1.35;
  color: #111111;
  font-weight: 700;
  text-align: center;
  /* margin-bottom: 20px; */
}

.main-strategy .description {
  font-size: 13px;
  line-height: 1.7;
  color: #666666;
  text-align: center;
  margin-bottom: 30px;
}

.main-strategy .strategy-image {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.main-strategy .strategy-image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .main-strategy {
    height: auto;
  }

  .main-strategy .title {
    font-size: 22px;
  }

  .main-strategy .description {
    font-size: 12px;
  }
}
