@charset "UTF-8";
@font-face {
  font-family: "SB Aggro";
  src: url("../fonts/SB_M.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "SB Aggro";
  src: url("../fonts/SB_L.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "SB Aggro";
  src: url("../fonts/SB_B.ttf") format("truetype");
  font-weight: 800;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}

.navigation-header {
  background: rgb(3, 12, 65);
  color: white;
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.navigation-header .nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation-header .logo-section {
  display: flex;
  align-items: center;
  gap: 12px;
}
.navigation-header .logo-section a {
  text-decoration: none !important;
}
.navigation-header .logo-section .logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.navigation-header .logo-section .logo > img {
  width: 80px;
  height: 80px;
}
.navigation-header .logo-section .logo .main-text {
  font-size: 22px;
  line-height: 1;
  font-family: "SB Aggro";
}
.navigation-header .logo-section .logo .sub-text {
  font-size: 16px;
  font-weight: 400;
}
.navigation-header .logo-section .logo .logo-text {
  color: white;
  display: flex;
  flex-direction: column;
}
.navigation-header .nav-menu {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
}
.navigation-header .nav-menu li {
  position: relative;
}
.navigation-header .nav-menu li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0;
  position: relative;
}
.navigation-header .nav-menu li a:hover {
  opacity: 0.8;
}
.navigation-header .nav-menu li a:hover::after {
  width: 100%;
}
.navigation-header .nav-menu li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: white;
}
.navigation-header .consultation-btn {
  background: transparent;
  color: white;
  border: 2px solid white;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}
.navigation-header .consultation-btn:hover {
  background: white;
  color: rgb(27, 36, 112);
}
.navigation-header .mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
.navigation-header .mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgb(27, 36, 112);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.navigation-header .mobile-menu.active {
  display: block;
}
.navigation-header .mobile-menu .mobile-nav-menu {
  list-style: none;
  padding: 20px;
}
.navigation-header .mobile-menu .mobile-nav-menu li {
  margin-bottom: 15px;
}
.navigation-header .mobile-menu .mobile-nav-menu li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navigation-header .mobile-menu .mobile-consultation-btn {
  margin-top: 20px;
  text-align: center;
}

.main-content {
  margin: 0 auto;
  max-width: 1400px;
}

.section {
  width: 100%;
}
.section .section-container {
  margin: 0 auto;
}
.section h2 {
  font-size: 36px;
  padding-top: 140px;
  margin-bottom: 20px;
  color: rgb(27, 36, 112);
  text-align: center;
  font-family: "SB Aggro";
}
@media (max-width: 1024px) {
  .section h2 {
    padding-top: 60px;
  }
}
.section p {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

#home {
  margin-top: 110px;
}
@media (max-width: 1024px) {
  #home {
    margin-top: 90px;
  }
}
#home .section-container .pc {
  display: flex;
  justify-content: center;
  height: 700px;
}
#home .section-container .pc img {
  width: auto;
  height: 700px;
}
@media (max-width: 1024px) {
  #home .section-container .pc {
    display: none;
  }
}
#home .section-container .mobile {
  display: none;
}
@media (max-width: 1024px) {
  #home .section-container .mobile {
    display: block;
  }
}
#home .section-container .mobile img {
  width: 100%;
}

#company {
  background: white;
}
#company .company-contents {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 120px;
  margin-top: 100px;
}
#company .company-contents .left-content {
  text-align: center;
}
#company .company-contents .left-content img {
  width: 100%;
}
#company .company-contents .left-content .profile {
  width: 70%;
}
#company .company-contents .right-content img {
  width: 100%;
}

#loans .content {
  margin-bottom: 30px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  #loans .content {
    letter-spacing: 0;
  }
}

#process {
  margin-bottom: 100px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
#process .process-image {
  margin-top: 40px;
  margin-bottom: 100px;
}
#process .process-image img {
  width: 100%;
}
#process .process-image2 {
  text-align: center;
  margin-bottom: 160px;
}
#process .process-image2 img {
  width: 90%;
}

@media (max-width: 1024px) {
  html {
    scroll-padding-top: 64px;
  }
  .navigation-header .nav-container {
    padding: 0 15px;
  }
  .navigation-header .logo > img {
    width: 60px !important;
    height: 60px !important;
  }
  .navigation-header .logo .main-text {
    font-size: 18px !important;
  }
  .navigation-header .logo .sub-text {
    font-size: 13px !important;
  }
  .navigation-header .logo .logo-text {
    color: white;
    display: flex;
    flex-direction: column;
  }
  .navigation-header .nav-menu {
    display: none;
  }
  .navigation-header .consultation-btn {
    display: none;
  }
  .navigation-header .mobile-menu-btn {
    display: block;
  }
  .section h2 {
    font-size: 26px;
  }
  .section p {
    font-size: 14px;
  }
  #process .process-image {
    margin-bottom: 0px;
  }
  .company-contents {
    margin-bottom: 0 !important;
    margin-top: 50px !important;
    grid-template-columns: 1fr !important;
  }
}
.content {
  padding: 40px 0;
  background-color: rgb(235, 235, 235);
  text-align: center;
  font-size: 26px;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .content {
    padding: 10px;
  }
}

.title {
  font-size: 36px;
  padding-top: 200px;
  margin-bottom: 20px;
  color: rgb(27, 36, 112);
  text-align: center;
  font-family: "SB Aggro";
}
@media (max-width: 1024px) {
  .title {
    font-size: 26px;
    padding-top: 140px;
  }
}

.form-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  max-width: 1400px;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 1024px) {
  .form-wrap {
    bottom: -255px;
    transition: all 0.4s ease;
  }
  .form-wrap.active {
    bottom: 60px;
  }
}
.form-wrap .form-container .loan-form {
  border-radius: 50px 50px 0 0;
  padding: 20px 40px;
  background-color: rgb(27, 36, 112);
  position: relative;
  overflow: hidden;
}
.form-wrap .form-container .loan-form::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 300px;
  height: 200%;
  background: rgba(255, 255, 255, 0.05);
  transform: rotate(15deg);
  pointer-events: none;
}
.form-wrap .form-container .loan-form .form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: stretch;
}
.form-wrap .form-container .loan-form .form-row .form-group {
  flex: 1;
  position: relative;
}
.form-wrap .form-container .loan-form .form-row .form-group .form-input {
  width: 100%;
  padding: 15px 20px;
  border: none;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.95);
  outline: none;
}
.form-wrap .form-container .loan-form .form-row .form-group .form-input::-moz-placeholder {
  color: #888888;
  font-weight: 400;
}
.form-wrap .form-container .loan-form .form-row .form-group .form-input::placeholder {
  color: #888888;
  font-weight: 400;
}
.form-wrap .form-container .loan-form .form-row .form-group .form-input:focus {
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.form-wrap .form-container .loan-form .form-row .submit-btn {
  color: white;
  background-color: #c0392b;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 180px;
  white-space: nowrap;
}
.form-wrap .form-container .loan-form .form-row .submit-btn img {
  width: 18px;
  height: 18px;
}
.form-wrap .form-container .loan-form .checkbox-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.form-wrap .form-container .loan-form .checkbox-group .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.form-wrap .form-container .loan-form .checkbox-group .checkbox:checked {
  background: white;
  border-color: white;
}
.form-wrap .form-container .loan-form .checkbox-group .checkbox:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(27, 36, 112);
  font-size: 12px;
}
.form-wrap .form-container .loan-form .checkbox-group .checkbox-label {
  color: white;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1024px) {
  .form-wrap .form-container .loan-form {
    border-radius: 20px 20px 0 0;
    padding: 20px;
  }
  .form-wrap .form-container .loan-form .form-row {
    flex-direction: column;
    gap: 12px;
  }
  .form-wrap .form-container .loan-form .form-row .form-group .form-input {
    padding: 10px 16px;
    font-size: 13px;
  }
  .form-wrap .form-container .loan-form .form-row .submit-btn {
    padding: 10px 20px;
    font-size: 13px;
    min-width: 120px;
  }
  .form-wrap .form-container .loan-form .checkbox-group {
    margin-top: 15px;
    gap: 8px;
  }
  .form-wrap .form-container .loan-form .checkbox-group .checkbox {
    width: 16px;
    height: 16px;
  }
  .form-wrap .form-container .loan-form .checkbox-group .checkbox-label {
    font-size: 14px;
  }
}

.loan-products {
  max-width: 1200px;
  margin: 80px auto;
}
@media (max-width: 1024px) {
  .loan-products {
    margin: 40px auto;
  }
  .loan-products .product-card {
    padding: 0 10px;
  }
}
.loan-products .product-card {
  background: white;
  border-radius: 16px;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}
.loan-products .product-card .product-header {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.loan-products .product-card .product-header .product-icon {
  position: absolute;
  background: rgb(175, 201, 250);
  top: -15px;
  left: -20px;
  text-align: center;
  width: 90px;
  height: 120px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .loan-products .product-card .product-header .product-icon {
    width: 80px;
    height: 110px;
    top: -8px;
    left: -8px;
  }
  .loan-products .product-card .product-header .product-icon .icon-symbol {
    margin-top: 10px !important;
  }
  .loan-products .product-card .product-header .product-icon .icon-symbol img {
    width: 40px;
  }
  .loan-products .product-card .product-header .product-icon .product-name {
    font-size: 15px !important;
  }
}
.loan-products .product-card .product-header .product-icon.pr {
  background-color: rgb(146, 201, 196);
}
.loan-products .product-card .product-header .product-icon .icon-symbol {
  text-align: center;
  border-radius: 6px;
  margin-top: 20px;
}
.loan-products .product-card .product-header .product-icon .icon-symbol img {
  width: 40px;
}
.loan-products .product-card .product-header .product-icon .product-name {
  font-size: 16px;
  line-height: 18px;
  color: rgb(27, 36, 112);
  z-index: 100;
  position: relative;
  font-weight: bold;
}
.loan-products .product-card .product-header .product-content {
  flex: 1;
  padding: 15px 25px 15px 100px;
  border: 1px solid rgb(175, 201, 250);
  border-radius: 6px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .loan-products .product-card .product-header .product-content {
    padding: 15px 10px 15px 90px;
    min-height: 100px;
  }
  .loan-products .product-card .product-header .product-content ul {
    padding-left: 10px;
    line-height: 1.6;
  }
}
.loan-products .product-card .product-header .product-content.prr {
  border: 1px solid rgb(146, 201, 196);
  align-items: flex-start;
  justify-content: center;
}
.loan-products .product-card .product-header .product-content .product-description {
  font-size: 18px;
  color: #444;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .loan-products .product-card .product-header .product-content .product-description {
    font-size: 13px;
    line-height: 1.4;
  }
}
.loan-products .product-card .product-header .product-content .product-description ul li {
  line-height: 1.6;
}
.loan-products .product-card .product-header .product-content .product-details {
  background: white;
}
.loan-products .product-card .product-header .product-content .product-details .detail-item {
  display: flex;
  align-items: center;
  margin-top: 6px;
  font-size: 18px;
  color: rgb(27, 36, 112);
}
@media (max-width: 1024px) {
  .loan-products .product-card .product-header .product-content .product-details .detail-item {
    font-size: 13px;
  }
}
.loan-products .product-card .product-header .product-content .product-details .detail-item:last-child {
  margin-bottom: 0;
}
.loan-products .product-card .product-header .product-content .product-details .detail-item .detail-label {
  font-weight: 600;
  margin-right: 4px;
  min-width: 50px;
}
.loan-products .product-card .product-header .product-content .product-details .detail-item .detail-arrow {
  margin-right: 8px;
  font-weight: bold;
}
.loan-products .product-card .product-header .product-content .product-details .detail-item .detail-value {
  font-weight: bold;
}

.footer {
  display: none;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .footer {
    display: block;
  }
}
.footer .footer-container {
  background-color: rgb(243, 243, 243);
  padding: 20px 20px 200px 20px;
  margin: 0 auto;
}
.footer .company-info {
  margin-bottom: 20px;
}
.footer .company-info .info-item {
  font-size: 16px;
  line-height: 1.6;
}
.footer .company-info .info-item:last-child {
  margin-bottom: 0;
}
.footer .company-info .info-item .info-label {
  font-weight: 600;
  color: #444;
}
.footer .company-info .info-item .phone-number {
  color: #444;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
.footer .company-info .info-item .email {
  color: #444;
  text-decoration: none;
  font-weight: 500;
}
.footer .company-info .info-item .email:hover {
  text-decoration: underline;
}
.footer .copyright {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .footer .footer-container {
    padding: 20px 20px 80px 20px;
  }
  .footer .company-info {
    margin-bottom: 25px;
  }
  .footer .company-info .info-item {
    font-size: 14px;
    line-height: 1.6;
  }
  .footer .company-info .info-item .phone-number {
    font-size: 16px;
  }
  .footer .copyright {
    font-size: 12px;
    padding-top: 15px;
    margin-top: 15px;
  }
}

/* 모달 스타일 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: none;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

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

.modal {
  background: white;
  border-radius: 16px;
  width: 90%;
  margin: 0 auto;
  max-width: 950px;
  height: 100%;
  overflow: hidden;
  transform: scale(0.7);
  transition: transform 0.3s ease;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.modal-overlay.active .modal {
  transform: scale(1);
}

.modal-header {
  background: rgb(27, 36, 112);
  color: white;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-title {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .modal-title {
    font-size: 18px;
  }
}

.modal-close {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.1);
}

.modal-content {
  padding: 25px;
  overflow-y: auto;
  max-height: 100%;
}

.privacy-content {
  line-height: 1.6;
  color: #333;
}

.privacy-content h3 {
  color: rgb(27, 36, 112);
  margin-bottom: 15px;
  font-size: 22px;
}
@media (max-width: 1024px) {
  .privacy-content h3 {
    font-size: 18px;
  }
}

.privacy-content p {
  margin-bottom: 12px;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .privacy-content p {
    font-size: 14px;
  }
}

.privacy-content ul {
  margin: 10px 0 15px 20px;
}

.privacy-content li {
  margin-bottom: 5px;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .privacy-content li {
    font-size: 14px;
  }
}

.modal-footer {
  border-top: 1px solid #eee;
  padding: 20px 25px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.btn {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-secondary {
  background: #f8f9fa;
  color: #666;
}

.btn-secondary:hover {
  background: #e9ecef;
}

.btn-primary {
  background: #2a5298;
  color: white;
}

.btn-primary:hover {
  background: #1e3c72;
}

/* 라벨 스타일 수정 (클릭 가능하도록) */
.checkbox-label {
  color: white;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.checkbox-label:hover {
  opacity: 0.8;
}

#bottom-bar {
  display: none;
}

/* 모바일 반응형 */
@media (max-width: 1024px) {
  .modal {
    width: 95%;
    margin: 20px;
  }
  .modal-header {
    padding: 15px 20px;
  }
  .modal-title {
    font-size: 16px;
  }
  .modal-content {
    padding: 20px;
  }
  .modal-footer {
    padding: 15px 20px;
    flex-direction: column;
  }
  .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .btn:last-child {
    margin-bottom: 0;
  }
  #bottom-bar {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-top: 0.5px solid rgba(0, 0, 0, 0.2);
  }
  #bottom-bar button {
    width: 100%;
    padding: 18px;
    font-size: 1.25rem;
    background-color: #c0392b;
    color: white;
    /* iOS 기본 스타일 제거 */
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    /* iOS에서 둥근 모서리 제거 */
    border-radius: 0;
    /* iOS에서 그림자 제거 */
    box-shadow: none;
    /* 테두리 스타일 명시 */
    border: none;
  }
}
.company-info-pc {
  font-family: Arial, sans-serif;
  padding: 20px;
  line-height: 1.6;
  padding: 20px 20px 200px 20px;
  background-color: rgb(243, 243, 243);
  display: block;
}
@media (max-width: 1024px) {
  .company-info-pc {
    display: none;
  }
}
.company-info-pc .company-contents {
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
}

.row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.copyright {
  text-align: center;
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */