/* COMMON */
body {
  color: #333;
  font-family: 'Gothic A1', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.5px;  /* 자간 */
  line-height: 1.4;  /* 행간 */
  width: 100%;
}
img {
  display: block;
}
a {
  text-decoration: none;
}
.back-to-position {
  opacity: 0;
  transition: 1s;
}
.back-to-position.to-up {
  transform: translateY(150px);
}
.show .back-to-position {
  opacity: 1;
  transform: translateY(0);
}
.show .back-to-position.delay-0 {
  transition-delay: 0s;
}
.show .back-to-position.delay-1 {
  transition-delay: .5s;
}
.show .back-to-position.delay-2 {
  transition-delay: 1s;
}
.show .back-to-position.delay-3 {
  transition-delay: 1.5s;
}
.show .back-to-position.delay-4 {
  transition-delay: 2s;
}
.show .back-to-position.delay-5 {
  transition-delay: 2.5s;
}
.show .back-to-position.delay-6 {
  transition-delay: 3s;
}
.fade-in-1 {
  opacity: 0.5;
}


/* HEADER */
header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9;
}
header.border-bottom {
  border-bottom: 1px solid #001b371a;
}
header .inner {
  width: 90%;
  height: 60px;
  margin: 0 auto;
  position: relative;
}
header .logo {
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .logo img {
  height: 100%;
  position: absolute;
  top: 0px;
  margin: 0 auto;
}
header .main-menu {
  display: flex;
}
header .main-menu ul.menu {
  position: absolute;
  top: 10px;
  right: 0;
  display: flex;
}
header .main-menu ul.menu li {
  display: relative;
}
header .main-menu ul.menu li::before {
  content: "";
  width: 1.2px;
  height: 14px;
  background-color: #bdbebf;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .main-menu ul.menu li:not(.lastmenu):before {
  display: none;
}
header .main-menu ul.menu li.language {
  margin-left: 40px;
}
header .main-menu ul.menu li a {
  font-size: 15px;
  padding: 10px 16px;
  margin: 0 5px;
  display: block;
  color: #4E5967;
}
header .main-menu ul.menu li a:hover {
  width: auto;
  height: 20px;
  border-radius: 5px;
  background-color: #f2f4f6;
}


/* SECTION 1 메인 */
.application {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.application .inner {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.application .new-main {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  object-fit: cover;
  width: auto;
  height: 100vh;
}
.application .new-main img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
.application .new-main .gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(180deg, white 0%, white 59px, rgba(255, 255, 255, 0) 100%);
}
.application .text {
  position: absolute;
  top: 170px;
}
.application .text h2 {
  font-size: 65px;
  font-weight: 600;
  text-align: center;
  color: #000;
}
.application .app-store {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 410px;
}
.application .app-store .apple,
.application .app-store .android {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  padding: 3px 25px;
  border: 1px solid #000c1e;
  border-radius: 8px;
  background-color: #000c1e;
  opacity: .8;
  cursor: pointer;
  transition: .3s;
}
.application .app-store .apple:hover,
.application .app-store .android:hover {
  background-color: #4e5968;
  border: 1px solid #4e5968;
}
.application .app-store .apple img,
.application .app-store .android img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 0 5px 5px 0;
}
.application .app-store .apple span,
.application .app-store .android span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.application .app-store .android {
  margin-left: 5px;
}
.application .more {
  display: inline;
  text-align: center;
  position: fixed;
  bottom: 20px;
}
.application .more .material-symbols-outlined {
  font-size: 70px;
  color: #bdbebf;
}
.application .material-symbols-outlined {
  position: absolute;
  bottom: 60px;
  transform: rotate(90deg) scale(2);
  font-weight: 200;
  color: #b0b8c1;
  cursor: pointer;
  opacity: .1;
}


/* SECTION 2 메인 하단 문구 */
.section2 {
  position: relative;
}
.section2 .inner {
  position: relative;
  top: 0px;
  background-color: #f9fafb;
  width: 100%;
  height: 600px;
  align-items: center;
}
.section2 .text {
  position: absolute;
  top: 215px;
  width: 100%;
}
.section2 .text p {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}


/* SECTION 3 홈,소비 */
.section3 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section3 .inner {
  height: 1680px;
}
.section3 .home {
  position: relative;
}
.section3 .home .text-group {
  position: absolute;
  top: 250px;
  left: -215px;
  width: 1050px;
}
.section3 .home .text-group h2 {
  font-size: 50px;
  font-weight: 600;
}
.section3 .home .text-group h4 {
  font-size: 28px;
  font-weight: 600;
  color: #3182f6;
  margin-bottom: 30px;
}
.section3 .home .consumption {
  float: left;
  width: 600px;
  height: 936px;
}
.section3 .home .consumption img {
  position: absolute;
  top: 500px;
  left: 354px;
  /* margin: 0 auto; */
}
.section3 .home .consumption img.iphone1 {
  position: absolute;
  top: 244px;
  left: 309px;
  width: 600px;
}
.section3 .home .consumption img.home-img1 {
  position: absolute;
  top: 338px;
  left: 438px;
  width: 342px;
}
.section3 .home .this-month {
  position: relative;
}
.section3 .home .this-month img {
  position: absolute;
  margin: 0 auto;
}
.section3 .home .this-month img.iphone2 {
  position: absolute;
  top: 589px;
  left: -329px;
  width: 600px;
}
.section3 .home .this-month img.home-img2 {
  position: absolute;
  top: 677px;
  left: -200px;
  width: 342px;
}
.section3 .home .text {
  position: absolute;
  top: 1250px;
  left: 395px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
}


/* SECTION 4 송금 */
.section4 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #f9fafb;
}
.section4 .inner {
  height: 2310px;
}
.section4 .payment {
  position: relative;
}
.section4 .payment .title {
  position: absolute;
  top: 250px;
  left: -500px;
  width: 1040px;
}
.section4 .payment .title h4 {
  font-size: 28px;
  font-weight: 600;
  color: #3182f6;
  margin-bottom: 30px;
}
.section4 .payment .title h2 {
  font-size: 50px;
  font-weight: 600;
}
.section4 .payment .free {
  position: relative;
}
.section4 .payment .free .text-group {
  position: absolute;
  top: 678px;
  left: -488px;
  width: 510px;
}
.section4 .payment .free .text-group h4 {
  font-size: 20px;
  font-weight: 500;
  color: #3182f6;
  margin-bottom: 10px;
}
.section4 .payment .free .text-group h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.section4 .payment .free .text-group p {
  font-size: 22px;
  font-weight: 500;
  color: #6b7684;
}
.section4 .payment .free .image {
  position: relative;
}
.section4 .payment .free .image img {
  position: absolute;
  top: 619px;
  left: 46px;
  width: 485px;
}
.section4 .payment .fraud {
  position: relative;
}
.section4 .payment .fraud .image {
  position: relative;
}
.section4 .payment .fraud .image img {
  position: absolute;
  top: 1146px;
  left: -515px;
  width: 485px;
}
.section4 .payment .fraud .text-group {
  position: absolute;
  top: 1190px;
  left: 79px;
  width: 510px;
}
.section4 .payment .fraud .text-group h4 {
  font-size: 20px;
  font-weight: 500;
  color: #3182f6;
  margin-bottom: 10px;
}
.section4 .payment .fraud .text-group h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.section4 .payment .fraud .text-group p {
  font-size: 22px;
  font-weight: 500;
  color: #6b7684;
}
.section4 .payment .auto {
  position: relative;
}
.section4 .payment .auto .text-group {
  position: absolute;
  top: 1760px;
  left: -488px;
  width: 510px;
}
.section4 .payment .auto .text-group h4 {
  font-size: 20px;
  font-weight: 500;
  color: #3182f6;
  margin-bottom: 10px;
}
.section4 .payment .auto .text-group h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.section4 .payment .auto .text-group p {
  font-size: 22px;
  font-weight: 500;
  color: #6b7684;
}
.section4 .payment .auto .image {
  position: absolute;
  top: 1900px;
}
.section4 .payment .auto .image img {
  position: absolute;
  top: -207px;
  left: 105px;
  width: 485px;
}


/* SECTION 5 대출 */
.loan {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.loan .inner {
  position: relative;
  height: 1325px;
}
.loan .text-group {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 255px;
  left: -525px;
  width: 500px;
}
.loan .text-group1 h4 {
  font-size: 28px;
  font-weight: 600;
  color: #3182f6;
  margin-bottom: 30px;
}
.loan .text-group1 h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 210px;
}
.loan .text-group2 {
  margin-bottom: 45px;
}
.loan .text-group2 p {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}
.loan .text-group2 p .lower {
  color: #8b95a1;
}
.loan .text-group2 p .little {
  color: #d1d6db;
}
.loan .text-group3 p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}
.loan .image-group .iphone {
  position: absolute;
  top: 205px;
  left: 30px;
  width: 600px;
}
.loan .image-group .loan-check {
  position: absolute;
  top: 300px;
  left: 160px;
  width: 342px;
}


/* SECTION 6 신용 */
.credit {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #f9fafb;
}
.credit .inner {
  position: relative;
  height: 1690px;
}
.credit .text-group {
  position: absolute;
  top: 245px;
  left: -530px;
  width: 1050px;
  height: 210px;
  margin-bottom: 80px;
}
.credit .text-group h4 {
  font-size: 28px;
  font-weight: 600;
  color: #3182f6;
  margin-bottom: 30px;
}
.credit .text-group h2 {
  font-size: 50px;
  font-weight: 600;
}
.credit .image-group {
  position: absolute;
  left: -240px;
}
.credit .my {
  position: absolute;
  top: 625px;
  left: -280px;
  width: 380px;
}
.credit .my img {
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
}
.credit .my span {
  display: block;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 10px;
}
.credit .my p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  color: #6b7684;
}
.credit .grade {
  position: absolute;
  top: 625px;
  left: 320px;
  width: 360px;
}
.credit .grade img {
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
}
.credit .grade span {
  display: block;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 10px;
}
.credit .grade p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  color: #6b7684;
}
.credit .alarm {
  position: absolute;
  top: 1025px;
  left: -280px;
  width: 500px;
}
.credit .alarm img {
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
}
.credit .alarm span {
  display: block;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 10px;
}
.credit .alarm p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  color: #6b7684;
}
.credit .tip {
  position: absolute;
  top: 1025px;
  left: 320px;
  width: 410px;
}
.credit .tip img {
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
}
.credit .tip span {
  display: block;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 10px;
}
.credit .tip p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  color: #6b7684;
}


/* SECTION 7 투자 */
.invest {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.invest .inner {
  position: relative;
  height: 1725px;
}
.invest .title {
  position: absolute;
  top: 265px;
  left: -525px;
  width: 1050px;
}
.invest .title h4 {
  font-size: 28px;
  font-weight: 600;
  color: #3182f6;
  margin-bottom: 30px;
}
.invest .title h2 {
  font-size: 50px;
  font-weight: 600;
}
.invest .text-group1 {
  position: absolute;
  top: 820px;
  left: -440px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.7;
  width: 220px;
}
.invest .text-group2 {
  position: absolute;
  top: 820px;
  left: 240px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.7;
  width: 220px;
}
.invest .text-group3 {
  position: absolute;
  top: 1410px;
  left: -523px;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
  width: 1050px;
}
.invest .image-group {
  position: relative;
}
.invest .image-group .stock img {
  position: absolute;
  top: 580px;
  left: -170px;
  width: 342px;
  height: auto;
}
.invest .image-group .stocks {
  display: flex;
  position: absolute;
  top: 1115px;
  left: -672px;
  width: 1342px;
  height: 178px;
}
.invest .image-group .stocks img {
  width: 178px;
  height: 178px;
  margin-left: 16px;
}
.invest .image-group .stocks img:nth-child(1) {
  margin-left: 0;
}
.invest .image-group .iphone img {
  position: absolute;
  top: 480px;
  left: -300px;
  width: 600px;
  height: auto;
}


/* FOOTER */
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 50px 0 100px 0;
  height: 800px;
  box-sizing: border-box;
  color: #b0b8c1;
  background-color: #191f28;
}
footer .inner {
  position: absolute;
  padding-top: 50px;
}
footer .inner a {
  color: #6b7684;
}
footer .category {
  display: flex;
  padding-bottom: 40px;
}
footer .category li {
  font-size: 15px;
  padding-right: 20px;
  padding-bottom: 10px;
}
footer .category li a:hover {
  cursor: pointer;
  text-decoration: underline;
}
footer .category li h4 {
  font-size: 15px;
  width: 170px;
  height: 30px;
  padding-bottom: 5px;
  font-weight: 700;
}
footer .category .service {
  width: 170px;
}
footer .category .company {
  width: 170px;
}
footer .category .ask {
  width: 170px;
}
footer .category .customer {
  width: 420px;
}
footer .address {
  width: 930px;
}
footer .address h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}
footer .address p {
  font-size: 14px;
  color: #8b95a1;
  margin-bottom: 40px;
}
footer .address p a {
  font-size: 12px;
  cursor: pointer;
}
footer .address p a:hover {
  text-decoration: underline;
}
footer .terms {
  display: flex;
  flex-wrap: wrap;
  width: 830px;
  margin-bottom: 40px;
}
footer .terms li {
  display: inline-block;
  font-size: 13px;
  width: 190px;
  height: 17px;
}
footer .terms a:hover {
  cursor: pointer;
  text-decoration: underline;
}
footer .sns {
  display: flex;
}
footer .sns img {
  opacity: .6;
  transition: .5s;
  margin-right: 8px;
}
footer .sns img:hover {
  opacity: 1;
}