﻿body {
  word-break: keep-all;
}

.banner__company {
  background-color: #f1f3f5;
  text-align: center;
  padding: 0.5rem 0;
  font-size: 0.875em;
  font-weight: 600;
}

.site-header__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1c1f23;
  text-decoration: none;
  padding: 0.625rem;
  margin: 0;
  background-color: transparent;
  border: none;
}

.site-header__title {
  text-align: center;
  margin: 0;
  font-size: 1.25rem;
}

.loan-banner__specs {
  margin-bottom: 0;
}

.loan-banner {
  overflow: hidden;
  position: relative;
  background-color: rgba(206.2, 223, 236.8, 0.25);
  padding: 1.5625rem;
}

.loan-banner__title {
  font-size: 1.75rem;
}

.loan-banner__image {
  width: 100px;
  bottom: 20px;
  right: 20px;
  position: absolute;
}

.loan-banner__label {
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  margin-bottom: 0.25rem;
  padding: 0.0625rem 0.3125rem;
  background-color: #0b5fa4;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
}

.loan-banner__value {
  font-size: 1rem;
  color: rgb(59.8, 127, 182.2);
}

.loan-banner__features {
  margin: 0 0 0 1.25rem;
  padding: 0;
  color: var(--bs-secondary-color);
}
.loan-banner__features li + li {
  margin-top: 0.25rem;
}

.loan-banner__accent {
  color: #c62828;
  font-weight: 500;
}

.accordion {
  background-color: #fafbfc;
}

.accordion-item + .accordion-item {
  margin-top: 0.25rem;
}

.site-footer {
  padding: 15px 0;
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1020;
}

.bg-naver {
  background-color: #00c73c;
  padding: 0.25rem 0;
  color: #fff;
  line-height: 1.3;
}

.naver-cafe__title {
  font-weight: 600;
}

.naver-cafe__desc {
  font-size: 0.875rem;
}

.main-banner {
  display: none;
  line-height: 1.3;
  margin-top: 0.625rem;
  border-radius: 0.25rem;
  background-color: rgba(11, 95, 164, 0.25);
  color: #000;
  padding: 0.8125rem 0.9375rem;
}

.main-banner__sub-title {
  margin-bottom: 0.625rem;
}

.main-banner__title {
  font-size: 1.25rem;
}

.main-banner__icon {
  background-color: #fff;
  color: #0b5fa4;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
}
.main-banner__icon span {
  font-size: 2rem;
}

.sub-banner {
  background-color: rgba(104, 200, 240, 0.25);
  border-radius: 0.25rem;
  padding: 0.8125rem 0.9375rem;
}
.eq-1 .sub-banner {
  background-color: rgba(104, 200, 240, 0.5);
}
.eq-2 .sub-banner {
  background-color: rgba(0, 151, 167, 0.25);
}
.eq-3 .sub-banner {
  background-color: rgba(251, 192, 45, 0.25);
}

.sub-banner__icon {
  color: #fff;
  background-color: #68c8f0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
}
.sub-banner__icon span {
  font-size: 1.75rem;
}
.eq-1 .sub-banner__icon {
  background-color: rgb(57.6084337349, 183.1024096386, 235.3915662651);
}
.eq-2 .sub-banner__icon {
  background-color: #0097a7;
}
.eq-3 .sub-banner__icon {
  background-color: #fbc02d;
}

.sub-banner__title {
  margin-top: 0.625rem;
  line-height: 1.2;
  font-size: 1.25rem;
  font-weight: 600;
}

.sub-banner__desc {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
}

.main-carousel {
  line-height: 1.3;
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main-carousel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.main-carousel__content {
  position: relative;
  z-index: 1;
  color: #fff;
}
.main-carousel__title {
  font-size: 1.75rem;
}
