@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');


*, ::after, ::before {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, textarea, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}


.word_cnt_wrap {
    float: right;
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}


/* sub 공통 : S */
caption {
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    margin: 0px;
    position: static;
}

button {
    cursor: pointer;
}

/* work_container */
.work_container .work_container_child {
    display: flex;
    width: 100%;
}

.work_container .work_container_child {
    margin-bottom: 20px;
    gap: 12px;
}

.work_container .work_container_child button {
    margin-top: 20px;
}

.work_container .work_container_child div {
    width: 31%;
}


/*  workExperienceContainer */
#workExperienceContainer .work_container_child {
    display: flex;
    width: 100%;
}

#workExperienceContainer .work_container_child {
    margin-bottom: 20px;
    gap: 12px;
}
#workExperienceContainer .work_container_child:last-child {
    margin-bottom: 12px;
}


#workExperienceContainer .work_container_child div {
    width: 31%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#workExperienceContainer .work_container_child div label {
    color: #222222;
    font-size: 14px;
}


select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

input {
    border: 0 none;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
}

#usrDesired1, #usrDesired2, #usrDesired3 {
    width: 17px !important;
    margin-right: 5px;

}

#interestedCompany1, #interestedCompany2, #interestedCompany3 {
    width: 11px !important;
    margin-right: 5px;
}

#certificate_input {
    padding: 10px;
}

input:focus,
input:active,
select:focus,
select:active {
    
    outline: none;
}

input[type="file"] {
    display: none;
}

input::-webkit-input-placeholder {
    color: #999999;
    font-weight: 300;
}

input:-ms-input-placeholder {
    color: #999999;
    font-weight: 300;
}

input::-ms-input-placeholder {
    color: #999999;
    font-weight: 300;
}

input::placeholder {
    color: #999999;
    font-weight: 300;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="image"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

em {
    font-style: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    border: 0 none;
    background: none;
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
}

/* addWorkExperience */ /* addCertificate */
#addWorkExperience, .add-certificate {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 6px 10px;
    border: 1px solid #858585;
    border-radius: 4px;
    color: #333333;
}

.hide {
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    border: 0;
}

.essential {
    position: relative;
    font-size: 16px;
    padding-left: 10px;
    color: #222;
    font-weight: 600;
    line-height: 1.4;
    display: block;
}

.essential::before {
    content: "*";
    color: #eb333b;
    position: absolute;
    top: 0;
    left: 0;
}
.required_guide {
    display: flex;
    color: #0073FF;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
}
.essential.required_guide::before {
    color: #0073FF;
}

.optional {
    font-size: 15px;
    color: #222;
    font-weight: 600;
    padding-left: 10px;
    display: block;
    /* No content before, no asterisk */
}

.content.sub {
    display: flex;
    justify-content: center;
}

.content.sub .inner {
    text-align: center;
    width: 100%;
}

.content.sub .inner_board {
    width: 100%;
}

.subhead_con {
    background: url('../img/subImages/subhead.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 10em 0 6em;
}

.subhead_con > h2 {
    padding: 30px 0;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
}

.sub_con {
    max-width: 1440px;
    margin: 0 auto;
    padding: 130px 20px !important;
    text-align: center;
}

.sub_con1 {
    min-height: calc(100vh - 700px);
}

.sub_con_detail {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px !important;
    text-align: center;
}

.sub_con_board {
    max-width: 1130px;
    margin: 0 auto;
    padding: 130px 20px !important;
}

.sub_con .sub_section {
    margin-bottom: 100px;
}

/* added this new style */
.sub_con .sub_section .txt_1 {
    margin-block: 0;
}

.sub_con .sub_section:last-child {
    margin-bottom: 0px;
}

.sub_con .sub_section .tit_1 {
    position: relative;
    padding-left: 0;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    /* changed: added margin-top: 0 */
    margin-top: 0;
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1.5px solid #555555;
}
.sub_con .sub_section .tit_1 .edu_dot {
    background-color: #0073FF;
}
.sub_con .sub_section .tit_1.lh-3 {
    line-height: 1.3;
}

/* .sub_con .sub_section .tit_1::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    top: 0; 
} */

/*.sub_con .sub_section .txt_1 {margin-left: 35px;}*/
.sub_con .sub_section .txt_1 > em {
    display: block;
    padding-top: 5px;
}

.sub_con .sub_section .tit_1.view_m {
    display: none;
}

.items_list_1 {
    text-align: left;
    padding-left: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 68px;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.items_list_1 > li {
    /* added below line */
    list-style: none;
}

.items_list_1 > li > strong {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    display: block;
    padding-bottom: 12px;
    border-bottom: 1px solid #dedede;
}

/* .items_list_1 > li > strong::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #080403;
    border-radius: 3px;
    top: 8px;
    left: 0px;
} */

.items_list_1 > li > em {
    margin-left: 16px;
    display: inline-block;
    word-break: keep-all;
}

.items_list_1 .agree_chk {
    overflow: hidden;
    padding: 20px 0 5px 0;
}

.items_list_1 .agree_chk .input_chk {
    position: relative;
}

.items_list_1 .agree_chk .input_chk.type2 {
    width: 100%;
    float: none;
    display: block;
    padding-bottom: 10px;
}

/* 추가 */
.items_list_1 .agree_chk .input_chk label {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'pretendard-600';
    line-height: 26px;
    cursor: pointer;
    color: #222222;
    box-sizing: border-box;
    text-align: left;
    word-break: keep-all;
}

.items_list_1 .agree_chk .input_chk label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1px;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #ffffff url('../img/subImages/icon_check_off.svg') no-repeat 0 0;
    background-size: 18px 18px;
}

.items_list_1 .agree_chk .input_chk input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    width: 1px;
    height: 1px;
}

.items_list_1 .agree_chk .input_chk input:checked + label:before {
    content: "";
    background: #ffffff url('../img/subImages/icon_check_on.svg') no-repeat 0 0;
    background-size: 18px 18px;
}

.tit_1 .choice_01 {
    font-weight: 400;
    color: #0073FF;
    padding-left: 3px;
    font-family: 'pretendard-400';
}

.tit_1 .choice_02 {
    font-weight: 400;
    color: #666;
    padding-left: 3px;
    font-family: 'pretendard-400';
}

.items_list_2 {
    margin-left: 20px;
    text-align: left;
}

.items_list_2 > li {
    position: relative;
    display: block;
    padding-left: 16px;
}

.items_list_2 > li::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background: #080403;
    top: 12px;
    left: 0px;
}

@media (max-width: 1024px) {
    .sub_con .sub_section .tit_1 {
        font-size: 32px;
    }
}
.width_100 {
    max-width: 100%  !important;
}
@media (max-width: 768px) {
    .subhead_con {
        padding: 60px 0 0 0;
        min-height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .subhead_con > h2 {
        font-size: 1.6em;
    }

    .sub_con {
        padding: 60px 20px !important;
    }

    .sub_con_board {
        padding: 60px 20px !important;
    }

    .sub_con .sub_section {
        margin-bottom: 70px;
    }
    
    .sub_con .sub_section .txt_1 {
        max-width: 90%;
        margin: 0 auto;
    }

    .sub_con .sub_section .tit_1 {
        font-size: 24px;
        max-width: 90%;
    }

    .sub_con .sub_section .tit_1 br {
        display: none;
    }

    .items_list_1 > li > strong {
        font-size: 16px;
        word-break: keep-all;
    }

    .items_list_1 > li > strong::after {
        top: 4px;
    }
    .sub_con .sub_section .tit_1.width_100 {
        display: inline-block;
    }
    .sub_con .sub_section .tit_1 .edu_dot {
        margin-bottom: 2px;
    }
    .items_list_1 {
        margin-bottom: 38px;
    }
}

/* sub 공통 : E */

/* 가로 테이블 :S */
.tableA {
    margin-bottom: 30px;
    font-size: 15px;
    font-family: "Pretendard";
}

.tableB,
.tableA table,
.tableB table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
    word-break: break-all;
    text-align: center;
}

.tableA table thead,
.tableB table thead {
    border-top: 1px solid #1a1a1a;
}

.tableA table.text_l td,
.tableB table.text_l td {
    text-align: left;
}

.tableA table.tl_reset,
.tableB table.tl_reset {
    table-layout: inherit;
}

.inline .table_a {
    color: #fff;
    border-radius: 15px;
    font-size: 13px;
    min-width: 70px;
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
    line-height: 23px;
}

.table_gray {
    background: #8b8b8b;
}

.table_cyan {
    background: #548fed;
}

.table_blue {
    background: #06377b;
}

.table_a .table_org {
    background: #ff7200;
}

.table_a .table_red {
    background: #eb333b;
}

.table_a .table_brown {
    background: #9a831f;
}

.table_a .table_yellow {
    background: #e1e899;
    color: #000;
}

.table_a .table_purple {
    background: #b059e6;
}

@media (min-width: 1201px) {
    .tableA table tr,
    .tableB table tr {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .tableA table tr td,
    .tableB table tr td {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .tableA table tr:hover,
    .tableB table tr:hover {
        background: #f9f9f9;
    }

    /*.tableA table tr:hover .text_l, .tableB table tr:hover .text_l { text-decoration: underline; } */
    .tableA table tr:hover .time_usr_info {
        text-decoration: underline;
        cursor: pointer;
    }
}

.tableA table th,
.tableA table td,
.tableB table th,
.tableB table td {
    padding: 16px 4px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.tableA .th_border_right,
.tableB .th_border_right {
}

.tableA table th,
.tableB table th {
    font-weight: 500;
    background: #fff;
}

.tableA table td:first-child,
.tableB table td:first-child {
    color: #052999;
}

.tableA table td:nth-last-child(-n + 2),
.tableB table td:nth-last-child(-n + 2) {
    font-weight: 400;
    font-size: 13px;
    color: #bcbcbc;
}

.tableA table td,
.tableB table td {
    text-align: center;
    font-weight: 400;
    color: #333;
}

.tableA table td a,
.tableB table td a {
    text-align: center;
    color: #555;
}

.tableA table td .dot_list,
.tableA table td .num_list,
.tableB table td .dot_list,
.tableB table td .num_list {
    text-align: left;
}

.tableA table td.text_l,
.tableB table td.text_l {
    text-align: left;
}

.tableA table td.text_l > a,
.tableB table td.text_l > a {
    white-space: nowrap;
    word-wrap: normal;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-align: left;
}

.tableA table td.text_l .notice_new,
.tableB table td.text_l .notice_new {
    display: inline-block;
    height: 18px;
    width: 18px;
    /*background: url("../images/sub/icon_new.png") no-repeat center;*/
    margin-left: 4px;
    vertical-align: -3px;
}

.tableA table td.text_l .table_secret,
.tableB table td.text_l .table_secret {
    display: inline-block;
    height: 18px;
    width: 18px;
    /*background: url("../images/sub/icon_secret.png") no-repeat center;*/
    margin-left: 4px;
    vertical-align: -3px;
}

.tableA table tfoot td,
.tableB table tfoot td {
    background-color: #f3f4f6;
    font-weight: 500;
}

.tableA table .tbl_point,
.tableB table .tbl_point {
    background-color: #edeff3;
}

.file_download span {
    display: none;
    color: #7d7d7d;
}

.file_download img {
    width: 14px;
    vertical-align: middle;
    opacity: 0.6;
    transition: all 0.2s;
}

@media screen and (min-width: 990px) {
    .tableA table td.inline,
    .tableB table td.inline {
        display: table-cell;
    }
}

@media (max-width: 768px) {

    /* editing_work_container */
    /*.editing_work_container div {*/
    /*    margin-top: 10px;*/
    /*    margin-bottom: 10px;*/
    /*}*/
    .editing_work_container .editing_page_x {
        margin-bottom: 10px;
        display: flex;
        justify-content: normal;
    }


    /* editing_work_container */
    .tableA table,
    .tableA tbody,
    .tableA tr,
    .tableA th,
    .tableA td {
        display: block;
        height: auto;
        padding: 0;
    }

    .tableA table thead,
    .tableA thead,
    .tableA tbody thead,
    .tableA tr thead,
    .tableA th thead,
    .tableA td thead {
        display: none;
    }

    .tableA table tr:first-child {
        border-top: 1px solid #1a1a1a;
    }

    .tableA table tr,
    .tableA thead tr,
    .tableA tbody tr,
    .tableA tr tr,
    .tableA th tr,
    .tableA td tr {
        border-bottom: 1px solid #ddd;
        padding: 20px 5px;
        position: relative;
    }

    .tableA table tr:after,
    .tableA thead tr:after,
    .tableA tbody tr:after,
    .tableA tr tr:after,
    .tableA th tr:after,
    .tableA td tr:after {
        content: "";
        display: block;
        clear: both;
    }

    .tableA table td,
    .tableA thead td,
    .tableA tbody td,
    .tableA tr td,
    .tableA th td,
    .tableA td td {
        float: left;
        padding: 0;
        border-right: 0;
        text-align: left;
        border: 0;
        font-size: 14px;
        line-height: 20px;
    }

    .tableA table td.text_l,
    .tableA thead td.text_l,
    .tableA tbody td.text_l,
    .tableA tr td.text_l,
    .tableA th td.text_l,
    .tableA td td.text_l {
        width: 80%;
        padding-bottom: 10px;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        word-wrap: normal !important;
        display: block;
    }

    .tableA table td.text_l a,
    .tableA thead td.text_l a,
    .tableA tbody td.text_l a,
    .tableA tr td.text_l a,
    .tableA th td.text_l a,
    .tableA td td.text_l a {
        position: relative;
        font-size: 15px;
    }

    .tableA table td.text_l a .notice_new,
    .tableA thead td.text_l a .notice_new,
    .tableA tbody td.text_l a .notice_new,
    .tableA tr td.text_l a .notice_new,
    .tableA th td.text_l a .notice_new,
    .tableA td td.text_l a .notice_new {
        margin-right: 0;
    }

    .tableA table td.inline,
    .tableA thead td.inline,
    .tableA tbody td.inline,
    .tableA tr td.inline,
    .tableA th td.inline,
    .tableA td td.inline {
        display: inline-block;
        width: 100%;
        margin-right: 0;
        color: #bcbcbc;
        font-size: 13px;
        position: relative;
        /*margin-left: 40px;*/
    }

    .tableA table td.table_view,
    .tableA thead td.table_view,
    .tableA tbody td.table_view,
    .tableA tr td.table_view,
    .tableA th td.table_view,
    .tableA td td.table_view {
        display: none;
    }

    .tableA table td .icon_notice,
    .tableA thead td .icon_notice,
    .tableA tbody td .icon_notice,
    .tableA tr td .icon_notice,
    .tableA th td .icon_notice,
    .tableA td td .icon_notice {
        background: none;
    }

    .tableA table td .icon_notice span,
    .tableA thead td .icon_notice span,
    .tableA tbody td .icon_notice span,
    .tableA tr td .icon_notice span,
    .tableA th td .icon_notice span,
    .tableA td td .icon_notice span {
        color: #ff7200;
        display: inline-block;
        width: 50px;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        border: 1px solid #ff7200;
        border-radius: 4px;
    }

    .tableA table td:first-child,
    .tableA thead td:first-child,
    .tableA tbody td:first-child,
    .tableA tr td:first-child,
    .tableA th td:first-child,
    .tableA td td:first-child {
        /*width: 40px;*/
        text-align: center;
        line-height: 20px;
        border-left: 0;
    }


    .application_counting {
        /*margin-right: 10px;*/
    }

    .application_date {
        margin-right: 10px;
    }


    .tableA table td a,
    .tableB table td a {
        word-break: keep-all;
    }


    .tableA table td:first-child b,
    .tableA thead td:first-child b,
    .tableA tbody td:first-child b,
    .tableA tr td:first-child b,
    .tableA th td:first-child b,
    .tableA td td:first-child b {
        color: inherit;
        font-size: 17px;
    }

    .tableA table td span.finish,
    .tableA thead td span.finish,
    .tableA tbody td span.finish,
    .tableA tr td span.finish,
    .tableA th td span.finish,
    .tableA td td span.finish {
        padding: 2px 7px;
        color: #fff;
        font-size: 0.875rem;
        border-radius: 20px;
        background: #192c56;
        position: absolute;
        left: 188px;
    }

    .table_view:before {
        content: "조회:";
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
    }

    .schedule_day:before {
        content: "교육일정:";
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        margin-right: 17px;
    }

    .application_date:before {
        content: "신청일:";
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        color: #bcbcbc;
        margin-right: 27px;
    }

    .application_name:before {
        content: "교육과정:";
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        color: #bcbcbc;
        margin-right: 8px;
    }

    .application_result:before {
        content: "신청결과:";
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        margin-right: 10px;
    }

    .table_people:before {
        content: "작성자:";
        display: inline-block;
        width: 13px;
        height: 13px;
        /*background: url(../images/sub/icon_people.png) no-repeat right center;*/
        background-size: 11px;
        position: relative;
        top: 2px;
        left: 0px;
        margin-right: 2px;
    }

    .file_download span {
        display: inline-block;
        vertical-align: top;
        color: #bcbcbc;
    }

    .file_download img {
        width: 13px;
        height: 13px;
        vertical-align: text-bottom;
    }

    .tableA .inline .table_gray,
    .tableA .inline .table_blue,
    .tableA .inline .table_org {
        color: #fff;
        padding: 1px 10px;
        border-radius: 15px;
        font-size: 13px;
    }

    .tableC table th,
    .tableC table td {
        padding: 10px 5px;
        font-size: 0.8rem;
        line-height: 1.4;
    }
}

/* 가로테이블 : E */

/* 세로 테이블 : S */
.basic_table_A {
    text-align: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 68px;
    /* border-top: 1px solid #444; */
    padding: 20px 0;
    border-bottom: 1px solid #d4d4d4;
}

.basic_table_A:after {
    content: "";
    display: block;
    clear: both;
}

.basic_table_A > li {
    display: table;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d4d4d4;
    border: 0;
}

.basic_table_A > li > .basic_tit {
    display: table-cell;
    width: 150px;
    font-weight: 400;
    vertical-align: top;
    padding: 10px 20px;
    background: #e9ecf2;
    word-break: keep-all;
    background: #fff;
    text-align: left;
}

.basic_table_A > li > div {
    display: table-cell;
    width: calc(100% - 150px);
    vertical-align: top;
    background: #fff;
    padding: 10px 20px;
}

.basic_table_A > li > div > * {
    vertical-align: middle;
}

.footer_btn {
    display: block;
    overflow: hidden;
    padding-top: 20px;
    text-align: right;
}
.footer_btn.btn_de {
    text-align: center;
    padding-top: 0;
}
.footer_btn a,
.footer_btn button {
    display: inline-flex;
    align-items: center;
    margin: 2px 0;
    padding: 4px 100px;
    line-height: 2.5em;
    border-radius: 5px;
    height: 50px;
    font-size: 15px;

}

.btn_box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn_box a,
.btn_box button {
    display: inline-block;
    margin: 0 2px;
    padding: 4px 10px;
    line-height: 1.4em;
    font-size: 14px;
    border-radius: 5px;
    height: 35px;
}

.btn_box_02 {
    position: relative;
    display: inline-block;
}

.btn_box_02 .btn_01 {
    display: inline-block;
    margin: 0 5px 0 0;
    height: 39px;
    line-height: 1.2;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #052999;
    text-align: center;
    background: #052999;
    color: #fff;
    font: inherit;
    padding: 0px 20px;
    font-size: 13px;
}

.btn_box_04 {
    margin-bottom: 30px;
    position: relative;
    display: block;
    text-align: center;
    vertical-align: middle;
}

.btn_box .btn_gray,
.footer_btn .btn_gray {
    background: #6c6c6c;
    color: #fff;
    cursor: pointer;
}

.btn_box .btn_green,
.footer_btn .btn_green {
    background: #052999;
    color: #fff;
    cursor: pointer;
}

.btn_box .btn_lightgreen,
.footer_btn .btn_lightgreen {
    background: #3A6BEA;
    color: #fff;
    cursor: pointer;
}

.btn_box .btn_red,
.footer_btn .btn_red {
    background: #eb333b;
    color: #fff;
    cursor: pointer;
}

.btn_box .btn_list {
    border: 1px solid #313131;
    text-align: center;
    background: #313131;
    color: #fff;
    cursor: pointer;
}

.btn_box .btn_list:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 15px;
    /*background: url(../images/sub/icon_list.png) no-repeat right center;*/
    position: relative;
    top: 0px;
    left: -6px;
    vertical-align: text-top;
}

.btn_box > .add {
    position: relative;
    padding-right: 25px;
}

.btn_box > .add:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #ffffff;
    top: 14px;
    right: 9px;
}

.btn_box > .add::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #ffffff;
    top: 10px;
    right: 13px;
}

.file_wrap {
    display: inline-block;
    width: 100%;
    float: left;
}

.filebox {
    margin-bottom: 5px;
}

.filebox:last-child {
    margin-bottom: 0px;
}

.filebox .upload-name {
    display: inline-block;
    height: 35px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #d4d4d4;
    width: calc(100% - 80px);
    color: #999999;
    border-radius: 5px;
    margin-right: 5px;
}

.filebox label {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    background-color: #052999;
    cursor: pointer;
    height: 35px;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 13px;
}

.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

@media (max-width: 999px) {
    .basic_table_A > li {
        width: 100%;
    }

    .basic_table_A > li > div {
        padding: 10px;
    }

    .btn_box_02 .btn_01 {
        height: 30px;
    }
}

@media (max-width: 768px) {
    .basic_table_A > li > .basic_tit {
        width: 90px;
        font-size: 14px;
        padding: 4px 0px;
    }

    .basic_table_A > li > div {
        width: calc(100% - 90px);
    }

    .basic_table_A > li > div > span {
        font-size: 0.875rem;
    }

    .basic_table_A .form_email select,
    .basic_table_A .form_email .form_wrap_st {
        width: 30%;
        display: inline-block;
    }

    .btn_box a {
        font-size: 14px;
        margin: 0 1px;
    }

    .btn_box .btn_list:before {
        background-size: 14px;
    }

    .filebox label {
        padding: 7px 10px;
    }
}

@media (max-width: 480px) {
    .edu_textbox img {
        max-height: fit-content !important;
    }

    .basic_table_A {
        padding-top: 10px;
    }

    .basic_table_A > li > div {
        display: block;
        width: 100%;
        padding: 6px 0px;
    }

    .basic_table_A > li > .basic_tit {
        display: block;
        width: 100%;
        text-align: left;
        padding-bottom: 0;
    }
}

.form_wrap {
    border: 1px solid #e0e0e0;
    height: 30px;
    border-radius: 5px;
    margin-bottom: 5px;
    height: 35px;
}

.form_wrap:last-child {
    margin-bottom: 0px;
}

.form_wrap input {
    height: 100%;
    padding: 10px;
    border-radius: 5px;
}

.form_wrap_lg {
    display: inline-block;
    border: 1px solid #e0e0e0;
    height: 40px;
    border-radius: 5px;
    width: 100%;
    vertical-align: middle;
    margin-right: 5px;
}

.worknetId {
    margin-bottom: 22px;
}

.worknetId #worknetId {
    margin-bottom: 6px;

}

.worknetId .message_text {
    color: red;
    font-size: 12px;
}


.form_wrap_md {
    display: inline-block;
    border: 1px solid #e0e0e0;
    height: 40px;
    border-radius: 5px;
    width: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.form_wrap_st {
    display: inline-block;
    border: 1px solid #e0e0e0;
    height: 40px;
    border-radius: 5px;
    width: 150px;
    vertical-align: middle;
    margin-right: 5px;
}

.form_wrap_lg:last-child,
.form_wrap_md:last-child,
.form_wrap_st:last-child {
    margin-right: 0px;
}

.form_wrap_st input,
.form_wrap_md input,
.form_wrap_lg input {
    height: 100%;
    padding: 10px;
    border-radius: 5px;
}

.select_st {
    height: 35px;
    border-radius: 5px;
    max-width: 160px;
    padding-left: 10px;
    border: 1px solid #e0e0e0;
    margin-right: 5px;
    padding-right: 21px;
    background-image: url('../img/subImages/bu_arrow-select.png');
    background-repeat: no-repeat;
    background-position: 99% 50%;
    font-family: inherit;
    font-size: 14px;
    vertical-align: top;
}

.select_md {
    height: 35px;
    border-radius: 5px;
    width: 50%;
    padding-left: 10px;
    border: 1px solid #e0e0e0;
    margin-right: 5px;
    padding-right: 21px;
    /*background-image: url(../images/sub/bu_arrow-select.png);*/
    background-repeat: no-repeat;
    background-position: 99% 50%;
    font-family: inherit;
    font-size: 14px;
    vertical-align: top;
}

.select_lg {
    height: 35px;
    border-radius: 5px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #e0e0e0;
    margin-right: 5px;
    padding-right: 21px;
    /*background-image: url(../images/sub/bu_arrow-select.png);*/
    background-repeat: no-repeat;
    background-position: 99% 50%;
    font-family: inherit;
    font-size: 14px;
    vertical-align: top;
}

@media (max-width: 999px) {
    /*    .form_wrap, .form_wrap_st, .form_wrap_md, .form_wrap_lg {height: 30px;}*/
    .form_wrap input {
        font-size: 0.875rem;
    }

    .select_st,
    .select_md,
    .select_lg {
        height: 40px;
    }
}

@media (max-width: 768px) {
     .edu_textbox img {
        max-height: fit-content;
     }

    .form_wrap,
    .form_wrap_md,
    .form_wrap_st {
        margin-bottom: 5px;
    }

    .form_wrap_st {
        width: 100%;
        display: block;
    }

    .form_wrap_md {
        width: 100%;
        display: block;
    }

    .select_st,
    .select_md,
    .select_lg {
        width: 100%;
        max-width: none;
        display: block;
        margin-bottom: 5px;
    }

    .select_st:last-child,
    .select_md:last-child,
    .select_lg:last-child {
        margin-bottom: 0px;
    }
}

/* 세로 테이블 : E */

/* 교육 신청 */
.sub_con.edu_con {
    text-align: left;
    font-family: "Pretendard";
}

.sub_con.edu_con .sub_section .tit_1 {
    font-size: 20px;
    font-weight: 600;
}
.sub_con.sub_con1 .sub_section .tit_1 {
    font-size: 20px;
    font-weight: 600;
    border: 0;
}

.edu_name {
    background-color: rgb(248, 249, 250);
    border: 1px solid #dee2e6;
    padding: 50px 40px 30px;
    font-size: 1.6rem;
    margin: 1rem 0 2.8rem;
    word-break: keep-all;
    font-weight: 600;
}

.edu_name > span {
    display: block;
    width: 100%;
    height: 1px;
    background: #dedede;
    margin-top: 25px;
}

.edu_name .box {
    margin-top: 20px;
}

.edu_name .box .text {
    font-size: 1rem;
    color: #454545;
    margin-bottom: 10px;
    font-weight: 600;
}

.edu_name .box .text p {
    color: #222;
    display: inline-block;
    border-radius: 10px;
    margin: 0 10px 0 0 ;
}

.edu_name .box .text span {
    display: inline-block;
    font-weight: 400;
    color: #222;
}

.edu_name .box .text:nth-child(2) {
    margin-bottom: 0;
}

/* .edu_name .box{margin-top:20px; display:flex; flex-direction:column; gap:10px}
.edu_name .box .text{font-size:1rem; color:#454545; font-weight: 500;}
.edu_name .box .text p{color:#052999; background:#e6f2f2; display: inline-block; padding: 4px 11px; border-radius: 10px;}
.edu_name .box .text span{display:inline-block; margin: 0 0 0 10px;} */

.basic_table_A.education_table {
    border-top-color: #444;
    padding: 20px 0;
}

.basic_table_A.education_table > li {
    border: 0;
}

.basic_table_A.education_table > li > div {
}

.basic_table_A.education_table > li > .basic_tit {
    background: #fff;
    text-align: left;
}

@media (max-width: 768px) {
    .sub_con.edu_con .sub_section .tit_1 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .edu_name {
        padding: 30px 20px;
        font-size: 1.3rem;
    }

    .edu_name .box .text {
        font-size: 0.9rem;
        word-break: break-all;
    }

    .edu_name .box .text span {
        margin: 0 0 0 5px;
    }

    /*
	.basic_table_A.education_table .form_email select,
	.basic_table_A.education_table .form_email .form_wrap_st {width:30%; display:inline-block;}
	*/
    /*
	.basic_table_A.education_table .form_email select,
	.basic_table_A.education_table .form_email input {outline:2px solid red; width:30%;}
	*/
}


/* about메뉴: S */
.about_bg {
    background: url('../img/aboutPageImg/about_bg.jpg') no-repeat center center;
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
}

.about_bg .text {
    color: #fff;
    width: 100%;
    margin-top: 60px;
}

.about_bg .text > div {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.about_bg .text > span {
    font-size: 20px;
    line-height: 1.4;
}

.about_program > ul {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.about_program > ul > li {
    margin: 8px;
}

.about_program > ul > li > span {
    display: block;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
}

.about_program > ul > li > span > img {
    height: 90%;
    text-align: center;
}

.about_program > ul > li > em {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.about_program > ul > li > p {
    font-size: 13px;
    color: #d9d9d9;
    font-weight: 500;
}

.about_program > ul > li > p.prog_desc {
    width: 202px;
    word-break: keep-all;
    margin: 10px auto;
    color: #999;
}

.about_logo {
    background: url('../img/aboutPageImg/about_logo_bg.jpg') no-repeat center center;
    height: 400px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.about_logo > div {
    width: 100%;
}

.sub_con .about_logo.sub_section .tit_1,
.sub_con .about_logo.sub_section .txt_1 {
    color: #fff;
}

.about_logo ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.about_logo ul li {
    margin: 0 4px;
    list-style: none;
}

.about_reason {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

/* used */
.about_reason > li {
    width: 40.7%; /* changed (48.7%) */
    display: flex;
    flex: auto;
    position: relative;
    margin-bottom: 16px;
    margin-right: 16px;
    border-radius: 20px;
    background: #f7fbfc;
    padding: 40px;
}

.about_reason > li:nth-child(2n) {
    /*margin-right: 0;*/ /* changed, (before it was working) now commented*/
}

.about_reason > li .icon {
    display: inline-block;
    margin-right: 30px;
}

.about_reason > li .con {
    text-align: left;
}

.about_reason > li .con p {
    color: #052999;
    font-weight: 600;
    margin-bottom: 4px;
}

.about_reason > li .con div {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: #333;
}

.about_membership {
    text-align: center;
    margin-top: 40px;
}

.about_membership > img {
    border-radius: 20px;
    border: 1px solid #052999;
    max-width: 100%;
}

.other {
    background: #f7fbfc;
}

.other .sub_section {
    max-width: 1130px;
    margin: 0 auto;
    padding: 100px 20px !important;
}

.other .sub_section .tit_1 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    word-break: keep-all;
}

.about_process {
    display: flex;
    position: relative;
    justify-content: space-evenly;
    margin-top: 40px;
}

.about_process > li {
    width: 100%;
    margin-right: 16px;
    margin-bottom: 16px;
    text-align: left;
}

.about_process > li:last-child {
    margin-right: 0;
}

.about_process > li > div {
    background: #e9f5f3;
    border-radius: 20px;
    padding: 40px 30px;
}

.about_process > li > div > strong {
    display: block;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
    color: #052999;
}

.about_process > li > div > ul > li {
    margin-bottom: 5px;
    word-break: keep-all;
}

.about_process > li > div > ul > li > span {
    /*background: url(../images/sub/icon_check_basic.png) no-repeat;*/
    padding-left: 20px;
    background-position: 0px 8px;
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    .about_bg {
        height: 80vh;
    }

    .about_bg .text > div {
        font-size: 36px;
    }

    .about_bg .text > span {
        font-size: 17px;
    }
}

@media screen and (max-width: 991px) {
    .about_program > ul {
        flex-wrap: wrap;
    }

    .about_reason > li {
        width: 100%;
    }

    .about_reason > li .con {
        word-break: keep-all;
    }

    .about_process {
        flex-direction: column;
    }

    .about_membership > img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .about_bg {
        height: 70vh;
        background: url('../img/aboutPageImg/about_bg_m.jpg') no-repeat center center;
    }

    .about_bg .text > div {
        max-width: 90%;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        font-size: 30px;
    }

    .about_bg .text > div br {
        display: none;
    }

    .about_bg .text > span {
        display: block;
        max-width: 90%;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        font-size: 15px;
    }

    .about_bg .text > span br {
        display: none;
    }

    .about_reason > li > a {
        margin: 90px 20px 30px 20px;
    }

    .about_reason > li > a > span > strong {
        font-size: 14px;
        box-sizing: border-box;
        line-height: 1.2;
    }

    .about_program > ul > li {
        margin: 0 0 20px 0;
    }

    .about_program > ul > li > em,
    .about_reason > li > a > span > em {
        font-size: 16px;
        margin-top: 15px;
    }

    .about_program > ul > li > span {
        height: 110px;
    }

    .about_process > li > div {
        padding: 30px 20px;
    }

    .about_process > li > div > strong {
        font-size: 18px;
    }

    .about_process > li > div > ul > li > span {
        /*background-size: 17px; padding-left: 20px;*/
        background-position: 0px;
    }

    .other .sub_section {
        padding: 60px 20px !important;
    }

    .other .sub_section .tit_1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 425px) {
    .about_bg .text > div {
        font-size: 26px;
    }

    .about_bg .text > span {
        font-size: 16px;
    }

    .about_logo ul {
        flex-direction: column;
    }

    .about_logo ul li:first-child {
        margin-bottom: 10px;
    }

    .about_reason > li {
        margin: 0 0 16px 0;
        padding: 30px 20px;
    }

    .about_reason > li:last-child {
        margin: 0;
    }

    .about_reason > li .icon {
        margin-right: 17px;
    }

    .about_reason > li .con p {
        margin-bottom: 10px;
    }

    .about_reason > li .con div {
        font-size: 14px;
    }

    .other .sub_section .tit_1 {
        font-size: 26px;
    }
}

/* about메뉴: E */

/* ABC부트캠프 : S */
.con_box {
    display: flex;
    justify-content: space-between;
}

.pc_block {
    display: block;
}

.mo_block {
    display: none;
}

.con_box .circle {
    width: auto;
    margin-bottom: 0;
}

.con_box .circle .tit_1 {
    border-radius: 50%;
    line-height: 200px;
    font-size: 20px;
    position: relative;
}

.con_box .circle:nth-child(2) .tit_1 {
    line-height: 172px;
}

.con_box .circle:nth-child(2) .tit_1 img {
    width: 100%;
    vertical-align: middle;
    max-width: 528px;
}

.con_box .circle:nth-child(1) .tit_1:before {
    right: -116px;
}

.con_box .circle:nth-child(2) .tit_1:before {
    display: none;
}

.con_box .circle:nth-child(3) .tit_1:before {
    left: -116px;
    transform: rotate(180deg);
}

.con_box .circle .txt_1 {
    margin-left: 0;
    max-width: 420px;
    text-align: left;
    color: #666666;
    font-size: 16px;
    margin-block: 0;
}

.con_box .circle .tit_2 {
    text-align: left;
    color: #333333;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}

.con_box .sub_section.circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.con_box .circle:nth-child(1),
.con_box .circle:nth-child(3) {
    max-width: 250px;
}

@media screen and (max-width: 1024px) {
    .con_box {
        flex-direction: column;
    }

    .con_box .circle {
        margin: auto;
        position: relative;
        width: 100%;
    }

    .con_box .circle .tit_1 {
        position: static;
    }

    .con_box .circle:nth-child(1) {
        text-align: center;
    }

    .con_box .circle:nth-child(3) {
        text-align: center;
    }

    .con_box .circle:nth-child(1) .tit_1:before,
    .con_box .circle:nth-child(3) .tit_1:before {
        margin: auto;
        right: 0;
        left: 0;
    }

    .con_box .circle:nth-child(1) .tit_1:before {
        transform: rotate(90deg);
        top: auto;
        bottom: 40px;
    }

    .con_box .circle:nth-child(3) .tit_1:before {
        transform: rotate(-90deg);
        top: 25px;
        bottom: auto;
    }

    .con_box .circle:nth-child(2) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pc_block {
        display: none;
    }

    .mo_block {
        display: block;
    }

    .con_box .circle .txt_1,
    .con_box .circle .tit_2 {
        text-align: center;
    }

    .con_box .circle .tit_2 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .con_box .circle:nth-child(2) .tit_1 {
        line-height: 160px;
    }

    .con_box .circle .txt_1 {
        width: 100%;
        max-width: 100%;
        padding: 0 2%;
        text-align: center;
    }

    .con_box .circle .tit_2 {
        text-align: center;
        margin-bottom: 10px;
    }

    .con_box .circle:nth-child(2) .tit_1 img {
        max-width: 400px;
    }
}

/* ABC부트캠프 - 데이터 탐험가 과정 */
.section_bg {
    background: #fff;
}

.edu .tit_bg {
    height: 300px;
    position: relative;
}

.edu .tit_bg > div {
    color: #fff;
    text-align: left;
    max-width: 1130px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}

.edu .tit_bg .bootcamp_txt {
    font-weight: 600;
    opacity: 0.5;
    /* added below line */
    margin-block: 0;
}

.edu .tit_bg .bootcamp_tit {
    font-size: 38px;
    text-align: left;
    color: #fff;
    margin-block: 0;
}

.edu_subject01 .tit_bg {
    background: url('../img/subImages/bootcamp_bg01.jpg') no-repeat center center;
    background-size: cover;
}

.edu_subject02 .tit_bg {
    background: url('../img/subImages/bootcamp_bg01.jpg') no-repeat center center;
    background-size: cover;
}

.text_green {
    color: #052999;
}

.bootcamp_tit {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 70px;
    line-height: 1.3;
    word-break: keep-all;
}

.abc_list {
    text-align: left;
    word-break: keep-all;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* added */
    padding-left: 0;

}

.abc_list > li {
    overflow: hidden;
    padding: 40px 36px 40px 36px;
    width: 31%;
    min-height: 400px;
    border-radius: 25px;
    background: #f7fbfc;
    margin-bottom: 35px;
    position: relative;
    border: 1px solid #ebf7fa;
}

.abc_list > li > strong {
    position: relative;
    font-weight: 700;
    font-size: 26px;
    display: block;
    margin-bottom: 20px;
    color: #333;
}

.abc_list > li > div {
    display: inline-block;
    color: #454545;
    font-size: 16px;
}


.abc_list > li > div > p {
    margin-block: 0;
}

.abc_list > li > div .essential {
    font-size: 14px;
}

.abc_list > li > div.curriculum > img {
    padding: 0px 10px 10px 0px;
}

.abc_list > li > div.border-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.abc_list > li > div.border-box .box_col2 h3 {
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 0.5em;
    padding-left: 17px;
}

.abc_list.v2 > li:nth-last-child(-n + 2) {
    width: 48.3%; /* changed it was 48.3% */
    /* added */
    /*min-height: 318px;*/
}

.support_btn {
    text-align: center;
}

.abc_40day {
    padding: 0px 20px 20px 0px;
}

.abc_40day > img {
    max-height: 590px;
    padding: 2px;
    border: 2px solid #052999;
    border-radius: 20px;
}

.content.sub .btn_link {
    position: relative;
    display: inline-block;
    font-weight: 700;
    background: #052999;
    color: #fff;
    margin: 1.5em auto 0;
    padding: 0.5em 4.5em 0.5em 2em;
    border-radius: 1.5em;
}

.content.sub .btn_link::after {
    content: "";
    position: absolute;
    display: block;
    width: 23px;
    height: 15px;
    background: url('../img/subImages/arrow_btn_link.png') no-repeat;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

@media screen and (max-width: 1024px) {
    .edu .tit_bg > div {
        padding: 0 2%;
        text-align: center;
    }

    .edu .tit_bg .bootcamp_tit {
        font-size: 32px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .edu .tit_bg {
        height: 200px;
    }

    .edu .tit_bg .bootcamp_tit {
        font-size: 26px;
    }
}

/**/
.abc_list.full > li {
    width: 100%;
    min-height: auto;
}

.abc_list.full > li > strong {
    margin-bottom: 30px;
}

.abc_list.full > li > strong .essential {
    display: inline-block;
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

.abc_list.full > li > div {
    display: block;
    color: #333;
}

.re_process {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0 auto;
}

.re_process li {
    position: relative;
    transition: all ease 0.2s;
    vertical-align: bottom;
}

.re_process li.line {
    background-image: linear-gradient(
            to right,
            #ccc 33%,
            rgba(255, 255, 255, 0) 0%
    );
    height: 2px;
    width: 15%;
    margin: 0 5%;
    background-size: 7px 2px;
    position: relative;
    background-position: center;
    top: 12px;
}

.re_process li > div {
    text-align: center;
}

.re_process li > div > span {
    border: 1px solid #052999;
    display: inline-block;
    padding: 1px 10px 0 10px;
    border-radius: 20px;
    font-size: 14px;
    color: #052999;
    font-weight: 600;
    position: relative;
}

.re_process li:last-child > div > span:before {
    display: none;
}

.re_process li > div > strong {
    display: block;
    font-size: 18px;
    margin: 15px 0 0 0;
    font-weight: 600;
}

.re_process li:first-child:after {
    display: none;
}

@media screen and (max-width: 480px) {
    .edu_textbox img {
        max-height: fit-content !important;
    }

    .re_process {
        flex-direction: column;
    }

    .re_process li {
        margin-bottom: 20px;
        width: 100%;
    }

    .re_process li.line {
        margin: 0 auto 20px auto;
        top: 0;
        width: 30px;
        transform: rotate(90deg);
    }

    .re_process li > div {
        width: 100%;
        border-radius: 5px;
    }

    .abc_list > li > div > p {
        padding: 0;
        text-align: center;
    }
}

.abc_list.full > li > div.table_black .count_box {
    display: inline-block;
    background: #052999;
    padding: 2px 8px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 600;
}

.table_black.tableB table th:nth-child(1),
.table_black.tableB table th:nth-child(2) {
    width: 17em;
}

.table_black.tableB table td {
    vertical-align: middle;
}

.table_black.tableB table td:first-child {
    color: #fff;
}

.table_black.tableB table td:nth-last-child(-n + 2) {
    font-size: 15px;
    color: #333;
}

.table_black.tableB table tr:hover {
    background: unset;
}

/**/
.abc_list.full > li > div.circle-box {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.abc_list.full > li > div.circle-box .circle-con {
    width: calc(35% + 31.5px);
    padding-top: 10%;
    border-radius: 500px;
    position: relative;
    border: 1px solid #052999;
}

.abc_list.full > li > div.circle-box .circle-con:nth-child(n + 2) {
    margin-left: -38px;
}

.abc_list.full > li > div.circle-box .circle-con .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: left;
    padding-left: 24%;
}

.abc_list.full > li > div.circle-box .circle-con .text span {
    font-weight: 600;
    color: #052999;
}

.abc_list.full > li > div.circle-box .circle-con .text p {
    font-weight: 600;
    font-size: 18px;
    margin-top: 6px;
}

.abc_list.full > li > div.circle-box .circle-con .next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0%, -50%);
    height: 13px;
}

.abc_list.full > li > div.circle-box .circle-con .next img {
    max-height: 100%;
}

.abc_list.full > li.recommend {
    text-align: center;
}

.abc_list.full > li.curriculum {
    /*background: url('../img/subImages/curr_bg.jpg') no-repeat;*/
    /* bg changed to below line */
    background: url('../img/subImages/curr_bg.jpg') round;
    border: unset;
    text-align: center;
}

.abc_list.full > li.curriculum > p,
.abc_list.full > li.recommend > p {
    color: #fff;
    margin-bottom: 6px;
    font-weight: 600;
}

.abc_list.full > li.curriculum > strong,
.abc_list.full > li.recommend > strong {
    color: #fff;
}

.abc_list.full > li > div.con_box {
    display: flex;
    justify-content: space-between;
}

.abc_list.full > li.curriculum .track,
.abc_list.full > li.recommend .reco {
    width: 49%;
    background: #fff;
    border-radius: 20px;
    padding: 30px 0;
}

.abc_list.full > li.curriculum .track span,
.abc_list.full > li.recommend .reco span {
    font-size: 17px;
    background: #222;
    color: #fff;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    padding: 4px 20px 4px;
}

.abc_list.full > li.curriculum .track ul {
    width: 88%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    /* added below two line */
    list-style: none;
    padding-left: 0;
}

.abc_list.full > li.curriculum .track ul li {
    background: #f7fbfc;
    padding: 14px 24px;
    min-width: 170px;
    flex: 1;
    border-radius: 6px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #454545;
    text-align: left;
}

.abc_list.full > li.curriculum .track ul li:before {
    position: absolute;
    display: block;
    content: "";
    width: 4px;
    height: 38%;
    background-color: #052999;
    border-radius: 2px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 15px;
    right: auto;
}

/**/
.abc_list.full > li.recommend .reco span {
    background: #052999;
}

.abc_list.full > li.recommend .unreco span {
    background: #777;
}

.abc_list.full > li.recommend .reco ul {
    width: 100%;
    margin: 0 auto;
    /* added below 2 lines */
    padding-left: 0;
    list-style: none;
}

.abc_list.full > li.recommend .reco ul li {
    text-align: left;
    padding: 2px 20px 2px 36px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
}

.abc_list.full > li.recommend .reco ul li.bold {
    font-weight: 600;
    text-decoration: underline;
}

.abc_list.full > li.recommend .reco ul li:before {
    position: absolute;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #052999;
    border-radius: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 22px;
    right: auto;
}

/**/
.abc_list.full > li.challenge {
    background: #000;
    text-align: center;
}

.abc_list.full > li.challenge > p {
    color: #fff;
    margin-bottom: 6px;
    font-weight: 600;
}

.abc_list.full > li.challenge > strong {
    color: #fff;
}

.abc_list.full > li.challenge .challenge_box {
    display: flex;
}

.abc_list.full > li.challenge .challenge_box .box_col2 {
    flex: 1;
}

.abc_list.full > li.challenge .challenge_box .items_list_2 {
    margin-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}

.abc_list.full > li.challenge .challenge_box .items_list_2 li {
    width: 100%;
    color: #fff;
    border: 0.4px solid rgb(117, 117, 117);
    background: linear-gradient(
            104.63deg,
            rgb(33, 33, 33) 0%,
            rgb(19, 19, 19) 100%
    );
    border-radius: 6px;
    padding: 6px 10px 6px 36px;
    margin-bottom: 1%;
    min-height: 52px; /* changed it was 60px*/
    display: flex;
    align-items: center;
    flex: auto;
}

.abc_list.full > li.challenge .challenge_box .items_list_2 li:before {
    position: absolute;
    margin: auto;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    top: 0;
    right: auto;
    bottom: 0;
    left: 15px;
    background: url('../img/subImages/icon_diamond.png') no-repeat;
}

@media (max-width: 1024px) {
    .abc_list.full > li.curriculum {
        background-size: cover;
    }

    .abc_list.full > li.curriculum .track,
    .abc_list.full > li.recommend .reco {
        width: 100%;
        margin-bottom: 20px;
    }

    .abc_list.full > li.curriculum .track:last-child,
    .abc_list.full > li.recommend .reco:last-child {
        margin-bottom: 0;
    }

    .abc_list.full > li.challenge .challenge_box {
        flex-direction: column;
    }

    .abc_list.full > li.challenge .challenge_box img {
        width: auto;
        max-width: 100%;
    }

    .table_black.tableB table {
        font-size: 14px;
    }

    .table_black.tableB table th:nth-child(1) {
        width: 24%;
    }

    .table_black.tableB table th:nth-child(2) {
        width: auto;
    }

    .table_black.tableB table td:nth-last-child(-n + 2) {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .abc_list.full > li.recommend .reco ul li {
        font-size: 14px;
        padding: 4px 20px 4px 34px;
    }

    .abc_list.full > li.recommend .reco ul li:before {
        bottom: auto;
        top: 9px;
        width: 4px;
        height: 4px;
    }

    .re_process li > div > strong {
        font-size: 16px;
        margin: 9px 0 0 0;
    }
}

/*abc_list icon*/
.abc_list li:after {
    content: "";
    position: absolute;
    display: block;
    height: 110px;
    margin: auto;
    top: auto;
    right: 0;
    bottom: 12%;
    left: 0;
}

.abc_list li.icon_process:after {
    background: url('../img/subImages/abc_list_icon_process.png') no-repeat center center;
    background-size: contain;
}

.abc_list li.icon_people:after {
    background: url('../img/subImages/abc_list_icon_people.png') no-repeat center center;
    background-size: contain;
}

.abc_list li.icon_apply:after {
    background: url('../img/subImages/abc_list_icon_apply.png') no-repeat center center;
    background-size: contain;
    height: 130px;
}

.abc_list li.icon_recommend:after {
    background: url('../img/subImages/abc_list_icon_recommend.png') no-repeat center center;
    background-size: contain;
}

.abc_list li.icon_round:after {
    background: url('../img/subImages/abc_list_icon_round.png') no-repeat center center;
    background-size: contain;
}

.abc_list li.icon_time:after {
    background: url('../img/subImages/abc_list_icon_time.png') no-repeat center center;
    background-size: contain;
}

.abc_list.full li:after {
    display: none;
}

@media (max-width: 1024px) {
    .bootcamp_tit {
        font-size: 32px;
    }
}

@media screen and (max-width: 768px) {
    .abc_40day > img {
        width: 100%;
    }

    .bootcamp_tit {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .abc_list > li {
        width: 100%;
        min-height: auto;
        height: auto;
        padding: 30px 20px;
        margin-bottom: 15px;
    }

    .abc_list.v2 > li:nth-last-child(-n + 2) {
        width: 100%;
    }

    .abc_list li.icon_apply:after,
    .abc_list > li:after {
        position: static;
        margin-top: 25px;
        height: 60px;
    }

    .abc_list > li > div.border-box .box_col2 {
        text-align: center;
        width: 100%;
    }

    .abc_list > li > strong {
        float: none;
        font-size: 20px;
    }

    .abc_list > li > strong,
    .abc_list > li > div {
        display: block;
        width: 100%;
        text-align: center;
    }

    .abc_list > li > div > p {
        font-size: 14px;
    }

    .abc_list > li.icon_time p {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .abc_list > li.icon_time p span.essential {
    }

    .abc_list.full > li.challenge .challenge_box .items_list_2 li {
        font-size: 14px;
        height: 42px;
    }
}


/* ABC부트캠프 : E */

/* FAQ : S */
.acc_arrow {
    background: url('../img/subImages/bu-openable.png');
    position: absolute;
    top: 43%;
    right: 30px;
    width: 20px;
    height: 11px;
    transition: all 0.4s ease;
}

.accordion {
    width: 100%;
    margin: auto;
    background: #fff;
    /* added this under 2 lines */
    list-style: none;
    padding-left: 0;
    padding-top: 20px;
}

.accordion .acc_title {
    position: relative;
    padding: 28px 25px ;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.accordion .acc_title > i {
    margin-right: 25px;
    display: inline-block;
    text-align: center;
    transition: 0.4s ease;
    font-size: 28px;
    /* below line added */
    font-style: normal;
    color: #052999;
    font-family: Helvetica;
    font-weight: 600;
}

.accordion > li {
    /* border-bottom: 1px solid #ddd; */
    transition: all 0.2s;
    text-align: left;
}
/* 
.accordion > li.show {
    border-bottom: 1px solid #f9f9f9;
} */

.accordion > li.show .acc_title > i {
}

.accordion > li.show .acc_arrow {
    transform: rotate(180deg);
}

.accordion > li.show .acc_title {
}

.accordion > li.show .acc_content {
    max-height: 500px;
}

.accordion > li .acc_content {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease;
    background: #f0f4fa;
    font-size: 18px;
    font-family: 'pretendard-500';
    color: #555;
    font-weight: 500;
}

.accordion > li .acc_content > pre {
    position: relative;
    padding: 25px 20px 25px 90px;
    border-top: 0;
    background: #f9f9f9;
    white-space: pre-wrap;
    word-break: break-word;
    /* added below line */
    margin-block: 0;
    font: inherit;
}

.accordion > li .acc_content > pre > i {
    position: absolute;
    left: 40px;
    top: 21px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    color: #ffffff;
    background: #6f8ce8;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    font-family: Helvetica;
    font-weight: 500;
    font-size: 18px;
    min-width: 32px;
    /* added below line */
    font-style: normal;
}

.accordion > li .acc_content a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    transition: all 0.25s ease-in-out;
}

.accordion > li .acc_content a:hover {
    background: #b63b4d;
    color: #fff;
}

.accordion > li .acc_content a.none-css {
    display: inline-block;
    text-decoration: none;
    color: -webkit-link;
    padding: 0px;
    transition: all 0.25s ease-in-out;
}

.accordion > li .acc_content a.none-css:hover {
    background: transparent;
    color: -webkit-link;
}

@media screen and (max-width: 768px) {
    .acc_arrow {
        right: 16px;
        top: 45%;
        width: 13px;
        height: 7px;
        background-size: contain;
    }

}

/* FAQ : E */
/* ABC 스토리 : S */
.boardtype {
    position: relative;
    display: flex;
    margin-bottom: 2.2em;
    justify-content: center;
}

.boardtype .tabs {
    display: flex;
    position: relative;
    background-color: #fff;
    border-radius: 99px;
}

.boardtype .tabs * {
    z-index: 1;
}

.boardtype input[type="radio"] {
    display: none;
}

.boardtype .tab-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 50px;
    font-size: 20px;
    font-family: 'pretendard-600';
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.1s ease-in;
    margin: 0 5px;
    color: #565656;
    border: 1px solid #ddd;
    position: relative;
}

.boardtype input[type="radio"]:checked + label {
    color: #fff;
    background: #052999;
    border: 1px solid transparent;
}

.boardtype input[type="radio"]:checked + label.tab-link:before {
    display: block;
}

.faq_tab_nav {
    display: flex;
    border-bottom: 1px solid #e6e6e6;
}

.faq_tab_nav .tab-btn {
    padding: 28px 22px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 700;
    color: #989898;
    position: relative;
    transition: color 0.3s;
}

.faq_tab_nav .tab-btn.active {
    color: #222;
}

.faq_tab_nav .tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #052999;
}

@media screen and (max-width: 1080px) {
    .faq_tab_nav .tab-btn {
        padding: 20px 18px;
        font-weight: 700;
        color: #989898;
        position: relative;
        transition: color 0.3s;
        font-size: 1.5rem;
    }
    .accordion .acc_title {
        padding: 24px 18px;
        font-size: 18px;
    }
    .accordion .acc_title > i {
        margin-right: 20px;
        font-size: 24px;
    }
    .accordion > li .acc_content > pre {
        padding: 25px 20px 25px 70px;
    }
    .accordion > li .acc_content > pre > i {
        left: 24px;
    }
}
@media screen and (max-width: 760px) {
    .faq_tab_nav .tab-btn {
        font-size: 1.35rem;
    }
    .faq_tab_nav {
        width: 100%;
        overflow-x: scroll;
    }
    .accordion .acc_title {
        padding: 22px 18px;
        font-size: 16px;
    }
    .accordion .acc_title > i {
        margin-right: 18px;
        font-size: 22px;
    }
    .accordion > li .acc_content {
        font-size: 16px;
    }
    .accordion > li .acc_content > pre {
        padding: 25px 20px 25px 60px;
    }
    .accordion > li .acc_content > pre > i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-weight: 500;
        font-size: 16px;
        min-width: 30px;
        left: 20px;
        top: 18px;
    }
}
@media screen and (max-width: 500px) {
    
    .faq_tab_nav .tab-btn {
        padding: 18px 10px;
        font-size: 1.2rem;
    }
    .accordion {
        padding-top: 5px;
    }
    .accordion .acc_title {
        padding: 20px 16px;
        font-size: 16px;
    }
    .accordion .acc_title > i {
        margin-right: 18px;
        font-size: 22px;
    }
    .accordion > li .acc_content {
        font-size: 16px;
    }
    .accordion > li .acc_content > pre {
        padding: 25px 20px 25px 60px;
    }
    .accordion > li .acc_content > pre > i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-weight: 500;
        font-size: 16px;
        min-width: 30px;
        left: 20px;
        top: 18px;
    }
}


/* checkbox desired */
.checkboxContainer {
    display: flex;
}

.checkboxContainer .checkboxItem input {
    /*margin-right: 5px;*/
    margin: 0;
}

.checkboxItem {
    /*position: relative;*/
    display: flex;
    align-items: center;
}

.checkboxItem input[type="checkbox"] {
    accent-color: #052999; /* Custom color for the checkbox */
    /*margin-left: 10px;*/
}

.checkboxItem label {
    cursor: pointer;
    transition: color 0.3s ease;
    width: max-content;
}


/* checkbox */


/*.boardtype input[id=radio-1]:checked ~ .glider {transform: translateX(0);}*/
/*.boardtype input[id=radio-2]:checked ~ .glider {transform: translateX(100%);}*/
/*.boardtype input[id=radio-3]:checked ~ .glider {transform: translateX(200%);}*/
/*.boardtype .glider {position: absolute; display: flex; height: 40px; width: 120px; background-color: #052999;  z-index: 0; border-radius: 99px; transition: 0.25s ease-out;}*/
.boardWrap {
    margin: 0 auto;
}

.boardWrap .tab-content {
    display: none;
}

.boardWrap .tab-content.current {
    display: block;
    width: 100%;
    font-family: "Pretendard";
}

.boardWrap .tab-content.current .footer_btn .btn_gray {
    background: #111;
    padding: 4px 70px 5px;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    
    .boardWrap .tab-content.current {
        padding: 10px 20px 30px;
    }
}

/* 게시판 정보 및 상세 검색 */
.bd_category {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 10px 0 10px 0;
}

.bd_category .bd_info {
    position: relative;
    margin: 10px 0;
    line-height: 15px;
    color: #515151;
    font-size: 15px;
    font-weight: 400; /*width: 40%;*/
    display: inline-block;
}

.bd_category .bd_info > span:first-child {
    display: inline-block;
    position: relative;
    margin-right: 8px;
    padding-right: 16px;
}

.bd_category .bd_info > span:first-child:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #515151;
}

.bd_category .bd_info > span > strong {
    color: #09504b;
    padding: 0 3px;
}

/* srch box */
.bd_srch_box {
    display: inline-block; /*width: 60%;*/
    float: right;
}

.bd_srch_box .form_sel {
    max-width: 160px;
    padding-left: 5px;
    border: 1px solid #ddd;
    padding-right: 21px;
    /*background-image: url(../images/sub/bu_arrow-select.png);*/
    background-repeat: no-repeat;
    background-position: 99% 50%;
    font-family: inherit;
    font-size: 14px;
}

.bd_srch_box .form_inp {
    display: inline-block;
    max-width: 170px; /*margin-right: 10px;*/
}

.bd_srch_box .form_inp input {
    font-size: 14px;
    height: 100%;
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.bd_srch_box .form_sel,
.bd_srch_box .form_inp,
.bd_srch_box .common_btn {
    height: 40px;
    vertical-align: middle;
    border-radius: 5px;
}

.bd_srch_box .common_btn {
    width: 80px;
    line-height: 39px;
    font-size: 14px;
    color: #fff;
    font-weight: 200;
    border: 1px solid #0c8980;
    background: #0c8980;
}

.bd_srch_box .common_btn:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 15px;
    /*background: url("../images/sub/srh_icon.png") no-repeat right center;*/
    position: relative;
    top: 2px;
    right: 3px;
}

@media screen and (max-width: 768px) {
    .bd_srch_box .form_sel,
    .bd_srch_box .form_inp,
    .bd_srch_box .common_btn {
        height: 30px;
        width: 100%;
        max-width: inherit;
        font-size: 0.875rem;
    }

    .bd_srch_box .common_btn {
        height: 30px;
        line-height: 29px;
        width: 100%;
        margin: 0;
    }

    .bd_srch_box {
        display: block;
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .bd_srch_box .form_sel {
        margin: 0 0 5px 0;
    }

    .bd_srch_box .form_inp {
        margin: 0 0 5px 0;
    }

    .bd_srch_box .form_inp input {
        font-size: 0.875rem;
    }

    .bd_srch_box .common_btn:after {
        top: 3px;
        margin-left: 2px;
    }
}

/* 게시판 정보 및 상세 검색: End */
/* paging */
.paging {
    margin: 30px 0;
    text-align: center;
}

.paging a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px; /*border: 1px solid #dedede;*/
    vertical-align: top;
    margin: 0 2px;
    border-radius: 5px;
    color: #666;
}

.paging a.prev {
    /*background: url("../images/sub/prev.png") no-repeat center;*/
}

.paging a.prev_first {
    /*background: url("../images/sub/prev_first.png") no-repeat center;*/
}

.paging a.next {
    /*background: url("../images/sub/next.png") no-repeat center;*/
}

.paging a.next_last {
    /*background: url("../images/sub/next_last.png") no-repeat center;*/
}

.paging ul {
    display: inline-block;
}

.paging ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.paging ul li a {
    font-size: 0.8em;
    border: 0;
}

.paging ul li.active a {
    background: #313131;
    color: #fff;
}

.paging .num {
    display: none;
}

@media screen and (max-width: 999px) {
    .paging {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .paging a {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        vertical-align: top;
        margin: 0 2px;
    }

    .paging a.prev {
        /*background: url("../images/sub/prev.png") no-repeat center;*/
    }

    .paging a.prev_first {
        /*background: url("../images/sub/prev_first.png") no-repeat center;*/
    }

    .paging a.next {
        /*background: url("../images/sub/next.png") no-repeat center;*/
    }

    .paging a.next_last {
        /*background: url("../images/sub/next_last.png") no-repeat center;*/
    }

    .paging ul {
        display: none;
    }

    .paging .num {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin: 0 37px;
        font-size: 16px;
        color: #888;
    }

    .paging .num span {
        color: #222;
    }
}

/* paging: End */
.tagall {
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 2em;
    text-align: left;
}

.tagall .tagWrap {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    /*	border: 1px solid #e5e5e5;	border-radius: 50px;padding: 5px 7px;*/
}

.tagall .tagWrap > li {
    display: inline-block;
    margin: 0.1em 0;
    font-weight: 400;
}

.tagall .tagWrap > li > a {
    display: block;
    color: #888;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 18px;
}
.tagall .tagWrap > li > a:hover, .tagall .tagWrap > li > a:active {
    color: #222;
    background-color: #F6F6F6;
    font-weight: 500;
}

.tagall .tagWrap > li > a.choice {
    color: #222;
    background-color: #F6F6F6;
    font-weight: 500;
}

.photoboard .list {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3em;
}

.photoboard .list > li:nth-child(3n) {
    padding-right: 0;
}

.photoboard .inner {
    display: block;
    position: relative;
}

/*.photoboard .inner::before {content: ''; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; border: 1px solid #e0e0e0;}*/
.photoboard .inner:hover .li-img img {
    transform: scale(1.1);
}

.photoboard .list > li {
    float: left;
    border-collapse: collapse;
    list-style: none;
    height: fit-content;
}


.photoboard .li-img {
    display: block;
    position: relative;
    top: 0;
    overflow: hidden;
    width: 100%;
    min-height: 300px;
    background-color: #f1f1f1;
    border-radius: 12px;
}

.photoboard .li-img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto;
    border: none;
    transition: all 0.3s;
    border: 1px solid #EEE;
    box-shadow: 0px 2px 10px 0px #EEEAF9;
}

.photoboard .li-text {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1.4em 0;
    color: #333;
    font-family: "Pretendard";
}


.photoboard .li-head {
    margin: 0;
    font-weight: 700;
    min-height: 55px;
    font-size: 22px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.photoboard .li-summary {
    word-wrap: break-word;
    margin:  1em 0 0.6em 0 ;
    min-height: 37px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #666;
}

.photoboard .li-date {
    font-size: 0.9em;
    color: #aeaeae;
}

.li-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 6px;
    margin-bottom: 1.5em;
}
.li-tag > li {
    display: inline-block;
    color: #333;
    padding: 6px 10px;
    background-color: rgba(5, 41, 153, 0.05);
    border-radius: 4px;
    font-size: 14px;
    font-family: 'pretendard-500';
    margin: 0.1em 0;
}


@media (max-width: 1200px) {
    .photoboard .list  {
        gap: 1em;
    }
}
@media (max-width: 1024px) {
    .tagall .tagWrap {
        border-radius: 10px;
        padding: 6px 6px;
    }

    .tagall .tagWrap > li > a {
        padding: 0.3em 1em;
    }

    

}

@media (max-width: 768px) {
    .boardtype {
        margin-bottom: 1em;
        justify-content: center;
    }

    .tagall .tagWrap > li > a {
        font-size: 0.8em;
    }
    .photoboard .list  {
        grid-template-columns: repeat(2, 1fr);
    }

    .photoboard .li-head {
        min-height: auto;
        margin-bottom: 12px;
    }

    .li-tag > li {
        font-size: 0.9em;
    }

    .photoboard .li-summary {
        font-size: 15px;
    }
    .photoboard .li-img {
        min-height: 200px;
    }
}

@media (max-width: 500px) {
    .photoboard .list  {
        grid-template-columns: 1fr;
    }
}

/* sub_게시판 상세 */
.board_view {
    margin: 20px 0;
    border-bottom: 1px solid #dedede;
}

.board_view .board_viewTit {
    text-align: left;
    border-top: 2px solid #111111;
}

.board_view .board_viewTit > strong {
    display: block;
    margin: 30px 20px;
    font-size: 26px;
    color: #000;
    font-weight: 500;
    line-height: 1.4;
}

.board_view .bd_attr_list {
    font-size: 0;
    line-height: 0;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 20px 0px;
}

.board_view .bd_attr_list li {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.3;
    color: #888;
}

.board_view .bd_attr_list li:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 12px;
    margin-top: -7px;
    background-color: #aeaeae;
}

.board_view .bd_attr_list li:last-child::after {
    display: none;
}

.board_view .bd_attr_list li span.wait {
    padding: 4px 18px;
}

.board_view .bd_attr_list li span.finish {
    padding: 4px 18px;
}

.board_view .answer_box {
    padding: 35px;
    background: #f8fcff;
    border-top: 2px solid #1c88f7;
    border-bottom: 1px solid #dedede;
    font-size: 0;
}

.board_view .answer_box > span {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #1d87f7;
    border-radius: 50%;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
}

.board_view .answer_box > div {
    display: inline-block;
    width: calc(100% - 70px);
    margin-left: 30px;
}

.board_view .answer_box > div p {
    font-size: 16px;
}

.board_view .answer_box > div .bd_attr_list {
    margin-top: 20px;
}

.board_view .answer_box > div .bd_attr_list li {
    padding: 0 20px 0 25px;
    color: #888;
}

.board_view .answer_box > div .bd_attr_list li:after {
    right: 9px;
}

.board_view .board_con {
    padding: 40px 0px;
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}

.board_view .board_con img{
    height: 100% !important;
    width: 100% !important;
}

.board_view .board_con .view_images {
    text-align: center;
}

.board_view .board_con .view_images img {
    padding: 0.5em 0;
    display: block;
    margin: 0 auto;
}

.board_view .board_downMove {
    display: flex;
    align-items: center;
    border: 1px solid #d4d4d4;
    border-left-width: 0;
    border-right-width: 0;
    padding: 7px 0;
}

.board_view .board_downMove li {
    flex: 1;
    display: flex;
    align-items: center;
    width: 50%;
}

.board_view .board_downMove li.prev_page {
}

.board_view .board_downMove li.prev_page b {
    margin-right: 10px;
}

.board_view .board_downMove li.next_page {
}

.board_view .board_downMove li.next_page b {
    margin-left: 10px;
}

.board_view .board_downMove li b {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    background: #f5f5f5;
    border-radius: 5px;
    text-align: center;
}

.board_view .board_downMove li b:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 8px;
    position: relative;
    top: -3px;
    left: 15px;
}

.board_view .board_downMove li:last-child {
    flex-direction: row-reverse;
}

.board_view .board_downMove li:last-child a {
    text-align: right;
}

.board_view .board_downMove li.prev_page b:after {
    /*background: url("../images/sub/prev_w.png") no-repeat center;*/
    display: none;
}

.board_view .board_downMove li.next_page b:after {
    /*background: url("../images/sub/next_w.png") no-repeat center;*/
    display: none;
}

.board_view .board_downMove li a {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0;
    font-size: 15px;
    text-overflow: ellipsis;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
    text-align: left;
}

.board_view .board_downMove li a.btns {
}

.board_view .board_downMove li a:hover {
    color: #052999;
    text-decoration: underline;
}

.board_view .board_downMove li a.next_none {
    color: #888;
}

.board_view .board_downMove li a em {
    position: relative;
    padding-left: 37px;
}

.board_view .board_downMove li a em span {
    color: #888;
}

.board_con .sub_btn01 {
    padding: 5px 10px;
    background: #ddd;
    border-radius: 5px;
    display: inline-block;
}

.board_con .sub_btn01:hover {
    background: #666;
    color: #fff;
}

.board_view .file_up {
    /*	border-bottom: 1px solid #dedede; border-top: 1px solid #dedede; */
    padding: 10px 15px;
    position: relative;
    background: #f9fafb;
    margin-bottom: 20px;
    font-size: 14px;
}

.board_view .file_up .btn-file {
    display: block;
    /*	padding: 12px 0;*/
}

.board_view .file_up .btn-file em {
    position: relative;
    padding-left: 20px;
    font-style: normal;
}

.board_view .file_up .btn-file em:before {
    content: "";
    display: block;
    width: 16px;
    height: 14px;
    /*background: url(../images/sub/icon_file.png) no-repeat center;*/
    background-size: contain;
    position: absolute;
    top: 1px;
    left: 0;
}

.board_view .file_up a {
    color: #333;
    font-weight: 300;
}

.board_view .file_up a:hover {
    color: #666666;
    text-decoration: underline;
}

.board_view .file_up .btn-file > em > span {
    color: #333;
    margin-left: 10px;
}

.board_view .tag-box {
    display: block;
}

.board_view .li-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 6px;
    margin-bottom: 1.5em;
    margin-top: 1em;
   
}

.board_view .li-tag > li {
    display: inline-block;
    color: #333;
    padding: 6px 10px;
    background-color: rgba(5, 41, 153, 0.05);
    border-radius: 4px;
    font-size: 14px;
    font-family: 'pretendard-500';
    margin: 0.1em 0;
}

.font18 {
    font-size: 18px;
}

.bold {
    font-weight: bold;
}

.board_view > .board_con > strong {
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .board_view .board_con img {
        width: auto !important;
        height: auto !important;
    }
}

@media screen and (max-width: 768px) {
    .board_view {
        margin-top: 20px;
    }

    .board_view .bd_attr_list li {
        font-size: 0.875rem;
        padding: 0 20px 0 30px;
        margin-top: 5px;
    }

    .board_view .bd_attr_list li span.wait {
        padding: 2px 9px;
    }

    .board_view .bd_attr_list li span.finish {
        padding: 2px 9px;
    }

    .board_view .board_viewTit > strong {
        font-size: 20px;
    }

    .board_view .board_viewTit b {
        font-size: 1.25rem;
    }

    .board_view .answer_box {
        padding: 20px 15px;
    }

    .board_view .answer_box span {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 16px;
    }

    .board_view .answer_box div {
        width: calc(100% - 55px);
        margin-left: 15px;
    }

    .board_view .answer_box div p {
        font-size: 0.875rem;
    }

    .board_view .board_con {
        padding: 30px 0;
        font-size: 0.875rem;
    }

    .board_view .board_downMove li {
        width: 100%;
    }

    .board_view .board_downMove li b {
        width: 110px;
        line-height: 50px;
        height: 50px;
        font-size: 0.875rem;
    }

    .board_view .board_downMove li b:after {
        top: -2px;
        left: 8px;
    }

    .board_view .board_downMove li a {
        width: 100%;
        padding: 0;
        font-size: 0.875rem;
        max-width: 100%;
    }

    .board_view .board_downMove li a.link {
        display: none;
    }

    .board_view .board_downMove li a.no-post {
        display: none;
    }

    .board_view .board_downMove li.prev_page b:after {
        /*background: url("../images/sub/prev_w.png") no-repeat center;*/
        background-size: 12px;
    }

    .board_view .board_downMove li.next_page b:after {
        /*background: url("../images/sub/next_w.png") no-repeat center;*/
        background-size: 12px;
    }

    .board_view .file_up .btn-file {
        line-height: 1.8;
        font-size: 0.875rem;
        padding: 5px 0;
    }

    .board_view .file_up .btn-file em {
        position: relative;
        padding-left: 24px;
    }

    .board_view .file_up .btn-file em:before {
        background-size: 14px;
        top: -2px;
        left: -5px;
    }

    .board_view .li-tag > li {
        padding: 8px 16px;
        font-size: 13px;
        margin: 4px 0;
    }
}

/* sub_게시판 상세: End */
/* ABC 스토리 : E */

/* 데이터피커 :S */
.search-date.date_lg {
    max-width: none;
}

.search-date {
    display: inline-block;
    min-width: 12%;
    max-width: 130px;
    vertical-align: middle;
}

.search-date span {
    display: block;
    padding: 0;
    height: 35px;
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    border-radius: 5px;
    height: 40px;
}

.search-date span > * {
    vertical-align: middle;
}

.search-date input[type="text"] {
    display: inline-block;
    width: calc(100% - 35px);
    margin: 0;
    padding: 0 0 0 10px;
    border: none;
    background-color: #fff;
    line-height: 32px;
    font-size: 14px;
    border-radius: 5px;
    height: 38px;
}

.search-date button {
    display: inline-block;
    width: 30px;
    height: 32px;
    margin: 0;
    padding: 0;
    border-right: 1px solid #ddd;
    border: 0;
    background: #fff;
}

.search-date button .date_calender {
    background: url('../img/subImages/icon_calendar.png');
    width: 20px;
    height: 20px;
    display: inline-block;
}

textarea {
    font: inherit;
    line-height: 1.8;
}

.form_wrap_lg .form-control {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px;
}

.form_wrap_lg .non-resize {
    resize: none;
    padding: 10px;
}

.search_tit {
    font-weight: 600;
    font-size: 14px;
    margin-right: 5px;
}

.datepickerWrap > input:focus,
.datepickerWrap > button:focus {
    outline: 0;
}

@media screen and (max-width: 768px) {
    .search-date {
        max-width: 100%;
        width: 100%;
        margin: 0 0 5px 0;
    }

    .search-date span {
        height: 40px;
    }

    .search-date input[type="text"] {
        height: 37px;
    }

    .search-date button {
        height: 29px;
    }
}

/* 데이터피커 : E*/

/* 스윗알람 : S */
.swal2-header .swal2-title {
    font-size: 24px;
}

.swal2-content .swal2-html-container {
    font-size: 16px;
    word-break: keep-all;
}

.swal2-content .swal2-input {
    height: 35px;
    padding: 10px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.swal2-content .swal2-input:focus {
    border: 1px solid #052999;
    box-shadow: none;
}

.swal2-actions .swal2-styled.swal2-confirm {
    background-color: #3A6BEA;
    font-size: 16px;
    height: 40px;
    border-radius: 5px;
}

.swal2-actions .swal2-styled.swal2-cancel {
    font-size: 16px;
    height: 40px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .swal2-header .swal2-title {
        font-size: 18px;
    }

    .swal2-content .swal2-html-container,
    .swal2-content .swal2-input,
    .swal2-actions .swal2-styled.swal2-confirm {
        font-size: 14px;
    }
}

/* 스윗알람 : E */

/* application : S */
.box_info {
    margin: 0.4rem 0 0.4em 0;
    background-color: #f9f9f9;
    color: #333;
    padding: 1rem 1.4rem;
    font-size: 15px;
    line-height: 1.8rem;
}

.box_info > p {
    margin-left: 17px;
    color: #666;
    word-break: keep-all;
}

/* application : E */

.usr_biz_radio {
    width: 0px;
    height: 0px;
    position: absolute;
}

.radio_box,
.insu_box {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #d4d4d4;
    top: 3px;
}

.radio_box.act,
.insu_box.act {
    background-color: #052999;
    border: none;
}


/* employ_system */
.radio_box,
.insu_box,
.employ_system_partici_box,
.unemploy_benefit_box {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #d4d4d4;
    top: 3px;
}

.radio_box.act,
.insu_box.act,
.employ_system_partici_box.act,
.unemploy_benefit_box.act {
    background-color: #052999;
    border: none;
}

.prog_lang {
    width: 300px;
    height: 35px;
}

.mr-2 {
    margin-right: 10px;
}

.ml-1 {
    margin-left: 0.8rem;
}

.br-1 {
    border-right: 1px solid #d4d4d4;
}

.typeWrap {
    display: inline-block;
}

.typeBox {
    display: flex;
    height: 35px;
    width: auto;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    overflow: hidden;
}

.bizType,
.majorType,
.progType,
.genderType,
.progEx,
.progLang {
    padding: 0px 10px;
    height: 100%;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bizType.act,
.majorType.act,
.progType.act,
.progEx.act,
.genderType.act,
.progLang.act {
    background-color: #018041;
    color: #fff;
}

/* 교육신청리스트 */
.sub_section2 {
}

.sub_section2 .adu-list-wrap {
}

.sub_section2 .adu-list-wrap ul {
    display: flex;
    flex-wrap: wrap;
    /*    justify-content: space-between;*/
    margin-bottom: 60px;
}

.sub_section2 .adu-list-wrap ul li {
    width: 31%;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    text-align: left;
    border: 1px solid rgba(19, 146, 126, 0);
    transition: all 0.2s;
    margin-right: 38px;
    /* added below line */
    list-style: none;
}

.sub_section2 .adu-list-wrap ul li:nth-child(3n) {
    margin-right: 0;
}

.sub_section2 .adu-list-wrap ul li a {
    color: #000;
    display: block;
}

.sub_section2 .adu-list-wrap ul li .adu-list-text {
    padding-bottom: 40px;
}

.sub_section2 .adu-list-wrap ul li .adu-list-text .tit {
    border-bottom: 1px solid #eee;
    min-height: 130px;
    display: flex;
    align-items: center;
}

.sub_section2 .adu-list-wrap ul li .adu-list-text .tit p {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    padding: 0 20px;
}

.sub_section2 .adu-list-wrap ul li .adu-list-text .tit p span.edu_nm {
    font-size: 0.95rem;
    font-weight: 500;
    color: #555;
}

.sub_section2 .adu-list-wrap ul li .adu-list-text .btm {
    padding: 25px 20px 30px 20px;
}

.sub_section2 .adu-list-wrap ul li .adu-list-text .btm .info {
    margin-bottom: 12px;
}

.sub_section2 .adu-list-wrap ul li .adu-list-text .btm .info:nth-child(2) {
    margin-bottom: 0;
}

.sub_section2 .adu-list-wrap ul li .adu-list-text .btm p {
    font-size: 13px;
    color: #333;
    background: #f5f5f5;
    padding: 1px 7px 1px;
    font-weight: 600;
    display: inline-block;
    border-radius: 8px;
    /*margin-bottom: 2px;*/
    /* changed to below line  */
    margin-bottom: 5px;
}

.sub_section2 .adu-list-wrap ul li .adu-list-text .btm .date {
    font-size: 14px;
    color: #333;
    position: relative;
    padding-left: 17px;
}

.sub_section2 .adu-list-wrap ul li .adu-list-text .btm .date:after {
    position: absolute;
    content: "";
    background: url("../img/subImages/arrow.png") no-repeat center;
    /*top: 8px;*/
    /*changed to below*/
    top: 4px;
    left: 0;
    width: 11px;
    height: 9px;
}

.sub_section2 .adu-list-wrap ul li .adu-list-text .btn-adu {
    padding: 6px 20px 6px 20px;
    background: #fff;
    width: 88%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.2s;
}

.sub_section2 .adu-list-wrap ul li.btn-green .adu-list-text .btn-adu {
    border: 1px solid #052999;
    color: #052999;
}

.sub_section2 .adu-list-wrap ul li.btn-blue .adu-list-text .btn-adu {
    border: 1px solid #287dcc;
    color: #287dcc;
}

.sub_section2 .adu-list-wrap ul li.btn-gray .adu-list-text .btn-adu {
    border: 1px solid #666666;
    color: #666666;
}

.ellipsis {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
    display: block;
}

/* srch box */
.bd_srch_box2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.bd_srch_box2 .bd_info span {
    font-size: 15px;
    color: #565656;
}

.bd_srch_box2 .bd_info span strong {
    font-weight: 600;
}

.bd_srch_box2 .form_inp {
    width: 400px;
    height: 50px;
    position: relative;
    border-radius: 10px;
    background: #F3F5FA;
    display: flex;
    align-items: center;
}

.bd_srch_box2 .form_inp .form_sel {
    margin-left: 10px;
    padding: 16px 10px 15px 10px;
    background: transparent;
    border: none;
    position: relative;
}

.bd_srch_box2 .form_inp select.form_sel {
    -webkit-appearance: none; /* for chrome */
    -moz-appearance: none; /*for firefox*/
    appearance: none;
    height: auto;
    background: url("../img/subImages/bu_arrow-select.png") no-repeat 110% 50%;
    width: 70px;
}

.bd_srch_box2 .form_inp input {
    font-size: 17px;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    padding: 5px 60px 5px 30px;
    background: #F3F5FA;
    
}

.bd_srch_box2 .common_btn {
    position: absolute;
    content: "";
    width: 70px;
    height: 50px;
    background: url("../img/subImages/srh_icon.svg") no-repeat center center;
    background-size: 24px 24px;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: auto;
}

/*사이즈 992px 이상일때 hover 효과 적용*/
@media screen and (min-width: 992px) {
    .sub_section2 .adu-list-wrap ul li:hover.btn-green {
        border: 1px solid rgba(19, 146, 126, 1);
    }

    .sub_section2 .adu-list-wrap ul li:hover.btn-blue {
        border: 1px solid rgba(40, 125, 204, 1);
    }

    .sub_section2 .adu-list-wrap ul li:hover.btn-gray {
        border: 1px solid rgba(102, 102, 102, 1);
    }

    .sub_section2 .adu-list-wrap ul li:hover.btn-green .adu-list-text .btn-adu {
        background: #052999;
        color: #fff;
    }

    .sub_section2 .adu-list-wrap ul li:hover.btn-blue .adu-list-text .btn-adu {
        background: #287dcc;
        color: #fff;
    }

    .sub_section2 .adu-list-wrap ul li:hover.btn-gray .adu-list-text .btn-adu {
        background: #666666;
        color: #fff;
    }
}

@media screen and (max-width: 991px) {
    .sub_section2 .adu-list-wrap ul li {
        width: 100%;
        margin-right: 0;
    }

    .sub_section2 .adu-list-wrap ul li .adu-list-text {
        padding-bottom: 30px;
    }

    .sub_section2 .adu-list-wrap ul li .adu-list-text .tit {
        font-size: 18px;
        padding: 20px 20px 15px 20px;
    }

    .sub_section2 .adu-list-wrap ul li .adu-list-text .btm {
        padding: 20px;
    }

    .sub_section2 .adu-list-wrap ul li .adu-list-text .btm p {
        font-size: 13px;
    }

    .sub_section2 .adu-list-wrap ul li .adu-list-text .btm .date {
        font-size: 13px;
    }

    .sub_section2 .adu-list-wrap ul li .adu-list-text .btn-adu {
        width: auto;
        margin: 0 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .bd_srch_box2 {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .bd_srch_box2 .bd_info span {
        font-size: 13px;
    }

    .bd_srch_box2 .form_inp {
        width: 100%;
        height: 45px;
        margin-bottom: 20px;
    }

    .bd_srch_box2 .form_inp select.form_sel {
        font-size: 12px;
    }

    .bd_srch_box2 .form_inp input {
        padding: 5px 58px 5px 20px;
        font-size: 13px;
    }

    .bd_srch_box2 .common_btn {
        height: 45px;
        width: 58px;
    }

    .sub_section2 .adu-list-wrap ul li .adu-list-text .btm p {
        padding: 5px 7px 5px;
        margin-bottom: 4px;
    }

    .sub_section2 .adu-list-wrap ul li .adu-list-text .btm .date:after {
        top: 4px;
    }
}

.con_box.about_skill_box {
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
}

.about_skill_box .about_str_box {
    width: 470px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.about_skill_box .about_str_box .txt_1 {
    text-align: left;
    color: #171414;
    font-size: 16px;
    margin-block: 0;
}

.about_skill_box .about_str_box img {
    margin-bottom: 30px;
}

.about_skill_box .about_str_box .tit_1 {
    margin-bottom: 20px;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    margin-top: 0;
}

.other.bg_other {
    background-color: #f5f5f5;
}

.other.bg_other .con_box .sub_section {
    padding: 0 !important;
}

.other.bg_other .bootcamp_tit {
    margin-bottom: 89px;
}

.other.bg_other .mb_title {
    margin-bottom: -145px;
    width: auto;
    flex: auto;
    max-width: 250px;
}

.other.bg_other .sub_section.circle.img_section {
    max-width: 528px;
    width: 528px;
}

.other.bg_other .con_box {
    gap: 28px;
}

.tab_block {
    display: none;
}

.tab_none {
    display: block;
}

.other.bg_other.bg_none {
    background-color: #ffffff;
}



@media (max-width: 991px) {
    .info_box_thumbnail {
        display: block;
    }

}

@media screen and (max-width: 1060px) {
    .con_box.about_skill_box {
        gap: 0px;
        row-gap: 70px;
    }

    .about_skill_box .about_str_box {
        width: 47%;
    }
}

@media screen and (max-width: 1024px) {
    .con_box.about_skill_box {
        flex-direction: row;
    }

    .other.bg_other .mb_title {
        margin-bottom: 0;
    }

    .tab_block {
        display: block;
    }

    .tab_none {
        display: none;
    }

    .other.bg_other .con_box .sub_section.circle {
        align-items: center;
    }

    .other.bg_other .bootcamp_tit {
        margin-bottom: 40px;
    }

    .other.bg_other .con_box .sub_section.circle.mb_title {
        width: 100% !important;
        max-width: none !important;
    }
}

@media screen and (max-width: 768px) {
    .con_box.about_skill_box {
        flex-direction: column;
    }

    .about_skill_box .about_str_box {
        width: 100%;
    }

    .other.bg_other .sub_section.circle.img_section {
        max-width: none;
        width: 90%;
    }

    .other.bg_other .con_box .sub_section.circle.mb_title {
        width: 100% !important;
        max-width: none !important;
    }
}

/* ABC 교육 디테일 */
.edu_detail_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.edu_detail_box {
    width: 100%;
    margin-top: 45px;
}

/*.edu_detail_box img:nth-of-type(1),*/
/*.edu_detail_box img:nth-of-type(2) {*/
/*    width: 30px;*/
/*    height: 35px;*/
/*}*/
.edu_detail_wrap .edu_title {
    font-size: 34px;
}
.edu_detail_wrap .li-tag {
    display: flex;
    gap: 8px;
}
.edu_detail_wrap .li-tag > li{
    color: #4e9dff;
    font-size: 17px;
    border-radius: 4px;
}
.edu_detail_wrap .info_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 117px;
    margin-bottom: 30px;
}
.edu_detail_first_box {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.edu_border {
    box-sizing: border-box;
    text-align: left;
}

.edu_detail_title_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    flex: auto;
}
.edu_detail_img {
    width: fit-content;
    flex: none;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eee;
}

.edu_detail_img img {
    width: 320px;
    height: 320px;
}
.edu_content_title {
    display: flex;
    gap: 12px;
    font-size: 1.875rem;
    font-family: 'Pretendard-700';
    font-weight: 700;
    margin-bottom: 20px;
}
.edu_textbox {
    padding: 30px 20px;
    border: 1px solid #dee2e6;
}



.edu_btn {
    width: 100%;
    border-radius: 6px;
    background: linear-gradient(90deg, #0844FF 0%, #052999 100%);
    color: #ffffff;
    border-radius: 5px;
    height: 55px;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.3s;
}
.edu_btn:hover {
    background: linear-gradient(90deg, #052999 0%, #041e70 100%);
}
.edu_btn_disable {
    background: #dadada;
    color: #A3A3A3;
    pointer-events : none;
}
.edu_btn_disable:hover {
    background: #dadada;
}


.info_box {
    width: 100%;
}

.edu_classification {
    margin-bottom: 5px;
}

.edu_title {
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 3em;
    word-break: break-word;
    min-width: 0; /* 텍스트가 부모 컨테이너를 넘어가지 않도록 함 */
}

.edu_detail_line {
    width: 100%;
    margin: 30px 0;
    border-bottom: 1px solid #222222;
}

.edu_ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 100px;
}

.edu_ul li {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    height: 50px;
}

.edu_ul li:last-child {
    border-bottom: none;
}

.edu_dot {
    background-color: #D2D9DF;
    min-width: 6px !important;
    min-height: 6px !important;
    border-radius: 51%;
    margin-right: 8px;
    display: inline-flex;
}

.edu_sub_title {
    color: #898989;
    font-size: 18px;
}
.edu_sub_info {
    color: #666666;
    font-size: 18px;
    /*    text-align added testing education */
    text-align: start;

}

.edu_detail_wrap .edu_ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 100px;
    margin: 14px 0;
    padding: 20px;
    background-color: rgb(248, 249, 250);
    border: 1px solid #dee2e6;
}

.edu_detail_wrap .edu_ul li {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 26px;
    padding: 4px 0;
    height: auto;
    border-bottom: 0;
}

.edu_detail_wrap .edu_sub_title {
    color: #898989;
    font-size: 16px;
}

.edu_detail_wrap .edu_sub_info {
    color: #222;
    font-size: 16px;
    /*    text-align added testing education */
    text-align: start;

}




.edu_detail_dottedline {
    width: 100%;
    border-bottom: 1px dotted #888888;
    margin-top: 15px;
    margin-bottom: 20px;
}


.back_btn_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 40px;
}

.back_btn {
    width: 165px;
    height: 50px;
    background-color: #111111;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    border-radius: 5px;
}
.edu_datail_floater {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #12224F 0%, #141D37 51.44%, #161713 100%);
    padding: 24px 40px;
    border-radius: 8px;
    color: #fff;
    gap: 1em;
    font-family: 'pretendard-600';
}
.edu_datail_floater .edu_float_text {
    font-size: 18px;
    text-align: left;
    width: fit-content;
    font-weight: 600;
    display: flex;
    gap: 0.2em;
}
.edu_datail_floater .edu_float_text span {
    display: block;
    color: #41C5E5;
}
.edu_float_btn {
    display: block;
    width: 25%;
    padding: 14px 24px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    background: linear-gradient(90deg, #0844FF 0%, #052999 100%);
    transition: all 0.3s;
    cursor: pointer;
}
.edu_float_btn:hover {
    background: linear-gradient(90deg, #0c36b6 0%, #041e70 100%);
}


.edu_que_lists {
    padding: 8px 0;
    display: flex;
    flex-direction: column;
}

.edu_que_lists > li  {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.edu_que_list {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 16px;
    padding: 18px;
}
.edu_que_title {
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}
.edu_que_txt {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    word-break: keep-all;
    white-space: pre-wrap;
}
.edu_que_txt > i {
    font-family: Pretendard;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #052999 !important;
}
.edu_acc_arrow {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.edu_acc_arrow img {
    width: auto;
    height: 8px;
}
.edu_que_content {
    display: none;
    flex-direction: column;
    gap: 8px;
}
.edu_que_content pre {
    font-family: Pretendard;
    font-size: 15px;
    line-height: 1.4;
    padding: 0px 12px 0px 26px;
    white-space: pre-wrap;
    word-break: keep-all;
    color: #686868 !important;
}
.edu_que_line {
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
}

.edu_que_list.list_show {
    background: rgb(248, 249, 250);
}
.edu_que_list.list_show + .edu_que_line {
    display: none;
}
.edu_que_list.list_show .edu_acc_arrow {
    transform: rotate(180deg);
}
.edu_que_list.list_show .edu_que_content {
    display: flex;
}

@media (max-width: 768px) {
    .edu_detail_first_box {
        width: 100%;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .edu_detail_title_box {
        align-items: flex-start;
        justify-content: center;
        width: 100%;
    }
    .edu_detail_img img {
        width: 100%;
        height: auto;
    }
    .edu_detail_wrap .info_box {
        margin-bottom: 10px;
    }
    .edu_datail_floater .edu_float_text {
        font-size: 16px;
    }
    .edu_datail_floater {
        flex-direction: column;
        gap: 8px;
        padding: 20px 40px;
    }
    .edu_que_txt > i {
        font-size: 18px;
    }
    .edu_que_txt {
        font-size: 18px;
    }
    .edu_detail_box .edu_content_title {
        font-size: 1.6rem;
        gap: 6px;
    }
    .edu_detail_box .edu_content_title img {
        transform: scale(0.85);
    }
}
@media (max-width: 500px) {
    .edu_detail_wrap .edu_title {
        font-size: 28px;
    }
    .edu_detail_wrap .li-tag > li {
        font-size: 15px;
    }
    .edu_btn {
        height: 50px;
        font-size: 16px;
    }
    .edu_detail_wrap .edu_sub_info {
        font-size: 15px;
    }
    .edu_detail_wrap .edu_sub_title {
        font-size: 15px;
    }
    .edu_detail_wrap .edu_ul {
        padding: 14px;
    }
    .edu_detail_box .edu_content_title {
        font-size: 1.4rem;
    }
}
/* ABC 교육 디테일 */

/* ABC 교육 */
.edu_full_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.edu_full_title {
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.edu_full_sub {
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 50px;
    word-break: keep-all;
}

.edu_search_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}
.edu_tab {
    width: fit-content;
    flex: auto;
    align-self: end;
}
.edu_tab .faq_tab_nav {
    border-bottom: 0;
}
.edu_tab .tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #052999;
} 
.edu_tab .tab-btn a {
    color: #989898;
}
.edu_tab .tab-btn.active a {
    color: #222;
}
/* .edu_tab ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

.edu_tab ul li {
    color: #666666;
    font-size: 18px;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    height: 40px;
    list-style: none;
}

.edu_tab ul li.active {
    border-bottom: 4px solid #052999;
    color: #052999;
} */

.edu_content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3em;
}

.edu_content > li {
    width: 100%;
    min-width: 0; 
    max-width: 100%;
    list-style: none;
}

.edu_card {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.edu_card_img {
    position: relative;
    width: 100%;
    height: 449px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #EEE;
    box-shadow: 0px 2px 10px 0px #EEEAF9;
}

.edu_card_img > img {
    width: 100%;
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Black background with 50% opacity */
}

.edu_card_info {
    width: 100%;
    box-sizing: border-box;
    border-top: none;
    padding: 26px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.edu_card_title_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.edu_card_title_box .edu_classification {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    color: #0073FF;
}

.edu_card_title_box .edu_title {
    margin-top: 5px;
}

.edu_card .edu_ul li {
    border-bottom: none;
    height: fit-content;
}

.edu_card_current {
    width: fit-content;
    padding: 7px 12px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    z-index: 1;
    background: #0073FF;
    margin-top: 8px;
}

.edu_card_current.recruiting {
    background-color: #0073FF;
}

.edu_card_current.expected {
    background-color: rgba(0, 115, 255,0.4);
}

.edu_card_current.edu_closed {
    background-color: #999;
}

.edu_card_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.edu_card_info .li-tag {
    gap: 3px 6px;
    margin-top: 1.2em;
    margin-bottom: 0.8em;
}

.edu_card_info .li-tag > li {
    margin: 0.1em 0;
}
@media (max-width: 1440px) {
    .edu_card_img {
        height: 368px;
    }
}
@media (max-width: 1200px) {
    .edu_content {
        gap: 1em;
    }
    .edu_card_img {
        height: 300px;
    }
    .edu_card_title_box .edu_classification {
        font-size: 16px;
    }
    .edu_title {
        font-size: 22px;
    }
}
@media (max-width: 1080px) {
    .edu_card_img {
        height: 242px;
    }
    .edu_title {
        font-size: 20px;
    }
    .edu_sub_title {
        font-size: 16px;
    }
    .edu_sub_info {
        font-size: 16px;
    }
    .edu_card_current {
        font-size: 15px;
        padding: 4px 10px;
    }
}
@media (max-width: 768px) {
    .edu_tab .faq_tab_nav {
        overflow-x: auto;
    }
    .edu_content  {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 500px) {
    .edu_tab .faq_tab_nav {
        overflow-x: auto;
    }
    .edu_content  {
        grid-template-columns: repeat(1, 1fr);
    }
    .edu_card_title_box .edu_classification {
        font-size: 15px;
    }
    .edu_title {
        font-size: 18px;
    }
    .edu_sub_title {
        font-size: 15px;
    }
    .edu_sub_info {
        font-size: 15px;
    }
    .edu_card_current {
        font-size: 14px;
        padding: 4px 10px;
    }
    .edu_ul {
        min-height: fit-content; 
    }
}
/* ABC 교육 */

/* page */
.page a,
.page a:link,
.page a:visited,
.page a:active {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.page {
    margin: 30px 0 0 0;
    text-align: center;
}

.page a {
    vertical-align: middle;
    font-size: 14px;
    border: 1px solid transparent;
}

.page a.on,
.page a:hover {
    background-color: #333333;
    border: 1px solid #333333;
    color: #fff;
}

.page a,
.page a:link,
.page a:visited,
.page a:active {
    display: inline-table;
    width: 30px;
    height: 30px;
    line-height: 19px;
    text-decoration: none;
    box-sizing: border-box;
    padding: 5px 10px;
    margin: 2px;
}

.page a.page_first,
.page a.page_left,
.page a.page_right,
.page a.page_end {
    overflow: hidden;
    text-indent: -2000px;
    border: 1px solid transparent;
}

.page a.page_first,
.page a.page_end {
    background: url('../img/subImages/paginate_first.gif') no-repeat 10px center;
}

.page a.page_end {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.page a.page_first:hover,
.page a.page_end:hover {
}

.page a.page_left {
    margin-right: 6px;
}

.page a.page_left,
.page a.page_right {
    background: url('../img/subImages/paginate_prev.gif') no-repeat 10px center;
}

.page a.page_right {
    margin-left: 6px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.page a.page_left:hover,
.page a.page_right:hover {
}

@media screen and (max-width: 640px) {

    #workExperienceContainer .work_container_child div, .work_container .work_container_child div {
        width: 100%;
    }

    .certificate-input-group input {
        width: 91.9%;
    }

    #workExperienceContainer .work_container_child, .work_container .work_container_child {
        width: 100%;
    }

    .work_container .work_container_child button {
        margin-top: 0px;
        display: flex;
    }


    .page a.page_first:hover,
    .page a.page_end:hover,
    .page a.page_left:hover,
    .page a.page_right:hover {
        background-position: 8px center;
    }

    .page a,
    .page a strong,
    .page a:link,
    .page a:visited,
    .page a:active {
        width: 25px;
        height: 25px;
        line-height: 23px;
    }

    .page a.page_first,
    .page a.page_left,
    .page a.page_right,
    .page a.page_end {
        background-position: 8px center;
    }

    .page a.page_left {
        margin-right: 4px;
    }

    .page a.page_right {
        margin-left: 4px;
    }

    #usrDesired1, #usrDesired2, #usrDesired3 {
        width: 11px !important;
        margin-right: 5px;
    }

    #interestedCompany1, #interestedCompany2, #interestedCompany3 {
        width: 11px !important;
        margin-right: 5px;
    }

    #workExperienceContainer .work_container_child, .work_container .work_container_child {
        display: flex;
        flex-direction: column;
    }
}

.align_right {
    text-align: right !important;
}

.align_center {
    text-align: center !important;
}

/* page */

.mt-100 {
    margin-top: 100px;
}

.edu_card_info {
    position: relative;
}



@media screen and (max-width: 770px) {
    /* added */
    .bd_srch_box2 form {
        width: 100%;
    }

    .edu_tab {
        align-self: start;
    }


    .edu_search_box {
        gap: 16px;
        margin-bottom: 20px;
        flex-direction: column;
        border-bottom: none;
    }

    .edu_tab {
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
    }
}

@media screen and (max-width: 480px) {
    .edu_textbox img {
        max-height: fit-content !important;
    }

    .edu_search_box {
        flex-direction: column;
    }

    .page a.page_right {
        margin-left: -8px;
    }

    .page a.page_first,
    .page a.page_left,
    .page a.page_right,
    .page a.page_end {
        background-position: 0px center;
    }

    .page a.page_left {
        margin-right: 0px;
    }

    .page a {
        padding: 5px 7px;
        line-height: 0px;
    }

    .page a,
    .page a:link,
    .page a:visited,
    .page a:active {
        padding: 5px 4px;
        margin: 0;
    }

    .pagination a, .pagination span.current {
        margin: 0px;

    }


}


/* testing */
.pagination a.disabled {
    pointer-events: none; /* Prevent clicking */
    opacity: 0.5; /* Dim the icon to indicate it's disabled */
}

.pagination a, .pagination span.current {
    padding: 5px 10px;
    margin: 0px;
    text-decoration: none;
    color: black; /* Default color */
}

.pagination span.current {
    background-color: black;
    color: white;
    border-radius: 5px;
    border: 1px solid #000;
    height: 30px;
    width: 30px;
    display: initial;
}


/* added new style
.fc_black {
    color: #000 !important;
}
*/


img {
    -webkit-tap-highlight-color: transparent;
    max-width: 100%;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}


/* uploaded file style */
.file_item {
    background-color: #666;
    color: #fff;
    padding: 0.4rem;
    position: relative;
    top: 4px;
    border-radius: 5px;
    margin-right: 0.5rem;
}


.tableA {
    margin-bottom: 30px;
    font-size: 15px;
    font-family: 'Pretendard';
}

.tableB,
.tableA table,
.tableB table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
    word-break: break-all;
    text-align: center;
}

.tableA table thead, .tableB table thead {
    border-top: 1px solid #1a1a1a;
}

.tableA table.text_l td,
.tableB table.text_l td {
    text-align: left;
}

.tableA table.tl_reset,
.tableB table.tl_reset {
    table-layout: inherit;
}

.inline .table_a {
    color: #fff;
    border-radius: 15px;
    font-size: 13px;
    min-width: 70px;
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
}

.table_gray {
    background: #8b8b8b;
}

.table_cyan {
    background: #548fed;
}

.table_blue {
    background: #052999;
}

.table_org {
    background: #ff7200;
}

.table_red {
    background: #eb333b;
}

.table_brown {
    background: #9a831f;
}

.table_yellow {
    background: #e1e899;
    color: #000;
}

.table_purple {
    background: #b059e6;
}


/* test */

/*#workExperienceContainer {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*#workExperienceContainer .workInputs {*/
/*    display: flex;*/
/*    !*justify-content: space-between;*!*/
/*    gap: 14px;*/
/*    margin-bottom: 20px;*/
/*}*/

#workExperienceContainer input {
    height: 40px;
    /*width: 31%;*/
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;

}

#workExperienceContainer input:focus {
    border: 1px solid #052999;
    outline: none;
}

/*.certificate-input-group {*/
/*    margin-bottom: 15px;*/

/*}*/


.certificate-input-group input {
    border: 1px solid #e0e0e0;
    height: 40px;
    border-radius: 5px;
    /*width: 100%;*/
    vertical-align: middle;
    padding: 10px;
}

.checkbox_all_select {
    color: red;
    /*margin-left: 20px;*/
    width: max-content;
    margin-top: 4px;
    font-size: 12px;
}

.checkboxContainer label {
    margin-right: 15px;
    user-select: none;
}

.checkboxItem .duration_input {
    width: 15px;
    margin-left: 0;
    margin-right: 5px !important;
}

.duration_label {
    margin-right: 15px;
    user-select: none;
}

.unclickable .edu_card_info, .unclickable .edu_card_img {
    cursor: initial;
}


.msg_404_text {
    padding: 200px 20px;
    text-align: center;
}

.msg_404_text h1 {
    font-size: 40px;
}

.btns_container {
    margin-top: 35px;
}

.btns_container .btn {
    padding: 5px 12px;
    background: #17927e;
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
}

.msg_404_text p {
    font-size: 16px;
    word-break: keep-all;
}

/* youtube video */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

