@charset "UTF-8";

/*@import './common.css';
@import './layout.css';
@import './central.css';
@import './board.css';
@import './tab.css';

font-family: 'Noto Sans KR', sans-serif; -> font-family: 'Nanum Gothic', sans-serif; 22��
*/
/* font settings */
@import url('//fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Noto+Sans+KR:wght@400;500;700&display=swap');

.jkbid_2108_body{
    font-family: 'Nanum Gothic', sans-serif;
    color: #373737 !important;
    font-weight: 400;
    font-size: 16px;
}

.jkbid_2108_body a{
    font-family: inherit;
}

/* start common class */
.jkbid_2108_ft-light{
  font-weight: normal;
}

.jkbid_2108_ft-bold{
  font-weight: 700 !important;
}

.jkbid_2108_width{width:1400px;margin:0 auto;position:relative;}
.jkbid_2108_width_1200{width:1200px;margin:0 auto;position:relative;}

.jkbid_2108_clearfix:after{
  clear: both;
  display: block;
  content: "";
}

.jkbid_2108_pull-left{
  float: left;
}

.jkbid_2108_pull-right{
  float: right;
}

.jkbid_2108_ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jkbid_2108_blind{
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/* end common class */


/* top */
.jkbid_2108_top-inner{
    overflow: hidden;
    padding-top: 22px;
}

.jkbid_2108_lnb_wrp{
    text-align: right;
    position: relative;
    top: -10px;
}

.jkbid_2108_logo{
    text-align: center;
}

.jkbid_2108_logo a{
    display: inline-block;
    position: relative;
}

.jkbid_2108_logo_sub_desc{
    position: absolute;
    bottom: 0;
    left: -210px;
}

.jkbid_2108_lnb{
    display: inline-block;
}

.jkbid_2108_lnb-list{
    float: left;
    margin: 0 12px;
    position: relative;
}

.jkbid_2108_lnb-list:after{
    content: "";
    width: 2px;
    height: 12px;
    background: #b7b7b7;
    position: absolute;
    top: 2px;
    right: -12px;
}

.jkbid_2108_lnb-list:last-child{
    margin-right: 0;
}

.jkbid_2108_lnb-link{
    font-size: 13px;
    color: #000;
    font-weight: normal;
	font-family: 'Nanum Gothic', sans-serif; 
}


/* nav */
.jkbid_2108_nav{position:relative;z-index: 1111;width:1600px;margin:0 auto;}
.jkbid_2108_nav_1200{position:relative;z-index: 1111;width:1200px;margin:0 auto;}

.jkbid_2108_nav-inner{}

.jkbid_2108_nav-list{
    float: left;
    position: relative;
    cursor: pointer;
}
.jkbid_2108_nav .jkbid_2108_nav-list:first-child{margin-left:260px;}
.jkbid_2108_nav_1200 .jkbid_2108_nav-list:first-child{margin-left:60px;}

.jkbid_2108_nav-list .jkbid_2108_nav-link{
    font-size: 18px;
    height: 52px;
    line-height: 52px;
    color: #000;
    padding: 0 40px;
    display: block;
    font-weight: bold;
    font-family: 'Nanum Gothic', sans-serif;
}

.jkbid_2108_nav-body{
    /*margin-left: 65px;
    position: relative;*/
}

.jkbid_2108_nav-sub-list{
    /*position: relative;*/
}

.jkbid_2108_nav-sub{
    margin-top:3px;
	border-top:5px solid #003f8c;
	position: absolute;
    width: 100%;
    top: 44px;
    left: 0;
    display: none;
    background: #fcfcfc;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.jkbid_2108_nav-sub-link{
    font-size: 14px;
    color: #000;
    height: 42px;
    line-height: 42px;
    /*padding: 0 12px;
    font-weight: 500;*/
    text-align: center;
    display: block;
    font-family: 'Noto Sans KR', sans-serif !important;
    border-bottom: 1px solid #eee;
}

.jkbid_2108_nav-sub-link:hover{
    color: #FFF;
	background: #003f8c;
}

.jkbid_2108_nav-list:hover .jkbid_2108_nav-link,
.jkbid_2108_nav-list__active .jkbid_2108_nav-link{
    color: #000;
}

.jkbid_2108_nav-list__active .jkbid_2108_nav-sub,
.jkbid_2108_nav-list:hover .jkbid_2108_nav-sub{
    display: block;
}


/*.jkbid_2108_nav-list:nth-child(1) .jkbid_2108_nav-sub{*/
/*    width: 315px;*/
/*    left: -87px;*/
/*}*/

/*.jkbid_2108_nav-list:nth-child(2) .jkbid_2108_nav-sub{*/
/*    width: 315px;*/
/*    left: -90px;*/
/*}*/

/*.jkbid_2108_nav-list:nth-child(3) .jkbid_2108_nav-sub{*/
/*    width: 315px;*/
/*    left: -33px;*/
/*}*/

/*.jkbid_2108_nav-list:nth-child(4) .jkbid_2108_nav-sub{*/
/*    width: 315px;*/
/*    left: 0;*/
/*}*/

/*.jkbid_2108_nav-list:nth-child(5) .jkbid_2108_nav-sub{*/
/*    width: 425px;*/
/*    left: -110px;*/
/*}*/


/*.jkbid_2108_nav-list:nth-child(7) .jkbid_2108_nav-sub{*/
/*    width: 445px;*/
/*    left: -204px;*/
/*}*/

/*.jkbid_2108_nav-list:nth-child(8) .jkbid_2108_nav-sub{*/
/*    width: 445px;*/
/*    left: -220px;*/
/*}*/


.jkbid_2108_rotate-inner{
    height: 193px;
    background: #eee;
}

.jkbid_2108_rotator{
    position: relative;
}

.jkbid_2108_rotate-banner{
    height: 236px;
}

.jkbid_2108_spot{
    width: 1200px;
    margin: 0 auto;
}

.jkbid_2108_spot_left{
    width: 245px;
    margin-right: 20px;
    float: left;
}

.jkbid_2108_spot_right{
    float: left;
    width: 935px;
    overflow: hidden;
}

/* footer */
.jkbid_2108_footer{
    margin-top: 74px;
    background: #f5f5f5;
}

.jkbid_2108_footer-inner{
    padding: 20px;
    box-sizing: border-box;
}

.jkbid_2108_footer-nav{margin-bottom:25px;padding-left:450px;position:relative;}
.jkbid_2108_footer-nav_1200{margin-bottom:25px;padding-left:350px;position:relative;}

.jkbid_2108_footer-nav a{
    font-size: 12px;
    color: #464545;
}

.jkbid_2108_footer-biz{padding-left:320px;}
.jkbid_2108_footer-biz_1200{padding-left:220px;}

.jkbid_2108_footer-biz-info{
    margin-bottom: 10px;
}

.jkbid_2108_splitter{
    color: #959595;
    font-size: 12px;
    margin: 0 10px;
}


/* main contents */
.jkbid_2108_contents{
    /*margin-top: 15px;*/
}

.jkbid_2108_contents-area{
    float: left;
}

.jkbid_2108_contents-left{
    position: relative;
    width: 220px;
}

.jkbid_2108_sub .jkbid_2108_contents-left{
    min-height: 600px;
}

.jkbid_2108_contents-aside{
    width: 248px;
    margin: 0 20px;
}

.jkbid_2108_contents-main{
    width: 692px;
}

/* login */
.jkbid_2108_login{
    padding: 0 10px;
    border: 1px solid #acacac;
    box-sizing: border-box;
    height: 158px;
    background: #fff;
}

.jkbid_2108_login-fieldset{
    position: relative;
}

.jkbid_2108_login-fieldset input[type="text"],
.jkbid_2108_login-fieldset input[type="password"]{
    border: 1px solid #adadad;
    height: 27px;
    box-sizing: border-box;
    padding-left: 12px;
    font-size: 14px;
    color: #7d7d7d;
    width: 123px;
}

.jkbid_2108_login-fieldset input[type="text"]{
    margin-bottom: 2px;
}

.jkbid_2108_login-submit{
    background:#007ebc;
    display: block;
    width: 69px;
    height: 57px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 55px;
    border:1px solid #007ebc;
    border-radius:3px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Noto Sans KR', sans-serif !important;
}

.jkbid_2108_center{
	margin-top:15px;
    text-align: center;
}

.jkbid_2108_login-find-area{
    margin-top: 10px;
    margin-bottom: 15px;
}

.jkbid_2108_register{
    width:99%;
    height: 31px;
    line-height: 31px;
    background: #5e5e5e;
    text-align: center;
    color: #d2a58e;
    font-size: 14px;
    letter-spacing:2.0px;
    display: block;
    font-weight: bold;
    font-family: 'Noto Sans KR', sans-serif !important;
    border-radius:3px;
}

.jkbid_2108_find-info,
.jkbid_2108_find-info:hover{
    color: #838383;
}

.jkbid_2108_login label{
    color: #838383;
}

.jkbid_2108_register:hover{
    color: #fff;
}

.jkbid_2108_login-title{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 9px;
}

/* service */
.jkbid_2108_service-info{
    border: 1px solid #0860b5;
    border-radius: 5px;
    margin-bottom: 13px;
    overflow: hidden;
}

.jkbid_2108_service-title{
    font-size: 18px;
    color: #0860b5;
    text-align: center;
    border-bottom: 1px solid #acacac;
    font-weight: 700;
    font-family: 'Nanum Gothic';
    height: 48px;
    line-height: 48px;
}

.jkbid_2108_service-list{
    border-bottom: 1px solid #acacac;
}

.jkbid_2108_service-list:last-child{
    border-bottom: none;
}

.jkbid_2108_service-link{
    display: block;
    text-align: left;
    height: 53px;
    line-height: 53px;
    padding-left: 80px;
    position: relative;
}

.jkbid_2108_service-link span.jkbid_2108_service-link-text{
    font-size: 15px;
    font-weight: bold;
    font-family: 'Nanum Gothic';
}

.jkbid_2108_service-link-img{
    position: absolute;
    top: 9px;
    left: 30px;
}

.jkbid_2108_service-list:nth-child(3) .jkbid_2108_service-link-img{
    top: 15px;
    left: 25px;
}

.jkbid_2108_service-list:nth-child(4) .jkbid_2108_service-link-img{
    top: 12px;
    left: 25px;
}

.jkbid_2108_service-list:nth-child(5) .jkbid_2108_service-link-img{
    top: 7px;
}

.jkbid_2108_service-list:nth-child(6) .jkbid_2108_service-link-img{
    top: 12px;
    left: 23px;
}

.jkbid_2108_contract{
    border: 1px solid #0860b5;
    border-radius: 5px;
    padding: 8px 0;
    height: 85px;
    box-sizing: border-box;
}

.jkbid_2108_contract-list{
    width: 50%;
    float: left;
    text-align: center;
}

.jkbid_2108_contract-list:nth-child(1),
.jkbid_2108_contract-list:nth-child(2){
    margin-bottom: 15px;
}

.jkbid_2108_contract-link{
    display: inline-block;
    width: 50px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-size: 14px;
    color: #000;
    border: 1px solid #ccc;
    background: #f8f8f8;
    font-weight: bold;
}

.jkbid_2108_contract-link:hover{
    color: #000;
}

.jkbid_2108_contract-title{
    font-size: 16px;
    color: #444;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'Nanum Gothic';
}

.jkbid_2108_plan-status{
    margin-top: 13px;
}

.jkbid_2108_plan-status-inner{
    border: 1px solid #0d3d80;
    border-radius: 5px;
    overflow: hidden;
}

.jkbid_2108_plan-status-link,
.jkbid_2108_plan-status-link:hover{
    display: block;
    color: #009168;
    font-family: 'Nanum Gothic';
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}


/* aside */
.jkbid_2108_cs{
    border: 1px solid #0860b5;
    padding: 25px 15px 5px 30px;
    background: url('/images/main/img-ico-cs.jpg') no-repeat 25px 20px;
    border-radius: 5px;
    height: 198px;
    box-sizing: border-box;
}

.jkbid_2108_cs-title{
    font-size: 20px;
    color: #0860b5;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    padding-left: 27px;
    font-family: 'Nanum Gothic';
    white-space: nowrap;
}

.jkbid_2108_cs-time{
    font-size: 17px;
    color: #000;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 5px;
    font-family: 'Nanum Gothic';
}

.jkbid_2108_cs-info{
    font-size: 12px;
    color: #000;
    font-family: 'Nanum Gothic';
}

.jkbid_2108_cs-info span{
    font-size: 19px;
    color: #0860b5;
    line-height: 35px;
    font-weight: 700;
    display: inline-block;
}

.jkbid_2108_usage{
    margin-top: 13px;
    margin-bottom: 13px;
    border: 1px solid #0860b5;
    border-radius: 5px;
}

.jkbid_2108_usage-link{
    display: block;
    padding: 0 20px;
    height: 63px;
    line-height: 63px;
    box-sizing: border-box;
    text-align: center;
    background: url('/images/main/img-ico-chat.png') no-repeat 30px 13px;
}

.jkbid_2108_usage-link strong{
    font-size: 18px;
    font-weight: 700;
    color: #444;
    margin-left: 30px;
}

.jkbid_2108_remote{
    margin-bottom: 13px;
    border: 1px solid #0860b5;
    border-radius: 5px;
}

.jkbid_2108_remote-link{
    display: block;
    padding: 0 20px;
    height: 62px;
    box-sizing: border-box;
    line-height: 62px;
    text-align: center;
    background: url('/images/main/img-ico-remote-service.png') no-repeat 25px 15px;
}

.jkbid_2108_remote-link strong{
    font-size: 16px;
    font-weight: 700;
    color: #444;
    margin-left: 40px;
}

.jkbid_2108_deposit{
    border: 1px solid #0860b5;
    padding: 20px 15px 10px 15px;
    text-align: center;
    border-radius: 5px;
    height: 131px;
    box-sizing: border-box;
}

.jkbid_2108_account{
    font-size: 20px;
    font-weight: bold;
    color: #143055;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Nanum Gothic';
}

.jkbid_2108_account-owner{
    font-size: 16px;
    color: #444;
    font-family: 'Nanum Gothic';
    font-weight: bold;
}

.jkbid_2108_support{
    border: 1px solid #0860b5;
    padding: 9px 15px;
    text-align: center;
    margin-top: 13px;
    border-radius: 5px;
    height: 150px;
    box-sizing: border-box;
}

.jkbid_2108_support-title{
    font-size: 19px;
    font-weight: 700;
    color: #343434;
    margin-bottom: 5px;
    font-family: 'Nanum Gothic';
}

.jkbid_2108_support-desc{
    font-size: 14px;
    color: #343434;
    margin-bottom: 5px;
    display: inline-block;
    font-family: 'Nanum Gothic';
    font-weight: bold;
}

.jkbid_2108_support-link,
.jkbid_2108_support-link:hover{
    display: inline-block;
}


.jkbid_2108_analysis{
    margin-bottom: 15px;
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}

.jkbid_2108_analysis-link{
    display: block;
    padding: 0 20px;
    height: 66px;
    box-sizing: border-box;
    line-height: 66px;
    text-align: center;
    background: url('/images/main/img-ico-cog.png') no-repeat 20px 10px;
}

.jkbid_2108_analysis-link strong{
    font-size: 20px;
    font-weight: 700;
    color: #444;
    margin-left: 40px;
}

.jkbid_2108_research{
    border: 1px solid #0860b5;
    margin-top: 13px;
    text-align: center;
    padding: 15px 15px 5px 15px;
    border-radius: 5px;
    height: 140px;
    box-sizing: border-box;
}

.jkbid_2108_research-title{
    font-size: 18px;
    font-weight: bold;
    color: #444;
    margin-bottom: 5px;
    margin-top: 5px;
    font-family: 'Nanum Gothic';
}

.jkbid_2108_research-number{
    font-size: 19px;
    font-weight: bold;
    color: #0860b5;
    font-family: 'Nanum Gothic';
}


.jkbid_2108_ref-list{
    float: left;
    padding-right: 22px;
}

.jkbid_2108_ref-link{
    border: 1px solid #0d3d80;
    display: inline-block;
    text-align: center;
    height: 48px;
    line-height: 48px;
    width: 130px;

}

.jkbid_2108_ref-list:nth-child(odd) .jkbid_2108_ref-link{
    margin-right: 5px;
}

.jkbid_2108_ref-list:nth-child(1) img{
    position: relative;
    top: 12px;
}

.jkbid_2108_ref-list:nth-child(2) img{
    position: relative;
    top: 12px;
}

.jkbid_2108_ref-list:nth-child(3) img{
    position: relative;
    top: 6px;
}

.jkbid_2108_ref-list:nth-child(4) img{
    position: relative;
    top: 10px;
}

.jkbid_2108_ref-list:nth-child(5) img{
    position: relative;
    top: 5px;
}

.jkbid_2108_ref-list:nth-child(6) img{
    position: relative;
    top: 3px;
}

/* main */
.jkbid_2108_contents-main-inner{
}

.jkbid_2108_bid-status-inner{
    height: 39px;
    overflow: hidden;
    border: 1px solid #0e4298;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    padding-left: 116px;
    position: relative;
}

.jkbid_2108_bid-status_title{
    position: absolute;
    top: 7px;
    left: 20px;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    font-family: "Noto Sans CJK KR";
}

.jkbid_2108_bid-status_title:after{
    width: 2px;
    height: 24px;
    background: #000;
    content: "";
    position: absolute;
    top: 1px;
    left: 87px;
}

.jkbid_2108_bid-status{
    margin-top: 15px;
    background: #fff;
}

.jkbid_2108_bid-status-table{
    width: 574px;
}

.jkbid_2108_bid-status-table td{
    padding:10px 5px;
    /*border-bottom: 1px solid #e1e1e1;*/
    font-size: 13px;
    color: #0e0e0e;
	font-family: 'Nanum Gothic', sans-serif;
}

.jkbid_2108_bid-status-table td:nth-child(1){
    padding-left:5px;
}

.jkbid_2108_bid-status-table td:nth-child(1), .jkbid_2108_bid-status-table td:nth-child(2){text-align:left;}
.jkbid_2108_bid-status-table td:nth-child(3){text-align:right;padding-right:10px;}

.jkbid_2108_bid-status-wrp{
    height: 40px;
    width: 100%;
}

/* marquee lib */
.jkbid_2108_bid-status .str_wrap {
    overflow:hidden;
    width:100%;
    line-height:16px;
    position:relative;
    user-select: none;
    white-space:nowrap;
}

.jkbid_2108_bid-status .str_move {
    white-space:nowrap;
    position:absolute;
    top:0;
    left:0;
}

.jkbid_2108_bid-status .str_move_clone {
    display:inline-block;
    vertical-align:top;
    position:absolute;
    left:100%;
    top:0;
}

.jkbid_2108_bid-status .str_vertical .str_move_clone {
    left:0;
    top:100%;
}

.jkbid_2108_bid-status .str_down .str_move_clone {
    left:0;
    bottom:100%;
}
/* // marquee lib */

.jkbid_2108_bid-status-title{
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    color: #fff;
    background: #143055 url('/images/main/bg-tb-header.gif') no-repeat 90px 0;
    text-align: center;
    font-weight: 700;
    font-family: 'Nanum Gothic';
}

.jkbid_2108_board{
    margin-top: 18px;
    height: 324px;
    border: 1px solid #0d3d80;
    background: #fff;
}

.jkbid_2108_board-tab-body{
    border-bottom: 1px solid #bfbfbf;
}
.jkbid_2108_board-body-notice-wrap .jkbid_2108_board-table{

}

.jkbid_2108_board-table{
    width: 100%;
    margin-top: 20px;
}

.jkbid_2108_board-table_echo{
	font-size: 15px;
	text-align: center;
	font-family: 'Nanum Gothic', sans-serif;
}

.jkbid_2108_board-table td:nth-child(1){
    color: #000;
    font-weight: bold;
	font-size: 14px;

}

.jkbid_2108_board-table td:nth-child(1),
.jkbid_2108_board-table td:nth-child(3){
    text-align: center;
	font-size: 15px;

}

.jkbid_2108_board-table th{
    color: #fff;
    font-size: 13px;
    padding: 0;
    font-weight: 700;
    height: 32px;
    line-height: 32px;

}

.jkbid_2108_board-table td{
    font-size: 15px;
    height: 37px;
	font-family: 'Nanum Gothic', sans-serif;
}

.jkbid_2108_board-table tr:last-child td{
    border-bottom: none;
}

.jkbid_2108_board-table td a{
    font-size: 13px;
    color: #444;
}

.jkbid_2108_board-table td a:hover{
    color: #0860b5;
}

.jkbid_2108_board-tab-list{
    float: left;
}

.jkbid_2108_board-tab{
    position: relative;
}

.jkbid_2108_board-tab-list{
    width: 33.333%;
}

.jkbid_2108_board-tab-link{
    display: block;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif !important;
}

.jkbid_2108_board-tab-list:hover,
.jkbid_2108_board-tab-list__active{

}

.jkbid_2108_board-tab-list:hover a,
.jkbid_2108_board-tab-list__active a{
    color: #000;
    border-bottom: 2px solid #117fff;
}

.jkbid_2108_board-table .jkbid_2108_notice-header{
    padding:0;
}

.jkbid_2108_board-table .jkbid_2108_notice-header h3{
    color: #fff;
    font-weight: bold;
    font-family: "Nanum Gothic";
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    background: #143055 url('/images/main/bg-tb-header.gif') no-repeat 90px 0;
}

.jkbid_2108_clearfix-notice-line td a:hover{
    color: #0860b5;
}

.jkbid_2108_clearfix-notice-line td:nth-child(1){
    background: url('/images/main/img-bg_notice.png') no-repeat center center;
}

/* gradient */
.grad-type-01 {
    background-image: linear-gradient(#fff, #fefefe, #fbfbfb, #eeeeee, #e5e5e5);
}

.grad-type-02 {
    background-image: linear-gradient(#2ca3db, #349ed6, #2178bb, #155ca8);
}

.grad-type-03 {
    background-image: linear-gradient(#34a1d8, #0860b5, #0860b5);
}

/* sub */
.jkbid_2108_contents-sub-frame{float:left;width:1155px;}
.jkbid_2108_contents-sub-frame_955{float:left;width:955px;}

.jkbid_2108_contents-sub-frame-inner{
    padding-left: 15px;
}

.jkbid_2108_leftmenu{
    margin-bottom: 10px;
}

.jkbid_2108_leftmenu-title{
    font-size: 20px;
    color: #131313;
    font-weight: 700;
    text-align: center;
    font-family: 'Nanum Gothic', sans-serif;
}

.jkbid_2108_sub .jkbid_2108_leftmenu-title{
    background: url('/images/main/bg-page-sub-header.jpg') no-repeat 0 0;
    height: 130px;
    line-height: 130px;
    color: #fff;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 26px;
    font-weight: 500;
}

.jkbid_2108_leftmenu-body{
    margin-top: 10px;
}

.jkbid_2108_leftmenu-list{
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

.jkbid_2108_leftmenu-list .jkbid_2108_leftmenu-link{
    display: block;
    height: 46px;
    line-height: 46px;
    color: #444;
    font-size: 15px;
    padding: 0 15px;
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: 500;
}

.jkbid_2108_leftmenu-list:hover,
.jkbid_2108_leftmenu-list__active{
    background: #3e54a7;
    font-family: 'Nanum Gothic', sans-serif;
	font-size: 15px;
}

.jkbid_2108_sub .jkbid_2108_leftmenu .jkbid_2108_leftmenu-list:hover a,
.jkbid_2108_sub .jkbid_2108_leftmenu .jkbid_2108_leftmenu-list__active a{
    color: #fff;
    background: url('/images/main/img-bg_bullet_white.png') no-repeat 195px center;
}

.jkbid_2108_board-body-notice-wrap{
    margin-bottom: 13px;
}

.jkbid_2108_board-inner{

}

.jkbid_2108_mas{
    height: 52px;
    line-height: 52px;
    font-weight: bold;
    color: #000;
    font-size: 17px;
    background: url('/images/main/bg-btn-01.jpg') no-repeat 0 0;
    display: block;
    text-align: center;
}

.jkbid_2108_shared_contract{
    height: 52px;
    line-height: 52px;
    font-weight: bold;
    color: #000;
    font-size: 17px;
    background: url('/images/main/bg-btn-02.jpg') no-repeat 0 0;
    display: block;
    text-align: center;
    margin-top: 6px;
}

.jkbid_2108_btn_group{
    margin-bottom: 13px;
}

.jkbid_2108_bottom{
    border: 1px solid #0d3d80;
    margin: 10px auto 0 auto;
    width: 1200px;
    padding: 18px 0;
}

.jkbid_2108_ref-site{
    position: relative;
    padding-left: 258px;
}

.jkbid_2108_ref-site h5{
    font-size: 17px;
    color: #0860b5;
    font-weight: bold;
    position: absolute;
    top: 18px;
    left: 52px;
}

.jkbid_2108_sub .jkbid_2108_deposit{
    margin-top: 13px;
}

.jkbid_2108_contents-left-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 245px;
}

.jkbid_2108_reference_links_area_inner{
    width: 1200px;
    margin: 0 auto;
}

.jkbid_2108_reference_links_wrp{
    float: left;
    width: 1000px;
    margin-right: 9px;
}

.jkbid_2108_reference_links_right{
    float: left;
    width: 191px;
}

.jkbid_2108_reference_links_list{
    float: left;
}

.jkbid_2108_selectbox_a{
    margin-bottom:3px;
}

.jkbid_2108_selectbox_a option{
	height: 25px;
 }

.jkbid_2108_selectbox_a, .jkbid_2108_selectbox_b{
    width:100%;height: 37px;border:1px solid #b9b9b9;
}

.jkbid_2108_reference_bottom_menu{
    margin: 34px 0;
}

.jkbid_2108_reference_bottom_menu_inner{
    width: 1200px;
    margin: 0 auto;
}

.jkbid_2108_reference_bottom_menu_a{
    width:780px;
    height:75px;
    box-sizing:border-box;
    position:relative;
    background:#0b2f9f;
    float:left;
    margin-right:20px;
    padding-left:195px;
}

.jkbid_2108_reference_bottom_menu_b,
.jkbid_2108_reference_bottom_menu_c,
.jkbid_2108_reference_bottom_menu_d{
    width: 190px;
    height: 75px;
    float: left;
    text-align: center;
    font-family: 'Nanum Gothic', sans-serif;
}

.jkbid_2108_reference_bottom_menu_b{
    background: #5e8fe0;
}

.jkbid_2108_reference_bottom_menu_b a{
    box-sizing: border-box;
    padding-top: 13px;
    line-height: 23px;
}


.jkbid_2108_reference_bottom_menu_c{
    background: #0086ba;
    margin: 0 10px;
    line-height: 75px;
}

.jkbid_2108_reference_bottom_menu_d{
    background: #0b2f9f;
    line-height: 75px;
}

.jkbid_2108_reference_bottom_menu_b a,
.jkbid_2108_reference_bottom_menu_c a,
.jkbid_2108_reference_bottom_menu_d a{
    display: block;
    text-align: center;
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.jkbid_2108_reference_bottom_menu_a_link{
    background:#fff;
    width:150px;
    height:47px;
    line-height:47px;
    border-radius:5px;
    display:inline-block;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    font-family:'Nanum Gothic', sans-serif !important;
    letter-spacing:0.2em;
}
.jkbid_2108_reference_bottom_menu_a_link.rq {color:#780C28;margin-left:50px;}
.jkbid_2108_reference_bottom_menu_a_link.st {color:#003161 !important;margin-left:10px;}
.jkbid_2108_reference_bottom_menu_a_link.op {color:#4B164C !important;margin-left:10px;}

.jkbid_2108_reference_bottom_menu_a_link:hover{
    color:#333;
    background:#fff2f2;
    border-radius:5px;
    display:inline-block;
    text-align:center;
    font-size:16px;
    font-weight:800;
}

.jkbid_2108_reference_bottom_menu_a_list{
    float: left;
    margin-right: 10px;
}

.jkbid_2108_reference_bottom_menu_a_title{
    position:absolute;
    top:29px;
    left:45px;
    font-size:16px;
    color:#fff;
    font-weight:bold;
    font-family:'Nanum Gothic', sans-serif;
    cursor:pointer;
}

.jkbid_2108_reference_bottom_menu_a_body{
    position: relative;
    top: 14px;
}

.jkbid_2108_reference_bottom_menu_etc_inner{
    width: 1200px;
    margin: 0 auto;
    height: 154px;
    border: 1px solid #bababa;
}

.jkbid_2108_reference_bottom_menu_etc{
    margin-top: 27px;
}

.jkbid_2108_reference_bottom_menu_etc_body{
    padding-left: 102px;
    padding-top: 12px;
}

.jkbid_2108_reference_bottom_menu_etc_list{
    float: left;
    margin-right: 105px;
}

.jkbid_2108_reference_bottom_menu_etc_list:last-child{
    margin-right: 0;
}

.jkbid_2108_reference_bottom_menu_etc_link{
    display: block;
}

.jkbid_2108_reference_bottom_menu_etc_link .jkbid_2108_reference_bottom_menu_etc_tit{
    font-weight: bold;
    font-family: 'Nanum Gothic', sans-serif;
    color: #000;
    font-size: 15px;
    text-align: center;
    display: block;
    line-height: 18px;
    margin-top: 10px;
}

.jkbid_2108_main_banner{
}


.jkbid_2108_body .swiper-pagination-bullet{
    opacity: 0.5;
}

.jkbid_2108_body .swiper-pagination-bullet-active{
    opacity: 1;
    background: #fff !important;
}

.jkbid_2108_notice{
    margin-top: 15px;
    border: 1px solid #073d97;
    height: 324px;
    background: #fff;
}

.jkbid_2108_notice-header{
    height: 51px;
    line-height: 51px;
    border-bottom: 1px solid #bfbfbf;
    /*padding-left: 20px;*/
    font-weight: bold;
    font-family: 'Nanum Gothic', sans-serif;
    color: #000;
    font-size: 17px;
	text-align:center;
}

.jkbid_2108_notice-body{
    padding:0 10px;
}

.jkbid_2108_notice-inner{
    height: 274px;
}

.jkbid_2108_notice-list{
    padding:5px;
    border-bottom: 1px solid #bfbfbf;
}

.jkbid_2108_notice-list:last-child{
    border-bottom: none;
}

.jkbid_2108_notice-list a{font-family:'Nanum Gothic', sans-serif;}

.jkbid_2108_notice-link{
    font-size: 13px;
	font-weight:bold;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	line-height:19px;
}

.jkbid_2108_customer_service{
    width:218px;height: 145px;margin:10px 0 0 1px;
	/*background: url('/images/main/cs-consulting2.jpg') no-repeat 0 0;*/
    background:#f8ede3;
}
/*.jkbid_2108_customer_service div{padding:5px 10px;margin:0 auto;}*/
.jkbid_2108_customer_service div{color:#222;font-family:"Nanum Gothic", sans-serif;font-size:18px;font-weight:800;text-align:center;margin-bottom:7px;}
.jkbid_2108_customer_service div:nth-child(1){margin-top:5px;}
.jkbid_2108_customer_service div:nth-child(2){font-size:32px;color:#bb0000 !important;font-weight:900;letter-spacing:1.4px;}
.jkbid_2108_customer_service div:nth-child(4){font-size:13px;font-weight:800;background:#5e5e5e;color:#fff;border-radius:3px;width:100%;padding:5px 0;margin:0 auto;}

.jkbid_2108_customer_service_inner{
    padding:10px;
}

.jkbid_2108_customer_service_a{
    color: #e1fffd;
    font-size: 16px;
    font-family: 'Nanum Gothic', sans-serif;
    padding-left: 7px;
}

.jkbid_2108_customer_service_b{
    font-size: 30px;
    font-family: 'Nanum Gothic', sans-serif;
    color: #fff;
    padding-left: 7px;
    font-weight: bold;
    margin-top: -3px;
}

.jkbid_2108_customer_service_c{
    font-size: 16px;
    font-family: 'Nanum Gothic', sans-serif;
    color: #fff;
    padding-left: 12px;
    font-weight: bold;
}

.jkbid_2108_customer_service_d{
    margin-top: 5px;
}

.jkbid_2108_customer_service_d-1{
    background: #008876;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    padding: 0 10px;
}

.jkbid_2108_customer_service_etc{
    border: 1px solid #073d97;
    background: #fff;
    height: 183px;
    margin-top: 10px;
}

.jkbid_2108_notice-list-wrp{
    margin:10px 5px 5px 5px;
}

.jkbid_2108_customer_service_etc_inner{
    padding: 12px 10px;
}

.jkbid_2108_customer_service_etc_a{
    height: 24px;
    line-height: 30px;
    position: relative;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding-left: 65px;
}

.jkbid_2108_customer_service_etc_a img {
	height:28px;
	padding-left:3px;
	vertical-align:middle;
}

.jkbid_2108_customer_service-ico{
    position: absolute;
    top: -3px;
    left: 5px;
}

.jkbid_2108_customer_service-ico:after{
    content: "";
    position: absolute;
    top: 2px;
    left: 45px;
    width: 2px;
    height: 28px;
    background: #38598e;
}

.jkbid_2108_customer_service_etc_b{
    height: 24px;
    line-height: 30px;
    position: relative;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding-left: 65px;
    margin-top: 23px;
    margin-bottom: 18px;
}

.jkbid_2108_customer_service_etc_b img {
	height:28px;
	padding-left:3px;
	vertical-align:middle;
}

.jkbid_2108_customer_service_etc_txt{
    position: relative;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 18px;
    font-weight: bold;
	color:#313131;
}

.jkbid_2108_customer_service_etc_c{
    text-align: center;
}

.jkbid_2108_customer_service_etc_c_1 img {
	margin-top:2px;
	height:20px;
}

.jkbid_2108_customer_service_etc_c_2{
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 19px;
    font-weight: bold;
    margin-top: 3px;
	margin-bottom: 5px;
}

.jkbid_2108_customer_service_etc_c_3{
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 17px;
    font-weight: bold;
}

.jkbid_2108_customer_service_etc_a:after{
    content: "";
    width: 185px;
    height: 1px;
    background: #bfbfbf;
    position: absolute;
    bottom: -13px;
    left: 5px;
}

.jkbid_2108_customer_service_etc_b:after{
    content: "";
    width: 185px;
    height: 1px;
    background: #bfbfbf;
    position: absolute;
    bottom: -13px;
    left: 5px;
}

.jkbid_2108_sub .jkbid_2108_contents-left-inner{
    width: 100%
}

.jkbid_2108_leftmenu-customer-center{
    border:1px solid #dcdcdc;height:160px;
}

.jkbid_2108_leftmenu-customer-center-inner{
    padding: 15px;
}

.jkbid_2108_leftmenu-customer-center1{
    border: 1px solid #dcdcdc;
	height: 145px;margin-top:10px;
}

.jkbid_2108_leftmenu-customer-center-inner1{
    padding: 0px;
}

.leftmenu_inquiry{margin-top:10px;border:1px solid #dcdcdc;} /*3e54a7*/
.leftmenu_inquiry_inner{position:relative;padding:18px 0 14px 80px;}
.leftmenu_inquiry img{position:absolute;top:10px;left:15px;}
.leftmenu_inquiry_inner a{font-family:"Nanum Gothic";font-size:16px;font-weight:bold;color:#333;letter-spacing:1.3px;}

.jkbid_2108_leftmenu-bank-account{
    margin-top: 10px;
    border: 1px solid #dcdcdc;
    height: 69px;
}

.jkbid_2108_leftmenu-bank-account-inner{
    padding: 14px 0 0 60px;
    position: relative;

}

.jkbid_2108_leftmenu-bank-account-inner img{
    position: absolute;
    top: 11px;
    left: 11px;
}

.jkbid_2108_leftmenu-bank-account-number{
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 16px;
    font-weight: bold;
	margin-bottom:5px;
}

.jkbid_2108_leftmenu-bank-account-name{
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding-left: 23px;
}



.jkbid_2108_leftmenu-customer-center-a{
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 16px;
    text-align: center;
	margin-left:19px;
	margin-bottom:6px;
	display:inline-block;
}

.jkbid_2108_leftmenu-customer-center-b{
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    color: #000;
	margin-bottom:6px;
	display:inline-block;
}

.jkbid_2108_leftmenu-customer-center-c{
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #000;
}

.jkbid_2108_leftmenu-customer-center-d{text-align:center;margin-top:12px;}
.jkbid_2108_leftmenu-customer-center-d a{
    display:inline-block;float:left;width:35%;height:51px;line-height:22px;text-align:center;color:#fff;font-size:14px;font-family:'Nanum Gothic', sans-serif;font-weight:500;border-radius:5px;background:#3e54a7;padding-top:8px;
}

.jkbid_2108_leftmenu-customer-center-e{text-align:center;margin-top:12px;}
.jkbid_2108_leftmenu-customer-center-e a{
    display:inline-block;float:right;width:59%;height:52px;line-height:24px;text-align:center;color:#d70654;font-size:14px;font-weight:800 !important;font-family:'Nanum Gothic', sans-serif;font-weight:500;border-radius:5px;background:#fff5e8;padding-top:7px;background:linear-gradient(0deg, #fff5e8 0%, #faf1e6 85%);border:1px solid #dfd3c3;
}
.jkbid_2108_leftmenu-customer-center-d a:before, .jkbid_2108_leftmenu-customer-center-e a:before{height:0%;width:2px;}
.jkbid_2108_leftmenu-customer-center-d a:hover, .jkbid_2108_leftmenu-customer-center-e a:hover{box-shadow:4px 4px 6px 0 rgba(255,255,255,.5), -4px -4px 6px 0 rgba(116, 125, 136, .5), inset -4px -4px 6px 0 rgba(255,255,255,.2), inset 4px 4px 6px 0 rgba(0, 0, 0, .4);}

.jkbid_2108_sub .jkbid_2108_contents{
    margin-top: 40px;
}

.jkbid_2108_sub .jkbid_2108_nav{border-top:1px solid #eee;border-bottom: 1px solid #eee;}

.jkbid_2108_contents-bg{
    background: url('/images/main/bg-main.jpg') no-repeat center 0;
    padding: 15px 0;
}

.jkbid_2108_login-member{
    font-size: 13px;
	font-weight: 700;
    color: #0000FF;
	font-family: 'Nanum Gothic', sans-serif;
}

.jkbid_2108_login-member-grade{
    font-size: 13px;
}

.jkbid_2108_login-member-sertime{
    font-size: 13px;
}

.jkbid_2108_login-member-analy{
    font-size: 13px;
	font-weight: 700;
}

.jkbid_2108_login div.overlay {
	margin-top:15px;
	margin-bottom:10px;
	padding:5px;
	width:183px;
	/*background-color: #ff4b2b;*/
	color: #000;
	text-align:center;
	/*border-radius: 20px;*/
	box-shadow: -5px -5px 10px #BDBDBD, 5px 5px 8px #5D5D5D;
}
.jkbid_2108_login div.sertime {
	padding:7px 0 5px 5px;
}
.jkbid_2108_login div.analy {
	padding:0 0 0 5px;
}