@charset "UTF-8";


*{box-sizing: border-box;font-family:'Noto Sans KR',sans-serif;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,table,th,td,form,fieldset,legend,textarea,input,select,textarea,button{ font-size:13px; color:#333;}

html, body {width:100%;height:100%;margin:0px;padding:0px;}     
html {overflow-y:scroll;}
form, div, span, ul, ol, li, dl, dt, dd, textarea, h1, h2, h3, h4, h5, h6, p, input {margin:0px;padding:0px;} /* word-break:keep-all; */
select {height:24px;vertical-align:middle;}
img {border:0px;vertical-align:top;}
input {vertical-align:middle;margin-top:-1px;}
ul, ol {list-style:none;}
fieldset {border:0; margin:0; padding:0;}
legend {display:none;}
button {margin:0; padding:0; border:0; cursor:pointer;}
em {font-style:normal;}


a {color:#666;text-decoration:none;}
a:hover {color:#1490EF;text-decoration:underline;}

.point1 {color:#1490EF !important;} /* 포인트 칼라 파랑 */
.point2 {color:#E5483D !important;} /* 포인트 칼라 오렌지 */
.point3 {color:#c11717 !important;} /* 포인트 칼라 빨강 */
.point4 {color:#333 !important;} /* 포인트 칼라 검정계열 회색 */

.fLeft {float:left;}
.fRight {float:right;}

div.ClearBlock {clear:both;height:1px;}
div.blockToblock {clear:both;height:20px;}
div.blockTotext {clear:both;height:4px;}
div.Vspace5 {clear:both;height:5px;}
div.Vspace10 {clear:both;height:10px;}
div.Vspace15 {clear:both;height:15px;}
div.Vspace20 {clear:both;height:20px;}
div.Vspace24 {clear:both;height:24px;}
div.Vspace35 {clear:both;height:35px;}
div.Vspace40 {clear:both;height:40px;} /* 2014.09.24 강미영 추가 */
div.Vspace60 {clear:both;height:60px;}

.hiddenConts {font-size:0;line-height:0;width:0;height:0;padding:0;margin:0;visibility:hidden;overflow:hidden;}

.accessbility {left:0;top:0;text-align:center;width:100%;z-index:10001;font-size:2em;background:#008dcc;}
.accessbility a {display:block;height:0;width:0;margin-bottom:-1px;overflow:hidden;text-align:center; color:#fff; white-space:nowrap; color:#fff;}
.accessbility a:focus, .accessbility a:active {height:auto;width:auto;padding:20px 0;color:#fff;}

/* 프린트 설정 :2014.08.18 강미영 수정 */
@media print {
	table.tableType1 {font-size:8px;}
	.tableType1 tbody td {text-align:center; letter-spacing:0 /*20200408*/; padding-right:0;}
	.tableType1 tbody td.r {padding-right:5px;}
	span.link {display:inline-block; padding-bottom:3px;}
}


/* margin : 2014.09.05 강미영 추가 */
.mgt0 {margin-top:0 !important;}
.mgt10 {margin-top:10px !important;}
.mgt15 {margin-top:15px !important;}
.mgt20 {margin-top:20px !important;}
.mgt25 {margin-top:25px !important;}
.mgt30 {margin-top:30px !important;}
.mgt35 {margin-top:35px !important;}
.mgt40 {margin-top:40px !important;}
.mgt45 {margin-top:45px !important;}
.mgt50 {margin-top:50px !important;}
.mgt55 {margin-top:55px !important;}
.mgt60 {margin-top:60px !important;}

.mgl5 {margin-left:5px !important;}
.mgl10 {margin-left:10px !important;}


/* LayOut */
div.LayOut_Header {position:relative;width:1104px;margin: 0 auto;background-color:white;z-index:10;}
div.LayOut_Navi {width:940px; height:21px; margin:0 auto;padding:12px 0 0 0;text-align:right;} /* 2015.03.13 강미영 수정 */
div.LayOut_Navi,div.LayOut_Navi a{color:#666;}
div.LayOut_Navi img {margin-top:3px;}
/* 2015.02.17 강미영 추가:str */
div.LayOut_Navi_m {position:absolute; top:12px; right:0; width:940px;height:29px;margin:0; padding:0; text-align:right;} /* 2015.05.08 강미영 수정 */
div.LayOut_Navi_m a,div.LayOut_Navi_m{color:#666;}
div.LayOut_Navi_m img {margin-top:3px;}
/* 2015.02.17 강미영 추가:end */

div.LayOut_Footer {float:left/*2021.04.01 남윤정 수정*/;width:100%; margin:0 auto; text-align:center;}
/* 2014.09.19 강미영 수정:Str */
/* div.LayOut_Contents {width:960px; margin:15px auto 0; padding:0 9px;}*/ /* 2015.03.13 강미영 수정 */
div.LayOut_Contents {display:inline-block;width:980px; margin:15px auto 30px; padding:0 9px;margin-left:calc(50% - 490px);}/*2021.04.07 남윤정 수정*/
div.LayOut_Contents:after {content:" "; display:block; clear:both; font-size:0; line-height:0; height:0;}
/* 2014.09.19 강미영 수정:End */
div.LayOut_Contents div.LeftArea {float:left;width:184px; display:none;} /* 기본 display값 none, 스크립트에서 LNB 로드 완료했을 때 block로 처리 */
div.LayOut_Contents div.RightArea {float:right;width:720px; min-height:300px;}
div.LayOut_Contents div.LayOut_Contents{display:block;}/*2021.04.07 남윤정 추가*/
/* 2015.05.08 강미영 수정:Str */
div.subMain_Contents {position:relative; overflow:hidden; width:960px; margin:15px auto 0;}
div.subMain_Contents.subM_tit {margin-top:0 !important;}
div.subMain_Contents h1.SubMain_Title_h1 {height:40px; margin-top:15px; color:#1490EF;} 
/* 2015.05.08 강미영 수정:End */

/* 2014.09.19 강미영 수정 : Str */
/*div.PageOfTop {width:1007px; margin:0 auto; padding:68px 0 20px 0; text-align:right;}*/
/* div.PageOfTop {width:1007px; margin:-65px 0 0 440px; padding:0 0 10px 0; text-align:right; position: absolute; z-index: -1;} */
div.PageOfTop{position:absolute;display:inline-block;float:left;top:0;margin-left:-7px;margin-bottom:-150px;padding:0 0 10px 0;}/*2021.04.07 남윤정 수정*/

div.bm-talk-layer {position: fixed; bottom: 6px; top: -450px; left:60%; z-index:10001;}
	
 /* For IE8 */
/* @media \0screen {
	div.PageOfTop {width:1003px;}
} 2021.04.01 남윤정 수정*/
/* 2014.09.19 강미영 수정 : End */

div.LayOutType1 {overflow:hidden;}
div.LayOutType1 .left {float:left;width:47%;}
div.LayOutType1 .right {float:right;width:47%;}

div.inqResult {} /* 조회결과 내용을 감싸는 클래스 */
div.cntDetail {} /* 프린트 영역을 감싸는 클래스 */
input#searchVal, input#csNm {ime-mode:active;}

/* Header */
.top_area {width:960px;margin:0 auto;padding:28px 0 10px 0; position:relative; z-index:9999; *zoom:1;}
.top_area:after {content:""; clear:both; display:block;}
.top_area .logo {float:left; height:25px; overflow:hidden;}
.top_area .memberArea {float:left; margin:7px 0 0 24px;}
/* 2020.09.11 남윤정 추가 start */.top_area .memberArea a{padding: 0 7px;}/* 2020.09.11 남윤정 추가 end */
.top_area .memberArea img {margin-top:-5px;}
.top_area .memberArea .name {color:#474a4d;}
.top_area .memberArea .etc {/* 2020.09.11 남윤정 주석부분 삭제해주세요 >> background:url(../images/common/bu_stick.gif) 0 0 no-repeat;*/ padding:0 7px 0 10px; margin-left:6px;}
.top_area .memberArea .etc em.time {min-width:35px; display:inline-block; background:url(../images/common/icon_clock.png) 0 0 no-repeat; padding-left:15px; font-style:normal; font-weight:bold;}
.top_area .infoArea {float:right;}
.top_area .infoArea ul.tm {float:left; margin-top:5px; *zoom:1;}
.top_area .infoArea ul.tm:after {content:""; clear:both; display:block;}
.top_area .infoArea ul.tm li {float:left; border-left:1px solid #666; padding:1px 6px 0 6px; vertical-align:middle; line-height:18px;}
.top_area .infoArea ul.tm li:first-child {border-left:0;}
.top_area .infoArea ul.tm li:first-child a {width:auto; /*padding-top:5px;*/} /* 2015.01.30 강미영 수정 *//*20200409*/
/* ============ 2014.12.19 강미영 수정 :str ============ */
/*.top_area .infoArea ul.tm li+li a {width:19px; height:18px; display:block; overflow:hidden;} */
.top_area .infoArea ul.tm li a {width:19px; height:18px; display:block; overflow:hidden;}
/* ============ 2014.12.19 강미영 수정 : end ============ */
.top_area .infoArea ul.tm li img {margin-top:-2px;}
.top_area .infoArea ul.tm:first-child li img {margin-top:0;} /* 2015.01.30 강미영 추가 */
.top_area .infoArea .search {margin:2px 0 0 10px; float:left;}
.top_area .infoArea .search .bar {width:154px; height:24px; padding:2px; background:url(../images/common/bg_common_search.gif) 0 0 no-repeat; position:relative;}
.top_area .infoArea .search .bar input {width:118px; height:18px; background:none; border:0; margin:1px 0 0 2px; padding:0 3px;}
.top_area .infoArea .search .bar a {background:url(../images/common/icon_search.gif) center center no-repeat; display:block; width:20px; height:24px; position:absolute;top:0;right:3px; padding:0 3px; overflow:hidden; text-indent:-999px;}
.gnb {width:960px;height:40px;margin:0 auto;position:relative;z-index:9999;}
.gnb ul {*zoom:1;}
.gnb ul:after {content:""; clear:both; display:block;}
.gnb .openbox {overflow:inherit;display:none; width:1104px; position:absolute; top:40px; left:-72px;z-index:8;border-bottom:1px solid #bcbcbc;}
.gnb .openbox .inBox {display:inline-block;position:relative; position:relative;}
.gnb .openbox .inBox .menu_intro{float:left;display:inline-block;width:290px;border-top:1px solid #bcbcbc;}
.gnb .openbox .aside {padding:0; }.gnb .openbox .aside:after {content:""; clear:both; display:block;}
.gnb .openbox .aside:after {content:""; clear:both; display:block;}.gnb .openbox .aside div.banner {display:inline-block; float:left; margin-left:24px;}
.gnb .openbox .aside div.banner {display:inline-block; float:left; margin-left:24px;}
.gnb .openbox .aside div.banner:first-child {margin-left:0;}
.gnb .menu > ul {line-height:18px;}
.gnb .menu > ul > li {float:left;margin-right:50px;}
.gnb .menu > ul > li a,
.gnb .menu > ul > li span {position:relative; z-index:9;color: #888888;font-size: 16px;}
.gnb .menu > ul > li a{color:#333333;}
.gnb .menu > ul > li a:hover{color:#1490ef;}
.gnb > .menu > ul > li a.depth1 {display:block; height:40px; overflow:hidden}
.gnb > .menu > ul > li a.depth1 img{float:left;margin-top:8px;margin-right:4px;}
.gnb > .menu > ul > li a.depth1 p{float:left;font-size:18px;color:#151515;line-height:32px;}
.gnb > .menu > ul > li a.depth1 p.menutxt01{color: #0068ac;font-weight: 500;}
.gnb > .menu > ul > li a.depth1 p.menutxt02{color: #1490ef;font-weight: 500;}
.gnb > .menu > ul > li:hover a.depth1 {display:block; height:40px; overflow:hidden}
.gnb > .menu > ul > li:hover > a::after{content:'';display:inline-block;width:100%;height:2px;background-color:#151515;top:6px;position: relative;;}
.gnb > .menu > ul > li:first-child:hover > a::after{background-color:#0068ac;}
.gnb > .menu > ul > li:nth-child(2):hover > a::after{background-color:#1490ef;}
.gnb > .menu > ul > li.active a.depth1,
.gnb > .menu > ul > li:hover a.depth1 {background-position:0 -40px;}
.gnb > .menu > ul > li:hover .openbox {display:block;background-color: white;}
.gnb > .menu > ul > li .openbox .title{display:inline-block;margin-top: 37px;margin-left: 72px;height:calc(100% - 37px);cursor: pointer;;}
.gnb > .menu > ul > li .openbox .title p{float:left;font-size:22px;font-weight:500;margin-left:4px;}
.gnb > .menu > ul > li .openbox .title img{float:left;}
.gnb > .menu > ul > li .openbox .title img:last-of-type{margin-top:2px;margin-left:8px;}
.gnb > .menu > ul > li .openbox .menuimg{position: absolute;left:72px;bottom:38px;}
.gnb > .menu > ul > li .openbox .menuimg img{margin: 0;}
.gnb > .menu > ul > li .depth2 {*zoom:1;border-top:1px solid #bcbcbc;border-left:1px solid #bcbcbc;width:814px;float: right;padding-top:38px;padding-left:38px;padding-right:18px;padding-bottom:10px}
.gnb > .menu > ul > li .depth2:after {content:""; clear:both; display:block;}
.gnb > .menu > ul > li .depth2 .depth {width:180px; float:left;}
.gnb > .menu > ul > li .depth2 .depth > ul {padding:0;margin-bottom:40px;}
.gnb > .menu > ul > li .depth2 .depth > ul:first-of-type {margin-top: 0;}
.gnb > .menu > ul > li .depth2 .depth > ul > li {width:180px;margin-bottom:20px;padding-right:20px;word-break:keep-all;}
.gnb > .menu > ul > li .depth2 .depth:last-child > ul > li{margin-right: 0;}
.gnb > .menu > ul > li .depth2 .depth > ul > li > a,
.gnb > .menu > ul > li .depth2 .depth > ul > li > span {display:inline-block !important;color:#333333;font-weight:500;display:block;margin-bottom:19px;font-size:16px;}
/* .gnb > .menu > ul > li .depth2 .depth > ul > li:hover > a,
.gnb > .menu > ul > li .depth2 .depth > ul > li:hover > span {color:#333333;} -- 삭제*/
.gnb > .menu > ul > li .depth2 .depth > ul > li > a:hover{color:#1490ef;}
.gnb > .menu > ul > li .depth2 .depth > ul > li > span::after{content:'';display:inline-block;position:relative;width:100%;height:8px;top:-6px;background-color:#d0e9fc;z-index:-1;}
.gnb > .menu > ul > li .depth2 .depth > ul > li > span{margin-bottom:10px;}
.gnb > .menu > ul > li a{cursor: pointer;}
.gnb > .menu > ul > li .depth3 > ul > li {line-height:16px; color:#151515;margin-bottom:8px;word-break:keep-all;}
.gnb > .menu > ul > li .depth3 > ul > li > a {color:#151515;font-size:14px;}
.gnb > .menu > ul > li .depth3 > ul > li > a:hover{color:#1490ef;}
.gnb > .menu > ul > li .depth3 > ul > li span{display:inline-block;margin-bottom:12px;}
.gnb > .menu > ul > li .depth4 {margin:0 0 20px 0;}
.gnb > .menu > ul > li .depth4 > ul > li {line-height:16px; color:#949a9d;margin:6px 0;word-break:keep-all;}
.gnb > .menu > ul > li .depth4 > ul > li > a {color:#151515;font-size:14px;}
.gnb > .menu > ul > li .depth4 > ul > li > a:hover{color:#1490ef;}
.gnb > .menu > ul > li.m3 .openbox .inBox .depth2 .depth ul li:nth-of-type(4) span{width:90px;}
.allmenu{position:absolute;top:-4px;right:0;}
.allmenu a{cursor: pointer;}
.allmenu .all {display:block;top:8px; right:0;width: 40px; height:40px;overflow:hidden;}
.allmenu_bt{width:40px;height:40px;display:block;position:relative;z-index:100;background-color:transparent;box-sizing:content-box;border-right:50%;text-indent:100%;color:transparent;white-space:nowrap;cursor: pointer;overflow: hidden;outline: 0;}
.allmenu_bt_open{top:50%;margin-top:-1px;left:50%;margin-left:-12px;}
.allmenu_bt_open,.allmenu_bt_open::before,.allmenu_bt_open::after{position:absolute;width:24px;height:2px;background:#151515;border-radius:4px;-webkit-transition:all 0.3s;transition:all 0.3s;}
.allmenu_bt_open::before,.allmenu_bt_open::after{left:0;content:"";}
.allmenu_bt_open::before{top:8px;}
.allmenu_bt_open::after{bottom:8px;}
.allmenu_bt_close{background:transparent;-webkit-transform:rotate(180deg);transform:rotate(180deg);-o-transform:rotate(180deg);-moz-transform:rotate(180deg);}
.allmenu_bt_close::before{-webkit-transform:translateY(-6px) rotate(45deg);transform:translateY(-6px) rotate(45deg);-o-transform:translateY(-6px) rotate(45deg);-moz-transform:translateY(-6px) rotate(45deg);}
.allmenu_bt_close::after{-webkit-transform:translateY(6px) rotate(-45deg);transform:translateY(6px) rotate(-45deg);-o-transform:translateY(6px) rotate(-45deg);-moz-transform:translateY(6px) rotate(-45deg);}
.openbox_bt{width:40px;height:40px;display:block;position:relative;float:right;top:22px;right:72px;z-index:100;background-color:transparent;box-sizing:content-box;border-right:50%;text-indent:100%;color:transparent;white-space:nowrap;cursor: pointer;overflow: hidden;outline: 0;}
.gnb .menu > ul > li span.openbox_bt_open{top:50%;margin-top:-1px;left:50%;margin-left:-12px;}
.gnb .menu > ul > li span.openbox_bt_open, .openbox_bt_open::before, .openbox_bt_open::after{position:absolute;width:24px;height:2px;background:#151515;border-radius:4px;-webkit-transition:all 0.3s;transition:all 0.3s;}
.gnb .menu > ul > li span.openbox_bt_open{background:transparent;}
.openbox_bt_open::before{left:0;top:6px;content:"";-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);-o-transform:translateY(0) rotate(0);-moz-transform:translateY(0) rotate(0);}
.openbox_bt_open::after{left:0;top:6px;content:"";bottom:6px;-webkit-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg);-o-transform:translateY(0) rotate(90deg);-moz-transform:translateY(0) rotate(90deg);}
.allmenu .openbox.view{display:block;}
.allmenu .openbox{left: -992px;border-top:1px solid #bcbcbc;}
.allmenu .allmenu_close {width:56px; height:56px; position:absolute; right:0; bottom:0;text-indent:-999px; overflow:hidden;}
.allmenu .menu {background:#fff;}
.allmenu .menu > ul > li {width:100%;padding-bottom:38px;border-bottom:1px solid #bcbcbc}
.allmenu .menu > ul > li a.depth1 > span{font-size: 20px;color:#151515;font-weight:500;}
.allmenu .menu > ul > li a.depth1 {display:inline-block;width:180px;margin-left:72px;float:left;padding-top:38px;}
.allmenu .depth2{float:left;display:none;}
.allmenu .m1:hover .depth2, .allmenu .m2:hover .depth2, .allmenu .m3:hover .depth2, .allmenu .m4:hover .depth2, .allmenu .m5:hover .depth2, .allmenu .m6:hover .depth2{display:block;}
.allmenu .m1:hover .openbox_bt_open::after, .allmenu .m2:hover .openbox_bt_open::after, .allmenu .m3:hover .openbox_bt_open::after, .allmenu .m4:hover .openbox_bt_open::after, .allmenu .m5:hover .openbox_bt_open::after, .allmenu .m6:hover .openbox_bt_open::after{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);-o-transform:translateY(0) rotate(0);-moz-transform:translateY(0) rotate(0);}
.allmenu .menu > ul > li .depth2 {*zoom:1;float: left;padding-top:38px;}
.allmenu .menu > ul > li .depth2:after {content:""; clear:both; display:block;}
.allmenu .menu > ul > li .depth2 .depth {width:200px; float:left;}
.allmenu .menu > ul > li .depth2 .depth > ul {padding:0;}
.allmenu .menu > ul > li .depth2 .depth > ul:first-of-type {margin-top: 0;}
.allmenu .menu > ul > li .depth2 .depth > ul > li {width:200px;padding-right:20px;word-break:keep-all;}
.allmenu .menu > ul > li .depth2 .depth:last-child > ul > li{margin-right: 0;}
.allmenu .menu > ul > li .depth2 .depth > ul > li > a,
.allmenu .menu > ul > li .depth2 .depth > ul > li > span {color:#666666;font-weight:500;display:block;margin-bottom:30px;font-size:16px;}
.allmenu .menu > ul > li .depth2 .depth > ul > li:hover > a,
.allmenu .menu > ul > li .depth2 .depth > ul > li:hover > span {color:#333333;}
.allmenu .menu > ul > li .depth2 .depth > ul > li > a:hover > span {color:#333333;}
/* .allmenu .menu > ul > li .depth {width: 180px;}
.allmenu .menu > ul > li .depth > ul{margin-top: 38px;}
.allmenu .menu > ul > li .depth > ul > li {font-weight:500; color:#666666;margin-right:24px;}
.allmenu .menu > ul > li .depth > ul > li > span{display:inline-block;margin-bottom: 30px;font-size: 16px;font-weight: 500;}
.allmenu .menu > ul > li .depth:hover > ul > li > span{color:#333333;}
.allmenu .menu > ul > li .depth > ul > li > a {font-weight:500; color:#666666;} */
.allmenu .menu > ul > li .depth3 {margin-top:2px;}
.allmenu .menu > ul > li .depth3 > span{font-size:16px;}
.allmenu .menu > ul > li .depth3 > ul{margin-bottom:20px;}
.allmenu .menu > ul > li .depth3 > ul > li {line-height:18px; color:#666; font-weight:normal;margin-bottom:8px;word-break:keep-all;}
.allmenu .menu > ul > li .depth3 > ul > li > span{display: inline-block;margin-bottom:12px;}
.allmenu .menu > ul > li .depth3 > ul > li > a {color:#151515;font-size:14px;}
.allmenu .menu > ul > li .depth4 > ul > li {line-height:16px; color:#999; font-weight:normal;margin-bottom:8px;word-break:keep-all;}
.allmenu .menu > ul > li .depth4 > ul > li > a {color:#151515;font-size:14px;}
.allmenu .menu > ul > li .depth4 > ul > li > a:hover{color:#1490ef;}

/* left */
.lnb {position:relative;min-height:50px;border:1px solid #D0E9FC;border-left:0;border-radius:5px;}
.lnb .radius {display:none;position:absolute;bottom:-1px;right:-1px; width:5px; height:5px; background:url(../images/common/bg_lnb_radius2.png) 0 0 no-repeat; z-index:9;}
.lnb .depth1 {/* background:url(../images/common/bg_lnb_radius1.gif) right top no-repeat;*/ font-size:20px; font-weight:bold; color:#204B85; letter-spacing:0 /*20200408*/;padding:15px 0;}
.lnb .depth2 {border-top:1px solid #D0E9FC; line-height:18px;}
.lnb .depth2 ul li {width:100%;}
.lnb .depth2 ul li a,
.lnb .depth2 ul li span {display:block; background-image:url(../images/common/bu_lnb.gif); background-repeat:no-repeat; *min-height:1px; position:relative;}
.lnb .depth2 > ul > li {border-top:1px solid #D0E9FC;}
.lnb .depth2 > ul > li:first-child {border-top:0;}
.lnb .depth2 > ul > li > a,
.lnb .depth2 > ul > li > span {padding:10px 30px 10px 0; background-position:-20px 15px;color:#333;}
.lnb .depth2 > ul > li.active > a,
.lnb .depth2 > ul > li.active > span {font-weight:bold; letter-spacing:0 /*20200408*/;}
.lnb .depth2 > ul > li.openmenu > a {background-position:163px 15px;}
.lnb .depth2 > ul > li.openmenu.active > a {background-position:163px -25px; letter-spacing:0 /*20200408*/;}
.lnb .depth2 > ul > li.openmenu.active > a:hover{color:#333;}
.lnb .depth3 {display:none;}
.lnb .depth3 > ul {height:100% !important;*min-height:1px;padding:6px 0;background-color:#D0E9FC;/* background:#f2f8fe url(../images/common/bg_lnb_depth3.gif) 0 0 repeat-x; */}
.lnb .depth3 > ul > li > a,
.lnb .depth3 > ul > li > span {color:#333; padding:4px 25px 2px 12px; background-position:-20px 0;}
.lnb .depth3 > ul > li.active > a {background-position:163px -114px; font-weight:bold; letter-spacing:0 /*20200408*/;}
.lnb .depth3 > ul > li.openmenu > a,
.lnb .depth3 > ul > li.openmenu > span {background-position:163px -72px; padding:5px 15px 4px 12px;}
.lnb .depth3 > ul > li:last-child .depth4 {margin-bottom:-12px;}
.lnb .depth3 > ul > li.last .depth4 {margin-bottom:-12px;}
.lnb .depth4 {display:block;}
.lnb .depth4 > ul {*min-height:1px;margin:4px 0;padding:6px 0;background-color:#fafdff;/* background:#e0edfc url(../images/common/bg_lnb_depth4.gif) 0 0 repeat-x;*/ }
.lnb .depth4 > ul > li > a {color:#333; background-position:12px -154px; padding:4px 12px 2px 21px;}
.lnb .depth4 > ul > li.active > a {font-weight:bold; letter-spacing:0 /*20200408*/;}
.lnb .depth2 > ul > li.active > .depth3 {display:block;}
.quickLink {margin-top:24px; background:url(../images/common/bg_lnb_box2.gif) 0 bottom no-repeat;}
.quickLink ul {background:url(../images/common/bg_lnb_box1.gif) 0 top no-repeat; padding:1px;}
.quickLink ul li {width:100%; background:url(../images/common/icon_collect.gif) 150px 14px no-repeat; letter-spacing:0 /*20200408*/; border-top:1px dotted #c7c8c8;}
.quickLink ul li:first-child {border-top:0;}
.quickLink ul li a {display:block; padding:13px 0 10px 0; min-height:1px; background:url(../images/common/icon_collect.gif) 0 0 no-repeat; padding-left:35px; color:#333;}
.quickLink ul li a.find {background-position:12px -28px ;}
.quickLink ul li a.calcu {background-position:12px -68px ;}
.quickLink ul li a.usage {background-position:12px -108px ;}
.quickLink ul li a.sign {background-position:12px -148px ;}
.quickLink ul li a.docu {background-position:12px -188px;}
.quickLink ul li a:hover {background-image:url(../images/common/icon_collect_on.gif); text-decoration:underline; color:#1490EF;}
/* left banner */
.sideBanner {margin-top:30px; position:relative;}
.sideBanner .control {position:absolute; top:80px; left:0; z-index:99;}
.sideBanner .control .rolling {float:left; margin-right:6px;}
.sideBanner .control .rolling li {float:left; margin-right:4px;}
.sideBanner .control .rolling a,
.sideBanner .control a.ctrl {float:left; width:8px; height:8px; overflow:hidden; text-indent:-999px; background:url(../images/common/icon_rolling.png) 0 0 no-repeat;}
.sideBanner .control .rolling a.active {background-position:0 -13px;}
.sideBanner .control a.ctrl.stop {background-position:-17px 0;}
.sideBanner .control a.ctrl.play {background-position:-17px -13px;}
.sideBanner .banner {width:184px; height:88px; overflow:hidden;}
.sideBanner .banner li {width:184px; float:left;}

/* Footer */
.footer_service {border-top:2px solid #1490EF; width:100%; padding:30px 0; color:#56758d; text-align:left;}
.footer_service .footer_in {width:960px; margin:0 auto; *zoom:1;}
.footer_service .footer_in:after {content:""; clear:both; display:block;}
.footer_service .service {float:left; margin-left:35px; padding-left:35px; height:102px; background:url(../images/common/bg_line_dot2.gif) 0 0 repeat-y;}
.footer_service .service:first-child {background:none; margin-left:0; padding-left:0;}
.footer_service .service h2 {font-size:15px; color:#151515;   margin-bottom:10px; letter-spacing:-0.5px /*20200408*/ /*20200414*/;font-weight:500;}
.footer_service .service ul {*zoom:1;}
.footer_service .service ul:after {content:""; clear:both; display:block;}
.footer_service .service.quick {width:290px;}
.footer_service .service.quick ul {margin-left:-20px;}
.footer_service .service.quick ul li {float:left; width:135px; padding-top:2px; margin-left:20px; background:url(../images/common/icon_collect_2.gif) right 10px no-repeat;}
.footer_service .service.quick ul li a {display:block; color:#204B85; background:url(../images/common/icon_collect_2.gif) 0 -60px no-repeat; padding:3px 0 3px 22px;}
.footer_service .service.quick ul li a.link1 {background-position:0 -55px;}
.footer_service .service.quick ul li a.link2 {background-position:0 -85px;}
.footer_service .service.quick ul li a.link3 {background-position:0 -116px;}
.footer_service .service.quick ul li a.link4 {background-position:0 -146px;}
.footer_service .service.quick ul li a.link5 {background-position:0 -175px;}
.footer_service .service.quick ul li a.link6 {background-position:0 -207px;}
/* 2014.07.29 강미영 수정 : str */
.footer_service .service.help {width:264px;}
.footer_service .service.help dl:after {content:""; clear:both; display:block;}
.footer_service .service.help dt, .footer_service .service.help dd {float:left; height:22px;}
.footer_service .service.help dt {position:relative; /*top:2px;*//*20200409*/ background:url(../images/common/icon_collect_2.gif) 0 -21px no-repeat; padding-left:6px;} 
/* .footer_service .service.help dt {width:80px; position:relative; top:2px; background:url(../images/common/icon_collect_2.gif) 0 -25px no-repeat; padding-left:6px;} */
.footer_service .service.help dd {font-weight:500; color:#204B85;letter-spacing: -0.75px;}
.footer_service .service.help p {clear:both; letter-spacing:-0.5px /*20200408*/ /*20200414*/;}
/* 2014.07.29 강미영 수정 : end */
.footer_service .service.recomm {width:264px; position:relative;}
.footer_service .service.recomm ul {height:72px; position:relative; overflow:hidden; *zoom:1;}
.footer_service .service.recomm ul:after {content:""; clear:both; display:block;}
.footer_service .service.recomm ul li {float:left;}
.footer_service .service.recomm .ctrl {position:absolute; top:2px; right:0;}
.footer_company {width:960px; margin:0 auto; padding:25px 0 40px 0; position:relative; border-top:1px solid #bcbcbc; text-align:left;}
.footer_company .policy {line-height:24px;}

.footer_company .policy,.footer_company .policy .stick,.footer_company .policy strong,.footer_company .policy a{color:#666;}

.footer_company .policy .stick {margin:0 3px;}
.footer_company .siteinfo {position:absolute;top:90px;right:0; float:right;}	/* 2020.08.27 배유리 수정 */
.footer_company .family_site {position:relative; float:right; margin-bottom:20px; z-index:999;}
.footer_company .family_site .box {display:block; background:url(../images/common/bg_fms_box.gif) 0 0 no-repeat; width:148px; height:32px;/*2020.09.11 남윤정 수정 start */padding:6px 10px 0;/*2020.09.11 남윤정 수정 end */ color: #848a92; overflow:hidden;}
.footer_company .family_site .fmsBox {display:none; position:absolute;bottom:32px;right:0; width:960px; background:url(../images/common/bg_fms_box2.gif) 0 bottom no-repeat;}
.footer_company .family_site .fmsBox .inBox {background:url(../images/common/bg_fms_box1.gif) 0 top no-repeat; position:relative; *zoom:1;}
.footer_company .family_site .fmsBox .inBox:after {content:""; clear:both; display:block;}
.footer_company .family_site .fmsBox h2 {font-size:16px; font-weight:bold; color:#222; padding:15px 20px; border-bottom:1px solid #dcdcdc;}
.footer_company .family_site .fmsBox h3 {font-size:14px; color:#1490EF; margin-bottom:10px;}
.footer_company .family_site .fmsBox .btnSmallWhite {position:absolute; top:15px; right:15px;}
.footer_company .family_site .fmsBox .family {width:956px; padding:20px; float:left;}
.footer_company .family_site .fmsBox ul {*zoom:1;}
.footer_company .family_site .fmsBox ul:after {content:""; clear:both; display:block;}
.footer_company .family_site .fmsBox li {width:20%; padding:5px 0; float:left;}
.footer_company .family_site .fmsBox li a {color:#999;}
.footer_company .family_site .fmsBox li a:hover, .footer_company .family_site .fmsBox li a:focus {color:#333;}
.footer_company .family_site.open .box {background-position:0 -32px; color:#fff;}
.footer_company .family_site.open .fmsBox {display:block;}
/* .footer_company .mark {float:right; clear:both;} */
/* 20190703 김준수M, 박가영M 주석처리
.footer_company .mark {float:none; clear:both; padding-left:60px; padding-bottom: 50px; }
.footer_company .mark li {float:left; border-left:1px solid #ebebeb; padding-left:10px; margin-left:10px;}
.footer_company .mark li:first-child {border-left:0; padding-left:0; margin-left:0;}
.footer_company .mark li img.wah {border: 0px; width: 35px; height: auto;}
*/
.footer_company address {margin-top:10px; color:#848a92; line-height:20px; font-style:normal;}
/* 20190703 김준수M, 박가영M 추가 */
.footer_company .mark {float:none; clear:both; padding-bottom: 50px; margin: 0 30px;}
.footer_company .mark li {display: inline-block;width:19%;height:50px;float:left; padding:9px 5px 0 79px; box-sizing: border-box;border-left: 1px solid #ebebeb;text-align:center;font-size:11px; line-height:15px;}/*20200409*/
.footer_company .mark li:nth-child(1){background: url( ../images/common/award_logo_01.png) no-repeat left 10px center;background-size: 70px auto; border-left:0;}
.footer_company .mark li:nth-child(2){background: url(../images/common/award_logo_02.png) no-repeat left 10px center;background-size: 70px auto;}
.footer_company .mark li:nth-child(3){background: url(../images/common/award_logo_03.png) no-repeat left 10px center;background-size: 65px auto;}
.footer_company .mark li:nth-child(4){width:22%;background: url(../images/common/award_logo_04.png) no-repeat left 10px center;background-size: 50px auto;}
.footer_company .mark li:nth-child(5){width:21%;background: url(../images/common/award_logo_05.png) no-repeat left 10px center;background-size: 60px auto;}

/* 메인 */
.mainWrap {width:100%; min-width:1104px; background:#eee url(../images/main/bg_main.gif) center 0 repeat-y; margin-top:-1px; *margin-top:0;}
.mainWrap .top_area {background:url(../images/common/blank.png) repeat;width:960px;margin:0 auto;} /* 상단 링크영역 확보 */
.mainWrap .top_area a {color:#666666;}
.mainWrap .top_area a:hover {text-decoration:underline;}
.mainWrap .top_area .logo img {margin-top:0;}
.mainWrap .top_area .memberArea .name {color:#fff;}
.mainWrap .top_area .memberArea .etc {background:url(../images/common/bu_stick_3.png) 0 0 no-repeat;}
.mainWrap .top_area .memberArea .etc em.time {background:url(../images/common/icon_clock.png) 0 -17px no-repeat; color:#fff;}
.mainWrap .top_area .infoArea ul.tm li {border-left:0; background:url(../images/common/bu_stick_2.png) 0 0 no-repeat;}

/* 2015.01.23 강미영 수정:str */
.mainWrap .top_area .infoArea ul.tm li:first-child {border-left:0; background:0;}
.mainWrap .top_area .infoArea ul.tm li:first-child a {width:auto; padding-top:0;} /* 2015.01.30 수정 */
.top_area .infoArea ul.tm {float:left; margin-top:5px; *zoom:1;}
/* 2015.01.23 강미영 수정:end */

.mainWrap .top_area .infoArea ul.tm li img {margin-top:0;}
.mainWrap .top_area .infoArea .search .bar {background:url(../images/common/bg_common_search2.png) 0 0 no-repeat;}
.mainWrap .top_area .infoArea .search .bar input {color:#fff;}
.mainWrap .top_area .infoArea .search .bar a {background:url(../images/common/icon_search_2.png) center center no-repeat;}
.mainSpot {width:1104px; height:637px; overflow:hidden; margin:0 auto; position:relative; top:-104px;}
.mainSpot .mask {position:absolute;left:0;bottom:0; width:1104px; height:227px; background:transparent url(../images/main/bg_main_spot.png) 0 bottom no-repeat; z-index:7;}
.mainSpot .spotList .viewer {position:absolute; top:184px; left:120px; z-index:1;}
.mainSpot .spotList .viewer .rolling {float:left;}
.mainSpot .spotList .viewer .rolling li {float:left; margin-right:6px;}
.mainSpot .spotList .viewer .rolling li a {display:block; width:10px; height:10px; overflow:hidden; text-indent:-999px; background:url(../images/main/bu_main_spot.png) 0 0 no-repeat;}
.mainSpot .spotList .viewer .rolling li a.active {width:32px; background-position:0 -14px;}
.mainSpot .spotList .viewer .ctrl {float:left; width:11px; height:11px; overflow:hidden; margin-top:-1px; text-indent:-999px; background:url(../images/main/icon_main_spot.png) 0 0 no-repeat;}
.mainSpot .spotList .viewer .ctrl.play {background-position:3px -22px;}
.mainSpot .spotList .viewer .ctrl.stop {background-position:2px 0;}
.mainSpot .spotList .visual {width:1104px; height:664px; overflow:hidden;}
.mainSpot .spotList .visual li {width:1104px; float:left;}
.mainSpot .loanFind h2 {color:#fff; font-size:30px; font-weight:bold; letter-spacing:0 /*20200408*/; margin-bottom:10px; *margin-bottom:0;}
.mainSpot .loanFind h3 {color: #ffffff; font-size:18px; font-weight:normal; letter-spacing:0 /*20200408*/; margin-bottom:25px;}
.mainSpot .loanFind .ctrlBtn {position:absolute; left:0; bottom:0; text-align:center; width:1104px; z-index:9;}
.mainSpot .loanFind .find_area {display:none; width:100%; height:100%; padding:146px 72px 0 72px; background: #01396d; position:absolute;top:1px;left:0; text-align:center;}
.mainSpot .loanFind.open > .ctrlBtn {display:none;}
.mainSpot .loanFind.open > .find_area {display:block;}
.mainSpot .loanFind.open > .find_area .ctrlBtn {margin-bottom:-1px;}
.mainSpot .loanFind .find {width:600%;}
.mainSpot .loanFind .find div[class*=step] {display:none; position:relative; float:left; width:960px; height:310px; background-position:center bottom; background-repeat:no-repeat;}
.mainSpot .loanFind .find div[class*=step].active {display:block;}
.mainSpot .loanFind .find.loanType1 .qType2 {display:none;}
.mainSpot .loanFind .find.loanType1 .step1 {background-image:url(../images/main/bg_loanfind_step1.png);} /* 신용대출, 담보대출 */
.mainSpot .loanFind .find.loanType1 .step2 {background-image:url(../images/main/bg_loanfind_step2.png);}
.mainSpot .loanFind .find.loanType1 .step3 {background-image:url(../images/main/bg_loanfind_step3.png);}
.mainSpot .loanFind .find.loanType1 .step4 {background-image:url(../images/main/bg_loanfind_step4.png);}
.mainSpot .loanFind .find.loanType1 .step5 {background-image:url(../images/main/bg_loanfind_step5.png);}
.mainSpot .loanFind .find.loanType1 .stepR {background-image:url(../images/main/bg_loanfind_step6.png);}
.mainSpot .loanFind .find.loanType2 .qType1 {display:none;}
.mainSpot .loanFind .find.loanType2 .step1 {background-image:url(../images/main/bg_loanfind2_step1.png);} /* 자동차금융 */
.mainSpot .loanFind .find.loanType2 .step2 {background-image:url(../images/main/bg_loanfind2_step2.png);}
.mainSpot .loanFind .find.loanType2 .step3 {background-image:url(../images/main/bg_loanfind2_step3.png);}
.mainSpot .loanFind .find.loanType2 .stepR {background-image:url(../images/main/bg_loanfind2_step4.png);}
.mainSpot .loanFind .find a.ctrl {display:block; position:absolute; top:75px; width:63px; height:92px; overflow:hidden; text-indent:-999px; background-image:url(../images/main/btn_loanfind_collect.png); background-repeat:no-repeat;}
.mainSpot .loanFind .find a.ctrl.prev {background-position:0 0; left:56px;}
.mainSpot .loanFind .find a.ctrl.prev:hover {background-position:0 -102px;}
.mainSpot .loanFind .find a.ctrl.next {background-position:-71px 0; right:56px;}
.mainSpot .loanFind .find a.ctrl.next:hover {background-position:-71px -102px;}
.mainSpot .loanFind .find a.ctrl.gofind {background-position:-144px 0; right:56px;}
.mainSpot .loanFind .find a.ctrl.gofind:hover {background-position:-144px -102px;}
.mainSpot .loanFind .find a.ctrl.replay {background-position:-216px 0; right:56px;}
.mainSpot .loanFind .find a.ctrl.replay:hover {background-position:-216px -102px;}
.mainSpot .loanFind .find ul.schType {margin-top:30px;}
.mainSpot .loanFind .find ul.schType li {display:inline-block; *display:inline; *zoom:1; color:#fff; font-weight:bold; margin-left:20px; position:relative;}
.mainSpot .loanFind .find ul.schType li:first-child {margin-left:0;}
.mainSpot .loanFind .find ul.schType li input {position:absolute;left:-9990px;top:-9990px;filter:alpha(opacity=0);opacity:0;-moz-opacity:0;}
.mainSpot .loanFind .find ul.schType li label {display:block; cursor:pointer; text-align:center; width:110px; height:135px;}
.mainSpot .loanFind .find ul.schType li label img {vertical-align:middle;}
.mainSpot .loanFind .find ul.schType li label span {display:block; position:absolute; top:0; left:0; width:110px; height:15px; padding-top:120px; background:url(../images/common/blank.png) repeat;}
.mainSpot .loanFind .find ul.schType li.on label img {width:88px; height:88px;}
.mainSpot .loanFind .find ul.schType li.on label span {background:url(../images/main/icon_loanfind_select.png) center 0 no-repeat; color:#ffea00; text-decoration:underline; top:-12px;}
.mainSpot .loanFind .find ul.schType li.focus label {background:url(../images/main/bg_loanfind_focus.png) center 0 no-repeat;}
.mainSpot .loanFind .find ul.schType li.focus.on label {background:none;}
.mainSpot .loanFind .stepR h3 {color:#fff; font-size:30px; font-weight:bold; letter-spacing:0 /*20200408*/; margin-top:-50px; background:#0faae6;}
.mainSpot .loanFind .stepR h3 .num {color:#fff000;}
.mainSpot .loanFind .stepR .loadingbox {position:absolute;top:40px;left:50%; margin-left:-132px;}
.mainSpot .loanFind .stepR .scrollArea {width:360px; height:10px; margin:0 auto; background:url(../images/main/bg_scroll_bar.png) 0 0 no-repeat; position:relative; top:240px; z-index:9;}
.mainSpot .loanFind .stepR .scrollArea .move {display:block; width:24px; height:24px; overflow:hidden; text-indent:-999px; position:absolute; top:-8px; background:url(../images/main/btn_loanfind_scoll.png) 0 0 no-repeat;}
.mainSpot .loanFind .stepR .scrollArea .move.goleft {left:-32px; background-position:0 0;}
.mainSpot .loanFind .stepR .scrollArea .move.goright {right:-32px; background-position:-34px 0;}
.mainSpot .loanFind .stepR .scrollArea .barDiv {float:left; width:25%; height:10px; background:url(../images/main/bg_scroll_line.png) 0 0 no-repeat;}
.mainSpot .loanFind .stepR .scrollArea .barDiv:first-child {background:0;}
.mainSpot .loanFind .stepR .scrollArea .pointerDiv {width:25%; height:10px; float:right; position:absolute;top:0;}
.mainSpot .loanFind .stepR .scrollArea .pointerDiv .pointer {background:url(../images/main/bg_scroll_pointer.png) 0 0 no-repeat; cursor:pointer; margin-right:5px;}
.mainSpot .loanFind .stepR .scrollArea .pointerDiv .pointer span {display:block; height:10px; background:url(../images/main/bg_scroll_pointer.png) right -10px no-repeat; position:relative; right:-7px;}
.mainSpot .loanFind .stepR .goodsList {width:640px; height:205px; margin:0 auto; overflow:hidden;}
.mainSpot .loanFind .stepR .goodsList > ul {margin-right:-20px; *zoom:1;}
.mainSpot .loanFind .stepR .goodsList > ul:after {content:""; clear:both; display:block;}
.mainSpot .loanFind .stepR .goodsList > ul > li {float:left; margin-right:20px; position:relative;}
.mainSpot .loanFind .stepR .goodsList > ul > li > a {display:block; background:url(../images/main/bg_loanfind_goods.png) 0 0 no-repeat; padding:15px; width:170px; height:175px;}
.mainSpot .loanFind .stepR .goodsList > ul > li strong {display:block; font-size:14px; font-weight:bold; letter-spacing:0 /*20200408*/; color:#222; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.mainSpot .loanFind .stepR .goodsList > ul > li img {width:105px; margin-top:10px;}

/* 2014.07.25 강미영 삭제
.mainSpot .loanFind .stepR .goodsList > ul > li p.sum {margin-top:10px; line-height:16px; height:32px;}
.mainSpot .loanFind .stepR .goodsList > ul > li ul.info {padding:15px; margin-top:8px;  border-top:1px dotted #afafaf; font-weight:bold;}
.mainSpot .loanFind .stepR .goodsList > ul > li ul.info span.m {color:#e66e00;}
*/


/* 2014.07.25 강미영 수정 : str */
.mainSpot .loanFind .stepR .goodsList > ul > li span {display:block;}
.mainSpot .loanFind .stepR .goodsList > ul > li span.sum {margin-top:10px; line-height:16px; height:32px;}
.mainSpot .loanFind .stepR .goodsList > ul > li span.info {padding:15px; margin-top:8px; border-top:1px dotted #afafaf; font-weight:bold; letter-spacing:-2px;} /* 2014.10.06 강미영 수정 */
.mainSpot .loanFind .stepR .goodsList > ul > li span.info em.m {color:#e66e00;}
.mainSpot .loanFind .stepR .goodsList > ul > li > a:focus,
.mainSpot .loanFind .stepR .goodsList > ul > li > a:hover {background-position:0 -212px; text-decoration:none; color:#91e6f7;}
.mainSpot .loanFind .stepR .goodsList > ul > li > a:focus strong,
.mainSpot .loanFind .stepR .goodsList > ul > li > a:hover strong {color:#fff;}
.mainSpot .loanFind .stepR .goodsList > ul > li > a:focus span.info,
.mainSpot .loanFind .stepR .goodsList > ul > li > a:hover span.info {color:#fff;}
.mainSpot .loanFind .stepR .goodsList > ul > li > a:focus ul.info span.m,
.mainSpot .loanFind .stepR .goodsList > ul > li > a:hover ul.info span.m {color:#fff;}
/* 2014.07.25 강미영 수정 : end */

.mainContents {width:960px; margin:-141px auto 65px auto; position:relative; z-index:8;}
.mainContents:after {content:" "; display:block; clear:both; font-size:0; line-height:0; height:0;} /* 2015.03.27 강미영 추가 */
.mainContents ul {*zoom:1;}
.mainContents ul:after {content:""; clear:both; display:block;}
.mainContents .LeftArea {width:264px; float:left;}
.mainContents .mainBanner {width:320px; float:left; margin:0 56px; padding:85px 26px 0 26px; background:url(../images/main/bg_banner_line.gif) center 0 repeat-y; position:relative;}
.mainContents .mainBanner div{display:inline-block;}
.mainContents .mainBanner div a{display:inline-block;}
.mainContents .mainBanner div:nth-of-type(2) a{margin-top:10px;}
.mainContents .RightArea {width:264px; float:Right; overflow:hidden;margin-top:-20px;}
.mainContents .m_member ul {margin:30px 0 0 -24px;}
.mainContents .m_member li {float:left; width:72px; margin-left:24px; height:110px; line-height:16px;}
.mainContents .m_member li a {display:block; padding-top:55px; text-align:center; background-position:center 0; background-repeat:no-repeat; color:#666;}
.mainContents .m_member li a.link1 {background-image:url(../images/main/icon_member_1.gif);}
.mainContents .m_member li a.link2 {background-image:url(../images/main/icon_member_2.gif);}
.mainContents .m_member li a.link3 {background-image:url(../images/main/icon_member_6.gif);}/*2015-04-23 박세인 수정 */
.mainContents .m_member li a.link4 {background-image:url(../images/main/icon_member_4.gif);}
.mainContents .m_member li a.link5 {background-image:url(../images/main/icon_member_5.gif);}
.mainContents .m_member li a.link6 {background-image:url(../images/main/icon_member_3.gif);}/*2015-04-23 박세인 수정 */
.mainContents .m_member li a:hover {color:#1490EF;}
.mainContents .m_help ul {margin:26px 0 0 0;}
.mainContents .m_help li {float:left; margin-left:6px; margin-bottom:7px; line-height:16px;} /* 2015.03.03 강미영 수정 */
.mainContents .m_help li:first-child {margin-left:0;}
.mainContents .m_help li.ml0 {margin-left:0;} /* 2015.03.03 강미영 추가 */
.mainContents .m_help li a {display:block; width:84px; height:84px; overflow:hidden; background-position:center 0; background-repeat:no-repeat; color:#666;}

/* 23.10.13_주석처리 */
/*.mainContents .m_help li a.link1 {background-image:url(../images/main/icon_help_1.gif);}
.mainContents .m_help li a.link2 {background-image:url(../images/main/icon_help_2.gif);}
.mainContents .m_help li a.link3 {background-image:url(../images/main/icon_help_3.gif);}*/

/** 2023.10.30 공공마이데이터 신규 추가 후 이미지 였던 버튼 css로 변경**/
/* 2015.03.03 강미영 추가:Str */
/*.mainContents .m_help li a.link4 {background-image:url(../images/main/icon_help_4.gif);}
.mainContents .m_help li a.link5 {background-image:url(../images/main/icon_help_5.gif);}
.mainContents .m_help li a.link6 {background-image:url(../images/main/icon_help_6.gif);}*/
/* 2019.08.27 송문식 추가:Str */
/*.mainContents .m_help li a.link7 {background-image:url(../images/main/icon_help_7.gif);}*/
/* 2022.01.10 김동하 추가:Str */
/*.mainContents .m_help li a.link8 {background-image:url(../images/main/icon_help_8.gif);}*/
/* 2015.03.03 강미영 추가:End */
/** 2023.10.30 공공마이데이터 신규 추가 후 이미지 였던 버튼 css로 변경 end**/

/* .mainContents .m_help li a.link9{position:relative;padding:13px 0 0 8px;color:#fff;font-size:12px;text-indent:inherit;background-color:#0291fc;background-image:url(../images/main/icon_help_9.gif);} *//* 23.10.13_주석처리 */
.mainContents .m_help li a{position:relative;padding:13px 0 0 8px;color:#fff;font-size:12px;font-weight:500;text-indent:inherit;}
.mainContents .m_help li a:hover{text-decoration:none;}
.mainContents .m_help li a > em{font-size:11px;letter-spacing:-1px;}
.mainContents .m_help li a.link1{background-color:#0a4878;}
.mainContents .m_help li a.link8{color:#0a4878;background-color:#d0e9fc;}
.mainContents .m_help li a.link8:before{border:1px solid #0a4878;}
.mainContents .m_help li a.link8:after{border-top: 1px solid #0a4878;border-right: 1px solid #0a4878;}
.mainContents .m_help li a.link4{color:#0a4878;border:1px solid #e8e8e8;background-color:#fff}
.mainContents .m_help li a.link4:before{border:1px solid #0a4878;}
.mainContents .m_help li a.link4:after{border-top: 1px solid #0a4878;border-right: 1px solid #0a4878;}
.mainContents .m_help li a.link5{background-color:#848a92}
.mainContents .m_help li a.link6{background-color:#4c5459}

/*간편서류접수(공공마이데이터)*/
.mainContents .m_help li a.link9{background-color:#0291fc;}
.mainContents .m_help li a.link9:hover{color:#fff;text-decoration:none;}

/*간편서류접수(스크래핑)*/
 .mainContents .m_help li a.link7{background-color:#0291fc;}
.mainContents .m_help li a.link7:hover{color:#fff;text-decoration:none;}

.mainContents .m_help li a:before{content:'';display:inline-block;position:absolute;left:12px;bottom:11px;width:14px;height:15px;border:1px solid #fff;border-radius:100%;}
.mainContents .m_help li a:after{content: '';display: inline-block;position: absolute;left: 16.2px;bottom: 17.5px;width: 4px;height: 4px;border-top: 1px solid #fff;border-right: 1px solid #fff;transform: rotate(45deg);}

/* .mainContents .m_help li a:hover {color:#1490EF;} *//* 23.10.13 주석처리 */
.mainContents .m_begin {margin-top:0px;}
.mainContents .m_begin ul {margin:30px 0 0 -20px;}
.mainContents .m_begin ul li {display:inline-block; *display:inline; *zoom:1; float:left; margin-left:24px;}
.mainContents .m_begin ul li a {display:block; padding-top:60px; text-align:center; background-position:center 0; background-repeat:no-repeat; color:#666;}
.mainContents .m_begin ul li a.link1 {background-image:url(../images/main/icon_begin_1.gif);}
.mainContents .m_begin ul li a.link2 {background-image:url(../images/main/icon_begin_2.gif);}
.mainContents .m_begin ul li a.link3 {background-image:url(../images/main/icon_begin_3.gif);}
.mainContents .m_begin ul li a:hover {color:#1490EF;}
.mainContents .m_notice {height:110px; margin-top:30px; position:relative;}
.mainContents .m_notice h2 {height:15px; overflow:hidden; float:left; background:url(../images/common/bu_stick_3.gif) 0 0 no-repeat; padding-left:12px; margin-left:12px;}
.mainContents .m_notice a.more {display:none; position:absolute; top:0; right:0;}
.mainContents .m_notice > div > ul {display:none; position:absolute; top:20px; left:0;}
.mainContents .m_notice > div > ul li {margin-top:10px; padding-right:20px; min-height:36px;}
.mainContents .m_notice > div > ul li .date {float:left; width:24px; font-size:24px; font-weight:bold; color:#bbb; letter-spacing:-2px; margin:-3px 12px 0 0; text-align:center;}
.mainContents .m_notice > div > ul li .date span {display:block; font-size:11px; letter-spacing:0; margin:-4px 0 0 2px;}
.mainContents .m_notice > div > ul li a {overflow:hidden; line-height:18px;}
.mainContents .m_notice > div h2 a:hover img,
.mainContents .m_notice > div.active h2 a img {margin-top:-20px;}
.mainContents .m_notice > div.active > ul {display:block;}
.mainContents .m_notice > div.active > a.more {display:block;}
.mainContents .m_notice .notice h2 {padding-left:0; margin-left:0; background:0;}

/* str : 2014.07.28 강미영 수정 */
.mainContents .m_contact dl {margin-top:10px;}
.mainContents .m_contact dl:after {content:""; clear:both; display:block;}
.mainContents .m_contact dt, .mainContents .m_contact dd {float:left; height:22px;}
.mainContents .m_contact dt {width:80px; margin-right:10px; position:relative; top:3px;}
.mainContents .m_contact dd {width:174px; font-weight:bold; color:#1490EF;}
.mainContents .m_contact p {font-size:11px; letter-spacing:0 /*20200408*/;}

/* 전자민원접수 */
.mainContents .m_contact .reciptBox {height:35px;overflow:hidden;}
.mainContents .m_contact .reciptBox a{background-color:#666 !important;}
.mainContents .m_contact .reciptBox a:hover{ text-decoration:none;}

/* 20190830 김준수 수정 start*/
/* 2014.07.25 강미영 수정 : str */
.mainContents .m_contact .reciptBox a > span {margin-top:0px;background: url(../images/main/bg_receipt2.png) 233px 0 no-repeat;font-size:12px;font-weight:500;color:#ffffff;}/*20200409*/
.mainContents .m_contact .reciptBox a > span em {background:url(../images/main/bg_receipt.png) 0 1px no-repeat;background-position-y:3px;padding-left:20px;}
/* 2014.07.25 강미영 수정 : end */
/* 20190830 김준수 수정 end*/
/*
.mainContents .m_contact dd.reciptBox a > div {border:1px #666ccc solid;padding:6px 9px 8px 15px; margin-top:15px; background:url(../images/main/bg_receipt2.png) 240px 11px no-repeat; background-color:#75858e; font-size:12px; font-weight:bold; color:#ffffff; }
.mainContents .m_contact dd.reciptBox a > div span{background:url(../images/main/bg_receipt.png) 0 4px no-repeat; padding-left:20px;}
*/
/* end : 2014.07.28 강미영 수정 */

.mainContents .mainBanner .control {position:absolute; top:65px; left:60px; z-index:99;}
.mainContents .mainBanner .control .rolling {float:left; margin-right:6px;}
.mainContents .mainBanner .control .rolling li {float:left; margin-right:4px;}
.mainContents .mainBanner .control .rolling a {float:left; width:12px; height:12px; overflow:hidden; text-indent:-999px; background:url(../images/main/bu_main_rolling.gif) 0 0 no-repeat;}
.mainContents .mainBanner .control .rolling a.active {background-position:0 -17px;}
.mainContents .mainBanner .control a.ctrl {float:left; width:13px; height:13px; margin-top:-1px; overflow:hidden; text-indent:-999px; background:url(../images/main/icon_main_rolling.gif) 0 0 no-repeat;}
.mainContents .mainBanner .control a.ctrl.stop {background-position:3px 1px;}
.mainContents .mainBanner .control a.ctrl.play {background-position:3px -17px;}
.mainContents .mainBanner .banner {width:320px; height:300px; overflow:hidden;}
.mainContents .mainBanner .banner li {width:320px; float:left;}

/* 2015.03.27 강미영 추가:Str */
.mainContents2 {position:relative; width:962px; z-index:8; margin:54px auto 0; padding:0 0 50px 0;}
.mainContents2:after {content:" "; display:block; clear:both; font-size:0; line-height:0; height:0;}
.mainContents2 .m_notice2 {position:relative; float:left; width:264px; padding:13px 13px 3px; border:1px solid #ebebeb;}
.mainContents2 .m_notice2 h2 {}
.mainContents2 .m_notice2 h2 span img {margin:4px 0 0 1px;}
.mainContents2 .m_notice2  ul {margin-top:11px;}
/*2015-04-14 윤기영책임님 추가 start*/
.mainContents2 .m_notice2  ul li {padding:0 0 6px 8px; color:#333; line-height:14px; background:url(../images/common/bu_square_02.gif) no-repeat left 6px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
/*2015-04-14 윤기영책임님 추가 end*/
.mainContents2 .m_notice2 .b_more {position:absolute; top:14px; right:9px; display:block;}

.mainContents2 .blogfa {position:relative; float:left; width:322px; margin:0 0 0 43px; padding:11px; border:1px solid #ebebeb;}
.mainContents2 .blogfa ul {position:absolute; top:-18px; left:8px;}
.mainContents2 .blogfa ul:after {content:" "; display:block; clear:both; font-size:0; line-height:0; height:0;}
.mainContents2 .blogfa ul li {float:left;}
.mainContents2 .blogfa ul li a {display:inline-block; width:63px; height:17px; background:url(../images/main/tab_blog.gif) no-repeat -58px -22px; cursor:pointer; text-indent:-999px;}
.mainContents2 .blogfa ul li a span {position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0);}
.mainContents2 .blogfa ul li:first-child a {width:58px; background-position:0 0;}
.mainContents2 .blogfa ul li.sel:first-child a {background-position:0 -22px;}
.mainContents2 .blogfa ul li.sel a {background-position:-58px 0;}
.mainContents2 .blogfa .incframe {overflow:hidden; height:84px; color:#666; line-height:17px; letter-spacing:0 /*20200408*/;} /* 2015.04.15 강미영 수정 */
/*2015-04-14 윤기영책임님 추가 start*/
.mainContents2 .blogfa .incframe a {color:#333;}
.mainContents2 .blogfa .incframe span.img img {float:left; width:84px; height:84px; margin-right:8px;}
/*2015-04-14 윤기영책임님 추가 end*/
.mainContents2 .blogfa .incframe strong {display:block; padding:9px 0 3px 0; color:#666; font-size:14px;}
.mainContents2 .blogfa .incframe strong a {color:#666;}
.mainContents2 .blogfa .incframe a:hover strong{color:#1490EF;text-decoration:underline;}

.mainContents2 .social {float:left; height:111px; margin:0 0 0 68px;}
/* 2015.03.27 강미영 추가:End */

/* 서브메인 */
.subSpot {position:relative;border:1px solid #D0E9FC;border-radius:5px;*zoom:1;}
.subSpot:after {content:""; clear:both; display:block;}
.subSpot div[class*=radius] {width:5px; height:5px; position:absolute; z-index:99;}
/*
.subSpot div.radius1 {background:url(../images/common/bg_rollbox_radius1.png) 0 0 no-repeat; top:-1px;left:-1px;}
.subSpot div.radius2 {background:url(../images/common/bg_rollbox_radius2.png) 0 0 no-repeat; top:-1px;right:-1px;}
.subSpot div.radius3 {background:url(../images/common/bg_rollbox_radius3.png) 0 0 no-repeat; bottom:-1px;left:-1px;}
.subSpot div.radius4 {background:url(../images/common/bg_rollbox_radius4.png) 0 0 no-repeat; bottom:-1px;right:-1px;}
*/

/* 상품몰 메인 */
.goodsSpot {*zoom:1;}
.goodsSpot:after {content:""; clear:both; display:block;}
.goodsSpot .slideBn {width:720px; float:left; border-right:1px solid #D0E9FC;}
.goodsSpot .slideBn .control {position:absolute; top:180px; left:40px; z-index:999;}
.goodsSpot .slideBn .control .rolling {float:left; margin-right:6px;}
.goodsSpot .slideBn .control .rolling li {float:left; margin-right:4px;}
.goodsSpot .slideBn .control .rolling li a {display:block; width:8px; height:8px; overflow:hidden; text-indent:-999px; background:url(../images/common/bu_rolling_2.png) 0 0 no-repeat;}
.goodsSpot .slideBn .control .rolling li a.active {width:28px; background-position:0 -13px;}
.goodsSpot .slideBn .control a.ctrl {float:left; display:block; width:8px; height:8px; overflow:hidden; text-indent:-999px; background:url(../images/common/icon_rolling_2.png) 0 0 no-repeat;}
.goodsSpot .slideBn .control a.ctrl.stop {background-position:center 0;}
.goodsSpot .slideBn .control a.ctrl.play {background-position:center -13px;}
.goodsSpot .slideBn .banner {width:720px; height:230px; overflow:hidden; position:relative;}
.goodsSpot .slideBn .banner li {width:720px; float:left;}
.goodsSpot .slideBn .banner li img{width:718px;height:228px;}
.goodsSpot .aside {width:237px; float:left;}
.goodsSpot .aside .bn {padding:22px 20px; border-top:1px dotted #b1d7ef;}
.goodsSpot .aside .bn:first-child {border-top:0;}
.goodsSpot .aside .bn p {display:block; padding-left:55px; color:#333; letter-spacing:0 /*20200408*/; line-height:16px;}
.goodsSpot .aside .bn p.loan {background:url(../images/goods/icon_search.gif) 0 0 no-repeat; margin:9px 0;}
.goodsSpot .aside .bn p.sign {background:url(../images/goods/icon_padlock.gif) 0 0 no-repeat; margin:9px 0;} /* 글이 3줄일때는 margin값 삭제 */
.goodsSpot .aside .bn a {display:block; margin-top:5px; color:#999; text-decoration:underline;}
.goodsAll {margin-top:28px;}
.goodsAll .tab {padding-right:8px; float:left;}
.goodsAll .tab li {width:168px; border-bottom:1px dotted #bcbcbc; font-size:16px; font-weight:bold; letter-spacing:0 /*20200408*/;}
.goodsAll .tab li a {display:block; color:#666; padding:8px 15px 9px 15px;}
.goodsAll .tab li.active {width:176px; border-bottom:0; margin-top:-1px;}
.goodsAll .tab li.active a {color:#fff; background:url(../images/goods/bg_arrow_select.gif) 0 0 no-repeat;}
.goodsAll .goodsList {float:right; width:708px; padding-bottom:50px;}
.goodsAll .goodsList h3 {font-size:16px; color:#1490EF; font-weight:bold; border-top:1px solid #efefef; padding-top:20px;}
.goodsAll .goodsList h3:first-child {border-top:0; padding-top:0;}
.goodsAll .goodsList ul {margin-top:15px; margin-right:-45px; *zoom:1;}
.goodsAll .goodsList ul:after {content:""; clear:both; display:block;}
.goodsAll .goodsList li {float:left; width:206px; overflow:hidden; margin-right:45px; padding-bottom:22px;}
.goodsAll .goodsList li a {display:block;}
/* 2015.04.30 강미영 수정 : Str */
/*
.goodsAll .goodsList li dl {margin-top:20px;}
.goodsAll .goodsList li dt {font-weight:bold; color:#222;}
.goodsAll .goodsList li dd {margin-top:5px; color:#666; line-height:16px;}
*/
.goodsAll .goodsList li span, .goodsAll .goodsList li strong {display:block;}
.goodsAll .goodsList li span {margin-top:20px; color:#666; line-height:16px;}
.goodsAll .goodsList li strong {padding-bottom:5px; font-weight:bold; color:#333;}
.goodsAll .goodsList li a:hover {text-decoration:none;}
.goodsAll .goodsList li a:hover span {text-decoration:underline;}
/* 2015.04.30 강미영 수정 : End */

/* 2014.07.29 강미영 수정 : str */
.goodsAll .contact {float:left; width:168px; margin-top:50px; margin-bottom:50px;} /* 20150507 강미영 수정 */
.goodsAll .contact ul {border:1px solid #bcbcbc;}
.goodsAll .contact li {padding:12px 15px 10px 15px; letter-spacing:0 /*20200408*/; border-top:1px dotted #c7c8c8; font-size:13px; font-weight:bold;}
.goodsAll .contact li:first-child {border-top:0;}
.goodsAll .contact li strong {color:#1490EF; font-weight:bold; font-size:24px; display:block;}
.goodsAll .contact li p {margin-top:10px; font-weight:normal;}
.goodsAll .contact li.time {background:url(../images/common/icon_clock_2.gif) 15px 15px no-repeat; padding-left:45px; font-size:12px; color:#666; line-height:16px; font-weight:normal; letter-spacing:0;}
.goodsAll .contact li em {font-weight:normal;}
/* 2014.07.29 강미영 수정 : end */

/* 대출센터 메인 */
.loanSpot .slideBn {height:420px; position:relative;}
.loanSpot .slideBn .control {width:958px; position:absolute; bottom:0; left:0; z-index:1;}
.loanSpot .slideBn .control .rolling {float:left; width:870px; height:68px; margin-left:29px; overflow:hidden; background:url(../images/common/bg_line_roll.gif) 0 8px repeat-x;}
.loanSpot .slideBn .control .rolling li {float:left; width:217px; padding-top:8px;}
.loanSpot .slideBn .control .rolling li a {display:block; height:60px; line-height:60px; background:url(../images/common/bg_line_dot.gif) right center no-repeat; text-align:center; color:#204B85; font-weight:bold;}
.loanSpot .slideBn .control .rolling li a.active {background:url(../images/common/bu_rolling_wide.png) center 0 no-repeat; color:#fff; border-top:0; margin-top:-8px; height:68px; padding-top:8px;}
.loanSpot .slideBn .control .ctrl {position:absolute;bottom:0;right:0;}
.loanSpot .slideBn .control .ctrl a {display:block; width:31px; height:31px; margin-bottom:-1px; overflow:hidden; text-indent:-999px; background:url(../images/common/icon_rolling_wide.gif) 0 0 no-repeat;}
.loanSpot .slideBn .control .ctrl a.stop {background-position:-34px 0;}
.loanSpot .slideBn .control .ctrl a.stop.active {background-position:-34px -41px;}
.loanSpot .slideBn .control .ctrl a.play {background-position:0 0;}
.loanSpot .slideBn .control .ctrl a.play.active {background-position:0 -41px;}
.loanSpot .slideBn .banner {width:958px; height:360px; overflow:hidden; position:relative;}
.loanSpot .slideBn .banner li {width:958px; float:left;}
.loanSpot .slideBn a.arrow {display:block; width:29px; height:60px; overflow:hidden; text-indent:-999px; position:absolute; background:#f5fbff url(../images/common/btn_rolling_wide.gif) 0 center no-repeat; border-top:1px solid #D0E9FC; z-index:9;}
.loanSpot .slideBn a.arrow.prev {background-position:11px center;bottom:0;left:0; border-right:1px solid #D0E9FC;}
.loanSpot .slideBn a.arrow.next {background-position:-27px center;bottom:0;right:31px; border-left:1px solid #D0E9FC;}
.loanAll {margin-top:45px;}
.loanAll h2 {font-size:16px; font-weight:bold; letter-spacing:0 /*20200408*/; color:#151515; margin-bottom:10px; margin-top:-5px;}
.loanAll input[type=text] {border:1px solid #c6c6c6;margin-top:1px;height:28px;height:25px \0/IE9;*height:25px;*line-height:25px;}
.loanAll .select{display:inline-block;}
.loanAll .select .select-list-box{width:100%}
.loanAll .LeftArea {width:212px; float:left;}
.loanAll .rightArea {width:243px; float:left;}
.loanAll .linkBn {position:relative;}
.loanAll .linkBn p {line-height:18px;}
.loanAll .linkBn a.more {display:block; position:absolute; top:0; right:0; width:100%; height:100%; text-align:right; background:url(../images/common/blank.png) repeat;}
.loanAll .line {width:100%; height:1px; border-top:1px dotted #efefef; clear:both; margin:30px 0;}
.loanAll .iconBn li {float:left; margin-left:30px;}
.loanAll .iconBn li:first-child {margin-left:0;}
.loanAll .iconBn li a {display:block; line-height:18px;}
.loanAll .iconBn li a.sign {background:url(../images/loanCenter/icon_medal.gif) 0 center no-repeat; padding-left:40px;}
.loanAll .iconBn li a.docu {background:url(../images/loanCenter/icon_paper.gif) 0 center no-repeat; padding-left:44px;}
.loanAll .callApp {width:363px; /*2020.09.25 남윤정 수정 */padding:0 10px; margin:0 35px; float:left; border-left:1px solid #efefef; border-right:1px solid #efefef;}
.loanAll .callApp .who {margin-top:15px; *zoom:1;}
.loanAll .callApp .who:after {content:""; clear:both; display:block;}
/* 2014.12.05. 윤기영 수정 : 전화상담신청 상품 정렬 .loanAll .callApp .who li {width:110px; float:left; margin-bottom:10px;}*/
.loanAll .callApp .who li {width:180px; float:left; margin-bottom:10px;}
.loanAll .callApp .who label{margin-left:8px;}
.loanAll .callApp .info {position:relative; padding-right:88px; margin-top:5px;}
.loanAll .callApp .info .btnApp {display:block; position:absolute;top:0;right:0;}
.loanAll .callApp .agree {margin-top:15px;}
.loanAll .callApp .agree a.more {text-decoration:underline; color:#666; margin-left:10px;}
/* 2014.07.29 강미영 수정 : str */
.loanAll .contact {background:#f2f2f2; padding:12px 22px; margin-top:45px;}
.loanAll .contact .tel {font-weight:bold; color:#333;}
.loanAll .contact .tel strong {margin-left:10px; color:#1490EF; font-size:14px; }
.loanAll .contact .time {margin-left:30px; background:url(../images/common/icon_clock.png) 5px 5px no-repeat; padding-left:18px;}
.loanAll .contact .time strong {color:#1490EF;}
/* 2014.07.29 강미영 수정 : end */

/* 고객센터 메인 */
.helpSpot {border:none;}
.helpSpot h2 {color:#151515; font-size:24px; letter-spacing:0 /*20200408*/; font-weight:bold; margin-bottom:5px;}
.helpSpot h3 {letter-spacing:0 /*20200408*/; font-size:14px; font-weight:bold;}
.helpSpot p.sum {font-size:13px; letter-spacing:0 /*20200408*/; line-height:18px; }
.helpSpot .faqBn {position:relative; width:630px; height:266px; padding:20px 27px 0 27px; float:left; border:1px solid #D0E9FC;border-radius:5px;}
.helpSpot .faqBn .search {margin-top:10px; padding-right:80px; position:relative;}
.helpSpot .faqBn .search .bar {height:32px; padding:5px 12px 4px 8px; background:url(../images/customer/bg_searchbox.gif) 0 0 no-repeat;background-size: 494px;}
.helpSpot .faqBn .search .bar input {border:0; width:100%; background-color:transparent;}
.helpSpot .faqBn .search .btnMiddleSky {position:absolute; top:-1px; right:0;}
.helpSpot .faqBn .search .btnMiddleSky span{width:70px;}
.helpSpot .faqBn .faq_list {margin:12px -27px 0 -27px; background:#f5fbff; padding:18px 27px 20px 27px; height:139px; *height:88px;border-radius:0 0 5px 5px;}
.helpSpot .faqBn .faq_list ol {margin:5px 0 0 -16px; *zoom:1;}
.helpSpot .faqBn .faq_list ol:after {content:""; clear:both; display:block;}
.helpSpot .faqBn .faq_list ol li {width:271px; margin:8px 0 0 16px; float:left; color:#444; background:url(../images/customer/bu_numbox.gif) 0 0 no-repeat; padding-left:24px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.helpSpot .faqBn .faq_list ol li+li {background-position:0 -24px;}
.helpSpot .faqBn .faq_list ol li+li+li {background-position:0 -48px;}
.helpSpot .faqBn .faq_list ol li+li+li+li {background-position:0 -72px;}
.helpSpot .faqBn .faq_list ol li+li+li+li+li {background-position:0 -96px;}
.helpSpot .faqBn .faq_list ol li+li+li+li+li+li {background-position:0 -120px;}
.helpSpot .faqBn .faq_list ol li a {color:#444;}
 /* 2014.09.19 강미영 추가 : Str - For IE8 */
@media \0screen {
	.helpSpot .faqBn {height:218px;}
	.helpSpot .aside {height:218px !important;}
}
/* 2014.09.19 강미영 수정 : End - For IE8 */

.helpSpot .aside {position:relative; width:310px; height:266px; padding:20px 25px 25px 25px; float:left; border:1px solid #D0E9FC;border-radius:5px;margin-left:16px;}
.helpSpot .aside .link {margin-top:20px;}
.helpSpot .aside .link li {border-top:1px solid #efefef; background:url(../images/common/bu_arrow_r.gif) right center no-repeat;}
.helpSpot .aside .link li:first-child {border-top:0;}
.helpSpot .aside .link li a {display:block; background-image:url(../images/customer/icon_collect2.gif); background-repeat:no-repeat; padding:13px 30px 10px 30px; color:#444;}
.helpSpot .aside .link li a.link1 {background-position:0 12px;}
.helpSpot .aside .link li a.link2 {background-position:0 -28px;}
.helpSpot .aside .link li a.link3 {background-position:0 -72px;}
.helpAll h2 {color:#151515; font-size:16px; letter-spacing:0 /*20200408*/; font-weight:bold; margin-bottom:12px;}
.helpAll h3 {font-size:14px; letter-spacing:0 /*20200408*/; font-weight:bold; }
.helpAll > div {*zoom:1;}
.helpAll > div:after {content:""; clear:both; display:block;}
.helpAll .cntArea {margin:30px 0 0 -57px; *margin-bottom:30px;}
.helpAll .content {width:282px; float:left; margin:0 0 30px 57px;}
.helpAll .content ul li {background:url(../images/common/bg_comment_2.gif) 0 8px no-repeat; padding-left:8px; margin-top:5px;}
.helpAll .content p {margin-bottom:5px;}
.helpAll .content.security {background:url(../images/customer/icon_m_security.gif) right bottom no-repeat;}
.helpAll .content.mobile {background:url(../images/customer/icon_m_mobile.gif) right bottom no-repeat;}
.helpAll .content.event h2 {widht:0; height:0; text-indent:-999px; overflow:hidden; margin:0; padding:0;}
.helpAll .content.usage {background:url(../images/customer/icon_m_useguide.gif) 96% bottom no-repeat;}
.helpAll .content.branch {background:url(../images/customer/icon_m_branch.gif) 96% bottom no-repeat;}
.helpAll .content.policy {background:url(../images/customer/icon_m_policy.gif) 96% bottom no-repeat;}
.helpAll .memberArea {border-top:1px solid #efefef; padding:30px 0; *padding-bottom:25px;}
.helpAll .membership {width:621px; float:left;}
.helpAll .membership li {display:inline-block; *display:inline; *zoom:1; float:left; text-align:center; margin-left:28px;}
.helpAll .membership li a {display:inline-block; padding-top:42px; background-repeat:no-repeat;}
.helpAll .membership h2 img {display:inline-block; margin-left:470px; cursor:pointer;}

/*
.helpAll .membership li:first-child {margin-left:0;}
.helpAll .membership li a:hover {background-image:url(../images/customer/icon_collect_on.gif);}
.helpAll .membership li a.link1 {background-position:center 0;}
.helpAll .membership li a.link2 {background-position:center -70px;}
.helpAll .membership li a.link3 {background-position:center -138px;}
.helpAll .membership li a.link4 {margin-left:10px;background-position:center -210px;}
.helpAll .membership li a.link5 {margin-left:18px;background-position:center -278px;}
.helpAll .membership li a.link6 {background-position:center -340px;}
.helpAll .membership li a.link7 {margin-left:2px; background-position:center -410px;}
.helpAll .membership li a.link8 {margin-left:10px; background-position:center -480px;}
.helpAll .membership li a.link9 {background-position:center -548px;}
.helpAll .membership li a.link10 {background-position:center -620px;}
 */ 
.helpAll .membership li a.link1 {width:90px; background:url(../images/customer/icon_collect1.gif) no-repeat 20px 0px;}
.helpAll .membership li a.link1:hover {width:90px; background:url(../images/customer/icon_collect_on1.gif) no-repeat 20px 0px;}
.helpAll .membership li a.link2 {width:100px; background:url(../images/customer/icon_collect2_1.gif) no-repeat 20px 0px;}
.helpAll .membership li a.link2:hover {width:100px; background:url(../images/customer/icon_collect_on2.gif) no-repeat 20px 0px;}
.helpAll .membership li a.link3 {width:90px; background:url(../images/customer/icon_collect3.gif) no-repeat 20px 0px;}
.helpAll .membership li a.link3:hover {width:90px; background:url(../images/customer/icon_collect_on3.gif) no-repeat 20px 0px;}
.helpAll .membership li a.link4 {width:90px; background:url(../images/customer/icon_collect4.gif) no-repeat 20px 0px;}
.helpAll .membership li a.link4:hover {width:90px; background:url(../images/customer/icon_collect_on4.gif) no-repeat 20px 0px;}
.helpAll .membership li a.link5 {width:100px; background:url(../images/customer/icon_collect5.gif) no-repeat 20px 0px;}
.helpAll .membership li a.link5:hover {width:100px; background:url(../images/customer/icon_collect_on5.gif) no-repeat 20px 0px;}
.helpAll .membership li a.link6 {width:98px; background:url(../images/customer/icon_collect6.gif) no-repeat 20px 0px;}
.helpAll .membership li a.link6:hover {width:98px; background:url(../images/customer/icon_collect_on6.gif) no-repeat 20px 0px;}
.helpAll .membership li a.link7 {width:92px; background:url(../images/customer/icon_collect7.gif) no-repeat 20px 0px;}
.helpAll .membership li a.link7:hover {width:92px; background:url(../images/customer/icon_collect_on7.gif) no-repeat 20px 0px;}
.helpAll .membership li a.link8 {width:92px; background:url(../images/customer/icon_collect8.gif) no-repeat 20px 0px;}
.helpAll .membership li a.link8:hover {width:92px; background:url(../images/customer/icon_collect_on8.gif) no-repeat 20px 0px;}
.helpAll .membership li a.link9 {width:92px; background:url(../images/customer/icon_collect9.gif) no-repeat 20px 0px;}
.helpAll .membership li a.link9:hover {width:92px; background:url(../images/customer/icon_collect_on9.gif) no-repeat 20px 0px;}
.helpAll .membership li a.link10 {width:92px; background:url(../images/customer/icon_collect10.gif) no-repeat 20px 0px;}
.helpAll .membership li a.link10:hover {width:92px; background:url(../images/customer/icon_collect_on10.gif) no-repeat 20px 0px;} 

.helpAll .contact {width:282px; margin-left:57px;float:right; background:url(../images/main/bg_contact.gif) right bottom no-repeat; position:relative;}
.helpAll .contact a.more {display:block; position:absolute; top:0; right:0;}
.helpAll .contact dl {height:55px;}
.helpAll .contact dt {float:left; width:56px; margin-right:6px; position:relative;top:4px;}/*20200416*/
.helpAll .contact dd {overflow:hidden; font-size:16px; letter-spacing:0 /*20200408*/; color:#1490EF; font-weight:bold; }
.helpAll .contact dd span {font-size:14px;}
.helpAll .bbsArea {border-top:1px solid #efefef}
.helpAll .bbsArea > div {float:left; width:458px; padding:20px 0 20px 20px; border-left:1px solid #efefef;}
.helpAll .bbsArea > div:first-child {padding:20px 20px 20px 0; border-left:0;}
.helpAll .bbs h3 {float:left; margin-right:20px; margin-top:-2px; line-height: 24px}/*20200416*/
.helpAll .bbs p.con {overflow:hidden; position:relative; padding-right:100px;}
.helpAll .bbs p.con .date {position:absolute;top:0;right:30px;}
.helpAll .bbs p.con a.more {position:absolute;top:0;right:0;}
/* 온라인지점 메인 */
.onlineSpot .memberBn {padding:35px 40px; width:600px; float:left; height:220px; background:url(../images/online/img_online_spot.gif) right bottom no-repeat; letter-spacing:0 /*20200408*/; border-right:1px solid #d6e7f4;}
.onlineSpot .memberBn .name {font-size:24px; font-weight:bold; color:#222; line-height:32px; }
.onlineSpot .memberBn .name strong {color:#1490EF;}
.onlineSpot .memberBn .sum {font-size:14px; line-height:20px; margin-top:10px;}
.onlineSpot .memberBn .btn {margin-top:20px;}
.onlineSpot .memberInfo {overflow:hidden;}
.onlineSpot .memberInfo h2 {font-size:14px; color:#222; font-weight:bold; padding:20px 0 0 20px;}
.onlineSpot .memberInfo .btn {text-align:center;}
.onlineSpot .memberInfo .info1 {padding:10px 20px 20px 20px;}
.onlineSpot .memberInfo .info1 dt,
.onlineSpot .memberInfo .info1 dd {padding:2px 0; line-height:18px;}
.onlineSpot .memberInfo .info1 dt {float:left; color:#464646; width:60px; margin-right:6px;}
.onlineSpot .memberInfo .info1 dd {overflow:hidden;}
.onlineSpot .memberInfo .info2 {position:absolute; right:0; bottom:0; background:#ecf3ff; border-top:1px solid #d6e7f4; padding:10px 20px; width:237px; *zoom:1;}
.onlineSpot .memberInfo .info2:after {content:""; clear:both; display:block;}
.onlineSpot .memberInfo .info2 li {width:33.3%; float:left; text-align:left; line-height:20px; color:#204B85;}
.onlineSpot .memberInfo .info2 li span {display:inline-block; width:50px; float:left;}
.onlineSpot .memberInfo .info2 li a {text-decoration:underline; margin-left:5px; color:#204B85;}
.onlineAll .linkList {border-bottom:1px solid #e8e8e8; padding:35px 0 5px 0; *padding-bottom:30px; *zoom:1;}
.onlineAll .linkList:after {content:""; clear:both; display:block;}
.onlineAll .linkList li {float:left; line-height:20px; margin-bottom:25px;}
.onlineAll .linkList li strong {display:block;}
.onlineAll .linkList li a {display:block; background-image:url(../images/online/icon_collect.gif); background-repeat:no-repeat; padding-left:40px;}
.onlineAll .linkList li a:hover {background-image:url(../images/online/icon_collect_on.gif);}
.onlineAll .linkList li a.link1 {width:302px; background-position:0 0px;}
.onlineAll .linkList li a.link2 {width:302px; background-position:0 -70px;}
.onlineAll .linkList li a.link3 {width:236px; background-position:0 -140px;}
.onlineAll .linkList li a.link4 {width:302px; background-position:0 -210px;}
.onlineAll .linkList li a.link5 {width:302px; background-position:0 -280px;}
.onlineAll .linkList li a.link6 {width:236px; background-position:0 -350px;}
.onlineAll .recommList {margin-top:30px;}
.onlineAll .recommList h3 {font-size:16px; font-weight:bold; color:#1490EF; letter-spacing:0 /*20200408*/;}
.onlineAll .recommList .list {margin-top:10px;} /* 2015.01.08 강미영 추가 */
/* 2014.12.04 윤기영 수정 : background 추가 start */
.onlineAll .recommList .list > li {padding:18px 0 15px 0; background:#ecf3ff; border-top:1px solid #e8e9e9; *zoom:1;}
/* 2014.12.04 윤기영 수정 end */
.onlineAll .recommList .list > li:after {content:""; clear:both; display:block;}
.onlineAll .recommList .list > li:first-child {border-top:0;}
.onlineAll .recommList .list > li .tit {width:370px; float:left;}
.onlineAll .recommList .list > li .tit strong {color:#464646; line-height:22px;}
.onlineAll .recommList .list > li .info {width:460px; float:left;}
.onlineAll .recommList .list > li .info li {display:inline-block; *display:inline; *zoom:1; float:left; width:120px; line-height:22px; padding:0 16px; border-left:1px dotted #a4a4a4;}
.onlineAll .recommList .list > li .info li:first-child {border-left:0;}
.onlineAll .recommList .list > li .info li span {display:block; color:#464646;}
.onlineAll .recommList .list > li .btn {float:right;}
.onlineAll .loginArea {margin-top:20px; background:#f7f7f7; padding:14px 16px; text-align:center; position:relative;}
.onlineAll .loginArea p {display:inline-block; *display:inline; *zoom:1; background:url(../images/online/icon_note.gif) 0 0 no-repeat; padding-left:30px; color:#464646; line-height:24px;}
.onlineAll .loginArea .login {position:absolute; top:14px; right:16px;}

/* 약관 */
div.agreeBox1 {border:1px solid #d4d4d4; width:658px; height:130px; padding:30px; overflow-y:scroll;}

/* 컨텐츠 뎁스 */
h1 {height:50px;font-size:24px;letter-spacing:0 /*20200408*/;color:#151515;}
h1.line {height:46px;border-bottom:1px solid #989898;}
h1.depth1_2 {height:auto; font-size:22px; color:#1490EF;  letter-spacing:0 /*20200408*/;} /* 2014.12.17 강미영 추가 */
h2.depth2 {height:31px;font-size:16px;letter-spacing:0 /*20200408*/;color:#151515;font-weight:500;}
h2.depth2_2 {font-size:20px; letter-spacing:0 /*20200408*/; color:#1490EF;} /* 2014.08.25 강미영 추가 */
h2.depth2_3 {font-size:22px; color:#1490EF; letter-spacing:0 /*20200408*/;} /* 2014.08.25 강미영 추가 */
h2.depth2_4 {height:31px;font-size:20px;letter-spacing:0 /*20200408*/;color:#151515;} /* 2015.08.18 윤기영 추가 */
h3.depth3 {font-size:14px;letter-spacing:0 /*20200408*/;color:#333;padding-bottom:9px;}
h3.depth3_nopadding {font-size:14px;letter-spacing:0;color:#333;}
h3.depth3 span {font-weight:normal;font-size:12px; color:#333}
h2.depth2 ~ p.comment {margin-top:-5px;padding-bottom:10px;line-height:18px;}

ul.contentsList li {background:url(../images/common/bg_comment_2.gif) no-repeat 0 7px;padding:0 0 4px 9px;line-height:20px;}
ul.contentsList li li {background:url(../images/common/bg_comment_4.gif) no-repeat 0 7px;padding:0 0 0 9px;line-height:18px;}
ul.contentsList ul {padding-top:2px;}
ul.contentsList.point li {background:url(../images/common/bg_comment_3.gif) no-repeat 0 7px; padding:0 0 4px 9px; line-height:20px; color:#333;}
ul.contentsList.point li span {color:#1490EF;}
ul.contentsList.side {*zoom:1;}
ul.contentsList.side:after {content:""; clear:both; display:block;}
ul.contentsList.side li {width:35%; float:left;}
dl.contentsData {color:#464646; line-height:20px;}
dl.contentsData dt {font-weight:bold; margin-top:20px;}
p.contentsList {background:url(../images/common/bg_comment_2.gif) no-repeat 0 7px;padding:0 0 4px 9px;line-height:20px;}
p.contentsListline {border-top:1px solid #d6d6d6; margin-top:14px; background:url(../images/common/bg_comment_2.gif) no-repeat 0 23px;padding:15px 0 0 9px;line-height:20px;}

/* Tab */
div.tabType1 {border-bottom:2px solid #0A4878;margin-bottom:32px;}
div.tabType1 a {display:inline-block;height:38px;background:url(../images/common/bg_tab_1.gif) no-repeat right -38px;color:#333;text-align:center;vertical-align:top;cursor:pointer; letter-spacing:0 /*20200408*/;}
div.tabType1 a span {display:inline-block;min-width:73px;height:38px;background:url(../images/common/bg_tab_1.gif) no-repeat;padding:9px 8px 0 8px;}
div.tabType1 a.sel {background-position:right -114px;color:#fff;font-weight:bold;}
div.tabType1 a.sel span {background-position:0 -76px;color:#fff;}
div.tabType1 a.multi span {height:34px;padding-top:4px;line-height:14px;}
div.tabType1.Forpop {margin-bottom:25px;}
div.tabType1.eventTab {margin-bottom:0;}

div.tabType2 {margin-bottom:25px; *zoom:1;}
div.tabType2:after {content:""; clear:both; display:block;}
div.tabType2 a {display:block; background:#f2f4f5; color:#666; width:120px; margin-bottom:-1px; float:left; text-align:center; letter-spacing:0 /*20200408*/;}
div.tabType2 a span {display:block; padding:12px 5px; border:1px solid #c7d1da; margin:0 0 0 -1px;}
div.tabType2 a.sel {background:#54636e; color:#fff; font-weight:bold; position:relative;}
div.tabType2 a.sel span {border:1px solid #3e4850;}

div.tabType3 {margin-bottom:0;}
/*2015-04-14 박세인  마이페이지 상세정보 start*/
div.inquiryTabType1 {border-bottom:2px solid #54636e;margin-bottom:32px;}
div.inquiryTabType1 a {display:inline-block;height:38px;background:url(../images/common/bg_tab_1.gif) no-repeat right -38px;color:#333;text-align:center;vertical-align:top;margin-right:-2px;cursor:pointer; letter-spacing:0 /*20200408*/;}
div.inquiryTabType1 a span {display:inline-block;min-width:63px;height:28px;background:url(../images/common/bg_tab_1.gif) no-repeat;padding:10px 8px 0 8px;}
div.inquiryTabType1 a.sel {background-position:right -114px;color:#fff;font-weight:bold;}
div.inquiryTabType1 a.sel span {background-position:0 -76px;color:#fff;}
div.inquiryTabType1 a.multi span {height:34px;padding-top:4px;line-height:14px;}
div.inquiryTabType1.Forpop {margin-bottom:25px;}
div.inquiryTabType1.eventTab {margin-bottom:0;}
/*2015-04-14 박세인 end*/

/* table */
table {width:100%; border-collapse:collapse; table-layout:fixed;}
caption {color:#333 !important;}

table[class*=tableType] .select {display:inline-block;}
table[class*=tableType] .select .select-list-box {width:100%}

table[class*=tableType1_st1] th, table[class*=tableType1_st1] td {padding:3px 3px 3px 3px;} /* 2014.06.24 추가 : 강미영 */

table[class*=tableType1] {width:100%; border-bottom:1px solid #f5f5f5;}
table[class*=tableType1] th, table[class*=tableType1] td {padding:8px 3px 8px 3px; border-left:1px solid #f5f5f5; text-align:center;} /** 2014.6.24 수정: 강미영 **//*20200409*/
table[class*=tableType1] thead th {background:#f2f5f9; border-left:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5;color:#151515;}
table[class*=tableType1] thead tr:first-child th {border-top:1px solid #bcbcbc;}
table[class*=tableType1] tbody th {border-top:1px solid #f5f5f5;}
table[class*=tableType1] tbody td {border-top:1px solid #f5f5f5;text-align:center;letter-spacing:0 /*20200408*/;color:#666;}	/**2014.2.27수정**/
table[class*=tableType1] th:first-child, table[class*=tableType1] tbody td:first-child {border-left:none;}
table[class*=tableType1] thead th.border, table[class*=tableType1] tbody td.border, table[class*=tableType1] tbody th.border {border-right:1px solid #f5f5f5;}
table[class*=tableType1] tbody td.l {text-align:left;padding-left:10px;}
table[class*=tableType1] tbody td.r {text-align:right;padding-right:10px;}
table[class*=tableType1] tbody td.input {padding-top:6px;padding-bottom:6px;}
table[class*=tableType1] tbody td img{vertical-align:middle;}
table[class*=tableType1] tfoot {background:#ecf3ff; border-top:1px solid #bfdbed; color:#204B85; border-bottom:1px solid #85badc;}
table[class*=tableType1] tfoot th:first-child,
table[class*=tableType1] tfoot td:first-child {border-left:0;}
table[class*=tableType1] tfoot th, table[class*=tableType1] tfoot td.border {border-right:1px solid #bfdbed;}
table[class*=tableType1] tfoot th {color:#204B85;}
table[class*=tableType1] tfoot td {border-left:1px solid #bfdbed; border-top:1px solid #bfdbed; text-align:right; font-weight:bold; color:#4b6b84; letter-spacing:0 /*20200408*/;}
table[class*=tableType1] tfoot tr th.noborder, table[class*=tableType1] tfoot tr td.noborder {border-bottom:1px solid #bfdbed;} 
table[class*=tableType1] tbody tr.bg td {background:#fbfbfb;}
table[class*=tableType1] tbody td.btn {padding:0;}
table[class*=tableType1] tbody td.point {padding:0;font-size:14px;color:#E5483D !important;font-weight:bold;}
table[class*=tableType1] tbody td.point2 {padding:3px 0;font-size:18px;color:#E5483D !important;font-weight:bold;}
table[class*=tableType1] tbody td.sort {padding-left:16px;color:#E5483D !important;text-align:left;}
table[class*=tableType1] tbody td .point2 {padding:3px 0;font-size:18px;color:#E5483D !important;font-weight:bold;}
table[class*=tableType1] thead th.line,
table[class*=tableType1] tbody td.line, 
table[class*=tableType1] tfoot td.line {border-right:1px solid #3e3e3e}
table[class*=tableType1] tbody td.odd {background:#f8fafc;}
table.tableType1_sub {border-top:1px solid #f5f5f5;margin-top:-1px;}/* 헤딩 2단 분리형 */
table.tableType1_sub2 tbody tr:first-child td {border-top:1px solid #3e3e3e;} /* 2015.02.24 강미영 추가 : tbody만 있을때 */

table[class*=tableType1_1] {width:100%; border-bottom:1px solid #9c9c9c;}
table[class*=tableType1_1] th {padding:8px 3px 8px 3px; border-left:1px solid #f5f5f5;} /** 2014.6.24 수정: 강미영 **//*20200409*/
table[class*=tableType1_1_st1] th, table[class*=tableType1_st1] td {padding:3px 3px 3px 3px;} /* 2014.06.24 추가 : 강미영 */
table[class*=tableType1_1] thead th {background:#f8fafc; border-bottom:1px solid #f5f5f5;}
table[class*=tableType1_1] thead tr:first-child th {border-top:1px solid #3e3e3e;}
table[class*=tableType1_1] tbody th {border-top:1px solid #f5f5f5;}
table[class*=tableType1_1] tbody td {border-top:1px solid #f5f5f5;letter-spacing:0 /*20200408*/;}	/**2014.2.27수정**/
table[class*=tableType1_1] th:first-child, table[class*=tableType1] tbody td:first-child {border-left:1;}
table[class*=tableType1_1] thead th.border, table[class*=tableType1] tbody td.border, table[class*=tableType1] tbody th.border {border-right:1px solid #f5f5f5;}
table[class*=tableType1_1] tbody td.l {text-align:left;padding-left:10px;}
table[class*=tableType1_1] tbody td.r {text-align:right;padding-right:10px;}
table[class*=tableType1_1] tbody td.input {padding-top:6px;padding-bottom:6px;}
table[class*=tableType1_1] tbody td img{vertical-align:middle;}
table[class*=tableType1_1] tfoot {background:#ecf3ff; border-top:1px solid #bfdbed; color:#204B85; border-bottom:1px solid #85badc;}
table[class*=tableType1_1] tfoot th:first-child,
table[class*=tableType1_1] tfoot td:first-child {border-left:0;}
table[class*=tableType1_1] tfoot th, table[class*=tableType1] tfoot td.border {border-right:1px solid #bfdbed;}
table[class*=tableType1_1] tfoot th {color:#204B85;}
table[class*=tableType1_1] tfoot td {border-left:1px solid #bfdbed; border-top:1px solid #bfdbed; text-align:right; font-weight:bold; color:#4b6b84; letter-spacing:0 /*20200408*/;}
table[class*=tableType1_1] tfoot tr th.noborder, table[class*=tableType1] tfoot tr td.noborder {border-bottom:1px solid #bfdbed;} 
table[class*=tableType1_1] tbody tr.bg td {background:#fbfbfb;}
table[class*=tableType1_1] tbody td.btn {padding:0;}
table[class*=tableType1_1] tbody td.point {padding:0;font-size:14px;color:#E5483D !important;font-weight:bold;}
table[class*=tableType1_1] tbody td.point2 {padding:3px 0;font-size:18px;color:#E5483D !important;font-weight:bold;}
table[class*=tableType1_1] tbody td.sort {padding-left:16px;color:#935b20 !important;text-align:left;}
table[class*=tableType1_1] tbody td .point2 {padding:3px 0;font-size:18px;color:#E5483D !important;font-weight:bold;}
table[class*=tableType1_1] thead th.line,
table[class*=tableType1_1] tbody td.line, 
table[class*=tableType1_1] tfoot td.line {border-right:1px solid #3e3e3e}
table[class*=tableType1_1] tbody td.odd {background:#f8fafc;}
table.tableType1_1_sub {border-top:1px solid #f5f5f5;margin-top:-1px;}/* 헤딩 2단 분리형 */
table.tableType1_1_sub2 tbody tr:first-child td {border-top:1px solid #3e3e3e;} /* 2015.02.24 강미영 추가 : tbody만 있을때 */


table.tableType2 {border-top:1px solid #bcbcbc;border-bottom:1px solid #f5f5f5;} /* 좌측 헤딩 */
table.tableType2 tbody th {background-color:#f2f5f9;padding:10px 0 6px 15px;border-top:1px solid #f5f5f5;text-align:left;font-weight:normal;color:#151515;}
table.tableType2 tbody th.th_f01 {font-weight:bold; padding-left:0; border-right:1px solid #f5f5f5; text-align:center;} /* 2014.09.04 강미영 추가 */
table.tableType2 tbody td {border-top:1px solid #f5f5f5;border-left:1px solid #f5f5f5;padding:10px 0 6px 15px;color:#666;}
table.tableType2 tbody tr:first-child th, table.tableType2 tbody tr:first-child td {border-top:none;}
table.tableType2 tbody td~th {border-left:1px solid #f5f5f5;}
table.tableType2 tbody td img {vertical-align:middle;}
table.tableType2 tbody td.point {padding-top:0;padding-bottom:0;font-size:14px;color:#E5483D !important;font-weight:bold;}
 /* 2014.09.04 강미영 추가 */
table.tableType2_st01 tbody td {border-left:1px solid #f5f5f5;}
 /* 2014.09.04 강미영 추가 : end */

table.tableType3 {border-top:1px solid #bcbcbc;border-bottom:1px solid #f5f5f5; line-height:16px;} /* 좌측 헤딩 */
table.tableType3 tbody th {background-color:#f2f5f9;padding:10px 0 10px 15px;border-top:1px solid #f5f5f5;text-align:left;color:#151515;}/*20200409*/
table.tableType3 tbody th img {margin-top:2px;}
table.tableType3 tbody th.th_st01 {padding-left:0; text-align:center; border-right:1px solid #f5f5f5;} /*2014.09.16 강미영 추가 */
table.tableType3 tbody td {border-top:1px solid #f5f5f5;padding:6px 0 6px 16px;}
table.tableType3 tbody tr:first-child th, table.tableType3 tbody tr:first-child td {border-top:none;}
table.tableType3 tbody td.txt {padding:14px 0 9px 15px;}
table.tableType3 tbody td~th {border-left:1px solid #f5f5f5;}
table.tableType3 tbody td.point {font-size:14px;color:#E5483D !important;font-weight:bold;}
table.tableType3 tbody td.td_tx01 p {font-size:11px;} /* 2014.09.04 강미영 추가 */
table.tableType3 tbody td.inp_sty01 label {margin-right:15px;} /* 2014.12.17 강미영 추가 : 본인정보이용제공 */
table.tableType3_tl tbody td {border-left:1px solid #f5f5f5;} /* 2014.09.16 강미영 추가 */

table.tableType4 {border-top:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4;} /* 우편번호 찾기 팝업 */
table.tableType4 tbody th {background:#f8fafc;border-right:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4;padding:10px 0 4px 0;font-weight:normal;color:#464646;}
table.tableType4 tbody td {background:#f8fafc;border-bottom:1px solid #d4d4d4;padding:10px 0 4px 16px;line-height:18px;}
table.tableType4 tbody th.newAdd, table.tableType4 tbody td.newAdd {background:#fff;color:#1490EF;font-weight:bold;}
table.tableType4 tbody td.newAdd a {color:#1490EF;}
table.tableType4 tbody td.newAdd a:hover {text-decoration:underline;}

table.borderTN {border-top:none !important;}

td span.comment {background:url(../images/common/bu_1.gif) no-repeat 16px 3px;padding:0 0 0 26px;}
td p.comment {background:url(../images/common/bu_1.gif) no-repeat 0 13px;padding:8px 0 0 10px;}

span.link {background:url(../images/common/icon_link_1.gif) no-repeat right 4px; padding-right:14px; letter-spacing:0;}
span.link:hover {background:url(../images/common/icon_link_2.gif) no-repeat right 4px;}
span.link a {text-decoration:underline;}
span.link a:hover, span.link:hover a {color:#c11717;text-decoration:underline;}

tfoot span.link {background:url(../images/common/icon_link_3.gif) no-repeat right 1px;padding-right:14px;}
tfoot span.link:hover {background:url(../images/common/icon_link_4.gif) no-repeat right 1px;}
tfoot span.link a {text-decoration:underline;color:#204B85;}
tfoot span.link a:hover, tfoot span.link:hover a {color:#c11717;text-decoration:underline;}
thead th span.link a, tbody th span.link a {color:#464646;}



/* 온라인, 해지신청대상 */
table.tableType1.revocation tbody td {height:50px;}

/* 설명 UI */
ul.tbComment {margin-top:12px;} /* 테이블 하단 설명 */
ul.tbComment2 {border-top:1px solid #9c9c9c;padding-top:12px;margin-top:17px;}
ul.tbComment3 {border-bottom:1px solid #d6d6d6;padding-bottom:20px;margin-bottom:30px;}
ul.tbComment4 {border-bottom:1px solid #d6d6d6;padding-bottom:10px;} /* 2015.02.02 강미영 추가 */
p.tbComment4 {margin-bottom:10px;font-weight:bold;color:#464646;}
ul.tbComment li, ul.tbComment2 li {background:url(../images/common/bu_1.gif) no-repeat 0 6px;padding:0 0 1px 10px;color:#666;line-height:18px;}
ul.tbComment li.btn {background-position:0 5px;}

ul.gdComment {margin-top:12px;}
ul.gdComment li {background:url(../images/common/bg_comment_2.gif) no-repeat 0 7px;padding:0 0 0 9px;line-height:20px;}

div.CommentBox1 {margin-top:60px;padding:20px;border:1px solid #D0E9FC;border-radius:5px;/* background:url(../images/common/bg_box_2.gif) no-repeat 0 bottom; */} /* 본문 하단 */
div.CommentBox1 dl {/* background:url(../images/common/bg_box_1.gif) no-repeat;*/}
div.CommentBox1 dt {height:24px;background:url(../images/common/bg_comment_1.gif) left 5px no-repeat;padding:2px 0 0 28px;font-size:14px;font-weight:bold;color:#1490EF;}
div.CommentBox1 dd {background:url(../images/common/bg_comment_2.gif) no-repeat 0 17px;padding:8px 0 0 9px;line-height:20px;}
div.CommentBox1 dd ul {margin-top:3px;}
div.CommentBox1 dd ul li {background:url(../images/common/bg_comment_5.gif) no-repeat 0 10px;padding:3px 0 3px 9px;line-height:18px;color:#333;}
div.CommentBox1 dd.edit {background:#fff; padding-left:0;}
div.CommentBox1 .point {color:#1490EF;}
/* 2014.09.29 강미영 추가 : Str */
div.CommentBox1 .bg_n01, div.CommentBox1 .bg_n02 {padding:2px 0 3px 0; background-image:none;}
div.CommentBox1 .bg_n01 {color:#222;}
div.CommentBox1 .bg_n02 {color:#464646;}
/* 2014.09.29 강미영 추가 : End */

div.CommentBox2 {background:url(../images/common/bg_box_4.gif) no-repeat 0 bottom;}
div.CommentBox2 ul {background:url(../images/common/bg_box_3.gif) no-repeat;padding:22px 25px 10px;}
div.CommentBox2 li {background:url(../images/common/bg_comment_2.gif) no-repeat 0 7px;padding:0 0 8px 9px;line-height:20px;color:#464646;}
div.CommentBox2 li.point {background:url(../images/common/bg_comment_3.gif) no-repeat 0 7px;}
div.CommentBox2 ul ul {background:none;padding:0;}
div.CommentBox2 ul ul li {background:url(../images/common/bg_comment_4.gif) no-repeat 0 7px;padding:0 0 0 9px;line-height:18px;color:#333;}

div.CommentBox3 {background:#f2f4f5 url(../images/common/bg_box_8.gif) no-repeat 0 bottom;}
div.CommentBox3 ul {background:url(../images/common/bg_box_7.gif) no-repeat;padding:22px 25px 10px;}
div.CommentBox3 li {background:url(../images/common/bg_comment_2.gif) no-repeat 0 7px;padding:0 0 8px 9px;line-height:20px;}
div.CommentBox3.type2 {background:#f2f4f5 url(../images/common/bg_box_8.gif) no-repeat 0 bottom;}
div.CommentBox3.type2 div {background:url(../images/common/bg_box_7.gif) no-repeat;padding:22px 25px 10px;}
div.CommentBox3 p {margin-top:5px;line-height:20px;}
/* 2015.02.24 강미영 추가:Str */
div.CommentBox3 p.pvaB01 {padding:22px 25px;}
/* 2015.02.24 강미영 추가:End */

p.gdComment {margin-top:20px; font-size:16px; line-height:24px; font-weight:bold; text-align:center; color:#464646;} /* 버튼위 중앙 코멘트 */
 
div.selectList {border-top:1px solid #3e3e3e;border-bottom:1px solid #9c9c9c;padding:16px 0;text-align:center;}
div.selectList label{margin-right:40px;}

/* 약관동의 리스트 */
div.agreeList {border-top:1px solid #474a4d; border-bottom:1px solid #9c9c9c; color:#464646; padding:10px 0; line-height:24px;}
div.agreeList div.agreeAll {font-weight:bold; margin-bottom:5px;}
div.agreeList div.agreeAll strong {text-decoration:underline;}
div.agreeList div.agreeArea {position:relative;}
div.agreeList div.agreeArea a.more {display:block; position:absolute; top:0px; right:0; background:url(../images/common/arrow_down.gif) right 8px no-repeat; padding-right:14px;}

/* 게시판 */
div.BbsSearchBox {text-align:right;padding-bottom:10px;} /* 검색 */
div.IconAttr {text-align:right;padding-bottom:10px;} /* 아이콘 설명 */
div.IconAttr span {color:#464646; line-height:16px;}
span.r_finish {background:url(../images/common/icon_reply_finish.gif) 0 center no-repeat; padding-left:20px;}
span.r_ing {background:url(../images/common/icon_reply_ing.gif) 0 center no-repeat; padding-left:20px;}
span.e_win {background:url(../images/common/icon_event_win.gif) 0 2px no-repeat; padding-left:20px;}
span.e_lose {background:url(../images/common/icon_event_lose.gif) 0 2px no-repeat; padding-left:20px;}
span.e_ing {background:url(../images/common/icon_event_ing.gif) 0 2px no-repeat; padding-left:20px;}

table.bbsList {border-top:1px solid #bcbcbc;border-bottom:1px solid #f5f5f5;}
table.bbsList thead tr th {height:0px; font-size:0; padding:0; line-height:0;}
table.bbsList thead tr.show th {height:auto; font-size:12px; padding:13px 0 8px 0; line-height:18px; background:#f2f5f9; color:#151515; font-weight:bold; border-bottom:1px solid #f5f5f5;}
table.bbsList tr td {border-top:1px solid #f5f5f5;text-align:center;padding:13px 16px 10px 16px;}
table.bbsList tr:hover td {background:#fafdff;}
table.bbsList tr.noresult:hover td {background:none;}
table.bbsList tr:first-child td {border-top:none;}
table.bbsList td.num,
table.bbsList td.date {padding:11px 10px 12px 10px;}
table.bbsList td.subject {text-align:left;}
table.bbsList td.sort {color:#935b20; text-align:left;}
table.bbsList td img {vertical-align:middle; margin:0 4px;}

dl.bbsView {border-top:1px solid #e1e1e1;border-bottom:1px solid #9c9c9c;position:relative;}
dl.bbsView dt {padding:18px 16px 4px 16px;font-size:18px;font-weight:bold;}
dl.bbsView dt.qna {padding-right:120px;}
dl.bbsView dt span.sort {display:block; color:#935b20; font-size:14px; font-weight:normal;}
dl.bbsView dd.date {border-bottom:1px solid #3e3e3e;padding:0 0 20px 17px;}
dl.bbsView dd.state {position:absolute;top:36px;right:16px; color:#464646; font-size:14px;} /* QnA 답변상태 */
dl.bbsView dd.state .date { font-size:12px; color:#666; text-align:right;}
dl.bbsView dd.share {position:absolute;top:23px;right:0;} /* SNS */
dl.bbsView dd.contents {margin:32px 16px;}
dl.bbsView .file {padding:10px 0 32px 16px;}
dl.bbsView .file a {display:inline-block;background:url(../images/common/btn_down_1.gif) no-repeat;padding:3px 0 0 25px;}
dl.bbsView .file a:hover {color:#c11717;}
dl.bbsView dd.reply {min-height:72px; border-top:1px solid #e0e0e0; padding:30px 24px 40px 120px; line-height:20px; background:#f5f8fc url(../images/common/icon_reply.gif) 24px 30px no-repeat;} /* QnA 답변영역 */
dl.bbsView dd.reply .file {padding:0 0 0 0; margin-top:15px; line-height:14px;}
dl.bbsView dd ul.comment {background:#f5f8fc; padding:24px; margin-top:24px;}
dl.bbsView dd ul.comment li {background:url(../images/common/bg_comment_2.gif) no-repeat 0 10px;padding:2px 8px;line-height:20px;}
.eReply {margin:32px 0;} /* 이벤트 댓글형 */
.eReply div.total {background:url(../images/common/icon_speech.gif) 0 0 no-repeat; padding-left:30px; color:#222; font-size:13px;}
.eReply div.replyArea {margin-top:8px; background:#f6f7f7; padding:30px 30px 15px 30px;}
.eReply div.replyArea .guide {background:url(../images/common/icon_pencil.gif) 0 0 no-repeat; padding-left:16px;}
.eReply div.replyArea .write {margin-top:6px; background:#fff; border:1px solid #e5e9eb; padding:10px 70px 10px 10px; position:relative;}
.eReply div.replyArea .write .textbox {border:none; width:100%; height:40px; margin-top:-1px; padding:0;}
.eReply div.replyArea .write .count {position:absolute;top:-20px;right:0;}
.eReply div.replyArea .write .register {display:block; position:absolute;top:10px;right:10px;}
.eReply div.replyArea .replyList {margin-top:5px; padding:0 4px;}
.eReply div.replyArea .replyList li {border-top:1px dashed #d9dadb; padding:15px 0;}
.eReply div.replyArea .replyList li:first-child {border-top:0 none;}
.eReply div.replyArea .replyList li .info strong {color:#464648;}
.eReply div.replyArea .replyList li .info a.delete {display:inline-block; background:url(../images/common/icon_delete.gif) 0 0 no-repeat; padding-left:15px;}
.eReply div.replyArea .replyList li .detail {color:#464648; margin-top:5px; line-height:20px;}
.ePart {margin:32px 16px; color:#464648;} /* 이벤트 기타형 */
.ePart ul.quizList {margin-top:15px;}
.ePart ul.quizList li {padding:2px 0; line-height:20px;}
.ePart ul.quizList.imgType {text-align:center; *zoom:1;}
.ePart ul.quizList.imgType:after {content:""; clear:both; display:block;}
.ePart ul.quizList.imgType li {display:inline-block; *display:inline; *zoom:1; width:120px; text-align:center; margin-left:18px;}
.ePart ul.quizList.imgType li:first-child {margin-left:0;}
.ePart ul.quizList.imgType label {display:block; margin-top:10px;}
.ePart ul.quizList.imgType label img {border:1px solid #e4e4e4; padding:15px; margin-bottom:8px;}
.ePart dl.wordData dt {float:left; font-size:12px;  padding:5px 10px 0 0; color:#464648; margin-bottom:8px;}
.ePart dl.wordData dd {overflow:hidden; margin-bottom:8px;}
.ePart dl.wordData dd input {margin-top:1px;} /* 2014.10.20 강미영 추가 */

ul.bbsList li {height:40px;background:url(../images/common/bg_bbs_2.gif) no-repeat 17px center;border-bottom:1px solid #9c9c9c;padding:0 115px; position:relative; line-height:40px;} /* 이전글, 다음글 */
ul.bbsList li:first-child {background:url(../images/common/bg_bbs_1.gif) no-repeat 17px center;border-bottom:1px solid #e1e1e1;}
ul.bbsList .date { display:inline-block; position:absolute;right:16px;top:0;}
ul.bbsList .sort {color:#935b20; text-align:left; display:inline-block; width:120px;}
ul.bbsList img {vertical-align:middle; margin:0 4px;}

ul.caseList {border-top:1px solid #0f0f0f; border-bottom:1px solid #9c9c9c;}
ul.caseList li {border-top:1px solid #dbdbdb; padding:20px;}
ul.caseList li:first-child {border-top:0;}
ul.caseList li div.date {width:60px; float:left; margin-right:15px; line-height:24px; text-align:center; color:#1490EF; }
ul.caseList li div.date strong {display:block; font-size:24px;}
ul.caseList li dl.info {overflow:hidden;}
ul.caseList li dl.info dt {font-size:16px;  color:#222;}
ul.caseList li dl.info dt a {color:#222;}
ul.caseList li dl.info dt a:hover {color:#1490EF;}
ul.caseList li dl.info dd {line-height:20px; margin-top:10px;}

table.faqList {border-top:1px solid #3e3e3e;border-bottom:1px solid #9c9c9c; }
table.faqList thead th {height:0px; font-size:0; padding:0; line-height:0;}
table.faqList tr td {border-top:1px solid #e1e1e1;text-align:left;padding:12px; color:#666;}
table.faqList tr td.qnaPart {background:url(../images/common/bu_stick.gif) no-repeat right center;color:#E5483D;}
table.faqList tr.view td {padding:18px 12px 15px 12px; background:#f7f7f7 url(../images/common/bg_line_shdow.gif) 0 0 repeat-x; border-top:0; line-height:20px;}
table.faqList2 tr:first-child td {padding-top:16px;}

ul.eventList {border-bottom:1px solid #9c9c9c;}
ul.eventList li {border-top:1px solid #bcbcbc; padding:20px 0; position:relative; *zoom:1;}
ul.eventList li:after {content:""; clear:both; display:block;}
ul.eventList li:first-child {border-top:0 none;}
ul.eventList li a.thumb {display:block; float:left; margin-right:24px; width:250px;}
ul.eventList li dl.info {overflow:hidden; padding-top:3px;}
ul.eventList li dl.info dt {font-size:16px; margin-bottom:10px;}
ul.eventList li dl.info dt a {color:#333;}
ul.eventList li dl.info dd {float:left; margin-right:10px; line-height:16px;}
ul.eventList li dl.info dd.date {background:url(../images/common/btn_cal_3.gif) 0 0 no-repeat; padding-left:24px;}
ul.eventList li dl.info dd.target {background:url(../images/common/bu_stick.gif) 0 1px no-repeat; padding-left:12px;}
ul.eventList li a.go_result {display:block; position:absolute; top:30px; right:0;}
ul.eventList li.no_event {padding:40px 0; }
ul.eventList li.no_event p {font-size:16px;  text-align:center; background:url(../images/common/icon_event.gif) center 0 no-repeat; padding-top:40px;}
ul.eventList.eResult li dl.info {padding-right:100px;}

table.placeList {border-top:1px solid #3e3e3e;border-bottom:1px solid #9c9c9c;}
table.placeList thead tr th {height:0px; font-size:0; padding:0; line-height:0;}
table.placeList thead tr.show th {height:auto; font-size:12px; padding:16px 0 12px 0; line-height:18px; background:#f8fafc; color:#464648; font-weight:bold; border-bottom:1px solid #e1e1e1;}
table.placeList tr td {border-top:1px solid #e1e1e1;text-align:center;padding:17px 16px 14px 16px;}
table.placeList td.l {text-align:left;color:#464646;}
table.placeList td.l span {display:inline-block;margin-left:10px;padding-left:10px;background:url(../images/common/bu_stick.gif) left top no-repeat;color:#E5483D;}
table.placeList td.l div {margin-top:7px;color:#333;}
table.placeList tr:first-child td {border-top:none;}
table.placeList tr td:first-child {vertical-align:top;}
table.placeList tr td:last-child a:hover {color:#c11717;}
table.placeList a {color:#464648;}
.placeArea{display:block;width:32px;height:17px;padding-top:2px;background:url(../images/etc/bg_place_area.gif) left top no-repeat;color:#fff;text-align:center;}

/* Paging */
div.paging {padding-top:24px;text-align:center;}
div.paging a {padding:0 7px;}
div.paging a.img {padding:0;}
div.paging a.sel {display:inline-block;width:24px;height:24px;padding: 2px 0 0;background-color:#1490EF;border-radius:2px;font-weight:bold;color:#fff;text-align:center;vertical-align:middle;}

/* 단위 및 개수 */
div.tbGrade {height:18px;margin-top:-18px;text-align:right;}
div.tbGrade2 {height:26px;margin-top:-26px;text-align:right;}
div.tbGrade2 img {margin-top:2px;}
div.tbGrade3{text-align:right;height:18px}
div.tabGrade {height:26px;margin-top:-26px;text-align:right; font-size:14px;  font-weight:bold; }

/* Button */
div.btnType1 {text-align:center;padding-top:32px;} /* 블록 아래 40px */
div.btnType2 {text-align:center;padding-top:19px;} /* 텍스트 아래 20px */
div.btnType3 {text-align:center;padding-top:24px;} /* 게시판 상세 아래 */
div.btnType4 {height:46px;margin-top:-46px;text-align:right;} /* 대타이틀 옆 */
div.btnType5 {padding-top:16px;} /* 좌측정렬 */
div.btnType6 {height:40px;margin-top:-40px;text-align:right;} /* 소타이틀 옆 */
div.btnType7 {text-align:center;padding-top:1px;} /* 블록 아래 40px */
div.btnType1.border {border-top:1px solid #9c9c9c;}
div.btnType1 img {margin:0 1px;}
a[class*=btn] {
	display:inline-block;background:url(../images/common/bg_button_1.gif) no-repeat;
	font-weight:500;letter-spacing:0 /*20200408*/;vertical-align:middle;margin:0 1px 0 1px;margin:0 1px\9;
	cursor:pointer;
}
a[class*=btn] span {display:inline-block;min-width:40px;background:url(../images/common/bg_button_1.gif) no-repeat;text-align:center;}
a[class*=btnBig] span {height:36px;padding:6px 33px 0;font-size:14px; box-sizing: border-box;}/*20200409*/
a[class*=btnMiddle] span {height:32px;padding:5px 16px 0 !important;font-size:14px;box-sizing: border-box;}/*20200409*/
a[class*=btnSmall] span {height:24px;padding:5px 4px 0;font-size:12px;line-height:14px;}
a[class*=btnSsmall] span {height:20px;padding:2px 8px 0;font-size:11px;font-weight:normal; line-height:14px;}/*20200409*/

a.btnBigBlue {background-position:right -36px;color:#fff;}
a.btnBigBlue span {background-position:0 0;}
a.btnBigBlue_long{width: 396px; height: 36px; background: url(../images/common/blue_btn_long.jpg) no-repeat center center; color: #fff; background-size: 396px 36px;
}
a.btnBigWhite {background-position:right -108px;color:#474a4d;}
a.btnBigWhite span {background-position:0 -72px;}
a.btnMiddleSky {background-position:right -176px;color:#fff;}
a.btnMiddleSky span {background-position:0 -144px;}
a.btnMiddleGray{background-position:right -488px;color:#464646}
a.btnMiddleGray span{background-position:0 -456px;font-size:12px;padding:7px 8px 0;height:32px}/*20200409*/
a.btnMiddleWhite {background-position:right -240px;}
a.btnMiddleWhite:hover{color:#333;}
a.btnMiddleWhite span {background-position:0 -208px;}
a.btnSmallBlack {background-position:right -296px;color:#e1e1e1;}
a.btnSmallBlack span {background-position:0 -272px;}
a.btnSmallWhite {background-position:right -344px;}
a.btnSmallWhite span {background-position:0 -320px;}
a.btnSsmallWhite {background-position:right -388px;color: #686e75;}
a.btnSsmallWhite span {background-position:0 -368px;}
a.btnSmallBlue {background-position:right -432px;color:#fff;}
a.btnSmallBlue span {background-position:0 -408px;}
a.btnMiddleBlue {background-position:right -552px;color:#fff;}
a.btnMiddleBlue span {background-position:0 -520px;}
a.top5 {margin-top:5px;}

button.buttonType1 {vertical-align:middle; height:30px; padding:10px; margin:auto ;border-radius:5px; -webkit-border-radius:5px; font-size:14.5px !important; font-weight:500; background:#299fe5; color:#fff}
button.buttonType2 {vertical-align:middle; height:30px; padding:10px; margin:auto ;border-radius:5px; -webkit-border-radius:5px; font-size:14.5px !important; font-weight:800; background:#1490EF; color:#fff}



/* tooltip */
a.tooltip {display:inline-block; *display:inline; *zoom:1; position:relative; vertical-align:top;}
a.tooltip .tip {display:none; width:54px; height:20px; padding-top:5px; line-height:14px; overflow:hidden; text-align:center; font-size:11px; color:#a7aaaf; background:url(../images/common/icon_tooltip.png) 0 0 no-repeat;}
a.tooltip:hover .tip {display:inline-block; *display:inline; *zoom:1; position:absolute; top:-17px; left:18px; z-index:9;}



/* form */
input[type=text], input[type=password], textarea {height:24px;border:1px solid #c6c6c6;padding:1px 4px 0 5px;*padding-top:5px;*height:17px;}
input[type=file] {padding:3px 5px; border:1px solid #c6c6c6;}
input[disabled] {background:#e6e6e6;border:1px solid #c6c6c6;}
input.disabled{background:#e6e6e6;border:1px solid #c6c6c6;}

input.add1 {margin-top:5px;width:220px;} /* 주소 */
input.add2 {margin-top:5px;width:190px;} /* 주소 상세 */

/* 회원 */


div.OutBoxLogin {padding-top:30px;}
div.OutBoxLogin div.input {position:relative; height:105px; border-bottom:1px solid #757575;}
div.OutBoxLogin div.input a.btn_login {position:absolute;right:0;top:25px;} /* 로그인 버튼 */
div.OutBoxLogin p.txt {border-bottom:1px solid #e1e1e1; padding:10px 0 8px 0; line-height:18px;}
div.OutBoxLogin .fLeft {width:336px;}
div.OutBoxLogin .fLeft h2 {overflow:hidden; height:34px; background:url(../images/member/bg_login_1.gif) no-repeat;border-bottom:1px solid #1490EF;padding:3px 0 0 36px;}
/*
div.OutBoxLogin .fLeft div.text {font-weight:bold; padding-top:30px;}
div.OutBoxLogin .fLeft div.text2 {font-weight:bold; padding-top:17px;}
2014.06.30 강미영 삭제 */ 

/* 2014.06.30 강미영 수정:str */ 
div.OutBoxLogin .fLeft div.input label {display:block; font-weight:bold;color:#151515;}
div.OutBoxLogin .fLeft .text {padding-top:30px;}
div.OutBoxLogin .fLeft .text2 {clear:both; padding-top:17px;}
/* 2014.06.30 강미영 수정:end */ 

div.OutBoxLogin .fLeft input {width:150px;position:absolute;}
div.OutBoxLogin .fLeft input.input1 {left:65px;top:24px;}
div.OutBoxLogin .fLeft input.input2 {left:65px;top:56px;}
div.OutBoxLogin .fRight {width:336px;}
div.OutBoxLogin .fRight h2 {height:34px;background:url(../images/member/bg_login_2.gif) no-repeat;border-bottom:1px solid #1490EF;padding:3px 0 0 36px;}
div.OutBoxLogin .fRight div.text {font-weight:bold; padding-top:30px;color:#151515;}
div.OutBoxLogin .fRight div.inputbox {margin-top:10px;}
div.OutBoxLogin .tbComment {overflow:hidden; margin-top:0;}
div.OutBoxLogin .tbComment li {margin:15px 0 2px 0;}
div.OutBoxLogin .tbComment li .btnSsmallWhite {position:relative; left:-11px; margin-top:2px;}

div.JoinBox1 {height:274px;background:url(../images/member/bg_join_1.gif) no-repeat;padding-top:27px;text-align:center;}
div.JoinBox1 .left {float:left;width:360px;}
div.JoinBox1 .right {float:left;width:360px;}
div.JoinBox1 strong {display:block;height:156px;font-size:14px;color:#151515;}
div.JoinBox1 p {height:50px; line-height:16px;}

div.JoinSelBox1 {height:29px;background-color:#f5f8fc;border-top:1px solid #3e3e3e;border-bottom:1px solid #e1e1e1;font-weight:bold;font-size:14px;text-align:center;color:#333;padding:5px 0 0 56px;}
div.JoinSelBox1 label {padding-right:56px;}

div.JoinSelType1 {border-bottom:1px solid #9c9c9c;text-align:center;padding-bottom:10px;line-height:18px;}
div.JoinSelType1 img {margin:32px 0 18px 0;}
div.JoinSelType1 p {border-top:1px solid #e1e1e1;margin-top:22px;padding-top:12px;text-align:center;color:#1490EF;}
div.JoinSelType1 p span {background:url(../images/common/icon_point_1.gif) no-repeat;padding-left:16px;}

div.JoinBox2 {padding-top:12px;border-top:1px solid #3e3e3e}
div.JoinBox2 p {background:url(../images/common/icon_point_1.gif) no-repeat 0 13px;border-top:1px solid #e1e1e1;padding:13px 0 11px 16px;color:#1490EF;}
div.JoinBox2 strong {display:block;height:32px;font-size:14px;color:#222;}
div.JoinBox2 .btnBlock {text-align:center;}

div.startMsgBox {text-align:center; line-height:20px; border-bottom:1px solid #e1e1e1; padding-bottom:40px;}
div.startMsgBox p.desc1 {margin-top:20px; font-size:16px; color:#565656;  letter-spacing:0 /*20200408*/;}
div.startMsgBox p.desc2 {margin-top:25px; font-size:18px; color:#464646;  letter-spacing:0 /*20200408*/;}
div.startMsgBox p.desc3 {margin-top:10px; font-size:12px; line-height:20px;}
div.startMsgBox p.desc4 {margin-top:15px; font-size:14px; color:#565656; }

div.EndMsgBox {text-align:center; line-height:20px;}
div.EndMsgBox img {margin-bottom:13px;}
div.EndMsgBox strong {display:block;font-size:28px;color:#1490EF;letter-spacing:-2px;line-height:35px;padding-bottom:7px;}
div.EndMsgBox strong.msg {font-size:14px;color:#333;letter-spacing:0;padding-bottom:5px; margin-top:-10px;}

div.EndMsgBox2 {min-height:100px; border-top:1px solid #1490EF;border-bottom:1px solid #e1e1e1;padding:22px;}
div.EndMsgBox2.type2 {border-top:none; margin-top:-36px;}
div.EndMsgBox2 div.thumb {float:left; margin-right:22px;}
div.EndMsgBox2 div.msg {overflow:hidden; padding-top:16px; line-height:20px;}
div.EndMsgBox2 div.msg strong {display:block; font-weight:normal;font-size:16px;color:#222;margin-bottom:12px;}

/* 2014-06-19 강미영 추가:str */
div.EndMsgBox3 {}
div.EndMsgBox3 .tc_msg {padding:41px 0 38px 0; background:url(../images/online/img_mortgage_step5.gif) no-repeat right 0; border-bottom:1px solid #e1e1e1;}
div.EndMsgBox3 div, div.EndMsgBox3 p {line-height:20px;}
div.EndMsgBox3 .tc_msg p { margin-top:13px; font-size:14px;}
div.EndMsgBox3 .tc_msg .p_tit {margin-top:0; font-size:20px; color:#1490EF;}
div.EndMsgBox3 .p_txt {width:100%; margin-top:15px; text-align:center; line-height:18px; color:#333;}
div.EndMsgBox3 .t_box {margin-top:28px; padding:19px 31px 16px; background-color:#f2f4f5;}
div.EndMsgBox3 .t_box p {background:url(../images/common/bg_comment_2.gif) no-repeat left 6px; padding-left:7px;}
div.EndMsgBox3 .msgL {margin-top:13px; text-align:center;  font-size:16px;}
div.EndMsgBox3 div.btnType2 {padding-top:26px;}
div.EndMsgBox3 div.btnType2 em {color:#97d6ff;}
/* 2014-06-19 강미영 추가:end */

/* 2014-08-26 강미영 추가:str */
div.EndMsgBox4 {padding:16px 0 15px 44px; background:url(../images/renewal/company/bg_run.gif) no-repeat left top;}
div.EndMsgBox4:after {content:""; clear:both; display:block;}
div.EndMsgBox4 .thumb {display:inline-block; width:96px; height:101px;}
div.EndMsgBox4 .thumb, div.EndMsgBox4 .tc_msg {float:left;}
div.EndMsgBox4 .tc_msg {padding:22px 0 0 43px; font-size:14px; }
div.EndMsgBox4 .tc_msg strong {display:inline-block; padding-bottom:9px; color:#1490EF; font-size:22px;}
/* 2014-08-26 강미영 추가:end */

div.errorBox1 {background:url(../images/member/bg_error_3.gif) no-repeat 24px 20px;border-top:1px solid #1490EF;border-bottom:1px solid #e1e1e1;padding:22px 0 22px 208px;}
div.errorBox1 strong.msg {display:block;font-weight:normal;font-size:16px;color:#222;padding-bottom:12px;}
div.errorBox1 strong.msg2 {display:block;font-weight:normal;font-size:16px;color:#222;padding-bottom:12px; border-bottom:1px solid #e1e1e1; margin-bottom:12px;}
div.errorBox1 p {line-height:20px;border-bottom:1px solid #e1e1e1;padding-bottom:9px;margin-bottom:12px;}
div.errorBox1 .line {height:12px;border-top:1px solid #e1e1e1;}
div.errorBox1 div.ForResult {border-bottom:1px solid #e1e1e1;font-size:14px;color:#222;line-height:24px;margin:-4px 0 16px 0;padding-bottom:20px;}
div.errorBox1 div.ForResult strong {color:#ee5d16;}
div.errorBox1.bgType1 {background:url(../images/member/img_search_1.gif) no-repeat 24px 20px;} /* 아이디 찾기 결과 */
div.errorBox1.bgType2 {height:96px;background:url(../images/member/pimg_change_1.jpg) no-repeat 24px 20px;padding-top:45px;padding-bottom:0;} /* 리스차량 명의이전 조회 에러 */
div.errorBox1.bgType3 {background:url(../images/member/img_search_3.gif) no-repeat 24px 20px;} /* 비밀번호 찾기 결과 */
div.errorBox1.bgType4 {height:96px;background:url(../images/member/bg_error_2.gif) no-repeat 24px 20px;padding-top:45px;padding-bottom:0;} /* 리스차량 명의이전 조회 에러 */
div.errorBox1.bgType5 {background:url(../images/member/bg_error_5.gif) no-repeat 24px 20px;border-top:1px solid #1490EF;border-bottom:1px solid #e1e1e1;padding:22px 0 22px 208px;} /* 로그인 1회 오류 */
div.errorBox1.bgType6 {background:url(../images/member/bg_error_6.gif) no-repeat 24px 20px;border-top:1px solid #1490EF;border-bottom:1px solid #e1e1e1;padding:22px 0 22px 208px;} /* 로그인 5회 오류 */
div.errorBox1.bgType7 {background:url(../images/member/img_search_2.gif) no-repeat 24px 20px;} /* 아이디 찾기 결과없음 */
div.errorBox1.bgType8 {background:url(../images/member/bg_error_1.gif) no-repeat 24px 20px;border-top:1px solid #1490EF;border-bottom:1px solid #e1e1e1;padding:22px 0 22px 208px;} /* 리스차량 명의이전 조회 에러 */

div.errorBox2 {height:160px;background:url(../images/online/img_transfer_2.jpg) no-repeat right top;margin-top:40px;border-bottom:1px solid #474a4d;font-weight:bold;font-size:14px;color:#464646;} /* 자동이체 관리 신규 */
div.errorBox2 strong {display:block;font-size:22px;color:#1490EF;padding:23px 0 9px 0;}
div.errorBox2 span {color:#1490EF;}

div.msgBoxType1 {background:url(../images/online/bg_sec_1.jpg) no-repeat right 30px; border-bottom:1px solid #e1e1e1; min-height:75px; margin:-30px 0 24px 0; padding:40px 0; } /* 회원탈퇴 */
div.msgBoxType1 strong {font-size:20px;color:#1490EF;letter-spacing:0 /*20200408*/;}
div.msgBoxType1 p {margin-top:9px; font-size:14px; line-height:20px; letter-spacing:0 /*20200408*/;}
div.msgBoxType1 p .except {font-size:12px; color:#333; font-weight:normal;}
div.msgBoxType1 div.btn {margin-top:22px;}
div.msgBoxType1.bgType1 {background:url(../images/online/bg_drop_1.jpg) no-repeat right top;} /* 신용정보제공 동의철회 */
div.msgBoxType1.bgType2 {background:url(../images/online/bg_inq_2.jpg) no-repeat right center;} /* 근저당설정 해지관리 */
div.msgBoxType1.bgType3 {background:url(../images/etc/bg_security_1.jpg) no-repeat right 0; border-bottom:none; margin-bottom:0;}/* 보안 프로그램 설치 */
div.msgBoxType1.bgType4 {background:url(../images/etc/bg_security_2.gif) no-repeat right 20px;} /* 전자금융사기 주의안내 */
div.msgBoxType1.bgType5 {background:url(../images/etc/bg_security_3.gif) no-repeat right 10px;} /* 피싱사이트 주의안내 */
div.msgBoxType1.bgType6 {background:url(../images/etc/bg_security_4.gif) no-repeat right 10px;} /* 사칭주의안내*/
div.msgBoxType1.bgType7 {background:url(../images/online/bg_members_1.gif) no-repeat right 0;} /* 나의 멤버십 조회 */
div.msgBoxType1 {background:url(../images/online/bg_sec_1.jpg) no-repeat right 30px; border-bottom:1px solid #e1e1e1; min-height:75px; margin:-30px 0 24px 0; padding:40px 0; } /* 회원탈퇴 */
div.msgBoxType2 {border-bottom:1px solid #e1e1e1;padding-bottom:39px;} /* 신용정보 제공철회 */
div.msgBoxType2 strong {display:block;padding:36px 0 9px 0;font-size:16px;color:#222;letter-spacing:0 /*20200408*/;}
div.msgBoxType2 span {color:#1490EF;}

div.msgBoxType3 {background:url(../images/online/bg_inq_1.jpg) no-repeat right 0;border-bottom:1px solid #e1e1e1;padding:21px 0 20px 0;margin:-11px 0 20px 0;font-size:26px;font-weight:bold;color:#222;letter-spacing:-2px;} /* 서비스 조회 팝업 */
div.msgBoxType3 strong {color:#1490EF;}
div.msgBoxType3.bgType1 {background:url(../images/online/bg_inq_1.jpg) no-repeat right 0;color:#464646;padding:8px 0 38px 0;margin:0 0 34px 0;}
div.msgBoxType3.bgType2 {background:url(../images/online/bg_inq_1.jpg) no-repeat right 21px;} /* 보안프로그램설치/삭제안내 */
div.msgBoxType3.bgNone {background:none;}
div.msgBoxType3 p.megTxt{padding:15px 0 10px 0 ;font-size:14px;color:#464646;}

div.msgBoxType4 {border-top:1px solid #d6d6d6;border-bottom:2px solid #000;padding:12px 0 0 16px;} /* 회원정보변경 */
div.msgBoxType4 p {padding-bottom:10px !important;}

div.msgBoxType5 {border-top:1px solid #474a4d; border-bottom:1px solid #9c9c9c; padding:30px 16px; position:relative;}
div.msgBoxType5 img {vertical-align:middle;}
div.msgBoxType5.bgType1 {background:url(../images/online/img_guide_3.gif) 0 center no-repeat; padding-left:72px;} /* 우편수령방법 72x72 */
div.msgBoxType5.bgType1 a {position:absolute;top:23px;right:16px;}

div.msgBoxType6 {background:url(../images/online/bg_sec_1.jpg) no-repeat right 30px; border-bottom:1px solid #e1e1e1; min-height:75px; margin:-30px 0 24px 0; padding:40px 0; } /* 회원탈퇴 */
div.msgBoxType6 strong {font-size:20px;color:#1490EF;letter-spacing:0 /*20200408*/;}
div.msgBoxType6 p {margin-top:9px; font-size:14px; color:#222; line-height:20px; letter-spacing:0 /*20200408*/;}
div.msgBoxType6 p .except {font-size:12px; color:#333; font-weight:normal;}
div.msgBoxType6 div.btn {margin-top:5px;}


/* 2014.09.16 강미영 추가 */
div.msgBoxType6 {min-height:194px; margin:17px 0 53px 0; padding:0; background:url(../images/online/bg_sec_2.jpg) no-repeat right 3px;}
div.msgBoxType6 p {color:#222222; font-size:15px; line-height:21px; letter-spacing:0 /*20200408*/;}
/* 2014.09.16 강미영 추가:end */

ul.msgComment li {background:url(../images/common/bg_comment_2.gif) no-repeat 0 8px;padding:4px 0 0 9px;}

div.tbAgree {padding-top:9px;line-height:18px; *zoom:1;}
div.tbAgree:after {content:""; clear:both; display:block;}
div.tbAgree2 {border-top:1px solid #d6d6d6;font-weight:bold;color:#222;padding:32px 0 30px 0;margin-top:17px;}
div.tbAgree2 label {text-decoration:underline;}

span.checkPassword {padding-left:6px;}
span.checkPassword strong {padding-right:2px;color:#222;}
span.checkPassword img {vertical-align:middle;margin-top:-2px;}

div.PwChangeBox1 {height:176px;background:url(../images/member/bg_pw_1.jpg) no-repeat right 0;padding-top:14px;}
p.PwChangeMsg {padding-bottom:20px;font-size:16px;font-weight:bold;color:#222;}
p.PwChangeTxt {padding-bottom:18px;line-height:20px;}

/* 스텝 */
div[class*=stepBox] {height:54px;padding-top:13px; margin-bottom:36px; text-align:center; background-position:center 0; background-repeat:no-repeat;}
div[class*=stepBox] span {font-size:12px;font-weight:normal;letter-spacing:0px;}
div[class*=stepBox] ol {list-style:none;padding:0;margin:0; letter-spacing:0 /*20200408*/;}
div[class*=stepBox] ol li {display:inline-block;*display:inline;*float: left/*2020.11.11 남윤정 추가*/;zoom:1;font-weight:bold; /*2020.11.12 엄지민 수정*/ font-size:13px /*2020.11.12 엄지민 수정*/ /*20200409*/; text-align:left; padding:1px 0 0 90px; margin-left:38px/*2020.11.11 남윤정 수정*/;}/*20200409*/
div[class*=stepBox] ol li:first-child {margin-left:0;}
div[class*=stepBox].two {background-position:center -67px;}
div[class*=stepBox].three {background-position:center -134px;}
div[class*=stepBox].four {background-position:center -201px;}
div[class*=stepBox].five {background-position:center -268px;}

div.stepBox1 {padding-top:16px;background-image:url(../images/member/bg_step_1.gif);text-align:left;} /* 회원가입 */
div.stepBox1 ol li {margin-left:0;padding-left:0;/*margin-left:44px;*/}/*20200409*/

div.stepBox1 ol li:nth-child(1){padding-left:53px;}
div.stepBox1 ol li:nth-child(2){padding-left:98px;}
div.stepBox1 ol li:nth-child(3){padding-left:89px;}
div.stepBox1 ol li:nth-child(4){padding-left:94px;}
div.stepBox1 ol li:nth-child(5){padding-left:94px;}

div.stepBox2 {background-image:url(../images/online/bg_step_6.gif);} /* 거래회원 전환 */
div.stepBox3 {background-image:url(../images/online/bg_step_4.gif);} /* 비밀번호 변경 */
div.stepBox3 ol li{margin-left:71px} /* 비밀번호 변경 *//*20200410*/
div.stepBox4 {background-image:url(../images/online/bg_step_1.gif);} /* 자동이체 관리 */
div.stepBox4 ol li{margin-left:71px} /* 자동이체 관리 *//*20200410*/
div.stepBox5 {background-image:url(../images/online/bg_step_5.gif);} /* 청구지 주소변경 */
div.stepBox6 {background-image:url(../images/online/bg_step_3.gif);} /* 즉시출금신청 */
div.stepBox7 {background-image:url(../images/online/bg_step_2.gif);} /* 만기연장신청 */
div.stepBox7 ol li{margin-left:71px} /* 만기연장신청 *//*20200410*/
div.stepBox8 {background-image:url(../images/customer/bg_step_1.gif);} /* 고객센터 2단계스텝 */
div.stepBox9 {background-image:url(../images/renewal/company/bg_step_1.gif);} /* 부정제보하기 2단계스텝 : 2014-08-26 강미영 추가 */
div.stepBox9 ol {margin-left:71px;}
div.stepBox9 ol li{margin-left:71px;}/* 부정제보하기 2단계스텝 *//*20200410*/
    /* 2023.04.06 직장 내 괴롭힘 및 갑질 피해 신고 센터 수정 */
.stepBox9.step_edit_2023 ol li {padding: 1px 0 0 85px;}
.stepBox9.step_edit_2023 ol li {margin-left: 5px;}/* 부정제보하기 2단계스텝 *//*20230406*/
    /* 2023.04.06 직장 내 괴롭힘 및 갑질 피해 신고 센터 수정 */
div.stepBox10 {background-image:url(../images/loanCard/loanCard_step_1.gif);} /* 론카드 */
div.stepBox11 {background-image:url(../images/customer/bg_step_11.gif);} /* 멤버스가입신청 */
div.stepBoxPop {background-image:url(../images/loanCenter/bg_step_pop.gif); width:680px; margin:0 auto 36px auto;} /* 팝업 2단계스텝 */

/* 상품선택 리스트 셀렉트 */
div.SelType1 {height:105px;background:url(../images/common/bg_sel_1.gif) no-repeat;}
div.SelType1 .tbComment {margin-top:10px;}
div.SelType1 .title {float:left;width:79px;padding:27px 0 0 15px;font-size:15px;font-weight:bold;color:#222;}
div.SelType1 .ListBlock {float:left;width:620px;padding-top:26px;position:relative;}
div.SelType1 a.selOff {display:block;width:583px;height:27px;background:url(../images/common/bg_sel_2.gif) no-repeat 579px center;border:2px solid #0893eb;padding:0px 0 0 0px;font-size:14px;color:#0b76d3;}
div.SelType1 a.selOff Strong {padding-left: 10px;}
div.SelType1 a.selOn {display:block;width:583px;height:34px;background:url(../images/common/bg_sel_3.gif) no-repeat 579px center;border:2px solid #0893eb;padding:0px 0 0 0px;font-size:14px;color:#0b76d3;}
div.SelType1 a.selOn Strong {padding-left: 10px;}
div.SubList {width:609px;background:#fff;border-bottom:3px solid #ededed;border-top:1px solid #0893eb;position:absolute;left:0;top:71px;display:none;}
div.SubList div.inBox {max-height:350px;border-right:2px solid #0893eb;border-bottom:2px solid #0893eb;border-left:2px solid #0893eb;overflow-y:scroll;}
div.SubList p {padding:20px 0 13px 22px;font-weight:bold;font-size:14px;color:#464646;}
div.SubList p strong {color:#c11717;}
div.SubList ul li {height:24px;background:url(../images/common/bg_sel_4.gif) repeat-x 0 bottom;padding:9px 0 0 22px;}
div.SubList ul li a {color:#464646;}
div.SubList ul li strong {display:inline-block;width:29px;color:#333;}
div.SubList ul li span {color:#333;}
div.SubList ul li:hover {background-color:#f8fafc;}
div.SubList ul li:hover a, div.SubList ul li:hover strong, div.SubList ul li:hover span {color:#1490EF}

div.SelType1.haveBtn {height:149px;background:url(../images/common/bg_sel_5.gif) no-repeat;}
div.SelType1.haveBtn .title {float:none;padding-top:24px;}
div.SelType1.haveBtn .btnBlock {height:44px;margin-top:-27px;padding-right:18px;text-align:right;}
div.SelType1.haveBtn .ListBlock {width:685px;float:none;padding:0;margin:0 auto;}
div.SelType1.haveBtn a.selOff {display:block;width:659px;height:24px;background:url(../images/common/bg_sel_2.gif) no-repeat 655px center;border:2px solid #0893eb;padding:9px 0 0 22px;font-size:14px;color:#0b76d3;}
div.SelType1.haveBtn a.selOn {display:block;width:659px;height:34px;background:url(../images/common/bg_sel_3.gif) no-repeat 655px center;border:2px solid #0893eb;padding:16px 0 0 22px;font-size:14px;color:#0b76d3;}
div.SelType1.haveBtn div.SubList {width:685px;top:52px;}

div.SelType1.noData {height:200px; background:url(../images/common/bg_sel_6.gif) 0 0 no-repeat;}
div.SelType1.noData .title {margin-bottom:15px;}
div.SelType1.noData .noteArea .noteText {background:#ecf3ff; border:1px solid #d6e7f4; padding:22px 16px;}
div.SelType1.noData .noteArea .noteText .note {background:url(../images/common/icon_note.gif) 0 0 no-repeat; padding:2px 50px; line-height:18px; margin-left:140px;}
div.SelType1.noData .noteArea .tbComment {padding-left:16px;}

/* 금융상품몰 */
div.goodsBox {/* background:url(../images/goods/bg_goods_box1.gif) 0 0 no-repeat;*/ border:1px solid #D0E9FC;border-radius:10px;}
div.goodsBox h1 {border-bottom:1px solid #D0E9FC; padding:13px 23px 8px 23px; height:auto;}
div.goodsBox div.detail {min-height:200px; padding:23px; position:relative;}
div.goodsBox div.detail font{color:#E5483D !important;}
div.goodsBox div.detail p.intro {font-size:13px; color:#666;  letter-spacing:0 /*20200408*/; line-height:20px; padding-right:320px;}
div.goodsBox div.detail p.intro strong {font-size:20px; color:#1490EF; font-weight:normal; margin-bottom:7px; display:inline-block; line-height:26px;}
div.goodsBox div.detail p.visual {position:absolute;top:30px;right:24px;}
div.goodsBox div.detail ul.spec {padding-top:20px; *zoom:1;}
div.goodsBox div.detail ul.spec:after {content:""; clear:both; display:block;}
div.goodsBox div.detail ul.spec li {width:85px; float:left; margin-right:7px; text-align:center;}
div.goodsBox div.detail ul.spec li span {display:inline-block; margin-top:8px; word-break:break-all;}
div.goodsBox div.action {border-top:1px solid #D0E9FC; padding:17px 23px;}
div.goodsBox div.action h2{color:#151515 !important;}
div.goodsBox div.contact {height:34px; /* background:url(../images/goods/bg_goods_box2.gif) 0 bottom no-repeat; */ background-color:#1490EF; border-radius:0 0 10px 10px; color:#fff; position:relative;}
div.goodsBox div.contact ul {padding:6px 24px 0 24px;*zoom:1;}
div.goodsBox div.contact ul:after {content:""; clear:both; display:block;}
div.goodsBox div.contact ul li {float:left; background:url(../images/goods/bu_white.gif) 0 10px no-repeat; padding-left:8px; font-weight:bold; margin-right:24px; color:#fff;} /* 2014.10.15 강미영 수정 */
div.goodsBox div.contact ul li.time {float:right; margin-right:0;}

div.cntList ul {clear:both;}
div.cntList ul li {background:url(../images/common/bg_comment_2.gif) no-repeat 0 8px;padding-left:8px;line-height:20px;}

div.goodsInfo h2 {font-size:18px;  font-weight:bold; color:#151515; margin:44px 0 10px 0;}
div.goodsInfo div.advantage {line-height:18px;}
div.goodsInfo div.advantage strong{color:#204B85;}
div.goodsInfo div.detail {overflow:hidden; width:720px; margin:0 -60px -20px 0; *zoom:1;} /* 2014.09.19 강미영 수정 */
div.goodsInfo div.detail:after {content:""; clear:both; display:block;}
div.goodsInfo div.detail .info {width:200px; float:left; margin-left:60px; min-height:47px; margin-bottom:20px;} /* 2014.09.19 강미영 수정 */
div.goodsInfo div.detail .info h3 {font-size:13px;  margin-bottom:5px;}
div.goodsInfo div.detail .info span {font-size:20px; color:#1490EF; font-weight:bold;}
div.goodsInfo div.detail .first_ml0 {margin-left:0;} /* 2014.09.19 강미영 추가 */
div.goodsInfo div.detail .line {clear:both; height:1px; background:url(../images/goods/bg_dot_line.gif) 0 0 no-repeat; margin:20px 0;}
div.goodsInfo div.detail2 {width:720px; margin:20px -60px -20px 0; /**zoom:1;*/}/*20200409*/
div.goodsInfo div.detail2:after {content:""; clear:both; display:block;}
div.goodsInfo div.detail2 .info {width:200px; float:left; margin-left:60px; min-height:47px; margin-bottom:20px;} /* 2014.09.19 강미영 수정 */
div.goodsInfo div.detail2 .info h3 {font-size:13px;  margin-bottom:5px;}
div.goodsInfo div.detail2 .info span {font-size:20px; color:#1490EF; font-weight:bold;}
div.goodsInfo div.detail2 .first_ml0 {margin-left:0;} /* 2014.09.19 강미영 추가 */
div.goodsInfo div.detail2 .line {clear:both; height:1px; background:url(../images/goods/bg_dot_line.gif) 0 0 no-repeat; margin:20px 0;}
div.goodsInfo div.detail2 .info .titW:after{display:block;clear:both;content:""}
div.goodsInfo div.detail2 .info .titW h3,
div.goodsInfo div.detail2 .info .titW img {margin:5px 0 0 2px;}
div.goodsInfo div.repay .tabType1 {margin-bottom:0;}
div.goodsInfo div.repay .cnt {border:1px solid #bcbcbc; border-top:0; padding:32px; min-height:156px;}
div.goodsInfo div.repay .cnt p {font-size:14px;  text-align:center; color:#222; margin-bottom:25px;}
div.goodsInfo ul.benefit {border-radius:5px;background:#f2f2f2; padding:12px 0; *zoom:1;}
div.goodsInfo ul.benefit:after {content:""; clear:both; display:block;}
div.goodsInfo ul.benefit li {float:left; margin:10px 28px; width:184px;}
div.goodsInfo ul.benefit li img {vertical-align:middle; margin-right:6px;}

div.goodsAside {margin-top:44px; *zoom:1;}
div.goodsAside:after {content:""; clear:both; display:block;}
div.goodsAside .cntList {width:200px; min-height:92px; border-right:1px dotted #bcbcbc; float:left; margin-right:29px; padding-right:30px;}
div.goodsAside .cntList li {text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
div.goodsAside .goodsBanner {float:left; position:relative;}
div.goodsAside .goodsBanner .goods_control {position:absolute; top:80px; left:0; z-index:99;}
div.goodsAside .goodsBanner .goods_control .rolling {float:left; margin-right:6px;}
div.goodsAside .goodsBanner .goods_control .rolling li {float:left; margin-right:4px;}
div.goodsAside .goodsBanner .goods_control .rolling a,
div.goodsAside .goodsBanner .goods_control a.ctrl {float:left; width:8px; height:8px; overflow:hidden; text-indent:-999px; background:url(../images/common/icon_rolling.png) 0 0 no-repeat;}
div.goodsAside .goodsBanner .goods_control .rolling a.active {background-position:0 -13px;}
div.goodsAside .goodsBanner .goods_control a.ctrl.stop {background-position:-17px 0;}
div.goodsAside .goodsBanner .goods_control a.ctrl.play {background-position:-17px -13px;}
div.goodsAside .goodsBanner .goods_banner {width:184px; height:88px; overflow:hidden;}
div.goodsAside .goodsBanner .goods_banner li {width:184px; float:left;}

/* 대출센터 */
div.popACCbox {border-top:1px solid #e1e1e1;border-bottom:1px solid #9c9c9c;padding:18px 0 15px 0;} /* 상담신청 */
div.popACCbox div.popACCbox_top {margin-bottom:5px;}
div.popACCbox div.popACCbox_top.all_agree {margin-bottom:5px;padding-bottom:15px;border-bottom:1px dotted #aeaeae;}

div.popACCbox div.popACCbox_body {position:relative; padding:5px 0; *zoom:1;}
div.popACCbox div.popACCbox_body:after {content:""; clear:both; display:block;}
div.popACCbox div.popACCbox_body a.more {position:absolute;top:5px;right:0; background:url(../images/common/arrow_down.gif) right 8px no-repeat; padding-right:14px;}
div.popACCbox div.popACCbox_body .comment2 {margin:5px 0 0 20px; line-height:18px;}
dl.noteNumList {margin-top:20px;line-height:25px;}
dl.noteNumList dt {font-weight:bold; color:#474747;}
dl.noteNumList dd {color:#747675;}

/* 온라인지점 */
div.rateGuide {text-align:center; line-height:26px;}
div.rateGuide .rate { font-size:14px; font-weight:bold; color:#222;}
div.rateGuide .rate strong {font-size:24px; color:#e66e00;}

div.totalBox {background:url(../images/common/bg_box_12.gif) 0 bottom no-repeat;}
div.totalBox div.inBox {background:url(../images/common/bg_box_11.gif) 0 top no-repeat; padding:1px; *zoom:1;}
div.totalBox div.inBox:after {content:""; clear:both; display:block;}
div.totalBox div.balance {width:50%; float:left;}
div.totalBox div.balance h2 { font-size:16px; font-weight:bold; color:#1490EF; text-align:center; border-left:1px solid #bfdbed; padding:8px 0;}
div.totalBox div.balance dl {padding:16px 24px 20px 24px; border-left:1px solid #e1e1e1;}
div.totalBox div.balance dl dt {color:#464646; float:left;}
div.totalBox div.balance dl dd {overflow:hidden; text-align:right; font-weight:bold;}
div.totalBox div.balance dl dt, div.totalBox div.balance dl dd {line-height:20px;}
div.totalBox div.balance dl dt.total {font-weight:bold; color:#204B85;}
div.totalBox div.balance dl dd.total {font-weight:bold; color:#e66e00;  font-size:18px;}
div.totalBox div.balance dl dt.total, div.totalBox div.balance dl dd.total {border-top:1px dotted #bcbcbc; margin-top:10px; padding-top:12px;}
div.totalBox div.balance:first-child h2, div.totalBox div.balance:first-child .tableArea {border-left:0;}

div.NameBlock {padding-top:20px;font-size:14px;font-weight:bold;text-align:right;color:#464646;}
span.divType1 {padding:0 12px;color:#e1e1e1;}

div.ResultBlock {border:3px solid #e1e1e1;padding:17px 20px 14px 20px;margin-top:11px;} /* 명세서 */
div.ResultBlock span.date {display:block;padding-bottom:8px;font-size:14px;font-weight:bold;color:#54636e;}
div.ResultBlock span.date strong {font-size:16px;color:#1490EF;}
div.ResultBlock span.date span {font-size:14px;}
div.ResultBlock .fRight {padding-top:13px;font-size:24px;font-weight:bold;color:#e66e00;}
div.ResultBlock p {background:url(../images/common/bg_sel_4.gif) repeat-x;padding-top:10px;margin-top:10px;}
div.ResultBlock p strong {font-size:16px;padding-left:4px;}
div.ResultBlock dl {overflow:hidden;width:100%;background:url(../images/common/bg_sel_4.gif) repeat-x;padding-top:10px;margin-top:10px;}
div.ResultBlock dl dt {float:left;width:70px;margin-bottom:5px;}
div.ResultBlock dl dd {float:left;width:458px;margin-bottom:5px;}
div.ResultBlock div.checkBox {padding:15px 0;background:#f2f4f5;text-align:center;font-weight:bold;color:#464646;}

div.ResultBlock2 {padding-top:12px;font-size:14px;font-weight:bold;text-align:right;color:#464646;}

div.ResultBlock3 {overflow:hidden;position:relative;margin-top:0;padding:17px 20px 50px 20px;*padding:17px 20px 60px 20px;}
div.ResultBlock3 dl {overflow:hidden;width:100%;background:url(../images/common/bg_sel_4.gif) repeat-x;padding-top:10px;margin-top:10px;}
div.ResultBlock3 dl dt {float:left;width:70px;margin-bottom:5px;}
div.ResultBlock3 dl dd {float:left;width:458px;margin-bottom:5px;}
div.ResultBlock3 div.checkBox {position:absolute;left:0;bottom:0;width:100%;padding:15px 0;background:#f2f4f5;text-align:center;}

div.PointBlock {background:url(../images/common/bg_box_9.gif) 0 bottom no-repeat; margin-top:24px;}
div.PointBlock div.inBox {background:url(../images/common/bg_box_10.gif) 0 top no-repeat; padding:14px;}
div.PointBlock p.txt, div.PointBlock2 p.txt {font-size:16px; text-align:center; color:#204B85; font-weight:bold;} /* 2014.09.05 강미영 수정 */

/* 2014.09.16 강미영 수정 */
div.PointBlock2 {margin-top:0; padding-top:5px; background:url(../images/common/bg_box_10.gif) no-repeat left top;}
div.PointBlock2 div.inBox {width:690px; height:1%; padding:14px; border-left:1px solid #bfdbed; border-right:1px solid #bfdbed; background-color:#ecf3ff;}
div.PointBlock2 div.inbutt {height:11px; background:url(../images/common/bg_box_10_02.gif) no-repeat left bottom;}
div.PointBlock2 h3.tit_h3 {margin-top:15px; color:#178be5; font-size:14px; }
div.PointBlock2 ul.point_l01 {margin-top:10px;}
div.PointBlock2 ul.point_l01 li {padding-bottom:5px;}
div.PointBlock2 ul.point_l01 li span {float:left; display:inline-block; margin:0 10px;}
div.PointBlock2 ul.point_l01 li span:first-child {margin-left:0;}

div.PointBlock2 ul.point_l02 {margin-top:10px;}
div.PointBlock2 ul.point_l02 li {padding-bottom:5px;}
div.PointBlock2 ul.point_l02 li:after {content:""; clear:both; display:block;}
div.PointBlock2 ul.point_l02 li span {float:left; display:inline-block; margin:0 10px;}
div.PointBlock2 ul.point_l02 li span:first-child {margin-left:0;}
/* 2014.09.16 강미영 수정 end */



div.SearchBox {background:url(../images/common/bg_box_6.gif) no-repeat 0 bottom;}
div.SearchBox div.inBox {background:url(../images/common/bg_box_5.gif) no-repeat;padding:0 16px 10px 16px;}
div.SearchBox tr:first-child th, div.SearchBox tr:first-child td {border-bottom:1px solid #d1e5f4;}
div.SearchBox th {padding-top:16px;font-size:14px;color:#151515;text-align:left;vertical-align:top;}
div.SearchBox td {padding:16px 0 15px 0;}
div.SearchBox tr.depth th, div.SearchBox tr.depth td {padding:8px 0 2px 0;}
div.SearchBox td.txt {padding-top:19px;}
div.SearchBox td span.comment {background:url(../images/common/bu_1.gif) no-repeat 0 3px; padding:0 0 1px 10px; margin-left:10px; color:#1490EF;}
div.SearchBox td img {vertical-align:middle;}

div.SearchBox2 {border:1px solid #D0E9FC;border-radius:5px;/* background:url(../images/common/bg_box_6.gif) no-repeat 0 bottom;*/}
div.SearchBox2 .inBox {/* background:url(../images/common/bg_box_5.gif) no-repeat;*/ padding:0 16px 0 16px;}
div.SearchBox2 dd {padding:16px 0;}
div.SearchBox2 dt {padding:19px 0 0;font-size:15px;  text-align:left; vertical-align:top; font-weight:bold; float:left; margin-right:20px;}
div.SearchBox2 dd {overflow:hidden;}
div.SearchBox2 dd .input {border:1px solid #abadb3;}

div.guideCnt {line-height:20px;}
div.guideCnt h3 {color:#222; font-size:12px; font-weight:bold; margin:0 0 5px 0;}
div.guideCnt .desc1 {color:#464646;}

ol.cntStep1 {list-style:none; height:202px; margin:10px 0 0 0; padding:0; background:url(../images/common/bg_step_1.gif) 0 0 no-repeat; *zoom:1;} /* 컨텐츠 스텝 3단계 */
ol.cntStep1:after {content:""; clear:both; display:block;}
ol.cntStep1 li {width:208px; margin-left:48px; float:left; text-align:center; letter-spacing:0 /*20200408*/; line-height:18px;  color:#464646;}
ol.cntStep1 li:first-child {margin-left:0;}
ol.cntStep1.mortgage li {padding-top:120px; background-position:center 12px; background-repeat:no-repeat;} /* 근저당설정 해지 안내 */
ol.cntStep1.mortgage li.step1 {background-image:url(../images/online/img_agency_1.gif);}
ol.cntStep1.mortgage li.step2 {background-image:url(../images/online/img_agency_2.gif);}
ol.cntStep1.mortgage li.step3 {background-image:url(../images/online/img_agency_3.gif);}

ol.cntStep1.mortgage2 {margin-top:30px;}
ol.cntStep1.mortgage2 li {padding-top:135px; background-position:center 2px; background-repeat:no-repeat;} /* 근저당설정 해지 안내 */
ol.cntStep1.mortgage2 li.step4 {background-image:url(../images/online/img_agency_4.gif);}
ol.cntStep1.mortgage2 li.step5 {background-image:url(../images/online/img_agency_5.gif);}
ol.cntStep1.mortgage2 li.step6 {background-image:url(../images/online/img_agency_6.gif);}

ol.cntStep2 {list-style:none; margin:10px 0 0 0; padding:0; background:url(../images/common/bg_step_2.gif) 0 0 no-repeat; *zoom:1;} /* 컨텐츠 스텝 2단계 */
ol.cntStep2:after {content:""; clear:both; display:block;}
ol.cntStep2 li {width:183px; height:88px; padding:20px 125px 20px 20px; margin-left:64px; float:left; text-align:left; font-size:14px; line-height:20px; font-weight:bold;  color:#464646;}
ol.cntStep2 li:first-child {margin-left:0;}
ol.cntStep2.mortgage li {background-position:214px 20px; background-repeat:no-repeat;} /* 근저당설정 해지 신청 */
ol.cntStep2.mortgage li.step1 {background-image:url(../images/online/img_guide_2.gif);}
ol.cntStep2.mortgage li.step2 {background-image:url(../images/online/img_guide_2.gif);}

ul.listNumber li {padding-left:10px;} /* 숫자 아이콘 리스트 */
ul.listNumber li span {position:relative;left:-8px;background:url(../images/common/icon_circle_num.gif) 0 1px no-repeat; display:inline-block; color:#fff; width:15px; text-align:center; font-size:11px;}

div.signgateArea {border:3px solid #e1e1e1; position:relative;} /* 공인인증서 로그인 */
div.signgateArea .tab {*zoom:1;}
div.signgateArea .tab:after {content:""; clear:both; display:block;}
div.signgateArea .tab li {float:left; width:50%; margin-left:-1px; border-left:1px solid #e1e1e1;}
div.signgateArea .tab li:first-child {margin-left:0; border-left:0;}
div.signgateArea .tab li a {display:block; padding:12px 0; text-align:center; color:#222; background:#f8fafc; border-bottom:1px solid #e1e1e1;}
div.signgateArea .tab li.active a {background:#fff; border-bottom:1px solid #fff;}
div.signgateArea .content {padding:16px 20px;}
div.signgateArea .content h3 {display:none;}
div.signgateArea .signgate {display:none; border-bottom:1px dotted #666; padding-bottom:16px;}
div.signgateArea .signgate.active {display:block;}
div.signgateArea .signgate input {border:1px solid #abadb3; padding:7px 5px 4px 5px;}

ol.ingState {list-style:none; height:106px; margin:10px 0 0 0; padding:0; background:url(../images/common/bg_step_3.gif) 0 0 no-repeat; *zoom:1;} /* 진행사항 */
ol.ingState:after {content:""; clear:both; display:block;}
ol.ingState.two {background-position:0 -116px;}
ol.ingState.three {background-position:0 -232px;}
ol.ingState.four {background-position:0 -348px;}
ol.ingState li {width:120px; text-align:center; padding-top:70px; color:#222; font-size:14px; float:left; margin-left:80px;}
ol.ingState li:first-child {margin-left:0;}
ol.ingState li.sel {color:#1476b3; font-weight:bold;}

/* 거래확인박스 */
div.sealBox {width:100%;margin-top:20px; border:3px solid #e1e1e1; line-height:18px; min-width:714px; position:relative; *zoom:1;}
div.sealBox:after {content:""; clear:both; display:block;}
div.sealBox strong { font-size:14px; color:#464646; letter-spacing:0 /*20200408*/; line-height:24px;}
div.sealBox .detail {min-width:387px; min-height:145px; width:50%; float:left; border-right:1px dotted #bfbfbf; padding:20px;}
div.sealBox .detail dl {margin-top:30px;}
div.sealBox .detail dl dt, div.sealBox .detail dl dd {padding:3px 0;}
div.sealBox .detail dl dt {float:left; margin-right:5px;}
div.sealBox .detail dl dd {overflow:hidden;}
div.sealBox .seal {padding:20px; float:left; min-width:246px;}
div.sealBox .seal strong {font-size:12px;}
div.sealBox .seal .corp {margin-top:10px;}
div.sealBox .seal .sign {position:absolute;bottom:15px;right:20px; line-height:56px; background:url(../images/common/img_ceo_seal.gif) right center no-repeat; padding-right:65px;}
.imgSeal {position:absolute; right:20px; bottom:15px;}

.sealBoxImg {position:relative; width:654px; height:191px; margin:0 auto;}
.sealBoxImg span.date {position:absolute; top:43px; left:392px; color:#000; font-size:12px;}

/* 서명(부채증명서) */
div#signLbltCtfc {height: 120px; position: relative;}
div#signLbltCtfc div {padding: 15px;line-height: 25px;position: absolute;right: 0;}

/* 팝업 */
.popStyle01 {position:fixed; left:0; right:0; top:0; bottom:0; background:#fff; z-index:100;}

/* 프린트 페이지 */
div#print-section div.printPage {width:800px;display:grid;justify-content:center;}
table.content-table {color:#717679;font-size:12px;width:730px;}
div.content-box {width:730px;}

/* 고객센터 */
div.propose {height:260px; padding-top:25; background:url(../images/customer/bg_propose_1.gif) no-repeat; padding-top:27px;text-align:center;}
div.propose .left {float:left;width:360px;}
div.propose .right {float:left;width:360px;}
div.propose strong {height:140px;display:block; font-size:14px;color:#222;}
div.propose p {height:50px; line-height:16px;}

ul.process {padding-top:70px; height:33px; background:url(../images/customer/bg_propose_2.gif) 0 0 no-repeat; }
ul.process li {width:153px; margin-left:35px; float:left; text-align:center;}
ul.process li:first-child {margin-left:0;}
ul.process li span.num {font-weight:bold; font-size:14px;}

/*ars 안내*/
/*2021.04.20 남윤정 수정 str*/
div.arsInfo {*zoom:1;margin-bottom:20px;}
div.arsInfo:after {content:""; clear:both; display:block;}
div.arsInfo div.cnt {display:inline-block;float:left;width:292px;height:55px;border:1px solid #bcbcbc;text-align: center;cursor:pointer;}
div.arsInfo div.cnt:first-child {margin-right:12px;}
div.arsInfo div.cnt .desctxt{position:relative;top:-3px;margin-right:10px;font-size:15px;}
div.arsInfo div.on {border:2px solid #1490ef;background-color:#f7fcff;}
div.arsInfo p {line-height:50px;display:inline-block;}
div.arsInfo p strong {font-size:24px; color:#1490EF;}
/*2021.04.20 남윤정 수정 end*/

div.mobileMap {margin-top:20px; border-bottom:1px solid #e1e1e1; background:url(../images/customer/bg_mobile_map.gif) 0 0 no-repeat; *zoom:1;}
div.mobileMap:after {content:""; clear:both; display:block;}
div.mobileMap dl {width:104px; margin-left:19px; float:left; padding-bottom:20px;}
div.mobileMap dl:first-child {margin-left:0;}
div.mobileMap dl dt {text-align:center; padding-top:65px; margin-bottom:35px; font-weight:bold; color:#1490EF; }
div.mobileMap dl dd {border-bottom:1px dotted #c9c9c9; line-height:34px; color:#464646;}

ul.mobileGd {padding-top:222px; margin-top:20px; *zoom:1;}
ul.mobileGd:after {content:""; clear:both; display:block;}
ul.mobileGd li {width:124px; margin-left:58px; float:left; padding-left:12px; line-height:18px;}
ul.mobileGd li:first-child {margin-left:0;}
ul.mobileGd li span.num {font-size:15px; margin-left:-12px; color:#1490EF; font-weight:bold; }
ul.mobileGd.android {background:url(../images/customer/bg_mobile_con1.gif) 0 0 no-repeat; border-bottom:1px solid #e1e1e1; padding-bottom:70px;}
ul.mobileGd.iphone {background:url(../images/customer/bg_mobile_con2.gif) 0 0 no-repeat; padding-bottom:60px;}

div.command {border:3px solid #e1e1e1; padding:20px 20px 0 20px;} /* 스마트폰 금융거래 10계명 */
div.command h2 {font-size:14px; color:#464646; border-bottom:1px dotted #666;  padding-bottom:10px;}
div.command ul {margin-top:15px; line-height:24px;}
div.command ul li span.num {display:inline-block; width:15px; text-align:center; color:#0072cd; font-weight:bold;}
div.command div.agree {background:#f2f4f5; margin:20px -20px 0 -20px; text-align:center; color:#464646; font-weight:bold; padding:12px 0;}

dl.mobileCancel {padding-bottom:25px;}
dl.mobileCancel dt {font-weight:bold; color:#464646; margin:20px 0 15px 0;}
dl.mobileCancel dd {background:url(../images/customer/bg_mobile_cancel.gif) center 0 no-repeat;}
dl.mobileCancel dd ol {width:100%; margin:0; list-style:none; padding:116px 0 0 0; line-height:18px; *zoom:1;}
dl.mobileCancel dd ol:after {content:""; clear:both; display:block;}
dl.mobileCancel dd ol li {float:left; width:224px; margin-left:23px; text-align:center;}
dl.mobileCancel dd ol li:first-child {margin-left:0;}

div.mobileCopy {border-bottom:1px solid #e1e1e1; padding:30px 0;}
div.mobileCopy ol {width:100%; margin:0; line-height:18px; background:url(../images/customer/bg_mobile_copy.gif) center 0 no-repeat; *zoom:1;}
div.mobileCopy ol:after {content:""; clear:both; display:block;}
div.mobileCopy ol li {float:left; width:224px; margin-left:23px; padding-top:116px; text-align:center;}
div.mobileCopy ol li:first-child {margin-left:0;}
div.mobileCopy ol li+li+li+li {margin-left:0; padding-top:206px;}
div.mobileCopy ol li+li+li+li+li {margin-left:23px;}

div.infoBox {border:3px solid #e1e1e1; text-align:center; padding:20px; font-size:16px; line-height:24px; font-weight:bold; color:#222; }

div.customer div.ccm {background:url(../images/customer/bg_customer_1.gif) right 5px no-repeat; border-bottom:1px solid #e1e1e1; padding-bottom:30px;}
div.customer p {margin:25px 0;}
div.customer p:first-child {margin-top:0;}
div.customer p.desc1 {font-size:18px; line-height:26px; letter-spacing:0 /*20200408*/; }
div.customer p.desc2 {line-height:20px;}
div.customer p.btit {margin-top:60px; font-size:40px; line-height:40px;  color:#1490EF;}
div.customer p.diagram {text-align:center;}
div.ccmRule {border:24px solid #eff1f2; padding:30px 35px;}
div.ccmRule h2 {text-align:center;}
div.ccmRule ul {margin-top:20px;}
div.ccmRule li {line-height:20px; padding:2px 0;}
div.ccmRule li span.num {font-weight:bold;}
div.ccmRule ul.ethic li {padding-left:35px;}
div.ccmRule ul.ethic li span.num {margin-left:-35px;}
div.ccmRule p.sign {text-align:right; margin-top:30px;}
div.ccmRule p.sign img {margin-top:-10px; margin-left:10px;}

.secubox {width:714px; height:120px; border:3px solid #e2e2e2;}/* 보안센터 */
.secubox ul li {width:236px; height:120px; border-left:1px solid #e2e2e2; text-align:center; padding:25px 0; float:left;}
.secubox ul li:first-child {border:0px;}
.secubox ul li span.call {background:url(/images/etc/icon_security_call.gif) no-repeat 0 0; padding-left:11px; font-weight:bold; color:#1490EF;}

/* 이용약관 */
div.useBox {overflow:hidden;*zomm:1;border:1px solid #e1e1e1;padding:20px 0 10px 24px;background:#f8f8f8}
div.useBox ul li {line-height:20px;color:#464646; width:49%; padding-bottom:8px; display:inline-block; *display:inline;*zoom:1; vertical-align:top;}
div.useBox ul li a {display:inline-block; background:url(../images/common/bg_comment_2.gif) no-repeat 0 7px;padding:0 0 0 9px;}
div.useBox ul li a.sel{color:#1490EF;text-decoration:underline;}
div.useBox ul.col2 li {width:50%;}
.usecomment{padding-bottom:14px}
.usecomment.type2 {text-align:right;}
.usecomment .comment {text-align:right;margin-top:-35px}
.rulehistory {padding-bottom:14px; margin-top:-35px; text-align:right;}
.rulehistory.type2 {margin-top:0;}
.termsBox{padding:10px 0;}
.termsBox ul {margin-left:11px;}
.termsBox ul li {text-indent:-11px; margin-top:5px;}
.termsBox ul li ul {margin-left:0;}
.termsBox ul li ul li {margin-top:0; background:url(../images/common/bg_comment_2.gif) 0 7px no-repeat; padding-left:8px; text-indent:0;}
.termsBox ol{margin:0 0 0 14px;padding:0}
.termsBox ol li{text-indent:-14px;list-style-position:outside;list-style-type:none;margin-top:5px}
.termsBox ol li table {text-indent:0;}
.termsBox ol li:first-child{margin-top:0}
.termsBox ol li ol li{margin-top:0}
.termsBox ol li ul li{list-style-position:outside;padding-left:10px;}
.termsBox li, p{line-height:auto;}
.termsBox li p {border:1px solid #e1e1e1; padding:10px; text-indent:0; margin-top:5px;}
.termsBox h3 {margin-top:30px;margin-bottom:2px;}
.termsBox h3:first-child {margin-top:0;}
.termsBox ol.first{margin-top:30px}
.termsBox ol li ul li ul.styleIn li{list-style-position:inside;text-indent:0; background:0;}
.termsBox ol li ul li ul.styleOut li{text-indent:-12px;padding-left:10px;margin-top:0;line-height:1.6em;}


/* Web TermsBox Additional Info 2023.03.06 START */ 
    
/* RESET */
.termsBox .won_agreement { margin: 0; padding: 0; }
.termsBox .won_agreement * { margin: 0; padding: 0; list-style: none; text-decoration: none; font-size: 14px; line-height: 1.5; letter-spacing: -0.05em; color: #151515; word-break: keep-all; border: none; outline: none; }
.termsBox .won_agreement span { font: inherit; color: inherit; }
.termsBox .won_agreement { max-width: 690px; margin: 15px; padding: 45px 30px; box-sizing: border-box; border: 15px solid #9AC7DC; }
.termsBox .won_agreement .doc_tit { padding-bottom: 30px; font-weight: 800; font-size: 24px; color: #2B5686; text-align: center; background: none; }
.termsBox .won_agreement .doc_cont .desc_txt { display: block; padding-left: 15px !important; position: relative; font-size: 12px; }
.termsBox .won_agreement .doc_cont .desc_txt::before { content: '※'; position: absolute; top: 0; left: 0; }
.termsBox .won_agreement .doc_cont .f_800 { font-weight: 800 !important; } 
.termsBox .won_agreement .doc_cont .f_700 { font-weight: 700 !important; } 
.termsBox .won_agreement .doc_cont .f_11 { font-size: 11px !important; } 
.termsBox .won_agreement .doc_cont .f_12 { font-size: 12px !important; } 
.termsBox .won_agreement .doc_cont .f_15 { font-size: 15px !important; }
.termsBox .won_agreement .doc_cont .mb_20 { margin-bottom: 20px !important; }
.termsBox .won_agreement .doc_cont .index_txt { margin-bottom: 20px; font-size: 16px; font-weight: 700; }   
    
/* Risk Progress Bar */
.termsBox .won_agreement .doc_cont .progress_bar { width: 100%; min-height: 65px; position: relative; padding: 15px 10px 10px; box-sizing: border-box; margin-bottom: 20px; background-color: #F5F5F5; }
.termsBox .won_agreement .doc_cont .progress_bar .prog_tit { width: calc(32% - 10px); min-width: 186px; height: 40px; position: absolute; left: 10px; top: 15px; padding: 7px; box-sizing: border-box; background-color: #12406E; border-radius: 22px; }
.termsBox .won_agreement .doc_cont .progress_bar .prog_tit .num { width: 26px; height: 26px; background-color: #fff; border-radius: 15px; text-align: center; font-weight: 800; font-size: 16px; line-height: 26px; color: #12406E; }
.termsBox .won_agreement .doc_cont .progress_bar .prog_tit .txt { position: absolute; top: 10px; left: 40px; font-weight: 400; font-size: 15px; color: #fff; }
.termsBox .won_agreement .doc_cont .progress_bar .color_bar { width: calc(67% - 15px); height: 28px; position: absolute; right: 10px; top: 20px; box-sizing: border-box; border: 5px solid #fff; border-radius: 14px; box-shadow: 0 1px #ccc; font-size: 0; }
.termsBox .won_agreement .doc_cont .progress_bar .color_bar::before { content: ''; display: block; width: 100%; height: 50%; position: absolute; left: 0; top: 50%; z-index: 1; background-color: rgba(0,0,0,0.075); border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; }
.termsBox .won_agreement .doc_cont .progress_bar .color_bar li { width: 20%; height: 100%; display: inline-block; position: relative; margin: 0; }
.termsBox .won_agreement .doc_cont .progress_bar .color_bar li::before { display: block; position: absolute; top: -18px; left: 0; width: 100%; height: 14px; font-weight: 700; font-size: 10px; text-align: center; }
.termsBox .won_agreement .doc_cont .progress_bar .color_bar li:nth-child(1) { background-color: #35bae7; border-top-left-radius: 9px; border-bottom-left-radius: 9px; }
.termsBox .won_agreement .doc_cont .progress_bar .color_bar li:nth-child(2) { background-color: #6bc95a; }   
.termsBox .won_agreement .doc_cont .progress_bar .color_bar li:nth-child(3) { background-color: #ffdd21; }   
.termsBox .won_agreement .doc_cont .progress_bar .color_bar li:nth-child(4) { background-color: #ffa150; }   
.termsBox .won_agreement .doc_cont .progress_bar .color_bar li:nth-child(5) { background-color: #ff4a2e; border-top-right-radius: 9px; border-bottom-right-radius: 9px; }  
.termsBox .won_agreement .doc_cont .progress_bar .color_bar li:nth-child(1)::before { content: '안심'; } 
.termsBox .won_agreement .doc_cont .progress_bar .color_bar li:nth-child(2)::before { content: '다소안심'; } 
.termsBox .won_agreement .doc_cont .progress_bar .color_bar li:nth-child(3)::before { content: '보통'; } 
.termsBox .won_agreement .doc_cont .progress_bar .color_bar li:nth-child(4)::before { content: '신중'; } 
.termsBox .won_agreement .doc_cont .progress_bar .color_bar li:nth-child(5)::before { content: '주의'; }
.termsBox .won_agreement .doc_cont .progress_bar .color_bar li span.selected { width: 16px; height: 16px; position: absolute; top: calc(50% + 4px); left: calc(50% - 8px); z-index: 2; box-sizing: border-box; border: 4px solid #333; border-radius: 8px;}
.termsBox .won_agreement .doc_cont .progress_bar .color_bar li span.selected::before { content: ''; display: block; width: 6px; height: 6px; position: absolute; top: -6px; left: 1px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); background-color: #333; }
.termsBox .won_agreement .doc_cont .progress_bar .color_bar li span.selected::after { content: ''; display: block; width: 8px; height: 8px; position: absolute; top: 0; left: 0; z-index: 3; border-radius: 4px; background-color: #fff; }
.termsBox .won_agreement .doc_cont .progress_bar .desc_txt { margin-top: 50px; }
    
/* Table Forms */
    /* Common */
.termsBox .won_agreement .doc_cont .table_sheet .won_table { width: 100%; max-width: 630px; margin-bottom: 30px; box-sizing: border-box; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table * { box-sizing: border-box; margin-top: 0; padding: 0; text-indent: 0; background: none; border: none; }
.termsBox .won_agreement .won_table .table_row .cell_list { display: table; width: 100%; }
.termsBox .won_agreement .won_table .table_row .cell_list > li { display: table-cell; vertical-align: middle; position: relative; }
.termsBox .won_agreement .won_table .table_row .cell_list .whole_cell { display: block; width: 100%; }
.termsBox .won_agreement .won_table .table_row .cell_list .head_cell { width: 130px; }
.termsBox .won_agreement .won_table .table_row .cell_list .body_cell { width: calc(100% - 130px); max-width: 500px; }
.termsBox .won_agreement .won_table .table_row .cell_list .body_cell .underline { position: relative; } 
.termsBox .won_agreement .won_table .table_row .cell_list .body_cell .underline::before { content: ''; width: 100%; height: 1px; position: absolute; bottom: -3px; left: 0; background-color: #333; }
        /* Border Opacity */
.termsBox .won_agreement .won_table .table_row ul .no_border::before { content: none !important; }
.termsBox .won_agreement .won_table .table_row ul .op_border::before { opacity: 0.5; }

    /* Check Cells */
.termsBox .won_agreement .won_table .table_row .cell_list .chk_cell > div { display: table-cell; vertical-align: middle; font-size: 13px; text-align: center; }
.termsBox .won_agreement .won_table .table_row .cell_list .chk_cell .chk_txt { padding-right: 14px; text-align: left; }
.termsBox .won_agreement .won_table .table_row .cell_list .chk_cell .chk_color span { display: block; margin: 0 auto; padding: 3px 7px; text-align: center; font-size: 16px; border-radius: 25px; }
.termsBox .won_agreement .won_table .table_row .cell_list .chk_cell .chk_color + .chk_box { padding-left: 14px; box-sizing: content-box; }
.termsBox .won_agreement .won_table .table_row .cell_list .chk_cell .chk_box ul { font-size: 0; }
.termsBox .won_agreement .won_table .table_row .cell_list .chk_cell .chk_box ul li { display: inline-block; position: relative; font-size: 13px; text-align: right; }
.termsBox .won_agreement .won_table .table_row .cell_list .chk_cell .chk_box ul li::before { content: ''; width: 12px; height: 12px; position: absolute; left: 0; top: 3px; border: 1px solid #333; }
        /* Checking Y/N */  
.termsBox .won_agreement .won_table .table_row .cell_list .chk_cell .chk_box.chk_agr { width: 150px; }
.termsBox .won_agreement .won_table .table_row .cell_list .chk_cell .chk_box.chk_agr ul li:nth-child(1) { width: 100px; padding-right: 10px; }
.termsBox .won_agreement .won_table .table_row .cell_list .chk_cell .chk_box.chk_agr ul li:nth-child(2) { width: 50px; }
        /* Checking sending media */
.termsBox .won_agreement .won_table .table_row .cell_list .whole_cell.chk_cell .chk_box.chk_send { display: block; width: 100%; }
.termsBox .won_agreement .won_table .table_row .cell_list .whole_cell.chk_cell .chk_box.chk_send ul { display: block; width: 100%; }
.termsBox .won_agreement .won_table .table_row .cell_list .whole_cell.chk_cell .chk_box.chk_send ul li { width: 25%; text-align: center;}
.termsBox .won_agreement .won_table .table_row .cell_list .whole_cell.chk_cell .chk_box.chk_send ul li::before { left: calc(50% - 28px); }
.termsBox .won_agreement .won_table .table_row .cell_list .whole_cell.chk_cell .chk_box.chk_send ul li:nth-child(4)::before { left: calc(50% - 40px); }
    
    /* TABLE BLUE */
.termsBox .won_agreement .won_table.t_blue .table_row .cell_list > li { padding: 10px; }
        /* Head Cell (Left) */
.termsBox .won_agreement .won_table.t_blue .table_row .cell_list .head_cell { background-color: #5cbfdd; }
.termsBox .won_agreement .won_table.t_blue .table_row .cell_list .head_cell::before { content: ''; width: 110px; height: 1px; position: absolute; bottom: 0; left: 10px; background-color: #fff; }
.termsBox .won_agreement .won_table.t_blue li.table_row:last-child .cell_list .head_cell::before { content: none; }

.termsBox .won_agreement .won_table.t_blue .table_row .cell_list .head_cell p { width: 100%; font-weight: 700; font-size: 14.5px; color: #fff; }
.termsBox .won_agreement .won_table.t_blue .table_row .cell_list .head_cell p .f_small { font-size: 13px; }
        /* Body Cell (Right) */
.termsBox .won_agreement .won_table.t_blue .table_row .cell_list .body_cell { border-right: 3px solid #d5e3ef; }
.termsBox .won_agreement .won_table.t_blue .table_row:first-child .cell_list .body_cell { border-top: 3px solid #d5e3ef; }
.termsBox .won_agreement .won_table.t_blue .table_row:last-child .cell_list .body_cell { border-bottom: 3px solid #d5e3ef; }
.termsBox .won_agreement .won_table.t_blue .table_row .cell_list .body_cell::before { content: ''; width: calc(100% - 16px); max-width: 472px; height: 1px; position: absolute; bottom: 0; left: 8px; background-color: #ccc; }
.termsBox .won_agreement .won_table.t_blue .table_row:last-child .cell_list .body_cell::before { content: none; }
.termsBox .won_agreement .won_table.t_blue .table_row .cell_list .body_cell p { font-size: 13px; }
.termsBox .won_agreement .won_table.t_blue .table_row .cell_list .body_cell p .blue_box { display: block; width: 100%; margin: 5px 0; padding: 3px; background-color: #e9f3f7; font-size: 13px; }
.termsBox .won_agreement .won_table.t_blue .table_row .cell_list .chk_cell .chk_color .color_yellow { color: #151515; background-color: #ffdd21; }
.termsBox .won_agreement .won_table.t_blue .table_row .cell_list .chk_cell .chk_color .color_green { color: #fff; background-color: #6bc95a; }
 
    /* TABLE YELLOW */
.termsBox .won_agreement .won_table.t_yellow .table_row .cell_list > li { padding: 8px 0px 8px 8px; }
        /* Head Cell (Left) */
.termsBox .won_agreement .won_table.t_yellow .table_row .cell_list .head_cell { background-color: transparent; background-color: #fff5e0; }
.termsBox .won_agreement .won_table.t_yellow .table_row .cell_list .head_cell p { padding-left: 10px; position: relative; font-weight: 700; font-size: 16px; color: #2B5686; }
.termsBox .won_agreement .won_table.t_yellow .table_row .cell_list .head_cell p::before { content: ''; width: 4px; height: 22px; position: absolute; top: 2px; left: 0; background-color: #2B5686; border-radius: 2px; }
        /* Body Cell (Right) */
.termsBox .won_agreement .won_table.t_yellow .table_row .cell_list .body_cell div { font-size: 12px; }
        /* Border Grey */
.termsBox .won_agreement .won_table.t_yellow.border_grey .table_row { border-top: 1px solid #ccc; }
.termsBox .won_agreement .won_table.t_yellow.border_grey .table_row:last-child { border-bottom: 1px solid #ccc; }
    
/* Bottom Signature */
.termsBox .won_agreement .doc_cont .sign_box { width: 100%; height: 50px; position: relative; }
.termsBox .won_agreement .doc_cont .sign_box ul { position: absolute; }
.termsBox .won_agreement .doc_cont .sign_box ul li { text-align: right; font-size: 14px; position: absolute; }
.termsBox .won_agreement .doc_cont .sign_box .sign_date { width: 65%; top: 15px; left: 0; }
.termsBox .won_agreement .doc_cont .sign_box .sign_date li:nth-child(1) { width: 80%; left: 0; }
.termsBox .won_agreement .doc_cont .sign_box .sign_date li:nth-child(2) { width: 10%; left: 80%; }
.termsBox .won_agreement .doc_cont .sign_box .sign_date li:nth-child(3) { width: 10%; left: 90%; }
.termsBox .won_agreement .doc_cont .sign_box .sign_name { width: 35%; top: 15px; left: 65%; }
.termsBox .won_agreement .doc_cont .sign_box .sign_name li:nth-child(1){ width: 94px; }
.termsBox .won_agreement .doc_cont .sign_box .sign_name li:nth-child(2){ width: calc(100% - 94px); left: 94px; }

/* Icons - In Table */
    /* Common */
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .icon { display: inline-block; width: 16px; height: 15px; position: relative; top: 2px; overflow: hidden; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .icon::before { content: ''; position: absolute; background-color: #fff; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .icon::after { content: ''; position: absolute; background-color: #fff; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .icon span { display: block; position: absolute; z-index: 1; overflow: hidden; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .icon span::before { content: ''; position: absolute; background-color: #5cbfdd; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .icon span::after { content: ''; position: absolute; background-color: #5cbfdd; }
    /* Shape - User */
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_user { margin-right: 5px; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_user::before { width: 8px; height: 8px; top: 0; left: 4px; border-radius: 4px; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_user::after { width: 16px; height: 16px; top: 10px; left: 0; border-radius: 5px; }
    /* Shape - Shield */
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_shield { width: 14px; margin-right: 7px; border: 2px solid #fff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_shield::before { width: 50%; height: 50%; top: 0; left: 0; background-color: #fff; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_shield::after { width: 50%; height: 50%; bottom: 0; right: 0; background-color: #fff; }
    /* Shape - Internal info */
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_angle { margin-right: 4px; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_angle::before { width: 2px; height: 8px; top: 2px; left: 4px; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_angle::after { width: 10px; height: 2px; top: 10px; left: 4px; }
    /*  Shape - Folder */
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_folder { margin-right: 3px; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_folder::before { width: 13px; height: 10px; top: 3px; left: 2px; border-radius: 2px; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_folder::after { width: 7px; height: 5px; top: 1px; left: 2px; border-radius: 2px; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_folder span { width: 6px; height: 5px; top: 6px; left: 8px; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_folder span::before { width: 2px; height: 2px; left: 2px; top: 0; border-radius: 1px; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_folder span::after { width: 6px; height: 6px; left: 0; top: 3px; border-radius: 2px; }
    /*  Shape - Trade */
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_trade { margin-right: 3px; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_trade::before { width: 3px; height: 2px; top: 6px; left: 9px; background-color: #5cbfdd; z-index: 2; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_trade::after { width: 3px; height: 2px; top: 9px; left: 7px; background-color: #5cbfdd; z-index: 2; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_trade span:nth-child(1) { width: 13px; height: 13px; top: 2px; left: 3px; border-radius: 7px; background-color: #fff; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_trade span:nth-child(2) { width: 3px; height: 7px; top: 4px; left: 11px; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_trade span:nth-child(2)::before { width: 4px; height: 4px; right: 1px; top: 1px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_trade span:nth-child(3) { width: 3px; height: 7px; top: 7px; left: 5px; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_trade span:nth-child(3)::before { width: 4px; height: 4px; left: 1px; top: 1px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); }
    /*  Shape - Graph */
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_graph { width: 15px; margin-right: 4px; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_graph::before { width: 5px; height: 30%; bottom: 0; left: 0; background-color: #fff; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_graph::after { width: 5px; height: 70%; bottom: 0; right: 0; background-color: #fff; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_graph span { width: 4px; height: 100%; box-sizing: content-box; left: 5px; background-color: #fff; border: 1px solid #54bddd; }
    /*  Shape - Lock */
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_lock { margin-right: 3px; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_lock::before { width: 6px; height: 8px; top: 0; left: 3px; background-color: transparent; border: 2px solid #fff; border-radius: 6px; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_lock span { width: 12px; height: 9px; bottom: 0; left: 2px; background-color: #fff; border-radius: 2px; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_lock span::before { width: 2px; height: 5px; top: 2px; left:5px; }
    /*  Shape - i / Info */
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_info::before { width: 13px; height: 13px; top: 2px; left: 0; border-radius: 100%; }
.termsBox .won_agreement .doc_cont .table_sheet .won_table.t_blue .table_row .cell_list .head_cell p .i_s_info::after { content: 'i'; width: 2px; height: 13px; top: 1px; left: 5px; font-size: 11px; font-weight: 700; background-color: transparent; color: #5cbfdd;}

/* Responsible Web */
@media screen and (max-width : 719px) {
    
    /* Progress Bar */
.termsBox .won_agreement .doc_cont .progress_bar .prog_tit { width: 100%; position: relative; left: 0; top: 0; }
.termsBox .won_agreement .doc_cont .progress_bar .color_bar { width: 100%; position: relative; right: 0; top: 0; margin-top: 20px; }
.termsBox .won_agreement .doc_cont .progress_bar .desc_txt { margin-top: 15px; }
    /* Table Form */
.termsBox .won_agreement .doc_cont .table_sheet .won_table { width: 100%; }    
.termsBox .won_agreement .won_table .table_row .cell_list { display: block; }
.termsBox .won_agreement .won_table .table_row .cell_list .head_cell { display: block; width: 100%; }
.termsBox .won_agreement .won_table .table_row .cell_list .body_cell { display: block; width: 100%; max-width: 100%; }
        /* Check cell */
.termsBox .won_agreement .won_table .table_row .cell_list .chk_cell .chk_txt { padding-right: 10px; text-align: left; }
.termsBox .won_agreement .won_table .table_row .cell_list .chk_cell .chk_color + .chk_box { padding-left: 0; }
.termsBox .won_agreement .won_table .table_row .cell_list .chk_cell .chk_box { display: block; width: 100%; padding-top: 10px; }
        /* Table blue */
.termsBox .won_agreement .won_table.t_blue .table_row .cell_list .body_cell { border-left: 3px solid #d5e3ef; }
.termsBox .won_agreement .won_table.t_blue .table_row .cell_list .head_cell::before { content: none; }
.termsBox .won_agreement .won_table.t_blue .table_row .cell_list .head_cell p .f_small.f_11 { font-size: 13px !important; }
.termsBox .won_agreement .won_table.t_blue .table_row .cell_list .body_cell::before { content: none; }
.termsBox .won_agreement .won_table.t_blue .table_row:first-child .cell_list .body_cell { border-top: none; }
        /* Table yellow */
.termsBox .won_agreement .won_table.t_yellow .table_row .cell_list .head_cell p { width: 100%; }
    /* Signature */
.termsBox .won_agreement .doc_cont .sign_box { height: 85px; }
.termsBox .won_agreement .doc_cont .sign_box .sign_date { width: 100%; }
.termsBox .won_agreement .doc_cont .sign_box .sign_name { width: 100%; top: 45px; left: 0; }
.termsBox .won_agreement .doc_cont .sign_box .sign_name li:nth-child(1) { width: 70%; }
.termsBox .won_agreement .doc_cont .sign_box .sign_name li:nth-child(2) { width: 30%; left: 70%; }
}


/* Web TermsBox Additional Info 2023.03.06 END */ 


/* 이용 동의서 2014.08.25 강미영 수정 */
div.agreeC {position:relative; padding-top:12px !important;}
div.agreeC * {font-size:10px;  line-height:12px;}
div.agreeC h2, .agreeC h3 { line-height:auto;}
div.agreeC h2 {color:#0066b3; font-size:17px;}
div.agreeC .titB {width:273px;}
div.agreeC .titB p {float:right;}
div.agreeC h3 {margin:10px 0 7px; color:#000; font-size:15px;}
div.agreeC dl dd {padding-left:15px;}
div.agreeC .topBox {position:absolute; top:2px; right:30px;}
div.agreeC .topBox:after{display:block;clear:both;content:""}
div.agreeC .topBox * {font-size:11px; line-height:15px;}
div.agreeC .topBox p, div.agreeC .topBox div {float:left; border:2px solid #000;}
div.agreeC .topBox p {width:100px; height:85px; padding:10px 0; text-align:center; vertical-align:center;}
div.agreeC .topBox div {width:150px; height:101px; margin-left:2px; padding:2px 0;}
div.agreeC .topBox div strong {display:block; padding:2px 0; text-align:center;}
div.agreeC .topBox div ul {margin-top:2px; padding:2px 0 2px 5px; border-top:1px solid #000;}
div.agreeC .topBox div li * {display:inline-block;}
div.agreeC .topBox div li span {width:80px; background:url(../images/common/bg_comment_6.gif) no-repeat right 6px;}
div.agreeC .topBox div li em {width:50px; text-align:right;}

/* str : 2014.08.18 강미영 수정 */
.agreeC p.p_tit strong {font-size:18px !important;}
.agreeC p.ss_tit strong {font-size:16px !important;}
/* end : 2014.08.18 강미영 수정 */

.agreeB01:after{display:block;clear:both;content:""}
.agreeB01 .listB {margin-top:15px; padding-bottom:10px;}
.agreeB01 .listB:after{display:block;clear:both;content:""}
.agreeB01 p {margin-top:10px;}
.agreeB01 .agreeTb label {color:#ee5d16; margin:0 2px 0 10px;}
.agreeB01 .listB .l_div, .agreeB01 .listB .r_div {width:450px;}
.agreeB01 .listB .l_div {float:left; padding-right:30px;}
.agreeB01 .listB .r_div {float:right; padding-right:0;}
.agreeB01 .listB dl {}
.agreeB01 .agreeTb {clear:both; overflow:hidden; margin:5px auto 0; padding:4px 0; border:2px solid #000; text-align:center;} /* 2014.08.11 강미영 수정 */
.agreeB01 .agreeTb p {margin-top:0;}

.agreeC .agreeTb2 {clear:both; overflow:hidden; margin:5px auto 0; padding:20px 40px; border:2px solid #000;} /* 2014.08.11 강미영 수정 */
.agreeC .agreeTb2 p.title {font-size: 23px; color: #1490EF; font-weight: bold; text-align: center; margin-bottom: 10px;}
.agreeC .agreeTb2 p {font-size: 15px; color: #222; font-weight: bold; line-height:1.3}

.agreeTb3 {clear:both; overflow:hidden; margin:10px 30px; padding:10px 30px; border:2px solid #000;} /* 2014.08.11 강미영 수정 */
.agreeTb3 p.title {font-size: 20px; color: #1490EF; font-weight: bold; text-align: center; margin-bottom: 10px;}
.agreeTb3 p {font-size: 13px; color: #222; font-weight: bold; line-height:1.3}
.agreeTb3 .c_div {text-align:center;font-size: 13px; color: #222; font-weight: bold; line-height:1.3;margin:10px 0px;}
.agreeTb3 .r_div {text-align:right;font-size: 13px; color: #222; font-weight: bold; line-height:1.3;margin:10px 0px;}
.agreeTb3 .title_div {text-align:center;font-size: 20px; color: #222; font-weight: bold; line-height:1.3;margin:10px 0px;}

table[class*=tableType8] {width:100%; border-bottom:1px solid #9c9c9c;margin:20px 0px;}
table[class*=tableType8] th {padding:8px 3px 3px 3px; border-left:1px solid #e1e1e1; text-align:center;}
table[class*=tableType8] thead th {background:#f8fafc; border-bottom:1px solid #e1e1e1; height:30px; font-size:17px;font-weight:bold;}
table[class*=tableType8] thead tr:first-child th {border-top:1px solid #3e3e3e;}
table[class*=tableType8] tbody th {border-top:1px solid #e1e1e1;}
table[class*=tableType8] tbody td {padding:10px 10px; border-left:1px solid #e1e1e1;border-top:1px solid #e1e1e1;letter-spacing:0 /*20200408*/;font-size:14px; line-height:1.3}	/**2014.2.27수정**/
table[class*=tableType8] th:last-child,
table[class*=tableType8] td:last-child {border-right:1px solid #e1e1e1;}
table[class*=tableType8] th:first-child, table[class*=tableType8] tbody td:first-child {border-left:1;}



/*
.agreeB01 .year {float:right;}
.agreeB01 .year span {display:inline-block; width:25px; text-align:right;}
.agreeB01 .year span.first {width:15px;}
*/

.agreeB01 .chkS01, .agreeB01 .chkS02 {color:#ee5d16;}
.agreeB01 .chkS01 span {margin:0 2px 0 3px;}
.agreeB01 .chkS01 input {margin:0 2px;}

.agreeB01 .chkS02 span:first-child {margin:0;}
.agreeB01 .chkS02 span {margin:0 10px 0 10px;}
.agreeB01 .chkS02 input {margin:0 0 0 3px;}
.agreeB01 .chkS02 em {margin-left:10px;}
.agreeB01 .chkS02 em:first-child {margin-left:0;}
.agreeB01 .chkS02 em input {margin-right:3px;}


.agreeB01 .tblB {clear:both; margin-top:40px;}
.agreeB01 .tblB table {border-bottom:1px solid #000;}
.agreeB01 .tblB th {text-align:left;}
.agreeB01 .tblB tr.first th, .agreeB01 .tblB tr.first td {border-top:0;}
.agreeB01 .tblB th, .agreeB01 .tblB td {padding:5px 0 5px 7px; border-top:1px solid #0066b3;}
.agreeB01 .tblB tr.first th {color:#0066b3;}
.agreeB01 .tblB tr td span {float:right; padding-right:15px;}
.agreeB01 .listB2, .agreeB01 .listB3 {margin-top:15px;}
.agreeB01 .listB2:after{display:block;clear:both;content:""}
.agreeB01 .listB2 li, .agreeB01 .listB3 li {float:left; width:450px;}
/* .agreeB01 li.first {padding-right:30px;} */
.agreeB01 li h4 {color:#1496e9;}
.agreeB01 li h4 label {color:#ee5d16; margin:0 2px 0 2px;}
.agreeB01 li h4 input {margin-right:8px;}
.agreeB01 .listB2 li dl, .agreeB01 .listB3 li dl {margin-left:10px;}
.agreeB01 .listB2 li dd, .agreeB01 .listB3 li dd {margin-left:12px; padding-left:8px; background:url(../images/common/bg_comment_2.gif) no-repeat left 11px;}
.agreeB01 .listB2 li.last {clear:both; width:100%; margin-top:20px;}
.agreeB01 .listB2 li.last span {color:#ee5d16; margin-right:5px;}
.agreeB01 .listB2 li.last span label {margin:0 3px 0;}
.agreeB01 .listB2 li.last span input {margin-right:3px;}
.agreeB01 .listB2 li.last ul {margin-left:10px;}
.agreeB01 .listB2 li.last li {width:100%; margin-left:14px; text-indent:-15px;}
.agreeB01 .listB2 p {margin-top:0;}
.agreeB01 .listB2 .agreeTb, .agreeB01 .listB3 .agreeTb {margin-top:5px;}

/*
.agreeB01 ul.listB3 {position:relative; overflow:hidden; width:960px;}
.agreeB01 ul.listB3:after{display:block;clear:both;content:""}
.agreeB01 ul.listB3 ul {width:440px; margin:10px 0 0 10px;}
.agreeB01 ul.listB3 ul:after{display:block;clear:both;content:""}
*/
.agreeB01 ul.listB_li {padding-left:10px;}
.agreeB01 ul.listB_li.lef {position:absolute; top:13px; right:20px;}
.agreeB01 ul.listB_li, .agreeB01 ul.listB_li li {width:auto;}
.agreeB01 ul.listB_li li {clear:both; margin-left:8px; padding-right:0; text-indent:-15px;}
.agreeB01 ul.listB_li li p {margin:0; padding-left:8px; text-indent:0; background:url(../images/common/bg_comment_2.gif) no-repeat left 11px;}
/* .agreeB01 ul.listB3 li.listR {padding-top:180px;} */
.agreeB01 ul.listB3 .chkT {margin-top:0; padding-left:12px; color:#ee5d16;}
.agreeB01 ul.listB3 .chkT label {margin:0 2px 0 2px;}
.agreeB01 ul.listB3 .chkT .last {margin-left:12px;}

.agreeB01 .txL {margin-top:10px;}
.agreeB01 .txL:after{display:block;clear:both;content:""}
.agreeB01 .txL ul {float:left; width:450px; padding-left:30px;}
.agreeB01 .txL ul.first {padding-left:0;}
.agreeB01 .txL li ul {width:auto; padding-left:0;}
.agreeB01 .txL li li {clear:both; margin-left:16px; text-indent:-17px;}
.agreeB01 .txL li p {margin-top:0; line-height:1.2em;}
/* .agreeB01 .txL li.li_tbl {clear:both; padding-top:20px;} */
.agreeB01 .li_tbl {width:100%; margin-top:5px; border:1px solid #0066b3; border:1px solid #0066b3;}
.agreeB01 .li_tbl th {color:#fff; background-color:#0066b3;}
.agreeB01 .li_tbl td {text-align:center;}
.agreeB01 .li_tbl .first th, .agreeB01 .li_tbl .first td {border-bottom:0;}
.agreeB01 .li_tbl th, .agreeB01 .li_tbl td {padding:2px 0; border-bottom:1px solid #0066b3;}
.agreeB01 .li_tbl td {padding:2px 5px; text-align:left; vertical-align:top; border-left:1px solid #0066b3;}
.agreeB01 .li_tbl .tit {text-align:center;}
.agreeB01 .li_tbl .td_t {padding-left:5px; text-align:left;}
.agreeB01 .li_tbl .td_t .t_y {float:right; margin-top:5px; padding-bottom:5px;}
.agreeB01 .li_tbl .td_t .t_y span {display:inline-block; width:30px; text-align:right;}
.agreeB01 .li_tbl .td_t .t_y em {display:block; text-align:right;}
.agreeB01 .li_tbl .last {height:75px;}
.agreeB01 .li_tbl .td_t dl {clear:both; margin-top:3px;}
.agreeB01 .li_tbl .td_t dl:after {display:block;clear:both;content:""}
.agreeB01 .li_tbl .td_t dl * {float:left;}
.agreeB01 .li_tbl .td_t dl dt {clear:both; width:68px;}
.agreeB01 .li_tbl .td_t dl dd {width:155px; padding-left:3px;}

.agreeC li.li_col01 h4, .agreeC li.li_col01 p {color:#ee5d16;}

.agreeB01 .bigT {font-size:14px;}

.agreeC .autoB {position:relative; height:220px; padding:15px 15px; border:2px solid #0066b3;}
.agreeC .autoB h2 {float:left; display:inline-block;}
.agreeC .autoB p {float:left; margin:3px 0 0 5px;}
.agreeC .autoL {clear:both; overflow:hidden; margin-top:30px;}
.agreeC .autoL:after{display:block;clear:both;content:""}
.agreeC .autoL ul {float:left; width:435px; font-size:11px;}
.agreeC .autoL ul li {font-size:10px; margin-left:15px; text-indent:-15px;}
.agreeC .autoL ul.rig {position:absolute; top:25px; right:15px;}

.agreeC .semu li ul {margin-left:10px;}
.agreeC .semu li ul:after{display:block;clear:both;content:""}
.agreeC .semu li ul li {float:left; margin-right:10px; font-size:11px;}

.agreeC .yearB {position:relative; margin-top:20px; text-align:center;}
.agreeC .yearB p {}
.agreeC .yearB p span {display:inline-block; width:70px; text-align:right;}
.agreeC .yearB dl {position:absolute; top:0; right:0;}
.agreeC .yearB dl:after {display:block;clear:both;content:""}
.agreeC .yearB dl dt, .agreeC .yearB dl dd {float:left; height:20px; padding-bottom:3px; border-bottom:1px solid #0066b3;}
.agreeC .yearB dl dt {width:90px;}
.agreeC .yearB dl dd {width:230px; padding-left:8px;}
.agreeC .yearB dl dd em {float:right; padding-right:10px;}


/* 아주좋은멤버스 */
ul.members {margin-left:-48px; line-height:18px;}
ul.members > li {width:246px; padding-left:88px; margin:30px 0 0 48px; vertical-align:top; display:inline-block; *display:inline; *zoom:1; background:url(../images/customer/icon_members_1.gif) 0 0 no-repeat;}
ul.members > li+li {background:url(../images/customer/icon_members_2.gif) 0 0 no-repeat;}
ul.members > li+li+li {background:url(../images/customer/icon_members_3.gif) 0 0 no-repeat;}
ul.members > li+li+li+li {background:url(../images/customer/icon_members_4.gif) 0 0 no-repeat;}
ul.members > li+li+li+li+li {background:url(../images/customer/icon_members_5.gif) 0 0 no-repeat;}
ul.members > li+li+li+li+li+li {background:url(../images/customer/icon_members_6.gif) 0 0 no-repeat;}
ul.members > li+li+li+li+li+li+li {background:url(../images/customer/icon_members_7.gif) 0 0 no-repeat;}
ul.members > li+li+li+li+li+li+li+li {background:url(../images/customer/icon_members_8.gif) 0 0 no-repeat;}
ul.members > li+li+li+li+li+li+li+li+li {background:url(../images/customer/icon_members_9.gif) 0 0 no-repeat;}
ul.members > li+li+li+li+li+li+li+li+li+li {background:url(../images/customer/icon_members_10.gif) 0 0 no-repeat;}

ul.members p.sum {color:#666; margin-top:5px;}
ul.members ul.service {margin-top:10px; border-top:1px solid #e2e2e2;}
ul.members ul.service li {border-bottom:1px dotted #d9d9d9; background:url(../images/common/bg_comment_2.gif) 0 13px no-repeat; padding:8px 0 5px 9px;}
/* 2015.05.13 강미영 수정:s */
ul.members_partner {background:#f9f9f9; padding:13px 30px 28px 34px; margin-top:10px;}
ul.members_partner li {display:inline-block; *display:inline; *zoom:1; width:90px; vertical-align:middle; margin-right:70px; margin-top:17px;}
/* 2015.05.13 강미영 수정:e */
div.bgMembers1 {background:url(../images/customer/bg_members1.gif) no-repeat right 30px;}
div.bgMembers2 {background:none;}
div.bgMembers2 div.cntBox {height:125px; padding:25px; background:url(../images/customer/bg_members_box.gif) 0 0 no-repeat;}
div.bgMembers2 div.cntBox div.intro {font-size:14px; letter-spacing:0 /*20200408*/; color:#666;}
div.bgMembers2 div.cntBox div.intro strong {font-size:24px; left:auto; font-weight:normal; color:#1490EF; }
div.bgMembers2 div.cntBox p.txt {padding:0; margin-top:8px; font-size:12px; font-weight:normal; line-height:20px; color:#666;}
div.bgMembers2 div.cntBox div.bgType1 {background:url(../images/customer/bg_members2.gif) 425px center no-repeat;}
div.bgMembers2 div.cntBox div.bgType2 {background:url(../images/customer/bg_members2_1.gif) 450px center no-repeat;}
div.bgMembers3 {background:url(../images/customer/bg_members3.gif) no-repeat right 30px;}
div.bgMembers4 {background:url(../images/customer/bg_members4.gif) no-repeat right 20px; padding-bottom:20px;}
div.bgMembers5 {background:url(../images/customer/bg_members5.gif) no-repeat right 20px; padding-bottom:20px;}
div.bgMembers6 {background:url(../images/customer/bg_members6.gif) no-repeat right 20px; padding-bottom:20px;}
div.bgMembers7 {background:url(../images/customer/bg_members7.gif) no-repeat right 20px; padding-bottom:20px;}
div.bgMembers8 {background:url(../images/customer/bg_members8.gif) no-repeat right 20px; padding-bottom:20px;}
div.bgMembers9 {background:url(../images/customer/bg_members9.gif) no-repeat right 20px; padding-bottom:20px;}
div.bgMembers10 {background:url(../images/customer/bg_members10.gif) no-repeat right 20px; padding-bottom:20px;}
div.bgMembers11 {background:url(../images/customer/bg_members11.gif) no-repeat right 20px; padding-bottom:20px;}
div.bgMembers12 {background:url(../images/customer/bg_members12.gif) no-repeat right 20px; padding-bottom:20px;}
div.bgMembers13 {background:url(../images/customer/bg_members13.gif) no-repeat right 20px; padding-bottom:20px;}
div.bgMembers14 {background:url(../images/customer/bg_members14.gif) no-repeat right 20px; padding-bottom:20px;}
div.bgMembers15 {background:url(../images/customer/bg_members15.gif) no-repeat right 20px; padding-bottom:20px;}
div.bgMembers16 {background:url(../images/customer/bg_members16.gif) no-repeat right 20px; padding-bottom:20px;}
div.bgMembers17 {background:url(../images/customer/bg_members17.gif) no-repeat right 20px; padding-bottom:20px;}
div.bgMembers18 {background:url(../images/customer/bg_members18.gif) no-repeat right 20px;}
div.bgMembers19 {background:url(../images/customer/bg_members19.gif) no-repeat right 20px; padding-bottom:20px;}

/*2015.08.17.윤기영.론카드상품안내 백그라운드이미지*/
div.bgLncrdInfo1 {background:url(../images/customer/bg_lncrdinfo1.png) no-repeat right 30px;}

/* 웹 접근성 안내 */
p.webBox {border-bottom:1px solid #e1e1e1;padding-bottom:24px; font-size:14px; color:#444444; line-height:20px} /* 웹 접근성 안내 */
div.webimgBox{margin-top:40px;text-align:center;}

/* 기타
table[class*=tableType1] tbody tr td:first-child{padding-left:8px;text-align:left;}
table[class*=tableType1] tbody tr td:first-child img{vertical-align:bottom;} */

/* 통합검색 */
.totalSearch {position:relative;width:960px;height:114px;margin-bottom:40px;padding:20px 110px 25px 110px;background:url(../images/etc/bg_total_search.gif) no-repeat left top;}
.totalSearch input[type=text] {width:611px;height:22px;padding:5px 0px 5px 7px;border:2px solid #0893eb;font-size:14px;font-weight:bold;color:#0b76d3;}
.totalSearch .gdComment {margin-top:15px;}
ul.bankItem {overflow:hidden; margin-right:-15px;}
ul.bankItem li {float:left;width:224px;height:258px;margin:0 15px 24px 0;padding:15px;background:url(../images/etc/bg_bank_item.gif) no-repeat left top;text-align:center;}
ul.bankItem li strong {font-size:14px;}
ul.bankItem li img {display:block;margin:10px auto 8px;*margin:8px auto 5px;}
ul.bankItem li a {display:block; height:30px;}
ul.bankItem li div {margin-top:15px;border-top:1px dotted #bcbcbc; background:#fff;}
ul.bankItem li div p:first-child {font-weight:bold;padding-top:15px;}
ul.bankItem li div strong {font-size:22px;}
ul.bankItem li.last~li{margin-bottom:0;}
ul.bankItem li:hover {background:url(../images/etc/bg_bank_itemOn.gif) no-repeat left top;color:#fff;}
ul.bankItem li:hover strong {color:#fff !important;}
ul.bankItem li:hover a {color:#fff;}
ul.bankItem li:hover div {background:#1490EF;}
ul.bankItem li.on {background:url(../images/etc/bg_bank_itemOn.gif) no-repeat left top;color:#fff;}
ul.bankItem li.on strong {color:#fff !important;}
ul.bankItem li.on a {color:#fff;}
ul.bankItem li.on div {background:#1490EF;}
ul.bankItem+.btnType3 {padding-top:0;*padding-top:24px;}
ul.menuList {border-top:1px solid #3e3e3e;border-bottom:1px solid #9c9c9c;padding:16px 0 11px 17px;}
ul.menuList li {margin-bottom:5px;}
ul.menuList li span {display:inline-block;width:22px;height:22px;margin-right:15px;padding:4px;background:url(../images/etc/bg_menu_list.gif) no-repeat left top;font-size:14px;color:#E5483D;font-weight:bold;vertical-align:middle;text-align:center;}
ul.menuList li a {text-decoration:underline;}
.tabType3+ul.menuList {padding-top:24px;border-top:none;}
.tabType3+table.placeList {border-top:none;} 
.tabType3+table.placeList tr:first-child td {padding-top:24px;}
.tabType3+table.faqList2 {margin-top:8px;border-top:none;}
.tabType3+table.faqList2 tr:first-child td {border-top:none;}

/* 사이트맵 */
.siteTxt {margin-top:-26px;padding:0 0 12px 7px;border-bottom:1px solid #3e3e3e;background:url(../images/common/bu_square.gif) no-repeat 712px 6px;text-align:right;}
.siteArea {overflow:hidden;width:100%;border-bottom:1px solid #9c9c9c;}
.siteArea:last-of-type{border-bottom:none;}
.siteArea h2 {float:left;width:235px;padding:25px 0;font-size:26px;color:#099edb;line-height:20px;}
.siteArea .fRight {float:right;width:707px;}
.siteArea .fRight .siteBox {overflow:hidden;width:100%;padding-top:11px;border-bottom:1px solid #e1e1e1;}
.siteArea .fRight .last {border-bottom:none;}
.siteArea h3 {display:inline-block;width:135px;font-size:14px;color:#333;line-height:20px;vertical-align:top;*zoom:1;*display:inline;letter-spacing:0 /*20200408*/;}
.siteArea h3 a {color:#333;}
.siteArea h3 a:hover {color:#1490EF;}
.siteArea h3.noSub {display:block;width:100%;padding:25px 0;border-bottom:1px solid #e1e1e1;}
.siteArea li a:hover {color:#1490EF;}
.siteArea h3+ul {overflow:hidden;display:inline-block;width:568px;margin-top:3px;margin-top:5px\9;line-height:1.6;*zoom:1;*display:inline;*padding-bottom:20px;}
.siteArea h3+ul>li {float:left;width:180px;margin-bottom:10px;padding-left:9px;background:url(../images/common/bu_arrow_g.gif) no-repeat left 4px;}
.siteArea h3+ul>li ul {margin-top:5px;}
.siteArea h3+ul>li ul li {margin:0 0 0 9px;padding-left:9px;background:url(../images/common/bu_bar_g.gif) no-repeat left center;}
.siteArea .fRight>ul>li {float:left;margin-right:25px;font-size:14px;font-weight:bold;color:#222;}
.siteArea .fRight>ul>li>a {color:#222;}
.siteArea .fRight>ul>li>a:hover {color:#1490EF;}
.siteArea2 h2 {padding:40px 0;}
.siteArea2 .fRight ul {overflow:hidden;padding:45px 0;}
.siteArea3 h2 {padding:40px 0 70px 0;}
.siteArea3 .fRight ul {overflow:hidden;padding:25px 0;}
.siteArea3 .fRight ul:first-child {padding:40px 0 25px 0;border-bottom:1px solid #e1e1e1;}
.siteArea .lisType01 {width:380px;}
.siteArea .lisType02 {width:370px;}
#siteData{display:inline-block;float:left;}

/* 에러 */
.errorArea {width:624px; margin:0 auto; padding-bottom:60px;}
.errorArea .header {margin-top:64px;}
.errorArea .content {padding-top:15px; text-align:center;}
.errorArea .content p.txt {margin-top:10px; color:#464646;  font-size:14px; font-weight:bold; text-align:center; line-height:20px; letter-spacing:0 /*20200408*/;}
.errorArea .content dl.move {margin-top:20px; border-bottom:1px solid #9c9c9c;}
.errorArea .content dl.move dt {border-top:1px solid #3e3e3e; border-bottom:1px dotted #bfbfbf; text-align:center; padding:10px 0; color:#515252;}
.errorArea .content dl.move dt.guide {color:#204B85; background:#ecf3ff; border:1px solid #cde6ed; padding:20px 0;}
.errorArea .content dl.move dt.guide .stick {color:#c4d2de;}
.errorArea .content dl.move dd {margin-left:98px; padding:14px 0 10px 0; text-align:left;}
.pageCon.errorArea {width:auto; border-top:1px solid #e1e1e1; padding-top:25px;}
.pageCon.errorArea .content dl.move dd {margin-left:146px;}
.popCon.errorArea {width:auto;}
.popCon.errorArea .content p.txt {margin-top:17px; line-height:22px;}
.popCon.errorArea .content dl.move dt {text-align:left;}
.popCon.errorArea .content dl.move dt.guide {text-align:center;}
.popCon.errorArea .content dl.move dd {margin-left:0;}

/* intro */
.introArea {width:740px; margin:0 auto; text-align:center;}
.introArea .header {margin-top:105px;}
.introArea .intro {background:url(../images/etc/bg_intro_main.gif) no-repeat center 0; margin-top:-40px; padding-top:400px;}
.introArea .intro .txt {margin-top:10px;}

.introArea .intro .txt1 {font-size:30px; color:#464646;  font-weight:bold; line-height:normal; text-align:center;}
.introArea .intro .txt2 {margin-top:10px; font-size:20px; color: #333;  font-weight:bold; line-height:normal; text-align:center;}




/* layer popup */
/*div.layer_popup {display:none; width:100%; height:100%; z-index:10000; position:absolute; top:0; left:0;}*/
div.layer_popup {display:none; z-index:10000; position:absolute; top:100px; left:50%;}
div.layer_popup.open {display:block;}
div.layer_popup .bg {background:#000; opacity:0.3; filter:alpha(opacity=70); width:100%; height:100%; position:fixed; top:0; left:0;}
div.layer_wrap {width:409px; margin:0 auto; position:absolute; top:15%; left:50%; margin-left:-204px; z-index:10001;}
div.layer_wrap .header {width:370px; padding:16px 24px 0 15px; background:url(../images/common/bg_box_layer1.png) 0 0 no-repeat; position:relative;}
div.layer_wrap .header .tit {border-bottom:1px solid #c2cfda;  padding-bottom:10px; font-size:16px; font-weight:bold; color:#222;}
div.layer_wrap .header .close {background:url(../images/common/btn_close_layer.png) 0 0 no-repeat; width:43px; height:43px; overflow:hidden; text-indent:-999px; display:block; position:absolute; top:0; right:8px;}
div.layer_wrap .content {padding:20px 24px 38px 15px; background:url(../images/common/bg_box_layer2.png) 0 bottom no-repeat; position:relative;}
div.layer_wrap .content {padding:20px 24px 38px 15px; background:url(../images/common/bg_box_layer2.png) 0 bottom no-repeat; position:relative;}
div.layer_wrap .content ul {margin-left:10px}
div.layer_wrap .content ul h2 {font-size:15px; color:#222;  margin-bottom:10px; letter-spacing:0 /*20200408*/;}
div.layer_wrap .content ul li ul {margin-left:20px}
div.layer_wrap .content ul li ul li {padding-top:2px; background:url(../images/common/icon_collect_2.gif) 0 -25px no-repeat;padding-left:10px}

/* layerWrap */
.layerWrap{display:inline-block;*display:inline;*zoom:1;position:relative;z-index:10; float:left;}
.layerWrap div.layCont ul li{margin:0; padding:0; background:none;}
.layerWrap .laypopType2{position:absolute;top:22px;left:0}
.layerWrap .layerClick{position:absolute;top:20px;left:-200px; border:1px solid #0b416c; background-color:#fff;}
.laypopType2 .inner{overflow:hidden;margin:15px 0;text-align:left; background:#fff}
.laypopType2 .inner .layTit, .laypopType_ie6 .inner .layTit{margin:5px 20px 14px 20px;height:26px;font-size:14px;font-weight:bold;border-bottom:1px solid #C2CFDA;}
.laypopType2 .inner .layCont, .laypopType_ie6 .inner .layCont{margin:0 20px 10px 20px}
.laypopType2 .close{position:absolute;top:15px;right:20px;overflow:hidden;display:block;text-indent:-9999px;width:20px;height:20px;border:0;background:url(../images/common/bg_layPop2.gif) no-repeat 3px 3px;cursor:pointer;_cursor:hand}

/* popup */
div.popBody {min-height:100%;}
* html .popBody {height:100%;}
div.popFooter {height:24px;background:#f0f2f3 url(../images/common/bg_pop_2.gif) no-repeat;padding:5px 0 0 0;text-align:right; width:100%; position:fixed;bottom:0;}
div.popFooter a {color:#666;background:url(../images/common/bg_pop_3.gif) no-repeat right 4px; margin-right:16px; padding-right:16px;}
body.popup h1 {
	height:48px;/* background:#0066b3 url(../images/common/bg_pop_1.gif) no-repeat right 0; */background-color:#1490EF;
	padding:12px 0 10px 16px;/*20200409*/
	font-size:20px;color:#fff;box-sizing: border-box;
}
div.popCon {padding:24px 16px 60px 16px;}

div.popCon .coupon_note {background:#f3f4f6; border:1px solid #dadada; padding:15px;}
div.popCon .coupon_note dt{margin-bottom:10px;}
div.popCon .coupon_note dd{background: url(../images/common/bg_comment_2.gif) no-repeat 0 7px; padding-left:9px; line-height:18px;}

p.popMsgBox {font-size:14px;font-weight:bold;text-align:center; line-height:20px;}
p.popMsgBox strong {color:#ee5d16;}
p.popMsgBox strong.note {color:#c00c0c;}
p.popMsgBox img {margin-bottom:22px;}
p.popCommentBox {border-top:1px solid #c2cfda;text-align:center;padding-top:24px;line-height:18px;}
p.popCommentBox2 {text-align:center;padding-top:15px;line-height:18px;}

div.popTimeBox {background:#f2f4f5;border-top:1px solid #c2cfda;margin-top:25px;padding:11px 0 11px 0;font-size:14px;font-weight:bold;color:#222;text-align:center;}
div.popTimeBox strong {font-size:40px;color:#ee5d16;line-height:40px;}

div.popAddCom {padding-bottom:15px;color:#666;} /* 약관동의 */
div.popAddCom strong {display:block;padding-bottom:6px;font-size:14px;color:#222;}
strong.popAddCom {display:block;padding:25px 0 11px 0;font-size:14px;color:#222;}
div.popAddBox {height:260px;overflow-y:auto; border:1px solid #d4d4d4; border-top:1px solid #3e3e3e;}
div.popAddBox table {border-top:0;border-bottom:0; margin-top:-1px;}
div.popAddBox td.noResult {height:208px;background:#fff;text-align:center;padding:0;}
div.popAddMsg {height:22px;background:#f3f3f3;border-left:1px solid #d4d4d4;border-right:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4;padding-top:8px;color:#464646;font-weight:bold;text-align:center;}

ol.comment{text-indent:-3px;padding:0;margin:10px 0 0 20px}
ol.comment li{padding:10px 0 0 0;}
ol.comment li:first-child{padding-top:0}
ol.comment ol{margin:0;padding:0}
ol.comment ol li{list-style-position:outside;list-style-type:none;padding:3px 0 0 0}

div.popSearchBox {border-top:1px solid #3e3e3e;border-bottom:1px solid #9c9c9c;padding:7px 0;text-align:left;}
div.mapArea {border:1px solid #c2cfda; margin:0 0 30px 0; text-align:center;}

div.CommentBoxPop {border:#e1e1e1 1px solid;}
div.CommentBoxPop ul {padding:21px 24px 9px;}
div.CommentBoxPop li {background:url(../images/common/bg_comment_2.gif) no-repeat 0 7px;padding:0 0 8px 9px;line-height:20px;}
div.CommentBoxPop li.point {background:url(../images/common/bg_comment_3.gif) no-repeat 0 7px;}
div.CommentBoxPop ul ul {background:none;padding:0;}
div.CommentBoxPop ul ul li {background:url(../images/common/bg_comment_4.gif) no-repeat 0 7px;padding:0 0 0 9px;line-height:18px;}

/* 달력 레이어 */
.calendar {display:inline-block; *display:inline; *zoom:1;}


/* 메인 레이어 팝업 */
html.popup_html {overflow-y:hidden;}
div.laypopMain {width:100%; height:100%;}
div.laypopMain h1 {
	height:41px;/* background:#0066b3 url(../images/common/bg_pop_1.gif) no-repeat right 0; */background-color:#1490EF;
	padding:7px 0 0 16px;
	font-size:20px;color:#fff;}

div.laypopMain a.close {position:absolute;top:1px;right:0;}
div.laypopMain .cntArea {position:relative;}
div.laypopMain .cntArea .content {width:627px!important; overflow:hidden;}
div.laypopMain .cntArea .content ul {width:100%; *zoom:1;}
div.laypopMain .cntArea .content ul:after {content:""; clear:both; display:block;}
div.laypopMain .cntArea .content ul li {width:325px!important; float:left; }
div.laypopMain .cntArea .content ul li .popbox {border:1px solid #d5d5d5; overflow:auto; margin-right:24px; height:400px; width:300px;}

div.laypopMain .cntArea .content2 {overflow:hidden;}
div.laypopMain .cntArea .content2 ul {width:100%; *zoom:1;}
div.laypopMain .cntArea .content2 ul:after {content:""; clear:both; display:block;}
div.laypopMain .cntArea .content2 ul li {float:left; }
div.laypopMain .cntArea .content2 ul li .popbox {overflow: hidden;}

div.laypopMain .control {text-align:center; padding:15px 0;}
div.laypopMain .control ul {display:inline-block; *display:inline; *zoom:1;}
div.laypopMain .control ul li {display:inline-block; *display:inline; *zoom:1; margin-left:6px;}
div.laypopMain .control ul li:first-child {margin-left:0;}
div.laypopMain .control ul li a {display:block; background:url(../images/common/bu_rolling.gif) 0 0 no-repeat; width:9px; height:9px; overflow:hidden; text-indent:-999px;}
div.laypopMain .control ul li a.active {background-position:0 -9px; width:26px;}
div.laypopMain .control a.ctrl {display:inline-block; *display:inline; *zoom:1; margin-left:12px; background:url(../images/common/icon_rolling.gif) 0 0 no-repeat; width:20px; height:20px; vertical-align:middle; margin-top:-1px; overflow:hidden; text-indent:-999px;}
div.laypopMain .control a.ctrl.stop {background-position:0 0;}
div.laypopMain .control a.ctrl.play {background-position:0 -20px;}

div.layerpop_wrap .header .close {background:url(../images/common/btn_close_layer.png) 0 0 no-repeat; width:43px; height:43px; overflow:hidden; text-indent:-999px; display:block; position:absolute; top:0;}

div.popMain .footer {width:100%; border-top:1px solid #eee; text-align:center; padding:10px 0 9px 0;}
div.popMain .footer a {margin-left:10px;}
div.laypopFooter {height:19px;background:#f0f2f3 url(../images/common/bg_pop_2.gif) no-repeat;padding:5px 0 0 0;text-align:right; width:100%; }
div.laypopFooter a {color:#7e8285;background:url(../images/common/bg_pop_3.gif) no-repeat right 0; margin-right:16px; padding-right:16px;}
div.layerpop_wrap {margin:0 auto; position:absolute; z-index:10001; border:1px solid #000;}
/*
div.layerpop_wrap {margin:0 auto; position:absolute; top:15%; left:50%; margin-left:-304px; z-index:10001; border:1px solid #000;}
*/
div.layerpop_wrap .con {background:#fff; position:relative;}
div.layerpop_wrap .con2 {background:#fff; position:relative; width:627px!important;}

div.layerpop_wrap2 {margin:0 auto; position:absolute; z-index:10001; border:1px solid #000;}
/*
div.layerpop_wrap2 {margin:0 auto; position:absolute; top:15%; left:-200px; margin-left:-104px; z-index:10001; border:1px solid #000;}
*/
div.layerpop_wrap2 .con {background:#fff; position:relative;}
div.layerpop_wrap2 .con2 {background:#fff; position:relative; width:627px!important;}
div.layerpop_wrap2 .header .close {background:url(../images/common/btn_close_layer.png) 0 0 no-repeat; width:43px; height:43px; overflow:hidden; text-indent:-999px; display:block; position:absolute; top:0;}








/* 메인 팝업 */
html.popup_html {overflow-y:hidden;}
div.popMain {width:100%; height:100%;}
div.popMain h1 {
	height:41px;/* background:#0066b3 url(../images/common/bg_pop_1.gif) no-repeat right 0; */background-color:#1490EF;
	padding:7px 0 0 16px;
	font-size:20px;color:#fff;}

div.popMain a.close {position:absolute;top:1px;right:0;}
div.popMain .cntArea {position:relative;}
div.popMain .cntArea .content {overflow:hidden;width:910px!important;margin:5px auto 0;}
div.popMain .cntArea .content ul {width:100%; *zoom:1;}
div.popMain .cntArea .content ul:after {content:""; clear:both; display:block;}
div.popMain .cntArea .content ul li {width:305px!important; float:left; }
div.popMain .cntArea .content ul li .popbox {border:1px solid #d5d5d5; overflow:hidden; margin-right:18px; height:400px; width:300px;}
div.popMain .cntArea .content ul li .popbox img{width:298px;height:398px;}

div.popMain .control {text-align:center; padding:13px 0;}
div.popMain .control ul {display:inline-block; *display:inline; *zoom:1;}
div.popMain .control ul li {display:inline-block; *display:inline; *zoom:1; margin-left:6px;}
div.popMain .control ul li:first-child {margin-left:0;}
div.popMain .control ul li a {display:block; background:url(../images/common/bu_rolling.gif) 0 0 no-repeat; width:9px; height:9px; overflow:hidden; text-indent:-999px;}
div.popMain .control ul li a.active {background-position:0 -9px; width:26px;}
div.popMain .control a.ctrl {display:inline-block; *display:inline; *zoom:1; margin-left:12px; background:url(../images/common/icon_rolling.gif) 0 0 no-repeat; width:20px; height:20px; vertical-align:middle; margin-top:-1px; overflow:hidden; text-indent:-999px;}
div.popMain .control a.ctrl.stop {background-position:0 0;}
div.popMain .control a.ctrl.play {background-position:0 -20px;}

div.popMain .footer {width:100%; border-top:1px solid #eee; text-align:center; padding:10px 0 9px 0;}
div.popMain .footer a {margin-left:10px;}

/* 메인 팝업 bak파일*/
/*
div.popMain {width:100%; height:100%;}
div.popMain h1 {
	height:41px;background:#0066b3 url(../images/common/bg_pop_1.gif) no-repeat right 0;background-color:#1490EF;
	padding:7px 0 0 16px;
	font-size:20px;color:#fff;}

div.popMain a.close {position:absolute;top:1px;right:0;}
div.popMain .cntArea {position:relative; padding:0 8px 0 32px;}
div.popMain .cntArea .content {width:100%; overflow:hidden;}
div.popMain .cntArea .content ul {width:100%; *zoom:1;}
div.popMain .cntArea .content ul:after {content:""; clear:both; display:block;}
div.popMain .cntArea .content ul li {width:50%; float:left;}
div.popMain .cntArea .content ul li .popbox {border:1px solid #d5d5d5; overflow:auto; margin-right:24px; height:400px; width:300px;}

div.popMain .control {text-align:center; padding:15px 0;}
div.popMain .control ul {display:inline-block; *display:inline; *zoom:1;}
div.popMain .control ul li {display:inline-block; *display:inline; *zoom:1; margin-left:6px;}
div.popMain .control ul li:first-child {margin-left:0;}
div.popMain .control ul li a {display:block; background:url(../images/common/bu_rolling.gif) 0 0 no-repeat; width:9px; height:9px; overflow:hidden; text-indent:-999px;}
div.popMain .control ul li a.active {background-position:0 -9px; width:26px;}
div.popMain .control a.ctrl {display:inline-block; *display:inline; *zoom:1; margin-left:12px; background:url(../images/common/icon_rolling.gif) 0 0 no-repeat; width:20px; height:20px; vertical-align:middle; margin-top:-1px; overflow:hidden; text-indent:-999px;}
div.popMain .control a.ctrl.stop {background-position:0 0;}
div.popMain .control a.ctrl.play {background-position:0 -20px;}

div.popMain .footer {width:100%; border-top:1px solid #eee; text-align:center; padding:10px 0 9px 0;}
div.popMain .footer a {margin-left:10px;}

*/

/* 메인 팝업 1개 */
div.popMain2 {width:100%; height:100%;}
div.popMain2 h1 {
	height:41px;/* background:#0066b3 url(../images/common/bg_pop_1.gif) no-repeat right 0; */background-color:#1490EF;
	padding:7px 0 0 16px;
	font-size:20px;color:#fff;}

div.popMain2 a.close {position:absolute;top:1px;right:0;}

div.popMain2 .popbox {overflow:auto;height:100%; }

div.popMain2 .control {text-align:center; padding:15px 0;}
div.popMain2 .control ul {display:inline-block; *display:inline; *zoom:1;}
div.popMain2 .control ul li {display:inline-block; *display:inline; *zoom:1; margin-left:6px;}
div.popMain2 .control ul li:first-child {margin-left:0;}
div.popMain2 .control ul li a {display:block; background:url(../images/common/bu_rolling.gif) 0 0 no-repeat; width:9px; height:9px; overflow:hidden; text-indent:-999px;}
div.popMain2 .control ul li a.active {background-position:0 -9px; width:26px;}
div.popMain2 .control a.ctrl {display:inline-block; *display:inline; *zoom:1; margin-left:12px; background:url(../images/common/icon_rolling.gif) 0 0 no-repeat; width:20px; height:20px; vertical-align:middle; margin-top:-1px; overflow:hidden; text-indent:-999px;}
div.popMain2 .control a.ctrl.stop {background-position:0 0;}
div.popMain2 .control a.ctrl.play {background-position:0 -20px;}

div.popMain2 .footer {width:100%; border-top:1px solid #eee; text-align:center; padding:10px 0 9px 0;}
div.popMain2 .footer a {margin-left:10px;}
/*
div.popMain {width:100%; height:100%;}
div.popMain h1 {font-size:16px; height:auto; padding:25px 32px 16px 32px; border-top:2px solid #0b416c;}
div.popMain a.close {position:absolute;top:1px;right:0;}
div.popMain .cntArea {position:relative; padding:0 8px 0 32px;}
div.popMain .cntArea .content {width:100%; overflow:hidden;}
div.popMain .cntArea .content ul {width:100%; *zoom:1;}
div.popMain .cntArea .content ul:after {content:""; clear:both; display:block;}
div.popMain .cntArea .content ul li {width:50%; float:left;}
div.popMain .cntArea .content ul li .popbox {border:1px solid #d5d5d5; overflow:auto; margin-right:24px; }

div.popMain .control {text-align:center; padding:15px 0;}
div.popMain .control ul {display:inline-block; *display:inline; *zoom:1;}
div.popMain .control ul li {display:inline-block; *display:inline; *zoom:1; margin-left:6px;}
div.popMain .control ul li:first-child {margin-left:0;}
div.popMain .control ul li a {display:block; background:url(../images/common/bu_rolling.gif) 0 0 no-repeat; width:9px; height:9px; overflow:hidden; text-indent:-999px;}
div.popMain .control ul li a.active {background-position:0 -9px; width:26px;}
div.popMain .control a.ctrl {display:inline-block; *display:inline; *zoom:1; margin-left:12px; background:url(../images/common/icon_rolling.gif) 0 0 no-repeat; width:20px; height:20px; vertical-align:middle; margin-top:-1px; overflow:hidden; text-indent:-999px;}
div.popMain .control a.ctrl.stop {background-position:0 0;}
div.popMain .control a.ctrl.play {background-position:0 -20px;}

div.popMain .footer {width:100%; border-top:1px solid #eee; text-align:center; padding:10px 0 9px 0;}
div.popMain .footer a {margin-left:10px;}
*/

/* 대출상품찾기 */
.loanSearch {position:relative; width:944px; height:598px; overflow:hidden; margin:0 auto; background:url(../images/loanCenter/bg_loan_search.jpg) 0 0 no-repeat;  *zoom:1;}
.loanSearch:after {content:""; clear:both; display:block;}
.loanSearch .search {padding:32px 24px 24px 32px; width:455px; float:left;}
.loanSearch .search h1 {height:auto; color:#1490EF; font-size:20px; font-weight:bold; float:left; margin:0 10px 18px 0; height:30px;}
.loanSearch .search p.sum {font-size:12px; font-weight:bold; padding-top:8px;}
.loanSearch .search ul.schType {clear:both; border-top:1px solid #9e9e9e; border-bottom:1px solid #9c9c9c;}
.loanSearch .search ul.schType > li {border-top:1px dotted #a8a8a8; padding:18px 0;}
.loanSearch .search ul.schType > li:first-child {border-top:0;}
.loanSearch .search ul.schType > li strong {font-weight:bold; font-size:14px;}
.loanSearch .search ul.schType > li ul { margin-top:12px; *zoom:1;}
.loanSearch .search ul.schType > li ul:after {content:""; clear:both; display:block;}
.loanSearch .search ul.schType > li ul li {float:left; margin-left:14px;}
/* .loanSearch .search ul.schType > li ul li input {position:absolute;left:-9990px;top:-9990px;filter:alpha(opacity=0);opacity:0;-moz-opacity:0;} */
.loanSearch .search ul.schType > li ul li input {position:absolute;margin-top:3px;}
.loanSearch .search ul.schType > li ul li label {padding-left:22px; padding-top:2px; height:14px; display:inline-block; cursor:pointer;}
/* .loanSearch .search ul.schType > li ul.oneSel li label {background:url(../images/loanCenter/ico_input_radio.png) 0 0 no-repeat;} 라디오
.loanSearch .search ul.schType > li ul.multiSel li label {background:url(../images/loanCenter/ico_input_check.png) 0 0 no-repeat;} 체크박스 */
.loanSearch .search ul.schType > li ul li:hover label,
.loanSearch .search ul.schType > li ul li.focus label {background-position:0 -52px; color:#1490EF;}
.loanSearch .search ul.schType > li ul li.on.focus label,
.loanSearch .search ul.schType > li ul li.on label {background-position:0 -26px;}
.loanSearch .result {padding:34px 72px 0 40px; width:376px; float:left; position:relative;}
.loanSearch .result p.total {font-size:16px; font-weight:bold; margin-bottom:16px;}
.loanSearch .result p.total strong {color:#1490EF;}
.loanSearch .result div.scroll {position:absolute;top:78px;right:27px; width:3px; height:494px; background:url(../images/loanCenter/bg_scroll.png) 0 0 repeat;}
.loanSearch .result div.scroll .pointer {position:absolute;left:-3px; width:9px; height:47px; background:url(../images/loanCenter/ico_scroll.png) 0 0 no-repeat; cursor:pointer;}
.loanSearch .result ul.goodsList {margin-top:16px; padding-bottom:24px; overflow:hidden;}
.loanSearch .result ul.goodsList > li {overflow:hidden; position:relative;}
.loanSearch .result ul.goodsList > li:last-child {margin-bottom:0;}
.loanSearch .result ul.goodsList > li > a {display:block; background:url(../images/loanCenter/bg_loan_box.png) 0 0 no-repeat; margin-bottom:9px; padding:7px 120px 7px 15px; height:91px;letter-spacing:-0.100em;}
.loanSearch .result ul.goodsList > li > a:hover {text-decoration:none;}
.loanSearch .result ul.goodsList > li strong {font-size:12px; font-weight:bold; letter-spacing:0 /*20200408*/;}
.loanSearch .result ul.goodsList > li p.sum {margin-top:6px; font-size:11px;line-height:16px;}
.loanSearch .result ul.goodsList > li ul.info {position:absolute; top:0; right:5px; width:105px; height:58px; padding:7px 10px 7px 15px; font-size:11px; line-height:15px;  background:#fff;}
.loanSearch .result ul.goodsList > li ul.info span.m {color:#E5483D;}
.loanSearch .result ul.goodsList > li > a:focus,
.loanSearch .result ul.goodsList > li > a:hover {background-position:0 -101px; color:#fff;}
.loanSearch .result ul.goodsList > li > a:focus ul.info,
.loanSearch .result ul.goodsList > li > a:hover ul.info {background:#1490EF;}
.loanSearch .result ul.goodsList > li > a:focus *,
.loanSearch .result ul.goodsList > li > a:hover * {color:#fff;}
.loanSearch .result ul.goodsList > li > a:focus ul.info span.m,
.loanSearch .result ul.goodsList > li > a:hover ul.info span.m {color:#fff;}

/* 대출계산기 */
ul.popTab {width:100%; min-width:680px; *zoom:1;}
ul.popTab:after {content:""; clear:both; display:block;}
ul.popTab.depth {padding-bottom:40px;}
ul.popTab li {float:left; width:50%; border-top:1px solid #00589a; *margin-right:-1px;}
ul.popTab li a.depth1 {display:block; background:#0064b1; border-top:1px solid #1a76bb; border-left:1px solid #1a76bb; color:#fff; text-align:center;  font-size:14px; font-weight:bold; padding:12px 0; letter-spacing:0 /*20200408*/;}
ul.popTab li .depth2 {display:none;}
ul.popTab li.active {border-top:1px solid #003c6b;}
ul.popTab li.active a.depth1 {background:#fff url(../images/common/bu_arrow_b.gif) center 35px no-repeat; border-top:0; padding-top:13px; border-left:1px solid #003c6b; color:#1490EF;}
ul.popTab li.active .depth2 {width:100%; display:block; position:absolute; border-bottom:1px solid #c1c2c3; padding:12px 0;}
ul.popTab li.active .depth2 li {width:auto; border-top:0; margin:0 16px; display:inlin-block;}
ul.popTab li.active .depth2 li.active a {color:#1490EF;}
ul.popTab li:first-child a.depth1 {border-left:0;}
div.calculator div.calArea {border-bottom:2px solid #0893eb; padding:20px 16px;}
div.calculator div.calArea  table {text-align:left;}
div.calculator div.calArea  table th, div.calculator div.calArea  table td {padding:2px 0;}
div.calculator div.calArea  table th {color:#151515;}
div.calculator div.calArea  table td img {vertical-align:middle;}
div.calculator div.btnType2 {border-top:2px solid #e5e5e5;}
div.calculator a.btnSmallWhite span {font-weight:normal;}

/* 이용가이드 */
.usageGuide {min-width:944px;}
.usageGuide .header {border-bottom:1px solid #1490EF; padding:24px 32px; position:relative;  background:#fff;}
.usageGuide .header .lgTitle {background:url(../images/common/lg_mark.gif) 0 0 no-repeat; padding-left:38px;}
.usageGuide .header .lgTitle strong {font-size:20px; color:#1490EF; line-height:22px;}
.usageGuide .header ul.menu {position:absolute;top:24px;right:32px;}
.usageGuide .header ul.menu li {float:left; margin-left:40px; color:#464646; line-height:22px; font-weight:bold; font-size:14px;}
.usageGuide .header ul.menu li a {color:#333;}
.usageGuide .header ul.menu li.active a {color:#1490EF;}
.usageGuide .content {padding:42px 32px 60px 32px;}
.usageGuide .content.visual1 {background:url(../images/usageGuide/bg_usage_guide1.gif) right 0 no-repeat;}
.usageGuide .content.visual2 {background:url(../images/usageGuide/bg_usage_guide2.gif) right 0 no-repeat;}
.usageGuide .content.visual3 {background:url(../images/usageGuide/bg_usage_guide3.gif) right 0 no-repeat;}
.usageGuide .content.visual4 {background:url(../images/usageGuide/bg_usage_guide4.gif) right 0 no-repeat;}
.usageGuide h1 {height:auto; font-size:26px;}
.usageGuide h2 {font-size:20px; color:#1490EF; font-weight:bold; }
.usageGuide h3 {font-size:16px; font-weight:bold; color:#333; margin-top:34px;   margin-bottom:10px;}
.usageGuide h3 span {color:#333; font-size:14px; }
.usageGuide h4 {font-size:14px; font-weight:bold; color:#464646; margin-top:15px;}
.usageGuide div.desc {border-bottom:1px solid #e1e1e1; padding:36px 0 20px 0; margin-bottom:36px;}
.usageGuide div.desc2 {border-bottom:1px solid #e1e1e1; padding:20px 0 14px 0; margin-bottom:36px;}
.usageGuide p.sum {font-size:18px; font-weight:bold;   margin-bottom:36px;}
.usageGuide p.sum2 {font-size:14px; color:#333;  margin-top:5px;}
.usageGuide ul.tab {margin:25px 0 0 0; position:relative; *zoom:1;}
.usageGuide ul.tab:after {content:""; clear:both; display:block;}
.usageGuide ul.tab > li {width:50%; float:left; text-align:center; margin-left:-1px;}
.usageGuide ul.tab > li:first-child {margin-left:0;}
.usageGuide ul.tab > li > a {display:block; border:1px solid #bfdbed; border-bottom:1px solid #d6e7f4; background:#ecf3ff; padding:17px 0 15px 0;}
.usageGuide ul.tab > li.active > a {background:#fff; color:#1490EF; font-weight:bold; border-bottom:#fff;}
.usageGuide ul.tab > li.active > a span {background:url(../images/common/bu_arrow_b2.gif) right 8px no-repeat; padding-right:16px;}
.usageGuide ul.tab > li.active .depth {display:block;}
.usageGuide .detail {width:100%; color:#464646; line-height:20px;}
.usageGuide .detail table {margin-top:20px;}
.usageGuide .detail div.depthBlock {width:100%; border-top:1px solid #e8e8e8;}
.usageGuide .detail div.depthBlock#depthBlock1 {border-top:0;}
.usageGuide .detail div.go_menu {width:100%; text-align:right; padding-bottom:24px;}
.usageGuide .depthList {width:100%; text-align:left; overflow:hidden;}
.usageGuide .depthList li {padding:0 10px 0 13px; float:left; background:url(../images/common/bu_stick.gif) 0 center no-repeat;}/*20200416*/
.usageGuide .depthList.step li {background:url(../images/common/bu_arrow_r.gif) 0 center no-repeat; padding-left:15px;}/*20200416*/
.usageGuide .depthList li:first-child {background:0;}
.usageGuide .guide {color:#444; font-size:16px;  letter-spacing:0 /*20200408*/; margin-top:40px;}
.usageGuide .guide > li {padding:30px 0; text-align:center; background:url(../images/usageGuide/bu_step_next.gif) center top no-repeat; padding-top:60px;}
.usageGuide .guide > li:first-child {padding-top:0; background:none;}
.usageGuide .guide > li .capture {margin-top:20px;}
.usageGuide .guide .list {width:656px; margin:0 auto; margin-top:25px; color:#727679;  font-size:12px; letter-spacing:0;}
.usageGuide .guide .list li {line-height:24px; text-align:left;}
.usageGuide .stepList {border-bottom:1px dotted #bfbfbf; padding:15px 0 10px 0; *padding-bottom:25px; overflow:hidden;}
.usageGuide .stepList li {float:left; background:url(../images/usageGuide/bu_arrow_next.gif) 0 center no-repeat; padding-left:24px; margin:0 0 16px 16px;}
.usageGuide .stepList li span {border:1px solid #204B85; padding:12px 0; min-width:140px; display:block; color:#204B85; text-align:center;  font-weight:bold;}
.usageGuide .stepList li:first-child {margin-left:0; padding-left:0; background:0;}
.usageGuide .stepList li:last-child span {border:1px solid #E5483D; color:#E5483D;}
.usageGuide .stepList li.last span {border:1px solid #E5483D; color:#E5483D;}
.usageGuide .tabType2 {margin-top:-37px;}
.usageGuide .tabType2 a {width:16.6%;}
.usageGuide .contBox {background:url(../images/common/bg_box_14.gif) center bottom no-repeat; text-align:center;}
.usageGuide .contBox .inBox {background:url(../images/common/bg_box_13.gif) center 0 no-repeat; padding:32px;}
.usageGuide .contBox .inBox p {color:#464646; font-size:14px;  letter-spacing:0 /*20200408*/; margin-bottom:20px;}
.usageGuide .lineBox {border:3px solid #666; padding:10px 12px;}
.usageGuide .lineBox span.date {display:block; margin-top:10px; text-align:right; color:#777;}
.usageGuide .descList > dt {margin-top:20px; font-weight:bold;}
.usageGuide .descList > dd {margin-top:3px;}
.usageGuide .descList .noteList {margin-top:0; color:#8f9396;}
.usageGuide .descList2 > dt {float:left; margin-right:5p    x; background:url(../images/usageGuide/bu_list_hypen.gif) 0 8px no-repeat; padding-left:10px;}
.usageGuide .descList2 > dd {overflow:hidden;}
.usageGuide .hypenList {margin-top:5px;}
.usageGuide .hypenList > li {background:url(../images/usageGuide/bu_list_hypen.gif) 0 8px no-repeat; padding-left:10px;}
.usageGuide .numList {margin-left:15px;}
.usageGuide .numList > li {margin-top:5px;}
.usageGuide .numList > li span.num {margin-left:-15px;}
.usageGuide .noteList {margin-top:20px; color:#1490EF;}
.usageGuide .noteList > li {background:url(../images/common/bu_1.gif) 0 5px no-repeat; padding-left:10px;}
.usageGuide .descText {margin-top:5px;}
.usageGuide .manual {border-top:1px solid #797979;}
.usageGuide .manual h2 {margin:36px 0}
.usageGuide .manualList dt,
.usageGuide .manualList dd {border-top:1px solid #e0e0e0; min-height:150px;}
.usageGuide .manualList dt {float:left; width:210px; font-weight:bold; font-size:16px; color:#333;  letter-spacing:0 /*20200408*/; padding:30px 120px 0px 0;}
.usageGuide .manualList dt.matter1 {background:url(../images/usageGuide/icon_matter1.gif) right 0 no-repeat;}
.usageGuide .manualList dt.matter2 {background:url(../images/usageGuide/icon_matter2.gif) right 0 no-repeat;}
.usageGuide .manualList dt.matter3 {background:url(../images/usageGuide/icon_matter3.gif) right 0 no-repeat;}
.usageGuide .manualList dt.matter4 {background:url(../images/usageGuide/icon_matter4.gif) right 0 no-repeat;}
.usageGuide .manualList dt.matter5 {background:url(../images/usageGuide/icon_matter5.gif) right 0 no-repeat;}
.usageGuide .manualList dt.matter6 {background:url(../images/usageGuide/icon_matter6.gif) right 0 no-repeat;}
.usageGuide .manualList dt.matter7 {background:url(../images/usageGuide/icon_matter7.gif) right 0 no-repeat;}
.usageGuide .manualList dd {overflow:hidden; padding:30px;}
.usageGuide .manualList dd .solve {line-height:24px;}
.usageGuide .comment {padding:26px 32px 54px 32px; border-top:1px solid #92bee0;}
.usageGuide .comment dt {height:24px;background:url(../images/common/bg_comment_1.gif) no-repeat;padding:2px 0 0 28px;margin-bottom:8px;font-size:14px;font-weight:bold;color:#329bdd;}
.usageGuide .comment dd {background:url(../images/common/bg_comment_2.gif) no-repeat 0 7px;padding:0 0 0 9px;line-height:20px; color:#444;}
.usageGuide .comment dd .point {color:#319add;}

/* 로딩 */
.loadingboxMain {z-index:10000; width:100%; height:100%; position:fixed;top:0px;opacity:0.1;background-color:#fff}
.loadingbox {z-index:10001; text-align:center; padding:20px 0; width:264px; background:url('/images/common/bg_loading_box.png') 0 0 no-repeat;  position:fixed; left:50%; top:50%; margin-left:-125px; margin-top:-85px; }
.loadingbox p {font-size:16px; color:#1490EF;}
.loadingbox .load {width:66px; height:66px; margin:10px auto; position:relative;}
.loadingbox.blueType {background:url(../images/common/bg_loading_box2.png) 0 0 no-repeat; color:#28528b;}
.loadingbox.blueType p {color:#fff;}

/* print */
div.printBody {min-height:100%;margin:0px 50px -90px 50px;}
div.printFooter {border-top:1px solid #d6d6d6;  color:#818181; line-height:16px;}
div.printFooter address {padding:16px 16px 16px 140px; background:url(../images/common/lg_s_ajcapital.gif) 16px 16px no-repeat; font-style:normal;}
div.printFooter .close {height:19px;background:#f0f2f3;padding:5px 16px 0 0;text-align:right;}
div.printFooter .close a {color:#7e8285;background:url(../images/common/bg_pop_3.gif) no-repeat right center;padding-right:16px;}

div.printCon {padding:10px 0px 20px 0px;}

div.printSeal {margin-top:30px; font-size:12px; color:#333; line-height:20px; text-align:center;}
div.printSeal strong {color:#222; font-size:16px; font-weight:bold; }

/* Layer show, hide */
#BlockJoin_2, #BlockJoin_3 {display:none;}
/*color: #E5483D !important;*/

/*Calendar*/
.layerCalendar{background:url(../images/calendar/bg_calendar.png) no-repeat;width:243px;position:absolute;}
.layerCalendar .top{font-size:18px;color:#fff;padding-top:24px;text-align:center}
.layerCalendar .top .year{display:inline-block;*zoom:1;*display:inline;vertical-align:middle;padding-left:15px}
.layerCalendar .top .month{display:inline-block;*zoom:1;*display:inline;padding-left:10px;vertical-align:middle}
.layerCalendar .top .close{margin:-5px 0 0 10px;display:inline-block;vertical-align:middle}
.layerCalendar .middle{width:210px;padding:25px 0 0 15px;height:165px}
.layerCalendar table {width:100%;table-layout:fixed}
.layerCalendar table td{width:30px;text-align:center}
.layerCalendar table td a{width:24px;height:16px;padding:4px 0 0 0;display:inline-block}
.layerCalendar table td.today a {color:#fff;background:url(../images/calendar/bg_today.gif) 0 0 no-repeat;}
.layerCalendar table td.null a {color:#c6c6c6}
.layerCalendar table th.sun, .layerCalendar table td.sun a{color:#c11717}
.layerCalendar table th.sat, .layerCalendar table td.sat a{color:#1490EF}

/*대출센터*/
/*div.LayOut_Loan {width:960px;margin:0 auto;padding:0 8px;}*/
/* div.LayOut_Loan {width:960px;margin:0 auto 20px auto;padding:0 8px;} */
div.LayOut_Loan{width:960px;margin:0 auto 20px auto;padding:0 8px;float: left; margin-left: calc(50% - 480px);}/*2021.04.01 남윤정 수정*/
div.LayOut_Loan .imgEnd{background:url(../images/loanCenter/bg_layout_bottom.gif) no-repeat 0 bottom;height:30px;width:800px;position:absolute;left:0;bottom:0}
div.LayOut_Loan .imgEnd2{background:url(../images/loanCenter/bg_layout_bottom2.gif) no-repeat 0 bottom;height:30px;width:800px;position:absolute;left:0;bottom:0}
div.LayOut_Loan .titleArea{background:url(../images/loanCenter/bg_layout_top.gif) no-repeat 0 0;margin:0 -35px;padding:35px 35px 23px}
div.LayOut_Loan .titleArea h2{font-size:28px;color:#151515;letter-spacing:0 /*20200408*/;display:inline-block;*display:inline;*zoom:1;}
div.LayOut_Loan .titleArea h3{color:#333;font-size:16px;letter-spacing:0 /*20200408*/;display:inline-block;background:url(../images/loanCenter/bg_line.gif) no-repeat 0 4px;padding-left:10px;margin-left:10px;*display:inline;*zoom:1;}

div.LayOut_Loan .LeftArea{float:left;width:149px;margin-right:-5px;padding:0 !important;position:relative;z-index:1}
div.LayOut_Loan .LeftArea .linkBtn{margin-top:35px}
div.LayOut_Loan .LeftArea .linkBtn li{line-height:26px;background: url(../images/loanCenter/icon_circle.gif) no-repeat 0 6px;padding-left:20px;letter-spacing:-1px}
div.LayOut_Loan .LeftArea .linkBtn li a:hover{color:#c11717;text-decoration:underline}

div.LayOut_Loan .RightArea{float:right;width:800px;background:url(../images/loanCenter/bg_layout_con.gif) repeat-y 0 0;padding:0 35px 40px;min-height:480px;position:relative;z-index:0}
div.LayOut_Loan .RightArea.type2{padding:0 35px 135px;}
div.LayOut_Loan .RightArea.type2 .imgEnd{background:url(../images/loanCenter/bg_loan_tel.jpg) no-repeat 0 bottom;height:135px;width:800px;position:absolute;left:0;bottom:0;}
div.LayOut_Loan .RightArea.type2 .imgEnd p {margin:35px 40px;font-size:20px;color:#204B85;font-weight:bold;}
div.LayOut_Loan .RightArea.type2 .imgEnd p strong {font-size:28px;}
div.LayOut_Loan .RightArea.type2 .imgEnd p span {display:block;font-size:14px;}

.loanStep ol{margin:0;list-style:none;padding:0}
/*만기연장 첫페이지 start */
div.LayOut_expiryExtend {float:right;width:720px; min-height:300px;}
div.LayOut_expiryExtend .titleArea{background:url(../images/loanCenter/bg_layout_top.gif) no-repeat 0 0;margin:0 -35px;padding:35px 35px 23px}
div.LayOut_expiryExtend .titleArea h2{font-size:28px;color:#222;letter-spacing:0 /*20200408*/;display:inline-block;*display:inline;*zoom:1;}
div.LayOut_expiryExtend .titleArea h3{color:#333;font-size:16px;letter-spacing:0 /*20200408*/;display:inline-block;background:url(../images/loanCenter/bg_line.gif) no-repeat 0 4px;padding-left:10px;margin-left:10px;*display:inline;*zoom:1;}
div.LayOut_expiryExtend input[type=text], div.LayOut_expiryExtend input[type=password]{border:1px solid #c6c6c6;margin-top:1px;height:28px;height:25px \0/IE9;*height:25px;*line-height:25px}
/*만기연장 첫페이지 end */
/* form */
div.BlockJoin_3 input[type=text], div.BlockJoin_3 input[type=password]{border:1px solid #c6c6c6;margin-top:1px;height:28px;height:25px \0/IE9;*height:25px;*line-height:25px}
div.LayOut_Loan input[type=text], div.LayOut_Loan input[type=password]{border:1px solid #c6c6c6;margin-top:1px;height:28px;height:25px \0/IE9;*height:25px;*line-height:25px}
div.LayOut_Loan input[disabled] {background:url(../images/loanCenter/bg_input_disabled.gif) 0 0 no-repeat;}
div.LayOut_Loan input.line{border:2px solid #1490EF;background:none;color:#1490EF;}
div.LayOut_Loan input.add1{margin-top:5px}
div.LayOut_Loan .unit{display:inline-block;*display:block;*zoom:1;background:url(../images/loanCenter/bg_input2.gif) no-repeat 0 0; height:24px; line-height:24px; border:1px solid #c6c6c6;border-left:none;margin:1px 0 0 -5px; vertical-align:top;padding:6px 10px 0 0;}

.tableType5 td{padding-top:10px}
.tableType5 th{color:#151515;text-align:left;padding-top:10px}
.tableType5 tr:first-child th, .tableType5 tr:first-child td{padding-top:0}
.tableType5 td.radio input{margin:-2px 3px 0 0}
.tableType5 td.radio label{margin-right:10px}
.tableType5 tr.pding td{padding-bottom:10px}
.tableType5 td.tdLind{background:url(../images/loanCenter/bg_dot.gif) repeat-x 0 0}
.tableType5 th.vTop {vertical-align:top;}
.tableType5.dot td, .tableType5.dot th{background:url(../images/loanCenter/bg_dot.gif) repeat-x 0 0;padding-top:15px;padding-bottom:10px;}
.tableType5.dot tr:first-child td, .tableType5.dot tr:first-child th{background:none;padding-bottom:10px}
.tableType5 .contentsList {margin-top:5px;}
.tableType5 .address input[type=text] {margin-bottom:10px;}
.tableType5 .address input[class=post]+a {margin-bottom:10px;}
.tableType5.dot .address a {margin-bottom:10px;}
.tableType5.dot2 {padding-bottom:25px;}
.tableType5.dot2 th {padding-top:10px;padding-bottom:10px;line-height:20px;}
.tableType5.dot2 td {padding-top:10px;padding-bottom:10px;background:url(../images/loanCenter/bg_dot.gif) repeat-x 0 100%; line-height:18px;}
.tableType5.dot2 tr.last td {background:none;}

.tableType6 {border-top:1px solid #3e3e3e;border-bottom:1px solid #9c9c9c;}
.tableType6 tr th {height:0px; font-size:0; padding:0; line-height:0;}
.tableType6 tr td>div {background:url(../images/loanCenter/bg_type6_bar.gif) repeat-y right 0;}
.tableType6 tr td.last>div {background:none;}
.tableType6 strong {display:block;margin-bottom:5px;color:#464646;text-align:left;}
.tableType6 td {padding:20px 15px;text-align:left;}
.tableType6 td span {font-size:20px;}
.tableType6.type2 {margin-bottom:15px;}
.tableType6.type2+.comment+p{margin:10px 0 15px 0;line-height:18px;}
.tableType6.type2 tr td {padding:20px 0;border-top:1px solid #e1e1e1;}
.tableType6.type2 tr td.thumb {text-align:center;}
.tableType6.type2 tr:first-child td {border-top:none;}
.tableType6.type2 tr td:first-child {padding-left:14px;}
.tableType6.type2 tr td strong {margin-bottom:10px;font-size:16px;}
.tableType6.type2 td dl {padding-left:20px;background:url(../images/loanCenter/bg_type6_bar.gif) repeat-y left 0; line-height:20px;}
.tableType6.type2 td dl dt {float:left;width:90px; color:#464646;}
.tableType6.type2 td dl dd {overflow:hidden;}
.tableType6.type2 td dl dd strong { font-size:12px;}
.tableType6.type2 tr.on td {background:#ecf3ff;}
.tableType6.type2 tr.on td dd strong {color:#E5483D;}

/*******************************************************************************************************************************************/
/*20150304.윤기영. 신차/중고차 공인인증약정 수정 */
.tableType7 {border-top:1px solid #3e3e3e;border-bottom:1px solid #9c9c9c;}
.tableType7 tr th {height:0px; font-size:0; padding:0; line-height:0;}
.tableType7 tr td * {text-align:center;}
.tableType7 tr td>div {width:90%; magin:0 auto; padding:0 5px; background:url(../images/loanCenter/bg_type6_bar.gif) repeat-y right 0;}
.tableType7 tr td.last>div {background:none;}
.tableType7 strong {display:block;margin-bottom:5px;color:#464646;text-align:left;}
.tableType7 td {padding:20px 0;text-align:center;}
.tableType7 td span {font-size:12px;}
/*******************************************************************************************************************************************/

/* Select */
.select-list-box {display:inline-block;zoom:1;vertical-align:middle;z-index:9999;}/*20200409*/
.select-list-box .selected-headline {
		overflow:hidden;display:block;font-size:12px;line-height:29px;/*20200409*/
		height:30px;
		padding:0 38px 0 0;/*20200409*/
		border:1px solid #666;
		cursor:pointer;
		background: url('../images/loanCenter/ico_select.gif') no-repeat right 0;
		text-align:left;
}
:root .select-list-box .selected-headline {padding:0 38px 0 0 \0/IE9;} /* 선택된 option */
.select-list-box .selected-headline.disable {color:#a7a7a7;background:#f8f8f8;cursor:default;} /* 비활성화 */
.select-list-box ul.select-list {overflow-y:auto;position:absolute;top:20px;right:0;background:#fff;border:1px solid #d8d8d8;text-align:left;z-index:9999;}
.select-list-box ul.select-list li a {
		display:block;font-size:12px;height:12px;line-height:12px;
		padding:7px 0px 6px 10px;padding:7px 0px 5px 10px\9;*padding:6px 0px 7px 10px;color:#817a74;
		margin:-1px 0 0 0;color:#444 !important;
}
/*.select-list-box ul.select-list li a:hover {background:#f3f3f3;}*/
.select-list-box ul.select-list li a.select-list-hover {background:#f3f3f3;}/* 0528 */
.select-list-box ul.select-list li a.select-list-selected {background:#f3f3f3;}/* 0528 */
.select-list-selfocus {border:1px dashed #606060 !important;}

.loanReqBox {*zoom:1;}
.loanReqBox:after {content:""; clear:both; display:block;}
.loanReqBox h4{float:left; width:150px;background:url(../images/loanCenter/bg_step_arrow.gif) no-repeat 0 0;padding:40px 0;font-size:20px;color: #848a92; letter-spacing:-1px}
.loanReqBox h4 span{display:block;font-size:40px;font-weight:normal}
.loanReqBox.first h4, .loanReqBox.first div.right{background:none;border-top:1px solid #e6e6e6;margin-top:30px;word-break:keep-all;}
.loanReqBox.best h4, .loanReqBox.first div.right{background:none;border-top:1px solid #e6e6e6;}
.loanReqBox.best h4 {padding-top:30px;}
.loanReqBox div.right{float:right; width:580px;background:url(../images/loanCenter/bg_1px_line.gif) repeat-x;padding:40px 0;}
.loanReqBox.last, .loanReqBox.last2{border-bottom:1px solid #e6e6e6}
.loanReqBox.last h4, .loanReqBox.last div.right{padding-bottom:20px}
.loanReqBox.last2 h4{background:none;border-top:1px solid #e6e6e6}
.loanReqBox.last2 h4, .loanReqBox.last2 div.right{padding-bottom:40px}
.loanReqBox .comment{font-size:14px;}
.loanReqBox .comment+.tableType5 {margin-top:20px;}
.loanReqBox .noteNumList {border-top: 1px solid #D6D6D6; padding-top:20px;}

/* 2015.02.03 강미영 수정:str */
.loanReqBox div[class*=reg_sty] p {padding:10px 0; text-indent:-17px; padding-left:17px;}
.loanReqBox div[class*=reg_sty] input {margin-right:2px;}
.loanReqBox div[class*=reg_sty] .last_in {margin-left:2px;}
.loanReqBox .reg_sty02 {padding:15px 0; background:url(../images/loanCenter/bg_1px_line.gif) repeat-x;}
.loanReqBox .reg_sty02 .reg_sty_dl {margin-top:30px;}
.loanReqBox .reg_sty03 {margin-top:40px; padding:35px 0 15px; background:url(../images/loanCenter/bg_1px_line.gif) repeat-x;}
.loanReqBox .reg_sty_dl {}
.loanReqBox .reg_sty_dl dd {margin-top:15px;}
.loanReqBox .reg_sty_dl dd input {margin-right:3px;}
.loanReqBox .reg_sty_dl dd label {margin-right:5px;}
/* 2015.02.03 강미영 수정:end */

.popACCbox_body .innerBox {padding:10px 0 15px 0;}
.popACCbox_body .innerBox .boxCont {border:1px solid #bcbcbc;height:240px;padding:20px;background-color:#f5f5f5;line-height:19px;color:#666;overflow-y:auto;}
.popACCbox_body .innerBox .boxCont * {background:0; float:none; margin:0; padding:0; width:auto; height:auto; color:#666;}
.popACCbox_body .innerBox .boxCont img {width: 100%;}

/* 2014.10.14 강미영 추가 */
.popACCbox_body .innerBox .boxCont .tableType1 {width:100%; border-bottom:1px solid #9c9c9c;}
.popACCbox_body .innerBox .boxCont .tableType1 th, .popACCbox_body .innerBox .boxCont .tableType1 td {padding:8px 3px 3px 3px; border-left:1px solid #e1e1e1; text-align:center;}
.popACCbox_body .innerBox .boxCont .tableType1 thead th {background:#f8fafc; border-bottom:1px solid #e1e1e1;}
.popACCbox_body .innerBox .boxCont .tableType1 thead tr:first-child th {border-top:1px solid #3e3e3e;}
.popACCbox_body .innerBox .boxCont .tableType1 tbody th {border-top:1px solid #e1e1e1;}
.popACCbox_body .innerBox .boxCont .tableType1 tbody td {border-top:1px solid #e1e1e1;text-align:center;letter-spacing:0 /*20200408*/;}	/**2014.2.27수정**/
.popACCbox_body .innerBox .boxCont .tableType1 th:first-child, .popACCbox_body .innerBox .boxCont .tableType1 tbody td:first-child {border-left:0;}
.popACCbox_body .innerBox .boxCont .tableType1 thead th.border, .popACCbox_body .innerBox .boxCont .tableType1 tbody td.border, .popACCbox_body .innerBox .boxCont .tableType1 tbody th.border {border-right:1px solid #e1e1e1;}
/* 2014.10.14 강미영 추가 : End */
.popACCbox_body .innerBox .btnType {text-align:right; margin-top:10px;}
.popACCbox_body.on {color:#1490EF}
.popACCbox_body.on label{text-decoration:underline}
.popACCbox_body.on a.more{background:url(../images/common/arrow_up.gif) no-repeat right 8px !important;color:#1490EF}

.loanReqBox .popACCbox{border:none;padding-bottom:0}
.loanReqBox .popACCbox .popACCbox_body a.more{top:5px }
.loanReqBox ol li{padding-top:5px}
.loanReqBox ol li:first-child{padding-top:0}

div.CommentBox4 {background:url(../images/loanCenter/bg_boxgray_2.gif) no-repeat 0 bottom;margin:60px -35px -40px;padding-bottom:12px} /* 본문 하단 */
div.CommentBox4 dl {background:#f5fbff;padding:23px;border-top:1px solid #D0E9FC;margin-left:1px;margin-right:1px}
div.CommentBox4 dt {height:24px;background:url(../images/common/bg_comment_1.gif) no-repeat;padding:1px 0 0 28px;font-size:14px;font-weight:bold;color:#1490EF;}
div.CommentBox4 dd {background:url(../images/common/bg_comment_2.gif) no-repeat 0 18px;padding:8px 0 0 9px;line-height:20px;}
div.CommentBox4 dd.nomal {padding:8px 0 0 0;line-height:20px; background:none; font-weight:bold;}

.loanReqBox .loanItem {height:205px; position:relative; overflow:hidden;}
.loanReqBox .loanItem h5 {margin-bottom:20px;padding-top:7px;font-size:14px;color:#222;}
.loanReqBox .loanItem img {float:right; margin-top:-40px;}
.loanReqBox .loanItem strong.point1 {display:block;margin-bottom:15px;font-size:24px; letter-spacing:0 /*20200408*/;}
.loanReqBox .loanItem p {font-size:14px;color:#464646;line-height:22px;}
.loanReqBox .loanItem span.point3 {display:block; padding-left:18px; text-indent:-18px; font-size:11px;} /* 2014.10.15 강미영 추가 */

.checkList {padding-top:20px;color:#464646;line-height:20px;border-top:1px solid #d6d6d6;}
.checkList div,
.checkList p {margin-bottom:20px;}
.checkList ul li {margin-bottom:5px;}
.checkList label strong {color:#464646;}
.checkList strong.dot {display:block;margin-bottom:15px;padding-top:20px;background:url(../images/loanCenter/bg_dot.gif) repeat-x 0 0;color:#333;}
.checkList strong.txt {display:block;margin-bottom:10px;color:#333;}
.checkText {color:#464646;}
.checkTextline {padding:15px 0;} /* 2015.02.02 강미영 추가 */

.loanReqBox .right>h5 {font-size:16px;color:#222;}
.loanReqBox .comment2 {display:block;margin:10px 0 15px 0;color:#666;}

ol.loanStep {overflow:hidden;width:550px;list-style:none;margin:0;padding:0;background:url(../images/loanCenter/bg_loan_step.gif) no-repeat left 12px;border-top:1px solid #9c9c9c;border-bottom:1px solid #9c9c9c;}
ol.loanStep li {float:left;width:137px;padding:70px 0 15px 0;text-align:center;}/* 온라인서류제출 대출진행절차 */
ol.loanStep li:first-child{padding-top:70px;}
ol.loanStep.type2 {background:url(../images/loanCenter/bg_loan_step2.gif) no-repeat left 12px;}/* 직접서류제출 대출진행절차 */
ol.loanStep.type2 li {width:137px;}
ol.loanStep.type3 {background:url(../images/loanCenter/bg_loan_step3.gif) no-repeat left 12px;}
ol.loanStep.type3 li {width:137px;}

ol.loanStepDetail{width:550px;list-style:none;margin:0;padding:0;line-height:20px;}
ol.loanStepDetail li {overflow:hidden;width:100%;padding:30px 0;background:url(../images/loanCenter/bg_step_arrow2.gif) no-repeat left top;}
ol.loanStepDetail li:first-child {background:none;}
ol.loanStepDetail li img {display:block;float:left;width:104px;}
ol.loanStepDetail li div {float:right;width:425px;}
ol.loanStepDetail li strong.point1 {margin-bottom:15px;font-size:16px;}
ol.loanStepDetail li strong {display:block;margin-bottom:5px;font-size:14px;color:#464646;}
ol.loanStepDetail table.tableType2 {float:left;width:410px;margin:25px 0 0 130px;line-height:20px;}
ol.loanStepDetail table.tableType2 a {margin-top:5px;}
ol.loanStepDetail table.tableType2 a.link {text-decoration:underline;}

/* 당첨자발표 */
.eventResult {width:670px; margin:0 auto; line-height:18px;}
.eventResult .tit,
.eventResult .note {width:670px; margin:0 auto;}
.eventResult .note {padding:10px 0;}
.eventResult .note ul {margin-left:14px;}
.eventResult .note ul li {text-indent:-14px; margin-top:5px;}
.eventResult .note strong {color:#E5483D;}
.eventResult .result {height:500px; overflow-y:auto; width:690px; margin-right:-20px;}
.eventResult .result table {width:670px; margin-left:0; margin-top:15px;}
.eventResult .result table:first-child {margin-top:0;}
.eventResult .result table th,
.eventResult .result table td {border:1px solid #e1e1e1; padding:5px; text-align:center;}
.eventResult .result table th {background:#f7f7f7;}
.eventResult .result table th.give {padding:10px 5px; color:#464646;}

/* 당사 고객 여부 확인 2014-08-27 강미영 추가 */
p.kicust {margin:25px 0 0 0 !important /*2021.01.25 남윤정 수정*/; line-height:17px;}
p.kicust strong {color:#1490EF;}
p.kicust em {display:block; margin-top:5px; font-size:11px; letter-spacing:0 /*20200408*/;}

/* ==============  Start 회사소개 - 2014.08.25 =========== */

/* 대표인사말 */
.greet {padding-bottom:60px; background:url(../images/renewal/company/bg_greet2.jpg) no-repeat right bottom; background-size:190px;background-position-x:80%;background-position-y:73%;}
.greet p.first { font-size:18px; color:#565656; line-height:26px; letter-spacing:0 /*20200408*/;}
.greet .p_last {margin-top:70px;margin-left:280px;}
.greet .p_last span {padding-left:5px;  font-size:18px;}

/* 연혁 */
.box_his01 {margin-top:-13px; padding-top:14px; background:url(../images/renewal/company/bg_his01.jpg) no-repeat right top;}
.box_his01 .first {margin-top:11px; font-size:14px; color:#464646;}
.box_his01 .topTb {height:115px;} /* 2015.01.07 강미영 추가 */

/* 2014.12.18 강미영 추가 */
ul.tabType1 {border-bottom:2px solid #54636e;margin-bottom:32px;}
ul.tabType1:after {content:""; clear:both; display:block;}
ul.tabType1 li {float:left; margin-right:2px;}
ul.tabType1 a {display:inline-block;height:38px;background:url(../images/common/bg_tab_1.gif) no-repeat right -38px;color:#666;text-align:center;vertical-align:top; cursor:pointer; letter-spacing:0 /*20200408*/;}
ul.tabType1 a span {display:inline-block;min-width:73px;height:38px;background:url(../images/common/bg_tab_1.gif) no-repeat;padding:10px 8px 0 8px;}
ul.tabType1 li.sel a {background-position:right -114px;color:#fff;font-weight:bold;}
ul.tabType1 li.sel a span {background-position:0 -76px;color:#fff;}
/* 2014.12.18 강미영 추가 : End */

table.t_his {margin-top:0; border-top:1px solid #dbdbdb; border-bottom:1px solid #9c9c9c;} /* 2015.02.10 강미영 수정 */
/* table.t_his {margin-top:53px; border-top:1px solid #dbdbdb; border-bottom:1px solid #9c9c9c;} */
table.t_his th, table.t_his td {border-top:1px solid #dbdbdb; line-height:21px;}
table.t_his th {padding:11px 0 17px 0; font-size:24px; color:#1490EF;  font-weight:normal; vertical-align:top;}
table.t_his td {padding:8px 0 9px 0;}
table.t_his td dl {width:619px;}
table.t_his td dl:after {content:""; clear:both; display:block;}
table.t_his td dt {display:inline-block; width:63px;  font-size:13px; color:#666;margin-top:4px;}
table.t_his td dt, table.t_his td dd {float:left; line-height:1.5em;}
table.t_his td dt {clear:both;}
table.t_his td dd {width:556px; padding-top:4px;}

/* 비전 */
p.vis_p {margin-top:9px; font-size:14px; line-height:20px; }
div.vis_img {position:relative; width:100%; margin-top:24px; padding-top:28px; border-top:1px solid #e1e1e1;}
div.vis_img h1 {position:absolute; top:27px; left:0; height:auto; color:#2c2c2c; font-size:18px; font-weight:bold;}

/* 윤리경영 */
.ath_t01 {color:#565656;  font-size:18px; line-height:26px;}
.ath_t01 span {color:#1490EF;}
.boxbBod {margin-top:37px; padding:35px 0 35px 0; border:24px solid #eff1f2;}
.boxbBod h2 {color:#222222; font-size:16px;  text-align:center;}
.boxbBod ul {width:621px; margin:31px 0 0 32px;}
.boxbBod ul li {padding-left:36px; text-indent:-36px;}
.boxbBod p {margin-top:23px; text-align:right; padding-right:31px;}
.boxbBod p span {display:inline-block; margin-right:15px; padding-top:10px; }
.boxbBod p span.first {margin-right:6px;}

/* SR230513 2021.04.28 윤리강령 수정 */
/* 윤리행동규칙 */
.eth_tb {margin-top:-18px; padding:19px 0 44px 0; /*border-bottom:1px solid #e1e1e1;  background:url(../images/renewal/company/bg_ethical01.jpg) no-repeat right top; */}
.eth_tb p {font-size:18px;  line-height:26px; letter-spacing:0 /*20200408*/;}
.eth_tb p span {color:#1490EF;}
.eth_list {margin-top:10px; padding-right:16px;}
.eth_list:after {content:""; clear:both; display:block;}
.eth_list li {display:inline-block; *display:inline; *zoom:1; float:left; /* width:334px; */ padding:0 0 0 9px; /* height:110px;  padding-right:16px; */ width: 100%; background:url(../images/common/bu_square_02.gif) no-repeat left 8px; margin-bottom: 10px;}
/* .eth_list h3 {padding:1px; color:#222222; font-size:16px; } */
.eth_list h2 {padding:40px 1px 5px; color:#0067AC; font-size:20px; margin-bottom: 15px;}
.eth_list h3 {padding:15px 1px; color:#0067AC; font-size:16px; border-bottom:1px solid #e1e1e1; margin-bottom: 15px;}
.eth_list h3 img {display:inline-block; width:39px; margin:4px 10px 0 0;}
.eth_list li ul {margin:-10px 0 0 53px;}
.eth_list li li {height:auto; margin-top:4px; padding:0 0 0 9px; background:url(../images/common/bu_square_02.gif) no-repeat left 4px;}
.eth_list p{ margin: 0; float: left;}

/* 회사소개 : 메인 - 2014.12.24 강미영 수정 = start */
/* 2015.05.08 강미영 수정:Str */
.companyM_cont {position:relative; overflow:hidden; width:960px; margin:0 auto; padding:0;}
.companyM_cont h1.SubMain_Title_h1 {height:40px; margin-top:15px; color:#1490EF;}
.companyM_cont .LayOut_Navi_m {top:12px;}
/* 2015.05.08 강미영 수정:End */
.companyM_top {overflow:hidden; width:960px; margin:0 auto;}
.companyM_top:after {content:""; clear:both; display:block;}
.companyM_top .subL {float:left; width:630px; padding:16px 27px 20px 27px; border:1px solid #D0E9FC;border-radius:5px;}
.companyM_top .subL, .companyM_top .subR {position:relative;}

.companyM_top .subL {padding-top:21px;}
.companyM_top .subL h2 {color:#151515; font-size:24px; font-weight:bold;  letter-spacing:0 /*20200408*/; line-height:22px;} /* 2015.02.12 강미영 수정 */
.companyM_top .subL p.top_txt {margin-top:18px;  font-size:13px; letter-spacing:0 /*20200408*/; line-height:18px; }

.companyM_top .subL .cont_list {margin:18px -27px -20px -27px; background:#f5fbff; padding:15px 12px 14px 12px;} /* 2015.02.12 강미영 수정 */
.companyM_top .subL .cont_list ol li {overflow:hidden;margin: 0 0 4px 15px;padding:0 0 4px 25px;background:url(../images/customer/bu_numbox.gif) 0 0 no-repeat; text-overflow:ellipsis; white-space:nowrap; line-height:13px;}
.companyM_top .subL .cont_list ol li+li {background-position:0 -24px;}
.companyM_top .subL .cont_list ol li+li+li {background-position:0 -48px;}
.companyM_top .subL .cont_list ol li+li+li+li {background-position:0 -72px;}
.companyM_top .subL .cont_list ol li+li+li+li+li {background-position:0 -95px;} /* 2015.02.12 강미영 추가 */

.companyM_top div[class*=radius] {width:5px; height:5px; position:absolute; z-index:99;}
.companyM_top .subL div.radius1 {background:url(../images/common/bg_rollbox_radius1.png) 0 0 no-repeat; top:-1px;left:-1px;}
.companyM_top .subL div.radius2 {background:url(../images/common/bg_rollbox_radius2.png) 0 0 no-repeat; top:-1px;right:-1px;}
.companyM_top .subL div.radius3 {background:url(../images/common/bg_rollbox_radius3.png) 0 0 no-repeat; bottom:-1px;left:-1px;}
.companyM_top .subL div.radius4 {background:url(../images/common/bg_rollbox_radius4.png) 0 0 no-repeat; bottom:-1px;right:-1px;}

.companyM_top .subR {float:right; width:310px; height:270px; padding:16px 34px 0 34px; border:1px solid #D0E9FC;border-radius:5px;} /* 2015.02.12 수정 */
.companyM_top .subR h2 {color:#151515; font-size:24px; font-weight:bold;  letter-spacing:0 /*20200408*/; } /* 2015.02.12 추가 */
.companyM_top .subR:after {content:""; clear:both; display:block;}
.companyM_top .subR .mivImg {}
.companyM_top .subR .tabmenuWrap {position:relative; margin-top:18px; height:172px;} /*2015.02.12 강미영 수정 */
.companyM_top .subR .tabmenu, .companyM_top .subR .tabmenuBot {position:absolute; left:0;}
.companyM_top .subR .tabmenu {width:100%; bottom:0; left:0; text-align:center;}
.companyM_top .subR .tabmenu .mB {width:208px; margin:0 auto; padding-left:4px;}
.companyM_top .subR .tabmenu span {display:inline-block; margin-left:6px;}
.companyM_top .subR .tabmenu span#menuDisplay0 {margin-left:0;}
.companyM_top .subR .tabmenu span a {display:block; width:11px; height:10px; font-size:0; background:url(../images/renewal/company/btn_dot_01.gif) left top;}
.companyM_top .subR .tabmenu span a:focus,
.companyM_top .subR .tabmenu span a:hover {background-position:-149px 0;}
.companyM_top .subR .tabmenu span.sel a {background-position:-149px 0;}

.companyM_top .subR .tabmenuBot {top:3px;left:50%;width:207px;height:150px;margin-left:-103px;}
.companyM_top .subR .tabmenuBot .movB {position:relative;}
.companyM_top .subR .tabmenuBot .movB .defaultImg img {width:207px; height:150px;}
.companyM_top .subR .tabmenuBot a.bbg {position:absolute; top:39px; left:36%; display:block; width:60px; height:60px; font-size:0; background:url(../images/renewal/company/btn_play_off.png) left top;}
.companyM_top .subR .tabmenuBot a.bbg:focus,
.companyM_top .subR .tabmenuBot a.bbg:hover {background:url(../images/renewal/company/btn_play_on.png) left top;}

.companyM_top .subR div.radius1 {background:url(../images/common/bg_rollbox_radius1.png) 0 0 no-repeat; top:-1px;left:-1px;}
.companyM_top .subR div.radius2 {background:url(../images/common/bg_rollbox_radius2.png) 0 0 no-repeat; top:-1px;right:-1px;}
.companyM_top .subR div.radius3 {background:url(../images/common/bg_rollbox_radius3.png) 0 0 no-repeat; bottom:-1px;left:-1px;}
.companyM_top .subR div.radius4 {background:url(../images/common/bg_rollbox_radius4.png) 0 0 no-repeat; bottom:-1px;right:-1px;}

.bottBox {width:960px; margin-top:31px;}
.bottBox:after {content:""; clear:both; display:block;}
.bottBox div[class*=listB] {float:left; width:220px; padding:0 0 0 26px;}
.bottBox div[class*=listB] h2 {margin-top:7px; color:#151515; font-size:16px; line-height:0; font-weight:bold; }
.bottBox div[class*=listB] ul {margin:20px 0 0 0;}

.bottBox .listB01 {width:209px !important; padding-left:0 !important;}
.bottBox .listB01 ul[class*=txtB] {position:relative; margin:0 !important; line-height:19px;}
.bottBox .listB01 .txtB01 {padding-bottom:48px;}
.bottBox .listB01 .txtB01 ul,
.bottBox .listB01 .txtB02 ul {margin:32px 0 0 2px;}
.bottBox .listB01 .txtB01 ul li,
.bottBox .listB01 .txtB02 ul li {padding:0 0 5px 6px; background:url(../images/renewal/company/bul_dot_01.gif) no-repeat left 8px !important;}
.bottBox .listB01 .txtB02 {margin-top:37px;}
.bottBox .listB01 .txtB02 li {padding-left:0; background-image:none !important;}

.bottBox .listB02 ul img, .bottBox .listB03 ul img {display:block; width:194px; height:194px; margin-bottom:12px;}
.bottBox .listB02 ul li span {}
.bottBox .listB02 ul li, .bottBox .listB03 ul li {margin-bottom:15px;line-height:16px;letter-spacing:-0.05em;}

.bottBox .listB03 {padding-right:0 !important;}

.bottBox .listB04 {position:relative; width:310px !important;}
.bottBox .listB04 li {height:60px; padding:0 0 22px;margin-bottom: 10px; line-height:16px !important;}
.bottBox .listB04 li:after {content:""; clear:both; display:block;}
.bottBox .listB04 a.sm_img, .bottBox .listB04 p {float:left;}
.bottBox .listB04 a.sm_img, .bottBox .listB04 p strong.t_s {display:block;}
.bottBox .listB04 a.sm_img, .bottBox .listB04 a.sm_img img {width:89px; height:60px;}
.bottBox .listB04 p strong.t_s {margin:6px 0 0 0; padding:0 0 2px 0; line-height:19px !important;}
.bottBox .listB04 p {width:177px; padding:0 0 0 17px; line-height:16px !important;}
.bottBox .listB04 p .t_s {}
.bottBox .listB04 .more_btn {top:2px;}

.bottBox .more_btn {position:absolute; top:-5px; right:0;}
/* 회사소개 : 메인 - 2014.12.24 강미영 수정 = end */

/* 회사소개 동영상 팝업 */
.vodB {padding:0 20px;}
.view_Mov {width:317px; height:236px;}
.pop_viewB {width:304px; padding:9px 11px 13px 0; font-size:0; line-height:0; text-align:right; border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8;}
.pop_viewB a {display:inline-block; margin-left:16px;}
.txt_view {margin-top:34px; color:#222; font-size:13px;  line-height:20px;}
.txt_view strong {display:block; padding-bottom:10px; color:#0066b3; font-size:16px; font-weight:bold; letter-spacing:0 /*20200408*/;}

/* 회사개요 */
.ioutBox {margin-top:64px;}
.ioutBox ul:after {content:""; clear:both; display:block;}
.ioutBox ul li {float:left; width:228px; padding:0;}
.ioutBox ul li p {margin-top:5px; line-height:19px; text-align:center;}
.ioutBox ul li p strong {display:block; padding-bottom:28px; font-size:16px; color:444; line-height:0; }
.ioutBox ul li.end {width:264px;}

/*div.outcomm {padding:26px 0 33px 0; text-align:center;}*/
div.outcomm {padding:26px 0 0 0; text-align:center;}
div.outcomm p {margin-top:0; font-size:16px; color:#565656; letter-spacing:0 /*20200408*/; }
div.outcomm img{width:100%;}

/* ==============  End 회사소개 - 2014.08.25 =========== */

/* 개인정보 열람청구 2014.09.16 강미영 수정 */
ul.pva_s01 li {padding-bottom:5px;}
.perinfoB {padding-top:15px;}
.perinfoB:after {content:""; clear:both; display:block;}
.perinfoB p.p_st01 {float:right;}
.perinfoB p.p_st01 span {display:inline-block; width:28px; margin-left:2px; padding-right:2px; text-align:right;}
.perinfoB p.p_st01 span:first-child {margin-left:0;}
.perinfoB p.p_st02 {clear:both; padding:10px 0 0 0; color:#329BDD; font-size:24px;  text-align:center;}
.perinfoB p.p_st02 strong, .perinfoB p.p_st02 em {display:inline-block;}
.perinfoB p.p_st02 em {font-size:14px; vertical-align:2px;}
.perinfoB dl {clear:both;}
.perinfoB dl:after {content:""; clear:both; display:block;}
.perinfoB dl dt, .perinfoB dl dd {float:left;}
.perinfoB dl.dl_s01 {clear:both; padding-top:10px; float:right; width:200px;}
.perinfoB dl.dl_s01 dd {padding-left:7px;}

/* 개인정보 열람청구 통지서 */
.acce_Cb {margin-top:30px;}

.acceB {margin-top:10px;}
.acceB:after {content:""; clear:both; display:block;}
.acceB dt, .acceB dd {float:left;}
.acceB dt {width:40px;}

.acce_tb {margin-top:20px;}
.acce_tb .th_st02 {padding-left:0; text-align:center; border-right:1px solid #e1e1e1;} /*2014.09.04 강미영 추가 */
.acce_tb .th_st02 p {padding-left:30px; text-align:left; font-weight:normal; text-indent:-10px;}
.acce_tb .table_m {margin-top:-1px; border-top:1px solid #E1E1E1;}
.acce_tb td.ra_list li {padding-bottom:3px;}
.acce_tb td.t_sum {padding-right:10px; border-right:1px solid #E1E1E1;}
.acce_tb td.t_sum:last-child {border-right:0;}
.acce_tb td.t_sum dd {text-align:right;}

p.acce_year, .demand {float:right; margin-top:10px;}
p.acce_year span {display:inline-block; width:28px; margin-left:2px; padding-right:2px; text-align:right;}
p.acce_year span:first-child {margin-left:0;}
p.aju_nb {clear:both; margin-top:20px; color:#222222; font-size:18px;  text-align:center;} /* 2014.09.30 강미영 수정 */

/* 개인정보 보유항목 조회 */
.poss_bl {margin-top:20px; padding:14px; border:1px solid #efefef; background-color:#fbfbfb; text-align:center;}
.poss_bl p {color:#204B85;  font-size:16px; text-align:center; font-weight:bold;}

dl.demand {clear:both; width:200px;}
dl.demand:after {content:""; clear:both; display:block;}
dl.demand dt, dl.demand dd {float:left;}
dl.demand dd {padding-left:7px;}

div.CommentBox5 {margin-top:60px; padding-bottom:8px; background:url(../images/common/bg_box_2.gif) no-repeat 0 bottom;} /* 본문 하단 */
div.CommentBox5 .bg_l {padding-top:4px; background:url(../images/common/bg_box_1.gif) no-repeat left top;}
div.CommentBox5 dl {padding:20px 23px; border-left:1px solid #92bee1; border-right:1px solid #92bee1;}
div.CommentBox5 dt {height:24px; padding:2px 0 0 27px; font-size:14px; font-weight:bold; color:#329bdd; background:url(../images/common/bg_comment_1.gif) no-repeat left top;}
div.CommentBox5 dd {padding:8px 0 0 7px; line-height:20px; background:url(../images/common/bg_comment_2.gif) no-repeat 0 14px;}
div.CommentBox5 dd ul {margin-top:3px;}
div.CommentBox5 dd ul li {background:url(../images/common/bg_comment_5.gif) no-repeat 0 10px;padding:3px 0 3px 9px;line-height:18px;color:#333;}
div.CommentBox5 .point {color:#319add;}

/*2015-07-06 박세인 loanCard 관련 개발 start*/
/*table.LoanCardTable1 {border:1px solid #3e3e3e;border-bottom:1px solid #9c9c9c;} /* 좌측 헤딩 */
table.LoanCardTable1 {border-top:1px solid #3e3e3e;border-bottom:1px solid #9c9c9c;} /* 좌측 헤딩 */
table.LoanCardTable1 tbody th {background-color:#f8fafc;padding:10px 0 6px 15px;border-top:1px solid #e1e1e1;text-align:left;font-weight:normal;color:#464646;}
table.LoanCardTable1 tbody th.th_f01 {font-weight:bold; padding-left:0; border-right:1px solid #e1e1e1; text-align:center;} /* 2014.09.04 강미영 추가 */
table.LoanCardTable1 tbody td {border-top:1px solid #e1e1e1;padding:10px 0 6px 15px;}
table.LoanCardTable1 tbody tr:first-child th, table.tableType2 tbody tr:first-child td {border-top:none;}
table.LoanCardTable1 tbody td~th {border-left:1px solid #e1e1e1;}
table.LoanCardTable1 tbody td img {vertical-align:middle;}
table.LoanCardTable1 tbody td.point {padding-top:0;padding-bottom:0;font-size:14px;color:#E5483D !important;font-weight:bold;}

/* div.LoanCardLayoutType1 {overflow:hidden;border:1px;} */
div.LoanCardLayoutType1 {width:720px; margin:0px auto 0; padding:0 9px; float: right}
div.LoanCardLayoutType1 .left {float:left;width:47%;border:1;}
div.LoanCardLayoutType1 .right {float:right;width:47%;border:1;}
/*2015-07-06 박세인 loanCard 관련 개발 end*/

/* ARS서비스 이용안내 변경 SR096739  2016-01-13 START */
.arsMap { position:relative; z-index:0;}/*2021.04.20 남윤정 수정*/
.arsMap ul { z-index:100;left:0; top:0; margin:0 0px 0 -1px; line-height:0; font-size:0;}
.arsMap > ul > li {width:auto;height:auto;display:inline-block;}/*2021.04.20 남윤정 수정*/
.arsMap ul li:first-child { border-top:none; }
.arsMap ul li a{ display:block;line-height: 13px;font-weight: bold;font-size: 15px;text-decoration: none;float: left;display: inline-block;position: absolute;top: 0;color:#999999;}/*2021.04.20 남윤정 수정*/
.arsMap ul li:last-of-type a{left:75px;}/*2021.04.20 남윤정 추가*/
.arsMap ul li:last-of-type a::before{content:'';width:1px;height:11px;background-color:#999999;position:relative;display:inline-block;margin-right: 10px;}/*2021.04.20 남윤정 추가*/
.arsMap .depth2 .depth2Menu .arsCont .cont a[class*=btn] {
  display:inline-block;background:url(../images/common/bg_button_1.gif) 0 0 no-repeat;
  font-weight:bold;letter-spacing:0 /*20200408*/;vertical-align:middle;margin:0 1px 0 30px;
  cursor:pointer;padding-left:0px;background-position:right -344px;
}

.arsMap li.on > a {display: inline-block;position: relative;color:#151515;width: auto;height: auto;padding: 0;line-height: auto;top: 0;float: left;}/*2021.04.20 남윤정 수정*/
.arsMap .depth2 { margin-left:-1px;display:none; position:absolute; top:0; left:230px; width:260px; height:452px;border-right:1px solid #d5d5d5;border-left:1px solid #d5d5d5;}
.arsMap li.on .depth2 {display:block;}
.arsMap .depth2 .depth2Menu>li { width:260px; height:64px; border-bottom:1px solid #dddddd; }
.arsMap .depth2 .depth2Menu li a { color:#454545;  }
.arsMap .depth2 .depth2Menu li a.on { background-color:#f2f4f5; color:#1490EF;width:258px; height:63px;margin:0px 0px 0px 1px;}
.arsMap .depth2 .depth2Menu li a.on .num { border:2px solid #d9d9d9; padding:4px 4px 4px 4px; background-color:#fff;}
.arsMap .cont ul { margin-top:10px; font-weight: bold;font-size: 11px; }
.arsMap .cont p { font-size:11px; }
.arsMap .depth2 .arsCont { margin-left:6px; margin-top:10px; display:none;left:260px; width:220px; height:440px; padding-left:0px; border-left:none}
.arsMap .depth2 .depth2Menu .arsCont .cont li{ font-size:11px;}
.arsMap .arsCont {margin-left: -1px;display: inline-block;top: 30px;left: 0;width:100%;height:auto;padding: 0px 0 0 0px;background: #fff;font-size: 12px;line-height: 18px;}/*2021.04.20 남윤정 수정*/
.arsMap .arsCont ul li { height:20px; margin-top:15px; line-height:29px; background:none !important;}
.arsMap .arsCont ul li:first-child { margin-top:0; }
.arsMap .arsCont ul li .num{ padding-left:-2px; top:10px; padding:2px 2px 2px 2px; }
.arsMap .arsCont img{margin: 20px 0 40px;}/*2021.04.20 남윤정 추가*/
/* .arsMap .arsCont .txt { padding-left:20px;padding-top:20px; font-size:12px; line-height: 18px; }
.arsMap .arsCont .txt.type2 { padding-left:20px;padding-top:20px; }
.arsMap .arsCont .txt strong { font-size:12px; padding-bottom:8px; } *2021.04.20 남윤정 수정*/
.arsMap li .num { margin-right:8px; width:26px; height:27px; text-indent:-99999px; border:2px solid #d9d9d9; vertical-align:middle; padding:4px 4px 4px 4px; background-color:#fff;}
.arsMap > ul > li.on > a > .num {border:2px solid #d9d9d9; padding:4px 4px 4px 4px; background-color:#fff;}
/* ARS서비스 이용안내 변경 SR096739 END */



/*2016.05.04 신용정보조회페이지/이자영*/
div.inquiryCrdinfoLayout {margin-right: 50px;}
div.inquiryCrdinfo {width: 160px; height: 160px; background: url('/images/common/bg_box_17.gif') no-repeat; float: left; }
div.inquiryCrdinfomargin {margin-right: 10px;}
div.inquiryCrdinfo p.data {font-size: 20px; font-weight: bold; text-align: center; margin-top: 40px;}
div.inquiryCrdinfo p.title {font-size: 15px; color: #222; font-weight: bold; text-align: center; margin-top: 47px;}
div.inquiryCrdinfo strong {font-size: 23px; color: #1490EF}

/*2020.06.25 대출계약서 전자서명 vip론 근저당 설정동의여부*/
table.tableType9 {width:100%;border-top:1px solid #c7cacd;border-bottom:1px solid #c7cacd;}
table.tableType9 tr {border:none;}
table.tableType9 thead th {border:1px solid #e0e2e4;background:#edf7fe;color:#464646;font-size:12px;line-height:17px;text-align:center;width:20%;}
table.tableType9 tbody th {border-top:1px dotted #cececd;background:#f6f8f9;color:#464646;font-size:12px;line-height:14px;text-align:center;}
table.tableType9 tbody td {padding:7px 10px;border-right:1px dotted #cececd;border-top:1px dotted #cececd;background:#fff;color:#333;font-size:12px;line-height:14px;text-align:center;}
table.tableType9 tbody td:first-child {border-left:1px dotted #cececd;}

/* 2020.06.25 배유리 메인페이지 하단 fine */
.footer_company .family_site .box{float: right;}
.finelink{float: right;margin-left: 10px;}
.finelink img{height: 32px;}

/*-- -남윤정 2020.09.03 소비자정보포털 메인 css 추가-*/
.cip_intro_box{position: relative;overflow: hidden;width: 960px;height: 200px;box-sizing: border-box;border-radius: 5px;border: 1px solid #D0E9FC;}
.cip_intro_box h2{display: inline-block;margin: 24px 16px;color: #151515;font-size: 24px;}
.cip_intro_box h2 .top_main_icon{display: inline-block;position: relative;width: 27px;height: 33px;top: 8px;background-image: url('../images/cip_main_top_icon_01.png')}
.cip_intro_box p{display: inline-block;margin: 0 0 16px 16px;color: #333;font-size: 15px;letter-spacing: -0.5px;}
.cip_intro_box p span{color: #1490EF;font-weight: bold;}
.cip_intro_box img{display: inline-block;position: absolute;top: 0;right: 0;}
.cip_intro_list{width: 960px;margin-top: 32px;}
.cip_intro_list li{position: relative;float: left;width: calc(50% - 8px);height: 220px;margin-bottom: 16px;box-sizing: border-box;border-radius: 5px;border: 1px solid #bcbcbc;}
.cip_intro_list li:nth-child(odd){margin-right: 8px;}
.cip_intro_list li:nth-child(even){ margin-left: 8px;}
.cip_intro_list li h3{margin: 16px;font-size: 22px;line-height: 22px;letter-spacing: -1.5px;}
.cip_intro_list li h3 span{font-weight: normal;}
.cip_intro_list .list_icon{display: inline-block;position: relative;width: 33px;height: 33px;margin-left: 2px;margin-right: 4px;top: 4px;}
.cip_intro_list .list_icon.icon01{height: 34px;background-image: url('../images/cip_main_icon_01.png');}
.cip_intro_list .list_icon.icon02{height: 24px;background-image: url('../images/cip_main_icon_02.png');}
.cip_intro_list .list_icon.icon03{background-image: url('../images/cip_main_icon_03.png');}
.cip_intro_list .list_icon.icon04{height: 29px;background-image: url('../images/cip_main_icon_04.png');}
.cip_intro_list .list_icon.icon05{background-image: url('../images/cip_main_icon_05.png');}
.cip_intro_list .list_icon.icon06{background-image: url('../images/cip_main_icon_06.png');}
.cip_intro_list li p{margin-left: 16px;font-size: 14px;letter-spacing: -0.5px;}
.cip_intro_list li p.pluslink_txt{position: absolute;margin-left: 0;bottom: 66px;right:16px;font-weight: bold;}
.cip_intro_list li p span{color: #1490EF;font-weight: bold;}
.cip_intro_list li a{display: inline-block;position: absolute;width: 228px;height: 44px;margin-left: 16px;bottom: 16px;box-sizing: border-box; border-radius: 5px;border: 1px solid #1490EF;background-color: #f5fbff;text-align: center;}
.cip_intro_list li a p{display: inline-block;margin: 9px 0 0 0;color: #1490EF;font-size: 14px;font-weight: bold;}
.cip_intro_list li a:hover{background-color: #1490EF;}
.cip_intro_list li a:hover p{color: white;}
.cip_intro_list li a:hover p span{color: white;}
.cip_intro_list li a.pluslink{width: 150px;right: 16px;bottom: 16px;background-color: white;}
.cip_intro_list li a.pluslink:hover{background-color: #1490EF;}


/*2020.09.14 남윤정 수정 start*/
/**나의 민원접수 확인하기*/
.my_voc .txt a{color: #0b71b5;text-decoration: underline;}
.my_voc ul.box li{padding: 5px;}
.my_voc ul.box .labelSize{display: inline-block;width: 50px;}

/**나의 민원접수 detail page*/
.my_voc_popup dl.bbsView dd.state{width: 56px;height: 56px;top: 25px;border-radius: 50%;border: 1px solid #329bdd;text-align: center;}
.my_voc_popup dl.bbsView dd.state p{display:inline-block;margin-top:50%;transform:translateY(-50%);-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);font-size:16px;color: #1490EF;font-weight: bold;line-height: 18px;}
.btnBigBlue.my_voc_popup{margin-right: 8px;}
a[class*=btnBig].my_voc_popup span{height: 30px;padding: 5px 16px 0}
.my_voc_popup dl.bbsView dd.date{margin-top: 12px;}
.my_voc_popup dl.bbsView dd.date span{color: #444444;}

/* 2020.08.26 엄지민 소비자 정보포털 - 민원접수 프로세스*/
.box_his01{ background: none;}
div.box_his01 h2.depth2_2{ margin-bottom: 32px; color: #151515;}
div.box_his01 h2.depth2_2 span{display: inline-block; position: relative; height: 30px; width: 28px; margin-right: 8px; top: 6px; background-image: url('../images/complain_icon_gray.png'); background-size: auto 30px;}
.complaint_channel.info{ list-style: disc; margin-bottom: 32px; padding-left: 16px; padding-bottom: 32px; border-bottom: 1px solid #e4e4e4;}
.complaint_channel.info li{ margin-bottom: 4px;}
.complaint_channel.info li p > span{font-weight: bold;}
.complaint_channel.info li p > span.md{font-weight: normal;}
.complaint_channel.info li:last-of-type p{display: inline-block;}
.complaint_channel.info li > a{display: inline-block;}

/*민원 접수*/
.complaint_receipt .box{ padding: 32px; border: 1px solid #ebebeb;}
.complaint_receipt .box li p{line-height: 24px;}
.complaint_receipt .box li p span{ font-weight: bold;}
a[class*=btn].btnBigBluelight{ margin: 0; border-radius: 2px; background: none; background-color: #5399c9; color: white;}
a[class*=btn].btnBigBluelight span{background: none;}
a[class*=btn].btnBigBluedeep{margin: 0; border-radius: 2px; background: none; background-color: #0b71b5; color: white;}
a[class*=btn].btnBigBluedeep span{background: none;}

/*칭찬 접수*/
.compliment_receipt .box{padding: 32px; border: 1px solid #ebebeb;}
.compliment_receipt .box li p{line-height: 24px;}
.compliment_receipt .box li p span{font-weight: bold;}

/*나의 민원 확인하기*/
.my_voc{padding-bottom: 32px;border-bottom: 1px solid #e4e4e4;}
.my_voc .box{display: inline-block;padding: 32px; border: 1px solid #ebebeb;width: 100%;}
.my_voc .box li{float: left; width: 50%; text-align: center;}
.my_voc .box label{margin-right: 5px;}
.my_voc .txt{margin-bottom: 20px;}
.my_voc_list{margin: 32px 0;}
.my_voc_list h2{color: #222;      font-size: 18px; margin-bottom: 16px;}
.my_voc_result{padding: 32px; border: 1px solid #ebebeb; text-align: center;}
.my_voc_result p{font-size: 14px;}

/* 2020.08.26 엄지민 소비자 정보포털 - 민원접수 프로세스 끝*/

/*2020.09.14 남윤정 수정 start*/
/**방문판매인력 조회*/
.dtdsales_search .txt a{color: #0b71b5;text-decoration: underline;}
.dtdsales_search ul.box li{padding: 5px;}
.dtdsales_search ul.box .labelSize{display: inline-block;width: 50px;}

.dtdsales_search{padding-bottom: 32px;border-bottom: 1px solid #e4e4e4;}
.dtdsales_search .box{display: inline-block;padding: 32px; border: 1px solid #ebebeb;width: 100%;}
.dtdsales_search .box li{float: right; width: 100%; text-align: center;}
.dtdsales_search .box li .txt-explain{float: left; text-align: left; margin-right: 20px;}
.dtdsales_search .box li .btnBigBlue{margin: 20px; width: 170px;}
.dtdsales_search .box label{margin-right: 5px;}
.dtdsales_search .txt{margin-bottom: 20px;}

/**부채증명서 출력*/
.lbltCtfcIsue_div ul.box li{padding: 5px;}
.lbltCtfcIsue_div ul.box .labelSize{display: inline-block;width: 70px;}

.lbltCtfcIsue_div{padding-bottom: 32px;border-bottom: 1px solid #e4e4e4;}
.lbltCtfcIsue_div .box{display: inline-block; padding: 45px; border: 1px solid #ebebeb;width: 100%; margin-top: 10px;}
.lbltCtfcIsue_div .box li{float: right; width: 100%;}
.lbltCtfcIsue_div .box li .txt-explain{float: left; text-align: left; margin-right: 20px;}
.lbltCtfcIsue_div .box li .btnBigBlue{margin: 20px; width: 170px;}
.lbltCtfcIsue_div .box label{margin-right: 5px;}

/* .my_voc_list{margin: 32px 0;}
.my_voc_list h2{color: #222;      font-size: 18px; margin-bottom: 16px;}
.my_voc_result{padding: 32px; border: 1px solid #ebebeb; text-align: center;}
.my_voc_result p{font-size: 14px;} */

/* 2020.08.26 엄지민 소비자 정보포털 - 민원접수 프로세스 끝*/

/* 2020.08.31 엄지민 소비자 정보포털 - 금융소비자보호헌장*/
.FCP_topbox{width: 100%; padding: 32px 0; border: 1px solid #dce2e5; background: #fafbfc; text-align: center;}
.FCP_topbox p{display: inline-block;      font-size: 14px; font-weight: bold;}
.aju_drive3{margin: 32px 0;text-align: center;}
.aju_drive3 h2{    color: #151515;font-size: 36px;font-weight: bold;letter-spacing: -1px;}
.aju_drive3 h2 span{color: #1490EF; font-size: 36px;}
.aju_drive3 .title_desc{margin: 16px 0;     font-size: 16px; font-weight: bold;}
.aju_drive3 .title_desc span{color: #1490EF;font-size: 16px;}
.aju_drive3 ul{display:inline-block;}
.aju_drive3 ul li{width: 165px;height: 212px;padding: 16px 0; border-top: solid 2px;border-bottom: solid 2px;margin: 0 12px;float: left;}
.aju_drive3 ul li.think{border-color: #1490EF;}
.aju_drive3 ul li.thank{border-color: #1490EF;}
.aju_drive3 ul li.trust{border-color: #1490EF;}
.aju_drive3 .icon{display: inline-block; height: 39px; background-image: url('../images/icon_charter.png');}
.aju_drive3 .think .icon{width: 29px;}
.aju_drive3 .thank .icon{width: 55px;background-position: -29px 0;}
.aju_drive3 .trust .icon{width: 50px;background-position: -84px 0;}
.aju_drive3 .title{font-size: 22px;}
.aju_drive3 .title span{color: #1490EF; font-weight: bold;font-size: 24px;}
.aju_drive3 .desc span{color: #1490EF; font-weight: bold;font-size: 14px;}
.aju_drive3 .desc{margin-top: 16px;font-size: 14px;letter-spacing: -1px; line-height: 20px;}
.aju_charter{width: 100%;padding-bottom: 1px; background-color: #f5f5f5; color: #333; text-align: center;margin-top: 32px;}
.divline{display: inline-block; width: 16px; height: 2px; margin-top: 64px; margin-bottom: 20px; background-color: #333;}
.divtitle{     font-size: 24px;font-weight: normal;}
.aju_charter .desc{width: calc(100% - 64px); margin: 32px; padding: 32px; background-color: white; text-align: left;}
.aju_charter .desc p.main_desc{margin-bottom: 16px;font-size: 15px;line-height: 22px;}
.aju_charter .desc p.sub_desc{font-size: 14px;}

/*금융소비자보호 조직*/
.aju_organ{width: 100%;text-align: center;}
.aju_organ .title_desc{width: calc(100% - 64px); margin: 32px; padding: 16px 0; border: 1px solid #cacaca;}
.aju_organ .title_desc p{color: #222;font-size: 15px;line-height: 22px;}
.aju_organ img{margin: 32px 0;}
.aju_organ ul{text-align: left;margin: 32px;}
.aju_organ ul li{display: inline-block; width:100%;margin: 16px 0;}
.aju_organ ul div{display: inline-block; float:left;width: 140px;margin-right: 16px;padding: 4px;border: 1px solid #1490EF; text-align: center;}
.aju_organ ul div p{display: inline-block;margin-top:0;color: #1490EF;font-size: 15px;font-weight: bold;}
.aju_organ ul div.blackcolor{border: 1px solid #b7bcbf;}
.aju_organ ul div.blackcolor p{color: #464646;}
.aju_organ ul li > p{font-size: 14px; line-height: 22px;}

/*상품개발 프로세스*/
.process{width: 100%;text-align: center;}
.process img{margin: 32px 0;}

/*상품판매원칙*/
.principle{width: 100%; padding: 32px 0;}
.principle li{padding: 16px 0; border-bottom: 1px solid #b7bcbf;}
.principle li:last-of-type{border: none;}
.principle p{font-size: 13px;}
.principle .list > p.indent{margin-left: 18px;text-indent: -18px;}
.principle .list > p.noindent{margin-left: 0;}
.principle .subtitle{padding: 0 0 8px 0;font-size: 16px; font-weight: bold;}
.principle .subtitle span{color:#1490EF;}
.principle .list{margin: 8px 0;}
.principle .list div{display: inline-block; float: left; width: 16px; height: 16px; margin-top: 2px; margin-right: 8px; border-radius: 50%; border: 1px solid #666;}
.principle .list div p{display: inline-block; float: left;  margin-top: -4px; margin-left: 4px; color: #636363; font-weight: bold;}
.principle .list > p{ margin-left: 24px; margin-bottom: 4px;}


/* 2020.09.01 배유리 금융소비자 권익 보호 */
.fc_por{display: inline-block;width: 100%;}
.fc_por:after{display:block;clear:both;content:'';}
.fc_por li{width: 238.750px;height:238.750px;padding: 98px 0;border: 1px solid #666;border-right: none;text-align: center;float: left;
	transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
    -ms-transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
    -webkit-transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
    -o-transition: background-color 300m ease-in-out, color 300ms ease-in-out;}
.fc_por li:hover{border: 1px solid #1490EF;background-color: #1490EF;}
.fc_por li:hover a p{color: white;font-weight: bold;}
.fc_por li a{display:block;width: 100%;height: 100%;text-decoration:none;}
.fc_por li a p{font-size: 18px;font-weight: bold;}
.fc_por li:last-of-type{border-right:1px solid #666;}

/* 2020.09.01 배유리 금융판례 및 분쟁사례 */
.fnd_cases .box{padding: 32px;border: 1px solid #ebebeb;}
.fnd_cases .box li p{line-height: 24px;}

/* 2020.09.01 배유리 장애인 상담안내 */
.cod h2{margin-top: 32px;}

/* 2020.09.01 배유리 전체 메뉴 줄 수정 */
.allmenu .menu > ul > li:last-of-type{border-right: none;}

/* 2020.09.01 배유리 피해 예방 꿀팁 */
.listdesc.tpd{float: right;}
.listdesc.tpd li{float: left;margin: 0 12px;}
.listdesc.tpd li p{    color: #222;font-size: 13px;}
.listdesc.tpd .page p span{color: #0b71b5;font-weight: bold;}
.listdesc.tpd .num p span{font-weight: bold;}

/* 2020.09.01 배유리 유용한 사이트 추가 */
.usefulsite{width: 100%;}
.usefulsite li{display: inline-block;position: relative;float: left;width: calc(50% - 8px);height: 178px;margin-bottom: 12px;box-sizing: border-box;border: 1px solid #e4e4e4;}
.usefulsite li:nth-child(odd){margin-right: 6px;}
.usefulsite li:nth-child(even){margin-left: 6px;}
.usefulsite img{display: inline-block;margin: 24px;}
.usefulsite .txt{display: inline-block;margin-top: 24px;}
.usefulsite .txt .title{line-height: 18px;color: #1490EF;    font-size: 18px;font-weight: bold;}
.usefulsite .txt .desc{margin-top: 8px;line-height: 18px;font-size: 13px;letter-spacing: -0.5px;}
.usefulsite .txt .desc span{color: #1490EF;font-weight: bold;}
.usefulsite a{display: inline-block;position: absolute;width: 134px;left: calc(50% - 67px);bottom: 16px;padding: 4px;box-sizing: border-box;border: 1px solid #1490EF;border-radius: 50px;text-align: center;}
.usefulsite a p{display: inline-block;color: #204B85;font-size: 13px;font-weight: bold;margin-top:0/*2021.04.14 남윤정 추가*/;}
.usefulsite a:hover{background-color: #1490EF;}
.usefulsite a:hover p{color: white;}

/* 2020.09.11 남윤정 민원 접수 완료 페이지 추가*/
.EndMsgBox2 .complete_msg{margin:16px 0;text-align: center;}
.EndMsgBox2 .complete_icon{display:inline-block;}
.EndMsgBox2 .complete_msg .msg{margin:16px 0;}
.EndMsgBox2 .complete_msg .msg strong{font-weight: bold;}
.EndMsgBox2 .complete_msg .msg p{margin-top:16px;font-size:13px;letter-spacing:-1px;font-weight: 700;}

/* 2020.09.11 남윤정 민원 공시 */
.complaints_disclosure{margin-top: 32px;}
.complaints_disclosure .history{float: right;}
.complaints_disclosure .num{margin-top: 32px;}
.complaints_disclosure h2{color: #1490EF; font-size: 16px; /* 2020.10.08 남윤정 추가 str */margin: 24px 0;/* 2020.10.08 남윤정 추가 end */}
.complaints_disclosure table tbody tr th{background-color: #fdfdfd;}
.complaints_disclosure .down{color: #1490EF;}
.complaints_disclosure .up{color: crimson;}
.complaints_disclosure p { margin-top: 3px; font-weight: 700;}
.complaints_disclosure caption { position:absolute; clip:rect(0,0,0,0); width:1px; height:1px; margin:-1px; overflow:hidden;} /* 2023.09.21 웹접근성 추가 */

/* 20240724 민원공시 설명 추가 */
.complaints_disclosure .complaint-notice-list-data dt{position:relative;padding: 10px 0 5px 10px;}
.complaints_disclosure .complaint-notice-list-data dt:before{content: '-';position: absolute;top:10px;left: 0;display: block;}
.complaints_disclosure .complaint-notice-list-data dd{position:relative;padding-left:14px;padding-bottom:5px;margin-left:5px;}
.complaints_disclosure .complaint-notice-list-data dd:before{content: '';position: absolute;top: 8px;left: 0;display: block;width: 3px;height: 3px;border-radius: 50%;background: black}
.complaints_disclosure .complaint-notice-data{counter-reset:number 0;}
.complaints_disclosure .complaint-notice-data dt{padding: 10px 0 5px 0;}
.complaints_disclosure .complaint-notice-data dd{position:relative;padding-left:34px;padding-bottom:5px;}
.complaints_disclosure .complaint-notice-data dd:before{position: absolute;top: 0;left: 0;counter-increment: number;content: "주" counter(number)")"}

/*2020.11.16 엄지민 대출철회팝업 글씨 색상 추가*/
p.popMsgBox .popred{color:red;}

/*2021.01.25 남윤성 리스 상품 페이지 수정*/
.loanReqBox.last div#agreeBlock1 div.popACCbox div.popACCbox_top.all_agree input#agreeAll{width:14px;zoom:1.6;}
.loanReqBox.last div#agreeBlock1 div.popACCbox div.popACCbox_top.all_agree label strong{font-size:18px;}
.loanReqBox.last div#agreeBlock1 div.popACCbox div.popACCbox_top strong{color:#204B85;}
.popACCbox_body input#recvAllYn + label{margin-right:20px;margin-left:5px;}
.popACCbox_body input#emailRecvYn + label{margin-left:5px;}
.popACCbox_body input#tmRecvYn + label{margin-left:5px;}
.popACCbox_body input#smsRecvYn + label{margin-left:5px;}
.popACCbox_body #postRecvUseYnn + label{margin-left:5px;}
.RightArea div.realpossession{margin-left: 150px;}
.RightArea div.realpossession h3.term_tit{font-size:14px;margin-bottom:14px;}
.RightArea div.realpossession label{font-size:14px;}
.RightArea div.realpossession .deal_perpose.all_btn_ch .all_bullet p.small_txt{margin-top:16px;width:80%;word-break:keep-all;color:#666666;}

.LayOut_Loan .RightArea .right section.termCheck{margin:32px 0;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor .titleW.titleW_tit{border-bottom:1px solid #dbdbdb;padding-bottom:12px;margin-bottom:16px;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor .titleW.titleW_tit label{font-size:18px;font-weight:bold;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor .titleW.titleW_tit label #infoOkBtn{zoom: 1.6;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#cm_Product_list > li{height:25px;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#cm_Product_list > li ul label > li.loanProduct_tit.tit_txt{float:left;width:116px;font-weight:bold;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#cm_Product_list > li ul label > li.loanProduct_tit.cmcctit_txt{float:left;width:140px;font-weight:bold;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#cm_Product_list > li ul label > li.loanProduct_content.loanProduct_lh{float:left;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#cm_Product_list > li:nth-of-type(11), .LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#cm_Product_list > li:nth-of-type(13){height:auto;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#cm_Product_list > li:nth-of-type(11) > ol{border:1px solid #bcbcbc;padding:20px;color:#666;margin-left:18px;margin-bottom:16px;background:#fdfdfd;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#cm_Product_list > li:nth-of-type(11) > ol > li{color:#666;line-height:18px;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#cm_Product_list li > h3{position:relative;margin:0;height:40px;font-size:12px;line-height:40px;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#cm_Product_list li > h3 #chkLsImpCrm{margin-right: 5px;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#cm_Product_list li > h3 a.info_cont_open.close{float:right;font-size:12px;text-decoration:underline;color:#999;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#cm_Product_list li > ul.txt_dot.info_cont{display:block;border:1px solid #bcbcbc;padding:20px;margin-left:18px;color:#666;background:#f5f5f5;height:240px;overflow:scroll;margin-bottom:16px;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#cm_Product_list li.line_bb_eee{height:36px;margin-left:18px;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#cm_Product_list li.line_bb_eee ul label li.loanProduct_tit.tit_txt{width:98px;float:left;font-weight:bold;padding-left: 0 !important;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#cm_Product_list > li:last-of-type{height:auto;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#cm_Product_list li.loanProduct_content.loanProduct_lh > p:nth-of-type(1){color:#1490EF;margin-left:18px;margin-top:4px;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#cm_Product_list li.loanProduct_content.loanProduct_lh > p:nth-of-type(2){margin-left:18px;color:#666;margin-top:8px;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#cm_Product_list .loanProduct_tit.tit_txt > input{margin-right: 8px;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#user_acc2{margin-top:32px;border-top:1px solid #dbdbdb;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#user_acc2 li.sel4.floatClear{margin:12px 0;margin-top: 32px;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#user_acc2 li.sel4.floatClear input{zoom:1.2;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#user_acc2 li.sel4.floatClear label span{font-size:14px;font-weight:bold;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#user_acc2 li.sel4.floatClear input#prepayment{margin-left:20px;}
.LayOut_Loan .RightArea .right section.termCheck #receiveW .agree_all_nor dl dd.on ul#user_acc2 > p{color: #666;}
section#step3_loanProduct{display:inline-block;}
section#step3_loanProduct > ul#step3_loanProduct_list{border-top: 1px solid #dbdbdb;padding-top: 32px;}
section#step3_loanProduct > ul#step3_loanProduct_list > li{height:30px;margin-top:8px;line-height:30px;float:left;width:50%;}
section#step3_loanProduct > ul#step3_loanProduct_list > li > ul > li.loanProduct_tit{width: 100px;float:left;font-weight:bold;background-color:#f2f5f9;text-align:center;}
section#step3_loanProduct > ul#step3_loanProduct_list > li > ul > li.loanProduct_content.fw400{margin-left:10px;width: 180px;float: left;}
section.guidebox{margin-top:32px;border-top: 1px solid #dbdbdb;}
section.guidebox h3{font-size:16px;margin-top: 32px;}
section.guidebox p{margin-top:16px;border:1px solid #1490EF;padding:20px;line-height:20px}
section#sec2_select{margin-top: 32px;border-top: 1px solid #dbdbdb;padding-top: 32px;}
section#sec2_select ul.deal_perpose{line-height:36px;}
section#sec2_select ul.deal_perpose > li#sub_tit{width:100px;float:left;text-align: center;line-height: 36px;font-weight: bold;}
section#sec2_select ul.deal_perpose > li.deal_purpose.floatClear{float: left;width: 25%;}
section#sec2_select ul.deal_perpose > li.deal_purpose.floatClear select{width: 100%;}	
section#sec2_select ul.deal_perpose > li#sub_tit.fund_source_text{float: left;width: 100px;text-align: center;font-weight: bold;margin-left: 40px;}
section#sec2_select p{text-align: center;margin-top: 10px;color: #666666;}

#leaseLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > h2#section_tit{font-size: 18px;margin-bottom: 16px;}
#leaseLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo li ul li.f_left{font-weight: bold;width: 116px;float: left;height: 30px;background: #f2f5f9;line-height: 30px;text-align: center;}
#leaseLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo li ul li.price_cont{display: inline-block;height: 30px;line-height: 30px;margin-left: 10px;}
#leaseLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li:nth-of-type(2){margin-bottom: 32px;}
#leaseLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear{margin-top: 12px;}
#leaseLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li{display:inline-block;}
#leaseLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li#sub_tit{padding-bottom: 10px;font-weight: bold;width: 116px;float: left;height: 40px;line-height: 40px;background-color: #f2f5f9;text-align: center;}
#leaseLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li #account_bank_select_modal_btn{height: 40px;line-height: 40px;}
#leaseLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li #account_bank_select_modal_btn a{display: inline-block;margin-left: 10px;padding-right: 10px;border-right: 1px solid #dbdbdb;font-weight: bold;}
#leaseLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li.inputPrice{display: inline-block;margin-left: 10px;}
#leaseLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li.inputPrice input#acc_no{margin-left: 4px;border-radius: 4px;}
#leaseLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li button#ars_agree_btn{background: #f5f5f5;height: 30px;display: inline-block;margin: 4px;padding: 0 10px;border: 1px solid #dbdbdb;border-radius: 4px;font-weight: bold;}
#leaseLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li.small_txt_red.cl_bo p.special_ch.red{margin-top: 10px;margin-bottom: 12px;}
#leaseLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li#noticeOk span.notice_ok{font-size: 13px;font-weight: bold;color: #1490EF;}
#leaseLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li#noticeOk span.notice_wrong{font-size: 13px;font-weight: bold;color: #1490EF;}
#leaseLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul#payDate{margin-bottom: 12px;}
#leaseLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul#payDate li#sub_tit{font-size: 14px;font-weight: bold;margin-bottom: 12px;}
#leaseLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul li.price_cont.f_right span#fstm_pymt_dttxt{margin-left: 10px;line-height: 30px;}
#leaseLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul li#sub_tit.f_left{font-weight: bold;width: 116px;float: left;height: 30px;background-color: #f2f5f9;text-align: center;line-height: 30px;}
#leaseLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo li.repayment_txt{margin-top: 12px;color: #999999;}

#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info{font-size:14px;float:left;line-height:24px;width:100%;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info:nth-of-type(1) h2.section_tit{font-size:14px;display: inline-block;float: left;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info select#bill{margin-left: 10px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3.tab_content h2{margin-top:20px;font-size:14px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list{float: left;width: 100%;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list li#billing_address{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list li#billing_address h3.add_tit{margin-bottom: 12px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list div.user_box li{margin-bottom: 4px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list div.user_box li.pt10{margin-bottom: 0;float: left;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2.tab_content h2{margin-top:20px;font-size:14px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list{float: left;width: 100%;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list li#billing_address_work{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list li#billing_address_work h3.add_tit{margin-bottom: 12px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list div.user_box li{margin-bottom: 4px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list div.user_box li.pt10{margin-bottom: 0;float: left;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}
/*20210205 남윤정 추가 str*/
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab10.tab_content h2.section_tit{margin-top:20px;font-size:14px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab10.tab_content ul#billing_address_list li#billing_address_email h3.add_tit{display: inline-block;margin-top:20px;margin-left:12px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab10.tab_content ul#billing_address_list li#billing_address_email ul > li{display: inline-block;margin-top: 12px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab10.tab_content ul#billing_address_list li#billing_address_email ul > li label.hidden{width: 116px;background-color: #f2f5f9;height: 30px;display: inline-block;line-height: 30px;font-weight: bold;text-align: center;margin-right: 10px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address h3.add_tit{margin-bottom: 12px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address div.user_box li{margin-bottom: 4px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address div.user_box li.pt10{margin-bottom: 0;float: left;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address h3.add_tit, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address h3.add_tit, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address h3.add_tit{margin-bottom: 12px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address div.user_box li, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address div.user_box li, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address div.user_box li {margin-bottom: 4px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address div.user_box li span#real_new_road_nm_zipcd, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address div.user_box li span#real_new_road_nm_zipcd, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address div.user_box li.pt10, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address div.user_box li.pt10, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address div.user_box li.pt10{margin-bottom: 0;float: left;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address div.user_box li.pt5 span#real_new_addr2, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address div.user_box li.pt5 span#real_new_addr2, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}
/*20210205 남윤정 추가 end*/
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info li.all_btn_box{margin-bottom:20px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea{margin-top: 32px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea h2.section_tit{font-size: 14px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_address_list li#billing_address_email h3#add_tit{margin-top: 12px;border: 1px solid #bcbcbc;padding: 8px;display: inline-block;border-radius: 5px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_address_list li#billing_address_email ul > li{display: inline-block;margin-top: 12px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_address_list li#billing_address_email ul > li label.hidden{width: 116px;background-color: #f2f5f9;height: 30px;display: inline-block;line-height: 30px;font-weight: bold;text-align: center;margin-right: 10px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section ul#all_btn_ok{margin-top: 20px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section ul#all_btn_ok li.all_bullet p.small_txt{font-size: 16px;font-weight: bold;}
#leaseLoanVO .LayOut_Loan .RightArea .right section ul#all_btn_ok li.all_btn_box label input#chkAgOk{width:18px;height:18px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section ul#all_btn_ok li.all_btn_box label span{font-size: 14px;line-height: 30px;margin-left:4px;display: inline-block;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#termCheck{margin-top: 20px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor .titleW.titleW_padd{margin-bottom: 10px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor .titleW.titleW_padd > label{font-size: 14px;font-weight: bold;margin-top: 20px;display: inline-block;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor ul.con_acoW li#notice_chk_tab > ul > li:first-child{float: left;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor ul.con_acoW li#notice_chk_tab > ul > li:last-child{margin-left: 10px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor ul.con_acoW li#notice_chk_tab > ul > li:last-child label{margin-bottom: 10px;margin-left: 20px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor #con_view_one_bth{border: 1px solid rgb(188, 188, 188);padding: 12px;margin-top: 10px;display: block;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor #con_view_one_bth ul#not_ch_block li#notice_chk_Y ul li label{line-height: 24px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor #con_view_one_bth ul#not_ch_block li#notice_chk_Y ul li.notice_cont .p_line_hight{color: #666;margin-top: 10px;}

#leaseLoanVO .LayOut_Loan .RightArea .right div.popACCbox_top.all_agree{font-size:18px;}

#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9.tab_content h2{margin-top:20px;font-size:14px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list{float: left;width: 100%;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list li#billing_address{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list li#billing_address h3.add_tit{margin-bottom: 12px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list div.user_box li{margin-bottom: 4px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list div.user_box li.pt10{margin-bottom: 0;float: left;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8.tab_content h2{margin-top:20px;font-size:14px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list{float: left;width: 100%;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list li#billing_address{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list li#billing_address h3.add_tit{margin-bottom: 12px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list div.user_box li{margin-bottom: 4px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list div.user_box li.pt10{margin-bottom: 0;float: left;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}
#leaseLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}

/*2021.02.02 남윤성 렌트 상품 페이지 수정*/
#rentLoanVO .LayOut_Loan .RightArea .right span.points_black{font-size: 16px;font-weight: bold;margin-bottom: 20px;display: inline-block;}
#rentLoanVO .LayOut_Loan .RightArea .right table.tableType5 tbody tr{padding-bottom: 8px;display: inline-block;width: 500px;float: left;}
#rentLoanVO .LayOut_Loan .RightArea .right table.tableType5 tbody tr th{line-height: 30px;width: 116px;background-color: #f2f5f9;text-align: center;height: 30px;padding: 0;float: left;}
#rentLoanVO .LayOut_Loan .RightArea .right table.tableType5 tbody tr td{margin-left: 10px;padding: 0;display: inline-block;height: 30px;line-height: 30px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.termCheck div.box2 div#receiveW div.agree_all_nor dl dd.on ul#cm_Product_list li ul li.loanProduct_tit.tit_txt label{float: left;font-weight: bold;width: 116px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.termCheck div.box2 div#receiveW div.agree_all_nor dl dd.on ul#cm_Product_list li ul li.loanProduct_tit.tit_txt label input{margin-right: 4px;}
#rentLoanVO .LayOut_Loan .RightArea .right section li.p_line_hight{margin-top: 10px;line-height: 24px;}
#rentLoanVO .LayOut_Loan .RightArea .right section li.p_line_hight span{line-height: 30px}
#rentLoanVO .LayOut_Loan .RightArea .right section li table{background: #fdfdfd !important;width: 100%;height: auto;}
#rentLoanVO .LayOut_Loan .RightArea .right section li table tbody tr td.small_txt{text-align: center !important;border: solid 1px #999999;padding: 8px;}

#rentLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > h2#section_tit{font-size: 18px;margin-bottom: 16px;}
#rentLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo li ul li.f_left{font-weight: bold;width: 116px;float: left;height: 30px;background: #f2f5f9;line-height: 30px;text-align: center;}
#rentLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo li ul li.price_cont{display: inline-block;height: 30px;line-height: 30px;margin-left: 10px;}
#rentLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li:nth-of-type(2){margin-bottom: 32px;}
#rentLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear{margin-top: 12px;}
#rentLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li{display:inline-block;}
#rentLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li#sub_tit{padding-bottom: 10px;font-weight: bold;width: 116px;float: left;height: 40px;line-height: 40px;background-color: #f2f5f9;text-align: center;}
#rentLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li #account_bank_select_modal_btn{height: 40px;line-height: 40px;}
#rentLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li #account_bank_select_modal_btn a{display: inline-block;margin-left: 10px;padding-right: 10px;border-right: 1px solid #dbdbdb;font-weight: bold;}
#rentLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li.inputPrice{display: inline-block;margin-left: 10px;}
#rentLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li.inputPrice input#acc_no{margin-left: 4px;border-radius: 4px;}
#rentLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li button#ars_agree_btn{background: #f5f5f5;height: 30px;display: inline-block;margin: 4px;padding: 0 10px;border: 1px solid #dbdbdb;border-radius: 4px;font-weight: bold;}
#rentLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li.small_txt_red.cl_bo p.special_ch.red{margin-top: 10px;margin-bottom: 12px;}
#rentLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li#noticeOk span.notice_ok{font-size: 13px;font-weight: bold;color: #1490EF;}
#rentLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li#noticeOk span.notice_wrong{font-size: 13px;font-weight: bold;color: #1490EF;}
#rentLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul#payDate{margin-bottom: 12px;}
#rentLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul#payDate li#sub_tit{font-size: 14px;font-weight: bold;margin-bottom: 12px;}
#rentLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul li.price_cont.f_right span#fstm_pymt_dttxt{margin-left: 10px;line-height: 30px;}
#rentLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul li#sub_tit.f_left{font-weight: bold;width: 116px;float: left;height: 30px;background-color: #f2f5f9;text-align: center;line-height: 30px;}
#rentLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo li.repayment_txt{margin-top: 12px;color: #999999;}

#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info{font-size:14px;float:left;line-height:24px;width:100%;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info:nth-of-type(1) h2.section_tit{font-size:14px;display: inline-block;float: left;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info select#bill{margin-left: 10px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3.tab_content h2{margin-top:20px;font-size:14px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list{float: left;width: 100%;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list li#billing_address{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list li#billing_address h3.add_tit{margin-bottom: 12px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list div.user_box li{margin-bottom: 4px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list div.user_box li.pt10{margin-bottom: 0;float: left;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2.tab_content h2{margin-top:20px;font-size:14px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list{float: left;width: 100%;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list li#billing_address_work{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list li#billing_address_work h3.add_tit{margin-bottom: 12px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list div.user_box li{margin-bottom: 4px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list div.user_box li.pt10{margin-bottom: 0;float: left;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}
/*20210205 남윤정 추가 str*/
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab10.tab_content h2.section_tit{margin-top:20px;font-size:14px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab10.tab_content ul#billing_address_list li#billing_address_email h3.add_tit{display: inline-block;margin-top:20px;margin-left:12px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab10.tab_content ul#billing_address_list li#billing_address_email ul > li{display: inline-block;margin-top: 12px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab10.tab_content ul#billing_address_list li#billing_address_email ul > li label.hidden{width: 116px;background-color: #f2f5f9;height: 30px;display: inline-block;line-height: 30px;font-weight: bold;text-align: center;margin-right: 10px;}
#rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address h3.add_tit{margin-bottom: 12px;}
#rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address div.user_box li{margin-bottom: 4px;}
#rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address div.user_box li.pt10{margin-bottom: 0;float: left;}
#rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}
#rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address, #rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address, #rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address h3.add_tit, #rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address h3.add_tit, #rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address h3.add_tit{margin-bottom: 12px;}
#rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address div.user_box li, #rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address div.user_box li, #rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address div.user_box li {margin-bottom: 4px;}
#rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address div.user_box li span#real_new_road_nm_zipcd, #rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address div.user_box li span#real_new_road_nm_zipcd, #rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address div.user_box li.pt10, #rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address div.user_box li.pt10, #rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address div.user_box li.pt10{margin-bottom: 0;float: left;}
#rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address div.user_box li.pt5 span#real_new_addr2, #rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address div.user_box li.pt5 span#real_new_addr2, #rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}
/*20210205 남윤정 추가 end*/
#rentLoanVO .LayOut_Loan .RightArea .right section#taxArea{margin-top: 32px;}
#rentLoanVO .LayOut_Loan .RightArea .right section#taxArea h2.section_tit{font-size: 14px;}
#rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_address_list li#billing_address_email h3#add_tit{margin-top: 12px;border: 1px solid #bcbcbc;padding: 8px;display: inline-block;border-radius: 5px;}
#rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_address_list li#billing_address_email ul > li{display: inline-block;margin-top: 12px;}
#rentLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_address_list li#billing_address_email ul > li label.hidden{width: 116px;background-color: #f2f5f9;height: 30px;display: inline-block;line-height: 30px;font-weight: bold;text-align: center;margin-right: 10px;}
#rentLoanVO .LayOut_Loan .RightArea .right section ul#all_btn_ok{margin-top: 20px;}
#rentLoanVO .LayOut_Loan .RightArea .right section ul#all_btn_ok li.all_bullet p.small_txt{font-size: 16px;font-weight: bold;}
#rentLoanVO .LayOut_Loan .RightArea .right section ul#all_btn_ok li.all_btn_box label input#chkAgOk{width: 24px;height: 24px;}
#rentLoanVO .LayOut_Loan .RightArea .right section ul#all_btn_ok li.all_btn_box label span{font-size: 14px;line-height: 30px;margin-left: 10px;display: inline-block;}
#rentLoanVO .LayOut_Loan .RightArea .right section#termCheck{margin-top: 20px;}
#rentLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor .titleW.titleW_padd{margin-bottom: 10px;}
#rentLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor .titleW.titleW_padd > label{font-size: 14px;font-weight: bold;margin-top:12px;display:inline-block;}
#rentLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor ul.con_acoW li#notice_chk_tab > ul > li:first-child{float: left;}
#rentLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor ul.con_acoW li#notice_chk_tab > ul > li:last-child{margin-left: 10px;}
#rentLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor ul.con_acoW li#notice_chk_tab > ul > li:last-child label{margin-bottom: 10px;margin-left: 20px;}
#rentLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor #con_view_one_bth{border: 1px solid rgb(188, 188, 188);padding: 12px;margin-top: 10px;display: block;}
#rentLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor #con_view_one_bth ul#not_ch_block li#notice_chk_Y ul li label{line-height: 24px;}
#rentLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor #con_view_one_bth ul#not_ch_block li#notice_chk_Y ul li.notice_cont .p_line_hight{color: #666;margin-top: 10px;}

#rentLoanVO .LayOut_Loan .RightArea .right div.popACCbox_top.all_agree{font-size:18px;}

#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9.tab_content h2{margin-top:20px;font-size:14px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list{float: left;width: 100%;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list li#billing_address{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list li#billing_address h3.add_tit{margin-bottom: 12px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list div.user_box li{margin-bottom: 4px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list div.user_box li.pt10{margin-bottom: 0;float: left;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8.tab_content h2{margin-top:20px;font-size:14px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list{float: left;width: 100%;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list li#billing_address{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list li#billing_address h3.add_tit{margin-bottom: 12px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list div.user_box li{margin-bottom: 4px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list div.user_box li.pt10{margin-bottom: 0;float: left;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}
#rentLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}

#cmccLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > h2#section_tit{font-size: 18px;margin-bottom: 16px;}
#cmccLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo li ul li.f_left{font-weight: bold;width: 116px;float: left;height: 30px;background: #f2f5f9;line-height: 30px;text-align: center;}
#cmccLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo li ul li.price_cont{display: inline-block;height: 30px;line-height: 30px;margin-left: 10px;}
#cmccLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li:nth-of-type(2){margin-bottom: 32px;}
#cmccLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear{margin-top: 12px;}
#cmccLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li{display:inline-block;}
#cmccLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li#sub_tit{padding-bottom: 10px;font-weight: bold;width: 116px;float: left;height: 40px;line-height: 40px;background-color: #f2f5f9;text-align: center;}
#cmccLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li #account_bank_select_modal_btn{height: 40px;line-height: 40px;}
#cmccLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li #account_bank_select_modal_btn a{display: inline-block;margin-left: 10px;padding-right: 10px;border-right: 1px solid #dbdbdb;font-weight: bold;}
#cmccLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li.inputPrice{display: inline-block;margin-left: 10px;}
#cmccLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li.inputPrice input#acc_no{margin-left: 4px;border-radius: 4px;}
#cmccLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li button#ars_agree_btn{background: #f5f5f5;height: 30px;display: inline-block;margin: 4px;padding: 0 10px;border: 1px solid #dbdbdb;border-radius: 4px;font-weight: bold;}
#cmccLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li.small_txt_red.cl_bo p.special_ch.red{margin-top: 10px;margin-bottom: 12px;}
#cmccLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li#noticeOk span.notice_ok{font-size: 13px;font-weight: bold;color: #1490EF;}
#cmccLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li#noticeOk span.notice_wrong{font-size: 13px;font-weight: bold;color: #1490EF;}
#cmccLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul#payDate{margin-bottom: 12px;}
#cmccLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul#payDate li#sub_tit{font-size: 14px;font-weight: bold;margin-bottom: 12px;}
#cmccLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul li.price_cont.f_right span#fstm_pymt_dttxt{margin-left: 10px;line-height: 30px;}
#cmccLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul li#sub_tit.f_left{font-weight: bold;width: 116px;float: left;height: 30px;background-color: #f2f5f9;text-align: center;line-height: 30px;}
#cmccLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo li.repayment_txt{margin-top: 12px;color: #999999;}

#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info{font-size:14px;float:left;line-height:24px;width:100%;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info:nth-of-type(1) h2.section_tit{font-size:14px;display: inline-block;float: left;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info select#bill{margin-left: 10px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3.tab_content h2{margin-top:20px;font-size:14px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list{float: left;width: 100%;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list li#billing_address{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list li#billing_address h3.add_tit{margin-bottom: 12px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list div.user_box li{margin-bottom: 4px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list div.user_box li.pt10{margin-bottom: 0;float: left;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2.tab_content h2{margin-top:20px;font-size:14px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list{float: left;width: 100%;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list li#billing_address_work{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list li#billing_address_work h3.add_tit{margin-bottom: 12px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list div.user_box li{margin-bottom: 4px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list div.user_box li.pt10{margin-bottom: 0;float: left;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}
/*20210205  str*/
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab10.tab_content h2.section_tit{margin-top:20px;font-size:14px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab10.tab_content ul#billing_address_list li#billing_address_email h3.add_tit{display: inline-block;margin-top:20px;margin-left:12px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab10.tab_content ul#billing_address_list li#billing_address_email ul > li{display: inline-block;margin-top: 12px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab10.tab_content ul#billing_address_list li#billing_address_email ul > li label.hidden{width: 116px;background-color: #f2f5f9;height: 30px;display: inline-block;line-height: 30px;font-weight: bold;text-align: center;margin-right: 10px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address h3.add_tit{margin-bottom: 12px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address div.user_box li{margin-bottom: 4px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address div.user_box li.pt10{margin-bottom: 0;float: left;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address h3.add_tit, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address h3.add_tit, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address h3.add_tit{margin-bottom: 12px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address div.user_box li, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address div.user_box li, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address div.user_box li {margin-bottom: 4px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address div.user_box li span#real_new_road_nm_zipcd, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address div.user_box li span#real_new_road_nm_zipcd, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address div.user_box li.pt10, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address div.user_box li.pt10, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address div.user_box li.pt10{margin-bottom: 0;float: left;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address div.user_box li.pt5 span#real_new_addr2, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address div.user_box li.pt5 span#real_new_addr2, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}
/*20210205  end*/
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info li.all_btn_box{margin-bottom:20px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#taxArea{margin-top: 32px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#taxArea h2.section_tit{font-size: 14px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_address_list li#billing_address_email h3#add_tit{margin-top: 12px;border: 1px solid #bcbcbc;padding: 8px;display: inline-block;border-radius: 5px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_address_list li#billing_address_email ul > li{display: inline-block;margin-top: 12px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_address_list li#billing_address_email ul > li label.hidden{width: 116px;background-color: #f2f5f9;height: 30px;display: inline-block;line-height: 30px;font-weight: bold;text-align: center;margin-right: 10px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section ul#all_btn_ok{margin-top: 20px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section ul#all_btn_ok li.all_bullet p.small_txt{font-size: 14px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section ul#all_btn_ok li.all_btn_box label input#chkAgOk{width:18px;height:18px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section ul#all_btn_ok li.all_btn_box label span{font-size: 16px;line-height: 30px;margin-left:4px;display: inline-block;font-weight: bold;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#termCheck{margin-top: 20px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor .titleW.titleW_padd{margin-bottom: 10px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor .titleW.titleW_padd > label{font-size: 14px;font-weight: bold;margin-top: 20px;display: inline-block;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor ul.con_acoW li#notice_chk_tab > ul > li:first-child{float: left;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor ul.con_acoW li#notice_chk_tab > ul > li:last-child{margin-left: 10px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor ul.con_acoW li#notice_chk_tab > ul > li:last-child label{margin-bottom: 10px;margin-left: 20px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor #con_view_one_bth{border: 1px solid rgb(188, 188, 188);padding: 12px;margin-top: 10px;display: block;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor #con_view_one_bth ul#not_ch_block li#notice_chk_Y ul li label{line-height: 24px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor #con_view_one_bth ul#not_ch_block li#notice_chk_Y ul li.notice_cont .p_line_hight{color: #666;margin-top: 10px;}

#cmccLoanVO .LayOut_Loan .RightArea .right div.popACCbox_top.all_agree{font-size:18px;}

#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9.tab_content h2{margin-top:20px;font-size:14px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list{float: left;width: 100%;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list li#billing_address{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list li#billing_address h3.add_tit{margin-bottom: 12px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list div.user_box li{margin-bottom: 4px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list div.user_box li.pt10{margin-bottom: 0;float: left;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8.tab_content h2{margin-top:20px;font-size:14px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list{float: left;width: 100%;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list li#billing_address{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list li#billing_address h3.add_tit{margin-bottom: 12px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list div.user_box li{margin-bottom: 4px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list div.user_box li.pt10{margin-bottom: 0;float: left;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}
#cmccLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}

/*오토론할부법인전자약정*/
#autoLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > h2#section_tit{font-size: 18px;margin-bottom: 16px;}
#autoLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo li ul li.f_left{font-weight: bold;width: 116px;float: left;height: 30px;background: #f2f5f9;line-height: 30px;text-align: center;}
#autoLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo li ul li.price_cont{display: inline-block;height: 30px;line-height: 30px;margin-left: 10px;}
#autoLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li:nth-of-type(2){margin-bottom: 32px;}
#autoLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear{margin-top: 12px;}
#autoLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li{display:inline-block;}
#autoLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li#sub_tit{padding-bottom: 10px;font-weight: bold;width: 116px;float: left;height: 40px;line-height: 40px;background-color: #f2f5f9;text-align: center;}
#autoLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li #account_bank_select_modal_btn{height: 40px;line-height: 40px;}
#autoLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li #account_bank_select_modal_btn a{display: inline-block;margin-left: 10px;padding-right: 10px;border-right: 1px solid #dbdbdb;font-weight: bold;}
#autoLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li.inputPrice{display: inline-block;margin-left: 10px;}
#autoLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li.inputPrice input#acc_no{margin-left: 4px;border-radius: 4px;}
#autoLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li button#ars_agree_btn{background: #f5f5f5;height: 30px;display: inline-block;margin: 4px;padding: 0 10px;border: 1px solid #dbdbdb;border-radius: 4px;font-weight: bold;}
#autoLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li.small_txt_red.cl_bo p.special_ch.red{margin-top: 10px;margin-bottom: 12px;}
#autoLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li#noticeOk span.notice_ok{font-size: 13px;font-weight: bold;color: #1490EF;}
#autoLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul.payInfo_account.floatClear li#noticeOk span.notice_wrong{font-size: 13px;font-weight: bold;color: #1490EF;}
#autoLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul#payDate{margin-bottom: 12px;}
#autoLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul#payDate li#sub_tit{font-size: 14px;font-weight: bold;margin-bottom: 12px;}
#autoLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul li.price_cont.f_right span#fstm_pymt_dttxt{margin-left: 10px;line-height: 30px;}
#autoLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo > li ul li#sub_tit.f_left{font-weight: bold;width: 116px;float: left;height: 30px;background-color: #f2f5f9;text-align: center;line-height: 30px;}
#autoLoanVO .LayOut_Loan .RightArea .right #step3_payInfo_wrap > ul#step3_payInfo li.repayment_txt{margin-top: 12px;color: #999999;}

#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info{font-size:14px;float:left;line-height:24px;width:100%;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info:nth-of-type(1) h2.section_tit{font-size:14px;display: inline-block;float: left;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info select#bill{margin-left: 10px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3.tab_content h2{margin-top:20px;font-size:14px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list{float: left;width: 100%;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list li#billing_address{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list li#billing_address h3.add_tit{margin-bottom: 12px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list div.user_box li{margin-bottom: 4px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list div.user_box li.pt10{margin-bottom: 0;float: left;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab3 ul#billing_address_list div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2.tab_content h2{margin-top:20px;font-size:14px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list{float: left;width: 100%;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list li#billing_address_work{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list li#billing_address_work h3.add_tit{margin-bottom: 12px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list div.user_box li{margin-bottom: 4px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list div.user_box li.pt10{margin-bottom: 0;float: left;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab2 ul#billing_address_list div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}
/*20210205  str*/
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab10.tab_content h2.section_tit{margin-top:20px;font-size:14px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab10.tab_content ul#billing_address_list li#billing_address_email h3.add_tit{display: inline-block;margin-top:20px;margin-left:12px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab10.tab_content ul#billing_address_list li#billing_address_email ul > li{display: inline-block;margin-top: 12px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab10.tab_content ul#billing_address_list li#billing_address_email ul > li label.hidden{width: 116px;background-color: #f2f5f9;height: 30px;display: inline-block;line-height: 30px;font-weight: bold;text-align: center;margin-right: 10px;}
#autoLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#autoLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address h3.add_tit{margin-bottom: 12px;}
#autoLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address div.user_box li{margin-bottom: 4px;}
#autoLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#autoLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address div.user_box li.pt10{margin-bottom: 0;float: left;}
#autoLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_person li#billing_address div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}
#autoLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#autoLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address h3.add_tit, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address h3.add_tit, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address h3.add_tit{margin-bottom: 12px;}
#autoLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address div.user_box li, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address div.user_box li, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address div.user_box li {margin-bottom: 4px;}
#autoLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address div.user_box li span#real_new_road_nm_zipcd, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address div.user_box li span#real_new_road_nm_zipcd, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#autoLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address div.user_box li.pt10, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address div.user_box li.pt10, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address div.user_box li.pt10{margin-bottom: 0;float: left;}
#autoLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company1 li#billing_address div.user_box li.pt5 span#real_new_addr2, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company2 li#billing_address div.user_box li.pt5 span#real_new_addr2, #leaseLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_company3 li#billing_address div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}
/*20210205  end*/
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info li.all_btn_box{margin-bottom:20px;}
#autoLoanVO .LayOut_Loan .RightArea .right section#taxArea{margin-top: 32px;}
#autoLoanVO .LayOut_Loan .RightArea .right section#taxArea h2.section_tit{font-size: 14px;}
#autoLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_address_list li#billing_address_email h3#add_tit{margin-top: 12px;border: 1px solid #bcbcbc;padding: 8px;display: inline-block;border-radius: 5px;}
#autoLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_address_list li#billing_address_email ul > li{display: inline-block;margin-top: 12px;}
#autoLoanVO .LayOut_Loan .RightArea .right section#taxArea ul#billing_address_list li#billing_address_email ul > li label.hidden{width: 116px;background-color: #f2f5f9;height: 30px;display: inline-block;line-height: 30px;font-weight: bold;text-align: center;margin-right: 10px;}
#autoLoanVO .LayOut_Loan .RightArea .right section ul#all_btn_ok{margin-top: 20px;}
#autoLoanVO .LayOut_Loan .RightArea .right section ul#all_btn_ok li.all_bullet p.small_txt{font-size: 14px;}
#autoLoanVO .LayOut_Loan .RightArea .right section ul#all_btn_ok li.all_btn_box label input#chkAgOk{width:18px;height:18px;}
#autoLoanVO .LayOut_Loan .RightArea .right section ul#all_btn_ok li.all_btn_box label span{font-size: 16px;line-height: 30px;margin-left:4px;display: inline-block;font-weight: bold;}
#autoLoanVO .LayOut_Loan .RightArea .right section#termCheck{margin-top: 20px;}
#autoLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor .titleW.titleW_padd{margin-bottom: 10px;}
#autoLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor .titleW.titleW_padd > label{font-size: 14px;font-weight: bold;margin-top: 20px;display: inline-block;}
#autoLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor ul.con_acoW li#notice_chk_tab > ul > li:first-child{float: left;}
#autoLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor ul.con_acoW li#notice_chk_tab > ul > li:last-child{margin-left: 10px;}
#autoLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor ul.con_acoW li#notice_chk_tab > ul > li:last-child label{margin-bottom: 10px;margin-left: 20px;}
#autoLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor #con_view_one_bth{border: 1px solid rgb(188, 188, 188);padding: 12px;margin-top: 10px;display: block;}
#autoLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor #con_view_one_bth ul#not_ch_block li#notice_chk_Y ul li label{line-height: 24px;}
#autoLoanVO .LayOut_Loan .RightArea .right section#termCheck .box2 #receiveW .acoW.note.agree_all_nor #con_view_one_bth ul#not_ch_block li#notice_chk_Y ul li.notice_cont .p_line_hight{color: #666;margin-top: 10px;}

#autoLoanVO .LayOut_Loan .RightArea .right div.popACCbox_top.all_agree{font-size:18px;}

#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9.tab_content h2{margin-top:20px;font-size:14px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list{float: left;width: 100%;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list li#billing_address{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list li#billing_address h3.add_tit{margin-bottom: 12px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list div.user_box li{margin-bottom: 4px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab9 ul#billing_address_list div.user_box li.pt10{margin-bottom: 0;float: left;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8.tab_content h2{margin-top:20px;font-size:14px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list{float: left;width: 100%;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list li#billing_address{border: 1px solid #bcbcbc;margin:12px 0;padding:12px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list li#billing_address h3.add_tit{margin-bottom: 12px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list div.user_box li{margin-bottom: 4px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list div.user_box li span#real_new_road_nm_zipcd{color: #1490EF;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list div.user_box li.pt10{margin-bottom: 0;float: left;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}
#autoLoanVO .LayOut_Loan .RightArea .right section.billing_info div#tab8 ul#billing_address_list div.user_box li.pt5 span#real_new_addr2{color:#666666;margin-left:4px;}


/*2021.03.05 남윤정 금소법 추가*/
.loanconfirm select{width: 200px;}
.loanconfirm table{margin:40px 0;}
.loanconfirm .ecttext{width:200px;margin-left:15px;}
.loanconfirm p span{color:#c00c0c;font-weight:500;}
.loanconfirm .loancomfirm_desctxt{margin-bottom:20px;color:#666666;}

/* 2021.03.11 남윤정 우리은행 연계대출 랜딩 추가 */
.woorif_directloan{min-width:670px;}
.woorif_directloan .header{background-color: #f2f5f9;height: 50px;display: inline-block;width: 100%;}
.woorif_directloan .header .logo{height: 25px;display: inline-block;overflow: hidden;margin-left: 16px;margin-top: 12px;}
.woorif_directloan .header p{float: right;font-size: 15px;font-weight: bold;margin-top:10px;color: #999999;margin-right:16px;}
.woorif_directloan .header p .c666{color:#666666;}
.woorif_directloan h2{text-align: center;font-size: 20px;margin-top: 20px;font-weight: 600;color: #151515;}
.woorif_directloan .bluetxt{color:#0e65a8;}
.woorif_directloan .bluetxt2{color:#204b85;font-size:18px;}
.woorif_directloan .popCon{padding:24px 16px 0px 16px;}
.woorif_directloan .popCon .tableType3 .CommentBoxPop{display:inline-block;border:none;margin:0;padding:10px;}
.woorif_directloan .popCon .tableType3 .CommentBoxPop ul{padding:0;}
.woorif_directloan .popCon .tableType3 .CommentBoxPop li{float:left;width:50%;padding:0;padding-left:8px;}
.woorif_directloan .CommentBoxPop{margin-top:20px;}
.woorif_directloan table.tableType3 tbody th{padding:0;text-align:center;}
.woorif_directloan table.tableType3 tbody td{padding:16px;}
.woorif_directloan .loanfnum{float: right;font-size:13px;color:#999999;}
.woorif_directloan .easyapply{border:20px solid #f2f5f9;padding:20px;}
.woorif_directloan .easyapply h3{font-size: 16px;display: inline-block;}
.woorif_directloan .easyapply .speedtxt{float: right;display: inline-block;margin-top: 0;color: #666666;}
.woorif_directloan .easyapply .form{margin:20px 0;}
.woorif_directloan .easyapply .form div{width:50%;float:left;}
.woorif_directloan .easyapply .form div label{font-size:13px;display:inline-block;width:100%;margin-bottom:10px;}
.woorif_directloan .easyapply .form .name input{width:60%;min-width:270px;height:38px;font-size:15px;}
.woorif_directloan .easyapply .form .birth input{width:60% !important;min-width:270px;height:38px;font-size:15px;}
.woorif_directloan .easyapply .form .phoneNum{margin-top:20px;}
.woorif_directloan .easyapply .form .phoneNum select{font-size:15px;height:38px;width:60px;min-width:80px;}
.woorif_directloan .easyapply .form .phoneNum input{height:38px;width:15%;min-width:80px;font-size:15px;}
.woorif_directloan .loantxt{background-color:#f5f5f5;padding:20px 30px;}
.woorif_directloan .loantxt p{color:#666666;}
.woorif_directloan .loantxt .em_loantxt{font-size:18px;font-weight:600;color:#151515;}
.woorif_directloan .btnType2{background-color:#f2f5f9;padding-bottom:40px;}
.woorif_footer{display:inline-block;width:100%;background-color:#f5f5f5;padding-left:20px;min-width:670px;}
.woorif_footer img{float: left;margin-top:12px;margin-left:10px;}
.woorif_footer p{float:left;color:#999999;margin: 12px 10px;}
.woorif_footer p:last-of-type{width:100%;}
.woorif_footer .footer_info{margin-left: 30px;}
.woorif_footer p.footer_info::after{content:'';display:inline-block;float:right;width:1px;height:20px;margin:0 5px;background-color:#999999;margin-left:20px;}

#expirationVO div[class*=stepBox] ol li{padding:5px 0 0 55px;}/*2021.04.01 남윤정 수정*/

/* 2021.04.26 남윤정 우리카드 연계대출 신청페이지 추가 start */
.wooricard_loan{min-width:1020px;}
.wooricard_loan *{font-family: 'Noto Sans KR', sans-serif; !important;}
.wooricard_loan .header{padding-bottom:12px;border-bottom: 1px solid #bcbcbc;}
.wooricard_loan .header .logo{display: inline-block;overflow: hidden;height: 25px;margin-left: 16px;margin-top: 12px;}
.wooricard_loan .header h2{display:inline-block;float:right;margin-right:16px;line-height:50px;font-size:15px;color: #1273b4;font-weight:500;}
.wooricard_loan .header h2 span{color:#151515;font-weight:800;}
.wooricard_loan div.popCon {padding: 24px 16px;}
.wooricard_loan .mainvisualbox{display:inline-block;position:relative;overflow:hidden;width:100%;background-color:#1273b4;}
.wooricard_loan .mainvisualbox .logo_img{margin: 24px;}
.wooricard_loan .mainvisualbox h3{margin:0 24px;margin-bottom:24px;font-size:34px;color:white;}
.wooricard_loan .mainvisualbox h3 span{color:#d2edff;font-weight:400;}
.wooricard_loan .mainvisualbox p{font-size:14px;color:#d2edff;margin:24px;}
.wooricard_loan .desc_list li{float:left;width:50%;margin: 10px 0;}
.wooricard_loan .desc_list li:last-of-type{width:100%;}
.wooricard_loan .desc_list li .titletxt{color: #1273b4;font-size:14px;}
.wooricard_loan .desc_list li .subtxt{color:#151515;font-size:16px;font-weight:500;margin-top:0;}
.wooricard_loan .desc_list li .subtxtblue{color:#0066b3;font-size:16px;font-weight:500;margin-top:0;}
.wooricard_loan .applybox{display:inline-block;width:calc(100% - 48px);margin:0 24px; border-top:1px solid #bcbcbc; border-bottom:1px solid #bcbcbc;}
.wooricard_loan .applybox .titlebox p{display: inline-block;float: left;width: 15%;height: 120px;line-height: 120px;text-align: center;color: #1273b4; font-weight: 800; font-size: 14px;margin: 0;}
.wooricard_loan .applybox .descbox{float:left;width:85%;padding:10px 0;border-left: 1px solid #bcbcbc;}
.wooricard_loan .applybox .descbox p{display: inline-block;margin:0 16px;color:#151515;font-size:16px;font-weight:500;line-height:33.3px;}
.wooricard_loan .applybox .descbox p img{display:inline-block;margin-right:10px;margin-top:8px;}
.wooricard_loan div.popACCbox{padding:18px;margin:24px;margin-bottom:0;}
.wooricard_loan .easyapply{display:inline-block;width:calc(100% - 48px);height:240px;border-top:1px solid #333333; border-bottom:0;margin:0 24px;}
.wooricard_loan .easyapply h3{display:inline-block;width:15%;float: left;height:100%;font-size:15px;line-height:240px;text-align:center;border-right:1px solid #bcbcbc;color: #1273b4;font-weight: 500;}
.wooricard_loan .easyapply .form{display:inline-block;width:calc(70% - 48px);float: left;height:calc(100% - 48px);margin:24px;}
.wooricard_loan .easyapply .form div{display: inline-block;float: left;width:calc(50% - 10px);margin:0;}
.wooricard_loan .easyapply .form .name, .wooricard_loan .easyapply .form .rrn{margin-top:0;}
.wooricard_loan .easyapply .form .name, .wooricard_loan .easyapply .form .carrier{margin-right:20px;}
.wooricard_loan .easyapply .form div label{displsay:inline-block;width:100%;font-size:13px;color:#666666;}
.wooricard_loan .easyapply .form div input{display:inline-block;width:300px;height:40px;font-size:15px;margin-top:10px;}
.wooricard_loan .easyapply .form div select{display:inline-block;width:100px;height:40px;font-size:15px;margin-top:10px;}
.wooricard_loan .easyapply .form .phoneNum select{width:80px;}
.wooricard_loan .easyapply .form .phoneNum input{width:200px;}
.wooricard_loan .easyapply .form .cNum{width:100%;border-top:1px solid #bcbcbc;padding-top:20px;}
.wooricard_loan .easyapply .form .cNum input{float:left;}
.wooricard_loan .easyapply .form .cNum .timetxt{line-height:36px;display:inline-block;margin-left:12px;color:#1273b4;float:left;font-size:14px;}
.wooricard_loan .easyapply .form .cNum .bt_cn{display:inline-block;float:right;height:40px;background-color:#eef1f4;border-radius:5px;border:1px solid #bcbcbc;margin-top: 6px;}
.wooricard_loan .easyapply .form .cNum .bt_cn span{font-size: 14px;font-weight: 800;margin:8px 24px;display: inline-block;}
.wooricard_loan .easyapply .form .cNum .noticetxt{display:inline-block;font-size:13px;float: left;width:100%;margin-top: 2px;}
.wooricard_loan .easyapply .form .cNum .noticetxt.bluetxt{color:#1490ef;}
.wooricard_loan .easyapply .form .cNum .noticetxt.redtxt{color:crimson;}
.wooricard_loan .easyapply .btnType2{display:inline-block;width:15%;float:left;height:204px;background-color:#f2f7f9;padding-top:0;}
.wooricard_loan .easyapply .btnType2 a{margin-top:84px;}
.wooricard_loan .easyapply .btnType2 span{line-height:36px;padding: 0 33px;}
.wooricard_loan .loansmsbox{display:inline-block;width:calc(100% - 48px);height:100px;margin:0 24px;border-bottom:1px solid #333333;}
.wooricard_loan .loansmsbox .titlebox{display:inline-block;width:15%;height:100%;border-right:1px solid #bcbcbc;font-size:14px;padding-top: 28px; text-align:center; color: #1273b4; float: left;}
.wooricard_loan .loansmsbox .btnType2{display:inline-block;width:85%;height:55px;float:left;}
.wooricard_loan .loansmsbox .btnType2 span{line-height:36px;padding: 0 33px;}
.wooricard_loan .loansmsbox p{display:inline-block;float: left;width:85%;text-align:center;margin-top:12px;font-size: 14px;}
.wooricard_loan .CommentBoxPop{display:inline-block;margin:24px;padding:18px;width:calc(100% - 48px);}
.wooricard_loan .CommentBoxPop .titletxt{font-size:14px;font-weight:500;color:#666666;}
.wooricard_loan .CommentBoxPop .highlight{font-size:13px;font-weight:500;color:#333333;}
.wooricard_loan .loantxt{display:inline-block;width:100%;background-color:#f5f5f5;padding:24px;}
.wooricard_loan .loantxt p{font-size:13px;}
.wooricard_loan .loantxt .em_loantxt{font-size:14px;font-weight:800;color:#151515;}
.wooricard_loan .popACCbox input[type="checkbox"]{display:none;}
.wooricard_loan div.popACCbox div.popACCbox_top.all_agree{display:inline-block;width:100%;}
.wooricard_loan .popACCbox .popACCbox_top.all_agree input[type="checkbox"] + label .agreeAllcheck{display:inline-block;width:33px;height:33px;background-image:url('../images/wooricardLoan_checkall_off.png');float: left;}
.wooricard_loan .popACCbox .popACCbox_top.all_agree input[type="checkbox"]:checked + label .agreeAllcheck{background-image:url('../images/wooricardLoan_checkall_on.png');}
.wooricard_loan .popACCbox .popACCbox_top.all_agree input[type="checkbox"] + label p{line-height: 0.8;margin-left: 8px;font-size:15px;display:inline-block;}
.wooricard_loan .popACCbox .popACCbox_body input + label{display:inline-block;}
.wooricard_loan .popACCbox .popACCbox_body input + label .agreecheck{display:inline-block;width:12px;height:11px;background-image:url('../images/wooricardLoan_check_off.png');background-repeat:no-repeat;}
.wooricard_loan .popACCbox .popACCbox_body input:checked + label .agreecheck{background-image:url('../images/wooricardLoan_check_on.png');}
.wooricard_loan .popACCbox .popACCbox_body input + label p{font-size:13px;display:inline-block;line-height: 0.8;margin-left: 8px;}
.wooricard_loan div.popACCbox div.popACCbox_body a.more{top:12px;background-position-y:8px;}
.wooricard_loan .point {display: inline-block;  padding: 18px; width: 100%;}
.wooricard_loan .point .titletxt{color: #1273b4; font-size:14px;}
.wooricard_loan .point .subtxt{color: #151515; font-size: 15px;}
.wooricard_loan .point .icon_img{ margin-top: 10px; padding: 0; list-style: none; }
.wooricard_loan .point .icon_img li{display: inline-block; position: relative; float: left;  text-align: center; width: 30%; }
.wooricard_loan .point .icon_img img{display: inline-block; width: 70px; line-height: bottom;}
.wooricard_loan .easyapply .speedtxt {float: right; display: inline-block; margin-top: 0; color: #666666;}
.wooricard_loan .easyapply .form .phoneNum input{width:100px;}
.wooricard_loan div.popACCbox{padding:18px;margin:0 24px 24px 24px;margin-bottom:0;}
.wooricard_loan .popACCbox input[type="checkbox"]{display:inline-block;}
/* 2021.04.26 남윤정 우리카드 연계대출 신청페이지 추가 end */

/* !!!-수정필요-!!! 약관 이미지&투명텍스트 2023.03.06 */ 
    
.termsBox { position: relative; }
.termsBox .termsBox_img { width: 100%; box-sizing: border-box; }
.termsBox .termsBox_img.pop_img { padding: 0 32px; }
.termsBox .termsBox_img.termsBox_pc { display: block; margin-left:16px; }
.termsBox .termsBox_img.termsBox_mobile { display: none; }
.termsBox .termsBox_img img { width: 100%; }
.termsBox .termsBox_text * { color: transparent; }
.termsBox .termsBox_text { position: absolute; top: 0; left: 0; mix-blend-mode: multiply; }
@media screen and (max-width : 719px) {
    .termsBox .termsBox_img.termsBox_mobile { display: block; padding: 0 16px; }
    .termsBox .termsBox_img.termsBox_pc { display: none; }
}
/* !!!-수정필요-!!!  약관 이미지&투명텍스트 2023.03.06 */ 

/*연체료안내 그래프*/
#late-fee-example{width:420px;padding:0;margin:0;background:#fff;font-size:1rem !important;}
#late-fee-example p{display:block;}
#late-fee-example .lfe-title{font-size:1em;width:100%;padding-bottom:0.5em;font-weight:600;color:#333A40;}
#late-fee-example .lfe-condition{font-size:1em;padding-bottom:1em;}
#late-fee-example .lfe-condition .lfe-con1{font-size:1em;font-weight:600;color:#4c5459;padding-bottom:0.25em;}
#late-fee-example .lfe-condition .lfe-con2{font-size:0.75em;font-weight:600;color:#686E75;}
#late-fee-example .lfe-map{font-size:1em;}
#late-fee-example .lfe-map .lfe-m-part{font-size:1em;}
#late-fee-example .lfe-map .lfe-m-part > * {font-size:1em;float:left;}
#late-fee-example .lfe-map .lfe-m-g{font-size:0.875em;padding:0.375em 0;margin-bottom:1em;text-align:center;border-radius:0.5em;}
#late-fee-example .lfe-map .lfe-mg-1{width:70%;background:#E4EAF2;color:#848a92;}
#late-fee-example .lfe-map .lfe-mg-2{background:#1490ef;}
#late-fee-example .lfe-map .lfe-m-t{font-size:0.875em;padding-bottom:0.5em;font-weight:600;color:#4c5459;}
#late-fee-example .lfe-map .lfe-m-desc{clear:both;font-size:0.75em;font-weight:600;color:#686E75}
#late-fee-example .lfe-map .lfe-mg-70_30 > :nth-child(1){width: 70%;}
#late-fee-example .lfe-map .lfe-mg-70_30 > :nth-child(2){width:30%;}
#late-fee-example .lfe-map .lfe-mg-70_30 .lfe-mg-1{border-top-right-radius: 0;border-bottom-right-radius: 0;}
#late-fee-example .lfe-map .lfe-mg-70_30 .lfe-mg-2{border-top-left-radius: 0;border-bottom-left-radius: 0;}

/* 연대보증채무 부존재 확인서 */
.popup_contract .pop_contract_content {text-align: center; padding:24px 20px 60px 20px; font-family: 'Noto Sans KR', sans-serif;  }
.pop_contract_content .content_main_table {  margin: auto; word-break: break-all; padding: 2rem; border-top: 1.5px solid #464646; }
.pop_contract_content .content_main_table .contract_table {  border-collapse: collapse; max-width: 900px;  border-spacing: 0; padding-bottom: 500px; border: 1px solid #464646; margin-left: auto; margin-right: auto; border-width: 2px;}
.pop_contract_content .content_main_table .contract_table td {border-color: #464646; border-style: solid; border-width: 1px;  font-size: 0.8rem; padding: 0.5rem 0.5rem; }
.pop_contract_content .content_main_table .contract_table .td_bold {font-weight: bold; }
.popCon_contract {margin-left: auto; margin-right: auto; }
.popCon_contract > p {padding-bottom: 40px; font-weight: bold; line-height: 1.6rem; font-size: 0.8rem; text-align: left; display: inline-flex;}
.popCon_contract .contract_list ul {line-height: 66px; font-size: 14px; font-weight: bold;}
.popCon_contract .contract_list li img {width: 60px; margin: 0 0 10px 10px;}
/* 추가요청사항 반영 */
.pop_contract_content .content_main_table .contract_table .td_bold.st-w1 {width:4.8rem;}
.pop_contract_content .content_main_table .contract_table .td_bold.st-number {width: 15rem;}
.pop_contract_content .content_main_table .contract_table .td_bold.st-date {width: 4.4rem;}

/* 증명서 발급 > 부채증명서 */

.liabilty #firstPage .titleNameCell{padding:5px 0 5px 0; font-family: 'Noto Sans KR', sans-serif; font-size:28px; font-weight:bold; color:#222222;}
.liabilty #firstPage .purposeCell{font-weight: normal; color: #333; border: 1px solid #bcbcbc; padding: 3px 0 3px 0;}
.liabilty #firstPage .dateCell{font-weight: normal; color: #333; border: 1px solid #bcbcbc; border-top: 0; text-align: center; padding: 3px 0 3px 0;}
.liabilty #firstPage .personalData{padding-top: 6px;}
.liabilty #firstPage .issueInfoData{color:#666666; padding-bottom: 15px;}
.liabilty #firstPage .issueInfoData.alignCenter{align: center;}

/* 240704 한화손해보험-보험가입신청 및 동의서 */
.insurance-agree {max-width: 690px;}
header {margin: 1rem; }
header .logo-img img {width: 6rem;}
header .logo-img .left-img { float: left;}
header .logo-img .right-img { float: right;}
.insurance-agree-content #mainTitle {  text-align: center; font-size: 1.4rem; font-weight: 800;}
.content_main_table .title-infor {font-size: 1.1rem; margin-bottom: 0.4rem; background: url(../images/common/reference_mark.png) no-repeat 0 4px; background-size: 0.9rem; padding: 0 0 0.2rem 1.0rem; }
.insurance-main {padding: 0rem 4rem 3.8rem 2rem;overflow-y: auto;overflow-x: hidden;}
.insurance-main .content_main_table .td_w {word-spacing: 5rem;}
.insurance-main .contract_table .date {letter-spacing: 0.01rem;}
.insurance-main .content_main_table .td_top {font-weight: 800; text-align: center;}
.insurance-main .content_main_table .right {text-align: center;}
.insurance-main .content_main_table .td-down .txt-small {font-size: 0.7rem; padding: 2px;}
.insurance-main .content_main_table { margin: auto; word-break: break-all; padding: 1rem 2rem;  }
.insurance-main .content_main_table .contract_table { border-collapse: collapse; max-width: 550px;  border-spacing: 0; padding-bottom: 500px; border: 1px solid #7a7a7a;  border-width: 2px;text-align: center;}
.content_main_table .contract_table td { border: 1px solid #7a7a7a;  border-width: 1px;  font-size: 0.8rem; padding: 0.5rem 0.5rem;  }
.content_main_table .contract_table .td_bold {font-weight: bold; width: 6rem;}
.insurance-main .security_date ul {text-align: center;}
.insurance-main .security_date li {display: inline-block; font-size: 0.9rem; margin: 1rem; padding: 0.7rem; font-weight: 800;}
.insurance-main .content_main_table .contract_lists {margin: 0.2rem; line-height: 17px;}
.insurance-main .content_main_table .contract_lists > p {margin-top: 10px; padding-left: 0.5rem; word-break: keep-all; }
.insurance-main .content_main_table .contract_lists li {background: url(../images/common/bg_comment_5.gif) no-repeat 0 8px; background-size: 0.3rem; padding: 0 0 0.2rem 0.8rem; word-break: keep-all;}
.insurance-main .content_main_table .sign_box .sign_name {text-align: end; }
.insurance-main .content_main_table .sign_box .sign_name li { display: inline-flex;  padding-left: 2rem; font-weight: bold; font-size: 0.9rem;}
.insurance-main .content_main_table .sign_box .sign_name li span { padding-left: 2rem;}
.insurance-main .footer {font-size: 1.2rem; font-weight: bold; margin-top: 1rem;}

/* 2024.08.13 신차 재구매 금융상품 페이지 */
.RightArea > .c_intro {padding-bottom: 10px; font-size:1.6rem; letter-spacing:0; color:#151515; font-weight:600; margin-top: 20px;}
.RightArea .c_intro {font-size: 1.6rem; color: #1490EF; }
.RightArea .c_intro img {width: 40px; margin: -8px 8px 0px 0px;}
.RightArea .c_intro_s {font-size: 1.3rem; margin-bottom: 0.5rem; font-weight: 600;}
.RightArea .notandum-txt-list {margin: 1.5rem 0rem; line-height: 1.2rem;}
.RightArea .notandum-2-had {margin-top: 0.9rem; font-weight: 600; font-size: 1.0rem; margin-bottom: 0.6rem; color: #1490ef;}
.RightArea ul.list_hyphen li {background:url(../images/common/bg_comment_5.gif) no-repeat 0 8px;padding:0 0 4px 9px;line-height:20px; font-size: 16px;}
.RightArea div .car_target_top { margin: 10px 0 25px 0;}
.RightArea .car_target_top .car_target { font-size: 16px;}
.RightArea .car_target_top .car_target2 {margin-left: 44px;}
.RightArea .Car_Ban_wri img {width: 650px; margin-top: 1.6rem;}
.RightArea .notandum { margin-top: 20px; line-height: 22px;}
.RightArea .notandum-2 li {color: #1490EF;}
.RightArea .notandum-txt-list .notandum-1 .notandum-txt:nth-child(1) {padding-bottom: 0.7rem; font-weight: 600; }
/* 진행단계 아이콘 */
.RightArea .newcar_step {border-top: #d5dbe3 solid 1px; width: 740px;}
.RightArea .newcar_step .se-title {font-size: 1.0rem; margin: 1rem 0rem; font-weight: bold; color: #1490ef; }
.RightArea .newcar_step .coun-step-list {display: inline-flex; margin: 5px 8px; text-align: center;}
.RightArea .newcar_step .coun-step-list .img img {width: 36px; margin-bottom: 16px; }
.RightArea .newcar_step .coun-step-list .img:nth-child(1){margin-left: 0px;}
.RightArea .newcar_step .coun-step-list li {margin-right: 20px;}
.RightArea .newcar_step .coun-step-list .arrow-gray {margin-top: 12px;}
.RightArea .newcar_step .coun-step-list .arrow-gray img {width: 18px;}
.RightArea .newcar_step .coun-step-list .conts .tit {font-weight: 600; font-size: 0.8rem; line-height: 20px; text-align: center; color: #686e75; }
.RightArea .comment_wibee  {position: relative; display: block; margin: 10px 0 20px 40px; font-size: 14px; font-weight: bold; }
.RightArea .comment_wibee::before , .comment_wibee::after { position: absolute; content: "";  display: inline-block;   }
.RightArea .comment_wibee::after { left: -32px; right: 0px; top: -5px; bottom: 5px;  width: 25px;  height: 34px;  background-image:  url(../images/common/wibee_left.png); }
.RightArea .comment_wibee::before {left: 602px; right: 0px; top: -5px; bottom: 5px;  width: 25px; height: 34px; background-image: url(../images/common/wibee_right.png); }
.RightArea .CommentBox_rate .car_inner2_list_bold {background:url(../images/common/bullet_star.png) no-repeat 0 6px; padding-left: 12px; line-height: 22px; font-weight: bold;}
.RightArea .CommentBox_rate .car_inner2_list_law {margin-top: 12px;}
.RightArea .CommentBox_rate .car_inner2_list_law li {line-height: 21px; color: red; font-weight: bold;}
/* 유의사항 */
/* 2024.08.27 수정 */
.RightArea .CommentBox_car{ margin-top:40px; padding:20px; border:1px  solid #D0E9FC; border-radius:5px; line-height: 20px; font-weight: 600; position: relative;}
.RightArea .CommentBox_car_inner li::before{  position: absolute; content: ''; width: 0.3rem; height: 0.3rem; margin-top: 6px; border-radius: 50%; background: #686e75;  left: 0.7rem; }
.RightArea .CommentBox_car .red {color: red; font-weight: 600; margin-top: 0.3rem;}
.RightArea .CommentBox_car_inner2 .car_inner2_list_2 span {color: #1490EF; font-weight: 600;}
.RightArea .CommentBox_car .icon {font-weight: 800; line-height: 20px; margin-bottom: 10px; background:url(../images/common/bg_comment_1.gif) left 5px no-repeat; color:#1490EF; padding: 2px 0 0 28px;}
.CommentBox_car .CommentBox_car_inner.two {margin-top: 1rem;}
.CommentBox_car .CommentBox_car_inner .txt-b {background:url(../images/common/bullet-b.png) no-repeat -1px 6px;  background-size: 0.8rem 0.8rem; line-height: 0px; padding: 12px; margin-left: -0.7rem;}
.RightArea .CommentBox_car .car_list_law {color: red; }
/* 2024.09.09 수정 */
.CommentBox_car .CommentBox_car_inner.two .font-style {font-weight: 500;}
.CommentBox_car .CommentBox_car_inner.two .blue {color: #1490EF;}
.RightArea .CommentBox_car .red::before{background:url(../images/common/bullet-red.png) no-repeat -1px 7px; background-size: 0.8rem 0.8rem; line-height: 0px; padding: 7px; margin-left: -0.7rem; content: "";}
/* 신차 재구매 금융상품 페이지  END  */

/*  2024.07.22  */
/* STEP 03  */
.RightArea .right .Uesd_car_photo_pc .letf-number {width: 116px; height:30px; text-align: center; font-weight: 600; background-color: #f2f5f9;}
.RightArea .right .Uesd_car_photo_pc .right-number { padding-left: 10px;}
.RightArea .right .Uesd_car_photo_pc tbody tr {  padding-bottom: 8px; display: inline-block; width: 500px; float: left;}
.loanReqBox.last tbody th {width: 116px; }
.filebox .upload-name {display: inline-block; height: 38px; padding: 0 10px;vertical-align: middle;border: 1px solid #1490ef; border-radius: 10px; width: 55%;color: #999999; margin: 0px 10px;}
.filebox label { display: inline-block;padding: 10px 20px;color: #fff; vertical-align: middle;background-color: #1490ef; border-radius: 10px; cursor: pointer; height: 38px; width: 90px;}
.filebox input[type="file"] {position: absolute;width: 0;height: 0;padding: 0;overflow: hidden;border: 0;} /*imput type */
.loanReqBox.last .filebox {display: inline-flex; text-align: center;}
.loanReqBox.last .filebox > p {width: 120px; margin-top: 10px; font-size: 0.9rem; font-weight: 600;}
.loanReqBox.last .filebox {padding-bottom: 1.2rem;}
/* */
.RightArea .btnwrap {margin: 2rem 0rem 2.4rem 0rem; text-align: center; width: 460px;}
.RightArea .btnwrap .btn-comm {width: 200px; height: 48px;}
.RightArea .btn-comm { position: relative;  font-size: 1.0rem; font-weight: 500; color: #fff;  text-align: center;  background: #1490ef;  border: 0.1rem solid #1490ef; border-radius: 0.2rem;}
/* STEP 04  */
.loanReqBox.first div.right .txt-group {margin-bottom: 2rem;}
.loanReqBox.first div.right .txt-group .recheck-txt {padding-bottom: 1rem; font-weight: 600; font-size: 0.9rem; line-height: 1.4rem;}
.loanReqBox.first div.right .txt-group .under-txt {background:url(../images/common/bullet.png) no-repeat 0 5px;  padding-left: 15px; }
 .Uesd_car_photo_pc .stamp-sign {font-weight: 600; padding-left: 1rem;}
 .loanReqBox.first div.right .Uesd_car_photo_pc .right-number.blue {color: #1490ef; font-weight: 600;}
 /* STEP 05 */
 .RightArea .EndMsgBox img {width: 7rem; margin-bottom:2rem;}
 
 /* 스크린리더 관련 2024.09.12 추가 */
 div.sr-only {positon: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}