@charset "UTF-8";

.zmdi-chevron-up{font-size:35px}
.zmdi-caret-down{padding-left:10px}
.zmdi-menu{font-size:28px}
.topBtn{z-index:100;position:fixed;bottom:20px;right:20px;color:#fff;padding-top:20px;text-align:center;display:block;width:50px;height:50px;font-size:13px;display:inline-block;background:url(../img/ico_top.png) no-repeat 0 0;background-size:46px 18px;text-indent:-9999em;width:46px;height:18px;}
/* .topBtn{z-index:100;position:fixed;bottom:20px;right:20px;color:#fff;padding-top:20px;text-align:center;display:block;width:50px;height:50px;font-size:13px;background:#ff8f00 url(../img/ico_top.png) no-repeat center 7px;background-size:12px 7px;border-radius:30px;box-shadow:0px 0px 4px #000;border:2px solid #ff8f00;}2017-11-06 추가 */
/* .topBtn{display:inline-block;background:url(../img/ico_top.png) no-repeat 0 0;background-size:30px 34px;text-indent:-9999em;width:30px;height:34px;} */


.bar-state{position:relative;width:100%;margin:2em 0 5em;background:url(../img/rate_bar_bg.png) repeat-x;height:3px;} /* 2017-11-14 변경 */

.iphone .bar-state:before{top:-1px;}
/* .range{position:absolute;right:0;width:51%;height:2px;}
.range input{width:100%;position:absolute;top:0px;left:-20px;height:10px;border:0;-webkit-appearance: none;} 2017-11-07 변경
.iphone .range{top:-1px;}
.iphone .range input{top:2px;}

.range input::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;margin:-8px 0  0;border-radius:50%;background:#ff8f00;cursor:pointer;border:0 !important;}
.range input:-moz-range-thumb{width:18px;height:18px;margin:-8px 0  0;border-radius:50%;background:#ff8f00;cursor:pointer;border:0 !important;}
.range input:-ms-thumb{width:18px;height:18px;margin:-8px 0  0;border-radius:50%;background:#ff8f00;cursor:pointer;border:0 !important;}

.range input::-webkit-slider-runnable-track{width:100%;height:3px;cursor:pointer;background:#b2b2b2;}
.range input:-moz-range-track{width:100%;height:3px;cursor:pointer;background:#b2b2b2;}
.range input:-ms-track{width:100%;height:3px;cursor:pointer;background:#b2b2b2;}
.range input:focus{background:none;outline:none;}
.range input:-ms-track{width:100%;cursor:pointer;background:#000;border-color:transparent;color:transparent;}

.range-labels{float:left;width:100%;margin:15px -5px 0;padding:0;list-style:none;}2017-11-07 변경
.range-labels li{position:relative;float:left;width:20%;text-align:center;color:#b2b2b2;font-size:14px;cursor:pointer;}
.range-labels .active{color:#ff8f00;z-index:5;}
.range-labels .selected:before{background:#ff8f00;}
.range-labels .active.selected:before{display:none;} */


/* loading style  */
@keyframes circle-turn {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.circle-turn > div {
    background-color: #08aab0;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 4px solid #08aab0;
    border-bottom-color: transparent;
    height: 60px;
    width: 60px;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: circle-turn 0.75s 0s linear infinite;
    animation: circle-turn 0.75s 0s linear infinite;
}



/* 모바일 메뉴 */
#mn-sidebar {position:fixed;top:0;bottom:0;background:#fff;}
#mn-sidebar .close-sb {
background: rgb(247,6,9);
background: -moz-linear-gradient(left, rgba(247,6,9,1) 0%, rgba(236,74,2,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(247,6,9,1) 0%,rgba(236,74,2,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(247,6,9,1) 0%,rgba(236,74,2,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f70609', endColorstr='#ec4a02',GradientType=1 ); /* IE6-9 */
padding:14px 0 14px 15px;border-bottom:1px solid #c11b00;color:#fff;cursor:pointer;
}
#mn-sidebar .close-sb > a{background:url("../img/welcome-logo-white.png") no-repeat 0 0;text-indent:-9999em;background-size:125px 34px;display:inline-block;width:125px;height:34px;}

#mn-sidebar ul{padding:0 15px;}
#mn-sidebar ul li.depth1{border-bottom:1px solid #ffbd87;}
#mn-sidebar ul li.depth1.non{border-bottom:0;}
#mn-sidebar ul li.depth1 > a {display:block;font-family:'rbt-M';height:47px;line-height:47px;background:#fff;color:#000;padding-left:10px;}
#mn-sidebar ul li.depth1 ul{margin-bottom:10px;}
#mn-sidebar ul li.depth1 li{border-bottom:0;}
#mn-sidebar ul li.depth1 li > a {display:block;font-family:'rbt-M';height:35px;line-height:35px;background:#fff;color:#595959;}
#mn-sidebar ul li.depth1 li > a:hover {color:#fe7507;}

/* 재설정 */
.welcome-all-wrap{overflow:hidden;width:100%;height:100%;}
.type .welcome-header-wrap{width:100%;flex-direction:column;-ms-flex-direction:column;}
.type .welcome-header-wrap h1{padding-left:20px;align-self:flex-start;margin-top:18px;}
.type header{position:relative;background:#fff;height:65px;box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.01), 0 3px 7px 1px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.12);margin-bottom:70px} /* 2017-11-09 변경 */
.type .contWrap .cont.col{flex-direction:column;padding:0 20px;}
.type .stepView{display:flex;width:265px;margin:0 auto;padding-top:30px;}
.type .stepView.two{width:197px;}/* 20190422 */
.type .stepView li{position:relative;float:left;height:35px;}
.type .stepView li:before{background:#a3a3a3;display:inline-block;position:absolute;left:0;top:6px;width:24px;height:24px;text-align:center;padding-top:6px;color:#fff;border-radius:15px;box-sizing:border-box;font-size:12px;}
.type .stepView li.num1 div:before{content:'';display:inline-block;width:30px;height:1px;background:#ccc;position:absolute;right:-39px;top:18px;}
.type .stepView li.num1 div{margin-right:50px;}
.type .stepView li div{position:relative;padding-left:40px;line-height:40px;display:flex;flex-direction:column;color:#9a9a9a;}
.type .stepView li div strong{font-family:'rbt-M';font-weight:normal;font-size:14px;}
.type .stepView li div span{display:none;}
.type .stepView li.on div{color:#000;}
.type .stepView li.on:before{background:#08aab0;}
.type .stepView li.on.finish:before{background:#08aab0 url(../img/step_chk_icon.png) no-repeat  4px 5px;text-indent:-9999em;}
.type .stepView li.num1:before{content:'1';}
.type .stepView li.num2:before{content:'2';}
.type .stepView li.num3:before{content:'3';}
.type .stepView.org li div{margin-right:30px;padding-left:30px;}
.type .stepView.org li.num3 div{margin-right:0;}
.type .stepView.org li.num3 div:before{display:none}
.type .stepView.org li.finish:before{background:#08aab0 url(../img/step_chk_icon.png) no-repeat  4px 5px;text-indent:-9999em;}
.type .stepView.org li.on:before{background:#fb8f00;}
.type .stepView.org li div:before{content:'';display:inline-block;width:17px;height:1px;background:#ccc;position:absolute;right:-24px;top:18px;}


header{
  z-index:58;
  position:fixed;
  display:flex;
  display:-ms-flexbox;
  flex-direction:column;
  -ms-flex-direction:column;
  flex-wrap:wrap;
  justify-content:flex-start;
  -ms-flex-pack:start;
  box-sizing:border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: #fe7903; /* Old browsers */
  background: -moz-linear-gradient(left, #fe7903 0%, #fa4e2b 51%, #e02451 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fe7903 0%,#fa4e2b 51%,#e02451 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fe7903 0%,#fa4e2b 51%,#e02451 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7903', endColorstr='#e02451',GradientType=1 ); /* IE6-9 */
  color:#fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: max-height, box-shadow;
}
header.fixed{
  position:fixed;
  top:0;
  z-index:60;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),
            0 3px 1px -2px rgba(0,0,0,.2),
          0 1px 5px 0 rgba(0,0,0,.12);
}

/* 20180419 */
header .btn-sp-more{position: fixed;top:65px;right:calc(10% - -57px);transition:all 0.5s;}
header .btn-sp-more img{width: 88px;}

@media all and (max-width:1024px){
	header .btn-sp-more{top: 36px;right: calc(10% - 12px);z-index: 300;}/* 20180516 */
	header .btn-sp-more img{width: 70px;}
}
/* //20180419 */

/* 버튼 */
.fbtn{background:#08aab0 url(../img/fbtn_icon.png) no-repeat center;box-shadow:1px 1px 5px 1px #8c8c8c;text-indent:-9999em;border-radius:40px;width:60px;height:60px;position:fixed;right:calc(10% - 10px);top:42px;border:0;z-index:54;cursor:pointer;}
.fbtn.img-2{background:transparent url(../img/fbtn_icon_2.png) no-repeat center;width: 70px;height: 70px;box-shadow:none;}
.btn{border-radius:2px;color:#fff;border:0;outline:0;font-family:'rbt-M';cursor:pointer;text-align:center}
.btn.mint{background:#08aab0;font-size:18px;}
.btn.gray{background:#9b9b9b;font-size:18px;}
.btn.gray2{background:#d7d7d7;font-size:18px;}
.btn.org{background:#ff8f00;font-size:18px;}
.btn.org2{background:#f5d3a8;font-size:18px;}

.btn.fc-org{color:#ff8f00;font-size:16px;font-family:'rbt-M';padding:0 20px 0 0;background:url(../img/arrow_ty_org.png) no-repeat right 4px;}
.btn.fc-org-left{color:#ff8f00;font-size:16px;font-family:'rbt-M';padding:0 0 0 25px;background:url(../img/arrow_ty_org_left.png) no-repeat left 4px;}

/* 버튼 박스 */
.btn-c{display:flex;padding:20px 0;text-align:center;}
.btn-c.two .btn{width:40%;}
.btn-c.two .btn:first-child{margin-right:2%;}
.btn-c .btn, .btn-l.wide .btn{width:180px;height:40px;line-height:40px;display:block;text-align:center;margin:0 auto;}
.btn-c .arrow-next{display:inline-block;font-size:18px;background:#f5d3a8 url(../img/arrow_next_btn.png) no-repeat right center;padding-right:15px;}
.btn-c .arrow-prev{display:inline-block;font-size:18px;background:#d7d7d7 url(../img/arrow_prev_btn.png) no-repeat left center;padding-left:15px;}
.btn-l{display:flex;width:100%;padding:12px 20px;background:#fff;text-align:left;}
.btn-l .btn.gray{display:block;font-size:16px;text-align:center;color:#fff;background:#9b9b9b;width:85px;height:35px;line-height:35px;border-radius:2px;margin:0 0.5em 0 0;}
.btn-l .btn.org{display:block;font-size:16px;text-align:center;color:#fff;background:#ff8f00;width:85px;height:35px;line-height:35px;border-radius:2px;margin:0 0.5em 0 0;}
.btn-l .btn.line{display:block;font-size:16px;text-align:center;color:#b2b2b2;border:1px solid #9b9b9b;background:#fff;border-radius:2px;width:105px;height:35px;line-height:35px;}
/* 콘텐츠 내부 버튼박스 */
.content .btn-l.wide{padding:20px 0;}



/* 폰트 */
.rbtsbL{font-family:'rbtsb-L' !important;}
.rbtL{font-family:'rbt-L' !important;}
.rbtM{font-family:'rbt-M' !important;}
/* 색상 */
.color.red{color:#fe5252;}
/* 공통 */
h3.tline{font-size:16px;font-family:'rbt-M';position:relative;}
h3.tline:after{content:'';width:60px;height:2px;display:inline-block;position:absolute;left:1em;bottom:-20px;background:#ff8f00;}
.alert_bx{display:none;margin-top:10px}
.alert_bx > p{font-size:12px;font-family:'rbt-L';font-weight:bold;}


/* 라디오버튼 */
.rdibox{position:relative;line-height:20px;margin-bottom:15px}
.rdibox i{background:url(../img/rdo_icon.png) no-repeat;width:20px;height:20px;display:block;position:absolute;top:0;left:0;z-index:0}
.rdibox i.checked,
.rdibox input:focus + i.checked{background:url(../img/rdo_icon_on.png) no-repeat;}
.rdibox > label{padding-left:23px;color:#000;cursor:pointer;height:30px}
.rdi_R{display:flex;font-size:14px;font-family:'rbt-L';color:#7b7b7b;float:right;}
.rdi_R > div:first-child{margin-right:0.5em;}
.rdi_R.top .rdibox{margin-bottom:0 !important}

/* 라디오버튼-> input */
.rdibox.input{display:flex;justify-content:space-between;align-items:center;}
/* .rdibox.input label{padding-top:10px;} */
.rdibox.input .cmBx{display:none;padding:0;flex-basis:50%;top:-17px;}
.rdibox.input .cmBx > div.curIncom{width:80%;}
.rdibox.input .cmBx.show{display:flex;}

/* 2017-10-27 selectbox 신규 변경 */
.selbx03, .selbx01, .selbxLoan, .selbxSt{position:relative;width:100%;height:28px;background:url(../img/select_arrow_icon.png) no-repeat right center;-webkit-appearance:none;appearance:none;}/* 2017-11-16 변경 */
.selbx01{border-width:1px 1px 2px 1px;border-color:#9b9b9b;border-style:solid;height:30px;background:#fff url(../img/select_arrow_icon.png) no-repeat 98% center;} /* 2017-11-16 추가 */
.selbx01.in{background-position:95% center;}  /* 2017-11-16 추가 */

.selbx01.org span{color:#08aab0;} /* 2017-11-16 수정 */
.selbx01.cus span{color:#ff8f00;} /* 2017-11-16 수정 */
.selbx01.org{background-position:98% center;border-width:1px 1px 2px 1px;border-style:solid;border-color:#08aab0;-moz-transition: all 0.1s ease-in;-webkit-transition: all 0.1s ease-in;-o-transition: all 0.1s ease-in;transition: all 0.1s ease-in;}/* 2017-11-16 추가 */
.selbx01.cus{background-position:98% center;border-width:1px 1px 2px 1px;border-style:solid;border-color:#ff8f00;-moz-transition: all 0.1s ease-in;-webkit-transition: all 0.1s ease-in;-o-transition: all 0.1s ease-in;transition: all 0.1s ease-in;}/* 2017-11-16 추가 */
.selbxLoan.org, .selbxSt.org{background:url(../img/select_arrow_icon_on.png) no-repeat right center;} /* 2017-11-16 추가 */

/* .mint .selbx01, .mint .selbx03, .mint .selbxLoan, .mint .selbxSt{background:url(../img/select_arrow_icon_on.png) no-repeat right center}2017-10-31 변경 */
.selbx01 label, .selbxLoan label, .selbxSt label{position:absolute;font-size:16px;font-family:'rbt-L';color:#000;top:1px;left:0;width:100%;height:25px} /* 2017-11-16 변경 */
.selbx01 label{line-height:30px;left:5px;} /* 2017-11-16 추가 */
.selbx03 label{position:absolute;font-size:14px;font-family:'rbt-L';color:#000;top:1px;left:0;width:100%;height:25px}/* 2017-10-31 변경 */
.selbx03 > select, .selbx01 > select, .selbxLoan > select, .selbxSt > select{width:100%;height:28px;min-height:28px;line-height:28px;padding:0 2px;opacity:0}
.selbxSt{display:none;margin-top:35px}
.selbx02{position:relative;width:100%;height:28px;border-bottom:1px solid #08aab0} /* 2017-11-16 변경 */
.selbx02 > select{width:100%;height:28px;min-height:28px;line-height:28px;padding:0 2px;font-size:15px;border:0;background:url(../img/select_arrow_icon.png) no-repeat right center;-webkit-appearance:none;appearance:none;}


/* 체크박스 */
.chkbox *{vertical-align:top;}
.chkbox{width:auto;overflow:hidden;display:inline-block;}
.chkbox .label_txt{position:relative;display:inline-block;padding:0 0 0 30px;float:left;background:url("../img/chk_icon.png") no-repeat;}
.chkbox.on .label_txt{background:url("../img/chk_icon_on.png") no-repeat;}
.chkbox input[type="checkbox"]{position:absolute;left:0;top:0;vertical-align:top;width:25px;height:26px;opacity:0; filter:alpha(opacity=0); cursor:pointer;}
.chkbox .txt{display:inline-block;float:left;font-size:14px;line-height:18px;color:#000;/*font-family:'ngB'; font-weight:bold; */}
.chkbox.disable .label_txt{background:url("../img/chk_icon.png") no-repeat left top !important;}
.chkbox.no_txt .label_txt{width:18px;height:18px;padding:0;}

/* 탭 메뉴 */
.contWrap .content.faq .tabBx{margin-top:30px;background:#f8f8f8;}
.contWrap .content.faq .tabBx ul{display:flex;flex-direction:column;}
.contWrap .content .tabBx ul li > h3{position:relative;font-size:16px;font-family:'rbt-M';color:#6d6d6d;margin:5px 0;line-height:20px;padding-left:20px;}
.contWrap .content .tabBx ul li.on a{color:#ff8f00;}
.contWrap .content .tabBx ul li.on > h3:before{content:'';position:absolute;left:0;top:0;width:4px;height:20px;background:#ff8f00;}
.tabContent{margin-top:20px;}
.tabCont{display:none;margin-top:20px;}
.tabCont.on{display:block;}



/* 1024px 이하 */
.welcome-header-wrap{position:relative;display:flex;display:-ms-flexbox;width:100%;height:65px;}
.welcome-mn{cursor:pointer;margin:0 10px;align-self:center;}
.welcome-logo{align-self:center;}
.welcome-logo > a{display:inline-block;background:url(../img/welcome-logo-white.png) no-repeat 0 0;background-size:125px 34px;text-indent:-9999em;width:125px;height:34px;}
.welcome-logo > a.sub{display:inline-block;background:url(../img/welcome-logo.png) no-repeat 0 0;background-size:125px 32px;text-indent:-9999em;width:125px;height:32px;}
.welcome-nav{display:none;}
.welcome-visual-section{padding-top:65px;position:relative;}
.welcome-visual-box img{width:100%;}
.welcome-visual-box li{display:block;flex-direction:column-reverse;}
.welcome-visual-box .textBx{padding:28px 15px 18px;height:310px;background:#fff;}/* 2017-10-31 변경 */
.welcome-visual-box .textBx .last{margin:20px 0 60px 0;}
.welcome-visual-box .textBx h2{font-size:25px;font-family:'rbtsb-L';line-height:28px;letter-spacing:0.5px} /* 2017-10-31 변경 */
.welcome-visual-box .textBx h2 + p{font-size:15px;line-height:20px;font-family:'rbt-L';color:#818181;margin:34px 0 15px;} /* 2017-10-31 변경 */
.welcome-visual-box .textBx h2 + p.long{margin:34px 0 65px;}
.welcome-visual-box .textBx h2 + p.long2{margin:16px 0 15px;}
.welcome-visual-box .textBx .btn.mint{width:100%;height:40px;line-height:40px;border-radius:2px;}
/* .bxslider1{display:none;} */
.visual-controls{background:none;overflow:hidden;display:flex;position:absolute;bottom:30px;z-index:55;left:calc(50% - 25px);}
.visual-controls .in-bx{display:flex;width:100%;height:auto;justify-content:center;}
.visual-controls a{display:inline-block;text-indent:-9999em;background:#9b9b9b;margin:0 5px;border-radius:8px;width:8px;height:8px;position:relative;align-items:center;justify-content:center;}
.visual-controls a span{display:inline-block;padding-left:1em;}
.visual-controls a.active{background:#197b7f;}

/* welcome-calculator-section */
.welcome-calculator-section{background:#fff;height:auto;position:relative;}
/* .calcBx .move_txt{display:none; background:transparent;height:25px;position:absolute;line-height:25px;color:#08aab0;font-family:'rbt-L';font-weight:bold;}*/  /* 2017-11-16 주석 */
.calcBx h3{color:#848484;padding:1em 0 0 1em;}
.calcBx .inWrap .calc{margin-top:30px;position:relative;padding:1em;}
.calcBx .inWrap .calc .rate{display:none;margin-bottom:2em;/* overflow: hidden; */}
.calcBx .inWrap .calc .rate + .btn{width:100%;height:48px;line-height:48px;border-radius:2px;margin-bottom:1.5em;} /* 2017-10-29 변경(선택자) */

.calcBx .inWrap .btn{width:100%;height:48px;line-height:48px;border-radius:2px;margin-bottom:1.5em;} /* 2018-08-08 추가(CALCULATE) */

.cmBx.perS{padding:0;margin-top:-12px}/* 2017-10-31 추가 */
.cmBx.perS .per{width:100%}/* 2017-10-31 추가 */

/* 2017-11-06 변경 시작 */
#ie-bar{position:relative;width:100%;height:40px;margin-top:30px;}
#ie-bar:before{position:absolute;top:0;left:0;right:0;height:3px;background:#ff8f00;content:'';}
#ie-bar ul{display:flex;position:relative;width:80%;float:right;}
#ie-bar ul:after{position:absolute;top:0;right:0;content:'';height:3px;background:#bdbdbd;}
#ie-bar li{position:relative;font-size:13px;padding:15px 0px 5px 10px;width:20%;text-align:right;}
#ie-bar li i{position:absolute;top:-8px;right:0;border-radius:15px;width:16px;height:16px;margin-left:10px;background:#ff8f00;content:'';z-index:1;}
#ie-bar li:nth-child(3),
#ie-bar li:nth-child(4){width:20%;}
#ie-bar li:nth-child(3) i,
#ie-bar li:nth-child(4) i{right:0px;}
#ie-bar li:before{position:absolute;top:0;left:0;right:0;height:3px;background:#bdbdbd;content:'';}
#ie-bar li.non:before{background:#ff8f00;}
#ie-bar li.on:nth-child(1):before,
#ie-bar li.on:nth-child(2):before,
#ie-bar li.on:nth-child(3):before,
#ie-bar li.on:nth-child(4):before,
#ie-bar li.on:nth-child(5):before{background:#ff8f00;}
#ie-bar li a{color:#ff8f00;font-family:'rbt-L';font-weight:bold;display:inline-block;}

.calcBx .inWrap .imgBx{position:relative;background:#dfeeee;padding:1em;display:none;}
.calcBx .inWrap .imgBx .text{display:none;} /* 2017-11-14 추가 */
.calcBx .inWrap .imgBx.on{position:relative;background:#dfeeee;padding:1em;display:block;} /* 2017-11-14 변경 */
.calcBx .inWrap .imgBx .btn.mint{display:block;width:100%;height:48px;line-height:48px;border-radius:2px;margin-top:1em;}
.calcBx .inWrap .imgBx .result_bx{/* display:none; */display:flex;flex-flow:column nowrap;background:url(../img/calc_bg.png) no-repeat top center;background-size:100% auto;padding:1.5em 0 0;}
.calcBx .inWrap .imgBx .result_bx dl{display:flex;margin:1em 0 1em;}  /* 2017-11-14 변경 */
.calcBx .inWrap .imgBx .result_bx dt{flex-grow:1;text-indent:15px;}781

.calcBx .inWrap .imgBx .result_bx dt.rbtM{font-weight:bold;color:#000;}
.calcBx .inWrap .imgBx .result_bx dd{margin-left:25px;display:flex;position:relative;}
.calcBx .inWrap .imgBx .result_bx dd .result{width:110px;border-bottom:2px solid #ccc;font-family:'rbt-L';font-size:18px;margin-right:15px;color:#000;height:20px;line-height:13px;}
.calcBx .inWrap .imgBx .result_bx dd #rslt_03{border-bottom:2px solid #08aab0;font-family:'rbt-M';font-weight:bold;}
.calcBx .inWrap .imgBx .result_bx dd .txt{font-family:'rbt-L';font-weight:bold;font-size:14px;color:#000;position:absolute;right:15px;}
.calcBx .inWrap .imgBx .result_bx .btn.mint{margin-top:50px;}
.calcBx .inWrap .calc dt label{font-size:16px;font-family:'rbt-L';font-weight:bold;}
.calcBx .inWrap .calc .rText{position:absolute;right:0;color:#878787;font-size:16px;font-family:'rbt-L';font-weight:bold;margin-left:10px;}
.calcBx .inWrap .calc .rText.name{position:absolute;left:5px;top:0;display:none;}/* mobile name */
.calcBx .inWrap .calc .select{border:0;border-bottom:1px solid #ccc;width:70%;}
.calcBx .inWrap .calc dl{margin-top:40px;align-items:center;}
.calcBx .inWrap .need{display:flex;}
.calcBx .inWrap .need dt{width:50%;}
.calcBx .inWrap .need dd{width:49%;position:relative;line-height:30px;height:30px;}  /* 2017-10-26 변경 메인 Loan Calculator peso 부분 수정 */
.calcBx .inWrap .need .cmBx > div{width:100%}
.calcBx .inWrap .term{display:flex;margin-bottom:35px;}
.calcBx .inWrap .term .selbx02{padding-right:55px;}
.calcBx .inWrap .term dt{width:50%;}
.calcBx .inWrap .term dd{width:49%;position:relative;line-height:30px;height:30px;display:flex;justify-content:flex-end;}

/* welcome-check-section */
.welcome-check-section{background:#dc2350 url(../img/check_bg_m.png) no-repeat center center;background-size:cover;}
.welcome-check-section ul{display:flex;width:100%;padding-left:15px;flex-direction:column;align-items:flex-start;}
.welcome-check-section ul li{width:50%;margin:2em 0;}
.welcome-check-section ul li:nth-child(1) b{width:230px;}
.welcome-check-section ul li:nth-child(2) b{width:185px;}
.welcome-check-section a{display:inline-flex;flex-flow:column nowrap;color:#fff;}
.welcome-check-section a > span{display:block;margin-bottom:1em;font-size:18px;font-family:'rbt-L';}
.welcome-check-section a > b{font-size:22px;font-family:'rbt-M';font-weight:normal;padding-right:30px;background:url(../img/check_arrow_icon.png) no-repeat right;height:31px;line-height:31px;}

/* welcome-clients-section */
.welcome-clients-section{background:#ff8f00;position:relative;}
.clitBx{width:100%;}
.clitBx h3{color:#fff;padding-top:30px;text-indent:15px;}
.clitBx h3:after{background:#fff;}
.clitBx .inWrap{font-family:'rbtsb-L';color:#fff;text-align:center;padding:25px 0 10px;margin-top:20px;}
.clitBx .inWrap .bx-viewport{display:flex}
.clitBx .inWrap .bxslider2 li{padding:0 0.3em}
.clitBx .inWrap .bxslider2 li:last-child{top:calc(50% - 30px)}
.clitBx .inWrap p{font-size:16px;line-height:20px;word-break:break-word;}
.clitBx .inWrap p.ps{display:none;}
.clitBx .inWrap .pager{display:flex;justify-content:center;margin:45px 0 20px;}
.clitBx .inWrap .pager a{background:#df4400;text-indent:-9999em;width:8px;height:8px;line-height:23px;margin:5px;border-radius:15px;font-family:'rbt-L';font-size:12px;}
.clitBx .inWrap .pager a.active{background:#fff;}

/* welcome-step-section */
.welcome-step-section{background:#fff;position:relative;}
/* .sub .welcome-step-section{display:none;} */  /* 2017-10-30 주석*/
.stepBx{width:100%;}
.stepBx h3{color:#848484;padding-top:30px;text-indent:15px;}
.stepBx .inWrap{padding-top:25px;margin-top:30px}
.stepBx .inWrap .btn.more{margin-top:10px;color:#ff9713;background:#fff url(../img/arrow_ty_org.png) no-repeat right center;padding-right:20px}
.stepBx .inWrap ul{display:flex;flex-direction:column;}
.stepBx .inWrap ul li{width:100%;text-align:center;margin-bottom:2em;}
.stepBx .inWrap ul li a{display:block;font-family:'rbt-L';}
.stepBx .inWrap ul li a span{display:inline-block;position:relative;padding-top:170px;font-size:16px;line-height:20px;color:#8e8e8e;text-align:center;}
.stepBx .inWrap ul li a span > i{position:absolute;top:55%;left:calc(50% - 21px);font-style:normal;border:1px solid #ff8f00;border-radius:7px;font-size:16px;font-family:'rbt-M';color:#ff8f00;padding:0 0.3em;}
.stepBx .inWrap ul li a.step-03 span > i{top:60.5%;}
.stepBx .inWrap ul li a.step-01{background:url(../img/web_step_01.png) no-repeat top center;}
.stepBx .inWrap ul li a.step-02{background:url(../img/web_step_02.png) no-repeat top center;}
.stepBx .inWrap ul li a.step-03{background:url(../img/web_step_03.png) no-repeat top center;}

/* welcome-loans-section */
.welcome-loans-section{background:#eee;position:relative;}
.loanBx{width:100%;padding:0 1em;}
.loanBx h3{color:#848484;padding-top:30px;}
.loanBx h3:after{background:#00bfa5;left:0;}
.loanBx .inWrap{display:flex;flex-direction:column;justify-content:space-between;padding-top:20px;margin-top:30px;}
.loanBx .inWrap .card{width:100%;background:#fff;margin-bottom:1em;}
.loanBx .inWrap .card a{display:block;background:url(../img/arrow_ty_02.png) no-repeat 95% 90%;box-shadow:-3px 3px 15px #ccc;} /* 2017-10-30 변경 */
.loanBx .inWrap .card:focus,
.loanBx .inWrap .card:hover{box-shadow:-3px 3px 15px #ccc;}
.loanBx .inWrap .card .personal{background:url(../img/web_loan_icon_01.png) no-repeat 30px 25px;}
.loanBx .inWrap .card .business{background:url(../img/web_loan_icon_02.png) no-repeat 30px 25px;}
.loanBx .inWrap .card .auto{background:url(../img/web_loan_icon_03.png) no-repeat 30px 25px;}
.loanBx .inWrap .card .salary{background:url(../img/web_loan_icon_04.png) no-repeat 30px 25px;}
.loanBx .inWrap .card dl{padding:72px 0 20px 30px;}
.loanBx .inWrap .card dl dt{color:#444;font-size:22px;font-family:'rbtsb-L';font-weight:bold;margin-bottom:13px;}
.loanBx .inWrap .card dl dd{color:#8e8e8e;font-size:14px;font-family:'rbt-L';line-height:22px;}

/* welcome-ifyou-section */
.welcome-ifyou-section{background:#fff;position:relative;}
.ifBx{width:100%;}
.ifBx h3{color:#6d6d6d;padding-top:30px;text-indent:15px;}
.ifBx .inWrap{display:flex;flex-direction:column;margin-top:15px;padding:30px 1em 0;}
.ifBx .inWrap dl{width:100%;margin-bottom:2em;}
.ifBx .inWrap dl dt{color:#ff8f00;font-size:17px;font-family:'rbt-L';font-weight:bold;padding-left:70px;height:54px;line-height:54px;margin-bottom:20px;}
.ifBx .inWrap dl dd{padding-left:10px;position:relative;color:#000;font-size:14px;font-family:'rbt-L';font-weight:bold;line-height:18px;} /* 2017-10-29 변경 */
.ifBx .inWrap dl dd:before{content:'·';display:block;position:absolute;left:0;top:0}/* 2017-10-29 추가 */
.ifBx .inWrap dl.if_01 dt{background:url(../img/web_if_icon_01.png) no-repeat}
.ifBx .inWrap dl.if_02 dt{background:url(../img/web_if_icon_02.png) no-repeat}

/* welcome-story-section */
.welcome-story-section{position:relative;background:#29b6f6;width:100%;height:300px;display:flex;}
.storyBx{background:none;width:100%;position:relative;display:flex;flex-direction:column;padding:270px 1em 0;}
.storyBx h3{color:#fff;padding-top:30px;position:absolute;top:0;}
.storyBx h3:after{background:#fff;left:0;}
.storyBx .inWrap{display:flex;margin-top:30px;padding-top:15px;position:absolute;top:40px;}
.storyBx .inWrap .inText{color:#fff;margin-bottom:20px;}
.storyBx .inWrap .inText p:first-child{font-size:30px;font-family:'rbtsb-L';margin-bottom:20px;line-height:25px;}
.storyBx .inWrap .inText p{font-size:14px;font-family:'rbt-L';line-height:18px;}
.storyBx .inWrap .btn.more{background:url(../img/arrow_ty_03_blue.png) no-repeat right center;width:145px;height:35px;line-height:35px;font-size:16px;text-align:left;padding:0;}


/* welcome-footer */
.welcome-footer{background:#444;position:relative;}
.welcome-footer.sub{text-align:center;padding:30px 10px 40px;color:#fff;font-size:12px;font-family:'rbt-L';line-height:18px;}
.welcome-footer .inWrap{width:100%;position:relative;}
.welcome-footer .inWrap .topBx{position:relative;padding:30px 0;margin-bottom:40px;border-bottom:1px solid #555;}
.welcome-footer .inWrap nav{display:flex;flex-direction:column;padding:0 1em;flex-flow:row wrap;}
.welcome-footer .inWrap nav > div{width:50%;margin-bottom:2em;}
.welcome-footer .inWrap nav > .cp{font-size: 14px;font-family: 'rbt-L';color: #b2b2b2;line-height:24px;width:auto;}/* 20190926 */
.welcome-footer .inWrap nav > div.last h4{margin-bottom:25px;}
.welcome-footer .inWrap nav div h4{color:#fff;font-size:14px;}
.welcome-footer .inWrap nav div ul{margin-top:20px;}
.welcome-footer .inWrap nav div ul li{line-height:28px;}
.welcome-footer .inWrap nav div ul li a{font-size:14px;font-family:'rbt-L';color:#b2b2b2;}
.welcome-footer .inWrap .qBtn_wrap{width:100%;display:flex;flex-direction:column;}
.welcome-footer .inWrap .qBtn_wrap > a{margin:7px 15px;display:block;text-align:center;height:48px;line-height:48px;}
.welcome-footer .inWrap .btn.top{/* display:block; */color:#a0a0a0;background:url(../img/arrow_ty_01_mini.png) no-repeat right center;font-size:14px;font-family:'rbt-L';width:90px;height:35px;line-height:35px;padding:0;position:absolute;bottom:calc(50% - 140px);right:calc(50% - 50px);text-align:center;display:flex;}

.welcome-footer .inWrap footer{position:relative;display:flex;flex-direction:column;padding:0 1em;}
.welcome-footer .inWrap footer .footCont{display:flex;position:relative;padding:3em 0;flex-direction:column;margin-top:2em;}
.welcome-footer .inWrap footer .footCont .txt_bx{display:flex;position:relative;padding-left:9.5em;margin-top:7em;}
.welcome-footer .inWrap footer .footCont .txt_bx .flogo{background:url(../img/welcome-logo-white.png) no-repeat;background-size:125px 34px; width:125px;height:34px;text-indent:-9999em;margin-right:1em;position:absolute;top:0;left:0;}
.welcome-footer .inWrap footer .footCont .txt_bx .txt{line-height:16px;font-size:12px;color:#fff;font-family:'rbt-L';}
.welcome-footer .inWrap footer .footCont .callNumber{width:100%;padding-left:0;font-family:'rbt-L';color:#fff;position:absolute;top:0;display:flex;flex-flow:row wrap;justify-content:space-between;}
.welcome-footer .inWrap footer .footCont .callNumber a{display:flex;flex-direction:column;padding:10px;font-size:14px;width:49%;margin-bottom:1em;background:#575757 url(../img/call_icon.png) no-repeat 10px 10px;border:1px solid #959595;padding-left:40px} /* 2017-10-27 변경 */
.welcome-footer .inWrap footer .footCont .callNumber a > b{margin-bottom:5px;}
.welcome-footer .inWrap footer .footCont .callNumber a > span{font-family:'rbt-L';}
.welcome-footer .inWrap footer .footCont .callNumber .customCt{display:block;font-size:14px;color:#9b9b9b;width:50%;text-align:center;align-self:center;height:35px;line-height:16px;}
.welcome-footer .inWrap footer .footCont .callNumber .customCt > i{display:block;font-style:normal;}
.welcome-footer .inWrap footer .service{flex-direction:row-reverse;align-items:center;justify-content:space-between;}
.welcome-footer .inWrap footer .service .selbx01{background:transparent url(../img/select_arrow_icon.png) no-repeat 98% center;border:0;border-bottom:1px solid #08aab0;} /* 2017-11-16 추가 */
.welcome-footer .inWrap footer .service .selbx01.org{background:transparent url(../img/select_arrow_icon_on.png) no-repeat 98% center;border-bottom:1px solid #ff8f00;} /* 2017-11-16 추가 */
.welcome-footer .inWrap footer .service .facebook{background:url(../img/facebook_icon.png) no-repeat 0 0;background-size:35px;width:35px;height:35px;display:inline-block;text-indent:-9999em;}
.welcome-footer .inWrap footer .service > div{font-size:14px;color:#808080;/* flex-basis:50%; */margin-bottom:15px}
.welcome-footer .inWrap footer .service label{color:#808080;left:0;}  /* 2017-11-16 변경 */

/* 팝업 */
#popup1,#popup2,
#popup_result_01,#popup_result_02,#popup_result_03,#popup_alert{position:fixed;background:#fff;color:#111;display:none;width:428px;height:auto;top:15%;}
#popup2{background:#fff;color:#111;display:none;width:428px;height:auto;}
.pop_close_btn{position:absolute;right:20px;top:20px;text-indent:-9999em;background:url(../img/delete_btn_white.png) no-repeat;width:18px;height:18px;cursor:pointer;}
.pop-container{background:#f1f1f1;}
.pop-container .header{background:#08aab0;height:60px;line-height:60px;}
.pop-container .header.bg-org{background:#ff8f00;}
.pop-container .header h1{color:#fff;font-size:20px;font-family:'rbt-M';text-indent:18px;}
.pop-container .pop-conts{padding:35px 15px 20px;}/* 2017-10-31 변경 */
.pop-container .pop-conts .alert_txt{font-size:12px;font-family:'rbt-L';text-align:center;line-height:16px;}
.pop-container p.ctxt{color:#666;line-height:25px;}
#popup_alert .pop-container{background:#fff;text-align:center;}
#popup_alert .pop-container .header{background:none;}
#popup_alert .pop-container .header h1{color:#6b6b6b;text-indent:0;}
#popup_alert .pop-container .pop-conts{color:#2d2d2d;font-family:'rbt-L';}
#popup_alert .pop-container .pop-conts .content{margin-bottom:30px;}




/* input,select style */
.cmBx{position:relative;font-family:'rbt-L';display:flex;flex-flow:row wrap;padding:0 0 2.3em;} /* 2017-11-16 수정 */
.cmBx.col{flex-flow:column wrap;margin:1em 0;}
.cmBx > div{position:relative;width:31%;/* border-bottom:1px solid #ccc */} /* 2017-11-16 수정 */
/* .cmBx > div.org{border-bottom:2px solid #ff8f00;-moz-transition: all 0.1s ease-in;-webkit-transition: all 0.1s ease-in;-o-transition: all 0.1s ease-in;transition: all 0.1s ease-in;} */ /* 2017-11-16 주석 */
.cmBx > div.org .sText{color:#08aab0;} /* 2017-11-16 수정 */
.cmBx > div.cus .sText{color:#ff8f00;} /* 2017-11-16 수정 */
.cmBx > div.org .sText + input,
.cmBx > div.org .sText + select{border-width:1px 1px 2px 1px;border-style:solid;border-color:#08aab0;-moz-transition: all 0.1s ease-in;-webkit-transition: all 0.1s ease-in;-o-transition: all 0.1s ease-in;transition: all 0.1s ease-in;} /* 2017-11-16 수정 */
.cmBx > div.cus .sText + input,
.cmBx > div.cus .sText + select{border-width:1px 1px 2px 1px;border-style:solid;border-color:#ff8f00;-moz-transition: all 0.1s ease-in;-webkit-transition: all 0.1s ease-in;-o-transition: all 0.1s ease-in;transition: all 0.1s ease-in;} /* 2017-11-16 수정 */
.cmBx > div.code{width:40%;}
.cmBx > div.code + div{width:55%;margin:0 0 0 5%;}
.cmBx > div.curIncom{position:relative;width:60%;height:30px;float:left;}
/* #div_sub_03{overflow:hidden} */
.cmBx > div.curIncom + p{align-self:center;color:#7b7b7b;font-size:14px;padding:10px 0 0 5px;float:left;}
.cmBx > div.yesOno{overflow:hidden;margin:0 0 1.8em 0;border:0}
.cmBx > div.yesOno p{float:left;font-size:16px;color:#000;letter-spacing:-0.5px;}


/* selectbox 변경 */
.cmBx .selbx01{position:absolute;bottom:0;font-size:14px;width:100%} /* 2017-11-16 수정 */
.cmBx .selbxLoan, .cmBx .selbxSt{height:32px;line-height:30px;font-size:14px;width:100%;border-bottom:1.5px solid #08aab0;} /* 2017-11-16 수정 */
.cmBx .selbxLoan.org, .cmBx .selbxSt.org{border-bottom:1.5px solid #08aab0;} /* 2017-11-16 수정 */
.cmBx .selbxLoan.cus, .cmBx .selbxSt.cus{border-bottom:1.5px solid #ff8f00;} /* 2017-11-16 수정 */

.cmBx > .red input{border-bottom:2px solid #d50000;}
.red p,
.cmBx > .red + .info_txt,
.cmBx > .red .info_txt{color:#fe5252;}
.cmBx > .day{margin:0 3.5%;}
.cmBx > .first{margin:0 3%;}
.sText{position:absolute;left:0;top:-20px;font-size:15px;color:#666;letter-spacing:-1.1px;}  /* 2017-11-16 수정 */
/* .date_bx .sText{top:6px} */

.cmBx input,
.cmBx select{padding:0 2px;border-width:1px 1px 2px 1px;border-color:#9b9b9b;background:#fff;width:100%;height:30px;line-height:30px;box-sizing:border-box;font-size:15px;} /* 2017-11-16 수정 */
.need .cmBx input{background:#fff;border:0;border-bottom:1px solid #9b9b9b} /* 2017-11-16 변경 */
.w100_bx > div,
.w100_bx select,
.w100_bx dd .selbx01, .selbx03
.w100_bx dd .selbxLoan{width:100%;height:30px;/* margin-bottom:10px */}  /* 2017-11-16 수정 */
.w100_bx > div{height:32px}

.w100_bx dt{font-size:12px;color:#444;}
.info_txt{margin-top:10px;font-size:12px;font-family:'rbt-L';color:#8c8c8c;}
.help_bx dt{margin-bottom:0.5em;font-size:16px;font-family:'rbt-L';}
.help_bx textarea{box-sizing:border-box;border:1px solid #ccc;width:100%;height:65px;}
.btn.attch{display:block;background:#666;color:#fff;font-family:'rbt-M';text-align:center;height:34px;line-height:34px;border:1px solid #fff;border-radius:0;width:100%;margin:1em 0 0;}
.btn.attch > span{display:inline-block;background:url(../img/attach_icon.png) no-repeat right center;padding-right:20px;}





/* 첨부파일 */
.file_wrap_bx{overflow-y:scroll;}
.file_wrap_bx::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(136,136,136,0.3);background:#ecebeb;}
.file_wrap_bx::-webkit-scrollbar{width:6px;background:#F5F5F5;}
.file_wrap_bx::-webkit-scrollbar-thumb{background:#cecece;}
.file_wrap_bx > .info_txt{margin:15px 0 ;}
.file_wrap_bx.red > .info_txt{color:#fe5252;}
.file_wrap_bx .file_info{margin-top:7px;}
.file_wrap_bx .file_info li{font-size:12px;font-family:'rbt-L';line-height:16px;}
.file_add{position:relative;}
.file_add .input_file{opacity:0;filter: alpha(opacity=0);height:32px;position:absolute;lefT:0;top:0;width:100%;z-index:1;}
.file_add .btn_add{position:absolute;left:0;top:0;height:32px;line-height:32px;background:#8e8e8e;border-radius:5px;font-size:13px;color:#fff;font-weight:bold;padding:0 14px;display:inline-block;}

.multi_file .file_lst .file_lst_bx{position:relative;overflow:hidden;margin:5px 0;background:#fff;border:1px solid #ebebeb;width:auto;}
.multi_file .file_lst .file_lst_bx .input_txt{font-size:12px;font-family:'rbt-L';color:#444;font-weight:bold;height:24px;line-height:24px;float:left;padding:0 0 0 10px;}
.multi_file .file_lst .file_lst_bx .btn_del{position:absolute;right:0;background:url(../img/delete_btn.png) no-repeat center;text-indent:-9999em;border:0;outline:0;height:24px;line-height:24px;}
.multi_file .file_lst .file_lst_bx .select_txt{font-size:12px;color:#888;height:20px;line-height:20px;float:left;padding:0 25px 0 0;margin:0 31px 0 0;position:relative;width:75px;text-align:right;}
.multi_file .file_lst .file_lst_bx .select_txt:after{position:absolute;right:0;top:4px;content:"";width:1px;height:12px;background:#9b9b9b;}
.multi_file .file_lst01 .file_lst_bx{overflow:hidden;width:auto;padding:10px 0 0 0;}
.multi_file .file_lst01 .file_lst_bx:first-child{padding:0 0 0 0;}
.multi_file .file_lst01 .file_lst_bx .input_txt{font-size:13px;color:#555;font-weight:bold;text-decoration:underline;height:20px;line-height:20px;float:left;padding:0 10px 0 0;}

/* 결과창 1 */
.loan_type_bx .user{display:flex;background:#fff;padding:24px 20px;}
.loan_type_bx .user dl{display:flex;flex-direction:column;justify-content:space-evenly;width:45%;}
.loan_type_bx .user dl dt{font-size:14px;color:#08aab0;font-family:'rbt-L';margin-bottom:5px;flex-grow:0;}
.loan_type_bx .user dl dd{font-size:18px;font-family:'rbt-M';flex-grow:1;}
.loan_type_bx .step{background:#f1f1f1;padding:30px 15px 0;}
.loan_type_bx .step li{position:relative;margin-bottom:40px;height:35px;}
.loan_type_bx .step li:before{background:#a3a3a3;display:inline-block;position:absolute;left:0;top:6px;width:24px;height:24px;text-align:center;padding-top:6px;color:#fff;border-radius:15px;padding-top:5px;box-sizing:border-box;}
.loan_type_bx .step li .result:before{content:'';display:inline-block;height:30px;width:1px;background:#ccc;position:absolute;left:12px;top:40px;}
.loan_type_bx .step li .result{position:relative;padding-left:40px;line-height:18px;display:flex;flex-direction:column;}
.loan_type_bx .step li .result strong{font-family:'rbt-M';font-size:14px;}
.loan_type_bx .step li .result span{font-family:'rbt-L';font-size:12px;}
.loan_type_bx .step li .result + span{position:absolute;right:0;top:0;}
.loan_type_bx .step li .dateOk{color:#08aab0;font-size:12px;letter-spacing:-0.5px;background:url(../img/step_pass_icon.png) no-repeat right center;padding-right:20px;}
.loan_type_bx .step li .ing{color:#fe5252;font-size:14px;letter-spacing:-0.5px;background:url(../img/step_going_icon.png) no-repeat right center;padding-right:20px;}
.loan_type_bx .step li.onGoing:before{background:#fe5252;}
.loan_type_bx .step li.pass:before{background:#08aab0;}
.loan_type_bx .step li.num1:before{content:'1';}
.loan_type_bx .step li.num2:before{content:'2';}
.loan_type_bx .step li.num3:before{content:'3';}
.loan_type_bx .step li.num4:before{content:'4';}
.loan_type_bx .step li.num5{margin-bottom:0;}
.loan_type_bx .step li.num5 .result:before{display:none;}
.loan_type_bx .step li.num5:before{content:'5';}
/* 결과창 2,3 */
.loan_type_bx .cont{background:#f1f1f1;}
.loan_type_bx .cont .approval{background:url(../img/result_img_03.png) no-repeat top center;padding:125px 0 30px;color:#2d2d2d;font-size:16px;font-family:'rbt-M';}
.loan_type_bx .cont .history{background:url(../img/result_img_02.png) no-repeat top center;padding:125px 0 30px;color:#2d2d2d;font-size:16px;font-family:'rbt-M';}
.loan_type_bx .cont p{font-size:12px;font-family:'rbt-L';font-weight:bold;line-height:16px;text-align:center;}
/* loan Possiblity - 결과창 */
.loan_type_bx .cont .possible{background:url(../img/loanPoss_LayerPop_img1.png) no-repeat top center;padding:125px 0 30px;color:#2d2d2d;font-size:16px;font-family:'rbt-M';}
.loan_type_bx .cont .possible + .cmBx{justify-content:center;width:180px;margin:0 auto;}
.loan_type_bx .cont .possible + .cmBx div{width:100%;}
.loan_type_bx .cont .possible + .cmBx p{position:absolute;right:0;top:10px;}
.loan_type_bx .cont .addRequire{background:url(../img/LoanPoss_LayerPop_img2.png) no-repeat top center;padding:125px 0 30px;color:#2d2d2d;font-size:16px;font-family:'rbt-M';}

/* Apply Now - content */
.type .contWrap .tit_wrap{position:relative;background:#fff;padding:0px 10px 10px 10px} /* 2017-11-09 변경 */
.type .contWrap .tit_wrap .m{width:100%;} /* 2017-11-09 추가 */
.type .contWrap .rBox{display:none;}
.type .contWrap .lBox{background:#f1f1f1;margin:0 10px 10px;padding:10px;}
.type .contWrap .lBox .name_bx{margin-bottom:20px;}
.name_bx .middle{width:32%}
.type .contWrap .lBox .art.birth{margin-top:20px;}
.type .contWrap .lBox .titBx{display:flex;align-items:center;margin:0 0 20px;margin:0 0 40px;}  /* 2017-11-16 변경 */
.type .contWrap .lBox .titBx h3{color:#ff8f00;font-size:16px;font-family:'rbt-M';flex-grow:1;}
.type .contWrap .lBox .titBx p{display:none;}
.type .contWrap .lBox .prev_btn{display:inline-block;background:url(../img/arrow_ty_02_left.png) no-repeat left center;padding-left:30px;font-size:14px;font-family:'rbt-L';margin:30px 0 40px;}
.type .contWrap .agreeBx{margin:30px 0 10px;}
.type .agreeBx .on .txt a.underline{font-family:'rbt-M';}
.type .agreeBx .label_txt{cursor:pointer}
.type .agreeBx .txt{font-size:15px;font-family:'rbt-L';}
.type .agreeBx .txt a.underline{font-style:normal;display:inline-block;text-decoration:underline;}
.type .arrow-next,.type .arrow-prev{display:inline-block;text-indent:5px;}
.type .arrow-next{background:url(../img/arrow_next_btn.png) no-repeat right center;padding-right:20px;}
.type .arrow-prev{background:url(../img/arrow_prev_btn.png) no-repeat left center;padding-left:20px;}
.goNextStep{margin:0 0 5em;}
.goNextStep ol.loan_complet{display:flex;flex-direction:column;}
.goNextStep ol.loan_complet div{text-align:center;padding-top:100px;}
.goNextStep ol.loan_complet div.finish{color:#828282;}
.goNextStep ol.loan_complet div.finish p{color:#b8b8b8;}
.goNextStep ol.loan_complet div h3{font-size:24px;font-family:'rbt-M';line-height:28px;}
.goNextStep ol.loan_complet div p{font-size:16px;font-family:'rbt-L';color:#8c8c8c;line-height:20px;margin-top:10px;}
.goNextStep ol.loan_complet li:nth-child(1){background:url(../img/m_applyNow_result_01.png) no-repeat center top;background-size:71px 90px;}
.goNextStep ol.loan_complet li:nth-child(2){background:url(../img/m_applyNow_result_02.png) no-repeat center top;background-size:77px 77px;margin:3em 0;}
.goNextStep ol.loan_complet li:nth-child(3){background:url(../img/m_applyNow_result_03.png) no-repeat center top;background-size:73px 60px;}
.employBox > div{display:none;}



/* sub content */
.sub .contWrap{margin:65px 0 20px;position:relative;}
.sub .contWrap .tit_wrap{padding:60px 0 10px 20px;}
.contWrap:before{display:none;}
.contWrap .tit_wrap{width:100%;background:#e6e8ec;padding:100px 0 10px 20px;}
.contWrap .tit_wrap h2{font-size:36px;font-family:'rbtsb-R';color:#2d2d2d;padding-top:35px} /* 2017-11-09 변경 */
.contWrap .tit_wrap p{font-size:14px;font-family:'rbt-L';color:#444;margin:15px 0 10px;line-height:18px;}
.contWrap .content{width:100%;margin:40px 0 50px;padding:0 20px;}
.contWrap .content img{width:100%;}
.contWrap .content h3{font-size:26px;font-family:'rbtsb-R';color:#444;}
.contWrap .content h3 + p{font-size:14px;font-family:'rbt-L';color:#2d2d2d;margin:15px 0 50px;line-height:18px;}
.contWrap .content .txtWrap{line-height:22px;font-family:'rbt-L';font-size:14px;}
.contWrap .content .txtWrap > p{margin-bottom:30px;}
.contWrap .content .txtWrap > p:first-child{margin-top:30px;}
.contWrap.news .content .topBx p{margin-bottom:20px;}
/* content padding Not */
.contWrap .content.ourStory,
.contWrap .content.faq{padding:0;}
.contWrap .content.organ{padding:0;} /* 조직도 */
.contWrap .content.faq h3,
.contWrap .content.ourStory h3,
.contWrap .content.organ h3,		/* 조직도 */
.contWrap .content.organ .topBx p,	/* 조직도 */
.contWrap .content.faq h4,
.contWrap .content.ourStory h4,
.contWrap .content.ourStory h5,
.contWrap .content.ourStory p{padding-left:20px;}
.contWrap .content.faq .tabBx{padding-left:20px;}
.contWrap .content.faq h4:after,
.contWrap .content.ourStory h4:after{left:20px;}
/* content policy  2017-10-16 추가 및 변경 */
.contWrap .content.policy p,
.contWrap .content.declar p{font-family:'rbt-L';line-height:22px;font-size:14px;}
.contWrap .content.declar p{margin-top:20px;}
.contWrap .content.declar p:first-child{margin-top:0;}
.contWrap .content.policy p.mB50{margin-bottom:50px;}
.contWrap .content.policy p.mT30{margin-top:30px;}

.part_bx{display:flex;flex-direction:column;margin-bottom:50px;}
.part_bx h4{position:relative;font-size:16px;font-family:'rbt-M';line-height:20px;color:#6d6d6d;margin-bottom:35px;}
.part_bx h4:after{content:'';position:absolute;left:0;bottom:-15px;display:inline-block;height:2px;width:60px;background:#ff8f00;}
.part_bx dl{display:flex;font-size:14px;font-family:'rbt-L';color:#2d2d2d;margin:5px 0;}
.part_bx dl dt{width:125px;}
.part_bx ul{line-height:24px;}
.part_bx ul li{font-size:14px;font-family:'rbt-L';}
.part_bx ul li dl.two{padding-left:20px;display:block;}
.part_bx ul li dl.two dt{width:auto;position:relative;padding:0 5px 0 12px;flex-grow:0;flex-direction:column;}
.part_bx ul li dl.two dt:before{content:'*';display:block;position:absolute;left:0;top:3px;}
.part_bx .npart{margin-top:20px;}
.part_bx .npart p{color:#6d6d6d;margin-bottom:10px;}
/* 2017-10-12 추가 */
.part_bx .rto{display:block;}
.part_bx .rto dt{font-family:'rbt-M';font-style:italic;width:auto;}
.part_bx .rto dd{font-family:'rbt-L';margin:25px 0;line-height:22px;}

.year_bx{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:35px;/* height:100px; */}
.year_bx.two{justify-content:space-around;}

.faq_bx{position:relative;display:flex;flex-direction:column;margin-bottom:50px;}
.faq_bx h4{position:relative;font-size:16px;font-family:'rbt-M';color:#6d6d6d;margin-bottom:55px;}
.faq_bx h4:after{content:'';position:absolute;left:20px;top:30px;display:inline-block;height:2px;width:60px;background:#ff8f00;}
.faq_bx .faq{border-bottom:1px solid #e6e8ec;}
.faq_bx .faq .q a{display:block;font-family:'rbt-L';font-size:16px;color:#000;background:url(../img/faq_icon.png) no-repeat 10px 16px;padding:17px 0 17px 45px;}
.faq_bx .faq .a{display:none;}
.faq_bx .faq.open{background:#616161;height:auto;color:#fff;}
.faq_bx .faq.open .q a{background-position:10px -10px;font-family:'rbt-M';color:#fff;}
.faq_bx .faq.open .a{display:block;padding:0 10px 0 60px;margin-bottom:20px;line-height:22px;font-family:'rbt-L';font-size:14px;}
.faq_bx .more_btn{display:inline-block;position:absolute;top:40px;right:20px;width:105px;color:#ff7a01;font-size:14px;font-family:'rbt-M';background:url(../img/faq_more.png) no-repeat right center;background-size:12px 12px;}
.faq_bx .close_btn{display:inline-block;position:absolute;top:40px;right:20px;width:105px;color:#ff7a01;font-size:14px;font-family:'rbt-M';background:url(../img/faq_more-.png) no-repeat right center;background-size:12px 12px;}

.apply_txt_bx{background:#f8f8f8;padding:1em;margin-bottom:20px;}
.apply_txt_bx .btn{width:100%;height:40px;line-height:40px;}
.apply_txt_bx .inText{margin-bottom:20px;}

/* news  */
.card_bx{width:100%;display:flex;flex-wrap:wrap;}
.card_bx .card{width:100%;height:auto;margin-bottom:20px;background:#fff;box-shadow:1px 2px 6px 1px #cecece;} /* 2017-11-03 변경 아래에 hover있었던 부분 삭제. */
.card_bx .card:hover{box-shadow:1px 2px 6px 1px #cecece;}
.card_bx .text{padding:40px 25px;position:relative;}
.card_bx .text dl dt{font-family:'rbtsb-L';font-weight:bold;font-size:20px;}
.card_bx .text dl dt span{display:block;font-family:'rbt-L';font-size:14px;margin:20px 0 35px;}
.card_bx .text dl dd{font-family:'rbt-L';font-size:14px;line-height:22px;}
.card_bx .card .btn{position:absolute;bottom:12px;background-position:right center;}

/* news detail */
.view_bx{margin:30px 0;}
.view_bx h5{font-family:'rbt-L';font-size:24px;color:#2d2d2d;margin-bottom:20px;}
.view_bx .viewImg{display:flex;}
.view_bx .viewImg.top{display:block;width:100%;}
.view_bx .l_img{margin-right:1%;}

/* branches */
.map_bx{display:flex;border-bottom:1px solid #e1e1e1;padding-bottom:30px;margin-bottom:30px;}
.map_bx:last-child{border-bottom:0;}
.map_bx .text{margin-right:0;}
.map_bx .text dl{display:table;margin-bottom:20px;}
.map_bx .text dl dt{display:table-cell;font-size:20px;font-family:'rbt-L';font-weight:bold;}
.map_bx .text dl dd{font-size:16px;font-family:'rbt-L';line-height:20px;}
.map_bx .mapView{display:none;flex-grow:1;}


/* error */
.error{padding:10px 20px;}
.error h1{margin:25px 0 0 10px;}
.error .error_bx{position:relative;height:400px;}
.error .error_bx.e404{background:url(../img/etc/error_404.png) no-repeat center 30px;background-size:184px;}
.error .error_bx.e500{background:url(../img/etc/error_500.png) no-repeat center 30px;background-size:184px;}
.error .error_bx .txt{width:300px;margin:0 auto;padding-top:250px;}
.error .error_bx .txt strong{display:block;margin-bottom:50px;font-size:30px;font-family:'rbtsb-L';}
.error .error_bx .txt p{font-size:18px;font-family:'rbt-L';margin-bottom:10px;}
.error .error_bx .txt p.sfont{font-size:14px;color:#2b2b2b;}

/*조직도 */
.intro_img{position:relative;background:url(../img/aboutUs_wgroup_m.png) no-repeat;background-size:100% 100%;padding-top:75%;}
.intro_img .infoText{display:flex;flex-wrap:wrap;width:100%;position:absolute;bottom:18%;padding:17px 25px;background:rgba(0, 0, 0, 0.60);}
.intro_img .infoText dl{display:flex;width:100%;margin-bottom:5px;}
.intro_img .infoText dl dt{color:#fff;font-family:'rbt-M';font-size:23px;line-height:28px;margin-right:10px;}
.intro_img .infoText dl dd{color:#ff8f00;font-family:'rbt-M';font-size:30px;}
.intro_img .infoText dl dd span{font-size:25px;}
.organ_chart h4{display:none;}
.organ_chart ul{display:block;}
.organ_chart ul li{display:block;text-align:left;width:100%;padding-left:20px;margin-bottom:30px;}
.organ_chart ul li.on div > a{color:#ff8f00;font-family:'rbt-M';}
.organ_chart ul li p{text-align:left;display:block;line-height:20px;font-size:24px;color:#6d6d6d;/* text-transform:uppercase; */}
.organ_chart ul li div{margin-top:20px;line-height:18px;}
.organ_chart ul li div > a{display:block;font-size:19px;font-family:'rbt-L';color:#6d6d6d;margin-bottom:10px;}
.org_txtBx{position:relative;display:flex;flex-direction:column;padding-top:25px;}
.org_txtBx .faq{border-bottom:1px solid #e6e8ec;}
.org_txtBx .faq .q a{display:block;font-family:'rbt-L';font-size:19px;color:#000;background:url(../img/faq_icon2.png) no-repeat 20px 28px;padding:27px 0 17px 65px;}
.org_txtBx .faq .a{display:none;}
.org_txtBx .faq.open{background:#616161;height:auto;color:#fff;}
.org_txtBx .faq.open .q a{background-position:22px -13px;font-family:'rbt-M';color:#fff;}
.org_txtBx .faq.open .a{display:flex;flex-wrap:wrap;padding:0 10px 0 65px;margin-bottom:20px;line-height:22px;font-family:'rbt-L';font-size:14px;}
.org_txtBx .faq.open .a.max .inDetail{width:100%;margin-top:20px;}
.org_txtBx .faq.open .a.max .inDetail:first-child{margin-top:0;}
.org_txtBx .faq.open .inDetail{font-size:16px;}
.org_txtBx .faq.open .inDetail dt{font-family:'rbt-M';margin-bottom:10px;}
.org_txtBx .faq.open .inDetail dd{position:relative;padding-left:10px;}
.org_txtBx .faq.open .inDetail dd:before{content:'';display:block;position:absolute;left:0;top:9px;width:2px;height:2px;background:#fff;}
.org_txtBx .more_btn{display:inline-block;position:absolute;top:0;right:20px;width:105px;color:#ff7a01;font-size:14px;font-family:'rbt-M';background:url(../img/faq_more.png) no-repeat right center;background-size:12px 12px;}
.org_txtBx .close_btn{display:inline-block;position:absolute;top:0px;right:20px;width:105px;color:#ff7a01;font-size:14px;font-family:'rbt-M';background:url(../img/faq_more-.png) no-repeat right center;background-size:12px 12px;}

/* 2017-12-05 끝 - 조직도 */
/* 20190422 */
.noti-txt{color:#e11637 !important;font-size:16px;line-height:23px;position:relative;width:1024px;margin:0 auto;margin-top:30px !important;padding:3px 0 0 32px;font-family:'rbt-M' !important;text-indent:-46px;padding-left:76px !important;}
.noti-txt:after{content:'';display:block;clear:both;background:url(../img/icon_n.jpg) no-repeat 0 0;position:absolute;top:0;left:0;width:22px;height:22px;background-size:22px;}
.common-pc{display:block;}
.common-mobile{display:none;}

/* 20190812 app */
[data-app="android"]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9000;display:block;}
[data-app="android"] .dim{opacity:0.6;position:absolute;top:0;left:0;right:0;bottom:0;z-index:9100;background:#000;}
[data-app="android"] .inner{position:fixed;right:0;left:0;bottom:0;height:212px;z-index:9200;background:#fff;padding:26px 13px 30px 13px;}
[data-app="android"] .inner h1{color:#ff8f00;font-size:21px;padding:0 0 10px 0;}
[data-app="android"] .inner *{text-align:center;}
[data-app="android"] .inner .tt-1{color:#333;font-size:17px;line-height:21px;padding:0 0 17px 0;height:81px;position:relative;font-family:'rbt-R';}
[data-app="android"] .inner .tt-2{text-align:center;color:#999;font-size:12px;padding-top:9px;}
[data-app="android"] .inner .btn-down{}
[data-app="android"] .inner .btn-down:after{content:'';display:block;clear:both;}
[data-app="android"] .inner .btn-down li{float:left;width:50%;}
[data-app="android"] .inner .btn-down li.li-1{float:none;width:auto;}
[data-app="android"] .inner .btn-down a{font-size:17px;display:block;height:46px;line-height:46px;text-align:center;border-radius:2px;font-family:'rbt-R';}
[data-app="android"] .inner .btn-down a.btn-1{border:1px solid #ccc;}
[data-app="android"] .inner .btn-down a.btn-2{background:#ff8f00;color:#fff;border:1px solid #ff8f00;}
[data-app="android"] .inner .btn-down a.btn-3{display:block;text-align:center;animation: bgrotate2 6s linear infinite;background: linear-gradient(-45deg, #E01837 , #FF8F00, #E01837, #FF8F00);background-size: 400% 400%;color:#fff;}
[data-app="android"] .inner .btn-down a.btn-3 span{position:relative;}
[data-app="android"] .inner .btn-down a.btn-3 span:after{content:'';display:block;clear:both;background:url('/resources/images/arrow_1.png') no-repeat 0;background-size:12px 13px;position:absolute;top:50%;right:-18px;width:12px;height:13px;margin-top:-8px;}
@keyframes bgrotate2 {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
[data-app="android"] .inner .btn-down li:first-child a.btn-1{margin-right:10px;}
[data-app="android"] .inner .btn-down li:last-child a.btn-1{margin-left:10px;}
[data-app="android"] .inner .close-app{position:absolute;top:0;right:0;}
[data-app="android"] .inner .close-app img{width:38px;}
[data-app="android"] .icon{width:57px;position:absolute;top:2px;left:20px;}
[data-app="android"] .t-1{color:#333;font-size:17px;line-height:21px;display:block;padding:1px 0 0 90px;text-align:left;font-family:'rbt-R';}
[data-app="install"]{display:none;}
/* //20190812 app */

@media all and (min-width:1024px){

	/* 20190422 */
	.type .stepView.two{width:253px;}/* 20190422 */
	.type .welcome-header-wrap h1{padding-left:0;}
	.tit_wrap.type-2{padding-bottom:0 !important;}
	.noti-txt{font-size:18px !important;margin-top:56px !important;}
	.common-pc{display:none;}
	.common-mobile{display:block;}
	/* //20190422 */

	#simplemodal-container {height:200px; width:400px; color:#bbb; background-color:#fff; border:4px solid #ff9a44; padding:12px; position:fixed; overflow-y:hidden;}
	#simplemodal-container .simplemodal-data {padding:8px; overflow-y:hidden; position:fixed; width:380px;}
  header{min-height:64px;max-height:1000px;/* z-index:53; */}

  /* button */
  .welcome-visual-box .textBx .btn.mint{height:48px;width:190px;line-height:48px;}

  .rdi_R > div:first-child{margin-right:15px;}
  .btn-c .btn{width:190px;height:48px;line-height:48px;margin:0 auto;}
  .btn-c .btn.w{width:248px;height:48px;line-height:48px;margin:0 auto;}


  .cmBx .selbxLoan, .cmBx .selbxSt,
  .cmBx .selbxLoan label, .cmBx .selbxSt label{width:390px;}
  .selbx01{display:inline-block;width:auto;}
  .selbx03{display:inline-block;width:auto;}
  .selbx02{width:43%}
  .cmBx.perS .per{width:42%;}

  .mdl-layout__container{width:100%;height:100%;}

/*   .type header{position:fixed;} */
  .type .welcome-header-wrap{width:1024px;margin:0 auto;flex-direction:row;}

  .type .stepView{display:flex;align-items:center;position:absolute;bottom:15px;right:20px;}
  .type .stepView li.num1 div:before,
  .type .stepView.org li div:before{width:100px;right:-110px;}
  .type .stepView.org li.num3 div{margin-right:0;}
  .type .stepView.org li.num3 div:before{display:none;}
  .type .stepView li.num1 div,
  .type .stepView.org li div{margin-right:120px;}
  .type .stepView li div{line-height:18px;padding-top:10px;}
  /* .type .stepView.txt li div{padding-top:0;} */
  .type .stepView li div span{display:block;font-family:'rbt-L';font-size:12px;color:#9a9a9a;}

  .welcome-header-wrap{width:1156px;min-height:64px;margin:0 auto;}
  .welcome-mn{flex-grow:0;margin:0 10px 0 0;}
  .welcome-logo{flex-grow:4;}
  .welcome-nav{display:block;flex-grow:1;align-self:center;}
  .welcome-nav ul{position:relative;display:flex;justify-content:space-around;}
  .welcome-nav ul li{display:block;height:65px;}
  .welcome-nav ul li > a{display:flex;align-items:center;padding:24px 0;font-size:16px;}
  .welcome-nav ul li:nth-child(2) a{padding-top:25px;}
  #needPeso{height:28px}
  .welcome-nav ul li:first-child > .twoDep{margin-left:-104px;}
  .welcome-nav ul li > .twoDep{display:none;background:#fff;width:178px;z-index:55;border:1px solid #f3f3f3;position:absolute;top:45px;margin-left:-80px;}
  .welcome-nav ul li > .twoDep li{position:relative;padding:0 10px;background:#fff;height:55px;line-height:55px;}
  .welcome-nav ul li > .twoDep li a{display:block;padding:0;border-top:1px solid #f3f3f3;text-indent:5px;font-size:15px;font-family:'rbt-L';font-weight:bold;color:#9b9b9b;}
  .welcome-nav ul li > .twoDep li:first-child:after{content:'';display:inline-block;position:absolute;right:14px;top:25px;border-bottom:7px solid #848484;border-top:7px solid none;border-left:7px solid transparent;border-right:7px solid transparent;}
  .welcome-nav ul li > .twoDep li.on a{color:#fe7507;font-family:'rbt-M';}

  .web .welcome-visual-box{height:503px;display:block;}
  .welcome-visual-box:after{content:'';display:block;clear:both;}
  .welcome-visual-box li{overflow:hidden;height:503px;display:flex;}
  .welcome-visual-box li img{float:left;width:50%;height:100%;}
  .welcome-visual-box .textBx{position:absolute;top:70px;left:calc(100% - 45%);padding:0;}
  .welcome-visual-box .textBx .last{margin:20px 0 60px 0;}
  .welcome-visual-box .textBx h2{font-size:44px;font-family:'rbtsb-L';line-height:50px;}
  .welcome-visual-box .textBx h2 + p{font-size:18px;margin:20px 0 60px;}
  .welcome-visual-box .textBx h2 + p.long{font-size:18px;margin:20px 0 45px;line-height:20px;}

  /* welcome-visual-section */
  .welcome-visual-section{height:638px;overflow:hidden;position:relative;background:#fff;z-index:0;}
  .web .welcome-visual-box.m{display:none;}
  .web .visual-controls{background:#08aab0;overflow:hidden;display:block;position:static;}
  .visual-controls .in-bx{display:flex;width:1024px;height:70px;margin:0 auto;justify-content:center;}
  .visual-controls a{display:flex;border-radius:0;width:auto;text-indent:0;position:relative;flex-grow:1;font-size:16px;font-family:'rbt-L';color:#fff;background:none;line-height:20px;text-align:left;height:100%;align-items:center;justify-content:center;}
  .visual-controls a span{display:inline-block;padding-left:1em;}
  .visual-controls a.active{background:#82cdd0;}
  .visual-controls .last{width:15%;}
  .visual-controls .last span:before{left:45px;}

  /* welcome-calculator-section */
  .welcome-calculator-section{background:#efefef;height:515px;position:relative;}
  .welcome-calculator-section.on{height:647px;}
  .welcome-calculator-section.on .calcBx .inWrap .calc dl{margin-top:30px;}
  .calcBx{width:1024px;margin:0 auto;}
  .calcBx .loanType{display:none;background:transparent;height:29px;position:absolute;line-height:30px;color:#08aab0;font-family:'rbt-L';font-weight:bold;}
  .calcBx h3{color:#848484;padding-top:60px;}
  .calcBx .inWrap{display:flex;padding-top:30px;}
  .calcBx .inWrap .calc{width:575px;}
  .calcBx .inWrap .calc .rate{display:none;margin-bottom:2em;}
  .calcBx .inWrap .calc .rate + .btn{position:absolute;bottom:45px;width:190px;margin-bottom:0;}

  .calcBx .inWrap .btn{position:absolute;bottom:45px;width:190px;margin-bottom:0;} /* 2018-08-08 추가(CALCULATE) */

  /* 2017-11-06 변경 시작 */
  #ie-bar{width:100%;}
  #ie-bar:before{height:2px;}
  #ie-bar li{position:;font-size:13px;padding:15px 0px 5px 10px;text-align:right;}
  #ie-bar li:nth-child(3),
  #ie-bar li:nth-child(4){width:20%;}
  #ie-bar li:nth-child(3) i,
  #ie-bar li:nth-child(4) i{left:20px;}
  #ie-bar li:before{position:absolute;top:0;left:0;right:0;height:2px;background:#bdbdbd;content:'';}
  #ie-bar li.non:before{background:#ff8f00;}
  #ie-bar li i{position:absolute;top:-10px;left:23px;border-radius:15px;width:20px;height:20px;margin-left:10px;background:#ff8f00;content:'';}
  .cmBx.perS .per input{background:#efefef;width:115px;}

  .bar-state{margin-top:1.2em;width:72%;}
  /* .range{position:relative;width:300px;height:3px;float:right;}
  .range input{top:1px;}
  .range-labels{width:auto;margin:18px -25px 0;}
  .range-labels li{width:70px;margin-top:10px;} 2017-11-14 변경
  .range-labels li:last-child{margin-right:10px} 2017-11-14 추가 */

  .calcBx .inWrap .imgBx{display:block;position:relative;text-align:right;background:url(../img/calculate_img.png) no-repeat center;height:409px;width:430px}/* 2017-10-30 수정 */
  .calcBx .inWrap .imgBx .text{display:block;color:#fff;position:absolute;top:83px;left:118px;width:229px;font-family:'rbt-R';text-align:left;line-height:17px;background:#ff8f00;} /* 2017-11-14 추가 */
  .calcBx .inWrap .imgBx.on .text{top:73px;left:84px;font-size:12px;width:280px;} /* 2017-11-14 추가 */
  .calcBx .inWrap .imgBx.on{background:url(../img/calculate_img_on.png) no-repeat center;height:541px;display:flex;flex-direction:column;align-items:center;}
  .calcBx .inWrap .imgBx.on .result_bx{display:flex;background:none;left:83px;padding:0;}
  .calcBx .inWrap .imgBx.on .btn.mint{display:block;position:absolute;left:120px;bottom:46px;width:190px;}
  .calcBx .inWrap .imgBx .btn.mint{display:none;}
  .calcBx .inWrap .imgBx .result_bx{display:none;align-items:center;position:absolute;top:33%;left:6em;}
  .calcBx .inWrap .imgBx .result_bx dt{width:120px;text-indent:0;text-align:left;align-self:center;font-family:'rbt-L';font-weight:bold;font-size:14px;color:#5e5e5e;}
  .calcBx .inWrap .imgBx .result_bx dt.rbtM{font-weight:bold;color:#000;}
  .calcBx .inWrap .imgBx .result_bx dd{margin-left:25px;display:flex;}
  .calcBx .inWrap .imgBx .result_bx dd .result{width:80px;margin-right:10px;}
  .calcBx .inWrap .imgBx .result_bx dd #rslt_03{border-bottom:2px solid #08aab0;font-family:'rbt-M';font-weight:bold;}
  .calcBx .inWrap .imgBx .result_bx dd .txt{position:static;}
  .calcBx .inWrap .calc .rText{position:static;}
  .calcBx .inWrap .calc .rText.name{display:none;}
  .calcBx .inWrap .calc .select{border:0;border-bottom:1px solid #ccc;width:70%;}
  .calcBx .inWrap .calc dl{margin-top:40px;}
  .calcBx .inWrap .need dt,
  .calcBx .inWrap .need dd{width:250px;}
  .calcBx .inWrap .need .cmBx > div{width:60%} /* 2017-11-14 변경 */
  .calcBx .inWrap .need dt{flex-grow:2;flex-shrink:0;}
  .calcBx .inWrap .need dd{display:flex;flex-grow:2;justify-content:flex-start;}
  .calcBx .inWrap .term{display:flex;margin-bottom:53px;}
  .calcBx .inWrap .term .selbx02{padding:0;}
  .calcBx .inWrap .term .selbxLoan{width:120px;height:25px}
  .calcBx .inWrap .term .selbxLoan label{top:0;}
  .calcBx .inWrap .term .selbxLoan select{height:25px;line-height:25px;min-height:25px}

  .calcBx .inWrap .term dt{flex-grow:2;flex-shrink:0;}
  .calcBx .inWrap .term dd{flex-grow:2;justify-content:flex-start;}

  /* welcome-check-section */
  .welcome-check-section{height:auto;background:#dc2350 url(../img/check_bg.png) no-repeat center center;background-size:auto 100%;}
  .welcome-check-section ul{display:flex;align-items:center;flex-direction:row;width:1024px;height:130px;margin:0 auto;}
  .welcome-check-section ul li{width:50%;}
  .welcome-check-section ul li:nth-child(1) b{width:230px;}
  .welcome-check-section ul li:nth-child(2) b{width:185px;}
  .welcome-check-section a{display:inline-flex;flex-flow:column nowrap;color:#fff;}
  .welcome-check-section a > span{display:block;margin-bottom:1em;font-size:18px;font-family:'rbt-L';}
  .welcome-check-section a > b{font-size:22px;font-family:'rbt-M';font-weight:normal;padding-right:30px;background:url(../img/check_arrow_icon.png) no-repeat right;height:31px;line-height:31px;}

  /* welcome-clients-section */
  .welcome-clients-section{background:#ff8f00;height:455px;position:relative;}
  .clitBx{width:1024px;height:515px;margin:0 auto;}
  .clitBx h3{padding-top:40px;}
  .clitBx h3:after{background:#fff;}
  .clitBx .inWrap{font-family:'rbtsb-L';color:#fff;text-align:center;padding-top:30px;margin-top:20px;}

  .clitBx .inWrap p{font-size:30px;line-height:33px;}
  .clitBx .inWrap p.ps{display:block;font-size:16px;margin-top:25px;}
  .clitBx .inWrap .pager{display:flex;justify-content:center;margin:25px 0 20px;}
  .clitBx .inWrap .pager a{background:#df4400;color:#fff;width:24px;height:23px;line-height:23px;margin:5px;border-radius:15px;font-family:'rbt-L';font-size:12px;text-indent:0;}
  .clitBx .inWrap .pager a.active{color:#df4400;}


  /* welcome-step-section */
  .welcome-step-section{background:#fff;height:450px;position:relative;}
  .sub .welcome-step-section{margin-bottom:50px;}
  .stepBx{width:1024px;height:450px;margin:0 auto;}
  .stepBx h3{color:#848484;padding-top:60px;}
  .stepBx .inWrap{padding-top:50px;}
  .stepBx .inWrap ul{display:flex;justify-content:space-evenly;flex-direction:row;}
  .stepBx .inWrap ul li{width:33%;text-align:center;}
  .stepBx .inWrap ul li a{display:block;font-family:'rbt-L';}
  .stepBx .inWrap ul li a span{display:inline-block;position:relative;padding-top:170px;font-size:16px;line-height:20px;color:#8e8e8e;text-align:center;}
  .stepBx .inWrap ul li a span > i{position:absolute;top:55%;left:calc(50% - 21px);font-style:normal;border:1px solid #ff8f00;border-radius:15px;font-size:16px;font-family:'rbt-M';color:#ff8f00;padding:0 0.3em;}
  .stepBx .inWrap ul li a.step-03 span > i{top:60.5%;}
  .stepBx .inWrap ul li a.step-01{background:url(../img/web_step_01.png) no-repeat top center;}
  .stepBx .inWrap ul li a.step-02{background:url(../img/web_step_02.png) no-repeat top center;}
  .stepBx .inWrap ul li a.step-03{background:url(../img/web_step_03.png) no-repeat top center;}

  /* welcome-loans-section */
  .welcome-loans-section{background:#eee;height:490px;position:relative;}
  .loanBx{width:1024px;height:490px;margin:0 auto;}
  .loanBx h3:after{background:#ff8f00;}
  .loanBx .inWrap{display:flex;justify-content:space-between;flex-direction:row;padding-top:40px;margin-top:30px;}
  .loanBx .inWrap .card{width:230px;height:285px;background:#fff;}
  .loanBx .inWrap .card a{display:block;height:285px;background:url(../img/arrow_ty_02.png) no-repeat 88% 90%;}
  .loanBx .inWrap .card:focus,
  .loanBx .inWrap .card:hover{box-shadow:-3px 3px 15px #ccc;}
  .loanBx .inWrap .card .personal{background:url(../img/web_loan_icon_01.png) no-repeat 30px 40px;}
  .loanBx .inWrap .card .business{background:url(../img/web_loan_icon_02.png) no-repeat 30px 40px;}
  .loanBx .inWrap .card .auto{background:url(../img/web_loan_icon_03.png) no-repeat 30px 40px;}
  .loanBx .inWrap .card .salary{background:url(../img/web_loan_icon_04.png) no-repeat 30px 40px;}
  .loanBx .inWrap .card dl{padding:95px 0 0 30px;}
  .loanBx .inWrap .card dl dt{color:#444;font-size:22px;font-family:'rbtsb-L';font-weight:bold;margin-bottom:20px;}
  .loanBx .inWrap .card dl dd{color:#8e8e8e;font-size:14px;font-family:'rbt-L';line-height:22px;}

  /* welcome-ifyou-section */
  .welcome-ifyou-section{background:#fff;height:330px;position:relative;}
  .ifBx{width:1024px;height:330px;margin:0 auto;}
  .ifBx h3{color:#6d6d6d;padding-top:60px;}
  .ifBx .inWrap{display:flex;justify-content:space-between;flex-direction:row;margin-top:30px;padding-top:30px;}
  .ifBx .inWrap dl{width:50%;}
  .ifBx .inWrap dl dt{color:#ff8f00;font-size:17px;font-family:'rbt-L';font-weight:bold;padding-left:70px;height:54px;line-height:54px;margin-bottom:20px;}
  .ifBx .inWrap dl dd{color:#000;font-size:14px;font-family:'rbt-L';font-weight:bold;line-height:18px;}
  .ifBx .inWrap dl.if_01 dt{background:url(../img/web_if_icon_01.png) no-repeat;}
  .ifBx .inWrap dl.if_02 dt{background:url(../img/web_if_icon_02.png) no-repeat;}

  /* welcome-story-section */
  .welcome-story-section{background:#29b6f6 url(../img/story_img_2.jpg) no-repeat right;background-size:50% 100%;height:403px;position:relative;}/* s */
  .storyBx{background:none;width:1024px;height:405px;margin:0 auto;padding:0;}
  .storyBx h3{color:#fff;padding-top:60px;}
  .storyBx h3:after{background:#fff;}
  .storyBx .inWrap{display:flex;margin-top:30px;padding-top:60px;}
  .storyBx .inWrap .inText{color:#fff;margin-bottom:40px;}
  .storyBx .inWrap .inText p:first-child{font-size:30px;font-family:'rbtsb-L';margin-bottom:20px;}
  .storyBx .inWrap .inText p{font-size:14px;font-family:'rbt-L';line-height:18px;}
  .storyBx .inWrap .btn.more{background:url(../img/arrow_ty_03_blue.png) no-repeat right center;width:145px;height:35px;line-height:35px;font-size:16px;text-align:left;padding:0;}

  .welcome-footer .inWrap{width:1024px;margin:0 auto;position:relative;}
  .welcome-footer .inWrap .topBx{position:relative;padding:60px 0 30px 0;margin-bottom:40px;border-bottom:1px solid #555;}
  .welcome-footer .inWrap nav{display:flex;}
  .welcome-footer .inWrap nav > div{width:19.5%;}
  .welcome-footer .inWrap nav > .cp{margin-top:-6px;width:19.5%;}/* 20190926 */
  .welcome-footer .inWrap nav > div.last h4{margin-bottom:25px;}
  .welcome-footer .inWrap nav div h4{color:#fff;font-size:14px;}
  .welcome-footer .inWrap nav div ul{margin-top:20px;}
  .welcome-footer .inWrap nav div ul li{line-height:28px;}
  .welcome-footer .inWrap nav div ul li a{font-size:14px;font-family:'rbt-L';color:#b2b2b2;}
  .welcome-footer .inWrap .qBtn_wrap{position:absolute;right:0;bottom:40px;width:auto;display:block;}
  .welcome-footer .inWrap .qBtn_wrap > a{margin:0 0.3em;display:inline-block;text-align:center;width:190px;height:48px;line-height:48px;}

  .welcome-footer .inWrap .btn.top{display:block;color:#a0a0a0;background:url(../img/arrow_ty_01_mini.png) no-repeat right center;font-size:14px;font-family:'rbt-L';width:90px;height:35px;line-height:35px;text-align:left;padding:0;position:absolute;top:50px;right:0;}
  .welcome-footer .inWrap footer{padding:0 0 80px 0;height:130px;}
  .welcome-footer .inWrap footer .footCont{display:flex;width:80%;height:130px;padding:0;position:relative;flex-direction:column;margin-top:0;}/* 2017-10-29 변경 */
  .welcome-footer .inWrap footer .footCont .txt_bx{position:absolute;bottom:-15px;margin-top:0;}
  .welcome-footer .inWrap footer .footCont .txt_bx .flogo{top:-35px;}
  .welcome-footer .inWrap footer .footCont .callNumber{display:block;position:absolute;padding-left:9.5em;}
  .welcome-footer .inWrap footer .footCont .callNumber a{font-size:14px;border:0;background:none;padding:0 3px;margin:0;display:inline-block;cursor:text;width:auto}/* 2017-10-31 변경 */
  .welcome-footer .inWrap footer .footCont .callNumber a > b{font-weight:normal;}
  .welcome-footer .inWrap footer .footCont .callNumber a > span{font-family:'rbt-L';}
  .welcome-footer .inWrap footer .footCont .callNumber .customCt{text-align:left;height:auto;}
  .welcome-footer .inWrap footer .footCont .callNumber .customCt > i{display:inline-block;font-style:normal;}
  .welcome-footer .inWrap footer .service{position:absolute;right:0;top:0;display:flex;flex-direction:column;}
  .welcome-footer .inWrap footer .service > div{font-size:14px;color:#808080;width:170px}/* 2017-10-29 변경 */
  .welcome-footer .inWrap footer .service .selected{width:150px;}
  .welcome-footer .inWrap footer .service .facebook{display:inline-block;position:absolute;right:0;bottom:-53px;}


  /* popup */
  .pop-container .pop-conts{padding:35px 20px 20px;}
  .pop-container p.ctxt{color:#666;line-height:25px;}
  .btn-l{display:flex;width:100%;padding:12px 20px;background:#fff;text-align:left;}
  .btn-l .btn.gray, .btn-l .btn.org{display:block;font-size:16px;text-align:center;color:#fff;width:85px;height:35px;line-height:35px;border-radius:2px;margin:0 0.5em 0 0;} /* 2017-10-30 변경 및 추가 */
  .btn-l .btn.gray{background:#9b9b9b}
  .btn-l .btn.org{background:#ff8f00}
  .btn-l .btn.line{display:block;font-size:16px;text-align:center;color:#b2b2b2;border:1px solid #9b9b9b;background:#fff;border-radius:2px;width:105px;height:35px;line-height:35px;}

  .cmBx{padding:0 0 2em;}
  .cmBx.col{flex-flow:column wrap;}
  .cmBx .sText.mint{color:#08aab0;}
  .cmBx > div.yesOno{flex-grow:1;justify-content:space-between;align-items:center;flex-direction:row;}
  .cmBx > div.yesOno p{flex-grow:0;}
  .need .cmBx input{background:#efefef;border:0;border-bottom:1px solid #08aab0;} /* 2017-11-16 수정 */

  .w100_bx dt{font-size:12px;color:#444;}
  /* 2017-10-27 변경 selectbox_New */
/*   .w100_bx label{width:90%;font-size:16px;top:0}  */
  .w100_bx label{width:90%;font-size:16px;top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}  /* 2017-11-03 변경 */

  .info_txt{margin-top:10px;font-size:12px;font-family:'rbt-L';color:#8c8c8c;}
  .help_bx dt{margin-bottom:0.5em;font-size:16px;font-family:'rbt-L';}
  .help_bx textarea{box-sizing:border-box;border:1px solid #ccc;width:100%;height:65px;}
  .btn.attch{background:#666;color:#fff;font-family:'rbt-M';height:34px;border:1px solid #fff;border-radius:0;width:100%;margin:1em 0 0;}
  .btn.attch > span{display:inline-block;font-family:'rbt-L';background:url(../img/attach_icon.png) no-repeat right center;height:28px;line-height:28px;background-size:10px 16px;padding-right:20px;}

  /* Apply Now - content */
  .type .contWrap:before{display:none;}
  .type .contWrap .tit_wrap{/* background:url(../img/visual_web4.png) no-repeat right top; *//* padding:20px 45px 50px; */padding:20px 0 50px;z-index:auto;width:1024px;margin:0 auto;} /* 20190422 */
  .type.lp .contWrap .tit_wrap{background:none;} /* 2017-11-09 추가 */
  .type .contWrap .tit_wrap .m{display:none} /* 2017-11-09 추가 */
  .type .contWrap .cont{display:flex;margin:0 auto 60px auto;padding:0;box-shadow:none;width:1024px;min-height:810px;}
  .type .contWrap .lBox{background:#f1f1f1;width:50%;padding:0 60px;margin:0;}
  .type .contWrap .lBox .name_bx{margin-bottom:40px;}

  .type .contWrap .lBox .art:first-child{margin-top:60px;}
  .type .contWrap .lBox .settle{display:none;}

/*   .type .contWrap .lBox .titBx{margin:0 0 40px;} */
  .type .contWrap .lBox .titBx p{display:block;margin:0;font-family:'rbt-L';}
  .type .contWrap .lBox .prev_btn{margin:30px 0 40px -26px;}
  .type .contWrap .rBox{display:block;background:#ff8f00;width:50%;padding:60px 30px;}
  .type .contWrap .rBox .clitBx{width:100%;height:auto}
  .type .contWrap .rBox .clitBx .inWrap{padding-top:100px;margin:0;}
  .type .contWrap .rBox .clitBx h3{padding:0;}
  .type .contWrap .rBox .clitBx p{font-size:24px;line-height:24px;}
  .type .contWrap .rBox .clitBx p.ps{font-size:16px;}
  .type .arrow{padding-right:30px;}

   /* sub content */
  .sub .contWrap{margin:0 0 50px 0;}
  /* .sub .contWrap .tit_wrap{position:relative;padding:130px 0 0;width:1024px;margin:0 auto;} ksg 20171122*/
  .sub .contWrap .tit_wrap{padding:130px 0 0;width:1024px;margin:0 auto;}
  .contWrap .tit_wrap.non{background:none;padding:130px 0 150px;z-index:-1;}
  .contWrap .tit_wrap.non p{line-height:22px;}
  .contWrap .tit_wrap.loan{background:url(../img/loan_tit_img.png) no-repeat right 105px;z-index:-1;padding:130px 0;}
  .contWrap .tit_wrap.faq{background:url(../img/faqs_tit_img.png) no-repeat 97% 105px;z-index:-1;padding:130px 0;}
  .contWrap .tit_wrap.ourStory{background:url(../img/ourStory_tit_img.png) no-repeat 97% 120px;z-index:-1;padding:130px 0;}
  .contWrap .tit_wrap.newss{background:url(../img/ourStory_tit_img.png) no-repeat 97% 120px;z-index:-1;padding:130px 0px 3px;}

  .contWrap .tit_wrap h2{font-size:40px;padding-top:0} /* 2017-11-09 변경 */
  .contWrap .tit_wrap p{font-size:16px;font-family:'rbt-L';color:#444;margin:20px 0;line-height:20px;letter-spacing:-0.04em;}/* 20190422 */
  .contWrap:before{display:block;content:'';position:absolute;top:0;width:100%;height:460px;background:#e6e8ec;z-index:-1;}
  .contWrap .content{width:1024px;min-height:500px;background:#fff;margin:-130px auto 50px;padding:70px 60px;z-index:6;box-shadow:0px 3px 7px 2px #d2d2d2;}
  .contWrap.news{background:#e6e8ec;margin:0;padding-bottom:20px;}
  .contWrap.news .content{margin:0 auto;padding:0;box-shadow:none;background:#e6e8ec;}
  .contWrap.news .content .topBx{border-top:1px solid #faa334;background:#fff;padding:3em;margin-bottom:30px;}
  .contWrap.news .content .topBx p{margin-bottom:0;}

  .contWrap .content .txtWrap{line-height:25px;}
  .goNextStep{margin:3em 0 5em;}
  .goNextStep ol.loan_complet{display:flex;flex-direction:row;justify-content:space-between;}
  .goNextStep ol.loan_complet div{text-align:center;padding-top:150px;}
  .goNextStep ol.loan_complet div h3{font-size:24px;line-height:28px;}
  .goNextStep ol.loan_complet div p{font-size:16px;color:#8c8c8c;line-height:20px;margin-top:20px;}
  .goNextStep ol.loan_complet li{position:relative;}
  .goNextStep ol.loan_complet li:before{content:'';position:absolute;left:-100px;top:calc(100% - 150px);display:inline-block;width:27px;height:47px;background:url(../img/arrow_b_next_ico.png) no-repeat;}
  .goNextStep ol.loan_complet li:nth-child(1):before{display:none;}
  .goNextStep ol.loan_complet li:nth-child(1){background:url(../img/applyNow_result_01.png) no-repeat 65% top;}
  .goNextStep ol.loan_complet li:nth-child(2){background:url(../img/applyNow_result_02.png) no-repeat center top;margin:0;}
  .goNextStep ol.loan_complet li:nth-child(3){background:url(../img/applyNow_result_03.png) no-repeat center top;}

  .part_bx ul li dl.two{display:flex;}


  /* 콘텐츠 내부 버튼박스 */
  .content .btn-l.wide{padding:0;}
  .content .btn-l .btn{width:190px;height:48px;line-height:48px;margin:0;}
  .content .btn{width:190px;height:48px;line-height:48px;}

  /* 탭 메뉴 */
  .tabContent{margin-top:40px;}

  /* faq , OurStory */
  .contWrap .content.ourStory{padding:70px 60px;}
  .contWrap .content.faq{padding:70px 60px;}
  .contWrap .content.organ{padding:70px 60px;} /*조직도*/
  .contWrap .content.ourStory h3,
  .contWrap .content.faq h3,
  .contWrap .content.ourStory h4,
  .contWrap .content.ourStory h5,
  .contWrap .content.ourStory p {padding-left:0;}
  .contWrap .content.faq h4{padding:0;}
  .contWrap .content.faq .tabBx{padding:0;background:none;}
  .contWrap .content.faq h4:after,
  .contWrap .content.ourStory h4:after{left:0;}

  .faq_bx h4{margin-bottom:35px;}
  .faq_bx .faq .q a{padding:17px 0 17px 60px;}
  .faq_bx .more_btn{height:15px;padding-right:20px;top:0;right:0;background-size:15px 15px;}
  .faq_bx .close_btn{height:15px;padding-right:20px;top:0;right:0;background-size:15px 15px;}
  .apply_txt_bx{background:#f8f8f8;padding:3em 5em;margin-bottom:0;display:flex;justify-content:space-between;}
  .apply_txt_bx .inText{font-size:16px;margin-bottom:0;}
  .apply_txt_bx .inText p{font-family:'rbt-L';margin-bottom:7px;}
  .apply_txt_bx .inText strong{font-family:'rbt-M';font-weight:normal;}

  /* news  */
  .card_bx{margin-top:30px;}
  .card_bx .card{width:330px;height:500px;margin:0 0 17px 17px;background:#fff;}
/*   .card_bx .card:hover{box-shadow:1px 2px 6px 1px #cecece;} 2017-11-06 삭제 */
  .card_bx .card:nth-child(1){margin-left:0;}
  .card_bx .card:nth-child(4n){margin-left:0;}
  .card_bx .card .btn{position:relative;bottom:0;}
  .card_bx .text{padding:40px 25px;}
  .card_bx .text dl dt{font-family:'rbtsb-L';font-weight:bold;font-size:20px;}
  .card_bx .text dl dt span{display:block;font-family:'rbt-L';font-size:14px;margin:20px 0 35px;}
  .card_bx .text dl dd{font-family:'rbt-L';font-size:14px;line-height:22px;}

  /* news detail */
  .viewImg .r_img{display:block;}

  /* branches */
  .map_bx{padding-bottom:40px;}
  .map_bx .text dl{margin-bottom:40px;}
  .map_bx .mapView{display:flex;}
  .map_bx .text{margin-right:50px;width:50%;}

  /* error */
  .error{width:1024px;margin:145px auto 0;}
  .error h1{margin-top:0;}
  .error .error_bx{position:relative;padding-left:370px;height:430px;}
  .error .error_bx.e404{background:url(../img/etc/error_404.png) no-repeat 0 60px;background-size:369px;}
  .error .error_bx.e500{background:url(../img/etc/error_500.png) no-repeat 0 60px;background-size:369px;}
  .error .error_bx .txt{width:auto;position:absolute;top:140px;left:500px;padding:0;}
  .error .error_bx .txt strong{display:block;margin-bottom:50px;font-size:44px;font-family:'rbtsb-L';}
  .error .error_bx .txt p{font-size:24px;}
  .error .error_bx .txt p.sfont{font-size:16px;}



 /*조직도 */
  .intro_img{background:url(../img/aboutUs_wgroup_pc.png) no-repeat;height:424px;padding-top:0;}
  .intro_img .infoText{width:98%;bottom:0;margin:10px;padding:24px;}
  .intro_img .infoText dl{width:auto;margin-left:60px;}
  .intro_img .infoText dl:nth-child(1),
  .intro_img .infoText dl:nth-child(2){margin-bottom:20px;}
  .intro_img .infoText dl:nth-child(odd){width:45%;margin-left:0;}
  .intro_img .infoText dl dd span{font-size:20px;}
  .organ_chart h4{display:block;border-radius:100px;text-align:center;width:153px;height:153px;border:4px solid #f23641;font-size:20px;color:#df2451;padding-top:45px;margin:50px auto 0;}
  .organ_chart ul{display:flex;background:url(../img/aboutUs_wgroup_line.png) no-repeat top center;padding-top:80px;}
  .organ_chart ul li{display:flex;flex-wrap:wrap;align-content:right;padding:0 16px 0 0;margin-bottom:0;}
  .organ_chart ul li p{border-radius:100px;text-align:center;display:block;line-height:20px;width:115px;height:115px;padding-top:36px;border:4px solid #ff8f00;font-size:16px;color:#ff8f00;}
  .organ_chart ul li.one p{padding-top:47px;}
  .organ_chart ul li.thr p{padding-top:27px;}
  .organ_chart ul li div{padding-left:10px;letter-spacing:-0.4px;}
  .organ_chart ul li div > a{font-size:14px;margin-bottom:15px;}
  .org_txtBx .faq.open .a.max .inDetail{width:50%;margin-top:0;}
  .org_txtBx .faq.open .a.max .inDetail:nth-child(3){margin-top:20px;}
  /* 2017-12-05 끝 - 조직도 */
	/* 20190812 app */
	[data-app="android"]{display:none;}


@media all and (min-width:426px) and (max-width:768px){
	/* .range{width:49%;}
	.range-labels{margin:18px -2em 0;} */
}


@media all and (min-width:320px) and (max-width:480px){

  #popup1, #popup2, #popup_result_01, #popup_result_02, #popup_result_03, #popup_alert{width:85%;}
  .cmBx .sText,.help_bx dt,.w100_bx label,.cmBx .move_txt, .selbx01 label, .selbx03 label, .selbxLoan label, .selbxSt label{font-size:15px;}/* 2017-10-27 변경 */
   /*조직도 */
  .intro_img{margin-bottom:60px;}
  .intro_img .infoText{bottom:-15px;}
  .intro_img .infoText dl dt,
  .intro_img .infoText dl dd span{font-size:15px;line-height:100%;}
  .intro_img .infoText dl dd{font-size:20px;}
}

@media all and (min-width:320px) and (max-width:420px){
	#simplemodal-container {height:200px; width:80%; color:#bbb; background-color:#fff; border:4px solid #ff9a44; padding:12px; position:fixed; overflow-y:hidden;}
	#simplemodal-container .simplemodal-data {padding:8px; overflow-y:hidden; position:fixed; width:75%}
  .welcome-footer .inWrap footer .footCont .txt_bx{margin-top:9.5em;}
  .loan_type_bx .user dl dt{font-size:12px;}
  .loan_type_bx .user dl dd{font-size:14px;}
  .pop-container .btn-c > .btn{width:140px;height:42px;line-height:42px;}
  .btn.mint,.btn.gray,.btn.org{font-size:16px;}
  .pop-container .header{padding:14px 0;line-height:19px;height:auto;}
  .pop-container .header h1{font-size:17px;text-indent:10px;}
  .pop_close_btn{background-size:17px 17px;width:17px;height:17px;right:10px;top:15px; }
  .clitBx .inWrap .bxslider2 li:nth-child(2){top:calc(50% - 70px)}
  .clitBx .inWrap .bxslider2 li:nth-child(3){top:calc(50% - 70px)}

  /* 2017-11-07 변경 //  아래 2줄 삭제 */
  .rate .bar-state li{position:relative;font-size:13px;padding: 15px 0px 30px 3px;width:37px;text-align:right;}
  .rate .bar-state li i{content:'';position:absolute;top:-6px;left:8px;border-radius:15px;width:14px;height:14px;margin-left:10px;background:#ff8f00;z-index:1}

}

/*조직도 */
@media all and (max-width:320px) {
	.intro_img{margin-bottom:100px;}
	.intro_img .infoText{bottom:-55px;}
	.intro_img .infoText dl dt,
	.intro_img .infoText dl dd span,
	.organ_chart ul li div > a{font-size:18px;}
	.intro_img .infoText dl dd{font-size:20px;}
	.organ_chart ul li p{font-size:20px;}
	.org_txtBx .faq .q a,
	.org_txtBx .faq.open .a{padding-left:55px;}
}


@media all and (min-width:320px) and (max-width:375px){
	.welcome-story-section{height:350px;}
}

}



/* modal popup css 20170705*/
#basic-modal-content {display:none; overflow-y:hidden; height: 100%; outline: 0px; width: 100%;}

/* Overlay */
#simplemodal-overlay {background-color:#000; pointer-events:none; overflow-y:hidden;}

/* Container */
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:8px 12px 12px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}
.pop_mod_conts {padding:15px 0px 10px 0px; }
/* modal popup css*/

select:disabled{background-color:#eee !important}
.tit_fir{font-size:2.3em;line-height:1.2;letter-spacing:-1px; color: #fff}
.tit_mid{font-size:1.3em;line-height:1.2;letter-spacing:-1px; color: #5f5959 }
.tit_mid2{font-size:1.3em;line-height:1.2;letter-spacing:-1px; color: #5f5959; font-weight: bolder;}
.tit_alt{font-size:1.8em;line-height:1.2;letter-spacing:-1px; color: #fff}

/* 20180406 */
.sText-type-1{font-size:20px;font-family: 'rbt-M';margin-bottom:12px !important;}
.sText-type-2{font-family: 'rbt-M';font-size:16px;margin:0 0 7px 0 !important;}
.sList-type-1{margin:-20px 0 30px 20px !important;}
.sList-type-1 li{background: url('../img/bl_black_1.jpg') no-repeat 0 7px;font-family: 'rbt-M';font-weight: bold;padding:0 0 0 17px;}
.sList-type-2{font-family: 'rbt-L';font-size:14px;padding-left:20px !important;}
.sList-type-2.gap-1{margin:0 0 37px 0;}
.sList-type-2 .type-1{color:#2d2d2d;font-weight:bold;text-indent: 10px;}
.sListBtn-type-1{margin:14px 20px 38px 20px;}
.sListBtn-type-1.pc{display: none;}
.sListBtn-type-1.mobile{display: block;}
.sListBtn-type-1:after{content: '';display: block;clear:both;}
.sListBtn-type-1 li{float:none;width:100%;margin-bottom:14px;}
.sListBtn-type-1 li a{display: block;background: #08aab0;height: 70px;font-family: 'rbt-M';font-size:16px;color:#fff;text-align: center;line-height: 20px;border-radius:2px;padding:23px 0 0 0;}
.sListBtn-type-1 li.gap-1 a{padding-top:14px;}
.link-color-1{color:#0033ff;text-decoration: underline;font-weight: bold;}

/* 20190830 */
.box-slick{}
.box-slick div img{width:100%;}

@media all and (min-width:1024px) {
	.sText-type-1{margin-bottom:6px !important;}
	.sList-type-1{margin:-20px 0 30px 36px;}
	.sList-type-1 li{padding-left:17px;}
	.sList-type-2{padding-left:0 !important;}
	.sListBtn-type-1.pc{display:block;margin-left:0;margin-right:0;}
	.sListBtn-type-1.mobile{display:none;}
	.sListBtn-type-1 li{width:calc(33.33%);float:left;margin-bottom:0;}
	.sListBtn-type-1 li.gap-1 a{margin:0 11px;}
	.sListBtn-type-1 li a{padding-top:14px;}
	.box-slick{position:absolute !important;top:12px;right:0;width:500px;}
}


/* 20180727 securedLoan */
#securedLoan{display: none;padding-bottom:50px;}
.text-per{text-align: left;display: block;width: 100%;padding:15px;}
.text-sL{color:#ff8f00;position: relative;top:-30px;}
@media all and (min-width:1024px){
  #securedLoan{padding-bottom:100px;}
  .text-per{padding:0;}
}
/* //20180727 securedLoan */

/*20180911 추가 */
.part_bx_list .map_bx {display: none; overflow:hidden;}
.part_bx_list {position: relative;}
.part_bx_list::before {content:'';position:absolute;left:0;bottom:17px;display:inline-block;height:1px;width:100%;background:#e1e1e1;}
.part_bx_list.open .map_bx {display: block !important;}
.part_bx .part_bx_list h4 {padding-left: 25px; background: url(/resources/img/faq_icon_1.png) no-repeat 0 -5px; cursor: pointer;}
.part_bx .part_bx_list.open h4 {background-position: 0 -32px;}
.part_bx .part_bx_list h4::after {content:none;}
.topBx.topBx_bches {border-bottom: 1px solid #e1e1e1; margin-bottom: 20px;}
.topBx.topBx_bches p {margin-bottom: 20px !important;}

/*20180912 추가 */
.map_bx .text dl dd ul li {font-size:16px;font-family:'rbt-L';line-height:20px;}
.map_bx .text dl dd ul li span{display:inline-block; width:53px;}
.map_bx .text{float: left;}
.map_bx .text dl {padding-left: 26px;}
.map_bx .text dl dt span {font-size: 14px;}

/* common-layer */
.common-layerBox{display:inline-block !important;width:auto !important;position:relative;z-index:2000;display:none !important;}
.common-layerBox.show{display:block !important;}
.common-layerBox *{vertical-align:middle;}
.common-layerBox .btn-open{margin-left:8px;position:relative;top:6px;}
.common-layerBox .btn-close{position:absolute;top: 8px;right: 18px;}
.common-layerBox .inner-layer{position:absolute;top: 41px;right: -47px;min-width:324px;background:#fff;border-radius:4px;box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.18); display:none; }
.common-layerBox .inner-layer .gap{padding:22px 31px 11px 31px;}
.common-layerBox .tt-1{font-family:'rbt-R';font-size:18px;color:#333;padding:0 0 18px 0;}
.common-layerBox .inner-layer:after {
  border: solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  pointer-events: none;
  width: 0;
  bottom: 100%;
}
.common-layerBox .inner-layer:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  left: 50%;
  margin-left: 95px;
  border-width: 10px;
}
.common-layerBox ul{}
.common-layerBox ul li{padding:0 0 8px 0;}
.common-layerBox ul li:after{content:'';display:block;clear:both;}
.common-layerBox ul li .txt-left,
.common-layerBox ul li .txt-right{float:left;width:50%;}
.common-layerBox ul li .txt-left{font-family:'rbt-L';color:#666;font-size:14px;}
.common-layerBox ul li .txt-right{font-family:'rbt-R';color:#333;font-size:14px;text-align:right;}
.common-layerBox ul li .txt-right span{color:#ff8f00;}
.common-layerBox .txt-1{font-family:'rbt-R';color:#999;font-size:12px;border-top:1px solid #ffd299;text-align:center;padding:17px 0;}

@media all and (max-width:1024px){
  .common-layerBox .inner-layer{right: -25px;}
  .common-layerBox .inner-layer:after{margin-left:117px;}
}

/* //common-layer */





/* pc mobile */
#pc{display:none;}
#mobile{display:block;}

/* Tablet and PC _ 900~ */
@media all and (min-width:900px) {
	/* pc mobile */
	#pc{display:block;}
	#mobile{display:none;}
}

@font-face {
	font-family:'Roboto-Medium';
	src: url('/resources/font/Roboto-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Roboto-Bold';
	src: url('/resources/font/Roboto-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Roboto-Regular';
	src: url('/resources/font/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Roboto-Light';
	src: url('/resources/font/Roboto-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* pc .welcome-footer .inWrap footer .foot960 */
#pc .foot960{background:#444;padding:0 0 45px 0;}
#pc .foot960 *{color:#999;font-size:14px;line-height:20px;letter-spacing:-0.03em;}
#pc .foot960 .inner-wd960{width:960px;position:relative;margin:0 auto;}
#pc .foot960 .line-1{border-bottom:1px solid #575757;}
#pc .foot960 .copy{color:#fff;font-size:16px;font-family:'Roboto-Light';line-height:26px;padding:42px 0 46px 0;letter-spacing:0.01em;}
#pc .foot960 .gap{padding:46px 0 31px 0;}
#pc .foot960 .gap:after{content:'';display:block;clear:both;}
#pc .foot960 .left,
#pc .foot960 .right{float:left;width:480px;}
#pc .foot960 .t-1{padding:0 0 5px 0;}
#pc .foot960 .list-1{}
#pc .foot960 .list-1 > li{position:relative;padding:0 0 5px 0;padding:0 0 0 16px;}
#pc .foot960 .list-1 > li:after{content:'';display:block;clear:both;background:#999;position:absolute;top:8px;left:5px;width:3px;height:3px;border-radius:100px;}
#pc .foot960 .list-1 > li > ul{}
#pc .foot960 .list-1 > li > ul > li{text-indent:-7px;margin-left:7px;}
#pc .foot960 .list-2 > li{text-indent:-18px;margin-left:18px;}
#pc .foot960 .list-2 > li > span{padding-right:5px;}
#pc .foot960 .list-2 > li.etc-1{padding-top:10px;}

/* mobile .welcome-footer .inWrap footer .foot960 */
#mobile .foot960{background:#444;}
#mobile .foot960 .inner-wd960{padding:20px 16px 9px 16px;}
#mobile .foot960 .inner-wd960.type-2{padding:22px 16px 9px 16px;}
#mobile .foot960 .line-1{border-bottom:1px solid #575757;}
#mobile .foot960 .copy,
#mobile .foot960 .copy *{color:#ccc;font-family:'Roboto-Light';font-size:14px;line-height:20px;letter-spacing:-0.02em;}
#mobile .foot960 .copy .c-1{letter-spacing:-0.02em;font-size:12px;}
#mobile .foot960 .copy span{padding-bottom:10px;display:block;}
#mobile .foot960 .t-1{padding:0 0 2px 0;}
#mobile .foot960 .list-1{padding:0 0 13px 0;}
#mobile .foot960 .t-1,
#mobile .foot960 .list-1 *{color:#999;font-family:'Roboto-Light';font-size:12px;line-height:17px;}
#mobile .foot960 .list-1 > li{position:relative;padding:1px 0 0 16px;}
#mobile .foot960 .list-1 > li:after{content:'';display:block;clear:both;background:#999;width:2px;height:2px;position:absolute;top:8px;left:7px;}
#mobile .foot960 .list-1 > li > ul{}
#mobile .foot960 .list-1 > li > ul > li{margin:0 0 0 8px;text-indent:-7px;}
#mobile .foot960 .list-1.type-2 > li{padding-left:0;text-indent:-13px;margin-left:20px;margin-bottom:-1px;}
#mobile .foot960 .list-1.type-2 > li.etc-1{margin-top:11px;}
#mobile .foot960 .list-1.type-2 > li:after{display:none;}

/* 20200110 */
/* reset */
/* .slick-dotted.slick-slider{}
.slick-dots{position: absolute;top: 32px;left:25px;display: block;padding: 0;margin: 0;list-style: none;text-align: left;z-index:30;}
.slick-dots li{position: relative;display: inline-block;width: 8px;height: 8px;padding: 0;cursor: pointer;margin-right:8px;}
.slick-dots li button{font-size: 0;line-height: 0;display: block;width: 8px;height: 8px;padding: 5px;cursor: pointer;color: transparent;border: 0;outline: none;background: transparent;}
.slick-dots li button:hover,
.slick-dots li button:focus{outline: none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{}
.slick-dots li button:before{font-family: 'slick';font-size: 8px;line-height: 8px;position: absolute;top: 0;left: 0;width: 8px;height: 8px;content: '';text-align: center;background: #666;color: black;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;border-radius:100px;transition:all 0.5s;}
.slick-dots li.slick-active button:before{opacity: 1;color: black;width:8px;} */
.noti-txt.type-2{margin-top: -4px !important;font-size: 14px !important;margin-bottom: 47px !important;}
.rBox.type-2{background:#fff !important;padding:0 !important;padding:0 0 0 21px !important;}
.contWrap .tit_wrap p.nexTxt-1{font-family:'Roboto-Bold' !important;color:#444 !important;font-size:14px !important;}
.box-slick2{border-bottom:1px solid #e6e6e6;height: 304px;margin: 0 0 30px 0;padding: 0 0 16px 0;}
.box-slick2 .slick-dots{position:absolute;bottom:18px;left:0;right:0;text-align:center;top:auto;}
.box-slick3 .slick-dots{position: relative;bottom: initial !important;left: 0;right: 0;text-align: left;top: -196px !important;}
.box-slick2 .slick-dots li button:before,
.box-slick3 .slick-dots li button:before{background: #e0e0e0;}
.box-slick2 .slick-dots li.slick-active button:before,
.box-slick3 .slick-dots li.slick-active button:before{background: #666;}
.box-slick3{margin:42px 0 0 0;}
.box-slick3 div{font-family:'Roboto-Regular' !important;color:#666 !important;font-size:16px !important;line-height:20px !important;}
.box-slick3 .tt-2{font-family:'Roboto-Regular' !important;color:#666 !important;font-size:14px !important;font-weight:normal !important;}
.box-slick3 .tt-2 span{font-size:14px !important;color:#b2b2b2 !important;}
/* //20200110 */
