.sub-form-area {
    /* padding: 55px 60px 70px 60px; */
    border-top: 5px solid #08a048;
}

.sub-form-area .notice-area{
    background : none;
}

.sub_lookup_tit {
    text-align: center;
}

.sub_lookup_tit h1 {
    font-size: 30px;
    font-weight: 400;
}

.sub_lookup_tit p {
    font-size: 14px;
    color: #999;
    margin: 0px;
}

.sub_lookup_ul {
    width: 100%;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    text-align: center;
    margin-top: 50px;
}

.sub_lookup_ul li:first-child {
    border-left: none;
}

.sub_lookup_ul li {
    float: left;
    width: 33.3%;
    line-height: 48px;
    font-size: 16px;
    border-left: 1px solid #e3e3e3;
}

.sub_lookup_ul>.lookup_on {
    background: #079041;
    color: #fff;
}

.sub_lookup_contents {
    width: 60%;
    margin: 50px auto;
}

.sub_lookup_agreed {
    border: 1px solid #e9e9e9;
}

.sub_lookup_agreed p {
    padding: 15px;
}

.sub_lookup_chk {
    border-top: 1px solid #e9e9e9;
    padding: 15px;
    background: #f8f8f8;
}

.sub_lookup_chk1>input[id="lookup_chk1"]+label {
    border: 1px solid #079041;
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    vertical-align: middle;
}

.sub_lookup_chk1>input[id="lookup_chk1"]:checked+label {
    background-image: url('../image/chk.png');
}

.sub_lookup_chk1>input[id="lookup_chk1"] {
    display: none;
}

.sub_lookup_form {
    margin-top: 50px;
    border-top: 2px solid #333;
}

.sub_lookup_btn_warp {
    margin-top: 20px;
    text-align: center;
}

.sub_lookup_btn {
    background: #079041;
    width: 230px;
    color: #fff;
    margin: 0 auto;
    line-height: 34px;
    font-size: 18px;
    border-radius: 7px;
    padding : 7px;
}

.sub_lookup_btn_off{
    background: #979797;
    width: 89px;
    color: #fff;
    margin: 0 auto;
    line-height: 34px;
    font-size: 12px;
    border-radius: 7px;
}

.sub_lookup_status{
    font-size: 7pt;
    width: 57px;
    color: #fff;
    line-height: 15px;
    border-radius: 7px;
    padding-left: 10px;
    padding-bottom: 2px;
}

.sub_lookup_all_btn {
    background: #0084C9;
    width: 89px;
    color: #fff;
    margin: 0 auto;
    line-height: 34px;
    font-size: 12px;
    border-radius: 7px;
}

.sub_lookup_table_w {
    padding: 30px 50px;
    background: #f7f7f7;
    border-radius: 15px;
    margin-top: 10px;
}

.sub_lookup_table {
    width: 100%;
    text-align: center;
}

.sub_lookup_table th{
    font-weight: normal;
    font-size: 10px;
    text-align: left;
    padding-left: 10px;
}

.sub_lookup_table td{    
    color: #424242;
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
}

.sub_lookup_table .bold{    
    color: #000;
    font-weight: bold;
}


.sub_lookup_line {
    border-top: 1px solid #079041;
    margin: 15px 0px;
}

.btn_sub_lookup {
    border: 3px solid #079041;
    padding: 10px 15px;
    color: #079041;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
}

.disable{
    border: 3px solid #9c9c9c;
    color: #adadad;
}

.sub_lookup_fail_w {
    text-align: center;
    margin-top: 30px;
}

.sub_lookup_fail_w h1 {
    font-size: 20px;
    color: #08a048;
}

.sub_lookup_fail_w p {
    padding: 20px 0px;
}

.sub_lookup_fail_w p>span {
    padding: 20px;
    font-size: 14px;
}

.sub_lookup_fail_w p>span>img {
    width: 25px;
    margin-right: 7px;
}

.pnt {
    cursor: pointer;
}
    /*재가입*/
    .jeaga_tap_wrap {
        width: 100%;
        display: block;
    }

    .jeaga_tap {
        width: 33.3%;
        padding: 15px 20px;
        float: left;
        border: 1px solid #dcdcdc;
        text-align: center;
        font-size: 14px;
    }

    .jeaga_tap_on {
        color: #fff;
        background: #08a048;
    }
    
    .rejoin_on {
        background-color: #08A048;
        border: 1px solid #08A048;
        border-radius: 4px;
        color: #fff;
        padding: 10px 20px;
        float: right;
        /* margin: 20px 20px 10px 20px; */
    }

    .rejoin_off {
        background-color: #666;
        border: 1px solid #666;
        border-radius: 4px;
        color: #fff;
        padding: 10px 20px;
        float: right;
        /* margin: 0px 20px 0px 0px; */

    }
    /*재가입*/

.input_area {
    width:130px;
    height:35px;
    font-size:14px;
}

.select_box {
    width:130px;
    height:35px;
    font-size:14px;
}

.select_box_date{
    width:155px;
    height:35px;
    font-size:14px;
}

.reg_date_hide { display: none; }


.print-popup-btn { padding:20px 150px; background:#08a048; color:#fff; border-radius:10px; font-size: 16px;
    margin: 5px; letter-spacing: -0.03em; }
.print_wrap_input { width:535px; margin: 0 auto; padding:35px 0px 25px 5px; border:1px soild red;}
.prupose-txt {padding: 0 25px 0 15px; vertical-align: super;}
.input_label{font-size: 10pt;}


/* detail - popup */
.rs-header{
    padding:5px 15px;
    height: 44px;
    line-height: 44px;
}
.rs-header .tit{
    font-size:20px;
}
.rs-container{
    padding:16px 24px 0px 16px;
    height: 90%;
    overflow-y: scroll;
}

.rs-visual-top{
    background-color: #e6e6e6;
    padding: 20px;
    margin-bottom: 15px;
}
.rs-toplist{
    position:relative;
    display:block;
    font-size:17px;
    margin-bottom:5px;
    line-height:1;
}
.rs-toplist:last-child{
    margin-bottom:0;
}
.rs-toplist:after{
    content:'';
    display:block;
    clear: both;
}
.rs-toplist dt{
    float:left;
    font-weight: bold;
}
.rs-toplist dd{
    float:left;
    margin-left:5px;
}


.rs-contents{
    padding-top:16px;
}
.rs-contents .ts-text-area{
    margin-bottom:34px;
}
.rs-contents .ts-text-area h3{
    font-size:14px;
    margin-bottom:8px;
}
.rs-contents .ts-text-area ol li{
    font-size:14px;
    margin-bottom:5px;
}

.rs-input-area .input-tit{
    display:block;
    font-size:17px;
    line-height:1;
    margin-bottom:14px;
    font-weight: bold;
}
.rs-input-area .input-tit span{
    font-weight: normal;
    margin-left:5px;
    font-size:16px;
    color:#696666;
}
.rs-input-area .rs-txt{
    font-size:15px;
    color:#171717;
    /* vertical-align: top; */
    margin-top: 10px;
    margin-bottom: 5px;
}
.rs-input-area .register-list{
    display:block;
    font-size:16px;
    color:#5c5c5c;
}

.input-desc-lookup .rs-default-select{
    width:100%;
    display:block;
    border:1px solid #cbccd2;
    min-height:50px;
    padding-left:20px;
    font-size:16px;
    color: #000;
    font-weight: bold;
}
.input-desc-lookup{
    margin-bottom:25px;
}
.input-desc-lookup .rs-default-input{
    width:100%;
    display:block;
    border:1px solid #cbccd2;
    height:50px;
    padding-left:20px;
    font-size:16px;
    color:#000;
    font-weight: bold;
}
.rs-default-input::placeholder{
    color:#c8c8c8
}

.default-textarea{
    width:100%;
    display:block;
    border:1px solid #cbccd2;
    padding:20px;
    font-size:14px;
    color:#8c8c8c;
    min-height:150px;
}

.rs-input-area .register-list{
    display:block;
    font-size:15px;
    color:#5c5c5c;
}
.resister-area{
    margin-top:20px;
    margin-bottom:20px;
}

.rs-default-btn{
    width:100%;
    display:block;
    text-align:center;
    height:50px;
    font-size:17px;
    color:#fff;
    font-weight: bold;
    border-radius: 5px;
    background:#08a048;
}

.rs-visual-top.green{
    text-align:center;
    padding:30px 35px;
    background:#10a54f;
    border:none;
}
.rs-visual-top.green h3{
    color:#fff;
    font-size:19px;
    font-weight: bold;
    margin-bottom:10px;
}
.rs-visual-top.green span{
    color:#fff;
    font-size:17px;
}
.toplist-area{
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #2ebb65;
}
.toplist-area.bottom{
    border-bottom:none;
    padding-bottom:0;
}

.table.table-hover>tbody>tr>th{
    padding: 5px;
    background-color: #f4f4f4;
}
.table.table-hover>tbody>tr>td{
    padding: 5px;
}