@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
#ifrm {
    width: 100%;
   min-height: 300px;
    overflow: hidden;
    border: 0;
}


/* pc */
@media screen and (min-width:1300px){
   #memofile { max-width:1250px; }
}
/* tablet */
@media screen and (min-width:768px) and (max-width:1024px){
   #memofile { width:99%; }
}
/* mobile */
@media screen and (min-width:0) and (max-width:767px){
   #memofile { width:99%; }
}

body,div,p,h1,h2,h3,h4,h5,h6,ol,li,dl,dt,dd,ul,pre,form,fieldset,legend,button,table,th,td {
border:0;
margin:0;
padding:0;
}

ul,ol,li,dl {
list-style:none;
}

img {
border:0;
vertical-align:middle;
font-size:0;
}

address,caption,cite,code,dfn,em,var {
font-style:normal;
}

a {
text-decoration:none;
color:#333;
}

a:hover,a:active,a:focus {
text-decoration:none;
}

.rtn_chk {
	position:absolute;
	left:-2000px;
}

table {
border:0;
border-spacing:0;
border-collapse:collapse;
padding:0;
}

strong {
font-weight:500;
}

h1,h2,h3,h4,h5,h6 {
font-weight:400;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,main {
display:block;
}

body,th,td,input,select,textarea,button {
color:#333;
font-size:17px;
line-height:1.5;
letter-spacing:-0.05em;
font-family: 'SUIT';
font-weight:400;
}

body{
width:100%;
overflow-x:hidden;
}

:focus {
outline:none;
}

.blind,.gnb-open-btn,.gnb-close-btn,.mobile-gnb {
display:none;
}

.gnb:after,.sub-content:after {
clear:both;
display:block;
height:0;
content:"";
visibility:hidden;
}

.slick-slide {
display:inline-block;
}

header {
width:100%;
margin:0 auto;
background:#fff;
height:100px;
position:fixed;
top:0;
z-index:8888;
border-bottom:1px #e0e0e0 solid;
}

header.drop,
header.on{
background:#fff;
box-shadow: 0 0 12px rgb(33 33 33 / 20%);
}

.header-logo {
flex-grow: 1;
}

.header-logo a{
display:flex;
flex-direction: column;
justify-content: center;
line-height:1.1;
font-weight:800;
color:#1a296b;
font-size:17px;
height:100%;
}
.header-logo a p{
font-size:58px;
font-family:"Gms";
font-weight:700;
background-image: linear-gradient(160deg, #0098c2 0%, #1b40da 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


.header-area{
width:96%;
max-width:1280px;
margin:0 auto;
z-index:999;
position:relative;
height:100px;
display:flex;
justify-content: space-between;
}

.header-gnb {
height:58px;
flex-shrink: 0;
}

.gnb{
width:100%;
max-width:1280px;
margin:0 auto;
box-sizing:border-box;
text-align:right;
}

.gnb > li {
position:relative;
text-align:center;
box-sizing:border-box;
vertical-align:top;
display:inline-block;
}



.gnb > li:hover > a{
font-weight:900;
color:#111;
}

.gnb > li > a {
display:block;
position:relative;
font-size:24px;
padding:0 60px;
line-height:100px;
height:100px;
font-weight:700;
color:#1f244e;
}

/*.gnb > li > ul {
display:none;
position:absolute;
left:50%;
margin-left:-80px;
width:160px;
z-index:5;
background:#377cda;
box-sizing:border-box;
padding:5px 0;
border-radius:5px;
}*/

.gnb > li > ul{
position:absolute;
height:0;
visibility: hidden;
background:#fff;
border:1px #e0e0e0 solid;
color:#273890;
width:160px;
left:50%;
margin-left:-80px;
top:100px;
transition: all 0.2s;
opacity:0;
overflow:hidden;
}

.gnb > li:hover > ul {
height:auto;
visibility: visible;
opacity:1;
padding-top:10px;
padding-bottom:20px;
box-sizing:border-box;
}

.gnb > li > ul li {
height:30px;
line-height:30px;
}

.gnb > li > ul{

}

.gnb > li > ul li:first-child{
border-top-width:0;
}

.gnb > li > ul li a {
display:block;
color:#242a49;
letter-spacing:0em;
padding:5px 0;
}


.gnb > li > ul li:hover a{
font-weight:700;
}

.all-menu-area{
display:none;
}

.gnb-close-btn{
position:absolute;
right:281px;
top:0;
z-index:99999;
background:#fff;
width:35px;
height:35px;
line-height:35px;
text-align:center;
color:#333;
font-size:25px;
display:block;
}

.mobile-open-btn{
z-index:99999;
width:50px;
height:50px;
margin-top:30px;
font-size:0;
border-radius:999px;
color:#111;
font-size:35px;
flex-shrink: 0;
margin-left:60px;
}

#sidebar{
position:fixed;
top:0;
bottom:0; 
display:none; 
right:-200px; 
z-index:999999999; 
-webkit-transition: right 1s;  
transition: right 1s; 
width:auto; 
overflow:visible; 
background:#000;
margin-left:0;
left:auto;
border:0;
}

.sidebg{
display:block;
position: fixed;
height: 150%;
background: rgba(0,0,0,0.5);
width: 100%;
top: 0;
right: 0;
z-index: 44;
}
.menu{
position:relative;
z-index:55; 
width:280px; 
left:auto; 
right:0; 
overflow-x:hidden; 
overflow-y:auto; 
height:100%; 
background:#fff;
display:block;
text-align:left;
box-sizing:border-box;
padding:20px;
}

.menu > li{
display:block;
width:100%;
box-sizing:border-box;
border-left:0;
box-sizing:border-box;
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px rgba(0,0,0,0.2) solid;
}

.menu > li > ul > li{
padding:5px 0;
}

.menu > li > a{
height:30px;
line-height:30px;
font-weight:800;
display:block;
width:100%;
}

.menu > li > ul > li > a{
display:block;
}

/*footer*/
footer{
width:100%;
margin:0 auto;
text-align:center;
background:#f3f3f3;
}

.foot-customer{
position:relative;
padding:40px 0 0;
margin:0 auto;
font-size:18px;
font-weight:700;
}

.foot-customer a{
display:inline-block;
height:45px;
line-height:45px;
margin:0 10px;
vertical-align:middle;
transition: all 0.3s;
}

.foot-area{
padding:10px 0;
margin:0 auto;
letter-spacing:0em;
}

.foot-info p{
margin-bottom:5px;
display:inline-block;
margin-right:10px;
color:#555;
}

.foot-info strong{
color:#444;
}

.foot-text{
border-top:1px #e8e8e8 solid;
padding-top:40px;
margin:20px auto 0;
font-size:0.9em;
width:96%;
max-width:1280px;
color:#666;
}
.ft2{
color:#0f41ff;
font-weight:600;
}

.ft3{

margin-top:10px;
}

.foot-copy{
letter-spacing:0;
opacity:0.5;
margin-top:10px;
padding-bottom:20px;
font-size:0.9em;
}

/*사이드퀵*/
.side-quick{
position:fixed;
right:10px;
bottom:50px;
z-index:999;
}
.side-quick a{
background: linear-gradient(40deg, #1b40da, #2a3e93);
text-align:center;
line-height:1.3em;
color:#fff;
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
width:100px;
padding:15px 0 10px;
gap:5px;
}
.side-quick a strong{
display:block;
font-weight:400;
line-height:1.1;
}

.side-quick a img{
width:35px;
}


.side-quick .Q-top{
padding-left:0;
height:40px;
line-height:40px;
font-size:20px;
}
.side-quick .Q-top a{
background:#1c60ea;
flex-direction: row;
font-size:16px;
letter-spacing: 0em;
padding:10px 0;
}
.side-quick .Q-top a i{
}

/*상단고정 상담신청*/
.fixed-bar{
position:fixed;
z-index:99;
background:url(img/fixed-bg.gif);
width:100%;
top:100px;
left:0;
padding:20px 0 20px;
box-sizing:border-box;
border-bottom:1px #e0e0e0 solid;
}
.fixed-bar-area{
width:96%;
max-width:1280px;
margin:0 auto;
position:relative;
box-sizing:border-box;
display:flex;
gap:40px;
}
.fixed-box{
flex-grow: 1;
}
.fba-tit{
margin-bottom:5px;
display:flex;
align-items: baseline;
}
.fba-tit p{
font-size:24px;
color:#0e2588;
font-weight:300;
margin-right:15px;
}
.fba-tit p em{
font-weight:800;
}
.fba-tit span{
font-size:16px;
color:#d2e4f3;
font-weight:300;
}
.fba-tit label{
font-weight:700;
color:#484848;
}
.fba-tit a{
text-decoration: underline;
font-size:15px;
color:#747474;
margin-left:10px;
}
.fba-input{
display:flex;
gap:15px;
}
.fba-input input[type="text"], .fba-input select{
height:45px;
line-height:45px;
padding:0 10px;
box-sizing:border-box;
border:1px #2a3e93 solid;
flex:1 1 33%;
} 
.fba-input input::placeholder, .fba-input select{
font-size:0.95em;
opacity:1;
color:#2a3e93;
font-weight:600;
}
.fba-input input::-webkit-input-placeholder, .fba-input select{
color:#2a3e93;
}

.fba-input input:-ms-input-placeholder, .fba-input select{
color:#2a3e93;
}

.fba-input a{
font-size:14px;
background:#475ba4;
display:inline-block;
color:#fff;
padding:0 10px;
border-radius:5px;
margin-left:5px;
}

.fba-link{
flex-shrink: 0;
}
.fba-link a{
display:flex;
justify-content: center;
flex-direction: column;
padding:0px 25px;
height:100%;
background: linear-gradient(10deg, #4c1bda, #be2252);
text-align:center;
color:#fff;
font-size:21px;
line-height:1.3em;
font-weight:500;
transition: background 0.2s linear;
}

.fba-link a:hover{
background: linear-gradient(#1da8e9, #2b71d0);	
}

.fba-link a p{
font-size:25px;
font-weight:500;
font-family:'Gms'
}
.fba-link a p strong{
font-weight:700;
}
.fba-link a span{
color:#ffef6c;
font-size:18px;
font-weight:300;
}


/*layer popup*/
.layer-popup{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0,0,0,.85);
z-index: 99999999999999999999;
overflow: auto;
display:none;
}

.layer-pop-area{
width:70%;
height:auto;
background:#fff;
position:absolute;
left:50%;
margin-left:-35%;
top:50%;
margin-top:-35vh;
}

.layer-tit{
background: linear-gradient(40deg, #5945f0, #2f1fb7);
color:#fff;
font-weight:600;
font-size:1.25em;
box-sizing:border-box;
height:55px;
line-height:55px;
position:absolute;
width:100%;
padding:0 15px;
}

.layer-content{
color:#555;
height:100%;
overflow-y:scroll;
box-sizing:border-box;
padding:65px 30px;
box-sizing:border-box;
}

.layer-content table{
width:100%;
border-top:1px #e0e0e0 solid;
border-right:1px #e0e0e0 solid;
}
.layer-content table th{
background:#555;
color:#fff;
font-size:20px;
padding:10px;
text-align:center;
}
.layer-content table td{
padding:5px 10px;
border-bottom:1px solid #e0e0e0;
border-left:1px #e0e0e0 solid;
}

.close-box{
position:absolute;
right:-55px;
top:-2px;
}
.close-box img{
width:55px;
}
/********************* main *********************************/
.main-top{
width:100%;
background:url(img/main-top-bg.gif);
background-size:cover;
background-position:0% 50%;
padding-bottom:75px;
}

/*visual*/
#visual{
width:100%;
max-width:2000px;
margin:0 auto;
overflow:hidden;
position:relative;
padding-top:227px;
}

.va-box{
position:relative;
text-align:center;
}

.va-img{
position:relative;
left:50%;
margin-left:-1000px;
top:0;
width:2000px;
}

.va-img img{
width:100%;
}

.va-text{
position:absolute;
height:100%;
left:50%;
margin-left:-570px;
top:0%;
width:1280px;
display:table;
text-align:left;
}

.vat-box{
display:table-cell;
width:100%;
vertical-align:middle;
color:#fff;
text-align:left;
}

.va-t1{
font-size:32px;
color:#fff;
font-family:"Gms";
font-weight:300;
}
.va-t1 strong{
font-weight:700;
font-size:38px;
}
.va-t2{
margin:20px 0 30px;
font-size:72px;
font-weight:700;
font-family:"Gms";
line-height:1.3;
}


.va-t3 ul{
display:flex;
align-items: center;
}

.va-t3 li{
width:170px;
height:170px;
background:url(img/visual-circle1.png);
background-size:cover;
font-size:25px;
line-height:1.2;
margin-left:-10px;
position:relative;
display:flex;
flex-direction: column;
justify-content: center;
align-content: center;
text-align:center;
font-size:20px;
color:#765e4b;
}
.va-t3 li strong{
font-weight:800;
font-size:36px;
color:#bc4b29;
}

.va-t3 li.va-t3-2{
background-image:url(img/visual-circle2.png);
color:#6b8b87;
}
.va-t3 li.va-t3-2 strong{
color:#007c58;
}
.va-t3 li.va-t3-3{
background-image:url(img/visual-circle3.png);
color:#988194;
}
.va-t3 li.va-t3-3 strong{
color:#d3265f;
}

#visual .slick-dots{
position:absolute;
width:100%;
text-align:center;
bottom:40px;
left:0;
z-index:9;
}

#visual .slick-dots li{
display:inline-block;
margin:0 7px;
}

#visual .slick-dots li button{
font-size:0;
width:20px;
height:20px;
box-sizing:border-box;
background:transparent;
border:3px #fff solid;
border-radius:999px;
display:block;      
}

#visual .slick-dots li.slick-active button{
background:#fff;
}

#visual .slick-list{
position:relative;
z-index:1;
}


/*실시간신청*/
.main-bar{
height:70px;
z-index:77;
width:1280px;
margin:0 auto;
display:flex;
border:2px #fff solid;
box-sizing:border-box;
align-items: center;
padding:0 15px;
}

.mm-tit{
flex-shrink: 0;
padding-right:25px;
}
.mmt-area{
width:100%;
display:flex;
align-items: center;
}
.mm-tit img{
widtH:50px;
}
.mm-tit p{
font-size:22px;
color:#fff;
font-weight:700;
}
.mm-list{
flex-grow: 1;
overflow:hidden;
height:auto;
display:flex;
align-items: center;
}
.mm-list-area{
overflow:hidden;
color:#fff;
width:100%;
}
.mm-list-area .slick-track{
display:flex;
gap:25px;
}
.mm-list-area .slick-slide{
gap:25px;
display:flex;
align-items: center;
}
.mm-list-area .slick-slide > div{
flex-grow: 1;
}
.mm-list-area .slick-slide:before{
flex-shrink: 0;
content:"";
display:block;
width:1px;
height:14px;
background:rgba(255,255,255,0.2);
}
.mml-box{
display:flex !important;
justify-content: space-between;
align-items: center;
}

.mml-box p{
text-align:center;
display:inline-block;
}
.mml-box p.mmlb-p1{
text-align:left;
}
.mml-box p.mmlb-p3{
width:40%;
}
.mmlb-state{
width:60px;
color:#fff;
border-radius:2px;
font-size:14px;
line-height:30px;

}
.mmlb-state.mmlb-s1{
background:#dc7c1e;
}
.mmlb-state.mmlb-s2{
background:#008873;
}
.mmlb-state.mmlb-s3{
background:#496578;
}

/*상품안내*/
.pro-list{
display:flex;
flex-wrap: wrap;
width:96%;
max-width:1280px;
margin:20px auto 0;
gap:20px;
}
.pro-list li{
flex:1 1 30%;
background:#f4f6f9;


}

.pro-list li a{
width:100%;
position:relative;
padding:30px 40px;
padding-bottom:0;
box-sizing:border-box;
display:block;
overflow:hidden;
}
.pl-text{
position:relative;
z-index:55;
}
.pl-text dl{
width:100%;
font-size:18px;
margin-top:10px;
display:flex;
align-items: center;
}

.pl-text dt{
flex-shrink: 0;
color:#24378a;
font-weight:600;
display:flex;
align-items: center;
gap:3px;
}


.pl-text dd{
flex-grow: 1;
padding-left:10px;
} 

.pl-text dl.pl-dl1 dt{
background:#2a3e93;
color:#fff;
padding:0 10px;
position:relative;
line-height:40px;
box-sizing:border-box;
margin-right:20px;
}
.pl-text dl.pl-dl1 dt i{
font-size:1.25em;
}
.pl-text dl.pl-dl1 dt:after{
content:"";
display:block;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 0px 20px 20px;
border-color: transparent transparent transparent #2a3e93;
position:absolute;
top:0;
right:-20px;
}
.pl-text dl.pl-dl1 dd{
font-size:20px;
color:#1d3cba;
}
.pl-text dl.pl-dl1 dd strong{
font-weight:800;
font-size:1.125em;
}

.pl-t1{
color:#1d2750;
font-size:32px;
}
.pl-text .more{
display:flex;
align-items: center;
gap:3px;
box-sizing:border-box;
border-top:1px #e0e0e0 solid;
color:#555b73;
padding:15px 0;
margin-top:20px;
transition:all .5s ease;
font-size:19px;
}
.pro-list li a:hover .pl-text .more{
color:#192767;
font-weight:800;
}

.pl-img{
position:absolute;
width:110%;
height:100%;
right:0;
top:0;
z-index:11;
overflow:hidden;
}
.pl-img img{
width:100%;
transition: .5s ease;
}

.pro-list li a:hover .pl-img img{
-webkit-transform: scale(1.1); transform: scale(1.1);
}




.main-bottom{
width:100%;
padding:100px 0 150px;
background: linear-gradient(10deg, #202128,#363843);
}
.main-box{
width:96%;
max-width:1280px;
margin:0 auto;
}
.main-tit{
text-align:center;
padding-bottom:30px;
color:#fff;
}
.main-tit p{
font-size:36px;
font-weight:300;
opacity:0.7;
}
.main-tit h2{
font-family:'Gms';
font-size:60px;
margin:25px 0;
font-weight:600;
line-height:1.25;
display:block;
}
.main-tit h2 strong{
color:#266eff;
font-weight:600;
}





/*선택이유*/
#main02{
box-sizing:border-box;
padding:70px 80px;
position:relative;
margin-bottom:100px;
}
#main02:before{
content:"";
display:block;
width:100%;
height:100%;
left:0;
top:0;
position:absolute;
background:url(img/line-top.png);
background-repeat:no-repeat;
background-position:0 0;
background-size:contain;
}
#main02:after{
content:"";
display:block;
width:100%;
height:100%;
left:0;
bottom:0;
position:absolute;
background:url(img/line-bottom.png);
background-repeat:no-repeat;
background-position:0 100%;
background-size:contain;
}
.m02-list{
display:flex;
flex-wrap: nowrap;
gap:2%;
}

.m02-list li{
width:18.4%;
text-align:center;
color:#fff;
}


.m02-top{
background:#fff;
color:#0c163b;
font-size:22px;
padding:20px 10px;
margin-bottom:40px;
position:relative;
}
.m02-top p{
font-weight:200;
}
.m02-top strong{
font-size:32px;
line-height:1.1;
font-weight:900;
display:block;
background-image: linear-gradient(160deg, #008e9b, #1b40da);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.m02-top:after{
content:"";
display:block;
width: 0;
height: 0;
border-style: solid;
border-width: 25px 20px 0px 20px;
border-color: #fff transparent transparent transparent;
position:absolute;
bottom:-25px;
left:50%;
margin-left:-20px;
}
.m02-middle{
font-size:19px;
font-weight:200;
}
.m02-middle p{
margin-bottom:5px;
}
.m02-middle span{
background:#2554be;
display:inline-block;
padding:3px 10px;
font-weight:600;
}

.m02-bottom{
border-top:1px rgba(255,255,255,0.2) dashed;
padding-top:20px;
margin-top:20px;
font-size:21px;
font-weight:200;
}

.m02-b strong{
font-weight:700;
}



/*대출후기*/
#main03{
background:url(img/main03-bg.gif);
background-size:cover;
}

#main03 .main-tit p,
#main03 .main-tit h2{
color:#fff;
}
#main03 .main-tit h2 strong{
color:#ffdf09;
}
.review-slide{
position:relative;
}
.review-slide .slick-arrow{
position:absolute;
background:transparent;
width:40px;
height:40px;
line-height:40px;
top:-100px;
left:10px;
color:#fff;
font-size:50px;
opacity:0.6;
}
.review-slide .slick-arrow.slick-next{
left:auto;
right:10px;
}
.review-slide .slick-track{
display:flex;
}
.review-slide .slick-list{
width:100%;
overflow:hidden;
}
.rs-box{
padding-bottom:25px;
background:url(img/review-arrow.png);
background-repeat:no-repeat;
background-size:30px 25px;
background-position:bottom right;
}
.review-slide .slick-track .slick-slide:nth-child(2n) .rs-box{
background-image:url(img/review-arrow-left.png);
background-position:bottom left;
}
.review-slide .slick-track .slick-slide > div{
margin:0 10px;
}
.rs-box-area{
background:#fff;
padding:30px;
border-radius:20px 20px 0 20px;
position:relative;
}
.review-slide .slick-track .slick-slide:nth-child(2n) .rs-box-area{
border-radius:20px 20px 20px 0px;
}

.rba-star{
position:absolute;
right:30px;
top:30px;
}
.rba-star img{
width:16px;
}

.rba-p1{
font-size:22px;
color:#3650c1;
font-weight:600;
}
.rba-p2{
font-size:18px;
color:#444;
font-weight:600;
margin:5px 0;
}
.rba-p3{
line-height:1.3em;
height:5.2em;
overflow:hidden;
color:#666;
}

/*대출절차*/
#main04{
display:flex;
align-items: flex-end;
}
.main04-left{
flex-shrink: 0;
width: 550px;
}
.main04-left .main-tit{
text-align:left;
}

.main04-right{
flex-grow: 1;
}
.process-list ul{

}
.process-list{
position:relative;

}
.process-list li{
position:relative;
color:#fff;
display:flex;
align-items: center;
padding:10px 20px;
margin-bottom:55px;
}
.process-list li:after{
content:"";
display:block;
width:15px;
height:36px;
background:url(img/process-arrow.png);
background-size:contain;
position:absolute;
left:40px;
bottom:-35px;
}
.process-list li.process05{
background: linear-gradient(40deg, #04bda5, #405eda);
display:inline-flex;
margin-bottom:0;
}
.process-list li.process05:after{
display:none;
}
.process-list li img{
width:60px;
}

.process-list li p{
font-size:27px;
font-weight:800;
margin:0 15px;
}

.process-list li div{
font-size:23px;
font-weight:200;
opacity:0.8;
}



.process-text{
color:#c1f2ff;
font-weight:200;
font-size:28px;
}
.process-text strong{
font-size:35px;
font-weight:800;
display:block;
color:#71d5ff;
margin-bottom:15px;
}


/*sub*/
.sub-title{
width:100%;
padding:70px 0;
background:url(img/sub-visual-bg.gif);
background-position:50%;
margin-top:226px;
}
.sub-title-area{
display:flex;
flex-direction: column;
justify-content: center;
width:90%;
max-width:1100px;
margin:0 auto;
height:100%;
}
.sub-title-area > div{

text-align:center;
color:#fff;
}

.sta-p1{
font-size:42px;
font-family:'Gms';
}


.sta-p2{
font-family:'Gms';
font-size:68px;
font-weight:600;
}
.sta-p3{
font-size:28px;
opacity:0.8;
}
.sta-p3 strong{
font-weight:700;
}


.sub-info{
display:flex;
width:100%;
max-width:1280px;
justify-content: center;
z-index:55;
gap:30px;
margin-top:35px;
}
.sub-info dl{
position:relative;
box-sizing:border-box;
text-align:center;
font-size:20px;
display:flex;
align-items: center;
gap:10px;
color:#ffed53;
}

.sub-info dt{
font-weight:200;
}

.sub-info dd{
font-weight:700;
}

.sub-content{
padding:80px 0 100px;
width:96%;
max-width:1280px;
margin:0 auto;
}

.privacy-box p{
word-break:keep-all;
font-size:0.9em;
}

.privacy-box strong{
font-size:1.1em;
font-weight:600;
}

.sub-content .pro-list li a{
border:1px #e0e0e0 solid;
}
/*sub무료한도조회*/
.sub-bar{
background: linear-gradient(10deg, #202128, #363843);
padding: 70px 0;
}
.sub-bar-area{
width:96%;
max-width:1280px;
box-sizing:border-box;
border-radius:20px;
margin:0 auto;
}
.sub-bar-area .fba-tit{
align-items: flex-end;
gap:10px;
}
.sub-bar-area .fba-tit p{
display:block;
line-height:1.3em;
color:#fff;
font-size:45px;
}
.sub-bar-area .fba-tit p em{
font-size:56px;
font-weight:800;
}
.sub-bar-area .fba-tit span{
font-size:22px;
color:#fff;
}
.sub-bar-area .fba-input{
margin:20px 0 15px;
}
/*.sub-bar-area .fba-input, .sub-bar-area select{
margin:20px 0 15px;
}*/
.sub-bar-area .fba-link{
position:unset;
margin-top:0px;
}
.sub-bar-area .fba-link a p{
display:inline-block;
}
.sub-bar-area .fba-link a{
display:inline-block;
width:auto;
padding:0px 30px;
border-radius:0;
height:65px;
line-height:65px;
background: linear-gradient(40deg, #04bda5, #405eda);
}
.sub-bar-area .fba-input input[type="text"], .sub-bar-area select{
height:65px;
line-height:65px;
border:0;
padding:0 20px;
box-sizing: border-box;
}
.sub-bar-area .fba-input input::placeholder, .sub-bar-area select{
color:444;
}
.sub-bar-area .fba-input input::-webkit-input-placeholder, .sub-bar-area select{
color:#444;
}

.sub-bar-area .fba-input input:-ms-input-placeholder, .sub-bar-area select{
color:#444;
}

.sub-bar-area .fba-priv{
color:#fff;
margin-top:10px;
}
.sub-bar-area .fba-priv a{
text-decoration: underline;
font-size: 15px;
color: #fff;
opacity:0.6;
margin-left: 10px;
}

/*sub대출상품*/
/*대출상품*/
.sc-tit{
font-size:52px;
font-family:'Gms';
font-weight:600;
text-align:center;
color:#263a8e;
}
.loan-info{
display:table;
table-layout:fixed;
width:100%;
box-sizing:border-box;
}

.li-left{
display:table-cell;
vertical-align:middle;
}

.li-right{
width:45%;
display:table-cell;
vertical-align:bottom;;

}
.li-right a{
width:100%;
display:block;
background:#ffe50b;
border-radius:20px;
text-align:center;
padding:60px 40px;
box-sizing:border-box;
}

.lir-img2{
width:200px;
}

.li-right a p{
font-size:25px;
font-weight:700;
color:#391b1b;
margin-top:10px;
}

.li-right a span{
display:inline-block;
padding:10px 30px;
background:#391b1b;
border-radius:9999px;
border:2px transparent solid;
color:#fff;
font-weight:600;
margin-top:30px;
transition: all .5s ease;
}

.li-right a:hover span{
border-color:#391b1b;
background:transparent;
color:#391b1b;
}

.lil-p1{
font-size:23px;
font-weight:500;
color:#555;
}

.lil-p1 span{
font-weight:400;
color:#3449b4;
font-weight:700;
}

.lil-p2{
color:#3449b4;
font-size:48px;
font-family:'GangwonEduPower';
}

.lil-p3{
color:#94847e;
font-weight:300;
font-size:18px;
}

.lil-list{
margin-top:30px;
display:flex;
justify-content: center;
gap:2%;
}

.lil-list li{
position:relative;
background:#fff;
box-sizing:border-box;
font-size:22px;
width:32%;
border:3px #4075da solid;
text-align:center;
font-weight:700;
color:#3c4455;
}

.lil-list li span{
color:#fff;
font-weight:700;
font-size:18px;
background: #4075da;
display:inline-block;
letter-spacing: 0em;
padding:10px 20px;
}
.lil-list li em{
display:block;
font-weight:800;
color:#4075da;
font-size:24px;
border-bottom:1px #e0e0e0 dashed;
padding-bottom:10px;
margin-bottom:10px;
}
.lil-list li p{
padding:20px 50px;
}

.lil-list li:nth-child(2){
border-color:#4097da;
}
.lil-list li:nth-child(2) span{
background: #4097da;
}
.lil-list li:nth-child(2) em{
color:#4097da;
}
.lil-list li:nth-child(3){
border-color:#1f93a3;
}
.lil-list li:nth-child(3) span{
background: #1f93a3;
}
.lil-list li:nth-child(3) em{
color:#1f93a3;
}

.sub-loan-info{
border-top:3px #314ab1 solid;
width:100%;
box-sizing:border-box;
margin-top:50px;
overflow:hidden;
}
.sub-loan-info table{
width:100%;
table-layout: fixed;
}
.sub-loan-info th{
font-weight:700;
color:#1147b4;
font-size:1.15em;
padding:15px 0;
border-bottom:1px #d2d6e3 solid;
background:#edeff6;
}
.sub-loan-info td{
padding:10px 20px;
border-bottom:1px #e0e0e0 solid;
}
.sub-loan-info tr:first-child th,
.sub-loan-info tr:first-child td{
border-top-width:0;
}

/*대출절차*/
.sub-process{
display:flex;
justify-content: center;
}
.sub-process li{
width:280px;
position:relative;
text-align:center;
margin:0 30px;
}
.sub-process li:after{
content: "";
display: block;
width: 15px;
height: 27px;
position: absolute;
background: url(img/sub-process-arrow.gif);
background-size: contain;
right: -35px;
top:80px;
opacity:0.6;
}
.sub-process li:last-child:after{
display:none;
}
.sub-process li span{
color:#fff;
background: #d56332;
font-weight:700;
display:inline-block;
padding:10px 20px;
margin-top:10px;
}
.sp-ico{
margin:0 auto 10px;
display:block;
}
.sp-ico img{
width:120px;
}
.sub-process li strong{
color:#6182d4;
background-image:linear-gradient(40deg, #04bda5, #405eda);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size:28px;
font-weight:900;
}
.sub-process li p{
font-weight:300;
margin-top:10px;
line-height:1.6em;
word-break:keep-all;
font-size:19px;
}
.sub-process li em{
color:#6182d4;
display:block;
font-size:0.85em;
font-weight:800;
letter-spacing: 0em;
}
.sub-process li em:after{
display:block;
content:"";
width:20px;
height:2px;
background:#89a4e6;
margin:20px auto;
}
