@charset "utf-8";

html {font-size: 17px;}
body {font-size: 1rem;line-height: 1.6;overflow-x: hidden;}
/* select 공통 */
select {border:1px solid #ccc; padding: 8px 36px 8px 12px;background-color: #fff; background-image: url('data:image/svg+xml;charset=UTF-8,<svg fill="%23666" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>'); background-repeat: no-repeat; background-position: right 3px center; background-size:20px 20px;border-radius:2px; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; }
select option {padding: 8px;}
/* 버튼 공통 설정 */
button {border-radius:2px;outline:none;-webkit-tap-highlight-color: rgba(0,0,0,0);  /* 버튼클릭시 반짝 효과 없앰 */}
input {border-radius:2px;}

#wrap {position: relative;width: 100%;height: 100%;padding-top:200px;} /* 상단고정바 높이만큼 패딩값 적용 */

/* 위로가기 버튼 */
.topBtn {display:scroll;position:fixed;bottom:15px;right:20px;z-index:200;}
.topBtn:hover {opacity: 0.7;  /* 마우스를 올렸을 때 버튼의 투명도를 살짝 줄여서 효과를 줌 */}
.topBtn img {width:60px;height:60px;}

/* 앵커 */
.hidden {display: block;visibility: hidden;}
[id] {scroll-margin-top: 200px; /* 헤더 높이만큼 여백 부여 */}

/* 헤더 */
header {position: fixed;top: 0;left: 0;width:100%;border-bottom:1px solid #040615;background-color:#090c2d;box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);z-index:100;}
.top-fixed {width:1280px;margin:0 auto;display:flex;justify-content: space-between;}
.logobox {width:20%;}
.logobox a {margin-top:17px;width:136px;height:45px;display:block;background: url("../img/logo.png") no-repeat left top;background-size:136px 45px;cursor: pointer;color: transparent;text-indent: -9999px;}
.menu {height:80px;display: flex;align-items: center;}
.menu ul {display: flex;flex-direction: row;}
.menu ul li a {font-size: 1.15rem;font-weight:400;margin-right:70px;color:#fff;}
.menu ul li a:hover {color:#8ba3ff;}
.menu ul li:last-child a {margin-right: 0;}
/* 상단한도조회 */
.creditInquiry-wrap {width:100%;height:120px;border-bottom:1px solid rgba(255,255,255,0.15);}
.creditInquiry-inner {width:1280px;margin:0 auto;color:#fff;padding-top:15px;}
.creditInquiry-tit {font-size:1.3rem;font-weight:400;}
.creditInquiry-tit strong {font-weight:600;}
.creditInquiry-tit span {font-size:0.86rem;font-weight:300;padding-left:10px;color:rgba(255,255,255,0.8);}
.container {width:100%;display: flex;justify-content: space-between;align-items:center; flex-wrap: wrap;padding-top:5px;}
.input-wrap {width:60%;display: flex;justify-content: space-between;}
.input-group {width:32.5%;}
.input-group label {display:none;}
.input-group input::placeholder {color: #bbb;font-size:0.86rem;}
.input-group input {width:100%;height:46px;line-height:46px;padding:0 10px;border: none;border-radius: 2px;font-size:1rem;background-color: #464753;color: #fff;}
.agreement {width:20%;display:flex;align-items:center;margin-left:20px;flex-grow: 1;}
.agreement input::placeholder {color: #bbb;}
.agreement input {margin-right:6px;width:20px;height:20px;accent-color:#007bff;}
.agreement label {font-size:0.8rem;color:rgba(255,255,255,0.8);white-space: nowrap;}
.agreement a {color: #007bff;text-decoration: none;margin-left:10px;}
.agreement a:hover {text-decoration: underline;}
.submit-button {width:16%;height:46px;line-height:44px;background-color: #ff0000;color:#fff;text-align:center;border: none;border-radius:2px;cursor: pointer;font-size:1.1rem;font-weight:500;display: flex;align-items: center;justify-content: center;}
.submit-button:hover {background-color: #cc0000;}
.submit-button img {width:16px;height:16px;margin-left:5px;}


/* 푸터 */
footer {position: relative;width:100%;border-top:1px solid #ececec;background:#f7f7f7;padding:60px 0;}
.footer-inner {width:1280px;margin:0 auto;}
.footer-inner .cominfo {width:100%;display:flex;flex-direction: row;flex-wrap: wrap;}
.footer-inner .cominfo li {line-height:2;padding-right:30px;color:#777;}
.footer-inner .cominfo li span {color:#222;font-weight:400;}
.footer-inner .arlet {width:100%;margin-top:40px;padding-top:40px;border-top:1px solid #ececec;}
.footer-inner .arlet span {color:#e30303;}
.footer-inner .copy {padding-top:40px;color:#999;font-size:0.96rem;}
/* 추가 */
.copy-wrap {padding-top:40px;width:100%;display:flex;justify-content: space-between;flex-wrap: wrap;}
.copy-wrap .copyright {color:#999;font-size:0.96rem;}
.copy-wrap .nice {color:#b0b0b0;font-size:0.8rem;}
.copy-wrap .nice strong a {font-weight:400;}

/* 비주얼영역 */
.slider-container {width: 100%;max-width: none;overflow: hidden;position: relative;height:530px;}
.slider-wrapper {display: flex;transition: transform 0.5s ease-in-out;height: 100%;}
.slider-item {min-width: 100%;position: relative;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.slider-item img {width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;z-index: 1;object-fit: cover;}
.slider-item .mask {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: black;opacity: 0.3;z-index: 2;pointer-events: none; /* 클릭 막지 않게 */}
.slider-text {padding: 20px;color: #fff;position: relative;z-index:3;text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);text-align: center;}
.slider-text .vtit {margin-top: 0;margin-bottom: 10px;font-size:4.5em;line-height:1.3;font-family: 'Paperlogy-8ExtraBold', sans-serif;}
.slider-text .vtit strong {color:#748fff;}
.slider-text p {margin-top:30px;font-size:1.3rem;font-weight:400;}
.pagination-dots {position: absolute;bottom: 20px;left: 50%;transform: translateX(-50%);z-index: 3;}
.dot {height:18px;width:18px;margin: 0 5px;background-color: rgba(255, 255, 255, 0.4);border-radius: 50%;display: inline-block;cursor: pointer;transition: background-color 0.3s ease, border-color 0.3s ease;}
.dot.active {background-color: #fff;border-color: #fff;}

/* 공통 */
.heading {font-size:3rem;text-align:center;font-family: 'Paperlogy-8ExtraBold', sans-serif;}
.caption {font-size:1.3rem;text-align:center;}

/* 섹션1-대출상품 */
.section1-wrap {width:1280px;margin:0 auto;padding:130px 0 150px 0;}
.slider-loan {position: relative;width: 100%;overflow: hidden;padding:80px 0 0 0;}
.slider-track {display: flex;transition: transform 0.5s ease;touch-action: pan-y; /* 세로 스크롤 방지, 가로 스와이프만 허용 */cursor: grab; /* 드래그 가능한 커서 */}
.slider-track.dragging {cursor: grabbing; /* 드래그 중 커서 */}
.slide {flex: 0 0 calc((100% / 3) - (60px / 3)); /* 100% / 3 - (15px * 2 (간격) / 3 (슬라이드 수)) */height:auto;margin-right: 30px;}
.slide:last-child {margin-right: 0; /* 마지막 슬라이드에는 오른쪽 마진 제거 */}
/* 상품상세 */
.slide-inner {width:100%;}
.slide-inner img {width:100%;object-fit:cover;}
.slide-inner > h3 {padding:20px 0 0 2px;font-size:1.7rem;font-weight:600;letter-spacing:-0.5px;}
.slide-inner ul {padding:10px 0 0 2px;}
.slide-inner ul li {color:#999;font-weight:400;}
.slide-inner ul li span {color:#222;padding-left:10px;}
.slide-inner button {margin-top:25px;width:100%;background:#021aa0;color:#fff;text-align:center;padding:20px 50px;font-size:1.05rem;font-weight:400;line-height:1;cursor: pointer;}
.slide-inner button img {width:16px;height:16px;margin-left:10px;}
/* 좌우버튼 */
.slider-button {position: absolute;top:40%;transform: translateY(-40%);background:#fff;color:#222;border:none;width:60px;height:80px;cursor: pointer;z-index: 10;opacity: 1; /* 기본적으로 보이게 */transition: opacity 0.3s ease;}
.slider-button.prev {left: 0;}
.slider-button.next {right: 0;}
.slider-button:disabled {opacity: 0;cursor: not-allowed;}
.slider-button::before {content: '';display: inline-block;border:1px solid #222;border-width:0 3px 3px 0;padding:10px;margin:10px 5px 0 5px;}
.slider-button.prev::before {transform: rotate(135deg);}
.slider-button.next::before {transform: rotate(-45deg);}

/* 섹션2-특장점 */
.section2-wrap {width:100%;background:url('/img/bg_be.jpg') no-repeat center center;background-size:cover;padding:150px 50px;}
.benefits-wrap {width:100%;margin-top:130px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.benefits-wrap .benefits {width:18%;color:#fff;border-right: 1px solid rgba(255,255,255,0.15);padding:5px 80px 5px 0;}
.benefits-wrap .benefits:last-child {border-right: none;}
.benefits-wrap .benefits .txt1 {font-size:1.2rem;line-height:1.4;}
.benefits-wrap .benefits .txt1 span {font-size:1.6rem;font-weight:500;letter-spacing:-1px;}
.benefits-wrap .benefits .txt2 {padding-top:25px;color:rgba(255,255,255,0.6);}
.benefits-wrap .benefits .txt2 span {font-weight:500;}
.benefits-wrap .benefits .txt3 {padding-top:25px;font-size:1.5rem;line-height:1.3;font-weight:600;color:#7895fd;letter-spacing:-1px;}

/* 섹션3-대출절차 */
.section3-wrap {width:1280px;margin:0 auto;padding:130px 0;}
.step-wrap {width: 100%;margin-top:80px;display: flex;justify-content: space-between;flex-wrap: wrap;border-top:3px solid #333;padding:40px 0;}
.step-wrap .step {width: 24%;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 0 50px;text-align: center;position: relative;}
.step-wrap .step:not(:last-child)::after {
	content: "";
    position: absolute;
    right: 15px; /* 화살표 위치 조정 (필요에 따라 조절) */
    top: 50%; /* 세로 중앙 정렬 */
    transform: translateY(-50%); /* 정확한 세로 중앙 정렬 */
    width: 20px; /* 화살표 이미지의 너비 (이미지 크기에 맞게 조절) */
    height: 20px; /* 화살표 이미지의 높이 (이미지 크기에 맞게 조절) */
    background-image: url('/img/arrow_right.png');
	background-size:20px 20px;
    background-repeat: no-repeat; /* 이미지 반복 방지 */
    background-size: contain; /* 이미지가 요소 안에 포함되도록 크기 조정 */
    background-position: center; /* 이미지를 중앙에 배치 */
	z-index: 1; /* 화살표를 맨 위로 보이게 설정 */
}
.step-wrap .step .step-number {color: #888;font-size: 0.9rem;font-weight: 400;}
.step-wrap .step .step-txt1 {padding-top: 10px;font-size: 1.7rem;font-weight: 600;letter-spacing: -1px;}
.step-wrap .step .step-txt2 {padding-top: 10px;line-height: 1.5;}
.step-wrap .step .step-txt2 span {font-weight:500;letter-spacing:-1px;}
.step-wrap .step .step-loan {padding-top: 10px;font-size: 1.7rem;font-weight: 600;letter-spacing: -1px;color:#021aa0;}
.step-wrap .step img {width:110px;height:110px;}
.step-info {text-align:center;background:#f6f8fe;padding:70px 0 65px 0;}
.step-info > h3 {font-size:1.7rem;font-weight:600;color:#021aa0;padding-bottom:10px;letter-spacing:-1px;}
.step-info .step-alert {font-size:1.1rem;}
.step-info .step-alert span {font-weight:500;background:url('/img/line-under.png') repeat-x left bottom;}

/* 섹션4-고객후기 */
.section4-wrap {width:100%;background:#f7f7f7;padding:130px 50px;}
.section4-inner {width:1280px;margin:80px auto 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
.section4-inner .review {width:63%;background:#fff;padding:30px;}
.section4-inner .review > h3 {font-size:1.7rem;font-weight:600;padding-bottom:20px;letter-spacing:-1px;border-bottom:2px solid #333;}

.review-slider-container {position: relative;max-width:1000px;margin: 0 auto;overflow: hidden;}
.review-slider-track {display: flex;transition: transform 0.5s ease-in-out;will-change: transform;padding:20px 0;}
.review-slide {flex-shrink: 0;width: calc(50% - 15px); /* 2개 항목과 30px 간격을 위한 너비 */margin-right: 30px; /* 슬라이드 간 간격 */background: #f7f7f7;padding: 30px;min-height:280px;display: flex;flex-direction: column;justify-content: space-between; /* 내용과 하단 정보 분리 */}
.review-slide .stars {color: #e30303;font-size: 1.2rem;margin-bottom: 15px;}
.review-slide .stars span {margin-right: 2px;}
.review-slide .review-text {margin-bottom:20px;}
.review-slide .review-meta {display: flex;justify-content: space-between;align-items: flex-end;margin-top: auto;border-top:1px solid #e1e1e1;padding-top:20px;}
.review-slide .loan-type {font-weight:500;}
.review-slide .customer-name {font-size: 0.9rem;color:#888;}

.review-slider-nav {position: absolute;top: 50%;transform: translateY(-50%);width: 100%; /* 부모에 맞춰 100% */display: flex;justify-content: space-between;left: 0;right: 0;z-index: 10;}
.review-slider-nav button {background-color: rgba(10,15, 52, 0.6);color: white;border-radius: 50%;width: 45px;height: 45px;display: flex;justify-content: center;align-items: center;font-size: 1.8rem;line-height: 1;
transition: background-color 0.3s;margin: 0 -15px;}
.review-slider-nav button:hover {background-color: rgba(10, 15, 52, 0.8);}
.review-slider-nav button:disabled {background-color: rgba(10, 15, 52, 0.1);cursor: not-allowed;opacity: 0.7;}

.section4-inner .realtime {width:35%;background:#fff;padding:30px;}
.section4-inner .realtime > h3 {font-size:1.7rem;font-weight:600;padding-bottom:20px;letter-spacing:-1px;border-bottom:2px solid #333;}
.listbox {width:100%;display: flex;justify-content: space-between;align-items:center;justify-content: center;padding:10px 0;border-bottom:1px solid #e7e7e7;}
.listbox .current {width:21%;text-align:left;}
.cs-icon1 {padding:5px 10px;font-size:0.76rem;line-height:1;color:#fff;font-weight:400;background:#e30303;border-radius:3px;text-align:center;}
.cs-icon2 {padding:5px 10px;font-size:0.76rem;line-height:1;color:#fff;font-weight:400;background:#03115b;border-radius:3px;text-align:center;}
.listbox .name {width:27%;font-weight:500;text-align:center;}
.listbox .product {width:27%;text-align:center;font-size:0.86rem;}
.listbox .date {width:25%;text-align:right;font-size:0.86rem;color:#888;}
.list-container {height: 300px;overflow: hidden;position: relative;}

/* 섹션5-한도조회 */
.section5-wrap {width:1280px;margin:0 auto;padding:130px 0;}
.section5-inner {width: 100%;margin-top:80px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.section5-inner .limit-area {width:30%;}
.section5-inner .limit-area > h3 {padding-top:5px;font-size:1.8rem;line-height:1.3;font-weight:600;color:#021aa0;letter-spacing:-1px;}
.section5-inner .limit-area .ptxt1 {font-size:1.4rem;font-weight:400;}
.section5-inner .limit-area .ptxt2 {padding-top:20px;font-size:0.9rem;color: #4b4b4b;}
.section5-inner .form-area {width:60%;border-top:3px solid #333;}
.fw-row {width:100%;padding:15px 0;display: flex;justify-content: space-between;flex-wrap: wrap;border-bottom:1px solid #e7e7e7;}
.fw-row label {width:20%;font-weight:400;display: flex;align-items:center;}
.fw-row label span {color:#e30303;padding-left:3px;font-weight:400;}
.fw-row input {width:80%;height:40px;line-height:41px;font-size:1.1rem;font-weight:400;padding:10px;background:#f1f1f1;border:1px solid #f1f1f1;}
.fw-row input::placeholder {font-weight:300;font-size:0.9rem;letter-spacing:-0.3px;color:#888;}
.btn-confirm {margin-top:10px;width:100%;height:60px;line-height:60px;background:#0a0e34;color:#fff;text-align:center;font-size:1.1rem;font-weight:400;display: flex;align-items:center;justify-content: center;}
.btn-confirm img {width:20px;height:20px;margin-left:10px;}
.form-term-wrap {padding:20px 0;}
.agreement-item {position: relative;width:100%;display: flex;align-items: center;}
.btn-term-more {height:26px;line-height:25px;background-color: #f7f7f7;border:1px solid #ccc;padding:0 10px;cursor: pointer;font-size:0.76rem;}
.agreement-item input[type="checkbox"] {display: none;}
.agreement-item input[type="checkbox"] + label::before {content: '';display: inline-block;width: 20px;height: 20px;border: 1px solid #ccc;margin-right:7px;vertical-align: middle;background-color: #fff;background-repeat: no-repeat;background-position: center;background-size: 80%; /* 아이콘 크기 조절 */}
.agreement-item input[type="checkbox"]:checked + label::before {background-color: #fff;border-color: #e30303;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e30303'%3E%3Cpath d='M9.5 17.5L4.5 12.5L3.08 13.92L9.5 20.34L20.92 8.92L19.5 7.5L9.5 17.5Z'/%3E%3C/svg%3E");
/* 참고: %231a5198는 #1a5198 색상의 URL 인코딩 값*/}
.agreement-item label {font-size:0.86rem;color: #4b4b4b;cursor: pointer;display: flex;align-items: center;}
.agreement-text-label { margin:2px 15px 0 0;}


/* 섹션-대출상품 */
.section-loan {width:100%;margin:0 auto;padding:130px 0 150px 0;}
.loan-wrap {width:100%;display: flex;justify-content: space-between;flex-wrap: wrap;padding:80px 50px 0 50px;}
.loan-wrap .loanbox {width:18.5%;}
.loan-inner {width:100%;}
.loan-inner img {width:100%;object-fit:cover;}
.loan-inner > h3 {padding:20px 0 0 2px;font-size:1.7rem;font-weight:600;letter-spacing:-0.5px;}
.loan-inner ul {padding:10px 0 0 2px;}
.loan-inner ul li {color:#999;font-weight:400;}
.loan-inner ul li span {color:#222;padding-left:10px;}
.loan-inner button {margin-top:25px;width:100%;background:#021aa0;color:#fff;text-align:center;padding:20px 50px;font-size:1.05rem;font-weight:400;line-height:1;cursor: pointer;}
.loan-inner button img {width:16px;height:16px;margin-left:10px;}


/***************************************************************************/
/*					                      모바일 (최대 479px)			                             /
/***************************************************************************/
@media (max-width: 479px) {

html {font-size: 15px;}
body {font-size: 1rem;line-height: 1.6;}
button {-webkit-tap-highlight-color: rgba(0,0,0,0);}
a {outline: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

#wrap {position: relative;width: 100%;height: 100%;padding-top:290px;}

/* 위로가기 버튼 */
.topBtn {display: scroll;position: fixed;bottom: 60px;right: 0;z-index: 200;}
.topBtn:hover {opacity: 0.7;}
.topBtn img {width: 30px;height: 30px;}

/* 앵커 */
.hidden {display: block;visibility: hidden;}
[id] {scroll-margin-top: 290px; /* 헤더 높이만큼 여백 부여 */}

/* 헤더 */
header {position: fixed;top: 0;left: 0;width:100%;background-color:#090c2d;box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);}
.top-fixed {width:100%;margin:0 auto;display:flex;flex-direction: column;flex-wrap: wrap;}
.logobox {width:100%;height:60px;}
.logobox a {margin:15px auto 0;width:100px;height:33px;display:block;background: url("../img/logo.png") no-repeat left top;background-size:100px 33px;cursor: pointer;color: transparent;text-indent: -9999px;/* 왼쪽으로 10px 이동 */position: relative;left: -5px;}
.menu {width:100%;height:50px;display: flex;align-items: center;border-top:1px solid rgba(255, 255, 255, 0.2);}
.menu ul {width: 100%;display: flex;justify-content: space-around; /* 메뉴 항목들을 균등하게 분배하며 양쪽에 여백 생성 */}
.menu ul li {flex-grow: 1;text-align: center;}
.menu ul li a {font-size: 0.96rem;font-weight: 400;margin-right: 0;color: #fff;display: block;padding: 10px 0;}
.menu ul li a:hover {color: #8ba3ff;}

/* 상단한도조회 */
.creditInquiry-wrap {width:100%;height:auto;border-bottom:1px solid rgba(255,255,255,0.2);}
.creditInquiry-inner {width:100%;margin:0 auto;color:#fff;padding:15px;}
.creditInquiry-tit {font-size:1.1rem;font-weight:400;}
.creditInquiry-tit strong {font-weight:600;}
.creditInquiry-tit span {display:block;font-size:0.76rem;font-weight:300;padding-left:0;color:rgba(255,255,255,0.8);}
.container {width:100%;display: flex;justify-content: space-between;align-items:center; flex-wrap: wrap;padding-top:5px;}
.input-wrap {width:100%;display: flex;justify-content: space-between;}
.input-group {width:32.5%;}
.input-group label {display:none;}
.input-group input::placeholder {color: #bbb;font-size:0.86rem;}
.input-group input {width:100%;height:36px;line-height:36px;padding:0 8px;border: none;border-radius: 2px;font-size:0.96rem;background-color: #464753;color: #fff;}
.agreement {width:100%;display:flex;align-items:center;margin-left:0;flex-grow: 1;padding:8px 0;}
.agreement input::placeholder {color: #bbb;}
.agreement input {margin-right:6px;width:16px;height:16px;accent-color:#007bff;}
.agreement label {font-size:0.8rem;color:rgba(255,255,255,0.8);white-space: nowrap;}
.agreement a {color: #007bff;text-decoration: none;margin-left:10px;}
.agreement a:hover {text-decoration: underline;}
.submit-button {width:100%;height:36px;line-height:34px;background-color: #ff0000;color:#fff;text-align:center;border: none;border-radius:2px;cursor: pointer;font-size:1rem;font-weight:500;display: flex;align-items: center;justify-content: center;}
.submit-button:hover {background-color: #cc0000;}
.submit-button img {width:13px;height:13px;margin-left:5px;}

/* 푸터 */
footer {position: relative;width:100%;border-top:1px solid #ececec;background:#f7f7f7;padding:30px 15px;}
.footer-inner {width:100%;margin:0 auto;}
.footer-inner .cominfo {width:100%;display:flex;flex-direction: row;flex-wrap: wrap;}
.footer-inner .cominfo li {font-size:0.86rem;line-height:1.6;padding-right:20px;color:#777;}
.footer-inner .cominfo li span {color:#222;font-weight:400;}
.footer-inner .arlet {width:100%;margin-top:20px;padding-top:20px;border-top:1px solid #ececec;font-size:0.86rem;line-height:1.4;}
.footer-inner .arlet span {color:#e30303;}
.footer-inner .copy {padding-top:20px;color:#999;font-size:0.86rem;}
/* 추가 */
.copy-wrap {padding-top:40px;width:100%;display:flex;justify-content: space-between;flex-wrap: wrap;}
.copy-wrap .copyright {width:100%;color:#999;font-size:0.96rem;}
.copy-wrap .nice {padding-top:2px;width:100%;color:#b0b0b0;font-size:0.8rem;}
.copy-wrap .nice strong a {font-weight:400;}

/* 비주얼영역 */
.slider-container {width: 100%;max-width: none;overflow: hidden;position: relative;height:260px;}
.slider-text .vtit {margin-top:0;margin-bottom: 10px;font-size:2em;line-height:1.3;font-family: 'Paperlogy-8ExtraBold', sans-serif;}
.slider-text p {margin:10px 20px 0 20px;font-size:0.9rem;line-height:1.4;font-weight:300;}

/* 공통 */
.heading {font-size:1.6rem;letter-spacing:-1px;font-weight:600;text-align:center;}
.caption {font-size:1rem;text-align:center;}

/* 섹션1-대출상품 */
.section1-wrap {width:100%;margin:0 auto;padding:50px 20px;}
.slider-loan {position: relative;width: 100%;overflow: hidden;padding:30px 0 0 0;}
.slide {flex: 0 0 100%;margin-right: 0;}
/* 상품상세 */
.slide-inner {width:100%;}
.slide-inner img {width:100%;height:160px;object-fit:cover;}
.slide-inner > h3 {padding:15px 0 0 2px;font-size:1.2rem;font-weight:600;letter-spacing:0;}
.slide-inner ul {padding:5px 0 0 2px;}
.slide-inner ul li {color:#999;font-weight:400;font-size:0.9rem;}
.slide-inner button {margin-top:15px;width:100%;background:#021aa0;color:#fff;text-align:center;padding:18px 0;font-size:1.05rem;font-weight:400;line-height:1;cursor: pointer;}
/* 좌우버튼 */
.slider-button {position: absolute;top:25%;transform: translateY(-25%);background:#fff;color:#222;border:none;width:30px;height:50px;cursor: pointer;z-index: 10;opacity: 1; /* 기본적으로 보이게 */transition: opacity 0.3s ease;}
.slider-button::before {content: '';display: inline-block;border:1px solid #222;border-width:0 2px 2px 0;padding:6px;margin:10px 5px 0 5px;}

/* 섹션2-특장점 */
.section2-wrap {width:100%;background:url('/img/bg_be.jpg') no-repeat center center;background-size:cover;padding:50px 20px;}
.benefits-wrap {width:100%;margin-top:30px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.benefits-wrap .benefits {width:100%;color:#fff;border-right:none;border-bottom: 1px solid rgba(255,255,255,0.15);padding:20px 0;text-align:center;}
.benefits-wrap .benefits:last-child {border-bottom: none;}
.benefits-wrap .benefits .txt1 {font-size:1rem;line-height:1.4;}
.benefits-wrap .benefits .txt1 span {font-size:1.2rem;font-weight:500;letter-spacing:0;}
.benefits-wrap .benefits .txt2 {padding-top:5px;color:rgba(255,255,255,0.6);font-size:0.9rem;}
.benefits-wrap .benefits .txt2 span {font-weight:500;}
.benefits-wrap .benefits .txt3 {padding-top:5px;font-size:1.2rem;line-height:1.3;font-weight:600;color:#7895fd;letter-spacing:0;}

/* 섹션3-대출절차 */
.section3-wrap {width:100%;margin:0 auto;padding:50px 20px;}
.step-wrap {width: 100%;margin-top:30px;display: flex;justify-content: space-between;flex-wrap: wrap;border-top:3px solid #333;padding:10px 0;}
.step-wrap .step {width: 50%;display: flex;flex-direction: column;align-items: center;justify-content: center;padding:20px  0;text-align: center;position: relative;}
.step-wrap .step:not(:last-child)::after {right: 0; /* 화살표 위치 조정 (필요에 따라 조절) */}
.step-wrap .step .step-number {color: #888;font-size: 0.9rem;font-weight: 400;}
.step-wrap .step .step-txt1 {padding-top: 10px;font-size: 1.2rem;font-weight: 600;letter-spacing: 0;}
.step-wrap .step .step-txt2 {padding:10px 20px 0 20px;line-height: 1.4;font-size:0.9rem;}
.step-wrap .step .step-txt2 span {font-weight:500;letter-spacing:0;}
.step-wrap .step .step-loan {padding-top:0;font-size: 1.2rem;font-weight: 600;letter-spacing: 0;color:#021aa0;}
.step-wrap .step img {width:60px;height:60px;}
.step-info {text-align:center;background:#f6f8fe;padding:30px 20px;}
.step-info > h3 {font-size:1.1rem;line-height:1.4;font-weight:600;color:#021aa0;padding-bottom:10px;letter-spacing:0;}
.step-info .step-alert {font-size:0.9rem;line-height:1.4;}
.step-info .step-alert span {font-weight:500;background:url('/img/line-under.png') repeat-x left bottom;}

/* 섹션4-고객후기 */
.section4-wrap {width:100%;background:#f7f7f7;padding:50px 20px;}
.section4-inner {width:100%;margin:30px auto 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
.section4-inner .review {width:100%;background:#fff;padding:20px 20px;}
.section4-inner .review > h3 {font-size:1.2rem;font-weight:600;padding-bottom:15px;letter-spacing:-1px;border-bottom:2px solid #333;}
.review-slide {
    flex-shrink: 0;
    width: 100%; /* 모바일에서 1개 항목이 꽉 차도록 100% 설정 */
    margin-right: 0; /* 슬라이드 간 간격 제거 */
    background: #f7f7f7;
    padding: 30px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.review-slide .stars {color: #e30303;font-size: 1.2rem;margin-bottom: 10px;}
.review-slide .stars span {margin-right: 2px;}
.review-slide .review-text {margin-bottom:20px;font-size:0.9rem;line-height:1.5;}
.review-slide .review-meta {display: flex;justify-content: space-between;align-items: flex-end;margin-top: auto;border-top:1px solid #e1e1e1;padding-top:20px;}
.review-slide .loan-type {font-weight:500;}
.review-slide .customer-name {font-size: 0.9rem;color:#888;}
.section4-inner .realtime {margin-top:20px;width:100%;background:#fff;padding:20px 20px;}
.section4-inner .realtime > h3 {font-size:1.2rem;font-weight:600;padding-bottom:15px;letter-spacing:-1px;border-bottom:2px solid #333;}

/* 섹션5-한도조회 */
.section5-wrap {width:100%;margin:0 auto;padding:50px 20px;}
.section5-inner {width: 100%;margin-top:30px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.section5-inner .limit-area {width:100%;}
.section5-inner .limit-area > h3 {padding-top:5px;font-size:1.1rem;line-height:1.2;font-weight:600;color:#021aa0;letter-spacing:0;}
.section5-inner .limit-area .ptxt1 {font-size:1rem;font-weight:400;line-height:1;}
.section5-inner .limit-area .ptxt2 {padding-top:5px;font-size:0.9rem;color: #4b4b4b;}
.section5-inner .form-area {margin-top:20px;width:100%;border-top:3px solid #333;}
.fw-row label {width:25%;font-weight:400;display: flex;align-items:center;}
.fw-row input {width:75%;height:40px;line-height:41px;font-size:1.1rem;font-weight:400;padding:10px;background:#f1f1f1;border:1px solid #f1f1f1;}
.btn-confirm {margin-top:10px;width:100%;height:54px;line-height:54px;background:#0a0e34;color:#fff;text-align:center;font-size:1.1rem;font-weight:400;display: flex;align-items:center;justify-content: center;}
.form-term-wrap {padding:15px 0;}
.agreement-item input[type="checkbox"] + label::before {content: '';display: inline-block;width: 20px;height: 20px;border: 1px solid #ccc;margin-top:3px;margin-right:7px;vertical-align: middle;background-color: #fff;background-repeat: no-repeat;background-position: center;background-size: 80%; /* 아이콘 크기 조절 */}
.agreement-item label {
    /* --- 라벨 하이라이트 제거 --- */
    -webkit-tap-highlight-color: transparent; /* 웹킷 기반 브라우저 (크롬, 사파리) */
    outline: none; /* 포커스 아웃라인 제거 */
    user-select: none; /* 텍스트 드래그 방지 (클릭감 개선) */
    -webkit-user-select: none; /* 웹킷 브라우저 */
    -moz-user-select: none; /* 파이어폭스 */
    -ms-user-select: none; /* IE/엣지 */
}

/* 섹션-대출상품 */
.section-loan {width:100%;margin:0 auto;padding:50px 15px;}
.loan-wrap {width:100%;display: flex;justify-content: space-between;flex-wrap: wrap;padding:0;}
.loan-wrap .loanbox {width:48.5%;}
.loan-inner {width:100%;margin-top:30px;}
.loan-inner img {width:100%;height:100px;object-fit:cover;}
.loan-inner > h3 {padding:10px 0 0 0;font-size:1.2rem;font-weight:600;letter-spacing:0;}
.loan-inner ul {padding:5px 0 0 0;}
.loan-inner ul li {color:#999;font-weight:400;font-size:0.8rem;letter-spacing:-0.5px;}
.loan-inner ul li span {color:#222;padding-left:5px;}
.loan-inner button {margin-top:10px;width:100%;background:#021aa0;color:#fff;text-align:center;padding:15px 0;font-size:0.9rem;font-weight:400;line-height:1;cursor: pointer;}
.loan-inner button img {width:12px;height:12px;margin-left:10px;}

}


/***************************************************************************/
/*					             기준 -일반 모바일 (480px ~ 767px)		   	             /
/***************************************************************************/
@media (min-width: 480px) and (max-width: 767px) {

html {font-size: 15px;}
body {font-size: 1rem;line-height: 1.6;}
button {-webkit-tap-highlight-color: rgba(0,0,0,0);}
a {outline: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

#wrap {position: relative;width: 100%;height: 100%;padding-top:206px;}

/* 위로가기 버튼 */
.topBtn {display: scroll;position: fixed;bottom: 60px;right: 0;z-index: 200;}
.topBtn:hover {opacity: 0.7;}
.topBtn img {width: 30px;height: 30px;}

/* 앵커 */
.hidden {display: block;visibility: hidden;}
[id] {scroll-margin-top: 206px; /* 헤더 높이만큼 여백 부여 */}

/* 헤더 */
header {position: fixed;top: 0;left: 0;width:100%;background-color:#090c2d;box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);}
.top-fixed {width:100%;margin:0 auto;display:flex;flex-direction: column;flex-wrap: wrap;}
.logobox {width:100%;height:60px;}
.logobox a {margin:15px auto 0;width:100px;height:33px;display:block;background: url("../img/logo.png") no-repeat left top;background-size:100px 33px;cursor: pointer;color: transparent;text-indent: -9999px;/* 왼쪽으로 10px 이동 */position: relative;left: -5px;}
.menu {width:100%;height:50px;display: flex;align-items: center;border-top:1px solid rgba(255, 255, 255, 0.2);}
.menu ul {width: 100%;display: flex;justify-content: space-around; /* 메뉴 항목들을 균등하게 분배하며 양쪽에 여백 생성 */}
.menu ul li {flex-grow: 1;text-align: center;}
.menu ul li a {font-size: 0.96rem;font-weight: 400;margin-right: 0;color: #fff;display: block;padding: 10px 0;}
.menu ul li a:hover {color: #8ba3ff;}

/* 상단한도조회 */
.creditInquiry-wrap {width:100%;height:96px;border-bottom:1px solid rgba(255,255,255,0.2);}
.creditInquiry-inner {width:100%;margin:0 auto;color:#fff;padding:15px 15px 0 15px;}
.creditInquiry-tit {font-size:1rem;font-weight:400;}
.creditInquiry-tit strong {font-weight:600;}
.creditInquiry-tit span {font-size:0.86rem;font-weight:300;padding-left:10px;color:rgba(255,255,255,0.8);}
.container {width:100%;display: flex;justify-content: space-between;align-items:center; flex-wrap: wrap;padding-top:5px;}
.input-wrap {width:55%;display: flex;justify-content: space-between;}
.input-group {width:32.5%;}
.input-group label {display:none;}
.input-group input::placeholder {color: #bbb;font-size:0.86rem;}
.input-group input {width:100%;height:36px;line-height:36px;padding:0 10px;border: none;border-radius: 2px;font-size:1rem;background-color: #464753;color: #fff;}
.agreement {width:25%;display:flex;align-items:center;margin-left:10px;flex-grow: 1;}
.agreement input::placeholder {color: #bbb;}
.agreement input {margin-right:6px;width:14px;height:14px;accent-color:#007bff;}
.agreement label {font-size:0.76rem;color:rgba(255,255,255,0.8);white-space: nowrap;}
.agreement a {color: #007bff;text-decoration: none;margin-left:5px;}
.agreement a:hover {text-decoration: underline;}
.submit-button {width:16%;height:36px;line-height:34px;background-color: #ff0000;color:#fff;text-align:center;border: none;border-radius:2px;cursor: pointer;font-size:0.9rem;font-weight:400;display: flex;align-items: center;justify-content: center;}
.submit-button:hover {background-color: #cc0000;}
.submit-button img {width:14px;height:14px;margin-left:2px;}

/* 푸터 */
footer {position: relative;width:100%;border-top:1px solid #ececec;background:#f7f7f7;padding:30px 15px;}
.footer-inner {width:100%;margin:0 auto;}
.footer-inner .cominfo {width:100%;display:flex;flex-direction: row;flex-wrap: wrap;}
.footer-inner .cominfo li {font-size:0.86rem;line-height:1.6;padding-right:20px;color:#777;}
.footer-inner .cominfo li span {color:#222;font-weight:400;}
.footer-inner .arlet {width:100%;margin-top:20px;padding-top:20px;border-top:1px solid #ececec;font-size:0.86rem;line-height:1.4;}
.footer-inner .arlet span {color:#e30303;}
.footer-inner .copy {padding-top:20px;color:#999;font-size:0.86rem;}

/* 비주얼영역 */
.slider-container {width: 100%;max-width: none;overflow: hidden;position: relative;height:240px;}
.slider-text .vtit {margin-top:0;margin-bottom: 10px;font-size:2em;line-height:1.3;font-family: 'Paperlogy-8ExtraBold', sans-serif;}
.slider-text p {margin:10px 20px 0 20px;font-size:0.9rem;line-height:1.4;font-weight:300;}

/* 공통 */
.heading {font-size:1.6rem;letter-spacing:-1px;font-weight:600;text-align:center;}
.caption {font-size:1rem;text-align:center;}

/* 섹션1-대출상품 */
.section1-wrap {width:100%;margin:0 auto;padding:50px 20px;}
.slider-loan {position: relative;width: 100%;overflow: hidden;padding:30px 0 0 0;}
.slide {flex: 0 0 100%;margin-right: 0;}
/* 상품상세 */
.slide-inner {width:100%;}
.slide-inner img {width:100%;height:160px;object-fit:cover;}
.slide-inner > h3 {padding:15px 0 0 2px;font-size:1.2rem;font-weight:600;letter-spacing:0;}
.slide-inner ul {padding:5px 0 0 2px;}
.slide-inner ul li {color:#999;font-weight:400;font-size:0.9rem;}
.slide-inner button {margin-top:15px;width:100%;background:#021aa0;color:#fff;text-align:center;padding:18px 0;font-size:1.05rem;font-weight:400;line-height:1;cursor: pointer;}
/* 좌우버튼 */
.slider-button {position: absolute;top:25%;transform: translateY(-25%);background:#fff;color:#222;border:none;width:30px;height:50px;cursor: pointer;z-index: 10;opacity: 1; /* 기본적으로 보이게 */transition: opacity 0.3s ease;}
.slider-button::before {content: '';display: inline-block;border:1px solid #222;border-width:0 2px 2px 0;padding:6px;margin:10px 5px 0 5px;}

/* 섹션2-특장점 */
.section2-wrap {width:100%;background:url('/img/bg_be.jpg') no-repeat center center;background-size:cover;padding:50px 20px;}
.benefits-wrap {width:100%;margin-top:30px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.benefits-wrap .benefits {width:100%;color:#fff;border-right:none;border-bottom: 1px solid rgba(255,255,255,0.15);padding:20px 0;text-align:center;}
.benefits-wrap .benefits:last-child {border-bottom: none;}
.benefits-wrap .benefits .txt1 {font-size:1rem;line-height:1.4;}
.benefits-wrap .benefits .txt1 span {font-size:1.2rem;font-weight:500;letter-spacing:0;}
.benefits-wrap .benefits .txt2 {padding-top:5px;color:rgba(255,255,255,0.6);font-size:0.9rem;}
.benefits-wrap .benefits .txt2 span {font-weight:500;}
.benefits-wrap .benefits .txt3 {padding-top:5px;font-size:1.2rem;line-height:1.3;font-weight:600;color:#7895fd;letter-spacing:0;}

/* 섹션3-대출절차 */
.section3-wrap {width:100%;margin:0 auto;padding:50px 20px;}
.step-wrap {width: 100%;margin-top:30px;display: flex;justify-content: space-between;flex-wrap: wrap;border-top:3px solid #333;padding:10px 0;}
.step-wrap .step {width: 50%;display: flex;flex-direction: column;align-items: center;justify-content: center;padding:20px  0;text-align: center;position: relative;}
.step-wrap .step:not(:last-child)::after {right: 0; /* 화살표 위치 조정 (필요에 따라 조절) */}
.step-wrap .step .step-number {color: #888;font-size: 0.9rem;font-weight: 400;}
.step-wrap .step .step-txt1 {padding-top: 10px;font-size: 1.2rem;font-weight: 600;letter-spacing: 0;}
.step-wrap .step .step-txt2 {padding:10px 20px 0 20px;line-height: 1.4;font-size:0.9rem;}
.step-wrap .step .step-txt2 span {font-weight:500;letter-spacing:0;}
.step-wrap .step .step-loan {padding-top:0;font-size: 1.2rem;font-weight: 600;letter-spacing: 0;color:#021aa0;}
.step-wrap .step img {width:60px;height:60px;}
.step-info {text-align:center;background:#f6f8fe;padding:30px 20px;}
.step-info > h3 {font-size:1.1rem;line-height:1.4;font-weight:600;color:#021aa0;padding-bottom:10px;letter-spacing:0;}
.step-info .step-alert {font-size:0.9rem;line-height:1.4;}
.step-info .step-alert span {font-weight:500;background:url('/img/line-under.png') repeat-x left bottom;}

/* 섹션4-고객후기 */
.section4-wrap {width:100%;background:#f7f7f7;padding:50px 20px;}
.section4-inner {width:100%;margin:30px auto 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
.section4-inner .review {width:100%;background:#fff;padding:20px 20px;}
.section4-inner .review > h3 {font-size:1.2rem;font-weight:600;padding-bottom:15px;letter-spacing:-1px;border-bottom:2px solid #333;}
.review-slide {
    flex-shrink: 0;
    width: 100%; /* 모바일에서 1개 항목이 꽉 차도록 100% 설정 */
    margin-right: 0; /* 슬라이드 간 간격 제거 */
    background: #f7f7f7;
    padding: 30px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.review-slide .stars {color: #e30303;font-size: 1.2rem;margin-bottom: 10px;}
.review-slide .stars span {margin-right: 2px;}
.review-slide .review-text {margin-bottom:20px;font-size:0.9rem;line-height:1.5;}
.review-slide .review-meta {display: flex;justify-content: space-between;align-items: flex-end;margin-top: auto;border-top:1px solid #e1e1e1;padding-top:20px;}
.review-slide .loan-type {font-weight:500;}
.review-slide .customer-name {font-size: 0.9rem;color:#888;}
.section4-inner .realtime {margin-top:20px;width:100%;background:#fff;padding:20px 20px;}
.section4-inner .realtime > h3 {font-size:1.2rem;font-weight:600;padding-bottom:15px;letter-spacing:-1px;border-bottom:2px solid #333;}

/* 섹션5-한도조회 */
.section5-wrap {width:100%;margin:0 auto;padding:50px 20px;}
.section5-inner {width: 100%;margin-top:30px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.section5-inner .limit-area {width:100%;}
.section5-inner .limit-area > h3 {padding-top:5px;font-size:1.1rem;line-height:1.2;font-weight:600;color:#021aa0;letter-spacing:0;}
.section5-inner .limit-area .ptxt1 {font-size:1rem;font-weight:400;line-height:1;}
.section5-inner .limit-area .ptxt2 {padding-top:5px;font-size:0.9rem;color: #4b4b4b;}
.section5-inner .form-area {margin-top:20px;width:100%;border-top:3px solid #333;}
.fw-row label {width:25%;font-weight:400;display: flex;align-items:center;}
.fw-row input {width:75%;height:40px;line-height:41px;font-size:1.1rem;font-weight:400;padding:10px;background:#f1f1f1;border:1px solid #f1f1f1;}
.btn-confirm {margin-top:10px;width:100%;height:54px;line-height:54px;background:#0a0e34;color:#fff;text-align:center;font-size:1.1rem;font-weight:400;display: flex;align-items:center;justify-content: center;}
.form-term-wrap {padding:15px 0;}
.agreement-item input[type="checkbox"] + label::before {content: '';display: inline-block;width: 20px;height: 20px;border: 1px solid #ccc;margin-top:3px;margin-right:7px;vertical-align: middle;background-color: #fff;background-repeat: no-repeat;background-position: center;background-size: 80%; /* 아이콘 크기 조절 */}
.agreement-item label {
    /* --- 라벨 하이라이트 제거 --- */
    -webkit-tap-highlight-color: transparent; /* 웹킷 기반 브라우저 (크롬, 사파리) */
    outline: none; /* 포커스 아웃라인 제거 */
    user-select: none; /* 텍스트 드래그 방지 (클릭감 개선) */
    -webkit-user-select: none; /* 웹킷 브라우저 */
    -moz-user-select: none; /* 파이어폭스 */
    -ms-user-select: none; /* IE/엣지 */
}

/* 섹션-대출상품 */
.section-loan {width:100%;margin:0 auto;padding:50px 15px;}
.loan-wrap {width:100%;display: flex;justify-content: space-between;flex-wrap: wrap;padding:0;}
.loan-wrap .loanbox {width:32%;}
.loan-wrap {display: flex;flex-wrap: wrap;gap: 20px; /* 아이템 사이의 가로 및 세로 간격 */margin-top: 30px;justify-content: flex-start;}
.loanbox {flex: 0 0 calc(33.333% - 13.333px); /* 3개 아이템 표시 및 간격 고려 */}
.loan-inner {width: 100%;}
.loan-inner img {width:100%;height:120px;object-fit:cover;}
.loan-inner > h3 {padding:10px 0 0 0;font-size:1.2rem;font-weight:600;letter-spacing:0;}
.loan-inner ul {padding:5px 0 0 0;}
.loan-inner ul li {color:#999;font-weight:400;font-size:0.8rem;letter-spacing:-0.5px;}
.loan-inner ul li span {color:#222;padding-left:5px;}
.loan-inner button {margin-top:10px;width:100%;background:#021aa0;color:#fff;text-align:center;padding:15px 0;font-size:0.9rem;font-weight:400;line-height:1;cursor: pointer;}
.loan-inner button img {width:12px;height:12px;margin-left:10px;}

}


/***************************************************************************/
/*					             기준-태블릿 (768px ~ 1023px)		   	                     /
/***************************************************************************/
@media (min-width: 768px) and (max-width: 1023px) {

html {font-size: 15px;}
body {font-size: 1rem;line-height: 1.6;}
button {-webkit-tap-highlight-color: rgba(0,0,0,0);}
a {outline: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

#wrap {position: relative;width: 100%;height: 100%;padding-top:206px;}

/* 위로가기 버튼 */
.topBtn {display: scroll;position: fixed;bottom: 60px;right: 0;z-index: 200;}
.topBtn:hover {opacity: 0.7;}
.topBtn img {width: 30px;height: 30px;}

/* 앵커 */
.hidden {display: block;visibility: hidden;}
[id] {scroll-margin-top: 206px; /* 헤더 높이만큼 여백 부여 */}

/* 헤더 */
header {position: fixed;top: 0;left: 0;width:100%;background-color:#090c2d;box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);}
.top-fixed {width:100%;margin:0 auto;display:flex;flex-direction: column;flex-wrap: wrap;}
.logobox {width:100%;height:60px;}
.logobox a {margin:15px auto 0;width:100px;height:33px;display:block;background: url("../img/logo.png") no-repeat left top;background-size:100px 33px;cursor: pointer;color: transparent;text-indent: -9999px;/* 왼쪽으로 10px 이동 */position: relative;left: -5px;}
.menu {width:100%;height:50px;display: flex;align-items: center;border-top:1px solid rgba(255, 255, 255, 0.2);}
.menu ul {width: 100%;display: flex;justify-content: space-around; /* 메뉴 항목들을 균등하게 분배하며 양쪽에 여백 생성 */}
.menu ul li {flex-grow: 1;text-align: center;}
.menu ul li a {font-size: 0.96rem;font-weight: 400;margin-right: 0;color: #fff;display: block;padding: 10px 0;}
.menu ul li a:hover {color: #8ba3ff;}

/* 상단한도조회 */
.creditInquiry-wrap {width:100%;height:96px;border-bottom:1px solid rgba(255,255,255,0.2);}
.creditInquiry-inner {width:100%;margin:0 auto;color:#fff;padding:15px 15px 0 15px;}
.creditInquiry-tit {font-size:1rem;font-weight:400;}
.creditInquiry-tit strong {font-weight:600;}
.creditInquiry-tit span {font-size:0.86rem;font-weight:300;padding-left:10px;color:rgba(255,255,255,0.8);}
.container {width:100%;display: flex;justify-content: space-between;align-items:center; flex-wrap: wrap;padding-top:5px;}
.input-wrap {width:55%;display: flex;justify-content: space-between;}
.input-group {width:32.5%;}
.input-group label {display:none;}
.input-group input::placeholder {color: #bbb;font-size:0.86rem;}
.input-group input {width:100%;height:36px;line-height:36px;padding:0 10px;border: none;border-radius: 2px;font-size:1rem;background-color: #464753;color: #fff;}
.agreement {width:25%;display:flex;align-items:center;margin-left:10px;flex-grow: 1;}
.agreement input::placeholder {color: #bbb;}
.agreement input {margin-right:6px;width:14px;height:14px;accent-color:#007bff;}
.agreement label {font-size:0.76rem;color:rgba(255,255,255,0.8);white-space: nowrap;}
.agreement a {color: #007bff;text-decoration: none;margin-left:5px;}
.agreement a:hover {text-decoration: underline;}
.submit-button {width:16%;height:36px;line-height:34px;background-color: #ff0000;color:#fff;text-align:center;border: none;border-radius:2px;cursor: pointer;font-size:0.9rem;font-weight:400;display: flex;align-items: center;justify-content: center;}
.submit-button:hover {background-color: #cc0000;}
.submit-button img {width:14px;height:14px;margin-left:2px;}


/* 푸터 */
footer {position: relative;width:100%;border-top:1px solid #ececec;background:#f7f7f7;padding:30px 15px;}
.footer-inner {width:100%;margin:0 auto;}
.footer-inner .cominfo {width:100%;display:flex;flex-direction: row;flex-wrap: wrap;}
.footer-inner .cominfo li {font-size:0.86rem;line-height:1.6;padding-right:20px;color:#777;}
.footer-inner .cominfo li span {color:#222;font-weight:400;}
.footer-inner .arlet {width:100%;margin-top:20px;padding-top:20px;border-top:1px solid #ececec;font-size:0.86rem;line-height:1.4;}
.footer-inner .arlet span {color:#e30303;}
.footer-inner .copy {padding-top:20px;color:#999;font-size:0.86rem;}

/* 비주얼영역 */
.slider-container {width: 100%;max-width: none;overflow: hidden;position: relative;height:240px;}
.slider-text .vtit {margin-top:0;margin-bottom: 10px;font-size:2em;line-height:1.3;font-family: 'Paperlogy-8ExtraBold', sans-serif;}
.slider-text p {margin:10px 20px 0 20px;font-size:0.9rem;line-height:1.4;font-weight:300;}

/* 공통 */
.heading {font-size:1.6rem;letter-spacing:-1px;font-weight:600;text-align:center;}
.caption {font-size:1rem;text-align:center;}

/* 섹션1-대출상품 */
.section1-wrap {width:100%;margin:0 auto;padding:50px 20px;}
.slider-loan {position: relative;width: 100%;overflow: hidden;padding:30px 0 0 0;}
.slider-track {display: flex;transition: transform 0.5s ease;touch-action: pan-y; /* 세로 스크롤 방지, 가로 스와이프만 허용 */cursor: grab; /* 드래그 가능한 커서 */}
.slider-track.dragging {cursor: grabbing; /* 드래그 중 커서 */}
.slide {flex: 0 0 calc((100% / 3) - (60px / 3)); /* 100% / 3 - (15px * 2 (간격) / 3 (슬라이드 수)) */height:auto;margin-right: 30px;}
.slide:last-child {margin-right: 0; /* 마지막 슬라이드에는 오른쪽 마진 제거 */}
/* 상품상세 */
.slide-inner {width:100%;}
.slide-inner img {width:100%;height:160px;object-fit:cover;}
.slide-inner > h3 {padding:15px 0 0 2px;font-size:1.2rem;font-weight:600;letter-spacing:0;}
.slide-inner ul {padding:5px 0 0 2px;}
.slide-inner ul li {color:#999;font-weight:400;font-size:0.9rem;}
.slide-inner button {margin-top:15px;width:100%;background:#021aa0;color:#fff;text-align:center;padding:18px 0;font-size:1.05rem;font-weight:400;line-height:1;cursor: pointer;}
/* 좌우버튼 */
.slider-button {position: absolute;top:35%;transform: translateY(-35%);background:#fff;color:#222;border:none;width:30px;height:50px;cursor: pointer;z-index: 10;opacity: 1; /* 기본적으로 보이게 */transition: opacity 0.3s ease;}
.slider-button::before {content: '';display: inline-block;border:1px solid #222;border-width:0 2px 2px 0;padding:6px;margin:10px 5px 0 5px;}

/* 섹션2-특장점 */
.section2-wrap {width:100%;background:url('/img/bg_be.jpg') no-repeat center center;background-size:cover;padding:50px 20px;}
.benefits-wrap {width:100%;margin-top:30px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.benefits-wrap .benefits {width:100%;color:#fff;border-right:none;border-bottom: 1px solid rgba(255,255,255,0.15);padding:20px 0;text-align:center;}
.benefits-wrap .benefits:last-child {border-bottom: none;}
.benefits-wrap .benefits .txt1 {font-size:1rem;line-height:1.4;}
.benefits-wrap .benefits .txt1 span {font-size:1.2rem;font-weight:500;letter-spacing:0;}
.benefits-wrap .benefits .txt2 {padding-top:5px;color:rgba(255,255,255,0.6);font-size:0.9rem;}
.benefits-wrap .benefits .txt2 span {font-weight:500;}
.benefits-wrap .benefits .txt3 {padding-top:5px;font-size:1.2rem;line-height:1.3;font-weight:600;color:#7895fd;letter-spacing:0;}

/* 섹션3-대출절차 */
.section3-wrap {width:100%;margin:0 auto;padding:50px 20px;}
.step-wrap {width: 100%;margin-top:30px;display: flex;justify-content: space-between;flex-wrap: wrap;border-top:3px solid #333;padding:10px 0;}
.step-wrap .step {width: 50%;display: flex;flex-direction: column;align-items: center;justify-content: center;padding:20px  0;text-align: center;position: relative;}
.step-wrap .step:not(:last-child)::after {right: 0; /* 화살표 위치 조정 (필요에 따라 조절) */}
.step-wrap .step .step-number {color: #888;font-size: 0.9rem;font-weight: 400;}
.step-wrap .step .step-txt1 {padding-top: 10px;font-size: 1.2rem;font-weight: 600;letter-spacing: 0;}
.step-wrap .step .step-txt2 {padding:10px 20px 0 20px;line-height: 1.4;font-size:0.9rem;}
.step-wrap .step .step-txt2 span {font-weight:500;letter-spacing:0;}
.step-wrap .step .step-loan {padding-top:0;font-size: 1.2rem;font-weight: 600;letter-spacing: 0;color:#021aa0;}
.step-wrap .step img {width:60px;height:60px;}
.step-info {text-align:center;background:#f6f8fe;padding:30px 20px;}
.step-info > h3 {font-size:1.1rem;line-height:1.4;font-weight:600;color:#021aa0;padding-bottom:10px;letter-spacing:0;}
.step-info .step-alert {font-size:0.9rem;line-height:1.4;}
.step-info .step-alert span {font-weight:500;background:url('/img/line-under.png') repeat-x left bottom;}

/* 섹션4-고객후기 */
.section4-wrap {width:100%;background:#f7f7f7;padding:50px 20px;}
.section4-inner {width:100%;margin:30px auto 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
.section4-inner .review {width:100%;background:#fff;padding:20px 20px;}
.section4-inner .review > h3 {font-size:1.2rem;font-weight:600;padding-bottom:15px;letter-spacing:-1px;border-bottom:2px solid #333;}
.review-slide {
    flex-shrink: 0;
    width: 100%; /* 모바일에서 1개 항목이 꽉 차도록 100% 설정 */
    margin-right: 0; /* 슬라이드 간 간격 제거 */
    background: #f7f7f7;
    padding: 30px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.review-slide .stars {color: #e30303;font-size: 1.2rem;margin-bottom: 10px;}
.review-slide .stars span {margin-right: 2px;}
.review-slide .review-text {margin-bottom:20px;font-size:0.9rem;line-height:1.5;}
.review-slide .review-meta {display: flex;justify-content: space-between;align-items: flex-end;margin-top: auto;border-top:1px solid #e1e1e1;padding-top:20px;}
.review-slide .loan-type {font-weight:500;}
.review-slide .customer-name {font-size: 0.9rem;color:#888;}
.section4-inner .realtime {margin-top:20px;width:100%;background:#fff;padding:20px 20px;}
.section4-inner .realtime > h3 {font-size:1.2rem;font-weight:600;padding-bottom:15px;letter-spacing:-1px;border-bottom:2px solid #333;}

/* 섹션5-한도조회 */
.section5-wrap {width:100%;margin:0 auto;padding:50px 20px;}
.section5-inner {width: 100%;margin-top:30px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.section5-inner .limit-area {width:100%;}
.section5-inner .limit-area > h3 {padding-top:5px;font-size:1.1rem;line-height:1.2;font-weight:600;color:#021aa0;letter-spacing:0;}
.section5-inner .limit-area .ptxt1 {font-size:1rem;font-weight:400;line-height:1;}
.section5-inner .limit-area .ptxt2 {padding-top:5px;font-size:0.9rem;color: #4b4b4b;}
.section5-inner .form-area {margin-top:20px;width:100%;border-top:3px solid #333;}
.fw-row label {width:25%;font-weight:400;display: flex;align-items:center;}
.fw-row input {width:75%;height:40px;line-height:41px;font-size:1.1rem;font-weight:400;padding:10px;background:#f1f1f1;border:1px solid #f1f1f1;}
.btn-confirm {margin-top:10px;width:100%;height:54px;line-height:54px;background:#0a0e34;color:#fff;text-align:center;font-size:1.1rem;font-weight:400;display: flex;align-items:center;justify-content: center;}
.form-term-wrap {padding:15px 0;}
.agreement-item input[type="checkbox"] + label::before {content: '';display: inline-block;width: 20px;height: 20px;border: 1px solid #ccc;margin-top:3px;margin-right:7px;vertical-align: middle;background-color: #fff;background-repeat: no-repeat;background-position: center;background-size: 80%; /* 아이콘 크기 조절 */}
.agreement-item label {
    /* --- 라벨 하이라이트 제거 --- */
    -webkit-tap-highlight-color: transparent; /* 웹킷 기반 브라우저 (크롬, 사파리) */
    outline: none; /* 포커스 아웃라인 제거 */
    user-select: none; /* 텍스트 드래그 방지 (클릭감 개선) */
    -webkit-user-select: none; /* 웹킷 브라우저 */
    -moz-user-select: none; /* 파이어폭스 */
    -ms-user-select: none; /* IE/엣지 */
}

/* 섹션-대출상품 */
.section-loan {width:100%;margin:0 auto;padding:50px 15px;}
.loan-wrap {width:100%;display: flex;justify-content: space-between;flex-wrap: wrap;padding:0;}
.loan-wrap .loanbox {width:32%;}
.loan-wrap {display: flex;flex-wrap: wrap;gap: 20px; /* 아이템 사이의 가로 및 세로 간격 */margin-top: 30px;justify-content: flex-start;}
.loanbox {flex: 0 0 calc(33.333% - 13.333px); /* 3개 아이템 표시 및 간격 고려 */}
.loan-inner {width: 100%;}
.loan-inner img {width:100%;height:120px;object-fit:cover;}
.loan-inner > h3 {padding:10px 0 0 0;font-size:1.2rem;font-weight:600;letter-spacing:0;}
.loan-inner ul {padding:5px 0 0 0;}
.loan-inner ul li {color:#999;font-weight:400;font-size:0.8rem;letter-spacing:-0.5px;}
.loan-inner ul li span {color:#222;padding-left:5px;}
.loan-inner button {margin-top:10px;width:100%;background:#021aa0;color:#fff;text-align:center;padding:15px 0;font-size:0.9rem;font-weight:400;line-height:1;cursor: pointer;}
.loan-inner button img {width:12px;height:12px;margin-left:10px;}

}


/***************************************************************************/
/*					            노트북 (1024px ~ 1199px)		   	                             /
/***************************************************************************/
@media (min-width: 1024px) and (max-width: 1199px) {

html {font-size: 16px;}
body {font-size: 1rem;line-height: 1.6;}
button {-webkit-tap-highlight-color: rgba(0,0,0,0);}
a {outline: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}


/* 헤더 */
header {position: fixed;top: 0;left: 0;width:100%;border-bottom:1px solid #040615;background-color:#090c2d;box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);z-index:100;}
.top-fixed {width:900px;margin:0 auto;display:flex;justify-content: space-between;}
.logobox {width:20%;}
.logobox a {margin-top:22px;width:136px;height:45px;display:block;background: url("../img/logo.png") no-repeat left top;background-size:136px 45px;cursor: pointer;color: transparent;text-indent: -9999px;}
.menu {height:90px;display: flex;align-items: center;}
.menu ul {display: flex;flex-direction: row;}
.menu ul li a {font-size: 1.15rem;font-weight:400;margin-right:70px;color:#fff;}
.menu ul li a:hover {color:#8ba3ff;}
.menu ul li:last-child a {margin-right: 0;}

/* 상단한도조회 */
.creditInquiry-wrap {width:100%;height:120px;border-bottom:1px solid rgba(255,255,255,0.15);}
.creditInquiry-inner {width:900px;margin:0 auto;color:#fff;padding-top:15px;}
.creditInquiry-tit {font-size:1.3rem;font-weight:400;}
.creditInquiry-tit strong {font-weight:600;}
.creditInquiry-tit span {font-size:0.86rem;font-weight:300;padding-left:10px;color:rgba(255,255,255,0.8);}
.container {width:100%;display: flex;justify-content: space-between;align-items:center; flex-wrap: wrap;padding-top:5px;}
.input-wrap {width:55%;display: flex;justify-content: space-between;}
.input-group {width:32.5%;}
.input-group label {display:none;}
.input-group input::placeholder {color: #bbb;font-size:0.86rem;}
.input-group input {width:100%;height:46px;line-height:46px;padding:0 10px;border: none;border-radius: 2px;font-size:1rem;background-color: #464753;color: #fff;}
.agreement {width:25%;display:flex;align-items:center;margin-left:10px;flex-grow: 1;}
.agreement input::placeholder {color: #bbb;}
.agreement input {margin-right:6px;width:20px;height:20px;accent-color:#007bff;}
.agreement label {font-size:0.8rem;color:rgba(255,255,255,0.8);white-space: nowrap;}
.agreement a {color: #007bff;text-decoration: none;margin-left:10px;}
.agreement a:hover {text-decoration: underline;}
.submit-button {width:16%;height:46px;line-height:44px;background-color: #ff0000;color:#fff;text-align:center;border: none;border-radius:2px;cursor: pointer;font-size:1.1rem;font-weight:500;display: flex;align-items: center;justify-content: center;}
.submit-button:hover {background-color: #cc0000;}
.submit-button img {width:16px;height:16px;margin-left:5px;}

/* 푸터 */
footer {position: relative;width:100%;border-top:1px solid #ececec;background:#f7f7f7;padding:60px 0;}
.footer-inner {width:900px;margin:0 auto;}
.footer-inner .cominfo {width:100%;display:flex;flex-direction: row;flex-wrap: wrap;}
.footer-inner .cominfo li {line-height:2;padding-right:30px;color:#777;}
.footer-inner .cominfo li span {color:#222;font-weight:400;}
.footer-inner .arlet {width:100%;margin-top:40px;padding-top:40px;border-top:1px solid #ececec;}
.footer-inner .arlet span {color:#e30303;}
.footer-inner .copy {padding-top:40px;color:#999;font-size:0.96rem;}

/* 비주얼영역 */
.slider-container {width: 100%;max-width: none;overflow: hidden;position: relative;height:500px;}
.slider-wrapper {display: flex;transition: transform 0.5s ease-in-out;height: 100%;}
.slider-item {min-width: 100%;position: relative;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.slider-item img {width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;z-index: 1;object-fit: cover;}
.slider-item .mask {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: black;opacity: 0.3;z-index: 2;pointer-events: none; /* 클릭 막지 않게 */}
.slider-text {padding: 20px;color: #fff;position: relative;z-index:3;text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);text-align: center;}
.slider-text .vtit {margin-top: 0;margin-bottom: 10px;font-size:4.5em;line-height:1.3;font-family: 'Paperlogy-8ExtraBold', sans-serif;}
.slider-text .vtit strong {color:#748fff;}
.slider-text p {margin-top:30px;font-size:1.3rem;font-weight:400;}
.pagination-dots {position: absolute;bottom: 20px;left: 50%;transform: translateX(-50%);z-index: 3;}
.dot {height:18px;width:18px;margin: 0 5px;background-color: rgba(255, 255, 255, 0.4);border-radius: 50%;display: inline-block;cursor: pointer;transition: background-color 0.3s ease, border-color 0.3s ease;}
.dot.active {background-color: #fff;border-color: #fff;}

/* 공통 */
.heading {font-size:3rem;text-align:center;font-family: 'Paperlogy-8ExtraBold', sans-serif;}
.caption {font-size:1.3rem;text-align:center;}

/* 섹션1-대출상품 */
.section1-wrap {width:900px;margin:0 auto;padding:130px 0 150px 0;}
.slider-loan {position: relative;width: 100%;overflow: hidden;padding:80px 0 0 0;}
.slider-track {display: flex;transition: transform 0.5s ease;touch-action: pan-y; /* 세로 스크롤 방지, 가로 스와이프만 허용 */cursor: grab; /* 드래그 가능한 커서 */}
.slider-track.dragging {cursor: grabbing; /* 드래그 중 커서 */}
.slide {flex: 0 0 calc((100% / 3) - (60px / 3)); /* 100% / 3 - (15px * 2 (간격) / 3 (슬라이드 수)) */height:auto;margin-right: 30px;}
.slide:last-child {margin-right: 0; /* 마지막 슬라이드에는 오른쪽 마진 제거 */}
/* 상품상세 */
.slide-inner {width:100%;}
.slide-inner img {width:100%;object-fit:cover;}
.slide-inner > h3 {padding:20px 0 0 2px;font-size:1.7rem;font-weight:600;letter-spacing:-0.5px;}
.slide-inner ul {padding:10px 0 0 2px;}
.slide-inner ul li {color:#999;font-weight:400;}
.slide-inner ul li span {color:#222;padding-left:10px;}
.slide-inner button {margin-top:25px;width:100%;background:#021aa0;color:#fff;text-align:center;padding:20px 50px;font-size:1.05rem;font-weight:400;line-height:1;cursor: pointer;}
.slide-inner button img {width:16px;height:16px;margin-left:10px;}
/* 좌우버튼 */
.slider-button {position: absolute;top:35%;transform: translateY(-35%);background:#fff;color:#222;border:none;width:40px;height:60px;cursor: pointer;z-index: 10;opacity: 1; /* 기본적으로 보이게 */transition: opacity 0.3s ease;}
.slider-button.prev {left: 0;}
.slider-button.next {right: 0;}
.slider-button:disabled {opacity: 0;cursor: not-allowed;}
.slider-button::before {content: '';display: inline-block;border:1px solid #222;border-width:0 2px 2px 0;padding:10px;margin:10px 5px 0 5px;}
.slider-button.prev::before {transform: rotate(135deg);}
.slider-button.next::before {transform: rotate(-45deg);}

/* 섹션2-특장점 */
.section2-wrap {width: 100%;background: url('/img/bg_be.jpg') no-repeat center center;background-size: cover;padding: 150px 50px;}
.benefits-wrap {width: 100%;margin-top:80px;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.benefits-wrap .benefits {width: calc((100% - 60px) / 3); /* 3개 요소가 들어갈 때, 2개 간격(30px*2=60px)을 빼고 3으로 나눔 */color: #fff;
padding:30px 0;margin-right:0; /* 요소 간 우측 간격 */border-right:none;}
.benefits-wrap .benefits:nth-child(3n) {border-right: none;margin-right: 0;}
.benefits-wrap .benefits:nth-child(4) {margin-top: 30px; /* 새 줄 시작 시 상단 여백 추가 */margin-left: 0; /* 좌측에 붙도록 기본 마진 유지 */}
.benefits-wrap .benefits:nth-child(5) {margin-top: 30px;margin-left: 0;margin-right: 0;border-right: none;}
.benefits-wrap .benefits .txt1 {font-size: 1.2rem;line-height: 1.4;padding-left: 80px;}
.benefits-wrap .benefits .txt1 span {font-size: 1.6rem;font-weight: 500;letter-spacing: -1px;}
.benefits-wrap .benefits .txt2 {padding-top: 15px;color: rgba(255, 255, 255, 0.6);padding-left: 80px;}
.benefits-wrap .benefits .txt2 span {font-weight: 500;}
.benefits-wrap .benefits .txt3 {padding-top: 15px;font-size: 1.5rem;line-height: 1.3;font-weight: 600;color: #7895fd;letter-spacing: -1px;padding-left: 80px;}

/* 섹션3-대출절차 */
.section3-wrap {width:900px;margin:0 auto;padding:130px 0;}
.step-wrap {width: 100%;margin-top:80px;display: flex;justify-content: space-between;flex-wrap: wrap;border-top:3px solid #333;padding:40px 0;}
.step-wrap .step {width: 24%;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 0 10px;text-align: center;position: relative;}
.step-wrap .step:not(:last-child)::after {
	content: "";
    position: absolute;
    right: -15px; /* 화살표 위치 조정 (필요에 따라 조절) */
    top: 50%; /* 세로 중앙 정렬 */
    transform: translateY(-50%); /* 정확한 세로 중앙 정렬 */
    width: 20px; /* 화살표 이미지의 너비 (이미지 크기에 맞게 조절) */
    height: 20px; /* 화살표 이미지의 높이 (이미지 크기에 맞게 조절) */
    background-image: url('/img/arrow_right.png');
	background-size:20px 20px;
    background-repeat: no-repeat; /* 이미지 반복 방지 */
    background-size: contain; /* 이미지가 요소 안에 포함되도록 크기 조정 */
    background-position: center; /* 이미지를 중앙에 배치 */
	z-index: 1; /* 화살표를 맨 위로 보이게 설정 */
}

/* 섹션4-고객후기 */
.section4-wrap {width:100%;background:#f7f7f7;padding:130px 50px;}
.section4-inner {width:900px;margin:80px auto 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
.section4-inner .review {width:63%;background:#fff;padding:30px;}
.section4-inner .review > h3 {font-size:1.7rem;font-weight:600;padding-bottom:20px;letter-spacing:-1px;border-bottom:2px solid #333;}
.review-slide {
    flex-shrink: 0;
    width: 100%; /* 모바일에서 1개 항목이 꽉 차도록 100% 설정 */
    margin-right: 0; /* 슬라이드 간 간격 제거 */
    background: #f7f7f7;
    padding: 30px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section4-inner .realtime {width:35%;background:#fff;padding:30px;}
.section4-inner .realtime > h3 {font-size:1.7rem;font-weight:600;padding-bottom:20px;letter-spacing:-1px;border-bottom:2px solid #333;}
.listbox {width:100%;display: flex;justify-content: space-between;align-items:center;justify-content: center;padding:10px 0;border-bottom:1px solid #e7e7e7;}
.listbox .current {width:21%;text-align:left;}
.cs-icon1 {padding:5px 10px;font-size:0.76rem;line-height:1;color:#fff;font-weight:400;background:#e30303;border-radius:3px;text-align:center;}
.cs-icon2 {padding:5px 10px;font-size:0.76rem;line-height:1;color:#fff;font-weight:400;background:#03115b;border-radius:3px;text-align:center;}
.listbox .name {width:27%;font-weight:500;text-align:center;}
.listbox .product {width:27%;text-align:center;font-size:0.86rem;}
.listbox .date {width:25%;text-align:right;font-size:0.86rem;color:#888;}
.list-container {height:240px;overflow: hidden;position: relative;}


/* 섹션5-한도조회 */
.section5-wrap {width:900px;margin:0 auto;padding:130px 0;}
.section5-inner {width: 100%;margin-top:80px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.section5-inner .limit-area {width:30%;}
.section5-inner .limit-area > h3 {padding-top:5px;font-size:1.8rem;line-height:1.3;font-weight:600;color:#021aa0;letter-spacing:-1px;}
.section5-inner .limit-area .ptxt1 {font-size:1.4rem;font-weight:400;}
.section5-inner .limit-area .ptxt2 {padding-top:20px;font-size:0.9rem;color: #4b4b4b;}
.section5-inner .form-area {width:60%;border-top:3px solid #333;}
.fw-row {width:100%;padding:15px 0;display: flex;justify-content: space-between;flex-wrap: wrap;border-bottom:1px solid #e7e7e7;}
.fw-row label {width:20%;font-weight:400;display: flex;align-items:center;}
.fw-row label span {color:#e30303;padding-left:3px;font-weight:400;}
.fw-row input {width:80%;height:40px;line-height:41px;font-size:1.1rem;font-weight:400;padding:10px;background:#f1f1f1;border:1px solid #f1f1f1;}
.fw-row input::placeholder {font-weight:300;font-size:0.9rem;letter-spacing:-0.3px;color:#888;}
.btn-confirm {margin-top:10px;width:100%;height:60px;line-height:60px;background:#0a0e34;color:#fff;text-align:center;font-size:1.1rem;font-weight:400;display: flex;align-items:center;justify-content: center;}
.btn-confirm img {width:20px;height:20px;margin-left:10px;}
.form-term-wrap {padding:20px 0;}
.agreement-item {position: relative;width:100%;display: flex;align-items: center;}
.btn-term-more {height:26px;line-height:25px;background-color: #f7f7f7;border:1px solid #ccc;padding:0 10px;cursor: pointer;font-size:0.76rem;}
.agreement-item input[type="checkbox"] {display: none;}
.agreement-item input[type="checkbox"] + label::before {content: '';display: inline-block;width: 20px;height: 20px;border: 1px solid #ccc;margin-right:7px;vertical-align: middle;background-color: #fff;background-repeat: no-repeat;background-position: center;background-size: 80%; /* 아이콘 크기 조절 */}
.agreement-item input[type="checkbox"]:checked + label::before {background-color: #fff;border-color: #e30303;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e30303'%3E%3Cpath d='M9.5 17.5L4.5 12.5L3.08 13.92L9.5 20.34L20.92 8.92L19.5 7.5L9.5 17.5Z'/%3E%3C/svg%3E");
/* 참고: %231a5198는 #1a5198 색상의 URL 인코딩 값*/}
.agreement-item label {font-size:0.86rem;color: #4b4b4b;cursor: pointer;display: flex;align-items: center;}
.agreement-text-label { margin:2px 15px 0 0;}

/* 섹션-대출상품 */
.section-loan {width:900px;margin:0 auto;padding:130px 0;}
.loan-wrap {width:100%;display: flex;justify-content: space-between;flex-wrap: wrap;padding:50px 0 0 0;}
.loan-wrap .loanbox {width:32%;}
.loan-wrap {display: flex;flex-wrap: wrap;gap: 20px; /* 아이템 사이의 가로 및 세로 간격 */margin-top: 30px;justify-content: flex-start;}
.loanbox {flex: 0 0 calc(33.333% - 13.333px); /* 3개 아이템 표시 및 간격 고려 */}
.loan-inner {width: 100%;}
.loan-inner img {width:100%;height:120px;object-fit:cover;}
.loan-inner > h3 {padding:15px 0 0 0;font-size:1.4rem;font-weight:600;letter-spacing:0;}
.loan-inner ul {padding:5px 0 0 0;}
.loan-inner ul li {color:#999;font-weight:400;font-size:0.9rem;letter-spacing:-0.5px;}
.loan-inner ul li span {color:#222;padding-left:5px;}
.loan-inner button {margin-top:15px;width:100%;background:#021aa0;color:#fff;text-align:center;padding:20px 0;font-size:0.9rem;font-weight:400;line-height:1;cursor: pointer;}
.loan-inner button img {width:12px;height:12px;margin-left:10px;}

}