@charset "UTF-8";
/*
Theme Name: Ebisu Theme
Description: 에비스대부 주식회사
Author: sscho
Version: 1.0
*/
/* Web Font */
@font-face {
  font-family: "Pretendard";
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
  src: url("./fonts/PretendardVariable.woff2") format("woff2-variations");
}
/* ---------------------------------------------------------------------- */
/*  Common
/* ---------------------------------------------------------------------- */
* {
  word-break: keep-all;
}

img {
  max-width: 100%;
}

.container-fixed {
  max-width: 1140px;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.h2 {
  margin-bottom: 2rem;
}

.h3 {
  margin-bottom: 1rem;
}

.modal-alert .alert-msg::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 1rem;
  background: url("./images/alert_icon.png") no-repeat center;
  background-size: contain;
}

.alert-msg {
  text-align: center;
  letter-spacing: -1px;
  display: block;
}
.alert-msg h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  word-break: keep-all;
}
.alert-msg .small {
  font-size: 0.75rem;
}

.modal-bn-logo {
  display: inline-block;
  width: 170px;
  height: 34px;
  background: url("./images/bn_fintech.png") no-repeat center;
  margin-top: 1rem;
}

.w40 {
  width: 40px !important;
}

.w60 {
  width: 60px !important;
}

.w80 {
  width: 80px !important;
}

.w100 {
  width: 100px !important;
}

.w120 {
  width: 120px !important;
}

.w140 {
  width: 140px !important;
}

.w160 {
  width: 160px !important;
}

.w180 {
  width: 180px !important;
}

.w200 {
  width: 200px !important;
}

#wrapper {
  margin: auto;
}

#header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 1.5rem 0;
  background-color: rgba(45, 96, 220, 0);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
.scrolled #header {
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

#gnb {
  position: relative;
  width: 100%;
  padding: 0;
  line-height: 1;
}
#gnb .navbar-brand {
  font-size: 1.25rem;
  word-break: keep-all;
  white-space: inherit;
  letter-spacing: -0.5px;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 0;
  margin-right: auto;
}
#gnb .navbar-brand em {
  font-weight: 400;
}
#gnb .navbar-brand em::before {
  content: "";
  display: inline-block;
  display: none;
  width: 30px;
  height: 28px;
  vertical-align: middle;
  margin-right: 5px;
  background: url("./images/bn_logo.png") no-repeat center;
  background-size: contain;
}
#gnb .navbar-brand > * {
  display: inline-block;
}
#gnb .navbar-collapse {
  flex-basis: auto;
  flex-grow: inherit;
  margin-top: 0;
}
#gnb #menu-gnb,
#gnb .navbar-nav {
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
}
#gnb #menu-gnb > li,
#gnb .navbar-nav > li {
  margin: 0 2px;
}
#gnb #menu-gnb > li > a,
#gnb .navbar-nav > li > a {
  font-size: 1.125rem;
  display: block;
  padding: 0.375rem 1rem;
  border-radius: var(--bs-border-radius-pill);
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
#gnb #menu-gnb > li > a:hover,
#gnb .navbar-nav > li > a:hover {
  color: var(--bs-primary);
  background-color: rgb(255, 255, 255);
}

.nav-trigger {
  position: absolute;
  right: 0;
  top: -8px;
  font-size: 1.125rem;
  line-height: 1;
  padding: 6px 6px;
  background-color: #f6f8fb;
  border: 1px solid #edf1f7;
  border-radius: 0.25rem;
  display: none;
}
.nav-trigger:focus {
  outline: none !important;
}
.nav-trigger .icon {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 991px) {
  #gnb .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
  }
  .nav-trigger {
    display: inline-flex;
  }
}
#content {
  max-width: 980px;
  padding: 4rem 0;
  margin: auto;
  text-align: center;
}

#footer {
  text-align: left;
}

.footer-link {
  padding: 0.5rem 0;
  background-color: #f7f9fa;
}
.footer-link ul {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-link ul > li > a {
  position: relative;
  font-size: 0.875rem;
  color: var(--bs-tertiary-color);
  letter-spacing: -1px;
  word-break: keep-all;
  display: inline-block;
  padding: 0.125rem 0.625rem;
}
.footer-link ul > li + li > a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer-info {
  padding: 1rem 0 1.5rem;
}
.footer-info > p {
  padding: 0px 0px;
  margin-bottom: 0;
}
.footer-info span {
  position: relative;
  display: inline-block;
  padding-right: 8px;
  margin-right: 6px;
}
.footer-info span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-info span:last-child::after {
  display: none;
}

.footer-text-sm {
  font-size: 1rem;
  color: var(--bs-tertiary-color);
  word-break: keep-all;
  line-height: 1.3;
  margin-bottom: 0.625rem;
}

.footer-text-lg {
  font-size: 1.375rem;
  color: var(--bs-tertiary-color);
  word-break: keep-all;
  letter-spacing: -1.5px;
  line-height: 1.3;
  margin-bottom: 0.625rem;
}
.footer-text-lg p {
  margin-bottom: 0;
}

.copyright {
  font-size: 0.6875rem;
  color: var(--bs-tertiary-color);
  text-align: center;
  display: block;
}

/* ---------------------------------------------------------------------- */
/*  Main
/* ---------------------------------------------------------------------- */
.header-visual {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.loan-card-wrap {
  display: flex;
  gap: 1.5rem;
}
.loan-card-wrap .loan-card {
  position: relative;
  z-index: 9;
  text-align: left;
  padding: 3rem 0 10rem 3rem;
  flex: 1 1 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius-xxl);
  transition: all 0.5s ease;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  backface-visibility: visible;
  animation-name: cardFlipInX;
  opacity: 0;
}
.loan-card-wrap .loan-card:hover {
  flex: 1.2 1 0;
}
.loan-card-wrap .loan-card::after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.loan-card-wrap .loan-card:nth-of-type(1) {
  background-color: #fffaf6;
  border-color: #f1edeb;
}
.loan-card-wrap .loan-card:nth-of-type(1):after {
  background-image: url("./images/icon_loan1.png");
}
.loan-card-wrap .loan-card:nth-of-type(1) h3 span {
  color: #ab8a72;
}
.loan-card-wrap .loan-card:nth-of-type(1) h3 em {
  color: #fd740e;
}
.loan-card-wrap .loan-card:nth-of-type(2) {
  background-color: #f4faff;
  border-color: #e8edf0;
}
.loan-card-wrap .loan-card:nth-of-type(2):after {
  background-image: url("./images/icon_loan2.png");
}
.loan-card-wrap .loan-card:nth-of-type(2) h3 span {
  color: #688999;
}
.loan-card-wrap .loan-card:nth-of-type(2) h3 em {
  color: #329dd1;
}
.loan-card-wrap .loan-card:nth-of-type(3) {
  background-color: #f9fbf7;
  border-color: #e7efe0;
}
.loan-card-wrap .loan-card:nth-of-type(3):after {
  background-image: url("./images/icon_loan3.png");
}
.loan-card-wrap .loan-card:nth-of-type(3) h3 span {
  color: #94ab7d;
}
.loan-card-wrap .loan-card:nth-of-type(3) h3 em {
  color: #699938;
}
.loan-card-wrap .loan-card h3 {
  margin-bottom: 0.5rem;
}
.loan-card-wrap .loan-card h3 span {
  font-size: 1.125rem;
  font-weight: 300;
  display: block;
}
.loan-card-wrap .loan-card h3 em {
  font-size: 2rem;
  font-weight: 500;
  display: block;
}
.loan-card-wrap .loan-card .text {
  font-size: 1rem;
  color: var(--bs-tertiary-color);
  font-weight: 300;
  word-break: keep-all;
  margin-bottom: 1.5rem;
}
.loan-card-wrap .loan-card .text span {
  letter-spacing: -0.5px;
  display: block;
}
.loan-card-wrap .loan-card .btn-detail {
  font-size: 0.875rem;
  color: white;
  white-space: nowrap;
  padding: 0.25rem 1rem;
  background-color: var(--bs-dark);
  border-radius: var(--bs-border-radius-pill);
}
.loan-card-wrap .loan-card .btn-detail::after {
  content: "\f5dc";
  font-family: "remixicon";
  margin-left: 0.5rem;
}
.loan-card-wrap .loan-card:nth-of-type(1) {
  animation-delay: 0.2s;
}
.loan-card-wrap .loan-card:nth-of-type(2) {
  animation-delay: 0.7s;
}
.loan-card-wrap .loan-card:nth-of-type(3) {
  animation-delay: 1.2s;
}

@keyframes cardFlipInX {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.loan-detail {
  position: relative;
  text-align: left;
  padding: 4.5rem 4rem;
  padding-right: 160px;
  margin-bottom: 2rem;
  background-color: #f7f9fa;
  border-radius: 2rem;
}
.loan-detail::after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 2rem;
  bottom: 50%;
  transform: translateY(50%);
}
.loan-detail.mortgage::after {
  background-image: url("./images/icon_loan1.png");
}
.loan-detail.credit::after {
  background-image: url("./images/icon_loan2.png");
}
.loan-detail.biz::after {
  background-image: url("./images/icon_loan3.png");
}

.m-tit {
  font-size: 2.5rem;
  font-weight: 300;
  word-break: keep-all;
  margin-bottom: 1rem;
}

.desc {
  font-size: 1.125rem;
  color: var(--bs-tertiary-color);
  word-break: keep-all;
  margin-bottom: 1rem;
}
.desc + em {
  color: var(--bs-primary);
}

.apply-form-block {
  text-align: center;
  padding: 5rem 0;
}
.apply-form-block .m-tit {
  margin-bottom: 0.5rem;
}
#content .apply-form-block {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #f6f8fb;
  border-radius: var(--bs-border-radius-xxl);
}

.section-apply {
  padding: 5rem 0;
  background-color: #f6f8fb;
}
.section-apply .apply-form-block {
  padding: 0 0;
}

.apply-form-sub {
  padding: 3rem 1rem;
  background-color: #f6f8fb;
  border: 1px solid #e5e9ec;
}
.apply-form-sub .desc {
  font-size: 0.875rem;
}

.apply-form {
  max-width: 400px;
  margin: auto;
}
.apply-form .form-group-rounded {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0.375rem 1.5rem;
  margin-bottom: 0.625rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 100px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.08);
}
.apply-form .form-group-rounded label {
  font-size: 1.125rem;
  width: 60px;
  margin-bottom: 0;
}
.apply-form .form-group-rounded .form-control {
  font-size: 1.125rem;
  flex: 1 1 0;
  background-color: transparent;
  border: 0;
}
.apply-form .form-agree {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}
.apply-form .form-agree .form-check {
  margin-bottom: 0;
}
.apply-form .form-agree .form-check-label {
  font-size: 0.875rem;
  color: var(--bs-tertiary-color);
}
.apply-form .form-agree .btn {
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.25rem 0.625rem;
  margin-left: 0.5rem;
  border-radius: var(--bs-border-radius-pill);
}
.apply-form .form-btn .btn {
  color: white;
  gap: 0.25rem;
  padding: 0.75rem 2.5rem;
  border-width: 0;
  border-radius: var(--bs-border-radius-pill);
  background-image: linear-gradient(to bottom, #54c8ea 0%, #0262ae 100%);
}
.apply-form .form-btn .btn::before {
  content: "\eb7b";
  font-family: "remixicon";
  margin-right: 0.5rem;
}

.section-loan {
  text-align: center;
  padding: 5rem 0;
  background-color: #fff;
}
.section-loan .m-tit {
  margin-bottom: 4rem;
}
.section-loan .loan-info-list {
  display: flex;
  justify-content: space-around;
}
.section-loan .loan-info-list > dl {
  padding: 0 0rem;
  margin-bottom: 0;
}
.section-loan .loan-info-list > dl::before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 1rem;
  background-repeat: no-repeat;
  background-position: center;
}
.section-loan .loan-info-list > dl:nth-of-type(1)::before {
  background-image: url("./images/icon_mortgage1.png");
}
.section-loan .loan-info-list > dl:nth-of-type(2)::before {
  background-image: url("./images/icon_mortgage2.png");
}
.section-loan .loan-info-list > dl:nth-of-type(3)::before {
  background-image: url("./images/icon_mortgage3.png");
}
.section-loan .loan-info-list > dl > dt {
  font-size: 1.25rem;
  color: #333;
  word-break: keep-all;
  margin-bottom: 0.5rem;
}
.section-loan .loan-info-list > dl > dd {
  font-size: 0.875rem;
  color: var(--bs-tertiary-color);
  word-break: keep-all;
}
.section-loan .loan-info-list em {
  color: var(--bs-secondary);
}

.section-process {
  text-align: center;
  padding: 5rem 0;
  background-color: #f6f8fb;
  border-radius: var(--bs-border-radius-xxl);
}
.section-process .m-tit {
  margin-bottom: 4rem;
}

.loan-step {
  list-style: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.loan-step > li {
  position: relative;
  font-size: 1.5rem;
  color: #333;
  line-height: 1;
  width: 25%;
  margin-bottom: 1.25rem;
}
.loan-step > li::before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--bs-border-radius-pill);
}
.loan-step > li:nth-of-type(1)::before {
  background-image: url("./images/icon_step1.png");
}
.loan-step > li:nth-of-type(2)::before {
  background-image: url("./images/icon_step2.png");
}
.loan-step > li:nth-of-type(3)::before {
  background-image: url("./images/icon_step3.png");
}
.loan-step > li:nth-of-type(4)::before {
  background-image: url("./images/icon_step4.png");
}
.loan-step > li::after {
  content: "";
  font-size: 0.875rem;
  color: white;
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  padding: 4px 8px;
  background-color: var(--bs-primary);
  border-radius: 5rem;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
  transform: translateX(-50%);
}
.loan-step > li:nth-of-type(1)::after {
  content: "STEP 1";
}
.loan-step > li:nth-of-type(2)::after {
  content: "STEP 2";
}
.loan-step > li:nth-of-type(3)::after {
  content: "STEP 3";
}
.loan-step > li:nth-of-type(4)::after {
  content: "STEP 4";
}
.loan-step > li span {
  display: block;
}
.loan-step > li small {
  font-size: 16px;
  color: var(--bs-tertiary-color);
}

.customer-center {
  text-align: center;
  padding: 5rem 0;
}
.customer-center .m-tit {
  margin-bottom: 0.5rem;
}
.customer-center .desc {
  color: var(--bs-tertiary-color);
}
.customer-center .btn-link {
  text-align: left;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}
.customer-center .btn-link::before {
  content: "\efe9";
  font-family: "remixicon";
  font-size: 2rem;
  color: var(--bs-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  margin-right: 0.625rem;
  background-color: #f4faff;
  border-radius: 50%;
}
.customer-center .btn-link span {
  font-size: 2.5rem;
  color: var(--bs-primary);
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}
.customer-center .btn-link small {
  font-size: 0.875rem;
  color: var(--bs-tertiary-color);
  font-weight: normal;
  display: block;
  margin-top: 0.5rem;
}
.customer-center .biz-hours {
  margin-bottom: 0;
}

.quick-menu {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 20;
  display: none;
}
.quick-menu > a {
  overflow: hidden;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.quick-menu > a + a {
  margin-top: 0.625rem;
}
.quick-menu > a > img {
  max-width: 100%;
}
.quick-menu > .quick-cert {
  background-color: #f39215;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.external-links {
  border-top: 1px solid #e5e9ec;
}
.external-links ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  padding: 6px 0;
  margin-bottom: 0;
}

/* ribon slider */
.ribon-slider-block {
  position: relative;
  background-color: #494d51;
}
.ribon-slider-block .container-fixed {
  position: relative;
  padding-right: 42px;
  padding-left: 42px;
}

.ribon-slider {
  margin-bottom: 0;
  border-left: 1px solid #404649;
  border-right: 1px solid #404649;
}
.ribon-slider::before {
  left: 0;
}
.ribon-slider .slide {
  position: relative;
}
.ribon-slider .slide::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #404649;
}
.ribon-slider .slide a {
  outline: none;
  text-align: center;
}
.ribon-slider .slide a img {
  margin: auto;
}

.ribon-slide-ctrl {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 9;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 50%;
}
.ribon-slide-ctrl:focus {
  outline: none;
}

.ribon-slide-prev {
  left: 5px;
  background-image: url("./images/slider-prev.png");
}

.ribon-slide-next {
  right: 5px;
  background-image: url("./images/slider-next.png");
}

.pop-close {
  font-size: 13px;
  text-align: right;
  padding: 5px;
  background-color: #f7f9fa;
  border-top: 1px solid #e5e9ec;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pop-close label {
  margin-right: 5px;
  margin-bottom: 0;
}

.pop-movie {
  text-align: center;
  background-color: #000;
}

/* ---------------------------------------------------------------------- */
/*  Content
/* ---------------------------------------------------------------------- */
.header-visual-sub {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #eef4f7;
  background-repeat: no-repeat;
  background-position: bottom right calc(50% - 380px);
  background-image: url("./images/visual_sub.png");
}
.header-visual-sub #header {
  position: fixed;
  top: 0;
  width: 100%;
}

.page-header {
  position: relative;
  bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  word-break: keep-all;
  margin-top: 100px;
  margin-bottom: 0;
}

.tab-bar {
  position: relative;
  margin-bottom: 4rem;
  background-color: #f7f9fa;
  border-radius: 40px;
  box-shadow: inset 1px 2px 10px rgba(0, 0, 0, 0.05);
}
.tab-bar > .nav-item {
  position: relative;
  z-index: 5;
  flex: 1 1 0;
}
.tab-bar > li > a {
  font-size: 1rem;
  color: #666;
  font-weight: bold;
  display: block;
  padding: 0.625rem 0.25rem;
}
.tab-bar > li > .active {
  color: #fff;
}

.pseudo-bar {
  display: inline-block;
  width: 30px;
  height: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  border-radius: var(--bs-border-radius-pill);
  background-color: var(--bs-primary);
  background-image: linear-gradient(30deg, #0262ae 0%, #54c8ea 100%);
  transition: all 0.3s linear;
}

.help-block {
  font-size: 1.125rem;
  margin-bottom: 4rem;
}
.help-block > p {
  margin-bottom: 0.625rem;
}
.help-block em {
  color: var(--bs-warning);
}

.about-us-wrap {
  position: relative;
  text-align: left;
  word-break: keep-all;
  padding-bottom: 90px;
  margin-bottom: 3rem;
  background: url("./images/about_us.png") no-repeat 100% 100%;
}
.about-us-wrap::after {
  content: "";
  display: block;
  border-bottom: 1px solid #585859;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.map-block {
  display: flex;
  gap: 3rem;
}
.map-block dl {
  text-align: left;
  padding-left: 0;
}
.map-block > dd {
  margin-bottom: 1rem;
}
.map-block .map {
  flex: 1 1 0;
}
.map-block #map {
  font-size: 0.875rem;
  width: 100%;
  aspect-ratio: 4/3;
  border: 1px solid #e5e9ec;
  border-radius: 0.625rem;
}

.terms-select {
  text-align: right;
  margin-bottom: 2rem;
}
.terms-select .input-group {
  width: auto;
  display: inline-flex;
}

.terms {
  font-size: 0.75rem;
  color: #666;
  text-align: left;
  word-break: keep-all;
  display: none;
}
.terms.active {
  display: block;
}
.terms pre {
  font-size: 0.6875rem;
  white-space: pre-wrap;
  word-break: keep-all;
}
.terms h2 {
  font-size: 1.25rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 2rem;
}
.terms h3 {
  font-size: 1rem;
  color: #1d356f;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.terms h4 {
  font-size: 0.8125rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 0.375rem;
}
.terms h5 {
  font-size: 0.75rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 6px;
}
.terms > p {
  margin-bottom: 0.5rem;
}
.terms ol, .terms ul {
  padding-left: 20px;
  margin-bottom: 0.5rem;
}
.terms .decimal {
  padding-left: 12px;
}
.terms .decimal > li {
  margin-bottom: 0.375rem;
}
.terms .decimal ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 0.5rem;
}
.terms ol.circle {
  list-style: none;
  padding-left: 1rem;
  text-indent: -1rem;
}
.terms ol.hangul {
  list-style: hangul;
}
.terms .table {
  margin-bottom: 0.5rem;
}
.terms .table th, .terms .table td {
  word-break: keep-all;
}
.terms .bu {
  font-size: 0.8125rem;
  color: #333;
  display: block;
  margin-bottom: 0.25rem;
}
.terms .bu::before {
  content: "\ea6e";
  font-family: "remixicon";
  line-height: 1;
  display: inline-block;
  margin-right: 0.25rem;
  border: 1px solid #c7c7c7;
  border-radius: 0.25rem;
}

.debtor-download {
  font-size: 0.75rem;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  background-color: #f2f6f7;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
}
.debtor-download .btn {
  color: white;
  margin-left: auto;
}

hr.divider {
  margin: 2rem 0;
  border-top-color: #e5e9ec;
  border-style: dashed;
}

hr.spacer {
  margin: 0.625rem 0;
  border-top-color: transparent;
}

/* ---------------------------------------------------------------------- */
/*  Responsible Mobile
/* ---------------------------------------------------------------------- */
@media all and (max-width: 920px) {
  .footer-link ul {
    font-size: 0.875rem;
  }
  .footer-link ul > li > a {
    padding: 0.125rem 0.625rem;
  }
  .loan-card-wrap {
    gap: 1rem;
    flex-direction: column;
  }
  .loan-card-wrap .loan-card {
    padding: 2rem 0 2rem 2rem;
    border-radius: 1.125rem;
  }
  .loan-card-wrap .loan-card::after {
    width: 100px;
    height: 100px;
    background-size: contain;
    bottom: 0.5rem;
  }
  .loan-card-wrap .loan-card h3 span {
    font-size: 1rem;
  }
  .loan-card-wrap .loan-card h3 em {
    font-size: 1.5rem;
  }
  .loan-card-wrap .loan-card .text {
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .loan-card-wrap .loan-card .btn-detail {
    font-size: 0.75rem;
    padding: 0.125rem 0.75rem;
  }
  .m-tit {
    font-size: 1.75rem;
    font-weight: 500;
  }
  .desc {
    font-size: 1rem;
    line-height: 1.3;
  }
  .section-apply {
    padding: 4rem 0;
  }
  .apply-form .form-group-rounded label {
    font-size: 1rem;
    width: 48px;
  }
  .apply-form .form-group-rounded .form-control {
    font-size: 1rem;
  }
  .section-loan {
    padding: 4rem 0;
  }
  .section-loan .m-tit {
    margin-bottom: 1rem;
  }
  .section-loan .loan-info-list {
    flex-direction: column;
  }
  .section-loan .loan-info-list > dl::before {
    width: 100px;
    height: 100px;
    background-size: contain;
  }
  .section-process {
    padding: 4rem 0;
  }
  .section-process .m-tit {
    margin-bottom: 2rem;
  }
  .loan-step {
    row-gap: 1rem;
  }
  .loan-step > li {
    font-size: 1.25rem;
    width: 50%;
    margin-bottom: 0;
  }
  .loan-step > li::before {
    width: 100px;
    height: 100px;
    background-size: contain;
  }
  .loan-step > li::after {
    font-size: 0.75rem;
    margin-left: -20px;
    top: -8px;
  }
  .loan-step > li span {
    transform: translateY(-20px);
  }
  .customer-center {
    padding: 4rem 0;
  }
  .customer-center .btn-link::before {
    font-size: 1.5rem;
    width: 48px;
    height: 48px;
  }
  .customer-center .btn-link span {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  #header {
    padding: 1rem 0;
  }
  .header-visual {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  #gnb .navbar-brand {
    text-align: center;
    width: 100%;
    display: block;
    margin: auto 0;
  }
  #gnb .navbar-brand > * {
    display: block;
  }
  #gnb .navbar-collapse {
    flex-basis: auto;
    flex-grow: inherit;
    margin-top: 0;
  }
  #gnb .navbar-collapse.collapsing, #gnb .navbar-collapse.show {
    width: 100%;
  }
  #gnb .navbar-collapse.collapsing #menu-gnb, #gnb .navbar-collapse.show #menu-gnb {
    display: flex;
    gap: 0.25rem;
    flex-direction: column;
    margin-top: 1rem;
  }
  #gnb .navbar-collapse {
    flex-basis: auto;
    flex-grow: inherit;
    margin-top: 0;
  }
  #gnb .navbar-collapse.collapsing #menu-gnb > li > a, #gnb .navbar-collapse.show #menu-gnb > li > a {
    font-size: 1rem;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  .nav-trigger {
    top: 2px;
  }
  .header-visual-sub {
    padding-top: 68px;
    padding-bottom: 68px;
    background-position: bottom right;
    background-size: 40%;
  }
  #content {
    padding: 3rem 0;
  }
  #content .apply-form-block {
    padding: 3rem 0;
  }
  .page-header {
    font-size: 1.75rem;
    margin-top: 2rem;
  }
  .tab-bar {
    margin-bottom: 2rem;
  }
  .loan-detail {
    word-break: keep-all;
    line-height: 1.3;
    padding: 2rem 2.5rem;
    padding-right: 110px;
    border-radius: 1rem;
  }
  .loan-detail::after {
    width: 100px;
    height: 100px;
    right: 1rem;
  }
  .map-block {
    flex-direction: column-reverse;
    gap: 0rem;
  }
}
/* ---------------------------------------------------------------------- */
/*  animations
/* ---------------------------------------------------------------------- */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*loader*/
.loading {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.loading.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: text-bottom;
  border: 0.25em solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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