@charset "UTF-8";
/* common */
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Do+Hyeon&family=Gothic+A1:wght@900&family=Jua&family=Nanum+Gothic+Coding&family=Nanum+Gothic:wght@800&family=Noto+Sans+KR:wght@300;400;500&display=swap');
body {top:0px; left:0px; margin:0px; padding:0px; letter-spacing:0.7;}
a , a:hover { text-decoration: none; border:0px; }
ul , li {list-style: none; margin: 0px; padding:0px;}

body *{
	margin:0;
	padding:0;
}
.ml20{margin-left:20px;}
.mt30{margin-top:30px;}
.mt100{margin-top:100px;}
.mb30{margin-bottom:30px;}
.mb100{margin-bottom:100px;}
.b{font-weight:400;}
.c{text-align:center;}
.db{display:block;}
.wrap{width:1200px;margin:0 auto;}
.pr{position:relative}
.fw300{font-weight:300;}
.fw500{font-weight:500;}
.fs20{font-size:20px;}
.fs24{font-size:24px;}

.blackColor{color:#333333 !important;}
.orangeColor{color:#e09427 !important;}
img{
	vertical-align:bottom;
}

section{
	display:block;
	text-align:center;
}

.section1{
	height:800px;
	background:url('/images/ok.newdomain2/pc/section1Bg.jpg') no-repeat;
	background-position:center;
}

.section1 .title{
	display:inline-block;
	margin-top: 100px;
}

.section1 .title span{
	display:block;
}

.section1 .title .text1{
	font-family: 'Jua', sans-serif;
	font-size:100px;
	color:white;
}
.section1 .title .text2{
	font-family: 'Do Hyeon', sans-serif;
	font-size:40px;
	color:white;
}
.section1 .title .text3{
	font-family: 'Nanum Gothic Coding', monospace;
	font-size:18px;
	line-height:24px;
	color:white;
}
.section1 .title .text4{
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 800;
	margin-top:20px;
	font-size:34px;
	color:#143753;
	letter-spacing: -1px;
}

.section1 .title .text5{
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 800;
	margin-top:20px;
	font-size:20px;
	color:#143753;
	letter-spacing: -1px;
}

.textImg{
	position: relative; right: 500px; top:300px;	
}


.section2{
	height:1100px;
	background:url('/images/ok.newdomain2/pc/section2Bg.jpg') no-repeat;
	background-position:center;
}

.subTitle{
	display:flex;
	padding:30px 0;
}

.subTitle div{
	background: black;
    display:inline-block;
    height:70px;
    vertical-align:bottom;
}

.subTitle div.center{
    color: #ffcc1a;
    width: 300px;
    font-size: 45px;
    font-weight: bold;
    line-height: 70px;
}

.subTitle div.left{
	width:50px;
	border-top-left-radius:50%;
	border-bottom-left-radius:50%;
	margin-left:auto;
}

.subTitle div.right{
	width:50px;
	border-top-right-radius:50%;
	border-bottom-right-radius:50%;
	margin-right:auto;
}

.section3{
	padding: 150px 0;
	font-family: 'Nanum Gothic', sans-serif;
}

.section3 span{
	text-align:center;
	color:#6e6c6d;
	font-size:40px;
	line-height: 60px;
}

.section4{
	background:#3c3b41;
	height:700px;
}

.section5{
	background:#dddce1;
	height:944px;
}

.section5 .pr img{
	position:absolute;
	left:0;
}

.section5 span{
	background: #3c3b41;
    color: white;
    position: absolute;
    padding: 15px 40px;
    margin-top: 50px;
    left: 200px;
    width: 800px;
    font-family: 'Nanum Gothic', sans-serif;
}

.section6{
	height: 240px;
    padding: 100px 0;
}

.section6 span{
	font-family: 'Nanum Gothic', sans-serif;
    color:#333;
    font-size:30px;
    line-height:38px;
}


.form .title{
	background: rgb(83,178,226);
    background: radial-gradient(circle, rgba(83,178,226,1) 0%, rgba(58,146,208,1) 70%, rgba(56,105,161,1) 100%);
	background-size:cover;
	padding:10px 0px;
	text-align:center;
}

.form .title h2 {
    font-family: 'Gothic A1', sans-serif;
    padding: 0;
    margin: 20px 0px;
    text-transform: uppercase;
    font-size: 42px;
    color: #fff;
}

.form .formArea{
	background:#dddddd;
	padding:30px;
}

.form .formArea .pannel{
	border-radius: 10px;
    border: 20px solid #424242;
    background: #efefef;
    width: 1000px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
}

.form .formArea .pannel .inner{
    text-align: left;
    width: 760px;
    margin: 0 auto;
}

.form .formArea .pannel .inner .inputGroup{
	padding:10px;
}

.form .formArea .pannel .inner .label{
	font-family: 'Nanum Gothic', sans-serif;
	font-size:30px;
	width:150px;
	display: inline-block;
}

.form .formArea .pannel .inner .input{
	display: inline-block;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    width: 580px;
    background: white;
    height: 50px;
}

.form .formArea .pannel .inner .phone{
	display:inline-block;
	border:none;
}

.form .formArea .pannel .inner .input input[type=text]{
	border:none;
	height:50px;
	font-size:24px;
	width:100%;
	text-align:center;
}

.form .formArea .pannel .inner .input input[type=number]{
	border:none;
	height:50px;
	font-size:24px;
	width:150px;
	text-align:center;
}

.form .formArea .pannel .inner input[type=radio]{
	width:20px;
	height:20px;
	margin-right:5px;
}

.form .formArea .pannel .inner  input[type=number].amt{
	border:none;
	height:50px;
	font-size:24px;
	width:400px;
	text-align:right;
}
.form .formArea .pannel .inner .won{
	font-size:24px;
	margin-left:20px;
}

.form .formArea .pannel .inner .radioText{
	font-size:20px;
	margin-right:10px;
}

.form .formArea .pannel .inner .dash{
	display:inline-block;
	width:30px;
	text-align:center;
}

.form .formArea .pannel .agree{
    text-align: right;
    padding-top:20px;
}

.form .formArea .pannel .agree input[type="checkbox"] {
   display:none;
}
.form .formArea .pannel .agree label{
	font-size: 20px;
    letter-spacing: -0.05em;
    line-height: 30px;
    color: #242424;
    padding: 2px 0 4px 36px;
}

.form .formArea .pannel .agree input[type="checkbox"]:checked + label {
    background: url(/images/ok.newdomain2/pc/check_on.png) no-repeat left center;
}

.form .formArea .pannel .agree input[type="checkbox"] + label {
    font-size: 20px;
    letter-spacing: -0.05em;
    line-height: 30px;
    color: #242424;
    padding: 2px 0 4px 36px;
    background: url(/images/ok.newdomain2/pc/check_off.png) no-repeat left center;
}

.form .formArea .pannel .agree button {
    display: inline-block;
    width: 87px;
    height: 26px;
    background: #e4e4e4;
    border: 1px solid #B5B5B5;
    letter-spacing: -0.05em;
    font-size: 13px;
    color: #242424;
    border-radius: 14px;
    position: relative;
    top: -2px;
    margin-left: 6px;
    cursor:pointer;
}

.form .formArea .pannel .agree .agreeCont {
    display: none;
    background: #fff;
    border: 1px solid #B5B5B5;
    color: #707070;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    padding: 16px;
    margin-top: 16px;
}

.form .formArea .pannel .btnReg {
    background: #2b78b9;
    width: 100%;
    height: 90px;
    color: white;
    border-radius: 10px;
    font-size: 35px;
    font-family: 'Nanum Gothic', sans-serif;
    border: none;
    margin: 50px auto;
    cursor:pointer;
}

.form .formArea .pannel .secret{
	margin:50px 0 0 0;
	text-align:center;
}

.form .formArea .pannel .secret img{
	width:30%;
}

.form .formArea .pannel .secret span{
	display:block;
	font-family: 'Noto Sans KR', sans-serif;
}




.footer{
	background: #666;
	padding:35px 0 70px;

}
.footer-logo{
	margin:15px auto 35px;
	width: 76px;
}
.copyright, .credits{
	color:#b3b3b3;
	font-size:14px;
	display:block;
	text-align:left;
}

.credits span{
	color:#ffffff;
}
.copyright a, .credits a{
	color:#7cc576;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover, .credits a:hover {
	color: #fff;
}

.loanNum {
    height: 50px;
    text-align: center;
    font-size: 35px;
}

.bizNotice{
	text-align: center;
    margin: 20px;
    font-size: 20px;
    color: #ef1414;
}