/* 모니터링 */
.ar_info{
	padding: 0px 0 40px;
}
.ar_info section{
    padding: 0px 16px 16px;
}
.ar_info .total_cunt{
	padding:0px 0px 0px 0px;
}
.ar_info .table_whole {
    margin: 16px 0px 20px 0px;
}
.business-list{
    margin-top: 16px;
    margin-bottom: 16px;
}
.ar_info .total_count{
	display: flex;
	align-items:center;
	justify-content: space-between;
	margin 10px 0;
}
.ar_info .table_badge{
	position: relative;
}
.table_badge .new_badge{
	top: 1px;
    left: 1px;
}
.table_company{
	color: #369a77;
	cursor:pointer;
	width: 100%;
}
.receivable_section{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: none;
}
.receivable_box{
    width: calc(100% + 32px);
    height: auto;
    padding: 16px 16px 15px 16px;
    background-color: var(--bgBlue);
    margin: 0 -16px 10px -16px;
}
.receivable_box h2{
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -1px;
    text-align: left;
    color: var(--defaultText);
}
.receivable_flex{
    width: 100%;
    height: auto;
    margin: 10px auto 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.receivable_list{
    width: 100%;
    height: auto;
    padding: 20px 0;
    background-color: var(--white);
    box-shadow: 0 0 10px rgba(31, 41, 51, 0.16);
    border-radius: 10px;
}
.receivable_flex .receivable_list:first-child{
    margin-right: 10px;
}
.receivable_list p:first-child{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: -0.75px;
    text-align: center;
    color: var(--defaultText);
}
.receivable_list p:last-child{
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -1px;
    text-align: center;
    color: var(--mainBlue);
    margin-top: 10px;
}
.receivable_list p:last-child span{
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 39px;
    letter-spacing: -1.6px;
    text-align: center;
    color: var(--mainBlue);
    margin-right: 5px;
}
button.receivable_use_buy{
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: #291c8b;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 15px auto;
}
button.receivable_use_buy p{
    min-width: max-content;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 17px;
    letter-spacing: -0.7px;
    text-align: center;
    color: #291c8b;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border-radius: 30px;
    padding: 8px 10px 7px 10px;
}
button.receivable_use_buy div{
    width: 100%;
    height: auto;
}
button.receivable_use_buy div p{
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 21px;
    letter-spacing: normal;
    text-align: left;
    color: #ffc524;
    background-color: transparent;
    padding: 0;
}
button.receivable_use_buy div p:last-child{
    color: #fff;
}
.receivable_input_whole{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.receivable_input_whole2,
.receivable_input_whole3{
    display: none;
}
.receivable_input_title{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 15px auto;
}
.receivable_input_title p{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: normal;
    text-align: left;
    color: var(--defaultText);
}
.receivable_input_title a p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 17px;
    letter-spacing: -0.7px;
    text-align: right;
    color: #fff;
    padding: 5px 7px 4px 7px;
    background-color: var(--mainBlue);
    border-radius: 20px;
}
.receivable_input_whole .big{
    margin: 0 auto;
}
.input_select{
    width: 100%;
    height: 46px;
    margin: 0 auto 15px auto;
    padding: 0 16px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: -0.75px;
    text-align: left;
    color: var(--defaultText);
    background-color: transparent;
    border: solid 1px var(--borderGrey)!important;
    background: url('../images/selectbox_arrow.svg') no-repeat calc(100% - 16px) 50%/24px auto;
}
.input_box{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--borderGrey);
    border-radius: 10px;
    overflow: hidden;
    padding: 0 15px;
    margin: 0 auto 15px auto;
}
.warning_whole .input_box{
    background-color: var(--bgGrey)!important;
}
.input_box input{
    width: 100%;
    height: 45px;
    padding: 0;
    margin: 0;
    border: none!important;
    outline: none!important;
}
.input_box p{
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: -0.75px;
    text-align: right;
    color: var(--defaultText);
}
.btn_flex{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
    margin: 20px auto;
}
.btn.before{
    width: 100%;
    height: 56px;
    border-radius: 28px;
    border: solid 1px var(--mainBlue);
    background-color: #fff;
    color: var(--mainBlue);
    margin-right: 10px;
}
.btn.after{
    width: 100%;
    height: 50px;
    border-radius: 28px;
    border: solid 1px var(--mainBlue);
    background-color: var(--mainBlue);
    color: #fff;
}
.btn.after.after2{
    height: 56px;
}
.receivable_input_whole3 .receivable_input_title{
    margin-bottom: 18px;
}
.receivable_input_whole3 .input_wrap p{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 15px;
    letter-spacing: -0.6px;
    text-align: left;
    color: var(--defaultText);
    margin-bottom: 5px;
}
.receivable_input_whole3 .input_wrap p span{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 15px;
    letter-spacing: -0.6px;
    text-align: left;
    color: #f3485b;
}
.filebox{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 10px;
}
.filebox label {
    min-width: 120px;
    width: 120px;
    max-width: 120px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    background-color: var(--mainBlue);
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    margin: 0 0 0 10px!important;
}
.filebox .input_box{
    width: 100%;
    height: 46px;
    margin-bottom: 0;
    padding: 0;
    cursor: default;
}
.filebox .input_box *{
    cursor: default;
}
.filebox input{
    background-color: var(--white);
    padding: 0 15px;
}
.filebox .upload-hidden{
    display: none;
}
.filebox .upload-name{
    width: 100%;
    height: 100%;
}
.receivable_input_whole3 .input_wrap p.file_load_info{
    color: var(--textGrey);
    margin-bottom: 30px;
}
.file_info_box{
    width: calc(100% + 32px);
    padding: 15px 16px;
    margin: 0 -16px;
    background-color: var(--bgBlue);
}
.file_info_box p.file_info_title{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: -0.75px;
    text-align: left;
    color: var(--defaultText);
}
.file_info_box p.file_info_title span{
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/warning_bk.svg') no-repeat;
    margin-right: 5px;
}
.dark .file_info_box p.file_info_title span{
    background: url('../images/warning_bk-dk.svg') no-repeat;
}
.file_info_inner{
    width: 100%;
    height: auto;
}
.file_info_inner p{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 21px;
    letter-spacing: normal;
    text-align: left;
    color: var(--defaultText);
    margin-top: 10px;
}

/*미수채권 신고 현황*/
.receivable_box2{
    width: calc(100% + 30px);
    padding: 15px;
    background-color: var(--bgBlue);
    margin: 0 -15px 15px -15px;
}
.receivable_inner2{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    padding: 10px 0;
    background-color: var(--white);
    border-radius: 10px;
}
.receivable_inner2 div{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.receivable_inner2 span{
    display: block;
    min-width: 30px;
    width: 30px;
    height: 30px;
    background: url('../images/arrow_bg_dw.svg') no-repeat;
    background-size: contain;
    transform: rotate(270deg);
    margin: auto;
}
.receivable_inner2 div p:nth-child(1){
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 39px;
    letter-spacing: -1.6px;
    text-align: center;
    color: var(--mainBlue);
}
.receivable_inner2 div p:nth-child(2){
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: -0.75px;
    text-align: center;
    color: var(--defaultText);
    margin: auto;
}
.receivable_inner2 div:nth-child(1) p:nth-child(2),
.receivable_inner2 div:nth-child(3) p:nth-child(2){
    margin-top: 10px;
}
.table_whole tbody tr td{
    cursor: pointer;
}
.table_last_red{
    color: #bb0000;
    text-align: end;
}
.receivable_flex2{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
}
.receivable_row2{
    width: 100%;
    height: auto;
    padding: 15px 0;
    background-color: var(--bgBlue);
    border-radius: 10px;
}
.receivable_flex2 .receivable_row2:first-child{
    margin-right: 10px;
}
.receivable_row2 p:nth-child(1){
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: -0.75px;
    text-align: center;
    color: var(--defaultText);
    margin-bottom: 10px;
}
.receivable_row2 p:nth-child(2){
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -1px;
    text-align: center;
    color: var(--mainBlue);
}
.receivable_row2 p:nth-child(2) span{
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 39px;
    letter-spacing: -1.6px;
    text-align: center;
    color: var(--mainBlue);
    margin-right: 5px;
}
.table_whole{
    margin-top: 15px;
}
.table_select h2{
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -1px;
    text-align: left;
    color: var(--defaultText);
    margin-top: 20px;
}
.table_flex{
    width: 100%;
    height: auto;
    margin: 15px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.table_flex p{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: -0.75px;
    text-align: left;
    color: var(--defaultText);
}
.table_flex label{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 0 20px;
    cursor: pointer;
}
.table_flex label *{
    cursor: pointer;
}
.table_flex label:last-child{
    margin-left: 30px;
}
input[name="register_tax"] + span {
    position: relative;
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--borderGrey);
    border-radius: 10px;
    margin: 0 10px 0 0;
}
input[name="register_tax"] + span > span {
    position: absolute;
    display: block;
    min-width: 12px;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--borderGrey);
}
input[name="register_tax"]:checked + span {
    border: 1px solid var(--mainBlue);
}
input[name="register_tax"]:checked + span > span {
    background-color: var(--mainBlue);
}
.table_block{
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;
}
.table_block p{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: -0.75px;
    text-align: left;
    color: var(--defaultText);
    margin-bottom: 5px;
}
.table_flex2{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.table_flex2 select{
    width: 120px;
    height: 50px;
    border: 1px solid var(--disabledText);
    background-color: var(--white);
    border-radius: 30px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    letter-spacing: -0.75px;
    text-align: left;
    color: var(--defaultText);
    margin-right: 10px;
    background:url('../images/selectbox_arrow.svg') no-repeat calc(100% - 16px) 50%/24px auto;
}
.table_flex2 .search_wrap .input{
    border: 1px solid var(--disabledText);
}

/*채무불이행 기업 명부*/
.receivable_section.receivable_section3{
    margin-top: 5px;
}
.receivable_section.receivable_section3 .search_wrap{
    margin-bottom: 15px;
}
.receivable_section.receivable_section3 .input{
    border-color: var(--disabledText);
}
.receivable_section.receivable_section3 .table_whole{
    margin-top: 10px;
}

/*서비스 소개*/
.receivable_title4{
    width: 100%;
    height: auto;
    margin: 15px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
.receivable_title4 div p:nth-child(1){
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 27px;
    letter-spacing: -1.1px;
    text-align: left;
    color: var(--mainBlue);
    margin-bottom: 6px;
    margin-top: 32px;
}
.receivable_title4 div p:nth-child(2){
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 33px;
    letter-spacing: -1.5px;
    text-align: left;
    color: var(--defaultText);
}
.receivable_title4 img{
    min-width: 121px;
    width: 121px;
    height: auto;
    background-size: contain;
}
p.receivable_txt4{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: -0.75px;
    text-align: center;
    color: var(--defaultText);
}
.receivable_img4{
    width: calc(100% + 32px);
    padding: 19px 16px 18px 16px;
    margin: 15px -16px 25px -16px;
    background-color: var(--bgGrey);
}
.receivable_img4 div{
    width: 100%;
    height: auto;
    background: url('../images/accounts_receivable2.png') no-repeat;
    background-size: contain;
}
p.receivable_title4_sub1{
    font-size: 28px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 33px;
    letter-spacing: -1.4px;
    text-align: center;
    color: var(--defaultText);
}
p.receivable_title4_sub2{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: -0.75px;
    text-align: center;
    color: var(--defaultText);
    margin: 10px auto 8px auto;
}
p.receivable_title4_sub2 span{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: -0.75px;
    text-align: center;
    color: var(--mainBlue);
}
.receivable_icon_whole{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.receivable_icon_row{
    width: 33.3%;
    margin-top: 30px;
}
.receivable_icon_row span{
    display: block;
    min-width: 40px;
    width: 40px;
    height: 40px;
    background-size: contain!important;
    margin: 0 auto 15px auto;
}
.receivable_icon_row1 span{
    background: url('../images/receivable_icon1.png') no-repeat;
}
.receivable_icon_row2 span{
    background: url('../images/receivable_icon2.png') no-repeat;
}
.receivable_icon_row3 span{
    background: url('../images/receivable_icon3.png') no-repeat;
}
.receivable_icon_row4 span{
    background: url('../images/receivable_icon4.png') no-repeat;
}
.receivable_icon_row5 span{
    background: url('../images/receivable_icon5.png') no-repeat;
}
.receivable_icon_row6 span{
    background: url('../images/receivable_icon6.png') no-repeat;
}
.receivable_icon_row p{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: -0.75px;
    text-align: center;
    color: var(--defaultText);
}
button.service_register_btn{
    width: 100%;
    height: 50px;
    border-radius: 100px;
    border: solid 1px var(--mainBlue);
    background-color: var(--mainBlue);
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    letter-spacing: -0.75px;
    text-align: center;
    color: #fff;
    margin: 20px auto;
}

/*미수채권신고현황*/
.warning_whole{
    width: 100%;
    height: auto;
}
/*통보서발송*/
p.warning_title{
    width: calc(100% + 32px);
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: -0.75px;
    text-align: left;
    color: var(--mainBlue);
    padding: 11px 16px 10px 16px;
    background-color: var(--bgBlue);
    margin: 0 -16px 15px -16px;
}
.warning_whole h2{
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -1px;
    text-align: left;
    color: var(--defaultText);
    margin: 15px auto 10px auto;
}
.warning_box{
    width: 100%;
    height: auto;
    padding: 15px 10px 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(31, 41, 51, 0.16);
    background-color: var(--card);
    margin-bottom: 20px;
}
.warning_box p{
    display: flex;
}
.warning_box p span{
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    margin: 0 auto 10px auto;
}
.warning_box p span.warning_span_ok{
    color: var(--mainBlue);
}
.warning_box p span.warning_span_no{
    color: #f3485b;
}
.warning_inner{
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: var(--bgBlue);
    border-radius: 10px;
}
.warning_row{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 10px auto;
}
.warning_inner .warning_row:last-child{
    margin-bottom: 0;
}
.warning_inner .warning_row p:first-child{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: -0.75px;
    text-align: left;
    color: var(--textGrey);
}
.warning_inner .warning_row p:last-child{
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: -0.75px;
    text-align: right;
    color: var(--defaultText);
}
.warning_whole{
    padding-bottom: 64px;
}
.warning_whole .receivable_input_whole{
    display: block;
}
.warning_whole .input_box,
.warning_whole .input_select,
.warning_whole .filebox input{
    background-color: var(--bgGrey)!important;
    cursor: default;
}
.warning_whole .input_select{
    background: var(--bgGrey) url('../images/selectbox_arrow.svg') no-repeat calc(100% - 16px) 50%/24px auto!important;
}
.warning_whole .receivable_input_whole{
    width: calc(100% + 32px);
    padding: 0 16px;
    margin: 0 -16px;
}
.warning_whole .receivable_input_whole2,
.warning_whole .receivable_input_whole3{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 10px solid var(--bgBlue);
}
.warning_whole .receivable_input_title{
    margin-bottom: 18px;
}
.warning_whole .receivable_input_whole3{
    margin-bottom: 20px;
}
/*등록불가시*/
.register_none_whole{
    width: 100%;
    height: auto;
    margin: 20px auto;
}
.register_none_row{
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;
}
.register_none_row p:first-child{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: normal;
    text-align: left;
    color: var(--defaultText);
    margin-bottom: 5px;
}
.register_none_row p:last-child{
    min-height: 80px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: -0.75px;
    text-align: left;
    color: var(--defaultText);
    padding: 10px;
    border-radius: 10px;
    background-color: var(--bgGrey);
}

/*미수채권 신고 서비스 구매*/
.receivablebuy_whole{
    margin-top: 0;
}
a.service_go_txt p{
    width: 144px;
    height: 36px;
    border: 1px solid var(--mainBlue);
    border-radius: 20px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: -0.75px;
    text-align: center;
    color: var(--mainBlue);
    margin: 15px 0 15px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.receivablebuy_label_whole{
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}
.receivablebuy_label_whole p{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: normal;
    text-align: left;
    color: var(--defaultText);
    margin-bottom: 10px;
}
.receivablebuy_label_flex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.receivablebuy_label_flex label{
    width: 100%;
    height: auto;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.receivablebuy_label_flex label *{
    cursor: pointer;
}
input[name="receivablebuy_label1"] + span,
input[name="receivablebuy_label2"] + span{
    position: relative;
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--borderGrey);
    border-radius: 10px;
    margin: 0 10px 0 0;
}
input[name="receivablebuy_label1"] + span > span,
input[name="receivablebuy_label2"] + span > span{
    position: absolute;
    display: block;
    min-width: 12px;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--borderGrey);
}
input[name="receivablebuy_label1"]:checked + span,
input[name="receivablebuy_label2"]:checked + span{
    border: 1px solid var(--mainBlue);
}
input[name="receivablebuy_label1"]:checked + span > span,
input[name="receivablebuy_label2"]:checked + span > span{
    background-color: var(--mainBlue);
}
input[name="receivablebuy_label1"] + span + p,
input[name="receivablebuy_label2"] + span + p{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: -0.75px;
    text-align: left;
    color: var(--defaultText);
    margin: 0;
}
.receivablebuy_label_flex2 label{
    width: max-content;
}
.receivablebuy_pay_way{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 25px auto;
}
.receivablebuy_pay_way p{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: normal;
    text-align: left;
    color: var(--defaultText);
}
.receivablebuy_pay_way p:last-child{
    font-weight: bold;
}
.receivablebuy_box{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 21px 15px 20px 15px;
    background-color: var(--bgBlue);
    border-radius: 10px;
}
.receivablebuy_box p:first-child{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: normal;
    text-align: left;
    color: var(--defaultText);
}
.receivablebuy_box p:last-child{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: -0.75px;
    text-align: right;
    color: var(--defaultText);
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
    align-items: center;
}
.receivablebuy_box p:last-child span{
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 31px;
    letter-spacing: normal;
    text-align: right;
    color: var(--mainBlue);
    margin-right: 5px;
}
.receivablebuy_conditions{
    width: 100%;
    min-height: 54px;
    height: 54px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background-color: var(--white);
}
.receivablebuy_conditions label{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.receivablebuy_conditions label *{
    cursor: pointer;
}
input[id="receivablebuy_conditions"] + span{
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background: url('../images/checkbox.svg') no-repeat;
    background-size: contain;
    margin-right: 5px;
}
.dark input[id="receivablebuy_conditions"] + span{
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background: url('../images/checkbox-dk.svg') no-repeat;
    background-size: contain;
    margin-right: 5px;
}
input[id="receivablebuy_conditions"]:checked + span{
    background: url('../images/checkbox_on.svg') no-repeat;
}
.dark input[id="receivablebuy_conditions"]:checked + span{
    background: url('../images/chk_bgbu.svg') no-repeat;
    background-size: contain;
}
input[id="receivablebuy_conditions"] + span + p{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: -0.75px;
    text-align: left;
    color: var(--defaultText);
}
.receivablebuy_conditions span.receivablebuy_conditions_span{
    display: block;
    min-width: 30px;
    width: 30px;
    height: 30px;
    background: url('../images/arrow_bg_dw.svg') no-repeat;
    background-size: contain;
    transform: rotate(-90deg);
}
button.receivablebuy_buy_btn{
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-color: var(--mainBlue);
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    letter-spacing: -0.75px;
    text-align: center;
    color: #fff;
    margin-top: calc(100vh - 508px);
}

/*미수채권신고 구매 완료*/
span.receivablebuy2_chk_span{
    display: block;
    min-width: 64px;
    width: 64px;
    height: 64px;
    background: url('../images/chk_bgbu.svg') no-repeat;
    background-size: contain;
    margin: 6px auto 20px auto;
}
p.receivablebuy2_title{
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: -1px;
    text-align: center;
    color: var(--defaultText);
    margin-bottom: 30px;
}
.receivablebuy2_box2{
    padding: 15px 16px 14.5px 16px;
    background-color: var(--bgBlue);
    border-radius: 5px;
}
.receivablebuy2_row{
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.receivablebuy2_row p{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: -0.75px;
    text-align: left;
    color: var(--textGrey);
}
.receivablebuy2_row p:last-child{
    color: var(--defaultText);
}
.receivablebuy2_box2 .receivablebuy2_row:last-child{
    margin-bottom: 0;
}
.receivablebuy2_box2 .receivablebuy2_row:last-child p:last-child{
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -1px;
    text-align: right;
    color: var(--mainBlue);
}
button.receivablebuy_buy_btn2{
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-color: var(--mainBlue);
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    letter-spacing: -0.75px;
    text-align: center;
    color: #fff;
    margin-top: calc(100vh - 416px);
}
