@charset "utf-8";
/*

	반응형 해상도 작업기준
	-------------------------
	모바일 : 639 이하
	태블릿 : 640~768
	데스크탑 : 769 이상
	-------------------------

*/

/*
	COMMON
*/

*{margin:0;padding:0;}
*{-webkit-text-size-adjust:none;}

html,body{height:100%;/*max-width:786px;*/min-width:320px;margin:0 auto;}
html{overflow-y:scroll;}
body{margin:0;padding:0;width:100%;font-size:14px;font-family :"Nanum Square", Arial, sans-serif;}
form{margin:0;padding:0;}
div,input,textarea,select,button,table,ul,li,ol,dl,dt,dd{margin:0;padding:0;}
input,textarea{outline-style:none;}
img,input{vertical-align:middle;}
img,fieldset{border:0;}
select{font-size:12px;}
label{cursor:pointer;}
html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
*,*:before,*:after{box-sizing:inherit}
input[type="checkbox"]{cursor:pointer;}
input[type="radio"]{cursor:pointer;}
input[type="password"]{font-family:'돋움';}
input[type=text]::-ms-clear{display:none;}
input[type=number]::-ms-clear{display:none;}
input[type=tel]::-ms-clear{display:none;}

textarea{
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-3dlight-color:#d9d9d9; 
	scrollbar-face-color:#eee; 
	scrollbar-shadow-color:#fefefe; 
	scrollbar-darkshadow-color:#fff; 
	scrollbar-track-color:#fafafa; 
	scrollbar-arrow-color:#919191;
}

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

a{cursor:pointer;}
a:link {color:#333;text-decoration:none;}
a:visited {color:#333;text-decoration:none;}
a:active {color:#333;text-decoration:none;}
a:hover{color:#333;text-decoration:underline;}
a.anone:hover{color:#333;text-decoration:none;}

a{outline:none;}
a{selector-dummy:expression(this.hideFocus=true);}
a.sel{color:#888;}

a.bover{color:#a4a4a4; text-decoration:none;}
a.bover:hover{color:#000000; text-decoration:none;}
a:hover{text-decoration:none;}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}

* {
    font-family: 'Noto Sans KR', sans-serif;
}




::-webkit-input-placeholder {
	font-size: 16px !important;
	font-family:'Nanum Square' !important;
	letter-spacing:-1px !important;
	font-weight:normal !important;
	color:#d5d5d5 !important;
}
:-moz-placeholder {
	font-size: 16px !important;
	font-family:'Nanum Square' !important;
	letter-spacing:-1px !important;
	font-weight:normal !important;
	color:#d5d5d5 !important;
}
::-moz-placeholder {
	font-size: 16px !important;
	font-family:'Nanum Square' !important;
	letter-spacing:-1px !important;
	font-weight:normal !important;
	color:#d5d5d5 !important;
}
:-ms-input-placeholder {
	font-size: 16px !important;
	font-family:'Nanum Square' !important;
	letter-spacing:-1px !important;
	font-weight:normal !important;
	color:#d5d5d5 !important;
}

input:placeholder-shown {
	font-size: 16px !important;
	font-family:'Nanum Square' !important;
	letter-spacing:-1px !important;
	font-weight:normal !important;
	color:#d5d5d5 !important;
}

/* input box color fix */ 
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px #fff inset ; -webkit-text-fill-color: #000; } 
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; }
textarea{-webkit-appearance: none;}
input[type='password']{-webkit-appearance: none;}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}


.bankview_title_default{
	font-family:'Nanum Square';
	font-size:19px;
	font-weight:bold;
	letter-spacing:-1.5px;
	padding:18px 15px;
	width:100%;
	margin:0 auto;
	border-bottom:1px solid #efefef;
	background:#fff;
	line-height:25px;
	text-align:center;
}

.bankview_title_default .subTitle{padding-top:8px;font-size:14px;color:#989898;font-weight:normal;}

.bankview_stitle_default{
	font-family:'Nanum Square';
	font-size:16px;
	font-weight:bold;
	letter-spacing:-0.5px;
	padding:18px;
	width:100%;
	margin:0 auto;
	border-bottom:1px solid #f0f0f0;
	background:#fff;
}

.bankview_scont_default{
	font-family:'Nanum Square';
	font-size:15px;
	font-weight:normal;
	letter-spacing:-0.5px;
	padding:15px 18px;
	width:100%;
	line-height:140%;
	margin:0 auto;
	text-align:justify;
	border-bottom:1px solid #d5d7da;
	color:#949494;
	background:#fff;
}

.bankview_title{
	font-family:'Nanum Square';
	font-size:17px;
	font-weight:bold;
	letter-spacing:-1.5px;
	padding:23px 5px 10px 5px;
	width:95%;
	margin:0 auto;
	border-bottom:1px solid #efefef;
	background:#fff;
}

.right_arr{background:url('/m/images/title_right_arr.jpg') 100% 80% no-repeat;background-size:18px;}
.green_ton{color:#0bb31b;}

/* 공용 */
.hide{display:none;}
.hideN{display:none !important;}
.block{display:block;}
.fleft{float:left;}
.input{border:1px solid #d5d5d5;height:20px;padding-left:3px;}
.noborder{border-width:0px;}
.fwnormal{font-weight:normal !important;}
.miHeight{min-height:200px;}


/* round botton */
.btn_round {
	margin-left:8px;
	border-radius:4px;
	display:inline-block;
	background:#0c2965;
	padding:8px 13px;
	font-family:"nb";
	font-size:14px;
	font-weight:600;
	color:#fff;
	text-align:center;
	cursor:pointer;
	border:0;
}
.btn_round:hover {/*background:#fafafa;color:#333;*/}
.white-popup{z-index:9999;}

.nanumSQ { font-family: 'Nanum Square'; }
.screen_hide{position:absolute;left:-100000px;}

/* 사이드메뉴 */
#sideMnu{}
#sideMnu li.bm{padding:15px;font-size:15px;text-indent:12%;font-weight:bold; border-top:1px solid #efefef;}
#sideMnu li.bm{background:url('/m/images/ico_bankview.jpg') 7% 50% no-repeat, url('/m/images/rarr.jpg') 97% 50% no-repeat;background-size:21px;}
#sideMnu li.cafe{padding:15px;font-size:15px;text-indent:12%;border-bottom:1px solid #efefef;font-weight:bold; border-top:1px solid #efefef;}
#sideMnu li.cafe{background:url('/m/images/ico_cafe.jpg') 7% 50% no-repeat, url('/m/images/rarr.jpg') 97% 50% no-repeat;background-size:21px;}
#sideMnu li.sub{padding:10px 15px;font-size:15px;text-indent:15%;border-bottom:0px solid #efefef;font-weight:normal;color:#aaa;;}
#sideMnu li.sub{background:url('/m/images/mid_dot.jpg') 15% 50% no-repeat;background-size:3px;}
#sideMnu .tpl{ border-bottom:1px solid #efefef;}
#sideMnu .mnu_banner{margin:10px 0;}


/* 헤더 */
#header .topBanner{position:relative;}
#header .topBanner .cls{position:absolute;top:30%;right:15px;font-family:'Nanum Square';font-size:15px;color:#aaa;letter-spacing:-1px;}
#header .logoBox{position:relative;padding:15px 0;overflow:hidden;}
#header .tmnu{position:absolute;top:34%;left:20px;}
#header .tlogo{width:50%;margin:0 auto;padding-left:15px;}
#header .tnotice{width:100%;border-bottom:1px solid #ddd;padding:10px 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#header .tnotice .noticeBox{width:80%;/*display:inline-block;*/padding:0 10px;font-size:16px;color:#aaa;letter-spacing:-1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#header .tnotice .noticeBox a{color:#aaa;}
#header .tnotice .tag{display:inline-block;padding:6px 12px;border:1px solid #eee;text-align:center;font-size:15px;color:#bbb;border-radius:7px;}
#header .tmnus{position:relative;z-index:997;}
#header .tmnus a{display:inline-block;position:absolute;}
#header .tmnus a.m1{width:23%;height:100%;border:0;}
#header .tmnus a.m2{left:23%;width:25%;height:100%;border:0;}
#header .tmnus a.m3{left:48%;width:32%;height:100%;border:0}
#header .tmnus a.m4{left:80%;width:20%;height:100%;border:0;}
#header .sHeader{width:100%;position:relative;background:#fff;z-index:998;}
#header #ttlogo{max-width:300px;}

.center_box{text-align:center;overflow:hidden;height:50px;overflow:hidden;}
#pointer {
	display:inline-block;
	padding:0 30px !important;	
	height: 50px;
	line-height:50px;
	position: relative;
	background: #419bf7;
	background:linear-gradient(to right, #419bf7, #01c7b7);
	font-family:'Nanum Square';
	font-size:1.2em;
	letter-spacing:-1px;
	font-weight:400;
	color:#fff;	  
	text-align:center;
	margin:0 auto;
}
#pointer:after {


	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 15px solid #fafafa;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
}
#pointer:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-right: 15px solid #fafafa;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
}

/* 상단메뉴 */
#header .topmnus{border-bottom:2px solid #29c60c;}
#header .mnulist{overflow:hidden;font-size:15px;letter-spacing:-1px;font-weight:bold;color:#1fbc02;}
#header .mnulist > li{float:left;width:24%;text-align:center;height:40px;line-height:40px;}
#header .mnulist > li:nth-child(1){width:25%;}
#header .mnulist > li:nth-child(2){width:25%;}
#header .mnulist > li:nth-child(3){width:25%;}
#header .mnulist > li:nth-child(4){width:25%;}
#header .mnulist a{color:#333;display:inline-block;width:100%;height:100%;}

/* 메인페이지 */
#mainContents{}
#mainContents img{height:auto;}


/* 금리조회 */
.loanFBTitle{min-height:80px;background:url('/m/images/bg_sinput_title.png') left top no-repeat;background-size:cover;}
.loanFBTitle .title{font-family:'Nanum Square';font-size:21px;letter-spacing:-1px;padding:20px 0;text-align:center;color:#fff;}
.loanFBTitle .loanFBTab{width:95%;margin:0 auto;overflow:hidden;border-top-left-radius:3px;border-top-right-radius:3px;}
.loanFBTitle .loanFBTab > li{background:#fff;height:50px;line-height:50px;;text-align:center;font-family:'Nanum Square';font-size:16px;width:50%;float:left;font-weight:bold;border-bottom:1px solid #ddd;}
.loanFBTitle .loanFBTab > li.col01{border-bottom:1px solid #1fbc02;}
.loanFBTitle .loanFBTab a{display:inline-block;width:100%;height:100%;}
.loanFB{margin:0;background:#e9ecef;padding:0 2.5% 20px 2.5%;border-bottom:1px solid #d2d5d8;margin-bottom:10px;}
.loanFB .loanFBinBox{background:#fff;padding-bottom:15px; padding-top:18px; padding-left:5%;padding-right:5%; box-shadow:0px 4px 5px #dddddd; border-bottom-left-radius:10px;border-bottom-right-radius:10px; }
.loanF{overflow:hidden;width:100%;height:50px;margin-bottom:11px;display:flex;align-items:center;}
.loanF > li{float:left;vertical-align:middle;}
.loanF > li.col01{width:23%;font-family:'Nanum Square';font-weight:normal;font-size:15px;color:#000;letter-spacing:-1px;font-weight:bold;padding-left:3px;}
.loanF > li.col02{width:77%;}
.loanF > li .slType{border:1px solid #bababa;padding:0 40px 0 8px;border-radius:6px;width:100% !important;height:49px;font-family:'Nanum Square';font-weight:normal;font-size:16px;letter-spacing:-1px;}
.loanF > li .slCol{background:url('/m/images/bg_sinput.jpg') 100% 0 no-repeat;background-size:40px;}
.loanF > li .slWon{background:url('/m/images/bg_sinput_won.jpg') 100% 0 no-repeat;background-size:40px;}
.btnLoanSearchBox{width:90%;margin:0 auto;padding:10px 0 20px 0;}
.btnLoanSearch{width:100%;margin:0 auto;height:60px;line-height:60px;font-family:'Nanum Square';background:#1fbc02;color:#fff;font-size:19px;border-radius:6px;text-align:center;letter-spacing:-1px;margin-top:24px;margin-bottom:20px; font-weight:900;}
.loanFB2{margin:0;padding:0;border-bottom:1px solid #efefef;}
.loanFB2 .loanFBinBox{background:#fff;padding-bottom:15px;padding-top:18px;padding-left:5%;padding-right:5%;}
.glasses{position: relative; top: -2px;}

/*수정메인상단*/
#mtop_box{min-height:300px;padding:0px 0px 0px 0px;margin-bottom:15px;}
.m01bg_top { width:100%; height:411px; padding-left:20px;}
.m01bg_color { width:100%; height:520px; padding:49px 0 0 0; background:url('/m/images/icon_bravo.png') 95% 50% no-repeat, #4881e6; background-size: 33%;}
.mtop_copy01 { font-family:'Noto Sans KR'; font-size:22px; font-weight: 400; color:#d0ef60; margin-bottom: 11px; text-shadow: 0px 0px 1px #1c4c99; }
.mtop_copy02 { font-family:'Noto Sans KR'; font-size:40px; font-weight: 600; line-height:54px; letter-spacing:-1px;  color:#fff; margin-bottom:87px; text-shadow: 0px 0px 1px #1c4c99;}
.mtop_copy03 { font-family:'Noto Sans KR'; font-size:16px; color:#ccdfff; margin-bottom:23px; line-height: 26px; letter-spacing: -1px; }


.mtop_btWrap { width:70%; height:48px; margin:0 auto; background:linear-gradient(to right, #51de90, #18d3b9); border-radius:27px; box-shadow:0px 0px 5px rgba(0,0,0,0.3); }
.mtop_bt { width:172px; height:48px; margin:0 auto;  }
.bt_p_css { font-family:'Nanum Square'; font-size:17px; float:left; line-height:48px; letter-spacing:0px; color:#fff; font-weight:700;}
.mtopimg { float:left; width:19px; height:19px; margin:15px 0 0 5px; }

.mtop_icon { clear:both; height:126px; background:#fff; border-top-left-radius:10px;border-top-right-radius:10px; margin: 0 2.5% 0 2.5%; border-bottom:1px solid #e7eef9;}
.micon_bic { width:33%; float:left;}
.micon01 { width:20px; height:21px; margin:0 auto; margin-top:20px; margin-bottom:7px;}
.micon_p { font-family:'Nanum Square'; font-size:15px; background: linear-gradient(to right, #419bf7, #6d66fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align:center;}
.mtop_line { width:1px; height:26px; float:left; background:#e7eef9; margin-top:28px;}

.m02bg_grey {clear:both; background:#e9ecef;}
.m02_title {font-family:'Nanum Square'; font-size:25px; text-align:center; padding:8px 0 5px 0; background: #3171e8;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight:900; letter-spacing:-1px; position: relative; top: -66px;}
.m02_sub { font-family:'Nanum Square'; font-size:14px; text-align:center; margin-bottom:24px; color:#828282; letter-spacing:-0.5px; margin-top: -63px;}


/*수정메인상단*/

#mtop_box .btn_s_gra{background:#3171e8 !important;}
#mtop_box .mtop_box_alim{padding:0 20px 40px 20px;font-size:14px;line-height:150%;font-family:'Nanum Square';color:#4c4b4b;letter-spacing:-1px;}
#mtop_box .mtop_box_alim .gr{color:#949494;}
#mtop_box .mtop_box_alim .rr{color:#f40606;}
#mtop_box #sboxTitle{width:95%;margin:0 auto;height:50px;line-height:50px;background:#404249;  box-shadow:2px 2px 5px #dddddd;}
#mtop_box #sboxTitle{font-family:'NanumSquare';color:#fff;font-size:20px;text-align:center;font-weight:400;letter-spacing:-2px;}
#mtop_box #sboxTitle{border-top-left-radius:5px;border-top-right-radius:5px;}
.loanFB{background:transparent;border-bottom:0;}


#mainContents .mainSearch, .mb01{margin-bottom:10px;}

#mainContents .planListBox{width:95%;margin:0 auto;margin-top:15px;margin-bottom:15px;}
#mainContents .planList{overflow:hidden;}
#mainContents .planList > li{width:100%;;padding:8px 4px;font-family:'Nanum Square';font-size:16px;letter-spacing:-1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#mainContents .planList > li .tb{display:inline-block;padding-right:10px;color:#215fc6;font-family:'Nanum Square';font-weight:bold;}

#mainContents .rateTitle{position:relative;}
#mainContents .rateTitle span{position:absolute;right:2px;bottom:5px;font-size:11px;color:#aaa;letter-spacing:-0.5px;font-weight:normal;}
#mainContents .rateList{overflow:hidden;}
#mainContents .rateList > li{float:left;width:50%;padding:20px 0;text-align:center;position:relative;}
#mainContents .rateList > li .line{position:absolute;right:0;top:40%;background:#ddd;width:1px;height:25px;;}
#mainContents .rateList > li .rname{font-family:'Nanum Square';font-size:14px;}
#mainContents .rateList > li .rrate{font-family:'Nanum Square';font-size:36px;color:#1267b7;padding:8px 0;}
#mainContents .rateList > li .rstat{font-family:'Nanum Square';font-size:10px;color:#9b9b9b;}
#mainContents .rateList .rateCol{color:#0958cd !important;}

/* 메인 슬라이드 배너부분 */
#mainContents .cBox{max-width:786px;margin:0 auto;padding:10px;position:relative;}
#mainContents #cslider{overflow:hidden;}
#mainContents#cslider > li{float:left;}	
#mainContents #cslider .sdesc{padding:10px 0;font-family:'Nanum Square';font-size:16px;line-height:150%;letter-spacing:-0.5px;}


#mainContents .mainQlink{position:relative;width:100%;height:50px;line-height:50px;border-top:1px solid #ebebeb;}
#mainContents .mainQlink .link{position:absolute;top:0;display:inline-block;text-align:center;font-size:14px;color:#5f5f5f;padding-left:15px;}
#mainContents .mainQlink .link1{width:33%;height:100%;background:url('/m/images/sico_search.jpg') 20% 50% no-repeat,url('/m/images/rline.jpg') 99% 50% no-repeat;background-size:23px, 1px;}
#mainContents .mainQlink .link2{left:33%;top:0;width:33%;height:100%;background:url('/m/images/sico_qna.jpg') 15% 50% no-repeat, url('/m/images/rline.jpg') 99% 50% no-repeat;background-size:23px, 1px;}
#mainContents .mainQlink .link3{left:66%;width:33%;height:100%;background:url('/m/images/sico_kin.jpg') 18% 50% no-repeat;background-size:23px;}

/* 메인 실시간 */
#mainContents .orderTitle{position:relative;}
#mainContents .orderTitle span{position:absolute;right:2px;bottom:5px;font-size:11px;color:#aaa;letter-spacing:-0.5px;font-weight:normal;}
#mainContents .orderBox{padding:10px 0 10px 0;}
#mainContents .orderList{overflow:hidden;}
#mainContents .orderList > li{position:relative;padding:7px 12px;font-family:'Nanum Square';font-size:15px;letter-spacing:-0.5px;}
#mainContents .orderList > li .stat{display:inline-block;text-align:center;padding:4px 0px;width:20%;border:1px solid #00a500;border-radius:4px;font-size:14px;margin-right:20px;color:#00a500;}
#mainContents .orderList > li .date{position:absolute;right:15px;top:25%;color:#aaa;}
#mainContents .orderList > li .step2{border:1px solid #ff301f;color:#ff301f;}
#mainContents .orderList > li .step3{border:1px solid #00bd18;color:#00bd18;}
#mainContents .orderList > li .step4{border:1px solid #2975b9;color:#2975b9;}

#mainContents .kinListBox{padding:15px 0;}
#mainContents .kinBestList{overflow:hidden;width:92%;margin:0 auto;border-bottom:1px solid #ebebeb;padding:15px 0;}
#mainContents .kinBestList > li{float:left;}
#mainContents .kinBestList > li.col01{width:33%;position:relative;}
#mainContents .kinBestList > li.col01 .nos{position:absolute;left:0;top:0;}
#mainContents .kinBestList > li.col02{width:67%;font-family:'Nanum Square';font-size:17px;}
#mainContents .kinBestList > li.col02 .inBox{padding:3px 15px;}
#mainContents .kinBestList > li.col02 .subject{height:38px;overflow:hidden;}
#mainContents .kinBestList > li.col02 .tags{font-size:13px;padding-top:12px;}
#mainContents .kinBestList > li.col02 .type{color:#00bd18;}
#mainContents .kinBestList > li.col02 .line{display:inline-block;height:10px;width:1px;background:#aaa;margin:0 5px;}
#mainContents .kinBestList > li.col02 .date{color:#aaa;}

#mainContents .kinList{overflow:hidden;margin-top:10px;}
#mainContents .kinList > li{width:100%;;padding:8px 12px;font-family:'Nanum Square';font-size:16px;letter-spacing:-1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#mainContents .kinList > li .tb{display:inline-block;padding-right:10px;color:#00b90a;font-family:'Nanum Square';font-weight:bold;}

/* 메인 이용후기 슬라이더 */
#main_review_slider{z-index:99999;}
#main_review_slider > .r_help{position:relative;font-family:'Nanum Square';font-size:15px;color:#a0a0a0;letter-spacing:-1.5px;padding:15px;}
#main_review_slider > .r_help .cnt{position:absolute;right:15px;letter-spacing:0;font-size:18px;}
#main_review_slider > .r_help .cur_pan{color:red;}
#main_review_slider > .r_box{min-height:80px;border-bottom:1px solid #f3f3f3;padding-bottom:10px;position:relative;}
#main_review_slider > .r_box .slick_prev{position:absolute;left:20px;top:32%;opacity:0.5;background:#fff;border:1px solid #ddd;display:inline-block;padding:10px 5px;cursor:pointer;}
#main_review_slider > .r_box .slick_next{position:absolute;right:20px;top:32%;opacity:0.5;background:#fff;border:1px solid #ddd;display:inline-block;padding:10px 5px;cursor:pointer;}
#main_review_slider .slick-slide{width:100%;height:353px;border:0px solid #ddd;}
#main_review_slider .slick-slide .cont_box{width:95%;padding:20px;margin:0 auto;height:100%;border:1px solid #4a65f6;border-radius:8px;background:#fff;box-shadow: 2px 4px 8px 4px #eee;font-family:'NanumSquare';}
#main_review_slider .slick-slide .cont_box .ctitle{font-size:17px;font-weight:700;color:#000;letter-spacing:-1px;}
#main_review_slider .slick-slide .cont_box .info{font-size:16px;color:#aaa;margin-top:5px;}
#main_review_slider .slick-slide .cont_box .info .cdate{display:inline-block;border-left:1px solid #eee;margin-left:5px;padding-left:8px;}
#main_review_slider .slick-slide .cont_box .creview{font-size:16px;color:#656565;margin-top:10px;line-height:150%;height:242px;overflow:hidden;}
/* 멀티라인 글자수 제한 */
#main_review_slider .slick-slide .cont_box .creview{display: -webkit-box; display: -ms-flexbox; display: box; vertical-align:top; text-overflow: ellipsis; word-break:break-all; -webkit-box-orient:vertical; -webkit-line-clamp:10;}

/* 금리비교상세검색 페이지 */
#slBox{}
#slBox .sdbox{position:relative;}
#slBox .sdbox img{min-height:250px;}

#slBox .rTitlesBox{overflow:hidden;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;}
#slBox .rTitles{overflow:hidden;width:100%;}
#slBox .rTitles > li{float:left;height:45px;line-height:45px;text-align:center;font-size:16px;color:#888;background:url('/m/images/rtitles_sline.jpg') 100% 50% no-repeat;background-size:1px 12px;}
#slBox .rTitles > li:last-child{background:url('');}
#slBox .rTitles > li.col01{width:11%;}
#slBox .rTitles > li.col02{width:34%;}
#slBox .rTitles > li.col03{width:30%;}
#slBox .rTitles > li.col04{width:21%;}

#slBox #helpTab2 .phelp{overflow:hidden;}
#slBox #helpTab2 .phelp > li{float:left;text-align:center;width:50%;height:60px;line-height:60px;font-size:19px;border-bottom:1px solid #f2f2f2;letter-spacing:-1px;font-weight:bold;}
#slBox #helpTab2 .phelp > li > a{display:inline-block;width:100%;height:100%;color:#333;}
#slBox #helpTab2 .phelp > li.active{border-bottom:1.5px solid #555;}
#slBox #helpTab2 .ptxt{font-size:13px;line-height:140%;color:#666;padding:10px 15px;letter-spacing:-0.5px;}

#slBox .srtlBox{overflow:hidden;}
#slBox .srtList{width:100%;overflow:hidden;border-bottom:1px solid #eee;}
#slBox .srtList > li{float:left;padding:12px 0;line-height:130%;}
#slBox .srtList > li.col01{width:14%;text-align:center;}
#slBox .srtList > li.col02{width:33%;text-align:left;font-family:'Nanum Square';font-size:19px;letter-spacing:-1px;}
#slBox .srtList > li.col03{width:28%;text-align:left;font-family:'Nanum Square';font-size:19px;letter-spacing:-1px;}
#slBox .srtList > li.col04{width:23%;text-align:center;font-family:'Nanum Square';font-size:19px;letter-spacing:-1px;}
#slBox .srtList .no{position:absolute;left:-10000px;}
#slBox .srtList > li .nos{font-family:'Nanum Square';font-size:22px;}
#slBox .srtList > li .rate{font-family:'Nanum Square';font-size:13px;color:#aaa;}
#slBox .srtlBox .icons{line-height:110%;}
#slBox .noData{padding:30px 0;text-align:center;font-family:'Nanum Square';font-size:15px;border-bottom:1px solid #ddd;color:#888;}

#slBox .srtList .mrColor{color:#3774e8;} /* 최저금리 색상 */
#slBox .srtList .mpColor{color:#f61908;} /* 최고한도 색상 */

#slBox .rtlMore{width:100%;height:70px;line-height:70px;border-bottom:1px solid #ccc;font-size:16px;color:#999;text-align:center;background:url('/m/images/more_donw_arr.jpg') 57.5% 49% no-repeat;background-size:18px;text-indent:-10px;}
#slBox .rtlMore a{display:inline-block;width:100%;height:100%;}

.reqTitle{height:60px;line-height:60px;padding:0 10px;font-size:20px;font-weight:bold;color:#fff;letter-spacing:0px;}
.reqTitle{background:#588df1 url('/m/images/icon_blue_home.jpg') 98% 50% no-repeat;background-size:30px;}

#slBox .reqBox{position:relative;}
#slBox .reqLayout{width:100%;padding:20px 10px;background:#f3f4f6;border-bottom:1px solid #dadada;}
#slBox .reqLayout .title{font-size:28px; padding:36px 0 100px 15px; font-family:'Nanum Square'; font-weight: bolder; letter-spacing: -0.05em; line-height: 42px; background: url('/m/images/click.png') 89% 120% no-repeat; background-size: 31%;}
#slBox .reqLayout .reqinBox{width:100%;min-height:100px;background:#fff;padding:0 20px 20px 20px;letter-spacing:-0.5px; border-radius: 10px;}

.greenbox{padding-top: 15px;}
.greenbox_bor{width: 110px; height: 23px; float: left; border-radius: 12px; background-color: #d4e5df;}
.gogo{color: #3b986b; font-family: 'Nanum Square'; font-size: 12px; font-weight: bolder; text-align: center; line-height: 23px;}

/* 대출한도 조회 상담신청 */
#slBox .reqLayout .iList{overflow:hidden;border-bottom:1px solid #f0f0f0;width:100%;padding:12px 0;letter-spacing:-0.5px !important;color:#000;}
#slBox .reqLayout .iList:first-child{overflow:hidden;border-bottom:1px solid #404040;width:100%;padding:20px 0;letter-spacing:-0.5px !important;color:#000; margin-bottom: 5px;}
#slBox .reqLayout .iList > li{float:left;font-size:16px !important;height:30px;line-height:35px;border:0px solid #ddd;}
.iListp {}
.counsel{font-size: 21px; line-height: 35px; border-bottom: 1px solid #bfbfbf;}

#slBox .reqLayout .iList > li.counsel{font-size: 19px !important; font-weight: bold; line-height: 47px;}
#slBox .reqLayout .iList > li input{font-size:17px;height:30px;padding:0 15px;border:0;font-weight:normal;color:#000;border:0px solid #ddd;}
#slBox .reqLayout .iList > li #phone1{padding-left:8px;}	
#slBox .reqLayout .iList > li.ititle{}
#slBox .reqLayout .iList > li.ititle{width:15%;}
#slBox .reqLayout .iList > li.icont{width:75%; float: right;}
#slBox .reqLayout .iList > li.iphone{width:33%;}
#slBox .reqLayout .iList > li #order_name{width:100%;}
#slBox .reqLayout .iList > li.iphone{border-right:1px solid #ddd !important;text-align:center;}
#slBox .reqLayout .iList > li.iphone:last-child{border-right:0 !important;}
#slBox .reqLayout .iList > li.iphone input{width:99%;text-align:center;}
#slBox .reqLayout .iList > li.iphone:first-child .phone{text-align:left;background:url('/m/images/more_donw_arr.jpg') 80% 50% no-repeat;background-size:15px;}
#slBox .reqLayout .iList > li.wtitle{width:25%;padding-left:5px;}
#slBox .reqLayout .iList > li.wprice{width:65%;}
#slBox .reqLayout .iList > li.wwon{width:10%;}
#slBox .reqLayout #comment{position:relative;width:100%;height:170px;border:1px solid #f0f0f0;margin:15px 0 20px 0;padding:8px;line-height:140%;}
.mphone1{background:url('/m/images/more_donw_arr.jpg') 90% 50% no-repeat;background-size:15px;}


#slBox .agreeBox{}
#slBox .agreeBox{padding:0;font-size:16px;letter-spacing:-1px;background:transparent;color:#444;text-align:left;}
#slBox .agreeBox .agbtn{margin-right:6px;vertical-align:middle;}
#slBox .agreeChk{display:inline-block;margin-right:5px;}
#slBox .agreeBox span{vertical-align:middle;}
#slBox .agreeBox .col{color:#588df1;}

#slBox .btnOkBox{padding:16px 8px 24px 8px;background:#f3f4f6;border-bottom:1px solid #dadada;}
#slBox .btnOkBoxx{padding:16px 8px 20px 8px;background:#fff;border-bottom:1px solid #dadada;}
#slBox .btnOkCancel{overflow:hidden;}
#slBox .btnOkCancel > li{float:left;height:55px;line-height:55px;text-align:center;font-size:19px;font-weight:bold;color:#fff;}
#slBox .btnOkCancel > li.ok{width:100%;margin-right:1%;background:#588df1;}
#slBox .btnOkCancel > li.called{width:100%;margin-right:1%;background:#2bcb0f;}
#slBox .btnOkCancel > li.cancel{width:49%;margin-left:1%;background:#969696;}
#slBox .btnOkCancel > li a{display:inline-block;width:100%;height:100%;color:#fff;}

#slBox .titleResult{padding:35px 15px 13px 15px;position:relative;border-bottom:2px solid #333;}
#slBox .titleResult .tl{font-size:24px;}
#slBox .titleResult .td{color:#888;position:absolute;right:15px;top:60%;font-size:16px;}
#slBox .sortBox{padding:35px 15px 13px 15px;}
#slBox .sortBox a{color:#999;display:inline-block;text-indent:10px;margin-right:10px;}
#slBox .sortBox a{background:url('/images/li_b_dot_gray.gif') 0 50% no-repeat;}
#slBox .sortBox a.active{color:#000;background:url('/images/li_b_dot.gif') 0 50% no-repeat;}

#slBox .ntpos{position:relative;}
#slBox .ntpos .rpos{position:absolute;right:8px;top:8px;}
#slBox .rp{color:#ff0000;}
#slBox #phone1{width:87%;}


/* 지식공유 & 금리비교 */
#storyBox{}
#storyBox .dtypeList{overflow:hidden;font-family:'Nanum Square';font-size:17px;line-height:160%;padding:15px 20px;text-align:justify;min-height:80px;}
#storyBox .dtypeList .tList{display:inline-block;padding-right:10px;}
#storyBox .dtypeList .tList:first-child{padding-right:20px;}
#storyBox .dtypeList .tList a.active{color:#159f00;}

#storyBox .storySlider{position:relative;}
#storyBox .bList{overflow:hidden;font-family:'Nanum Square';font-size:16px;}
#storyBox .bList > li{float:left;}
#storyBox .bList > li.col01{width:68%;padding:18px;}
#storyBox .bList > li.col02{width:32%;padding:18px 10px 15px 0;}
#storyBox .bList > li.col01 .subject{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:3px 0 7px 0;color:#0e6abd;font-weight:bold;font-family:'Nanum Square';font-size:17px;letter-spacing:-0.5px;}
#storyBox .bList > li.col01 .cont{height:42px;overflow:hidden;line-height:140%;}
#storyBox .bList > li.col02 img{border:1px solid #ddd;}
#storyBox .bList > li .tags{padding:15px 0 0 0;font-size:13px;color:#848484;letter-spacing:-0.5px;}
#storyBox .bList > li .tags .name{color:#666;font-weight:bold;}
#storyBox .bList > li .tags span{display:inline-block;margin-right:5px;vertical-align:middle;}
#storyBox .bList > li .tags .round{display:inline-block;width:25px;height:25px;border-radius:25px;background:#e0e0e0;}
#storyBox .bList > li .tags .line{width:1px;height:10px;background:#ddd;}

#storyBox .slBox{position:relative;height:250px;color:#fff;}
#storyBox .slBox a{color:#fff;}
#storyBox .slBox .slPos{position:absolute;left:15px;top:15%;font-size:17px;}
#storyBox .slBox .slPos span{display:inline-block;padding:2px;border-bottom:1px solid #fff;}
#storyBox .slBox .slTitle{position:absolute;left:15px;top:35%;font-size:30px;letter-spacing:-1px;font-weight:normal;}



/* 지식공유 & 금리비교 상세보기 */
#storyViewBox .dtypeList{overflow:hidden;font-family:'Nanum Square';font-size:17px;line-height:160%;padding:15px 20px;text-align:justify;min-height:100px;}
#storyViewBox .dtypeList .tList{display:inline-block;padding-right:10px;}
#storyViewBox .dtypeList .tList:first-child{padding-right:20px;}
#storyViewBox .dtypeList .tList a.active{color:#159f00;}
#storyViewBox .viewBody{width:92%;margin:0 auto;border-top:1px solid #ddd;padding:30px 3px;font-family:'Nanum Square';font-size:16px;line-height:160%;color:#333;min-height:150px;}
#storyViewBox .viewBody img{width:100%;height: auto !important;}
#storyViewBox .viewBody .ibox{position:relative;}
#storyViewBox .viewBody .veiw_icon{position:absolute;right:10px;top:-30px;width:25px !important;}
#storyViewBox .titleBox{padding:20px 15px;}
#storyViewBox .type{display:inline-block;font-size:15px;padding:3px 8px;border:1px solid #00a500;border-radius:15px;color:#00a500;letter-spacing:-1px;}
#storyViewBox .titleBox .subject{font-family:'Nanum Square';font-size:30px;padding:15px 0;letter-spacing:-1px;}
#storyViewBox .tags{color:#aaa;font-size:15px;vertical-align:middle;letter-spacing:-1px;font-family:'Nanum Square';font-size:18px;}
#storyViewBox .tags .line{display:inline-block;width:1px;height:12px;background:#ddd;margin:0 6px;}
#storyViewBox .pnxBox{border-top:1px solid #ccc;padding:15px;background:#f8f8f8;}
#storyViewBox .pnxBox .pnx{margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#storyViewBox .pnxBox .rtag{display:inline-block;padding:8px 10px;background:#fff;border:1px solid #b4b7bb;font-size:14px;margin-right:10px;}
#storyViewBox .pnxBox .npg{background:#00c73c;color:#fff;border:1px solid #00a110;}
#storyViewBox .pnxBox .rsubject{width:50%;font-size:17px;font-family:'Nanum Square';}

#storyViewBox .cmtlistBox{overflow:hidden;width:95%;margin:0 auto;border-top:0px solid #f0f0f0;}
#storyViewBox .cmtList{width:100%;margin:0 auto;position:relative;overflow:hidden;border-bottom:1px solid #f0f0f0;padding:15px 5px;}
#storyViewBox .cmtList .cmtname{font-family:'Nanum Square';font-size:18px;font-weight:bold;letter-spacing:-1px;color:#333;padding:10px 0 15px 0;}
#storyViewBox .cmtList .cmtcomment{font-family:'Nanum Square';font-size:16px;color:#444;letter-spacing:-1px;padding-bottom:30px;text-align:justify;line-height:150%;padding-right:8px;}
#storyViewBox .cmtList .cmtdate{position:absolute;bottom:20px;right:10px;font-family:'Nanum Square';font-size:15px;color:#999;letter-spacing:-0.5px;}
#storyViewBox .cmtList .cmtdel{position:absolute;right:10px;top:20px;display:inline-block;padding:6px 10px;border:1px solid #ddd;color:#c50d0d;font-size:16px;border-radius:2px;}
#storyViewBox .cmtList .cmtdel a{display:inline-block;width:100%;height:100%;color:#c50d0d;}
#storyViewBox .isCmt{padding:50px 0;text-align:center;font-family:'Nanum Square';font-size:16px;color:#ccc;}

#storyViewBox .titleBox .atch{display:inline-block;text-align:center;}
#storyViewBox .titleBox .atch .dwn{display:inline-block;margin-top:10px;padding:6px 12px 4px 12px;border:1px solid #ddd;border-radius:15px;margin-right:5px;color:#999;}

/* 서비스 */
#csBox{}
#csBox .dtypeList{overflow:hidden;font-family:'Nanum Square';font-size:16px;line-height:160%;}
#csBox .dtypeList ul{overflow:hidden;}
#csBox .dtypeList ul > .tList{float:left;width:24%;text-align:center;letter-spacing:-0.5px;}
#csBox .dtypeList ul > .tList:nth-child(1){width:20%;}
#csBox .dtypeList ul > .tList:nth-child(2){width:27%;}
#csBox .dtypeList ul > .tList:nth-child(3){width:33%;}
#csBox .dtypeList ul > .tList:nth-child(4){width:20%;}
#csBox .dtypeList ul > .tList a{display:inline-block;width:100%;padding:15px 0;}
#csBox .dtypeList ul > .tList a.active{color:#159f00;}
#csBox .dtypeList ul > .tList:first-child{text-indent:1px;}
#csBox .dtypeList ul > .tList:last-child{text-indent:-1px;}


/* 질문과 답변 */
.qnaBox{}
.btnQbox{width:92%;margin:0 auto;margin-top:20px;margin-bottom:20px;}
.btnQpost{width:100%;height:50px;line-height:50px;font-size:18px;letter-spacing:-1px;color:#fff;text-align:center;padding-left:30px;background:#00c73c url('/m/images/icon_qwrite.jpg') 40% 50% no-repeat;background-size:22px;}
.btnQpostTxt{padding-top:20px;font-size:14px;color:#333;font-weight:bold;}
.qnaBox .reply_y{color:#2565d0;}
.qnaBox .reply_n{color:#9a9a9a;}


.qnaBox .qaBox{border-top:1px solid #ddd;}
.qnaBox .inBox{width:100%;margin:0 auto;}
.qnaBox .qaList{position:relative;padding:15px 4%;font-family:'Nanum Square';font-size:16px;border-bottom:1px solid #eee;}
.qnaBox .qaList .qano{vertical-align:middle;padding-bottom:8px;}
.qnaBox .qaList .qano span{margin-right:4px;}
.qnaBox .qaList .qano .qno{font-family:'Nanum Square';font-size:19px;color:#5e5e5e;letter-spacing:-1px;}
.qnaBox .qaList .subject{padding:5px 0 8px 0;font-family:'Nanum Square';font-size:18px;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.qnaBox .qaList .setxt{font-family:'Nanum Square';font-size:15px;color:#aaa;padding-bottom:8px;}
.qnaBox .qaList .line{display:inline-block;width:1px;height:10px;background:#ddd;margin:0 4px;}
.qnaBox .qaList .tags{font-size:14px;color:#aaa;letter-spacing:-0.5px;padding-top:5px;padding-bottom:5px;}
.qnaBox .qaList .tags .name{font-weight:bold;}
.qnaBox .qaList .tags .date{letter-spacing:-0.5px;}
.qnaBox .qaList .abt{display:inline-block;padding:6px 10px;border:1px solid #ddd;color:#000;font-size:15px;border-radius:2px;}
.qnaBox .qaList .abt a{display:inline-block;width:100%;height:100%;}
.qnaBox .qaList .btndel a{color:#c50d0d;}
.qnaBox .qaList .btnBox{position:absolute;right:10px;bottom:20px;}

.qnaBox .ans{width:100%;margin:0 auto;padding:0px 4% 20px 4%;border-bottom:1px solid #eaeaea;font-family:'Nanum Square';font-size:14px;color:#888;}
.qnaBox .ans .txt{display:inline-block;margin-left:10px;color:#3063b9;font-size:18px;}
.qnaBox .ans .no{font-size:19px;color:#5e5e5e;letter-spacing:-1px;}
.qnaBox .ans .txt a{color:#3063b9;}
.qnaBox .ans .date{color:#aaa;font-size:15px;}
.qnaBox .ans .line{display:inline-block;height:10px;width:1px;background:#ddd;margin:0 8px;}
.qnaBox .ans .arrow{display:inline-block;padding-bottom:8px;margin-right:3px;}
.qnaBox .ans .rnew{display:inline-block;padding-left:3px;}

.qnaBox .btLine{border-bottom:0;}
.nBest2{display:inline-block;font-size:14px;padding:3px 12px;border:1px solid #00a500;color:#00a500;border-radius:15px;text-align:center !important;background:#fff;}
.btmQmore a{display:inline-block;width:100%;padding:13px 0;text-align:center;font-size:17px;color:#6b6b6b;}

/* 리뷰 공지사항 부분 */
.qnaBox .reviewNotice{background:#fafafa;}



/* 새소식.공지사항 */
#mainNotice .nList{overflow:hidden;width:100%;margin:0 auto;padding:20px 5%;border-bottom:1px solid #eee;}
#mainNotice .nListNotice{overflow:hidden;background:#fafafa;}
#mainNotice .nList .nimg{border:1px solid #efefef;}
#mainNotice .nList > li{float:left;}
#mainNotice .nList > li.col01{width:30%;}
#mainNotice .nList > li.col02{width:70%;padding:0 5px 0 15px;font-size:17px;letter-spacing:-1px;line-height:130%;color:#333;}
#mainNotice .nList > li.col02 .subject{height:42px;overflow:hidden;}
#mainNotice .nList > li.col02 .nos{font-family:'Nanum Square';font-size:17px;padding-bottom:6px;}
#mainNotice .nList > li.col02 .date{font-size:13px;color:#aaa;padding-top:10px;}

/* 게시판 글쓰기 폼 */
#formBox{}
#formBox .reqLayout{width:100%;padding:20px 10px;background:#f0f0f0;border-bottom:0px solid #dadada;}
#formBox .reqLayout .title{font-size:18px;padding:8px 0 10px 1px;}
#formBox .reqLayout .reqinBox{width:100%;min-height:100px;background:#fff;padding:0;letter-spacing:-0.5px;border:1px solid #cdcdcd;}
#formBox .reqLayout .iList{overflow:hidden;border-bottom:1px solid #f0f0f0;width:100%;padding:12px 0;letter-spacing:-0.5px !important;color:#000;}
#formBox .reqLayout .iList > li{float:left;width:100%;position:relative;font-size:16px !important;height:30px;line-height:35px;border:0px solid #ddd;padding-left:15px;}
#formBox .reqLayout .iList > li input{font-family:'Nanum Square';font-size:17px;height:30px;padding:0 15px;border:0;font-weight:normal;color:#000;border:0px solid #ddd;}
#formBox .reqLayout .iList > li input[type='password']{font-family:'돋움';width:200px;}
#formBox .reqLayout .iList > li #phone1{padding-left:8px;}	
#formBox .reqLayout .iList > li #subject{width:70%;}	
#formBox .reqLayout .iList > li.ititle{padding-left:20px;}
#formBox .reqLayout .iList > li.ititle{width:20%;}
#formBox .reqLayout .iList > li.icont{width:80%;}
#formBox .reqLayout .iList > li.stitle{width:18%;padding-left:20px;}
#formBox .reqLayout .iList > li.scont{width:82%;padding-left:0;}
#formBox .reqLayout .iList > li.iphone{width:33%;}
#formBox .reqLayout .iList > li #order_name{width:100%;}
#formBox .reqLayout .iList > li.iphone{border-right:1px solid #ddd !important;text-align:center;}
#formBox .reqLayout .iList > li.iphone:last-child{border-right:0 !important;}
#formBox .reqLayout .iList > li.iphone input{width:99%;text-align:center;}
#formBox .reqLayout .iList > li.iphone:first-child .phone{text-align:left;background:url('/m/images/more_donw_arr.jpg') 80% 50% no-repeat;background-size:15px;}
#formBox .reqLayout .iList > li .won{position:absolute;right:10%;top:0;}
#formBox .reqLayout .commentBox{padding:20px;}
#formBox .reqLayout #comment{position:relative;width:100%;margin:0 auto;height:200px;border:1px solid #f0f0f0;margin-bottom:10px;padding:8px;line-height:140%;}
#formBox .reqLayout .ck{display:inline-block;margin:0 10px;}
#formBox .reqLayout .iList > li input#name{width:65%;}

#formBox .agreeBox{background:#f0f0f0 !important;text-align:center;padding-bottom:15px !important;}
#formBox .agreeBox{padding:0;font-size:16px;letter-spacing:-1px;color:#444;}
#formBox .agreeBox .agbtn{margin-right:6px;vertical-align:middle;}
#formBox .agreeChk{display:inline-block;margin-right:5px;}
#formBox .agreeBox span{vertical-align:middle;}
#formBox .agreeBox .col{color:#588df1;}

#formBox .btnOkBox{padding:10px 8px 40px 8px;background:#f0f0f0;border-bottom:1px solid #dadada;}
#formBox .btnOkCancel{overflow:hidden;}
#formBox .btnOkCancel > li{float:left;height:55px;line-height:55px;text-align:center;font-size:19px;font-weight:bold;color:#fff;}
#formBox .btnOkCancel > li.ok{width:100%;background:#1fbc02;}
#formBox .btnOkCancel a{color:#fff;display:inline-block;width:100%;height:100%;}


/* 게시물 보기 */
#boardView{}
#boardView .titleBox{padding:20px 15px;}
#boardView .type{display:inline-block;font-size:15px;padding:3px 12px;border:1px solid #00a500;border-radius:15px;color:#00a500;letter-spacing:-1px;}
#boardView .titleBox .subject{font-family:'Nanum Square';font-size:30px;padding:15px 0;letter-spacing:-1px;}
#boardView .tags{color:#aaa;font-size:15px;vertical-align:middle;letter-spacing:-1px;font-family:'Nanum Square';font-size:18px;}
#boardView .tags .line{display:inline-block;width:1px;height:12px;background:#ddd;margin:0 6px;}
#boardView .tags .name{font-family:'Nanum Square';font-size:16px;color:#333;}
#boardView .tags .reftxt{font-family:'Nanum Square';font-size:16px;color:#aaa;}
#boardView .viewBody{width:92%;margin:0 auto;border-top:1px solid #ddd;padding:30px 5px;font-family:'Nanum Square';font-size:16px;line-height:160%;color:#333;min-height:150px;text-align:justify;}
#boardView .viewBody img{width:100%;height: auto !important;}

#boardView .cmtlistBox{overflow:hidden;width:95%;margin:0 auto;}
#boardView .cmtList{width:100%;margin:0 auto;position:relative;overflow:hidden;border-bottom:1px solid #f0f0f0;padding:15px 5px;}
#boardView .cmtList .cmtname{font-family:'Nanum Square';font-size:18px;font-weight:bold;letter-spacing:-1px;color:#333;padding:10px 0 15px 0;}
#boardView .cmtList .cmtcomment{font-family:'Nanum Square';font-size:16px;color:#444;letter-spacing:-1px;padding-bottom:30px;text-align:justify;line-height:150%;padding-right:8px;}
#boardView .cmtList .cmtdate{position:absolute;bottom:20px;right:10px;font-family:'Nanum Square';font-size:15px;color:#999;letter-spacing:-0.5px;}
#boardView .cmtList .cmtdel{position:absolute;right:10px;top:20px;display:inline-block;padding:6px 10px;border:1px solid #ddd;color:#c50d0d;font-size:16px;border-radius:2px;}
#boardView .cmtList .cmtdel a{display:inline-block;width:100%;height:100%;color:#c50d0d;}
#boardView .isCmt{padding:50px 0;text-align:center;font-family:'Nanum Square';font-size:16px;color:#ccc;}

/* 제휴제안 */
#partnerBox{}
#partnerBox .titleBox{padding:30px 0;text-align:center;letter-spacing:-1px;}
#partnerBox .titleBox .t1{font-family:'Nanum Square';font-size:17px;color:#3977cc;}
#partnerBox .titleBox .t2{font-family:'Nanum Square';font-size:38px;color:#222;padding:10px 0 20px 0;font-weight:bold;}
#partnerBox .titleBox .t3{font-family:'Nanum Square';font-size:17px;color:#666;}
#partnerBox .btns{margin-top:10px;padding:0 20px;font-size:17px;}
#partnerBox .btns .btnPartnerReq{text-align:center;background:#4477ec;color:#fff;margin-bottom:20px;}
#partnerBox .btns .btnPartnerSearch{text-align:center;background:#1fc645;color:#fff;margin-bottom:20px;}
#partnerBox .btns a{display:inline-block;width:100%;padding:20px 0;;color:#fff;}
#partnerBox .screen{max-width:600px;margin:0 auto;}

#partnerBox .stBox{width:90%;margin:0 auto;border-top:1px solid #eee;padding:25px 5px;}
#partnerBox .stBox .title{font-family:'Nanum Square';font-size:20px;color:#333;letter-spacing:-1px;vertical-align:middle;}
#partnerBox .stBox .title .rec{font-size:16px;display:inline-block;margin-right:5px;padding-bottom:4px;}
#partnerBox .stBox .desc{padding:10px 20px;font-family:'Nanum Square';font-size:16px;color:#888;line-height:150%;letter-spacing:-1px;}
#partnerBox .stBox .stepBox{margin:30px 0;}
#partnerBox .stBox .step{border:1px solid #ccc;border-radius:8px;padding:20px 0;text-align:left;text-indent:30%;font-size:18px;color:#444;}
#partnerBox .stBox .step_arr{padding:3px 0;}
#partnerBox .stBox .step01{background:url('/m/images/pico01.jpg') 12% 45% no-repeat;background-size:35px;}
#partnerBox .stBox .step02{background:url('/m/images/pico02.jpg') 12% 45% no-repeat;background-size:35px;}
#partnerBox .stBox .step03{background:url('/m/images/pico03.jpg') 12% 45% no-repeat;background-size:35px;}
#partnerBox .stBox .step04{background:url('/m/images/pico04.jpg') 12% 45% no-repeat;background-size:35px;}


/* 제휴제안 등록폼 */
#partnerReg{}
#partnerReg .pform{position:relative;}
#partnerReg .pform .fbg{min-height:250px;}
#partnerReg .pform input{position:absolute;border:0px solid #ddd;padding:4px;background:transparent;font-family:'Nanum Square';font-size:17px;color:#666;}
#partnerReg .pform #ctype{left:35%;top:15%;width:58%;height:8%;}
#partnerReg .pform #cname{left:33%;top:29%;width:60%;height:6%;}
#partnerReg .pform #oname{left:33%;top:39.5%;width:60%;height:6%;}
#partnerReg .pform #phone1{left:10%;top:50%;width:25%;height:6%;}
#partnerReg .pform #phone2{left:38%;top:50%;width:25%;height:6%;text-align:center;}
#partnerReg .pform #phone3{left:68%;top:50%;width:25%;height:6%;text-align:center;}
#partnerReg .pform #email{left:33%;top:60%;width:60%;height:6%;}
#partnerReg .pform #email2{left:15%;top:73%;width:35%;height:6%;}
#partnerReg .pform #selmail{position:absolute;left:53%;top:71.5%;width:40%;height:8.5%;border:0px solid #ddd;}
#partnerReg .pform #homepage{left:33%;top:86%;width:60%;height:6%;}

#partnerReg .pform2{position:relative;}
#partnerReg .pform2 .fbg{min-height:250px;}
#partnerReg .pform2 input, textarea{position:absolute;border:0px solid #ddd;padding:4px;background:transparent;font-family:'Nanum Square';font-size:17px;color:#666;}
#partnerReg .pform2 #subject{left:25%;top:12.5%;width:66%;height:6%;}
#partnerReg .pform2 #comment{left:13%;top:26%;width:76%;height:62%;line-height:140%;}

#partnerReg .reqLayout{width:100%;padding:20px 10px;background:#e9ecef;border-bottom:0px solid #dadada;}
#partnerReg .reqLayout .title{font-size:18px;padding:8px 0 10px 1px;}
#partnerReg .reqLayout .reqinBox{width:100%;min-height:100px;background:#fff;padding:0;letter-spacing:-0.5px;border:1px solid #cdcdcd;}
#partnerReg .reqLayout .iList{overflow:hidden;display: flex; align-items: center;border-bottom:1px solid #f0f0f0;width:100%;padding:12px 0  10px 0;letter-spacing:-0.5px !important;color:#000;}
#partnerReg .reqLayout .iList > li{position:relative;float:left;width:100%;display:table-cell;position:relative;font-size:16px !important;padding:0;border:0px solid #ddd;vertical-align:middle;}
#partnerReg .reqLayout .iList > li .rrt{display:inline-block;width:60px;margin:0 10px 0 20px;}
#partnerReg .reqLayout .iList > li .rrt2{padding:14px 0 12px 0;}
#partnerReg .reqLayout .iList > li .brt{width:30px;}
#partnerReg .reqLayout .iList > li .brt_input{width:78%;}
#partnerReg .reqLayout .iList > li .at{width:20px;}
#partnerReg .reqLayout .iList > li #email2{width:170px;}
#partnerReg .reqLayout .iList > li #ctype{position:absolute;left:105px;padding:0 15px;border:1px solid #ddd;border-radius:3px;height:45px;width:180px;}
#partnerReg .reqLayout .iList > li #ctype{background:url('/m/images/bg_sinput.jpg') 100% 0 no-repeat;background-size:40px;}
#partnerReg .reqLayout .iList > li.rcont{width:80% !important;}
#partnerReg .reqLayout .iList > li input{font-family:'Nanum Square';width:68%;font-size:17px;height:30px;padding:0 15px;border:0;font-weight:normal;color:#000;border:0px solid #ddd;}
#partnerReg .reqLayout .iList > li #phone1{padding-left:8px;}	
#partnerReg .reqLayout .iList > li.iphone{width:33%;padding-left:15px;}
#partnerReg .reqLayout .iList > li.iphone{border-right:1px solid #ddd !important;text-align:center;}
#partnerReg .reqLayout .iList > li.iphone:last-child{border-right:0 !important;}
#partnerReg .reqLayout .iList > li.iphone input{width:99%;text-align:center;}
#partnerReg .reqLayout .iList > li.iphone:first-child .phone{text-align:left;background:url('/m/images/more_donw_arr.jpg') 80% 50% no-repeat;background-size:15px;}
#partnerReg .reqLayout .pt25{margin-top:25px;}
#partnerReg .reqLayout #selDomain{font-size: 16px !important;letter-spacing:-1px;color:#d5d5d5;position:absolute;right:10px;padding:0 6px;border:1px solid #ddd;border-radius:3px;height:45px;width:135px;background:url('/m/images/bg_sinput.jpg') 100% 0 no-repeat;background-size:40px;}

#partnerReg .reqLayout .commentBox{padding:20px;}
#partnerReg .reqLayout #comment{position:relative;width:100%;margin:0 auto;height:200px;border:1px solid #f0f0f0;margin-bottom:10px;padding:8px;line-height:140%;}
#partnerReg .reqLayout .ck{display:inline-block;margin:0 10px;}

#partnerReg .agreeBox{background:#e9ecef !important;text-align:left;padding-bottom:15px !important;padding-left:20px !important;}
#partnerReg .agreeBox{padding:0;font-size:16px;letter-spacing:-1px;color:#444;}
#partnerReg .agreeBox .agbtn{margin-right:6px;vertical-align:middle;}
#partnerReg .agreeChk{display:inline-block;margin-right:5px;}
#partnerReg .agreeBox span{vertical-align:middle;}
#partnerReg .agreeBox .col{color:#588df1;}

#partnerReg .btnOkBox{padding:5px 8px 30px 8px;background:#e9ecef;border-bottom:1px solid #dadada;}
#partnerReg .btnOkCancel{overflow:hidden;}
#partnerReg .btnOkCancel > li{float:left;height:55px;line-height:55px;text-align:center;font-size:19px;font-weight:bold;color:#fff;}
#partnerReg .btnOkCancel > li.ok{width:100%;background:#1fbc02;background-size:25px;}
#partnerReg .btnOkCancel a{color:#fff;display:inline-block;width:100%;height:100%;}


/* 제휴제안 검색 */
#partnerSearch{background:#e9ecef;}
#partnerSearch .psform{padding:0 10px;letter-spacing:-0.5px;margin-top:10px;}
#partnerSearch .psform .pstitle{font-size:16px;padding:8px;}
#partnerSearch .psform .psdesc{font-size:14px;color:#777;padding:0 8px 15px 8px;}
#partnerSearch .psform input{border:1px solid #ddd;padding:25px;width:100%;font-size:17px;}

#partnerSearch .btnOkBox{padding:20px 10px 30px 10px;background:#e9ecef;border-bottom:1px solid #dadada;}
#partnerSearch .btnOkCancel{overflow:hidden;}
#partnerSearch .btnOkCancel > li{float:left;height:55px;line-height:55px;text-align:center;font-size:19px;font-weight:bold;color:#fff;}
#partnerSearch .btnOkCancel > li.ok{width:100%;background:#1fbc02;background-size:25px;}
#partnerSearch .btnOkCancel a{color:#fff;display:inline-block;width:100%;height:100%;}

#partnerSearch .bankview_scont_default{border-bottom:0;background:#fff;}
#partnerSearch .bankview_stitle_default{border-top:0;background:#fff;}

/* 제휴제안 검색 결과 */
#psBox{}
#psBox .psTitle{font-size:17px;padding:10px 3px;margin-top:20px;}
#psBox .psTitle:first-child{margin-top:0;}
#psBox .rbBox{padding:30px 8px 50px 8px;background:#e9ecef;}
#psBox .rbBox .inBox{border:1px solid #cdcdcd;border-top:2px solid #000;}
#psBox .rbBox .rList{overflow:hidden;width:100%;border-bottom:1px solid #cdcdcd;border-top:0px solid #000;}
#psBox .rbBox .rList:last-child{border-bottom:0;}
#psBox .rbBox .rList > li{float:left;height:60px;line-height:60px;padding:0 15px;overflow:hidden;font-size:16px;background:#fff;line-height:-0.5px;}
#psBox .rbBox .rList > li.col01{width:35%;color:#9a9a9a;}
#psBox .rbBox .rList > li.col02{width:65%;text-align:right;text-overflow:ellipsis;white-space:nowrap;}
#psBox .rbBox .rList > li.col03{width:20%;color:#9a9a9a;}
#psBox .rbBox .rList > li.col04{width:80%;text-align:left;text-overflow:ellipsis;white-space:nowrap;}
#psBox .rbBox .rList > li.col05{width:100%;height:300px;line-height:150%;padding-top:20px;padding-bottom:20px;}
#psBox .btmDesc{padding:10px 8px;font-size:15px;color:#9a9a9a;line-height:130%;letter-spacing:-1px;}
#psBox .intab{display:inline-block;padding-left:23px;}


/* 실시간 상담 */
#sangdam .reqLayout{width:100%;padding:20px 10px;background:#f0f0f0;border-bottom:0px solid #dadada;}
#sangdam .reqLayout .title{font-size:18px;padding:8px 0 10px 1px;}
#sangdam .reqLayout .reqinBox{width:100%;min-height:100px;background:#fff;padding:0;letter-spacing:-0.5px;border:1px solid #cdcdcd;}
#sangdam .reqLayout .iList{overflow:hidden;border-bottom:1px solid #f0f0f0;width:100%;padding:12px 0;letter-spacing:-0.5px !important;color:#000;}
#sangdam .reqLayout .iList > li{float:left;font-size:16px !important;height:30px;line-height:35px;border:0px solid #ddd;padding-left:15px;}
#sangdam .reqLayout .iList > li input{font-family:'Nanum Square';font-size:17px;height:30px;padding:0 5px;border:0;font-weight:normal;color:#000;border:0px solid #ddd;}
#sangdam .reqLayout .iList > li #phone1{padding-left:8px;}	
#sangdam .reqLayout .iList > li.ititle{padding-left:20px;}
#sangdam .reqLayout .iList > li.ititle{width:25%;}
#sangdam .reqLayout .iList > li.icont{width:75%;}
#sangdam .reqLayout .iList > li.stitle{width:18%;padding-left:20px;}
#sangdam .reqLayout .iList > li.scont{width:82%;padding-left:0;}
#sangdam .reqLayout .iList > li.iphone{width:25%;}
#sangdam .reqLayout .iList > li #order_name{width:100%;}
.iList_p { font-size:12px; color:#ff0000; padding:40px 0 0 31px; height:53px;}
#sangdam .reqLayout .iList > li.iphone{border-right:1px solid #ddd !important;text-align:center;}
#sangdam .reqLayout .iList > li.iphone:last-child{border-right:0 !important;}
#sangdam .reqLayout .iList > li.iphone input{width:99%;text-align:left;}
#sangdam .reqLayout .iList > li.iphone:first-child .phone{text-align:left;background:url('/m/images/more_donw_arr_xx.jpg') 80% 50% no-repeat;background-size:15px;}
#sangdam .reqLayout .iList > li.wtitle{width:38%;padding-left:20px;}
#sangdam .reqLayout .iList > li.wprice{width:50%;padding-left:0;}
#sangdam .reqLayout .iList > li.wprice input{width:100%;}
#sangdam .reqLayout .iList > li.wwon{width:12%;padding-left:5px;}
#sangdam .reqLayout .commentBox{padding:20px;}
#sangdam .reqLayout #comment{position:relative;width:100%;margin:0 auto;height:200px;border:1px solid #f0f0f0;margin-bottom:10px;padding:8px;line-height:140%;}

#sangdam .agreeBox{background:#f0f0f0 !important;text-align:center;padding-bottom:15px !important;}
#sangdam .agreeBox{padding:0;font-size:16px;letter-spacing:-1px;color:#444;}
#sangdam .agreeBox .agbtn{margin-right:6px;vertical-align:middle;}
#sangdam .agreeChk{display:inline-block;margin-right:5px;}
#sangdam .agreeBox span{vertical-align:middle;}
#sangdam .agreeBox .col{color:#588df1;}

#sangdam .btnOkBox{padding:10px 8px 40px 8px;background:#f0f0f0;border-bottom:1px solid #dadada;}
#sangdam .btnOkCancel{overflow:hidden;}
#sangdam .btnOkCancel > li{float:left;height:55px;line-height:55px;text-align:center;font-size:19px;font-weight:bold;color:#fff;}
#sangdam .btnOkCancel > li.ok{width:100%;background:#1fbc02;}
#sangdam .btnOkCancel a{color:#fff;display:inline-block;width:100%;height:100%;}

#sangdam .ntpos{position:relative;}
#sangdam .ntpos .rpos{position:absolute;right:8px;top:8px;}
#sangdam .rp{color:#ff0000;}
#sangdam #phone1{width:87%;}



/* 대출비교시스템이란 */
#systemBox{}
#systemBox .sysTop{padding:40px 0;text-align:center;font-family:'Nanum Square';line-height:150%;}
#systemBox .sysTop .title{font-size:28px;letter-spacing:-1px;font-weight:bold;padding:20px 0;}
#systemBox .sysTop .sysDesc{font-size:17px;color:#666;letter-spacing:-1px;line-height:160%;}
#systemBox .sysTop .col{color:#026aeb;line-height:160%;}

#systemBox .part{padding:20px 0;text-align:center;font-family:'Nanum Square';}
#systemBox .part .title{font-size:28px;letter-spacing:-1px;font-weight:bold;padding:20px 0;}
#systemBox .part .ps{padding:15px 0;border-top:1px solid #eee;width:90%;margin:0 auto;}
#systemBox .part .ps .list{overflow:hidden;}
#systemBox .part .ps .list > li{float:left;line-height:160%;}
#systemBox .part .ps .list > li.col01{width:15%;font-family:'Nanum Square';font-size:26px;color:#aaa;letter-spacing:-1px;}
#systemBox .part .ps .list > li.col02{width:85%;text-align:left;letter-spacing:-1px;text-align:justify;}
#systemBox .part .ps .list > li.col02 .stitle{font-size:20px;font-weight:bold;color:#555;padding:9px 0 10px 0;}
#systemBox .part .ps .list > li.col02 .col{color:#2a8cea;}
#systemBox .part .ps .list > li.col02 .cont{font-size:17px;color:#aaa;padding-right:28px;}

/* 대출진행절차 */
#stepBox{ font-family:'Nanum Square';}

.step_simple_wrap { width:100%; height:720px; background:#f3f6fa; }
.simple_h1 { width:90%; margin:0 auto; font-size:25px; padding-top:50px; margin-bottom:20px; font-weight:700;}
.simple_p {  width:90%; margin:0 auto; font-size:16px; margin-top:20px;  margin-bottom:40px; color:#999; line-height:24px;}

.step_simple {width:90%; margin:0 auto;}
.step_simple_L { width:9%; float:left;}
.step_dot { background:url(../images/step_dot.png) 14px repeat-y; background-size:2px; margin-top:11px;}
.step_num { width:28px; height:28px; background:#43a0fa; font-size:16px; font-weight:bold; color:#fff; text-align:center; line-height:28px;
			border-radius:30px; margin-bottom:52px; }

.step_simple_R { width:85%; float:left;}
.simple_text { width:100%; height:55px; border:1px solid #d9d9d9; background:#fff; font-size:19px; color:#545454; line-height:55px; 
				padding-left:15px; margin-bottom:25px; border-radius:10px; margin-left:15px;}
.simple_text_l {  width:100%; height:55px; border:1px solid #43a0fa; background:#fff; font-size:19px; color:#545454; line-height:55px; 
				padding-left:15px; margin-bottom:25px; border-radius:10px; margin-left:15px; }				

#step_detail { clear:both; width:100%; padding:70px 0 0 0;}
.step_detail_name { font-size:20px; text-align:center; font-weight:bold;}
/*step01*/
.step01 { width:90%; margin:0 auto; padding:40px 0 80px 0;}
.step01_num { width:71px; height:20px; margin:0 auto; font-size:16px; font-weight:bold; text-align:center; color:#43a0fa; border-bottom:1px solid #43a0fa; margin-bottom:20px;}
.step01_title { font-size:35px; text-align:center; font-weight:bold; line-height:50px; margin-bottom:25px;}
.step01_text { font-size:16px; color:#999; text-align:center; line-height:26px; margin-bottom: 50px;}
.step01_BG { width:100%; height:270px; background:url(../images/step_img1.png) top center no-repeat; background-size:contain;
			margin:10px 0 0px 0;}
.step01_sub { font-size:16px; color:#43a0fa; text-align:center;}

/*step02*/
.step02 {padding:60px 0 80px 0; background:#f3f6fa;}
.step02_num { width:71px; height:20px; margin:0 auto; font-size:16px; font-weight:bold; text-align:center; color:#43a0fa; border-bottom:1px solid #43a0fa; margin-bottom:20px;}
.step02_title { width:90%; margin:0 auto; font-size:35px; text-align:center; font-weight:bold; line-height:50px; margin-bottom:25px;}
.step02_text1 { width:90%; margin:0 auto; font-size:16px; color:#999; text-align:center; line-height:26px; margin-bottom:25px;}
.step02_text2 { width:90%; margin:0 auto; font-size:16px; color:#999; text-align:center; line-height:26px; margin-top:20px;}
.step02_BG { width:100%; height:193px; background:url(../images/step_img2.png) top center no-repeat; background-size:contain;
			margin:30px 0;}


/*step03*/
.step04 {  padding:60px 0 80px 0; }
.step04_num { width:71px; height:20px; margin:0 auto; font-size:16px; font-weight:bold; text-align:center; color:#43a0fa; border-bottom:1px solid #43a0fa; margin-bottom:20px;}
.step04_title { width:90%; margin:0 auto;font-size:35px; text-align:center; font-weight:bold; line-height:50px; margin-bottom:25px;}
.step04_text { width:90%; margin:0 auto; font-size:16px; color:#999; text-align:center; line-height:26px; margin-bottom:50px;}
.step04_BG { width:100%; height:220px; background:url(../images/step_img4.png) top center no-repeat; background-size:contain;
			margin:10px 0 10px 0;}
.step04_subname {width:90%; margin:0 auto; font-size:15px; color:#ff1212; background:url(../images/step_w.png) left center no-repeat; background-size:15px; 
				padding-left:20px; margin-bottom:11px;}
.step04_sub {width:90%; margin:0 auto; font-size:15px; color:#7b7b7b; line-height:25px;  }
.step04_sub span { font-size:15px; color:#ff1212; }

/*step04*/
.step05 { padding:60px 0 60px 0;  background:#f3f6fa;}
.step05_num { width:71px; height:20px; margin:0 auto; font-size:16px; font-weight:bold; text-align:center; color:#43a0fa; border-bottom:1px solid #43a0fa; margin-bottom:20px;}
.step05_title { width:90%; margin:0 auto; font-size:35px; text-align:center; font-weight:bold; line-height:50px; margin-bottom:25px;}
.step05_text { width:90%; margin:0 auto; font-size:16px; color:#999; text-align:center; line-height:26px; margin-bottom:50px;}
.step05_BG { width:100%; height:285px; background:url(../images/step_img5.png) top center no-repeat; background-size:contain;
			margin:00px 0 10px 0;}
.subblue { width:90%; margin:0 auto; font-size:16px; color:#43a0fa; }

/*step05*/
.step06 {  padding:60px 0 80px 0; }
.step06_num { width:82px; height:24px; margin:0 auto; font-size:20px; font-weight:bold; text-align:center; color:#43a0fa; border-bottom:2px solid #43a0fa; margin-bottom:18px;}
.step06_title { width:90%; margin:0 auto;  font-size:35px; text-align:center; font-weight:bold; line-height:50px; margin-bottom:25px;}
.step06_text { width:90%; margin:0 auto;  font-size:16px; color:#999; text-align:center; line-height:26px; margin-bottom:50px;}
.step06_BG { width:100%; height:248px; background:url(../images/step_img6.png) top center no-repeat; background-size:contain;
			margin:0px 0 10px 0;}
.step06_subname { width:90%; margin:0 auto;  font-size:16px; color:#ff1212; background:url(../images/step_w.png) left center no-repeat; background-size:16px; 
				padding-left:26px; margin-bottom:11px;}
.step06_sub { width:90%; margin:0 auto;  font-size:16px; color:#999; line-height:26px; }
.step06_sub span { font-size:16px; color:#ff1212; }

.warningWrap { width:90%; margin:0 auto; border:1px solid #d9d9d9; padding:20px; border-radius:10px; margin-bottom:20px; margin-top:20px;}
.warning_title {width:100%; font-size:16px; height:30px;  color:#ff1212;  background:url(../images/step_w.png) left top no-repeat; background-size:16px; padding-left:26px; margin-bottom:11px; border-bottom:1px solid #d9d9d9; }
.warning_text { font-size:16px; color:#7b7b7b; line-height:26px; }
.warning_text span { font-size:16px; color:#ff1212; }

.cubox { width:90%; padding:20px; background:#fff; margin:0 auto;  border-radius:10px; margin-top:65px;}
.cubox2 { width:90%; padding:20px; background:#fff; margin:0 auto;  border-radius:10px; margin-top:35px; border:1px solid #e9ecef;}

.step_go { width:100%; height:435px; background:url(../images/step_lastBG.png) bottom center no-repeat; background-size:cover;
		padding:60px 0 0 0;}
.gotext { font-size:40px; line-height:51px; font-family: 'Nanum Gothic'; text-align:center; color:#fff;}
.gotext span { font-size:40px; font-family: 'Nanum Gothic'; font-weight:bold;}
.go_click { width:90%; height:70px; margin:0 auto; text-align:center; line-height:70px; font-size:28px; background:url(../images/step_arrow_b.png) right 40px center no-repeat, #fff; background-size:23px; color:#4391fa; border-radius:10px; margin-top:40px;}
.go_service { width:90%; height:70px; margin:0 auto; text-align:center; line-height:70px; font-size:28px; background:url(../images/step_arrow_W.png) right 40px center no-repeat, #99c4ff; background-size:23px; color:#fff; border-radius:10px; margin-top:20px;}



.bankview_eng{text-align:center;font-size:18px;letter-spacing:6px;color:#666;padding:20px 0;margin-top:30px;}
.bankview_eng_un{width:50px;margin:0 auto;border-top:1px solid #333;margin-bottom:30px;}
.bankview_ob_mnu{text-align:center;font-size:24px;letter-spacing:-1px;margin-bottom:40px;}
.bankview_ob_mnu ul > li{width:100%;padding:15px 0;text-align:center;}

/* 회사소개 */
#company{width:100%; margin:0px 0 20px 0;  }
#companyBox { width:100%; background:url(../images/step_bg.png) top center no-repeat,#f3f6fa;; background-size:contain; }
.companyBox_bg { width:100%;}
.company_top { width:100%; padding:52px 0 0 5%;  }
.company_top_t1 { font-size:38px; color:#fff; line-height:43px; }
.company_top_t { font-size:82px; color:#399eff50; line-height:1px; font-weight:900; margin:19px 0 0 280px; }
.company_top_t2 {  font-size:45px; color:#fff; font-weight:bold; line-height:27px;}
.company_m { width:100%; height:401px; background:url(../images/step_phone.png) top right no-repeat; background-size:contain;
		margin:40px 0 0 0; }
.company_p1 { width:90%; margin:0 auto; font-size:25px; font-weight:bold; padding: 0 0px 20px 0px;}
.company_p2 { width:90%; margin:0 auto; font-size:18px; padding: 0 0px 50px 0px; line-height:30px; color:#666; }
.company_p2 span {font-size:18px; color:#2968cc;}

.threeWrap { width:100%; margin: 70px 0 70px 0; }
.threeTitle { width:200px; height: 30px; margin:0 auto; font-size:17px; background:#2968cc; color:#fff; text-align:center; line-height:30px;}
.threeAll { width:100%; margin:0 auto;  text-align:center; margin-top:40px; margin-bottom:30px;  }
.three1 { float:left; width:33%; border-right:1px solid #ccc;}
.three2 { float:left; width:33%; border-right:1px solid #ccc;}
.three3 { float:left; width:33%;}
.threeName { margin-bottom:10px; font-size:15px; color:#242424;}
.threeNum { font-size:22px; color:#2968cc; font-weight:bold;}
.threeNum span { font-size:15px; color:#2968cc;}
.three_E { font-size:13px; color:#b3b3b3;  text-align:center; margin:125px 0 0 0;}

.company_p3 { clear:both; width:90%; margin:0 auto; font-size:18px; line-height:30px; color:#666; padding-bottom:80px;}
.company_p3 span {font-size:18px; color:#2968cc;}

.company_secure { width:100%; background:linear-gradient(to right, #d7edfe, #ddfffd); margin:0 0 50px 0;}
.secure {}
.secure_p1 { font-size: 22px; text-align: center; padding: 60px 0 0 0; }
.secure_p2 {    padding: 20px 0 0 0; text-align: center; font-size: 15px; line-height: 23px; color:#a4aebb;}
.secure_p1 span { font-size: 22px; color: #2968cc; font-weight:bold; }

/*대표*/

#company .part{padding:50px 0; background:#f3f6fa;}
#company .part .title{ width:90%; margin:0 auto; font-size:25px; font-weight:bold; padding: 0 0px 20px 0px;}
#company .part .ps{ width: 90%; margin: 0 auto; padding: 40px 25px; margin-bottom:20px; border-radius:10px; background:#fff; }
#company .part .ps .list{overflow:hidden;}
#company .part .ps .list > li{}

#company .part .ps .list > li.col02{text-align:left;text-align:justify;}
#company .part .ps .list > li.col02 .stitle{font-size:20px;font-weight:bold;color:#2d333c;padding:0px 0 10px 0; letter-spacing:-1px; }
#company .part .ps .list > li.col02 .col{color:#2968cc;}
#company .part .ps .list > li.col02 .cont{font-size:15px;color:#aaa; line-height:25px;}

.steplink_w { width:90%; margin:0 auto; }
.steplink { width:100%; height:60px; background:linear-gradient(to right, #419bf7, #6d66fc); font-size: 19px; color:#fff; border-radius: 6px;
		 text-align: center; letter-spacing: -1px; margin-top: 30px; margin-bottom: 20px; line-height:60px; }



/* 약관페이지 */
#yakwan{padding:20px 0;}
#yakwan .tmp{font-size:16px;color:#ccc;text-align:center;padding:100px 0;}

/* 전자금융거래 약관 */
#eyakwan{padding:20px 0;}
#eyakwan .tmp{font-size:16px;color:#ccc;text-align:center;padding:100px 0;}


/*  개인정보 보호정책 */
#privBox{ width:100%; }
.priv_p { width:100%; font-size:13px; padding: 20px 20px 30px 20px; line-height:20px;}
.priv_h1 { font-size:15px; font-weight:bold; color:#090; line-height:25px; }

/* 하단 */
#footer{background:#e9ecef;}
#footer .btmTop{height:60px;line-height:60px;font-size:17px;text-align:center;border-top:1px solid #d2d3d7;border-bottom:1px solid #d2d3d7;background:#fff;}
#footer .btmTop a{display:inline-block;width:100%;height:100%;font-weight:normal;}
#footer .btmLogo{width:35%;margin:0 auto;text-align:center;padding:10px 0;}
#footer .btmLogo img{max-width:200px;}
#footer .copyTxt{font-family:'Nanum Square';font-size:14px;letter-spacing:-1px;line-height:150%;color:#8a8a8a;text-align:center;padding:0 5%;}
#footer .ncopy{padding:10px 0 20px 0;color:#a4a4a4;}
#footer .tcol{color:#565656;display:inline-block;margin-left:6px;}
#footer .rcol{color:#9858f4;}
#footer .btmMnu1{border-top:1px solid #d2d3d7;border-bottom:1px solid #d2d3d7;background:#f7f7f9;}
#footer .btmMnu1 .mlist{overflow:hidden;}
#footer .btmMnu1 .mlist > li{float:left;width:50%;height:40px;line-height:40px;text-align:center;}
#footer .btmMnu1 .mlist > li:first-child{background:#f7f7f9 url('/m/images/rline2.jpg') right center no-repeat;background-size:1px 20px;}
#footer .btmMnu1 .mlist > li a{display:inline-block;width:100%;height:100%;font-size:14px;color:#606060;}
#footer .btmMnu2{border-top:0;border-bottom:0;background:#e9ecef;}
#footer .btmMnu2 .mlist{overflow:hidden;}
#footer .btmMnu2 .mlist > li{float:left;width:22%;height:40px;line-height:40px;text-align:center;}
#footer .btmMnu2 .mlist > li.col02{width:34%;}
#footer .btmMnu2 .mlist > li{background:#e9ecef url('/m/images/rline2.jpg') right center no-repeat;background-size:1px 10px;}
#footer .btmMnu2 .mlist > li:last-child{background:url('');}
#footer .btmMnu2 .mlist > li a{display:inline-block;width:100%;height:100%;font-size:13px;color:#606060;}
#footer .btmMnu2 .uline{width:95%;margin:0 auto;border-top:1px solid #d5d7da;}

/* PC보기 */
.btnPC{display:inline-block;margin:0 auto;margin-bottom:10px;border:1px solid #ddd;background:#fff;}
.btnPC a{display:inline-block;width:100%;height:100%;padding:8px 18px;}

/* 하단 전화문의 & 온라인상담 스크롤 팝업 */
#btmCall{position:fixed;left:0;bottom:0;width:100%;}
#btmCall .kakao_box{height:60px;;position:relative;}
#btmCall .kakao_box > span{position:absolute;right:10px;top:0;}
#btmCall .callBox{background:#f5f6f7;border-top:1px solid #d5d7da;padding:10px 0;text-align:center;}
#btmCall .callBox{background-color: rgba( 245, 246, 247, 0.5 );}
#btmCall .callBox > span{display:inline-block;width:47%;max-width:400px;height:45px;line-height:45px;border:1px solid #cdcfd2;font-size:16px;letter-spacing:-1px;}
#btmCall .callBox > span.btmCall01{background:#2bcb0f;color:#fff;border:1px solid #4db739;margin-right:2px;}
#btmCall .callBox > span.btmCall01 a{color:#fff;}
#btmCall .callBox > span.btmCall02{background:#fff;color:#000;margin-left:2px;}
#btmCall .callBox > span img{margin-right:3px;}
#btmCall .callBox > span a{display:inline-block;width:100%;height:100%;}


/* 댓글 작성 창 */
.coms{border-top:1px solid #eee;padding:20px 20px 0px 20px;}
.coms .cnlist{position:relative;}
.coms .cntbox{display:inline-block;padding:0 15px;height:40px;line-height:40px;text-indent:20px;background:url('/m/images/icon_rcnt.jpg') 10px 50% no-repeat;background-size:20px;border:1px solid #d4d3d3;border-radius:2px;color:#969696;font-weight:bold;}
.coms .cnlist .vlist{/*position:absolute;right:0;top:0;*/display:inline-block;padding:0 15px;width:80px;height:40px;line-height:40px;text-indent:20px;background:url('/m/images/icon_vlist.jpg') 10px 50% no-repeat;background-size:20px;border:1px solid #d4d3d3;border-radius:2px;font-weight:bold;}
.coms .cnlist .vbtns{/*position:absolute;*/display:inline-block;padding:0 15px;height:40px;line-height:40px;border:1px solid #d4d3d3;border-radius:2px;font-weight:bold;}
.coms .cnlist .del{color:#cc0000;width:60px;}
.coms .cnlist .mod{width:60px;}
.coms .vbtn_list{position:absolute;right:0;top:0;}
.coms .vbtn_list > li{float:left;margin-left:4px;}

.cmbBox{padding:20px;border-bottom:1px solid #f0f0f0;}
.cmbBox .comment{position:relative;width:100%;height:150px;border:1px solid #d4d3d3;border-top:0;padding:15px 10px;font-size:15px;}
.idpwd{overflow:hidden;width:100%;}
.idpwd > li{float:left;border:1px solid #d4d3d3;}
.idpwd > li input{height:40px;line-height:40px;padding:0 10px;width:100%;border:0;font-size:15px;font-family:'Nanum Square';}
.idpwd > li input[type='password']{font-family:'돋움';}
.idpwd > li.col01{width:35%;border-right:0;}	
.idpwd > li.col02{width:65%;color:red;}

.cmbBox .btnOkBox{padding:20px 0;background:#fff;}
.cmbBox .btnOkCancel{overflow:hidden;}
.cmbBox .btnOkCancel > li{float:left;height:55px;line-height:55px;text-align:center;font-size:19px;font-weight:bold;color:#fff;}
.cmbBox .btnOkCancel > li.ok{width:100%;margin-right:1%;background:#00ae00;}
.cmbBox .btnOkCancel > li a{display:inline-block;width:100%;height:100%;color:#fff;}


/* 이달의 베스트 표식 */
.isBest{display:inline-block;padding:6px 12px 4px 12px;background:#2565d0;color:#fff;border-radius:15px;font-size:15px;font-family:'Nanum Square';font-weight:bold;margin-right:5px;font-style:italic;}
.nBest{/*margin:0 10px;*/}
.bbs_list_best{background:#fafafa;}

/* 개인정보 제공 및 활용에 동의 */
#popInsPrivM{max-width:300px;}
#popInsPrivM img{width:100%;height:auto;}
.popInsPrivM{padding:20px 5px !important;}

/* 슬라이드 메뉴 */
.smTitle{position:relative;}
.smClose{position:absolute;right:12px;top:35%;}

/* 좌측 슬라이드 메뉴 */
#sidebar-main{z-index:999;background:#fff;overflow:scroll !important;letter-spacing:-1px;}

/* 팝업 */
.selType{width:80% !important;max-width:320px;margin:0 auto;min-height:280px;background:#fff;padding:50px 20px 20px !important;font-family:'Nanum Square';font-size:17px;}
.selType .title{font-size:18px;padding:20px;border-bottom:2px solid #718fe2;text-align:center; color:#718fe2;}
.selType .selList > li{padding:16px 10px;border-bottom:1px dashed #ddd;}
.selType .selList > li:last-child{border:0;}

/* spacer */
.spacer10{width:100%;height:10px;background:#e9edf0;}
.spacer13{width:100%;height:13px;background:#e9edf0;}
.spacer15{width:100%;height:15px;background:#e9edf0;}
.spacer20{width:100%;height:20px;background:#e9edf0;}
.spacer30{width:100%;height:30px;background:#e9edf0;}
.spacer50{width:100%;height:50px;background:#e9edf0;}
.spbrt{border-top:1px solid #ddd;}


/* 이미지확대 설명글 */
.imgVhelp{font-size:14px;text-align:center;color:#666;letter-spacing:-0.5px; }
.sub_bnTop { width:100%; margin-bottom:60px; }
.sub_bnBt { width:100%; margin-top:50px; margin-bottom:20px;  }


/* 슬라이더 수정 */
.bx-wrapper .bx-prev {left: 10px;}
.bx-wrapper .bx-next {right: 10px;}

/* 페이징 */
#pageBox{padding:15px 0;}
#pageBox .npg{display:table;margin-left:auto;margin-right:auto;font-family:'Nanum Square';font-size:22px;}
#pageBox .npg > li{float:left;padding:0 4px;height:50px;vertical-align:middle;line-height:50px;}
#pageBox .npg > li .nP{color:#0066cc;}


/* 모바일 스와이프 페이지 */
.swipe { overflow: hidden; visibility: hidden;  position: relative; }
.swipe-wrap { overflow: hidden; position: relative; }
.swipe-wrap > div { float:left; width:100%; position: relative; }


/*이용후기 작성요령*/
.review_box { width:100%; border:1px solid #cdcdcd; padding:20px 10px; margin-bottom:10px; background:#fff; }
.review_name { font-size:16px; margin-bottom:10px; text-align:center; color:#256cfb;}
.review_list { font-size:14px; color:#666; line-height:22px; text-align:center;}
.review_list span { color:#256cfb; font-weight:bold;  }
.list_wht { width:100%; padding:10px; background:#f5f5f5; margin-top:15px; font-size:14px; line-height:20px; }
.list_wht span { color:#f80000;}

/* 금리비교 신청결과 화면 */
#slist_sheet_ok{background:#f0f0f0;padding:30px 10px;border-bottom:1px solid #ddd;}
#slist_sheet_ok .otimg{width:75%;max-width:500px;}
#slist_sheet_ok .odesc{padding:25px 10px;text-align:center;line-height:130%;font-family:'Nanum Square';font-size:20px;color:#9e9e9f;font-weight:400;letter-spacing:-1px;}
#slist_sheet_ok .gobtn{width:100%;margin:0 auto;padding:15px 0;text-align:center;background:#1fbc02;font-family:'Nanum Square';font-size:20px;color:#fff;font-weight:400;letter-spacing:-1.5px;}
#slist_sheet_ok .gobtn > img{width:25px;vertical-align:middle;}
#slist_sheet_ok .ohelp{padding:20px 10px;line-height:150%;font-family:'Nanum Square';font-size:17px;color:#9e9e9f;font-weight:400;letter-spacing:-1.5px;}

/* 실시간상담 신청결과 화면 */
#ssd_sheet_ok{background:#f0f0f0;padding:30px 10px;border-bottom:1px solid #ddd;}
#ssd_sheet_ok .otimg{width:75%;max-width:500px;}
#ssd_sheet_ok .odesc{padding:25px 10px;text-align:center;line-height:130%;font-family:'Nanum Square';font-size:20px;color:#9e9e9f;font-weight:400;letter-spacing:-1px;}
#ssd_sheet_ok .gobtn{width:100%;margin:0 auto;padding:15px 0;text-align:center;background:#1fbc02;font-family:'Nanum Square';font-size:20px;color:#fff;font-weight:400;letter-spacing:-1.5px;}
#ssd_sheet_ok .gobtn > img{width:25px;vertical-align:middle;}
#ssd_sheet_ok .ohelp{padding:20px 10px;line-height:150%;font-family:'Nanum Square';font-size:17px;color:#9e9e9f;font-weight:400;letter-spacing:-1.5px;}

/*후기이벤트*/
#mevent_box{min-height: 465px;}
#mevent_box .mbg_color{width: 100%; height: 410px; padding: 66px 15px 27px 15px; background-color: #4836d6; text-align: center; font-weight: bolder;}
#mevent_box .mbg_txt01{color: #fff; font-size: 46px; letter-spacing: -0.02em; padding-bottom: 4px;}
#mevent_box .mbg_txt02{color: #fff56d; font-size: 46px; letter-spacing: -0.02em; padding-bottom: 27px;}
#mevent_box .mbg_txt03{color: #e7e4ff; font-size: 17px; letter-spacing: -0.02em; font-weight: 100;}
#mevent_box .mbg_txt03 > span{color: #fff; font-size: 17px; letter-spacing: -0.02em;  font-weight: bolder; background-color: #6d5ede; line-height: 16px; padding: 2px 0;}
#mevent_box .mbg_icon{text-align: center; margin: -268px auto 0 auto;}
#mevent_box .mbg_icon > img {max-width: 360px;}

#me_contents{width: 100%; height: 760px; background-color: #fff;}
#me_contents .ect_box{width: 100%; margin: 0 auto; text-align: center; margin-top: -50px;}
.ev_subtitle{font-weight: bolder; width: 76px; height: 22px; border: 1px solid #000; border-radius: 30px; margin: 0 auto; font-size: 12px; line-height: 22px; margin-bottom: 25px;}
#me_contents .evcopy_04{font-family:'nsR','NanumSquareR'; font-size: 24px; font-weight: 400; letter-spacing:-0.04em; padding-bottom: 2px;}
#me_contents .evcopy_05{font-family:'nsR','NanumSquareR'; font-size: 24px; font-weight: bold; letter-spacing:-0.04em;}
#me_contents .ev_blue{font-family:'nsR','NanumSquareR'; font-size: 24px; font-weight: bold; letter-spacing:-0.04em; color: #5c71ee;}
.e_one{width: 190px; height: 190px; border-radius: 100px; margin: 0 auto; background-color: #f6f5fd; margin-top: 36px;}
.e_one2{width: 190px; height: 190px; border-radius: 100px; margin: 0 auto; background-color: #f6f5fd;}
#me_contents .gift{padding-top: 96px;}
#me_contents .gift_name{width: 100%; margin-top: -30px;}
#me_contents .e_one_img{max-width: 160px; padding-top: 55px;}
#me_contents .e_one_img2{max-width: 133px; padding-top: 40px;}
#me_contents .name_01{font-family:'nsR','NanumSquareR'; font-weight: bold; width: 204px; height: 40px; border-radius: 20px; background-color: #546bed; line-height: 40px; color: #fff; font-size: 18px; letter-spacing: -0.05em; margin: 0 auto;}
#me_contents .or{font-family:'nsR','NanumSquareR'; font-weight: bold; margin: 0 auto; font-size: 16px; padding: 40px 0px 38px 0;}
#me_contents .m_yellow{font-family:'nsR','NanumSquareR'; font-weight: bold; line-height: 40px; color: #fff56d; font-size: 18px; letter-spacing: -0.05em;}
#me_contents .evcopy_06{font-family:'nsR','NanumSquareR'; font-size: 11px; letter-spacing:-1px; padding-top: 32px; font-weight: lighter; color: #333; line-height: 17px;}

#me_guide {height: 341px;}
#me_guide .egd_box{width: 100%; background-color: #f9f9f9; text-align: center; padding: 47px 39px 29px 39px;}
#me_guide .ev_guide{padding-top: 8px;}
#me_guide .egd_txt{margin: 0 auto; display: flex; margin-bottom: 15px;}
#me_guide .egd_01{width: 30%; text-align: left; padding-right: 10px; font-size: 16px; color: #4836d6; font-weight: bolder; line-height: 25px;}
#me_guide .egd_02{width: 70%; text-align: left; font-size: 16px; font-weight: 400; line-height: 25px}
#me_guide .egd_bold{font-size: 16px; font-weight: bolder; line-height: 21px;}

#me_tip{height: 486px;}
#me_tip .tip_box{width: 100%; margin: 0 auto; text-align: center; margin-top: 47px;}
#me_tip .tip_img{width: 100%; margin: 0 auto; text-align: center; padding-top: 10px;}
#me_tip .tip_img > img{max-width: 235px;}
#me_tip .tip_txt{padding-top: 10px; font-size: 18px; font-weight: bolder; line-height: 25px; letter-spacing: -0.02em;}
#me_tip .tip_txt > span{font-size: 18px; font-weight: bolder; color: #5c71ee; letter-spacing: -0.02em;}

#m_btn{height: 80px;}
#m_btn .btn_box{width: 100%; margin: 0 auto; text-align: center; background-color: #546bed;}
#m_btn .btn_txt{font-size: 22px; font-weight: bolder; letter-spacing: -0.03em; color: #fff; line-height: 80px;}


/* 대출진행절차 추가 */
.step_text_box{padding:10px 0 40px 0;}
.step_text{padding:25px 0 0 0; width:92%; margin:0 auto;}
.step_text:nth-child(1){padding-top:35px;}
.step_text .title{font-family:'Nanum Square'; font-size:20px; font-weight:700; padding:20px 0; color:#070707;}
.step_text table{width:100%; border:0;}
.step_text table td.nn{width:20px; vertical-align:top;}
.step_text table td{font-family:'Nanum Square'; font-size:16px; font-weight:400; color:#343435; letter-spacing:-1px; line-height:150%;}

/* 금리비교 준비서류 추가 */
.text_doc{ margin-top:10px; background-color:#e9edf0; font-family:'Nanum Square'; font-size:15px; line-height:150%; padding:25px; color:#949494; letter-spacing:-1px; font-weight:300;}
.text_doc .title{font-size:17px; margin-bottom:10px; color:#888; }
.text_doc_guide{ text-align:center; padding:20px 0; background-color:#fff; font-family:'Nanum Square'; font-size:14px; line-height:150%;  color:#949494; border-bottom:1px solid #eee; letter-spacing:-1px;}