@charset"utf-8"; 
/* 이용안내 공통
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub-contents .details-list {}
.sub-contents .detail-item {margin-bottom: 15px; display: flex; align-items: center;}
.sub-contents .detail-item .round-tit {
		width: 120px;
        height: 40px;
		align-content: center;
        border: 1px solid #e35677;
        border-radius: 20px;
        color: #e35677;
        text-align: center;
        font-weight: 500;
        margin-right: 20px;
        display: inline-block;
		font-size:17px;
    }
.sub-contents .detail-item .desc{width: calc(100% - 120px); text-align:left; font-size:18px; color:#555; line-height:1.3; word-break:keep-all}

@media only screen and (max-width: 768px) {
	.sub-contents .detail-item {margin-bottom: 10px;}
	.sub-contents .detail-item .round-tit {width: 92px;height: 32px; margin-right: 10px;font-size:15px;}
	.sub-contents .detail-item .desc{width: calc(100% - 92px); font-size:15px; color:#555; line-height:1.3; word-break:keep-all}
}

/* 주요사업 공통
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub-contents .program-desc{ font-size:18px; line-height:1.4;color:#555;margin-bottom:20px; word-break:keep-all}

.sub-contents .program-info{display:flex;border:1px solid #ddd; margin-bottom:50px;}
.sub-contents .info-label{min-width:180px;background:#fff; color:#e35677; font-size:21px; font-weight:500; display:flex; justify-content:center;align-items:center; border-left:5px solid #e35677; padding:30px 20px; word-break:keep-all;}
.sub-contents .info-text{flex:1; margin:20px 0; padding:0 40px; border-left:1px solid #ddd;  display:flex; align-items:center;}
.sub-contents .info-text li{font-size:18px; margin-top:10px; position:relative; padding-left:12px; line-height:1.5; color:#555; word-break:keep-all;}
.sub-contents .info-text li:before{position:absolute; content:""; left:0; top:12px; width:4px; height:4px; border-radius:30px; background:#e35677 }
.sub-contents .info-text li:first-child{margin-top:0}
.sub-contents .info-text li strong{font-weight:500; }
.sub-contents .images-cont{display:grid; gap:10px;}
.sub-contents .images-cont.col02{grid-template-columns:repeat(2,1fr);}
.sub-contents .images-cont.col03{grid-template-columns:repeat(3,1fr);}
.sub-contents .images-cont.col04{grid-template-columns:repeat(4,1fr);}
.sub-contents .images-cont.col05{grid-template-columns:repeat(5,1fr);}

.sub-contents .img-item img{ width:100%; display:block;}
.sub-contents .img-item p{margin:14px 0 0; text-align:center; font-size:17px; color:#555;}

.sub-contents.sub3_1 ._first{margin-bottom:100px !important}

@media only screen and (max-width:1024px) {
	.sub-contents  .info-label{min-width:150px; font-size:20px;}
	.sub-contents .img-item p{margin:14px 0 20px;}
	.sub-contents .images-cont.col05{grid-template-columns:repeat(3,1fr);}
}
	
@media only screen and (max-width: 768px) {
	.sub-contents .title-area p{font-size:15px; color:#333; margin-top:15x; word-break:keep-all;}
	.sub-contents .program-desc{ font-size:15px;margin-bottom:10px;}
	
	.sub-contents .program-info{flex-direction:column; margin-bottom:30px;}
	.sub-contents .info-label{width:100%; min-width:auto; padding:15px; font-size:17px; border-left:0; border-top:3px solid #e35677;}
	.sub-contents .info-text{margin:0; padding:20px; border-left:0; border-top:1px solid #ddd;}
	.sub-contents .info-text li{font-size:15px; margin-top:7px; padding-left:7px; }
	.sub-contents .info-text li:before{top:11px; width:3px; height:3px;}
	.sub-contents .images-cont.col03,
	.sub-contents .images-cont.col04,
	.sub-contents .images-cont.col05{grid-template-columns:repeat(2,1fr);}
	.sub-contents .img-item p{font-size:15px;}	
}	

@media (max-width:500px){
	.sub-contents .images-cont.col02,
	.sub-contents .images-cont.col03,
	.sub-contents .images-cont.col04,
	.sub-contents .images-cont.col05{grid-template-columns:1fr;}
	.sub-contents.sub3_1 ._first{margin-bottom:50px !important}
}


/* 위탁사업 공통
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub4 .cont-box{margin-bottom:60px;}
.sub4 .main-title{margin-bottom:20px;}
.sub4 .desc{font-size: 18px; color:#555; line-height: 1.5;  word-break: keep-all}

@media only screen and (max-width:768px){
	.sub4 .cont-box{margin-bottom:30px;}
	.sub4 .main-title{margin-bottom:15px;}
	.sub4 .desc{font-size: 15px; line-height: 1.4;}
}


/* 하단 약관 공통
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub-content{width:100%; padding:40px; border:5px solid #f6f6f6;}
.policy p{font-size:16px; color:#555; line-height:1.5; margin-bottom:8px; letter-spacing:-1px;}
.policy .desc{font-size:17px;}
.policy li{position:relative; font-size:16px;  color:#555;  margin-bottom:5px;  line-height:1.5; letter-spacing:-1px;}
.policy h4{font-size:26px; color:#222; font-weight:500; margin-bottom:20px;  letter-spacing:-1px;}
.policy h5{font-size:17px; color:#222; font-weight:500; margin-bottom:10px;  letter-spacing:-1px;}
.policy .cont-box{margin-bottom:30px;}
.policy .t-red{color:#ff1d1d; font-size:16px; line-height:1.4;}
.policy ._first{text-align:center}
.policy strong{font-weight:500; color:#333}
.policy .num-list{padding-left:15px;}
.policy .num-list > li{list-style-type:decimal; }
.policy .korean-list{ }
.policy .korean-list > li{margin:0; padding-left:25px; list-style-type:none !important;}
.policy .korean-list > li > span{position:absolute; left:0; }
.policy .circle-num > li {margin:0; padding-left:18px; list-style-type:none !important; margin-bottom:3px;}
.policy .circle-num > li > span{position:absolute; left:0; top:5px;  text-align: center; line-height:12px; width:15px; height: 15px; border-radius: 50%; color: #555; border:1px solid #666; font-size: 10px;}
.policy .line-bul > li {padding-left:12px; list-style-type:none !important; margin-bottom:5px;}
.policy .line-bul > li:before{position:absolute; content:""; left:0; top:12px;  width:7px; height:1px; background:#666}

.policy.cctv .tbl-frame{margin:10px 0;}
.policy.cctv .tbl-frame td{text-align:center}
.policy .tbl-frame{margin:30px 0;}
.policy .tbl-frame p{padding-bottom:5px;}

.policy .tbl-frame table {width: 100%; border:1px solid #ddd;}
.policy .tbl-frame table th {background:#f8f8f8; color: #444;  font-size: 15px; padding:10px;border-bottom: 1px solid #ddd;border-right: 1px solid #ddd; text-align: center;}
.policy .tbl-frame table td {padding:10px;color: #666;border-bottom: 1px solid #ddd;border-right: 1px solid #ddd; font-size: 15px; line-height:1.4; text-align:left;}
.policy .tbl-frame table td:nth-child(1), .policy .tbl-frame table td:nth-child(2){text-align:center}
.policy .txt-term{margin-top:30px;}
.policy .txt-line{border-bottom:1px solid #666}
@media only screen and (max-width: 768px) {
	.sub-content{padding:20px 15px; border:3px solid #f6f6f6;}
	.policy p{font-size:14px;  line-height:1.4; margin-bottom:4px;}
	.policy .desc{font-size:15.5px;}
	.policy li{font-size:14px; margin-bottom:3px;  line-height:1.4; }
	.policy h4{font-size:20px; margin-bottom:15px; }
	.policy h5{font-size:15px; margin-bottom:6px;}
	.policy .cont-box{margin-bottom:20px;}
	.policy .num-list{padding-left:10px;}
	.policy .korean-list > li{padding-left:15px;}

	.policy .circle-num > li {padding-left:12px; margin-bottom:1px;}
	.policy .circle-num > li span{top:4px; line-height:9px; width:11px; height: 11px;font-size: 7px;}
	.policy .line-bul > li {padding-left:7px; margin-bottom:3px;}
	.policy .line-bul > li:before{top:10px; width:4px;}
	.policy.cctv .tbl-frame{margin:5px 0;}
	.policy .tbl-frame{margin:15px 0;}
	.policy .tbl-frame p{padding-bottom:3px;}

	.policy .tbl-frame table th {font-size: 13px; padding:5px }
	.policy .tbl-frame table td {padding:5px;font-size: 13px; line-height:1.3; }
	.policy .txt-term{margin-top:15px;}
	.policy .desc br{display:none}
}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subTop{z-index:666}
.sub-visual{position:relative;width:100%;height:390px;text-align:center;background:url("/images/kor04r-19-0423/sub/sub_visual.jpg") no-repeat center center/cover}
.sub-visual > div{position:absolute;top:160px;bottom:0;left:0;right:0;margin:auto;height:80px}
.sub-visual h2{letter-spacing:-1px;line-height:1;font-weight:500;font-size:45px;color:#fff; letter-spacing:-1px}
.sub-visual p{font-size:18px;color:#fff; font-weight:300; letter-spacing: 1px; display:none}

.sub-tab{width:100%;  border-bottom:1px solid #ddd;}
.sub-tab.fixed{z-index:666;position:fixed;top:0;left:0;width:100%;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,0.10);opacity:0.92}

.sub-tab > ul{width:1200px; margin:0 auto; display: flex; flex-wrap: wrap; text-align:center; /*height:60px; line-height:0;font-size:0;*/}
.sub-tab.fixed ul{margin:0 auto;width:1200px}
.sub-tab li{padding:16px 5px; text-align:center; border-right:1px solid #ddd; align-content: center
/*position:relative;display:inline-block;width:300px;height:60px*/}
.sub-tab li:first-child{border-left:1px solid #ddd} 
.sub-tab li a{width:100%; display:inline-block; font-weight:400; line-height:1.3; font-size:20px;color:#e35677; word-break:keep-all; }

.sub-tab li.active{background:#e35677; border-color:#e35677;}
.sub-tab li.active a{ color:#fff;}
.sub-tab.fixed a{ border-bottom:0;border-top:0;}

.sub-tab .col-1 li{width:100%}
.sub-tab .col-2 li{width:50%}
.sub-tab .col-3 li{width:33.33%}
.sub-tab .col-4 li{width:25%}
.sub-tab .col-5 li{width:20%}
.sub-tab .col-6 li{width:16.66%}
.sub-tab .col-7 li{width:14.28%}
 
 .sub-tab .col-6.subm03 li{padding:8px 3px}
 .sub-tab .col-6.subm03 li a br{display:block;}
 
@media only screen and (max-width:1200px){
	.sub-tab > ul{width:100%;}
	.sub-tab.fixed ul{width:100%;}
}

	
/* iE 낮은 버전을 위해 */
.common-nav{margin-bottom:60px;padding-bottom:30px;border-bottom:1px solid #e1e1e1}

/*회원 및 약관에 사용되는 추가 값*/
@media only screen and (max-width:980px){
	.sub-visual {height:300px;}
    .sub-visual > div{top:65px}
	.sub-visual h2 { font-size: 38px;}
	.sub-tab li{padding:12px 3px;}
    .sub-tab li a{font-size:16px}
	.sub-tab .col-2.subm05 li, .sub-tab .col-7.subm06 li{padding:15px 3px}
}

@media only screen and (max-width:768px){
    .sub-visual{height:220px}
    .sub-visual > div{height:50px}
    .sub-visual h2{margin-bottom:10px;font-size:24px; letter-spacing:-1px}
    .sub-visual p{font-size:15px}
    .common-nav h3{display:none}
	.sub-tab .col-6.subm03 li{width:33.33%;}
	.sub-tab .col-6.subm03 li:nth-child(4), .sub-tab .col-6.subm03 li:nth-child(5), .sub-tab .col-6.subm03 li:nth-child(6){border-top:1px solid #ddd}
	.sub-tab .col-7.subm06 li{width:25%;}
	.sub-tab .col-7.subm06 li:nth-child(5), .sub-tab .col-7.subm06 li:nth-child(6), .sub-tab .col-7.subm06 li:nth-child(7){border-top:1px solid #ddd; width:33.33%;}
	
}

@media only screen and (min-width:621px){
	 .sub-tab li a br{display:none}
}

@media only screen and (max-width:520px){
    .sub-tab{min-width:320px}
	.sub-tab li{padding:6px 3px;}
    .sub-tab li a{font-size:14px; letter-spacing:-1px;}
	 .sub-tab .col-4.subm01 li, .sub-tab .col-2.subm05 li{padding:12px 3px}
	 .sub-tab .col-6.subm03 li{padding:3px 2px}
	 .sub-tab .col-7.subm06 li{padding:10px 3px}
}

/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContents{padding:100px 0 150px 0;width:100%}
.sub-contents{position:relative;display:inline-block;width:100%}
.sub-contents .big-txt{margin-bottom:40px;font-weight:300;line-height:1.3;font-size:30px;color:#333}
.sub-contents .big-txt strong{font-weight:600;color:#0b2d85}

.cont_title {font-size: 38px; color: #333; font-weight: 500; text-align: center; margin-bottom: 60px;}
.cont_title:before {content:''; display:block; width:40px; height:3px; background:#e35677; margin:0 auto; margin-bottom:20px;}
.cont_stitle { font-size: 25px; color: #333; font-weight: 500; margin: 80px 0px 30px 0px;}
.cont_stitle:before {content:''; display:inline-block; width:3px; height:22px; background:#e35677; margin-right:10px; vertical-align: bottom;}

.sub-contents .title-area {margin-bottom: 30px; display: flex; align-items: center;}
.sub-contents .main-title {font-size: 24px; font-weight:500;color: #333;display: flex;align-items: center;}
.sub-contents .main-title:before {content: ""; margin-right:7px; display: inline-block; width: 20px; height: 20px; background-size:20px; background-image:url("/images/kor04r-19-0423/sub/sub_bul.png"); background-repeat:no-repeat }

@media only screen and (min-width:1201px){
    #subContents{margin:0 auto;width:1200px}
}

@media only screen and (max-width:1200px){
    #subContents{padding:100px 20px 150px 20px}
}

@media only screen and (max-width:980px){
	#subContents{padding:60px 20px 100px 20px }
	.cont_title { font-size:28px; margin-bottom: 50px;}
	.cont_title:before { width: 25px; margin-bottom: 15px;}
}

@media only screen and (max-width:768px){
    #subContents{padding:50px 10px 80px 10px}
    .sub-contents .big-txt{margin-bottom:20px;font-size:25px;word-break:keep-all}
	.cont_title { font-size:23px; margin-bottom: 40px;}

	.sub-contents .title-area {margin-bottom:15px; }
	.sub-contents .main-title {font-size:19px; }
	.sub-contents .main-title:before {margin-right:5px; width: 16px; height: 16px;background-size:16px}
}



/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */

.whois-board-list{display:inline-block;padding:0;font-size:13px}
.whois-board-list .whois-board-row{width:100%;margin:0;padding:15px 0px 10px 0px;float:left;border-bottom:1px solid #eee;color:#000000}
.whois-board-list .whois-board-row:first-child{border-top:1px solid #e35677}

/* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject{margin:0 0 5px;padding:0;font-size:18px;font-weight:600}
.whois-board-list .whois-board-row .whois-board-row-info{color:#acacac;line-height:30px; font-size:14px}
.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author{max-width:33vw;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}

/* 일반게시판 view */
.whois-board-view .board-info > span{font-size:14px;}
.whois-board-view{display:inline-block;border-top:1px solid #e35677;}
.whois-board-view .board-content{font-size:16px;}
.contents_sub .next_data_area, .contents_sub .prev_data_area{font-size:13px;}
.contents_sub .next_data_area .b, .contents_sub .prev_data_area .b{font-weight:500}

/* Line 색상 */
.whois-board-view .whois-board-view-row{width:100%;margin:0;padding:10px 0;float:left;border-bottom:1px solid #eee}
.whois-board-view .whois-board-view-row .whois-board-view-subject{width:100%;margin:0 0 15px;padding:0;float:left;font-size:18px;font-weight:600}
.whois-board-view .whois-board-view-row .whois-board-view-author{width:100%;margin:0 0 5px;padding:0;float:left;font-size:13px;font-weight:600}
.whois-board-view .whois-board-view-row .whois-board-view-info{width:100%;margin:0;padding:0 0 10px;float:left;color:#acacac}
.whois-board-view .whois-board-view-row .whois-board-view-content{width:100%;margin:0;padding:10px 0;float:left;font-size:12px}
.whois-board-view .whois-board-view-files{width:100%;margin:0;padding:0;float:left}
.whois-board-view .whois-board-view-files .whois-board-view-file{width:100%;margin:0;padding:5px 0;float:left;font-size:12px}
.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count{font-size:11px;color:#c4c4c4}

/* 게시판 버튼 */
.btn-search,
.btn-sub,
.whois-button-submit{color:#fff;background-color:#555;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out}
.btn-search:focus,
.btn-search:hover,
.btn-sub:focus,
.btn-sub:hover,
.whois-button-submit:focus,
.whois-button-submit:hover{color:#fff;background-color:#333;}

/* 게시판 공통 */
.sub-box{margin-right:5px;background-color:#6A6A82;border:0;color:#ffffff;display:inline-block;font-family:"Nanum Gothic",sans-serif}
.sub-box.sm{font-size:12px;padding:2px 5px}
.sub-box.m{font-size:14px;padding:4px 8px}
.sub-box.lg{font-size:16px;padding:6px 12px}
.sub-border{border:1px solid #6A6A82}
.sub-border-t{border-top:1px solid #6A6A82}
.sub-border-r{border-right:1px solid #6A6A82}
.sub-border-b{border-bottom:1px solid #6A6A82}
.sub-border-l{border-left:1px solid #6A6A82}
.sub-bg{background-color:#6A6A82}
.sub-bg-hover:hover{background-color:#59598a}

/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.material-form{margin:0 auto;background:#fff}
.material-form .header{padding:50px 10px;background:#6498fe;font-size:16px;color:#fff}
.material-form .header h3{font-size:30px}
.material-form .header p,
.material-form .header span{margin-top:15px;font-size:16px;color:#fff}
.material-form .sub-header h4{font-weight:500;height:40px;line-height:40px;font-size:18px; color:#333;}
.material-form .sub-content .form-group:last-child{margin:0}
.material-form .input-group{position:relative;border:0}
.material-form .input-group .input-group-addon{padding-right:6px;padding-left:6px;background:#fff;border:0}
.material-form .form-control,
input[type='text'].whois,
input[type='password'].whois,
select.whois{border:1px solid #ccc;transition:0.3s all ease}

@media only screen and (max-width:480px){
.material-form .sub-header h4 {font-size:16px;}
}

/*.material-form .btn:first-child,*/
.material-form .input-group .form-control.first,
.material-form .input-group .form-control:first-child,
.material-form .input-group .th + .form-control,
.th + input[type='text'].whois,
.th + input[type='password'].whois,
.th + select.whois{border-bottom-left-radius:4px;border-top-left-radius:4px}

/*.material-form .btn:last-child,*/
.material-form .input-group .form-control.last,
.material-form .input-group .form-control:last-child,
.material-form .input-group .input-group-btn:last-child,
.material-form .input-group .input-group-btn:last-child .btn,
.material-form .input-group .input-group-btn:last-child button{border-bottom-right-radius:4px;border-top-right-radius:4px}
.material-form .form-group{margin-bottom:15px;overflow:visible}
.material-form .form-group.success .form-control{color:#5cb85c}
.material-form .form-group.failed .form-control{color:#d9534f}
.material-form .form-control[readonly]{background:#fff}
.material-form .btn{height:38px}
#btn_user_join { font-size: 16px;}
.material-form .btn-default{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out}
.material-form .input-group input,
.material-form .input-group select,
input[type='text'].whois,
input[type='password'].whois,
select.whois{z-index:10}
.input-group label.th{z-index:9;display:none;position:absolute;top:50%;left:10px;margin-top:-10px;height:20px;color:#ccc}
.input-group label.th.ie9{z-index:11;display:block}
.material-form .desc{padding:10px 0}
.chkbox{display:inline-block;margin:0;padding:0}
.chk-block,
.chk-block span{display:block;text-align:center;width:100%}
.chkbox input[type='radio'],
.chkbox input[type='checkbox']{display:none}
.chkbox input[type='radio']~.rbtn{padding:6px 12px;line-height:27px;border:1px solid #ccc;border-radius:3px;cursor:pointer}
.chkbox input[type='radio']:checked~.rbtn{background:#ccc;color:#fff}
.chkbox input[type='radio']~.box,
.chkbox input[type='checkbox']~.box{display:block;color:#bbb;cursor:pointer;transition:0.5s all ease}
.chkbox input[type='radio']~.box:before,
.chkbox input[type='checkbox']~.box:before{display:inline-block;margin-right:5px;padding:2px;font-family:'Glyphicons Halflings';font-size:18px;font-weight:normal;line-height:1;text-align:center;transition:0.4s all ease;vertical-align:middle;color:#cfcfcf}
.chkbox input[type='radio']~.box:before{content:"\e165"}
.chkbox input[type='checkbox']~.box:before{content:"\e013"}
.chkbox input[type='radio']:checked~.box,
.chkbox input[type='checkbox']:checked~.box{color:#666}
.chkbox input[type='radio']:checked~.box:before,
.chkbox input[type='checkbox']:checked~.box:before{color:#666}

/* 신청폼 등 기타 레이아웃 (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.content-wrap{overflow:hidden;position:relative;display:inline-block;width:100%}


/* 대출상품
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub1_1_top:after {content:''; display:block; clear:both;}
.sub1_1_top .sub1_1_topL {float:left;}
.sub1_1_top .sub1_1_topR {float:right; margin-top:35px; text-align: center;}
.sub1_1_top .sub1_1_topR h3 { font-size: 28px; color: #333; font-weight: 400; text-align: center; margin-bottom: 50px;}
.sub1_1_top .sub1_1_topR h3:before {content:''; display: inline-block; width:15px; height:12px;  background:url('/images/kor04r-19-0423/sub/s_quotes01.png') no-repeat center center;
	vertical-align: top; margin-right: 10px;}
.sub1_1_top .sub1_1_topR h3:after {content:''; display: inline-block; width:15px; height:12px; background:url('/images/kor04r-19-0423/sub/s_quotes02.png') no-repeat center center;
	vertical-align: top; margin-left: 10px;}
.sub1_1_top .sub1_1_topR h3 > span { color: #e35677; font-weight: bold;}
.loan_list {display:inline-block;}
.loan_list > li { float: left; width: 190px;  height: 190px; border-radius: 50%; text-align: center; background:url('/images/kor04r-19-0423/sub/loan_circle01.png') no-repeat center center/contain; }
.loan_list > li > div {display: inline-block; width: 170px; height: 170px; background: #fdf8c0; border-radius: 50%; margin-top: 10px; padding-top: 25px;}
.loan_list > li > div p { font-size: 15px; color: #e35677; font-weight: 300; padding-top: 10px;}
.loan_list > li > div h2 { font-size: 25px; color: #e35677; font-weight: 700; padding-top: 20px;}
.loan_tb {width: 100%; border-top:1px solid #e35677; }
.loan_tb tr {border-bottom: 1px solid #e1e1e1;}
.loan_tb tr:last-child {border-bottom:1px solid #e35677;}
.loan_tb tr th { background: rgba(227,86,119,0.06); font-size: 18px; color: #333; text-align:center; padding: 5px 10px;}
.loan_tb tr td { padding: 15px 30px; font-size: 16px; line-height: 27px; color: #555;}
.sub1_1_list li { font-size: 16px; line-height: 24px; margin-bottom: 15px; padding-left: 13px; position:relative;}
.sub1_1_list li:before {content:''; display:inline-block; width:4px; height:4px; background:#e35677; border-radius:50%; position:absolute; top:11px; left:0;}
.sub1_1_list li > span { color: #333; font-weight: 500;}

@media only screen and (max-width:1200px){
	.sub1_1_top .sub1_1_topL {width: 42%;}
	.sub1_1_top .sub1_1_topR { margin-top: 15px; width:57%;}
	.sub1_1_top .sub1_1_topR h3 { font-size: 25px;}
	.loan_list > li { width: 180px;  height: 180px;}
	.loan_list > li > div { width: 160px; height: 160px; }
	.loan_list > li > div h2 { font-size: 22px;}
}

@media only screen and (max-width:980px){
	.sub1_1_top .sub1_1_topL {float: none; width:100%;}
	.sub1_1_top .sub1_1_topL > img {width:100%;}
	.sub1_1_top .sub1_1_topR {float: none; width:100%; margin-top: 50px;}
}

@media only screen and (max-width:768px){
	.sub1_1_top .sub1_1_topR h3 { font-size: 22px; line-height: 30px; margin-bottom: 30px;}
	.loan_tb tr th { font-size: 16px; width: 25%;}
	.loan_tb tr td {}
}

@media only screen and (max-width:600px){
	.loan_list > li {width:100%; height:auto; margin-bottom: 20px;}
	.loan_list > li > div {width:230px; height:230px; padding-top: 50px;}
	.loan_list > li > div h2 { font-size: 28px;  padding-top: 20px;}
}

/* 신청절차
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub-contents.sub2_1 {text-align:center; }
.apply_list {display:inline-block; position: relative;}
.apply_list:after {content:''; display:block; clear:both; width:calc(100% - 240px); height:1px; background:#ccc; position: absolute; top: 245px; z-index: -1; left: 10.5%;}
.apply_list > li { float: left; width: 245px; text-align: center; margin-right:60px;}
.apply_list > li:last-child {margin-right:0px;}
.apply_list > li p {font-size: 15px; color: #e35677; margin-bottom: 18px;}
.apply_list > li p:before {content:''; display:block; width:10px; height:10px; background:#e35677; border-radius:50%; margin: 0 auto; margin-bottom: 30px;}
.apply_list > li h2 {font-size: 22px; color: #333; font-weight: 500; line-height:1.2; margin-bottom: 13px;}
.apply_list > li h4 { font-size: 16px; color: #555; line-height: 22px;}
.apply_list > li > div:after {content:''; display:block; width:1px; height:45px; background:#ccc; margin: 0 auto;}
.loan_btn {margin-top: 80px;}
.loan_btn > a { display: inline-block; width: 320px; height: 70px; line-height: 70px; font-size: 28px; background: #e35677; color: #fff; border-radius: 5px;}
.loan_btn > a:hover { background: #c34966;}

@media only screen and (max-width:1200px){
	.apply_list > li { width:calc(100%/4 - 60px);}
	.apply_list:after { top: 228px; left: 9.5%;}
}

@media only screen and (max-width:980px){
	.apply_list:after {display:none;}
	.apply_list > li p { margin-top: 30px;}
	.apply_list > li p:before {display:none;}
	.apply_list > li > div:after {display:none;}
	.apply_list > li h2 {font-size: 20px;}
}

@media only screen and (max-width:768px){
	.apply_list > li { width: calc(100%/2 - 10px); margin-right: 20px; margin-bottom:30px;}
	.apply_list > li:nth-child(2) {margin-right: 0px;}
	.apply_list > li:nth-child(3) {margin-bottom:0px;}
	.apply_list > li:nth-child(4) {margin-bottom:0px; margin-right: 0px;} 
	.loan_btn { margin-top: 60px;}
	.loan_btn > a {font-size: 20px; width: 280px; height: 60px; line-height: 60px;}
}

@media only screen and (max-width:480px){
	.apply_list > li h2 {font-size:18px; }
	.apply_list > li h4 { min-height: 45px;}
}

/* 인사말
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub4_1_top { width: 100%; background: #f5f5f5; margin-bottom: 50px; position: relative;}
.sub4_1_top .top_box { width: 50%; height: 340px; display: table; text-align: center;}
.sub4_1_top .top_box .top_inner { display: table-cell; vertical-align: middle;}
.top_box .top_inner h1 { font-size: 30px; font-weight: 300; color: #333; margin-bottom: 25px;}
.top_box .top_inner h1 > span {font-weight:500; color:#e35677;}
.top_box .top_inner p { font-size: 25px; color: #555; font-weight: 300; line-height: 37px; position: relative;}
.top_box .top_inner p:before {content:''; display:block; width:29px; height:19px;background: url('/images/kor04r-19-0423/sub/quotes01.png') no-repeat center center;
	margin: 0 auto; margin-bottom: 20px;}
.top_box .top_inner p:after {content:''; display:block; width:29px; height:19px;background: url('/images/kor04r-19-0423/sub/quotes02.png') no-repeat center center;
	margin: 0 auto; margin-top: 25px;}
.top_img {width: 50%; height: 340px; display: inline-block; vertical-align: top;  background: #f5f5f5 url('/images/kor04r-19-0423/sub/sub4_1_img01.jpg') no-repeat right center/cover;
	position: absolute;  right: 0; top: 0;}
.cont_txt { font-size: 16px; line-height: 24px; color: #555; text-align: center;}
.cont_txt > span {font-weight:500; color:#333;}
.sub4_1_benefit { text-align: center; margin-top: 80px;}
.sub4_1_benefit ul { display: inline-block;}
.sub4_1_benefit ul:after {content:''; display:block; clear:both;}
.sub4_1_benefit ul li { float: left; width: 220px; height: 220px; border-radius: 50%; background: #8f8f8f; text-align: center; display: table; color: #fff;
	margin: 0px 90px; position:relative;}
.sub4_1_benefit ul li:nth-child(2) {background:#f47c98; }
.sub4_1_benefit ul li:nth-child(2):before {content:''; display:inline-block; width:220px; height:223px; background: url('/images/kor04r-19-0423/sub/plus_img01.png') no-repeat center center;
	position:absolute; left:-200px; z-index: -1;}
.sub4_1_benefit ul li:nth-child(2):after {content:''; display:inline-block; width:220px; height:223px; background: url('/images/kor04r-19-0423/sub/plus_img02.png') no-repeat center center;
	position:absolute; left:200px; z-index: -1;} 
.benefit_inner { display: table-cell; vertical-align: middle;}
.benefit_inner h3 {font-size: 22px; font-weight: 500; margin-bottom: 28px;}
.benefit_inner p {font-size: 16px; line-height: 24px; font-weight: 300;}

@media only screen and (max-width:1200px){
	.sub4_1_benefit ul li { margin: 0px 120px 0px 0px;}
	.sub4_1_benefit ul li:last-child { margin: 0px ;}
	.sub4_1_benefit ul li:nth-child(2):before { left: -165px;}
	.sub4_1_benefit ul li:nth-child(2):after{left: 165px;}
}

@media only screen and (max-width:980px){
	.sub4_1_top .top_box {width:100%; height: 300px;}
	.top_img { width:100%; position: relative;}
	.sub4_1_benefit ul li { margin: 0px 40px 0px 0px;}
	.sub4_1_benefit ul li:nth-child(2):before {left: -130px;}
	.sub4_1_benefit ul li:nth-child(2):after{  left: 130px;}
	.top_box .top_inner h1 {font-size: 25px;  padding: 0px 20px; line-height: 32px;}
	.top_box .top_inner p {font-size: 20px; line-height: 28px;}
	.top_img {height: 300px;}
	.top_box .top_inner p {white-space: pre-line;}
}

@media only screen and (max-width:768px){
	.benefit_inner p {white-space: pre-line;}
	.sub4_1_benefit ul li { width: 280px; height: 280px; float: none; margin: 0px 0px 20px 0px;}
	.sub4_1_benefit ul li:nth-child(2):before { display:none;}
	.sub4_1_benefit ul li:nth-child(2):after { display:none;}
}

/* 오시는길
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.map_tb { width: 100%; border-top: 1px solid #e35677; margin-top: 50px;}
.map_tb tr { border-bottom: 1px solid #e1e1e1;}
.map_tb tr:last-child {border-bottom: 1px solid #e35677;}
.map_tb tr th { width: 180px; background: rgba(227,86,119,0.06); padding-left: 30px; color: #333; font-size: 18px;}
.map_tb tr th > img {margin-right:10px;}
.map_tb tr td { padding: 20px 20px; font-size: 16px; color: #555; line-height: 1.2;}
.location .root_daum_roughmap {width:100%;}

@media only screen and (max-width:768px){
	.map_tb tr th {width:30%; padding-left: 15px; font-size: 16px;}
}


		