@charset "UTF-8";

.p_cc_wrap1 {
    color: #000;
    font-family: "Pretendard Variable" !important;
    letter-spacing: 0;
}

.p_cc_wrap1 form > div {
    padding-bottom: 60px;
}

.p_cc_wrap1 div h2 {
    font-size: 24px;
    padding-bottom: 30px;
    font-weight: 600;
}

.p_cc_wrap1 .blue__color {
    color: #2b398f !important;
    font-weight: 600;
}

.grey__color {
    color: #999 !important;
    font-weight: 600;
}

.red__color {
    color: #f31919 !important;
    font-weight: 600;
}

b,
h1,
h2,
h3,
h4,
h5,
input::placeholder {
    font-family: "Pretendard Variable" !important;
}

/* 등업신청 */
/* tit__box */
.tit__box {}

.tit__box h1 {
    font-size: 32px;
    text-align: center;
    padding: 50px 0;
    font-weight: 600;
}

.tit__box .tit {
    display: flex;
    margin-bottom: 30px;
}

.tit__box .tit span {
    width: 50%;
    text-align: center;
    color: #999;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
}

.tit__box .tit span.active {
    color: #000;
    border-bottom: 2px solid #333333;
}

.tit__text {
    position: relative;
    background-color: #f4f8fe;
    padding: 42px 48px;
    border-radius: 20px;
}

.tit__text p {
    font-size: 22px;
    line-height: 32px;
}

.tit__text p b.level__color {
    color: #2b398f;
}

.tit__text span {
    font-size: 14px;
    color: #999;
    padding-top: 30px;
}

.qm_bt {
    display: inline-block;
    float: right;
    margin-top: 15px;
    color: #333;
    border-radius: 30px;
    border: 1px solid #333;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

/* accordion__box */
.accordion__box {
    width: 100%;
    color: #000;
}

/* Accordion Container */
.accordion__container {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.accordion__menu {
    width: 32%;
    border-radius: 20px;
    overflow: hidden;
}

.accordion__menu h3 {
    text-align: center;
    color: #fff;
    padding: 15px;
    font-size: 20px;
}

.accordion__menu.a__level h3 {
    background-color: #2b398f;
}

.accordion__menu.b__level h3 {
    background-color: #0080f8;
}

.accordion__menu.c__level h3 {
    background-color: #5e55e2;
}

.accordionTitle {
    padding: 20px 15px;
    position: relative;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -1px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-bottom: 1px solid #e8e8e8;
    border-top: none;
}

.accordion li:last-child .text,
.accordion li:last-child .accordionTitle {
    border-radius: 0 0 20px 20px;
}

.accordion li:last-child .accordionTitleActive {
    border-radius: 0;
}

.accordionTitle > span:nth-child(2) {
    width: 90%;
}

/* Accordion Item Icon  */
.accIcon {
    float: right;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accIcon:before,
.accIcon:after {
    content: "";
    position: absolute;
    border-radius: 50px;
    background-color: #000;
    transition: ease 0.3s all;
}

.accIcon:before {
    width: 2px;
    height: 14px;
}

.accIcon:after {
    width: 14px;
    height: 2px;
}

.accIcon.anime.accIcon:before {
    transform: rotate(90deg);
}

/* Text Content */
.accordion .item .text {
    opacity: 0;
    height: 0;
    padding: 0px 15px;
    color: #333;
    line-height: 24px;
    font-size: 15px;
    font-weight: 200;
    transition: all 0.6s cubic-bezier(0.42, 0.2, 0.08, 1);
    overflow: hidden;
    background-color: #f9fafb;
    border: 1px solid #ddd;
    border-top: none;
}

/* Text Content - Class for JS to hide and show */
.accordion .item .text.show {
    opacity: 1;
    height: auto;
    display: flex !important;
    flex-wrap: wrap;
    padding: 15px 15px;
    z-index: 0;
}

.accordion .item .text label {
    width: 100%;
    padding-bottom: 15px;
    cursor: pointer;
}

.accordion .item .text label:last-child {
    padding-bottom: 0;
}

.accordion .item .text input {
    cursor: pointer;
}

/* select__box */
.select__box div {
    border: 1px solid #ddd;
    border-radius: 20px;
}

.select__box div.active {
    border: 2px solid #2b398f;
}

.select__box div p {
    font-size: 20px;
    font-weight: 600;
    color: #777;
    text-align: center;
    padding: 40px 20px;
}

.select__box div p b {
    font-weight: 700;
    color: #000;
}

.select__box div p b.level__color {
    color: #0080f8;
}

/* file__box */
.file__box > div {
    border-radius: 20px;
    background-color: #f9fafb;
    padding: 40px 50px;
}

.file__box div .file__list li {
    font-size: 16px;
    color: #2b398f;
    padding-bottom: 10px;
    display: flex;
}

.file__box div .file__list li > span {
    display: block;
}

.file__box div .file__list li .delete {
    background-color: #cbcbcb;
    border-radius: 30px;
    width: 26px;
    height: 23px;
    vertical-align: middle;
    margin-left: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    padding-top: 3px;
    cursor: pointer;
}

.file_upload {
    width: 100%;
    border: none;
    margin: 10px 0 0px;
    padding: 0px;
}

.file__box div .file__list .MultiFile-label li {
    color: #000;
}

.file_bt_box input[type="file"] {
    outline: none;
    max-width: 120px;
    max-height: 44px;
    overflow: hidden;
    padding-bottom: 17px;
    font-size: 0;
    width: 100%;
}

.file_bt_box input[type="file"]::file-selector-button {
    font-size: 14px;
    border-radius: 30px;
    color: #333;
    background-color: #f9fafb;
    border: 1px solid #333;
    width: 120px;
    padding: 12px 0;
    position: static;
    display: block;
    text-align: center;
    cursor: pointer;
}

.file__box div p {
    font-size: 16px;
    color: #777;
    line-height: 26px;
    position: relative;
    padding-left: 15px;
}

.file__box div p::before {
    content: "•";
    position: absolute;
    left: 0px;
}

/* btn_area_center */
.btn_area_center{
	display: flex;
	justify-content: center;
}
.btn_area_center a {
    background-color: #2b398f;
    color: #fff;
    padding: 13px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    display: block;
}

@media screen and (max-width: 1024px) {
    .p_cc_wrap1 {
        padding: 0 20px;
    }

    .accordion__container {
        justify-content: center;
    }

    .accordion__menu {
        width: min(100%, 600px);
        margin-bottom: 40px;
    }

    .accordion .item .text label {
        width: auto;
        padding-right: 20px;
    }

    .qm_bt {
        display: block;
        float: none;
        width: 130px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 680px) {
    .p_cc_wrap1 {
        padding: 0;
    }

    .p_cc_wrap1 form > div {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .p_cc_wrap1 form > div.tit__box,
    .p_cc_wrap1 form > div.file__box,
    .p_cc_wrap1 form > div.search__box {
        padding-left: 0px;
        padding-right: 0px;
    }

    .tit__text,
    .file__box > div {
        padding: 30px 20px;
        border-radius: 0;
    }

    .accordion .item .text label {
        width: 100%;
        padding-right: 0px;
    }

    .p_cc_wrap1 form > div.file__box h2 {
        padding-left: 20px;
    }

    .file__box div .file__list li,
    .file__box div p {
        font-size: 15px;
    }

    .file__box div .file__list li > span:first-child {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 89%;
        margin-right: 5px;
    }

    .file__box div .file__list li .delete {
        display: inline-block;
        width: 21px;
        height: 16px;

        padding-top: 5px;
    }

    .file__box div .file__list li .delete a {
        display: block;
        font-size: 9px !important;
    }

    .qm_bt {
        width: 113px;
        margin-top: 20px;
        font-size: 14px;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 440px) {
    .file__box div .file__list {
        flex-wrap: wrap-reverse;
        margin-bottom: 10px;
    }
}

/* 기관소속요청 */
/* 기관검색 */
.search__box {
    border-radius: 20px;
    background-color: #f8f8f8;
    text-align: center;
    padding: 40px 0;
}

.search__box .search {
    border: 1px solid #cbcbcb;
    border-radius: 8px;
    width: min(588px, 75%);
    background-color: #fff;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search__box .search input {
    outline: none;
    border: none;
    height: 48px;
    background: none;
    padding-left: 20px;
    font-size: 15px;
    width: 90%;
}

.search__box .search input::placeholder {
    font-size: 15px;
    color: #777;
}

.search__box .search .icon__search {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-image: url(https://dev.inpsyt.co.kr/front/resources/images/main/icon_search.png);
    background-repeat: no-repeat;
}

.search__box .search__table table {
    width: min(700px, 75%);
    margin: 40px auto 0;
    font-size: 16px;
}

.search__box .search__table th,
.table__box table th {
    background-color: #f1f1f1;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    text-align: center;
    padding: 12px 0;
}

.search__box .search__table td,
.table__box table td {
    border-bottom: 1px solid #e8e8e8;
    color: #777;
    text-align: center;
    padding: 12px 0;
}

.search__box .search__table .btn_area_center,
.table__box .btn_area_center {
    margin: 40px 0 0 0;
}

.mo__table {
    display: none;
    margin-top: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.mo__table ul li {
    border-top: 1px solid #e8e8e8;
    padding: 16px 0;
    cursor: pointer;
    font-size: 16px;
    color: #777;
}

.mo__table ul li p {
    font-size: 14px;
}

.mo__table ul li h5 {
    font-size: 17px;
    font-weight: 600;
    padding: 7px 0;
    color: #000;
}

.mo__table ul li .lv__box {
    display: inline-block;
    border-radius: 4px;
    background-color: #999;
    color: #fff;
    width: 42px;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    margin-left: 5px;
}

.mo__table ul li p b {
    font-size: 12px;
}

.mo__table ul li p b::after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 1px;
    background-color: #777;
    margin: 0 5px 0 7px;
}

.mo__table ul li p b:last-child::after {
    display: none;
}

/* 등록현황 */
.table__box table {
    width: 100%;
    font-size: 16px;
    text-align: center;
}

.table__box table th {
    background-color: #f8f8fb;
}

.table__box table td a,
.mo__table ul li div a {
    border: 1px solid #dddddd;
    border-radius: 8px;
    text-align: center;
    width: 60px;
    padding: 6px 0;
    font-weight: 600;
}

.table__box table td a[name="statBtn3"] {
    margin-left: 10px;
}

.mo__table ul li div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.mo__table ul li div.date__div {
    margin-bottom: 12px;
}

.mo__table ul li div.bt__box {
    margin-top: -14px;
}

.btn_area_center a.state__bt {
    background-color: #fff;
    color: #000;
    border: 1px solid #999;
}

/* 요청이력팝업 */
.popup__wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    display: none;
}

.popup__wrap .popup__box {
    width: min(680px, 75%);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px 30px;
    border-radius: 20px;
}

.history__popup .table__box h2 {
    text-align: center;
}

.history__popup .table__box table th {
    border-top: 1px solid #000;
}

.history__popup .mo__table p b {
    font-size: 14px;
    font-weight: 600;
}

.history__popup .mo__table h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.history__popup .paging__box {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.history__popup .paging__box div {
    font-size: 16px;
    color: #999;
    cursor: pointer;
}

.history__popup .paging__box div.active {
    color: #000;
    font-weight: 600;
}

/* 전문가등록  */
.mo__table ul li p b b {
    color: #000;
}

.popup__wrap.clear__popup .popup__box {
    width: min(390px, 85%);
    padding: 0;
    overflow: hidden;
}

.clear__popup .popup__box h5 {
    text-align: center;
    color: #fff;
    background-color: #555;
    font-size: 20px;
    padding: 20px 0;
    font-weight: 600;
}

.clear__popup .popup__box p {
    color: #777;
    font-size: 22px;
    padding: 50px 15px 30px;
    text-align: center;
    font-weight: 600;
}

/* 자격관리 페이지 수정 */




.basic_modal.history_modal .basic_modal_content {
    max-width: 90%;
}

.basic_modal.history_modal .basic_modal_body {
    width: 100%;
    box-sizing: border-box;
}

.table__box .table_title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 24px;
}

.basic_modal.history_modal #histroy_table {
    width: 665px;
    position: relative;
    border-collapse: separate;
    border-spacing: 0;
}

.basic_modal.history_modal #histroy_table thead {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 1;
}

.basic_modal.history_modal #histroy_table thead th,
.basic_modal.history_modal #histroy_table tbody td {
    text-align: center;
    padding: 12px 0;
    font-size: 16px;

}

.basic_modal.history_modal #histroy_table thead th {
    background-color: #f8f8fb;
    border-top: 1px solid #000;
    border-bottom: 1px solid #cbcbcb;
    font-weight: 600;
}

.basic_modal.history_modal #histroy_table tbody td {
    border-bottom: 1px solid #e8e8e8;
    font-weight: 500;
    color: #777;
}

.basic_modal.history_modal #histroy_table tbody tr:last-child td {
    border-bottom: 1px solid #e8e8e8;
}

.basic_modal.history_modal #histroy_table tbody td span {
    font-size: 16px;
    font-weight: 500;
}

.basic_modal.history_modal #history_table_mo {
    display: none;
}

.basic_modal.history_modal .basic_modal_footer a {
    width: 150px;
}

.search__box .btn_area_center{
	display: flex;
	justify-content: center;
}

.search__box .btn_area_center a{
	width:140px;
}

@media all and (max-width: 680px) {
    #searchForm {
        padding: 0px;
    }

    .search__box {
        text-align: left;
        padding: 30px 20px;
        border-radius: 0;
    }

    .search__box .search {
        margin: 0;
        width: 100%;
    }

    .search__box .search input {
        padding-left: 10px;
    }

    .search__box .search input::placeholder {
        font-size: 15px;
    }

    .search__box .search .icon__search {
        margin-right: 10px;
    }

    .search__box .search__table table,
    .table__box table {
        display: none;
    }

    .mo__table {
        display: block;
    }

    .p_cc_wrap1 div.table__box h2 {
        padding-bottom: 0;
    }

    .history__popup .table__box {
        padding: 40px 20px;
    }

    .history__popup .table__box h2 {
        text-align: left;
    }

    /* 자격관리 수정 */
    .mo__table .regist_status_list > li {
        padding: 20px 0;
    }

    .mo__table .regist_status_list > li .regist_status_box {
        display: flex;
        flex-direction: column;
        align-items: normal;
        gap: 16px;
    }

    .mo__table .regist_status_list .regist_date_wrap {
        font-size: 16px;
        font-weight: 600;
    }

    .mo__table .regist_status_list .regist_date_wrap span.date {
        color: #333;
        font-size: 16px;
    }

    .mo__table .regist_status_list .regist_date_wrap span.status {
        color: #2B398F;
        font-size: 16px;
    }

    .mo__table .regist_status_list .regist_org_info {
        background-color: #F6F6F6;
        border-radius: 16px;
        padding: 16px;
        box-sizing: border-box;
    }

    .mo__table .regist_status_list .regist_org_info ul {
        width: 100%;
    }

    .mo__table .regist_status_list .regist_org_info ul li {
        border: none;
        height: auto;
        padding: unset;
        display: flex;
        justify-content: space-between;
        font-weight: 500;
    }

    .mo__table .regist_status_list .regist_org_info ul li span.title {
        font-size: 16px;
        color: #555;
    }

    .mo__table .regist_status_list .regist_org_info ul li span.content {
        font-size: 16px;
        color: #333;
    }

    .mo__table .regist_status_list .regist_status_btn_wrap {
        gap: 10px;
    }

    .mo__table .regist_status_list .regist_status_btn_wrap a {
        display: block;
        width: 100%;
        font-size: 15px;
        font-weight: 600;
        border-color: #999;
        color:#555;
    }

    .table__box .table_title_wrap {
        flex-direction: column;
        align-items: center;
        padding-bottom: 0;
    }

    .table__box .table_title_wrap .table_title {
        text-align: left;
        width: 100%;
    }

    .table__box .table_title_wrap .btn_area_center {
        width: 100%;
        margin-top: 24px;
    }

    .table__box .table_title_wrap .btn_area_center a {
        display: block;
        width: 100%;
    }

    .basic_modal.history_modal .basic_modal_body {
        max-height: calc(100% - 140px);
        padding: 24px 20px;
    }

    .basic_modal.history_modal .basic_modal_content {
        max-width: 100%;
        border-radius: 20px 20px 0 0;
    }

    .basic_modal.history_modal .basic_modal_header {
        justify-content: flex-start;
        padding: 20px 20px 8px 20px;
        box-sizing: border-box;
        height: 60px;
    }

    .basic_modal.history_modal .basic_modal_title {
        font-size: 24px;
        color: #333;
    }

    .basic_modal.history_modal #histroy_table {
        display: none;
    }

    .basic_modal.history_modal #history_table_mo {
        display: block;
    }

    .basic_modal.history_modal .basic_modal_footer {
        padding: 8px 20px 20px 20px;
        box-sizing: border-box;
        border-top: none;
    }

    .basic_modal.history_modal .basic_modal_footer a {
        display: block;
        width: 100%;
    }

    #history_table_mo .history_mo_list > li {
        padding: 16px 0;
    }

    #history_table_mo .history_mo_list > li:first-child {
        padding-top: 0;
    }

    #history_table_mo .history_mo_list > li + li {
        border-top: 1px solid #ddd;
    }

    #history_table_mo .history_mo_list > li .history_content_wrap {
        display: flex;
        flex-direction: column;
        gap: 16px;
        position: relative;
    }

    #history_table_mo .expert_info {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #history_table_mo .expert_info > div{
		display: flex;
        align-items: center;
	}
	#history_table_mo .expert_info > div >span{
	    display: block;
	 }
    #history_table_mo .expert_info .expert_name_wrap .e_name {
        font-size: 18px;
        font-weight: 600;
        color: #333;
    }

    #history_table_mo .expert_info .expert_name_wrap .e_id {
        font-size: 16px;
        font-weight: 500;
        color: #555;
        margin-left: 8px;
    }

    #history_table_mo .expert_info .expert_status > span {
        font-size: 16px;
        font-weight: 500;
        color: #555;
    }

    #history_table_mo .expert_info .expert_status > span.font_red {
        color: #ec3838;
    }

    #history_table_mo .expert_info .expert_status > span.font_blue {
        color: #2B398F;
    }

    #history_table_mo .expert_info .expert_status > span:last-child {
        margin-left: 6px;
    }

    #history_table_mo .request_status {
        background-color: #F6F6F6;
        border-radius: 16px;
        padding: 16px;
    }

    #history_table_mo .request_status ul > li {
        display: flex;
        justify-content: space-between;
    }

    #history_table_mo .request_status ul > li > span {
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: #555;
    }

    #history_table_mo .request_status ul > li > span:last-child {
        color: #333;
    }
}