/*정보제공요청*/
.infoproviderequest_whole{
    width: 100%;
    height: auto;
}
.infoproviderequest_box{
    width: calc(100% + 32px);
    padding: 20px 31px;
    background-color: var(--bgBlue);
    margin: 0 -16px;
}
.infoproviderequest_box p{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 22.5px;
    letter-spacing: normal;
    text-align: left;
    color: var(--defaultText);
    margin-bottom: 8px;
}
.infoproviderequest_box p:last-child{
    margin-bottom: 0;
}
p.infoproviderequest_warning_txt{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: -0.65px;
    text-align: start;
    color: #f3485b;
    margin: 10px auto 15px auto;
}
p.input_title_txt{
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: normal;
    text-align: left;
    color: var(--defaultText);
    margin-bottom: 10px;
}
.infoproviderequest_line{
    width: calc(100% + 32px);
    height: 10px;
    background-color: var(--bgBlue);
    margin: 15px -16px;
}
button.infoproviderequest_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: 20px auto;
}

/*정보제공요청-요청리스트/필터/설명/일괄동의요청 다 포함*/
h1.sub_header_txt{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
}
h1.sub_header_txt img{
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    cursor: pointer;
}
.selfdiagonosislist_hover{
    position: absolute;
    width: calc(100% - 30px);
    max-width: 448px;
    height: auto;
    padding: 15px;
    border-radius: 10px;
    background-color: #f0f4ff;
    top: 47px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 40;
}
h1.sub_header_txt span:hover .selfdiagonosislist_hover{
    display: block;
}
.selfdiagonosislist_hover p{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #1f2933;
}
.selfdiagonosislist_nav{
    width: calc(100% + 32px);
    height: auto;
    margin: 0 -16px;
    border-bottom: 1px solid var(--bgBlue);
}
.selfdiagonosislist_nav .display_flex{
    position: relative;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
    overflow-x: auto;
}
.selfdiagonosislist_nav .display_flex::-webkit-scrollbar{
    display: none;
}
.selfdiagonosislist_nav li,
.selfdiagonosislist_nav li a{
    width: 100%;
    height: 48px;
    font-size: 15px;
    line-height: 50px;
    letter-spacing: -0.75px;
    color: var(--textGrey);
    text-align: center;
    border-bottom: 2px solid transparent;
}
.selfdiagonosislist_nav li a{
    height: auto;
}
/*.selfdiagonosislist_nav li.nav_active{
    border-bottom: 2px solid var(--mainBlue);
}*/
.selfdiagonosislist_nav li.nav_active a{
    color: var(--mainBlue);
}
.selfdiagonosislist_nav .display_flex li:nth-child(1){
    min-width: 102px;
}
.selfdiagonosislist_nav .display_flex li:nth-child(2){
    min-width: 102px;
}
.selfdiagonosislist_nav .slider2{
    width: calc(50% - 16px);
    left: 16px;
}

.selfdiagonosislist_section{
    width: 100%;
    height: auto;
    margin: 10px auto 0 auto;
    display: none;
}
.selfdiagonosislist_section.selfdiagonosislist_section1{
    display: block;
}
.selfdiagonosislist_flex1{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 10px auto;
}
.selfdiagonosislist_flex1 p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 17px;
    letter-spacing: -0.7px;
    text-align: left;
    color: var(--textDarkGrey);
}
.selfdiagonosislist_flex1 p span{
    color: #3f54d1;
}
.dark .selfdiagonosislist_flex1 p span{
    font-weight: bold;
    color: var(--mainBlue);
}
.selfdiagonosislist_f_end{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}
.selfdiagonosislist_f_end button.esg_value_btn{
    min-width: 128px;
    width: max-content;
    height: 26px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 17px;
    letter-spacing: -0.7px;
    text-align: center;
    color: #fff;
    padding: 5px 7px 4px 7px;
    border-radius: 20px;
    background-color: var(--mainBlue);
    white-space: nowrap;
}
.selfdiagonosislist_f_end button.agree_filter_btn{
    width: 24px;
    height: 24px;
    background: url('../images/filter.svg') no-repeat transparent;
    background-size: contain;
    margin-left: 10px;
}
.selfdiagonosislist_section .table_whole{
    margin-top: 0;
    margin-bottom: 0;
}
.selfdiagonosislist_section .table_whole tbody tr td:nth-child(1){
    min-width: 83px;
    width: 83px;
}
.selfdiagonosislist_section .table_whole tbody tr td:nth-child(2){
    width: 100%;
}
.selfdiagonosislist_section .table_whole tbody tr td:nth-child(3){
    min-width: 100px;
    width: 100px;
}
.selfdiagonosislist_section .pagination{
    margin-top: 15px;
}

/*정보일괄동요청*/
.selfdiagonosislist_section2{
    width: 100%;
    height: auto;
    margin: 15px auto 0 auto;
}
button.selfdiagonosislist_all_agree_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;
}
.selfdiagonosislist_inner2{
    width: 100%;
    height: auto;
    margin: 15px auto 0 auto;
}
.selfdiagonosislist_inner2 p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 17px;
    letter-spacing: -0.7px;
    text-align: left;
    color: var(--textDarkGrey);
    margin: 0 auto 14px auto;
}
.selfdiagonosislist_inner2 p span{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 17px;
    letter-spacing: -0.7px;
    text-align: left;
    color: var(--mainBlue);
    margin: 0;
}
.selfdiagonosislist_inner2 .table_whole tr td:nth-child(1){
    min-width: 83px;
}
.selfdiagonosislist_inner2 .table_whole tr td:nth-child(2){
    min-width: 144px;
}
.selfdiagonosislist_inner2 .table_whole tr td:nth-child(3){
    min-width: 100px;
}

/*기업검색*/
p.company_search_title{
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    text-align: start;
    color: var(--defaultText);
    margin: 0 auto 15px auto;
}
.company_search_row_whole{
    width: 100%;
    height: auto;
    max-height: calc(100vh - 100px);
    overflow: hidden;
    overflow-y: auto;
}
.company_search_row_whole::-webkit-scrollbar{
    display: none;
}
.company_search_row{
    width: 100%;
    height: auto;
    margin: 15px auto 0 auto;
}
.company_search_row 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: 0 auto 5px auto;
}
.company_search_flex{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.company_search_flex input{
    width: 100%;
    height: 46px;
    margin: 5px 0 15px 0;
    padding: 11px 14.9px 11px 15px;
    border-radius: 10px;
    border: solid 1px var(--borderGrey);
    background-color: transparent;
}
.company_search_row label{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
}
.company_search_row label *{
    cursor: pointer;
}
.company_search_row label:first-child{
    margin-top: 6px;
}
input[name="company_evalu"] + span.chk_span{
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background: url('../images/checkbox.svg') no-repeat;
    background-size: contain;
}
.dark input[name="company_evalu"] + span.chk_span{
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background: url('../images/checkbox-dk.svg') no-repeat;
    background-size: contain;
}
input[name="company_evalu"]:checked + span.chk_span{
    background: url('../images/checkbox_on.svg') no-repeat;
}
.dark input[name="company_evalu"]:checked + span.chk_span{
    background: url('../images/checkbox_on-dk.svg') no-repeat;
    background-size: contain;
}
input[name="company_evalu"] + span.chk_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 0 0 5px;
}
.company_search_btn_whole button{
    width: 100%;
    height: 56px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: -0.8px;
    text-align: center;
}
.company_search_btn_whole button.btn_cancel{
    color: var(--mainBlue);
    border: 1px solid var(--mainBlue);
    margin-right: 10px;
    background-color: #fff;
}
.company_search_btn_whole button.btn_search{
    color: #fff;
    background-color: var(--mainBlue);
}

/*정보제공요청(일괄동의)*/
.infoproviderequest_whole .infoproviderequest_box{
    margin-bottom: 15px;
}
.infoprovideagree_whole{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.infoprovideagree_title_box{
    width: calc(100% + 32px);
    height: auto;
    padding: 20px 16px;
    background-color: var(--bgBlue);
    margin: 0 -16px;
}
.infoprovideagree_title_box p{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 21.5px;
    letter-spacing: normal;
    text-align: left;
    color: var(--defaultText);
    margin-bottom: 10px;
}
.infoprovideagree_title_box p:last-child{
    margin-bottom: 0;
}
.infoprovideagree_info_write_whole{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.infoprovideagree_title{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
button.name_choose_btn{
    min-width: 96px;
    width: 96px;
    height: 36px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 36px;
    letter-spacing: -0.7px;
    text-align: center;
    color: #fff;
    background-color: var(--mainBlue);
}
.input_wrap_whole{
    position: relative;
    width: 100%;
    height: auto;
    margin: 15px auto 0 auto ;
}
.input_wrap.w-100.bg-bu{
    position: relative;
    padding: 20px 15px 15px 15px;
}
.company_input_box .input{
    background-color: #fff;
}
.dark .company_input_box .input{
    background-color: transparent;
}
button.company_input_delete{
    position: absolute;
    min-width: max-content;
    width: max-content;
    height: auto;
    background-color: transparent;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -0.75px;
    text-align: center;
    color: var(--mainBlue);
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    top: 10px;
    right: 15px;
}
button.company_input_delete span{
    display: block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background: url('../images/delete_bu.svg') no-repeat;
    background-size: contain;
    margin-right: 5px;
}
.dark button.company_input_delete span{
    background: url('../images/delete_bu-dk.svg') no-repeat;
}
button.company_plus_btn{
    width: 100%;
    height: 50px;
    border: solid 1px var(--mainBlue);
    border-radius: 50px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    letter-spacing: -0.75px;
    text-align: center;
    color: var(--mainBlue);
    margin-top: 20px;
    background-color: #fff;
}
button.infoproviderequest_btn.mail_send_btn{
    margin: 10px auto 20px auto;
    color: #fff;
}
.under_pop.company_choose_pop .pop_cont{
    padding-bottom: 0;
}
.btn.big.pop_cancel{
    background-color: #fff;
    border: solid 1px var(--mainBlue);
    color: var(--mainBlue);
}
.my_bizcard.company_choose_pop .list .card{
    width: calc(100% + 30px);
    margin: 15px -15px;
}
.my_bizcard.company_choose_pop h4{
    margin-bottom: 15px;
}
.my_bizcard.company_choose_pop .list .card label{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.my_bizcard.company_choose_pop .list .card label *{
    cursor: pointer;
}
.my_bizcard.company_choose_pop .list .card label .info{
    width: 100%;
}
input[name="company_choose_input"] + 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[name="company_choose_input"] + 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[name="company_choose_input"]:checked + span{
    background: url('../images/checkbox_on.svg') no-repeat;
}
.dark input[name="company_choose_input"]:checked + span{
    background: url('../images/checkbox_on-dk.svg') no-repeat;
    background-size: contain;
}
.my_bizcard.company_choose_pop .card .img{
    min-width: 125px;
}

/*정보일괄동요청-팝업*/
.pop_whole#company_more .pop_box{
    width: calc(100vw - 30px);
    border-radius: 20px;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 40px;
    padding-bottom: 20px;
}
.pop_whole#company_more .pop_box p{
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.9px;
    text-align: center;
    color: var(--defaultText);
    margin-bottom: 30px;
}
.pop_whole#company_more button.btn_no{
    width: 100%;
    height: 56px;
    background-color: #fff;
    border: 1px solid var(--mainBlue);
    font-size: 16px;
    line-height: 56px;
    font-weight: 500;
    color: var(--mainBlue);
    margin-right: 10px;
    border-radius: 30px;
}
.pop_whole#company_more button.btn_ok{
    width: 100%;
    height: 56px;
    background-color: var(--mainBlue);
    border: 1px solid var(--mainBlue);
    font-size: 16px;
    line-height: 56px;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
}
