#body .services {
    width:1080px;
}
#body .services .search-box {
    background-color: #eeeeee;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 10px 30px;
}

/*.search-box {
    background-color: #eeeeee;
    width: 100%;
    margin: 0 0 25px 0;
}*/
#body .services div .sb_table {
    overflow: hidden;
    margin: 0;
    padding: 0 0 25px 0;
}

.sb_table table {
    width: 100%;
    table-layout: fixed;
}
    .sb_table table td {
        padding: 5px 0;
    }
table {
    border-spacing: 0;
}
th {
    font-size: 18px;
    font-weight: bold;
}
.btn_main {
    margin: 0 0 30px 0;
    text-align: center;
}
.btn-search, .btn-print {
    display: inline-block;
    width: 140px;
    height: 40px;
    margin: 0 5px;
    line-height: 40px;
    text-align: center;
    color: #fff !important;
    background-color: #ff6347;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 6px;
    box-sizing: border-box;
}
    .btn-search:hover, .btn-print:hover {
        color: #e50101 !important;
        background: rgba(255, 255, 255, 0);
        border: 1px solid #e50101;
        cursor: pointer;
    }
select {
    width: 100%;
    padding: 0 7px;
    height: 35px;
    max-height: 100%;
    overflow-y: auto;
    line-height: 35px;
    color: #777777;
    background: #fff url(../images/psc_wealth/select_arrow.png) no-repeat right 50%;
    border: 1px solid #b6b6b6;
    box-sizing: border-box;
    border-radius: 4px;
    z-index:10;
}
    select option {
        padding:5px;
        
    }

#body .services .result-box {
    background-color: #fff;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0;
    
}

#body .txt_con p {
    font-size:16px;
    color: black;
    margin: 0 0 20px 0;
    text-align: justify;
}
.decoBar {
    width: 100%;
    height: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #ff9600;
    z-index: 1000;
    background: -moz-linear-gradient(left, #ff9600 0%, #ff0000 100%);
    background: -webkit-linear-gradient(left, #ff9600 0%, #ff0000 100%);
    background: linear-gradient(to right, #ff9600 0%, #ff0000 100%);
}
.eCounter_box {
    position: absolute;
    bottom: 60px;
    right: 50px;
    width: 240px;
    background-color: rgba(14, 44, 80, 0.95);
    z-index: 9;
    display: none;
}
#body .services .tit_sec {
    margin: 0 0 10px 0;
    color: #313131;
    font-size: 20px;
}
#body .services .result-box .table_box {
    margin: 0 0 25px 0;
}
    
     .result-box .table_box .tb_table table {
        width: 100%;
        border: 1px solid #d8d8d8;
        border-bottom: none;
        table-layout: fixed;
    }

.tb_table table td {
    border-bottom: 1px solid #d8d8d8;
}

.tb_table table th, #body .services .tb_table table td {
    padding: 10px 8px;
    text-align: center;
    font-size: 15px;
    word-break: break-all;
}
.tb_table table th {
    color: #000;
    background-color: #f5f5f5;
    border-bottom: 4px solid #ff6347;
}
.tb_table table tr:nth-child(even) td {
    background-color: #f7f7f7;
}
#body .services div .list_con {
    margin: 0 0 20px 0;
    width: 100%;
    padding : 0;
    
}
    #body .services div .list_con li {
        color: black;
        margin: 0 0 15px 0;
        padding: 0 0 0 20px;
        line-height: 26px;
        text-align: justify;
        background: url(../images/psc_wealth/icon_point.png) no-repeat 0 4px;
        background-size: 16px;
        font-size:16px;
    }
.list_con li ol.lc_sec {
    margin: 10px 0 0 0;
    counter-reset: li;
}
    .list_con li ol.lc_sec li {
        margin: 0 0 5px 0;
        background: none;
        counter-increment: li;
    }
.list_con li ol.lc_sec li::before {
    content: "." counter(li);
    display: inline-block;
    width: 1em;
    margin: 0 0.5em 0 -1.5em;
    text-align: right;
    direction: rtl;
}
#body .services .result-box .note_con {
    margin: 0 0 25px 0;
    padding: 20px;
    border: 1px solid #d8d8d8;
}
#body .txt_con .note_con p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
#body .txt_con .table_box ~ p {
    margin: 0;
}
label {
    cursor: pointer;
    font-size:18px;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -4px 6px 0 0;
    vertical-align: middle;
    background: url(/images/checkbox_normal.jpg) left top no-repeat;
    background-size: 20px auto;
}
input[type="checkbox"]:checked + span {
    background: url(/images/checkbox_checked.jpg) left bottom no-repeat;
    background-size: 20px auto;
}
#body .txt_con .txt_red {
    color: #bb000f;
}
#body .services .result-box .signDiv {
    display: none;
}
.img_chk {
    width: 20px;
    height: 20px;
    margin: -2px 6px 0 0;
    display: none;
}
@media print {
    body {
        font-size: 14px;
        color: black;
    }

    .no-print {
        display: none;
    }
    #body .services .result-box .signDiv {
        display: block;
    }
    /*.print-only {
        display: block;
        font-size: 23px;
    }*/
    .img_chk {
        display: inline-block;
    }

}
