@charset "utf-8";

/* margin, padding */
.mgt0 {
    margin-top: 0 !important;
}
.mgt5 {
    margin-top: 5px !important;
}
.mgt10 {
    margin-top: 10px !important;
}
.mgt15 {
    margin-top: 15px !important;
}
.mgt16 {
    margin-top: 16px !important;
}
.mgt20 {
    margin-top: 20px !important;
}
.mgt24 {
    margin-top: 24px !important;
}
.mgt25 {
    margin-top: 25px !important;
}
.mgt30 {
    margin-top: 30px !important;
}
.mgt35 {
    margin-top: 35px !important;
}
.mgt40 {
    margin-top: 40px !important;
}
.mgt45 {
    margin-top: 45px !important;
}
.mgt50 {
    margin-top: 50px !important;
}

.mgt_10 {
    margin-top: -10px !important;
}
.mgt_20 {
    margin-top: -20px !important;
}
.mgt_30 {
    margin-top: -30px !important;
}
.mgt_40 {
    margin-top: -40px !important;
}
.mgt_50 {
    margin-top: -50px !important;
}

.br_pc {
    display: block;
}
.br_t,
.br_m {
    display: none;
}


/*서브페이지 공통*/
.sub_top_area {
    height: 200px;
    background: #EBF8F5 url('../images/common/bg_sub_top_area_pc_e.png') no-repeat center center/auto 100%;
    margin-bottom: 60px;
}
.sub_top_area.west {
    background: #F3FCFE url('../images/common/bg_sub_top_area_pc_w.png') no-repeat center center/auto 100%;
}
.sub_top_area .inr{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
}
.sub_top_area .inr .txtBox .tit{
    color: #1D1D1D;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
}
.sub_top_area .inr .txtBox .subtit{
    margin-top: 16px;
    background-image: url('../images/common/img_sub_top_area_pc_e.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 300px;
    height: 57px;
}
.sub_top_area.west .inr .txtBox .subtit{
    background-image: url('../images/common/img_sub_top_area_pc_w.svg');
}
@media screen and (max-width: 1279px) {
    .sub_top_area{
        height: 119px;
    }
    .sub_top_area .inr .txtBox .tit{
        font-size: 16px;
    }
    .sub_top_area .inr .txtBox .subtit{
        margin-top: 8px;
        width: 240px;
        height: 45px;
    }
}
@media screen and (max-width: 767px) {
    .sub_top_area{
        height: 99px;
    }
    .sub_top_area .inr .txtBox .tit{
        font-size: 14px;
    }
    .sub_top_area .inr .txtBox .subtit{
        width: 192px;
        height: 36px;
    }
}

.sub_cont_area .sub_cont_inr {
    margin: 0 auto;
    max-width: 1280px;
    display: flex;
    padding-bottom: 80px;
}
.sub_cont_area .sub_cont_inr .sub_cont_left {
    width:280px;
    margin-right: 60px;
}
.sub_cont_area .sub_cont_inr .sub_cont_right {
    word-wrap:break-word;
    word-break:keep-all;
    max-width: 940px;
    width:100%;
    box-sizing: border-box;
    /*overflow: hidden;*/
}
.cont_box {
    min-height: 587px;
}
.cont_box p,
.cont_box span{
    letter-spacing: -0.8px;
    font-size: 16px;
}
.cont_box > *:first-child {
    margin-top: 40px;
}

/* location_bar */
.sub_cont_right .location_bar {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 24px;
    border-bottom: 1px solid #C6C6C6;
    margin-bottom: 40px;
}
.sub_cont_right .location_bar > h1 {
    font-size: 32px;
    font-weight: 700;
}
.sub_cont_right .location_bar .breadcrumb {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: inline-block;
}
.sub_cont_right .location_bar .breadcrumb > ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sub_cont_right .location_bar .breadcrumb > ul > li {
    position: relative;
    display: inline-block;
    display: flex;
    align-items: center;
    width: auto;
}
.sub_cont_right .location_bar .breadcrumb > ul > li:first-child::before {
    display: none;
}
.sub_cont_right .location_bar .breadcrumb > ul > li:not(:first-child)::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    background: url(../images/common/breadcrumb_arrow.svg) no-repeat;
    background-size: cover;
    background-position: center;
}
.sub_cont_right .location_bar .breadcrumb > ul > li.dep1_list::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    background: url(../images/common/breadcrumb_arrow.svg) no-repeat;
    background-size: cover;
    background-position: center;
}
.sub_cont_right .location_bar .breadcrumb > ul > li {

}
.sub_cont_right .location_bar .breadcrumb > ul > li + li {
    padding-left: 24px;
}
.sub_cont_right .location_bar .breadcrumb > ul > li.select {
    height: auto;
}
.sub_cont_right .location_bar .breadcrumb > ul > li:first-child {
    padding-right: 0;
}
.sub_cont_right .location_bar .breadcrumb > ul > li:last-child::after {
    display: none;
}
.sub_cont_right .location_bar .breadcrumb > ul > li > span {
    font-size: 14px; color:#8E8E8E
}
/* .sub_cont_right .location_bar .breadcrumb > ul > li.select > span {color:#003985} */
.sub_cont_right .location_bar .breadcrumb > ul > .home > span {font-size: 0;}
.sub_cont_right .location_bar .breadcrumb > ul > .home::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/common/breadcrumb_home.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    left: -14px;
    top: -1px;
    transform: translateY(-50%);
}
/* location_bar */

/*snb*/
#content.subpage #snb {}
#content.subpage #snb .snb_upper {
    display: table;
    width:100%;
    height: 116px;
    border-radius: 16px;
    background: linear-gradient(180deg, #3553A7 0%, #00A5A0 100%);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.20);
    margin-bottom: 16px;
    position: relative;
}
#content.subpage #snb .snb_upper > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#content.subpage #snb .snb_upper > div > span {
    font-size: 24px;
    color:#fff;
    font-weight: 700;
}
#content.subpage #snb .snb_list .dep2 > li + li {
    margin-top:12px;
}
#content.subpage #snb .snb_list .dep2 > li > a {
    display: table;
    position: relative;
    box-sizing: border-box;
    width:100%;
    height: 60px;
    border:1px solid #D8D8D8;
    padding: 18px 20px 18px 24px;
    border-radius: 16px;
}
#content.subpage #snb .snb_list .dep2 > li.row > a:before {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    transition: background 0.3s;
    content: "";
    background-image: url('../images/common/ico_snb_arrow.svg');
    background-size: cover;
    background-position: center;
}
#content.subpage #snb .snb_list .dep2 > li.on.row > a:before {
    border-color:#fff;
}
#content.subpage #snb .snb_list .dep2 > li.on.row > a:after {
    border-color:#fff;
    transform: rotate(45deg);
    margin-top: -3px;
    right: 24px;
}
#content.subpage #snb .snb_list .dep2 > li.link > a > span::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    transition: background 0.3s;
    content: "";
    background-image: url('../images/common/ico_snb_link.svg');
    background-size: cover;
    background-position: center;
}
#content.subpage #snb .snb_list .dep2 > li.link.on > a > span::after {
    background-image: url('../images/common/ico_snb_link_w.svg');
}
#content.subpage #snb .snb_list .dep2 > li > .dep3 > ul > li.link > a > span::after {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    transition: background 0.3s;
    content: "";
    background-image: url('../images/common/ico_snb_link.svg');
    background-size: cover;
    background-position: center;
    transform: translateX(4px);
}
#content.subpage #snb .snb_list .dep2 > li > a:hover {
    background:#F8F8F8;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
#content.subpage #snb .snb_list .dep2 > li.on > a {
    color:#fff;
}
#content.subpage #snb .snb_list .dep2 > li > a > span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color:#1D1D1D
}
#content.subpage #snb .snb_list .dep2 > li.on > a {
    background:#003985; border:0px; border-radius: 16px; padding: 18px 20px 18px 24px;
}
#content.subpage #snb .snb_list .dep2 > li.on:has(.dep3 > ul > li) > a {
    border-radius: 16px 16px 0px 0px;
}
#content.subpage #snb .snb_list .dep2 > li.on.row > a:before,
#content.subpage #snb .snb_list .dep2 > li.on.row > a:before {
    background-image: url('../images/common/ico_snb_arrow_on.svg');
}
#content.subpage #snb .snb_list .dep2 > li.on > a > span {
    color:#fff;
}
#content.subpage #snb .snb_list .dep2 > li .dep3{display: none;}
#content.subpage #snb .snb_list .dep2 > li .dep3 > ul {
    border: 1px solid #D8D8D8; border-top:0px; border-radius: 0px 0px 16px 16px; padding: 8px;
}
#content.subpage #snb .snb_list .dep2 > li .dep3 > ul:not(:has(li)) {
    display: none;
}
#content.subpage #snb .snb_list .dep2 > li .dep3 > ul > li > a {
    display: table; position: relative; box-sizing: border-box; width:100%; height: 48px; padding-left: 26px; padding-right: 0px;
}
#content.subpage #snb .snb_list .dep2 > li .dep3 > ul > li:last-child > a::before {display: none;}
#content.subpage #snb .snb_list .dep2 > li .dep3 > ul > li > a > span {display: table-cell; vertical-align: middle; font-size: 16px; color:#1D1D1D; position: relative;}
#content.subpage #snb .snb_list .dep2 > li .dep3 > ul > li:hover > a{
    background: #F8F8F8;border-radius: 8px;}
#content.subpage #snb .snb_list .dep2 > li .dep3 > ul > li:hover > a > span {text-decoration: underline; text-underline-offset: 3px;}
#content.subpage #snb .snb_list .dep2 > li .dep3 > ul > li.active > a > span {color:#003985; font-weight: 700;}
#content.subpage #snb .snb_list .dep2 > li .dep3 > ul > li > a > span.small {font-size: 14px;word-break: keep-all;}
#content.subpage #snb .snb_list .dep2 > li .dep3 > ul > li > a > span::before {
    content: '';
    position: absolute;
    width:4px;
    height: 4px;
    background: #FF8A00;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
    border-radius: 50%;
}
/*snb*/


/* 내용 */
/* 내용 */
/* 내용 */

/* 서브탭 */
.sub_tabbox {
    margin-bottom: 40px;
}
.sub_tabbox > ul {
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #d8d8d8;
    overflow: hidden;
    border-radius: 16px;
    box-sizing: border-box;
}
.sub_tabbox > ul > li {
    border-right: 1px solid #d8d8d8;
    flex: 0 1 calc(100% / 4 + 1px);
    border-bottom: 1px solid #d8d8d8;
    margin: 0 0 -1px -1px;
}
.sub_tabbox > ul.__02 > li {
    flex: 0 1 calc(100% / 2 + 1px);
    border: none;
    border-right: 1px solid #d8d8d8;
}
.sub_tabbox > ul.__02 > li + li {
    border-right: none;
}
.sub_tabbox > ul.__03 > li {
    flex: 0 1 calc(100% / 3 + 1px);
    /* margin: 0 0 -1px -1px; */
}
/* .sub_tabbox > ul > li:nth-child(4n) {
border-right: none;
} */
.sub_tabbox > ul > li:nth-last-child {
    border-right: none;
}
.sub_tabbox > ul > li:nth-child(-n + 4) {
    border-top: none;
}
.sub_tabbox > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    color: #1d1d1d;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.8px;
}
.sub_tabbox > ul > li > a:focus,
.sub_tabbox > ul > li > a:hover {
    background-color: #f8f8f8;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.sub_tabbox > ul > li.active {
    border-right-color: #003985 ;
    z-index: 1;
}
.sub_tabbox > ul > li.active > a {
    background-color: #003985;
    color: #fff;
    font-weight: 700;
}

.js_tabcont {
    display: none;
}
.js_tabcont.active {
    display: block;
}
.js_tabcont > *{
    margin-top: 40px;
}
/* 서브탭 */

/* table */
.mobile_scroll {
    position: relative;
    overflow: hidden;
    overflow-x: auto;
}
.mobile_minwidth .txt_ex_scroll {
    display: none;
}
.subtit_l_con .mobile_scroll {
    margin: 0 0 24px -20px;
}

/* 세로형 */
.table_data {
    width: 100%;
    margin-top: 20px;
    border-top: 2px solid #003985;
    table-layout: fixed;
}
.table_data thead th {
    padding: 14px 16px;
    border-bottom: 1px solid #d8d8d8;
    background: #f8f8f8;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}
.table_data tbody td {
    padding: 14px 16px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border-right: solid 1px #d8d8d8;
}
.table_data tbody td:last-child{
    border-right: none;
}
.table_data tbody td.align_left {
    text-align: left;
}
/* 세로형 */


/* 가로형 */
.table_data_row {
    width: 100%;
    margin-top: 20px;
    border-top: 2px solid #003985;
}
.table_data_row th {
    padding: 12px 16px;
    border-bottom: 1px solid #d8d8d8;
    background: #f8f8f8;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}
.table_data_row td {
    padding: 12px 16px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
}
/* 가로형 */

/* contents */
.subnotice_box {
    padding: 40px;
    border: 1px solid #D8D8D8;
    border-radius: 16px;
    background: #F8F8F8;
    font-size: 16px;
    line-height: 24px;
}
.subnotice_box .tit {
    margin-bottom: 16px;
    padding-left: 34px;
    background: url(../images/sub/sub_ico_notice_tit.svg) no-repeat 0 0/30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -0.8px;
}

.subtit_l {
    display: block;
    margin-top: 40px;
    padding-left: 30px;
    background: url(../images/sub/ico_subtit_l.svg) no-repeat 0 center;
    background-size: 20px;
    color: #1D1D1D;
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    letter-spacing: -0.8px;
}
.subtit_l_con {
    margin: 8px 0 0 20px;
}
.subtit_m {
    display: block;
    position: relative;
    margin-top: 8px;
    padding-left: 11px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.8px;
}
.subtit_m::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #FF8A00;
}
.subtit_m.import_dot::before {
    content: "*";
    position: absolute;
    top: 0px;
    left: 0;
    width: unset;
    height: unset;
    border-radius: unset;
    background-color: unset;
    color: #FF0000;
}
.subtit_m.none::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: unset;
    height: unset;
    border-radius: unset;
    background-color: unset;
}
.subtit_m_con {
    /* padding: 0 0 0 11px; */
}
.subtit_s {
    display: block;
    position: relative;
    margin-top: 8px;
    padding-left: 12px;
    line-height: 24px;
    letter-spacing: -0.8px;
}
.subtit_s::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 1.4px;
    background-color: #555;
}
.subtit_s.in_num {
    padding-left: 18px;
}
.subtit_s.in_num::before {
    display: none;
}
.subtit_s.in_num .num {
    position: absolute;
    top: 0;
    left: 0;
}
.subtit_s_con {
    /* padding: 0 0 0 12px; */
}
.subnoti_red {
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.8px;
}
.btn_bd_blue {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    padding: 8px 16px;
    border-radius: 12px;
    border: 1px solid #003985;
    background: #FFF;
    color: #003985;
    letter-spacing: -0.8px;
}
.btn_bd_blue.green{
    background: #00937F;
    border: 1px solid #00937F;
    color: #fff;
}
.btn_bd_blue[target="_blank"]::after {
    content: "";
    flex: none;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.btn_bd_blue[target="_blank"].down::after {
    background-image: url(../images/sub/ico_down.svg);
}
.btn_bd_blue[target="_blank"].link::after {
    background-image: url(../images/sub/ico_link.svg);
}
.btn_bd_blue[target="_blank"].down.green::after {
    background-image: url(../images/sub/ico_down_green.svg);
}
.btn_bd_blue:focus,
.btn_bd_blue:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.btn-group.center{
    display: flex;
    justify-content: center;
}
.btn-group > .btn-group-inr > .link{
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: #003985;
    color: #fff;
    margin: auto;
    padding: 10px 32px 10px 40px;
}
.btn-group > .btn-group-inr > .list:hover,
.btn-group > .btn-group-inr > .list:focus-visible{
    background-color: #002455;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.btn-group > .btn-group-inr > .list:active{
    background: #002455;
}
.btn-group > .btn-group-inr > .link .ico_arrow_right{
    margin-left: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/sub_e/sub_02/ico_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(1px);
}


/* tablet */
@media screen and (max-width: 1279px) {
    .br_t {
        display: block;
    }
    .br_pc,
    .br_m {
        display: none;
    }

    .subpage{
        margin-top: 64px;
    }
    .sub_top_area {
        margin-bottom: 24px;
    }
    .sub_cont_left {display: none;}
    .sub_cont_area .sub_cont_inr .sub_cont_right{
        max-width: 100%;
        padding: 0 35px;
    }
    .sub_cont_right .location_bar{
        padding-bottom: 32px;
    }
    .sub_cont_right .location_bar > h1 {width: 100%;}
    .sub_cont_right .location_bar .breadcrumb {
        position: relative;
        right: auto;
        bottom: auto;
        padding-left: 14px;
        padding-top: 16px;
    }

    /* 서브탭 */
    .sub_tabbox > ul {
        flex-wrap: wrap;
    }
    .sub_tabbox > ul > li {
        flex: 0 1 calc(100% / 3 + 1px);
    }
    .sub_tabbox > ul > li:nth-child(-n + 4) {
        border-top: 1px solid #d8d8d8;
    }
    .sub_tabbox > ul > li:nth-child(-n + 3) {
        border-top: none;
    }
    .sub_tabbox > ul > li:nth-child(4n) {
        border-right: 1px solid #d8d8d8;
    }
    .sub_tabbox > ul > li:nth-child(3n) {
        border-right: none;
    }
    .sub_tabbox > ul > li > a:focus,
    .sub_tabbox > ul > li > a:hover {
        text-decoration: none;
    }
    /* 서브탭 */
}
@media screen and (max-width: 767px) {
    .br_m {
        display: block;
    }
    .br_pc,
    .br_t {
        display: none;
    }
    .sub_top_area {
        margin-bottom: 0;
    }
    .sub_cont_area .sub_cont_inr{
        padding: 0 16px;
        padding-bottom: 64px;
    }
    .sub_cont_area .sub_cont_inr .sub_cont_right{
        padding: 0;
    }
    .sub_cont_right .location_bar{
        padding: 16px 0 24px  0;
        margin-bottom: 24px;
    }
    .sub_cont_right .location_bar > h1{
        font-size: 24px;
    }
    .sub_cont_right .location_bar .breadcrumb{
        padding-top: 8px;
    }

    /* 서브탭 */
    .sub_tabbox {
        position: relative;
        height: 52px;
    }
    .sub_tabbox > ul,
    .sub_tabbox > ul.__02,
    .sub_tabbox > ul.__03{
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        max-height: 52px;
        border: 1px solid #d8d8d8;
        overflow: hidden;
        transition: max-height 0s cubic-bezier(0, 1, 0, 1);
    }
    .sub_tabbox > ul.open,
    .sub_tabbox > ul.__02.open,
    .sub_tabbox > ul.__03.open {
        max-height: 600px;
        z-index: 11;
        transition: max-height 0s ease-in-out;
    }
    .sub_tabbox > ul > li,
    .sub_tabbox > ul.__02 > li,
    .sub_tabbox > ul.__03 > li {
        flex: none;
        order: 2;
        position: relative;
        width: 100% !important;
        margin: 0;
        border: none !important;
        border-top: 1px solid #d8d8d8 !important;
        background-color: #fff;
        overflow: hidden;
    }
    .sub_tabbox > ul > li > a,
    .sub_tabbox > ul.__02 > li > a,
    .sub_tabbox > ul.__03 > li > a {
        justify-content: flex-start;
        height: auto;
        min-height: 51px;
        /* padding: 15px; */
        padding: 0 15px;
        background: #fff;
        line-height: 20px;
        text-align: left;
    }
    .sub_tabbox > ul > li.active,
    .sub_tabbox > ul.__02 > li.active,
    .sub_tabbox > ul.__03 > li.active {
        order: 1;
        border-top: none !important;
    }
    .sub_tabbox > ul > li.active > a,
    .sub_tabbox > ul.__02 > li.active > a,
    .sub_tabbox > ul.__03 > li.active > a {
        padding-right: 45px;
        background: #fff;
        color: #1d1d1d;
        font-weight: 500;
        background: #003985;
        color: #fff;
        border-radius: 12px;
    }
    .sub_tabbox > ul > li.active > a::before,
    .sub_tabbox > ul.__02 > li.active > a::before,
    .sub_tabbox > ul.__03 > li.active > a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 16px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: url(../images/common/ico_snb_arrow_on.svg) no-repeat center/contain;
    }
    .sub_tabbox > ul.open > li.active > a:before,
    .sub_tabbox > ul.__02.open > li.active > a:before,
    .sub_tabbox > ul.__03.open > li.active > a:before {
        transform: rotate(180deg);
    }
    .sub_tabbox > ul.open > li.active > a,
    .sub_tabbox > ul.__02.open > li.active > a,
    .sub_tabbox > ul.__03.open > li.active > a {
        border-radius: 12px 12px 0px 0px;
    }
    .sub_tabbox > ul.open{
        border-radius: 12px 12px 62px 12px;
    }
    /* 서브탭 */

    /* table */
    .mobile_minwidth {
        min-width: 739px; /* 767px - 28px */
    }
    .mobile_minwidth .txt_ex_scroll {
        display: block;
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/sub/bg_ex_scroll.svg) no-repeat center 45px;
        background-size: 70px;
        text-indent: -9999px;
        overflow: hidden;
        z-index: 5;
    }
    /* 세로형 */
    .table_data {
        margin-top: 16px;
    }
    /* 가로형 */
    .table_data_row {
        margin-top: 16px;
    }
    /* table */

    /* contents */
    .subnotice_box {
        padding: 24px;
    }
    .subnotice_box .tit {
        margin-bottom: 8px;
        padding-left: 0;
        background: none;
    }
    /* contents */
}

/* 준비중 */
.preparing {
    width: 100%;
    min-height: 772px;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid #D8D8D8;
    margin-top: 40px;
}
.preparing-wrap {
    display: inline-flex;
    flex-direction: column;
    max-width: 391px;
}
.preparing-wrap .imgBox {
    position: relative;
    width: 328px;
    height: 260px;
    margin: 0 auto;
}
.preparing-wrap .imgBox .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/sub/img_preparing.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.preparing-wrap .tit {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
}
.preparing-wrap .tit > span {
    color: #003985;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}
.preparing-wrap .cont {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    margin-top: 16px;
}
.preparing.nodata {
    min-height: 600px;
}
.preparing.nodata .goto_submit{
    margin: auto;
    margin-top: 24px;
    display: flex;
    width: 126px;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #00937F;
    color: #FFF;
}
.preparing.nodata .goto_submit:hover,
.preparing.nodata .goto_submit:focus-visible{
    background: #006A5C;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.preparing.nodata .goto_submit:active{
    background: #006A5C;
}
/* tablet */
@media screen and (max-width: 1279px) {
    .preparing {
        min-height: 650px;
    }
}
/* mobile */
@media screen and (max-width: 767px) {
    .preparing {
        min-height: 450px;
    }
}
/* 준비중 */

/* ########## sub99 ########## */
/* 사이트맵 */
.sitemap .topmenu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;
}
.sitemap .topmenu >li{
    border: 1px solid #d8d8d8;
    border-top: none;
    border-radius: 16px;
}
.sitemap .topmenu >li >a{
    display: block;
    padding: 18px 20px 18px 24px;
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.9px;
    font-weight: 700;
    background-color: #00937F;
    text-align: left;
    border-radius: 16px 16px 0px 0px;
    line-height: 150%;
}
.sitemap .topmenu >li > div >ul{
    padding: 0 24px;
}
.sitemap .topmenu >li >div >ul >li {
    position: relative;
    border-bottom: solid 1px #D8D8D8;
    padding: 20px 0px;
}
.sitemap .topmenu >li >div >ul >li:last-child{
    border-bottom: none;
}
.sitemap .topmenu >li >div >ul >li >a {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    text-align: left;
}
.sitemap .topmenu >li >div >ul >li:hover >a,
.sitemap .topmenu >li >div >ul >li:focus-visible >a{
    color: #00937F	;
}
.sitemap .topmenu >li >div >ul >li + li{
    border-top: none;
}
.sitemap .topmenu >li >div >ul >li:last-child{
    border-radius: 0px 0px 16px 16px;
    overflow: hidden;
}
.sitemap .topmenu >li >div >ul >li >div .dep3_title {
    display: none;
}
/* 3depth */
.sitemap .topmenu >li >div >ul >li >div >ul {
    margin-top: 8px;
}
.sitemap .topmenu > li > div >ul >li > div >ul >li {
    position: relative;
    padding-left: 12px;
    line-height: 150%;
    font-size: 16px;
    font-weight: 500;
}
.sitemap .topmenu >li >div >ul >li >div >ul >li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #FF8A00;
    border-radius: 50%;
}
.sitemap .topmenu >li >div >ul >li >div >ul >li + li{
    margin-top: 6px;
}
.sitemap .topmenu >li >div >ul >li >div >ul >li >a {
    font-weight: 500;
}
.sitemap .topmenu >li >div >ul >li div >ul >li:hover >a,
.sitemap .topmenu >li >div >ul >li div >ul >li:focus-visible >a{
    text-decoration: underline;
    text-underline-offset: 3px;
}
@media screen and (max-width: 1279px) {
    .sitemap .topmenu {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 767px) {
    .sitemap .topmenu {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}
/* 사이트맵 */

/* 로그인 */
.login-wrap .action-area {
    margin-top: 16px;
}
.login-wrap .action-area .act-box {
    border-radius: 16px;
    background:#F2F5F9;
    border: 1px solid #D8D8D8;
    padding: 50px 40px 60px 40px;
    background-image: url(../images/sub/sub99/bg_sub_form.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
}
.login-wrap .action-area .act-box .imgBox {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(168deg, #3553A7 8.78%, #00A5A0 140.2%);
    box-shadow: -4px -4px 8px 0px rgba(255, 255, 255, 0.25) inset,
    4px 4px 8px 0px rgba(255, 255, 255, 0.25) inset;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-wrap .action-area .act-box .imgBox .img{
    width: 48px;
    height: 48px;
    background-image: url(../images/sub/sub99/ico_phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.login-wrap .action-area .act-box .tit {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1.6px;
    margin-top: 16px;
}
.login-wrap.staff .action-area .act-box .tit{
    margin-top: 0;
}
.login-wrap .action-area .act-box .txt {
    margin-top: 8px;
    margin-bottom: 24px;
}
.login-wrap .action-area .act-box .btn {
    display: block;
    width: 244px;
    height: 48px;
    margin: 0 auto;
    border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #003985;
    background: #FFF;
}
.login-wrap .action-area .act-box .btn span {
    color: #003985;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.9px;
}
.login-wrap.staff .action-area .act-box .txt{
    margin-bottom: 32px;
}
.login-wrap.staff .action-area .act-box .id{
    border-radius: 12px;
    border: 1px solid #C6C6C6;
    background: #FFF;
    width: 100%;
    max-width: 500px;
    padding: 12px 16px;
}
.login-wrap.staff .action-area .act-box .id:focus{
    outline: none;
}
.login-wrap.staff .action-area .act-box .btn_box{
    display: flex;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 12px;
}
.login-wrap.staff .action-area .act-box .btn_box > a{
    flex: 1;
    padding: 12px 32px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-wrap.staff .action-area .act-box .btn_box > a > .ico{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.login-wrap.staff .action-area .act-box .btn_box > a.login{
    background: #003985;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}
.login-wrap.staff .action-area .act-box .btn_box > a.submit{
    border: 1px solid #003985;
    background: #FFF;
    color: #003985;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.9px;
}
.login-wrap.staff .action-area .act-box .btn_box > a.login > .ico{
    background-image: url(../images/sub/sub99/ico_login.svg);
}
.login-wrap.staff .action-area .act-box .btn_box > a.submit > .ico{
    background-image: url(../images/sub/sub99/ico_submit.svg);
}
@media screen and (max-width: 767px) {
    .login-wrap .action-area .act-box {
        padding: 32px 20px;
        background-image: none;
    }
    .login-wrap .action-area .act-box .tit{
        font-size: 24px;
    }
    .login-wrap.staff .action-area .act-box .txt{
        margin-bottom: 24px;
    }
    .login-wrap.staff .action-area .act-box .btn_box{
        flex-direction: column;
        gap: 8px;
    }
    .login-wrap.staff .action-area .act-box .btn_box > a.login{
        font-size: 16px;
    }
    .login-wrap.staff .action-area .act-box .btn_box > a > .ico{
        width: 20px;
        height: 20px;
    }
}
/* 로그인 */

/* 로그인 탭메뉴x */
.loginDiv .loginView {
    display: flex;
    gap: 32px;
}
.loginDiv .loginOpt {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.loginDiv .login-tit {
    margin-top: 0;
}
.loginDiv .login-wrap {
    flex: 1 0 auto;
}
.loginDiv .login-wrap .action-area {
    margin-top: 0;
    height: 100%;
}
.loginDiv .login-wrap .action-area .act-box {
    padding: 50px 40px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.loginDiv .login-wrap.staff .action-area .act-box .btn_box > a {
    white-space: nowrap;
    padding: 12px;
}
.loginDiv .btn_bd_blue.down::after {
    content: "";
    flex: none;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/sub/ico_down.svg);
}

@media screen and (max-width: 1279px) {
}
@media screen and (max-width: 980px) {
    .loginDiv .loginView {
        flex-direction: column;
    }
}
@media screen and (max-width: 767px) {

}


/* 동부 */

/* sub_01 - 지원서 등록 */
.subnotice_box.signup{
    padding: 26px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    border-radius: 16px;
    background: #F2F5F9;
    border:none;
}
.subnotice_box.signup > p{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.9px;
}
.subnotice_box.signup > p.active{
    color: #003985;
    font-weight: 700;
    position: relative;
    padding-left: 26px;
}
.subnotice_box.signup > p.active:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/sub_e/sub_99/ico_active.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.subnotice_box.signup > div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.subnotice_box.signup > div > span{
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(../images/sub_e/sub_01/ico_arrow_gray.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.subnotice_box.signup > div.active > span:nth-child(1){
    background-image: url(../images/sub_e/sub_01/ico_arrow_01.svg);
}
.subnotice_box.signup > div.active > span:nth-child(2){
    background-image: url(../images/sub_e/sub_01/ico_arrow_02.svg);
}
.subnotice_box.signup > div.active > span:nth-child(3){
    background-image: url(../images/sub_e/sub_01/ico_arrow_03.svg);
}

.agree_Box{
    margin-top: 40px;
}
.agree{
    border-radius: 16px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    height: 400px;
    overflow: auto;
}
.agree.agree_scrollbox {
    position: relative;
}
.agree.agree_scrollbox > * {
    overflow: auto;
}
.agree.scrollCont::-webkit-scrollbar {
    display: none;
}
.agree.agree_scrollbox .scroll {
    position: absolute;
    top: 24px; right: 8px;
    z-index: 10;
    width: calc(100% - 8px);
    height: calc(100% - 24px);
    padding-left: 24px;
    padding-right: 16px;
    padding-bottom: 24px;
}
.agree.agree_scrollbox .scroll{
    height: calc(100% - 38px);
}
.agree.agree_scrollbox .scroll::-webkit-scrollbar {
    width: 2px;
}
.agree.agree_scrollbox .scroll::-webkit-scrollbar-thumb {
    background-color: #003985 ;
}
.agree.agree_scrollbox .scroll::-webkit-scrollbar-track {
    background-color: #C6C6C6;
}
.agree .agreeSubText {
    color: #F00;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: -0.8px;
    margin-top: 24px;
}
.agree_checkBox{
    margin-top: 16px;
    border-radius: 16px;
    border: 1px solid #D8D8D8;
    background: #F8F8F8;
    padding: 24px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.agree_checkBox .agree_check_box{
    display: flex;
    gap: 16px;
}
.agree_checkBox label.radio{
    display: inline-block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}
.agree_checkBox label.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.agree_checkBox input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
}
.agree_checkBox label span.checkbox {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border: solid 1px #C6C6C6;
    background-color: #FFF;
}
.agree_checkBox label.radio input:checked ~ span.checkbox:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/sub_e/sub_01/ico_check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .subnotice_box.signup{
        padding: 26px 0;
    }
    .subnotice_box.signup{
        flex-direction: column;
        gap: 16px;
    }
    .agree_Box {
        margin-top: 24px;
    }
    .agree_checkBox{
        padding: 16px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .agree.agree_scrollbox .scroll {
        top: 16px;
        right: 8px;
        width: calc(100% - 8px);
        height: calc(100% - 16px);
        padding-left: 16px;
        padding-right: 8px;
        padding-bottom: 16px;
    }
}
/* sub_01 - 지원서 등록 */


/* 동부 */


/* ########## sub99 ########## */


/* ########## sub01 ########## */

/* sub01_01 - 조직/업무안내 */
.org_wrap {
    border-radius: 16px;
    background: #F2F5F9;
    padding: 40px 0px;
    display: flex;
    justify-content: center;
    margin-top: 16px;
    border-radius: 16px;
    border: 1px solid #D8D8D8;
    background-image: url(../images/sub_e/sub_01/bg_org.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.org_chart {
    width: 100%;
}
.org_chart .president {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(92deg, #3553A7 -1.74%, #00A5A0 115.76%);
    width: 309px;
    height: 60px;
    color: #FFF;
    font-weight: 700;
    letter-spacing: -0.8px;
    margin: 0 auto;
    position: relative;
    font-size: 18px;
}
.org_chart .president:before{
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 24px;
    background: #C6C6C6;
}
/* lv2 */
.org_chart .lv2_list {
    max-width: 677px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: auto;
    margin-top: 48px;
    position: relative;
    box-sizing: border-box;
}
.org_chart .lv2_list::before {
    content: '';
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 51%;
    height: 1px;
    background: #C6C6C6;
}
.org_chart .lv2_list .org_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #003985;
    width: 100%;
    height: 60px;
    color: #FFF;
    font-weight: 700;
    letter-spacing: -0.8px;
    margin: 0 auto;
    position: relative;
    font-size: 18px;
}
.org_chart .lv2_list .org_ttl:before,
.org_chart .lv2_list .org_ttl:after{
    content: '';
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 24px;
    background: #C6C6C6;
}
.org_chart .lv2_list .org_ttl:after{
    top: 100%;
    bottom: -24px;
}
.org_chart .lv2_list > li.org_lv2 {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.org_chart .lv2_list > li.org_lv2 .org_cont{
    margin-top: 24px;
    border-radius: 16px;
    background: #FFF;
    padding: 16px;
    border: 1px solid #D8D8D8;
    min-height: 344px;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}
.org_chart .lv2_list > li.org_lv2 .org_cont > li:first-child .subtit_m{
    margin-top: 0;
}
.org_chart .lv2_list > li.org_lv2 .org_cont > li .subtit_m{
    font-weight: 400 ;
}
.org_chart .lv2_list .org_sub_ttl {
    display: block;
    transition: all .3s ease;
    padding: 12px;
    border: 1px solid #D8D8D8;
    background: rgba(248, 248, 248, 0.97);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.8px;
    position: relative;
}
.org_chart .lv2_list .org_ttl.left::before,
.org_chart .lv2_list .org_sub_ttl.left::before{
    position: absolute;
    content: '';
    top: 50%;
    right: -144px;
    transform: translateY(-50%);
    width: 244px;
    height: 1px;
    background: #C6C6C6;
    z-index: -1;
}
/* lv3 */
.org_chart .lv3{
    position: relative;
}
.org_chart .lv3::after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background: #C6C6C6;
    z-index: -1;
    content: '';
}
.org_chart .lv3_list {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 178px;
}
.org_chart .lv3_list::after{
    position: absolute;
    top:  203px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 50%;
    background: #C6C6C6;
    content: '';
    z-index: -1;
}
.org_chart .lv3_list > li {
    width: calc(33.333% - 32px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.org_chart .lv3_list .org_ttl {
    display: flex;
    width: 208px;
    height: 51px;
    position: relative;
    transition: all .3s ease;
    background: #0075E0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.9px;
}
.org_chart .lv3_list .org_ttl::before{
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 1px;
    background: #C6C6C6;
    content: '';
    z-index: -1;
}
.org_chart .lv3_list li:nth-child(2) .org_ttl::before{
    display: none;
}
.org_chart .lv3_list .org_ttl:focus-visible {
    outline: 2px solid #4578B7;
}
.org_chart .lv3_list .org_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    width: 100%;
}
.org_chart .lv3_list .org_cont > li{
    flex: 1;
}
.org_chart .lv3_list .org_sub_ttl {
    display: block;
    transition: all .3s ease;
    padding: 12px;
    border: 1px solid #D8D8D8;
    background: rgba(248, 248, 248, 0.97);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.8px;
}
.table_text_bold{
    font-weight: 700;
}
.table_total_row > td{
    background: #F2F5F9;
}

@media screen and (max-width: 1279px) {
    .org_wrap {
        background-image: none;
    }
    .org_chart .lv3_list::after{
        width: 70%;
    }
    .org_chart .lv3::after{
        top: 0;
        transform: translateY(0);
        height: 80%;
    }

}
@media screen and (max-width: 767px) {
    .org_wrap{
        padding: 24px;
    }
    .org_chart .president,
    .org_chart .lv2_list .org_ttl,
    .org_chart .lv2_list > li.org_lv2 .org_cont{
        width: 247px;
        margin: 0;
    }
    .org_chart .lv2_list > li.org_lv2 {
        width: 100%;
        align-items: flex-end;
        position: relative;
    }
    .org_chart .lv2_list > li.org_lv2::before {
        content: '';
        display: block;
        background: #c6c6c6;
        position: absolute;
        left: 0;
        top: 30px;
        width: 1px;
        height: calc(100% + 32px);
    }
    .org_chart .lv2_list > li.org_lv2:last-child::before {
        display: none;
    }
    .org_chart .lv2_list > li.org_lv2 .org_cont{
        min-height: auto;
        box-sizing: border-box;
    }
    .org_wrap .lv1{
        position: relative;
        width: 247px;
        margin: 0 auto;
    }
    .org_wrap .lv1:before{
        content: '';
        position: absolute;
        top: 30px;
        left: 0;
        width: 1px;
        height: calc(100% + 32px);
        background: #C6C6C6;
    }
    .org_chart .lv2_list{
        flex-direction: column;
        align-items: flex-end;
        gap: 32px;
        margin-top: 32px;
        /* border: solid 1px red; */
        width: 279px;
        padding: 0;
    }
    .org_chart .lv2_list .org_ttl:after{
        display: none;
    }
    .org_chart .lv2_list .org_ttl:before{
        width: 32px;
        height: 1px;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        left: -16px;
    }
    .org_chart .lv2_list::before{
        display: none;
        content: '';
        position: absolute;
        z-index: 1;
        top: 31px;
        left: 0;
        transform: translate(0, 0);
        width: 1px;
        height: calc(50% + 52px);
    }
    .org_chart .president{
        transform: translateX(16px);
    }
    .org_chart .president:before{
        bottom: 30px;
        left: 0;
        transform: translateX(-100%);
        width: 16px;
        height: 1px;
    }
}
.table_text > ul{
    text-align: left;
}
.table_text > ul li:first-child p{
    margin-top: 0;
}
/* sub01_01 - 조직/업무안내 */

/* sub01_02찾아오시는 길 */
.map_imgBox{
    width: 100%;
    height: 450px;
    border-radius: 16px;
    border: 1px solid #D8D8D8;
    /* padding-bottom: 47.87%; */
    position: relative;
    overflow: hidden;
}
.map_imgBox .img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url(../images/sub_e/sub_01/img_map.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.map_infoBox{
    border:solid 1px black;
    margin-top: 16px;
    border-radius: 16px;
    border: 1px solid #D8D8D8;
    background: #F8F8F8;
    padding: 16px;
}
.map_infoBox > .tit{
    font-size: 18px;
    font-weight: 700;
    padding-left: 28px;
    position: relative;
}
.map_infoBox > .tit::before{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.map_infoBox > .tit.map::before{
    background-image: url(../images/sub_e/sub_01/ico_map.svg);
}
.map_infoBox > .tit.call::before{
    background-image: url(../images/sub_e/sub_01/ico_call.svg);
}
.map_infoBox > .tit.subway::before{
    background-image: url(../images/sub_e/sub_01/ico_subway.svg);
}
.map_infoBox > .tit.bus::before{
    background-image: url(../images/sub_e/sub_01/ico_bus.svg);
}
.map_infoBox > ul{
    padding-left: 16px;
}
.map_infoBox > ul > li > .subtit_m{
    font-weight: 400;
}
.workflowBox.type_h > .workflow_item > .titBox{
    height: auto;
}
/* sub01_02찾아오시는 길 */

/* ########## sub01 ########## */


/* ########## sub02 ########## */

/* sub02_01기간제 교원 채용 */

/* 기간제 교원 채용 */
.workflowBox{
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
}
.workflowBox > .workflow_item{
    position: relative;
    display: flex;
    flex-direction: column;
}
.workflowBox > .workflow_item::before{
    content: '';
    position: absolute;
    top: 53px;
    right: -14px;
    transform: translateX(100%) translateY(50%);
    width: 8px;
    height: 14px;
    background-image: url(../images/sub_e/sub_02/ico_workflow_arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.workflowBox > .workflow_item:last-child::before{
    display: none;
}
.workflowBox > .workflow_item > .titBox{
    text-align: center;
    border:solid 1px #d8d8d8;
    border-radius: 8px;
    overflow: hidden;
    /* height: 144px; */
    height: auto !important;
}
.workflowBox.type_h > .workflow_item > .titBox{
    height: auto;
}
.workflowBox > .workflow_item > .titBox > .tit_box{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EBF8F5;
    font-weight: 700;
    border-bottom: solid 1px #d8d8d8;
}
.workflowBox > .workflow_item:nth-child(even) > .titBox > .tit_box,
.workflowBox > .workflow_item > .titBox > .tit_box.type_school{
    background: #E9F2FB;
}
.workflowBox > .workflow_item > .titBox > .tit_box.type_support{
    background: #EBF8F5;
}
.workflowBox > .workflow_item > .titBox > .tit_box > .tit{
    font-weight: 700;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: -0.8px;
    gap: 2px;
}
.workflowBox > .workflow_item > .titBox > .tit > p::before{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.workflowBox > .workflow_item > .titBox > .tit_box > .tit::before {
    position: relative;
    content: '';
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.workflowBox > .workflow_item:nth-child(odd) > .titBox > .tit_box > .tit:before{
    background-image: url(../images/sub_e/sub_02/ico_workflow_01.png);
}
.workflowBox > .workflow_item:nth-child(even) > .titBox > .tit_box > .tit:before,
.workflowBox > .workflow_item > .titBox > .tit_box.type_school > .tit:before{
    background-image: url(../images/sub_e/sub_02/ico_workflow_02.png);
}
.workflowBox > .workflow_item > .titBox > .tit_box.type_support > .tit:before{
    background-image: url(../images/sub_e/sub_02/ico_workflow_01.png);
}
.workflowBox > .workflow_item > .titBox > .txt_box{
    height: 104px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.workflowBox > .workflow_item > .titBox > .txt_box > p{
    font-weight: 500;
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: -0.8px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}
.workflowBox > .workflow_item > .contBox{
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    background: #F8F8F8;
    padding: 12px;
    display: flex;
    align-items: flex-start;
    margin-top: 12px;
    height: auto !important;
    /* height: 148px; */
    flex: 1 0 auto;
}
.workflowBox > .workflow_item > .contBox > ul > li > .subtit_s{
    margin-top: 0;
    letter-spacing: -0.8px;
    font-weight: 500;
    color: #1D1D1D;
    font-size: 16px;
    line-height: 150%; /* 24px */
}
.workflowBox > .workflow_item > .contBox > ul > li > .subtit {
    letter-spacing: -0.8px;
    font-weight: 400;
    color: #1D1D1D;
    font-size: 14px;
    line-height: 150%; /* 24px */
}
.workflowBox > .workflow_item > .contBox > ul > li +li{
    margin-top: 4px;
}
.subtit_table{
    text-align: start;
    padding-left: 11px;
    position: relative;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.8px;
    margin-top: 8px;
    font-size: 16px;
}
.subtit_table::before{
    content: '‣';
    position: absolute;
    top: 0px;
    left: 0;
    width: 5px;
    height: 5px;
}
.table_text.text_mgt4 > ul > li > .subtit_s{
    margin-top: 4px;
    color: #555;
    font-size: 14px;
}
.board_list.in_cont th {
    padding: 16px 12px;
    font-size: 14px;
    letter-spacing: -0.7px;
}
.board_list.in_cont td span{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.7px;
}
@media screen and (max-width: 1279px) {
    .workflowBox {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 36px;
    }
    .workflowBox > .workflow_item:nth-child(even)::before{
        display: none;
    }
    .workflowBox > .workflow_item > .contBox{
        min-height: 124px;
    }
}
@media screen and (max-width: 767px) {
    .workflowBox {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .workflowBox > .workflow_item:nth-child(even)::before{
        display: block;
    }
    .workflowBox > .workflow_item:last-child::before{
        display: none;
    }
    .workflowBox > .workflow_item::before{
        top: calc(100% + 14px);
        right: 50%;
        transform: translateX(-50%) translateY(0) rotate(90deg);
    }
}
/* sub02_01기간제 교원 채용 */


/* sub02_02 배움터지킴이 선발 */
.workflowBox > .workflow_item > .titBox > .tit_box.type_03{
    background: #FFF1F3;
}
.workflowBox > .workflow_item > .titBox > .tit_box.type_03 > .tit:before{
    background-image: url(../images/sub_e/sub_02/ico_workflow_03.svg);
}
.workflowBox > .workflow_item > .titBox > .txt_box.h_64{
    height: 64px;
}
.subtit_title{
    font-weight: 700;
    font-size: 16px;
}
.workflowBox.type_02 > .workflow_item > .contBox{
    height: 160px;
}
.table_text .subtit_none{
    margin-top: 8px;
}
/* sub02_02 배움터지킴이 선발 */
/* ########## sub02 ########## */


/* ########## sub03 ########## */
/* sub03_01생존수영 교육 지원 */
.workflowBox > .workflow_item > .titBox > .tit_box.type_04{
    background: #FFEFD7;
}
.workflowBox > .workflow_item > .titBox > .tit_box.type_04 > .tit:before {
    background-image: url(../images/sub_e/sub_02/ico_workflow_04.svg);
}
.txt_gray_s{
    font-size: 14px;
    color: #555;
    font-weight: 500;
}
/* sub03_01생존수영 교육 지원 */

/* sub03_02공기질 검사 */
.workflowBox.__03{
    grid-template-columns: repeat(3, 1fr);
}
.workflowBox > .workflow_item > .titBox > .txt_box.h_80{
    height: 80px;
}
.workflowBox > .workflow_item > .contBox.h_152{
    height: 152px;
}
.board_l{
    border-left: solid 1px #d8d8d8;
}
@media screen and (max-width: 1279px) {
    .workflowBox.__03{
        grid-template-columns: repeat(2, 1fr);
    }
    .workflowBox > .center:nth-child(3){
        transform: translateX(calc(50% + 16px));
    }
}
@media screen and (max-width: 767px) {
    .workflowBox.__03{
        grid-template-columns: 1fr;
    }
    .workflowBox > .workflow_item:nth-child(3){
        transform: translateX(0);
    }
}
/* sub03_02공기질 검사 */

/* sub03_03먹는 물 수질 검사 */
.workflowBox > .workflow_item > .titBox > .tit_box.gray{
    background-color: #E4E4E4;
}
.workflowBox > .workflow_item > .titBox > .tit_box.gray > .tit:before {
    background-image: url(../images/sub_e/sub_02/ico_workflow_05.svg);
}
.workflowBox > .workflow_item > .titBox.h_auto{
    height: auto;
}
.workflowBox > .workflow_item > .titBox.h_auto > .txt_box{
    height: auto;
    padding: 16px 12px;
}
.workflowBox.title_all > .workflow_item:nth-child(even) > .titBox > .tit_box{
    background: #EBF8F5;
}
.workflowBox.title_all > .workflow_item:nth-child(even) > .titBox > .tit_box > .tit:before {
    background-image: url(../images/sub_e/sub_02/ico_workflow_01.png);
}
/* sub03_03먹는 물 수질 검사 */


/* sub03_04불법촬영기기 점검 */
.workflowBox > .workflow_item > .contBox.h_118{
    height: 118px;
}
.table_text .sub_list{
    border-radius: 8px;
    background: #F2F5F9;
    padding: 12px 16px;
    margin-top: 8px;
}
.table_text .sub_list li + li{
    margin-top: 2px;
}
.table_text .sub_list .sub_list_tit{
    color: #003985;
    font-weight: 500;
}
.table_text .sub_list .subtit_s{
    margin-top: 0;
    color: #555;
}
/* sub03_04불법촬영기기 점검 */

/* sub03_06학교 CCTV 관리 */
.workflowBox > .workflow_item > .contBox.h_100{
    height: 100px;
}
/* sub03_06학교 CCTV 관리 */

/* sub03_08소규모 현장체험학습 차량 지원 */
.workflowBox > .workflow_item > .contBox.h_76{
    height: 76px;
}
.txt_bold{
    font-weight: 700;
}
/* sub03_08소규모 현장체험학습 차량 지원 */

/* sub03_09교원 호봉 업무 지원 */
.workflowBox > .workflow_item > .titBox > .tit_box.type_06{
    background: #E7E7FF;
}
.workflowBox > .workflow_item > .titBox > .tit_box.type_06 > .tit:before {
    background-image: url(../images/sub_e/sub_02/ico_workflow_06.svg);
}
.workflowBox > .workflow_item > .contBox.h_128{
    height: 128px;
}
.workflowBox > .workflow_item > .titBox > .tit_box.__01{
    background: #EBF8F5;
}
.workflowBox > .workflow_item > .titBox > .tit_box.__01 > .tit:before {
    background-image: url(../images/sub_e/sub_02/ico_workflow_01.png);
}
.workflowBox > .workflow_item > .titBox > .tit_box.__02{
    background: #E9F2FB;
}
.workflowBox > .workflow_item > .titBox > .tit_box.__02 > .tit:before {
    background-image: url(../images/sub_e/sub_02/ico_workflow_02.png);
}
.workflowBox > .workflow_item > .contBox.h_148{
    height: 148px;
}
/* sub03_09교원 호봉 업무 지원 */

/* ########## sub03 ########## */


/* ########## sub04 ########## */

/* sub04_01학교 운동장 관리 */
.workflowBox > .workflow_item > .titBox:has(.h_80){
    height: 120px;
}
.workflowBox > .workflow_item > .contBox.h_173{
    height: 173px;
}
/* sub04_01학교 운동장 관리 */

/* sub04_02학교 배수로 정비 */
.subtit_m_con .subtit_none{
    margin-top: 8px;
    padding-left: 11px;
}
/* sub04_02학교 배수로 정비 */

/* sub04_03시설관리 공구 대여 */
.txt_red{
    color: #FF0000;
}
.btn_list_down{
    border-radius: 12px;
    border: 1px solid #003985;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    gap: 4px;
    color: #003985;
}
.btn_list_down .ico{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/ico_down.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .btn_list_down{
        width: 100%;
    }
}
/* sub04_03시설관리 공구 대여 */

/* sub04_04학교 시설관리 컨설팅 */
.workflowBox > .workflow_item > .contBox.h_124{
    height: 124px;
}
/* sub04_04학교 시설관리 컨설팅 */

/* sub04_05단설유치원 및 소규모학교 순회시설 관리 */
.workflowBox > .workflow_item > .contBox.h_104{
    height: 104px;
}
/* sub04_05단설유치원 및 소규모학교 순회시설 관리 */

/* sub04_06교실·특별실 재배치 지원 */
.workflowBox > .workflow_item > .contBox.h_188{
    height: 188px;
}
.pgl11{
    padding-left: 11px;
}
/* sub04_06교실·특별실 재배치 지원 */

/* ########## sub04 ########## */


/* ########## 서부 컨텐츠 ########## */

/* ########## sub - 01 ########## */
/* sub01_01센터소개 */
.center_info{
    border-radius: 20px;
    border: 1px solid #D8D8D8;
    background: #F8F8F8;
    padding: 32px 40px 40px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    gap: 16px;
    text-align: center;
    box-sizing: border-box;
}
.center_info .textBox{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px 24px;
    background: #FFF;
    border-radius: 16px;
    border: 6px solid rgba(0, 57, 133, 0.30);
    position: relative;
    max-width: 252px;
}
.center_info .textBox.row {
    flex-direction: column;
}
.center_info .textBox .num{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #003985;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
}
.center_info .textBox p{
    font-size: 18px;
    font-weight: 700;
    color: #003985;
    line-height: 150%; /* 24px */
    letter-spacing: -0.8px;
}
.center_info .textBox._02{
    border: 6px solid rgba(0, 147, 127, 0.30);
}
.center_info .textBox._03{
    border: 6px solid rgba(255, 138, 0, 0.30);
}
.center_info .textBox._02 p{
    color: #00937F;
}
.center_info .textBox._03 p{
    color: #E37B00;
}
.center_info .textBox._02 .num{
    background: #00937F;
}
.center_info .textBox._03 .num{
    background: #FF8A00;
}
.center_info .textBox .sub_text {
    border-top: 1px dashed #C6C6C6;
    padding-top: 16px;
    margin-top: 16px;
}
.center_info .textBox .sub_text p {
    overflow: hidden;
    color: #1D1D1D;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    width: 100%;
}
.center_info .arrowBox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.center_info .arrowBox span{
    display: inline-block;
    width: 10px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.center_info .arrowBox._01 span:nth-child(1){
    background-image: url(../images/sub_w/sub_01/ico_arrow_01.svg);
}
.center_info .arrowBox._01 span:nth-child(2){
    background-image: url(../images/sub_w/sub_01/ico_arrow_02.svg);
}
.center_info .arrowBox._02 span:nth-child(1){
    background-image: url(../images/sub_w/sub_01/ico_arrow_03.svg);
}
.center_info .arrowBox._02 span:nth-child(2){
    background-image: url(../images/sub_w/sub_01/ico_arrow_04.svg);
}
.org_wrap.__W{
    background-image: url(../images/sub_w/sub_01/bg_org.png);
}
.org_chart .lv2_list:not(:has(.org_cont)) .org_ttl:after{
    display: none;
}
@media screen and (max-width: 1279px) {
    .center_info{
        padding: 24px;
        flex-direction: column;
    }
    .center_info .arrowBox{
        transform: rotate(90deg);
    }
    .center_info .textBox{
        margin-top: 16px;
    }
    .org_wrap.__W{
        background-image: none;
    }
}
@media screen and (max-width: 767px) {
    .org_chart .lv2_list::before{
        height: calc(50% + 52px );
    }
    .org_chart .lv2_list > li.org_lv2 .org_cont{
        margin-top: 8px;
    }
    .org_wrap.__W .org_chart .lv2_list::before{
        height: 93px;
    }
}
/* sub01_01센터소개 */

/* sub01_02찾아오시는 길 */
.map_infoBox > .tit.location::before{
    background-image: url(../images/sub_w/sub_01/ico_location.svg);
}
/* sub01_02찾아오시는 길 */
/* ########## sub - 01 ########## */

/* ########## sub - 02 ########## */
.workflowBox > .workflow_item > .contBox.h_208{
    height: 208px;
}
.workflowBox > .workflow_item > .contBox.h_180{
    height: 180px;
}
.workflowBox > .workflow_item > .contBox.h_181{
    height: 181px;
}
.workflowBox > .workflow_item > .titBox > .txt_box.h_56{
    height: 56px;
}
/* ########## sub - 02 ########## */

/* ########## sub - 03 ########## */
.workflowBox > .workflow_item > .contBox.h_212{
    height: 212px;
}
.workflowBox > .workflow_item > .contBox.h_240{
    height: 240px;
}
.txt_underline{
    text-decoration: underline;
    text-underline-offset: 3px;
}
.workflowBox > .workflow_item > .contBox.h_156{
    height: 156px;
}
.workflowBox > .workflow_item > .contBox.h_265{
    height: 265px;
}
.workflowBox > .workflow_item > .contBox.h_132{
    height: 132px;
}
.workflowBox > .workflow_item > .contBox.h_160{
    height: 160px;
}
/* ########## sub - 03 ########## */



/* ########## 서부 컨텐츠 ########## */


/* ########## 마이페이지 ########## */
.table_data_row th:has(.mypage_photo){
    padding: 0;
    position: relative;
}
.mypage_photo{
    border-left:solid 1px #D8D8D8;
    border-right:solid 1px #D8D8D8;
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mypage_photo .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.text_box.my_page_scrollbox,
.text_box.introduction{
    border-radius: 16px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 24px;
    margin-top: 16px;
    height: 384px;
}
.my_page_scrollbox {
    position: relative;
}
.my_page_scrollbox > * {
    overflow: auto;
}
.my_page_scrollbox::-webkit-scrollbar {
    display: none;
}
.my_page_scrollbox .scroll {
    position: absolute;
    top: 24px; right: 10px;
    z-index: 10;
    width: calc(100% - 34px);
    height: calc(100% - 48px);
    padding-right: 14px;
}
.my_page_scrollbox.scroll{
    height: 100%;
}
.my_page_scrollbox .scroll::-webkit-scrollbar {
    width: 2px;
}
.my_page_scrollbox .scroll::-webkit-scrollbar-thumb {
    background-color: #1C1C1C;
}
.my_page_scrollbox .scroll::-webkit-scrollbar-track {
    background-color: #D4D4D4;
}
/* ########## 마이페이지 ########## */
.my_page_btns .btn {
    width: auto;
    min-width: 92px;
}

/* ########## 지원서 ########## */
.textArea_scroll::-webkit-scrollbar {
    width: 2px;
}
.textArea_scroll::-webkit-scrollbar-thumb {
    background-color: #1C1C1C;
}
.textArea_scroll::-webkit-scrollbar-track {
    background-color: #D4D4D4;
}
.complete_box{
    margin: 40px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.complete_box .img_box{
    width: 696px;
    height: 240px;
}
.complete_box .img_box .img{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../images/sub_e/sub_99/img_complete.png);
}
.complete_box .txt_box p{
    font-size: 24px;
    font-weight: 700;
}
.complete_box .txt_box p span{
    color: #00937F;
    font-size: 24px;
    font-weight: 700;
}
.complete_btn{
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .complete_box .img_box{
        width: 100%;
    }
    .complete_box{
        margin-top: 32px;
    }
}
/* ########## 지원서 ########## */

/* ########## 지원서 등록 ########## */

/* 기간제 교원 지원서 등록 */
.mgt32{
    margin-top: 32px;
}
.form_container .important{
    color: #F00;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    flex-wrap: wrap;
    padding-left: 8px;
}
.form_container .important_dot {
    color: #F00;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.9px;
    vertical-align: middle;
    margin-right: 3px;
}
.form_container .sub_tit {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 150%;
    letter-spacing: -0.8px;
}
.form_container .optional{
    color: #0058CE;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    flex-wrap: wrap;
    padding-left: 8px;
}
.form_container .form_title{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 50px;
}
.form_container .form_title .inr{
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}
.form_container .form_title .inr .subtit_l{
    margin-top: 0;
}
.form_container .form_title .add_form{
    display: flex;
    gap: 12px;
    align-items: center;
}
.form_container .form_title .add_form button{
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    padding: 4px 10px;
    padding-right: 30px;
    color:#1D1D1D;
    font-size: 14px;
    font-weight: 500;
}
.form_container .form_title .add_form button.delect{
    background: #FFF1F3;
    background-image: url(../images/sub_e/sub_99/ico_delete.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 11px 11px;
}
.form_container .form_title .add_form button.add{
    background: #E9F2FB;
    background-image: url(../images/sub_e/sub_99/ico_add.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 11px 11px;
}
.form_container .form_wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 16px;
}
.form_container .form_wrap > li{
    border-radius: 16px;
    background: #F8F8F8;
    padding: 16px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.form_container .form_wrap > li.span02{
    grid-column: span 2;
}
.form_container .form_wrap > li label .tit{
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    padding-left: 4px;
    margin-bottom: 8px;
}
.form_container .form_wrap > li label .tit:has(span){
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.form_container .form_wrap > li label .tit span{
    font-size: 14px;
    font-weight: 500;
    padding-top: 1px;
}
/* input */
.form_container .form_wrap > li .input_inr{
    width: 100%;
}
.form_container .form_wrap > li .input_inr > div + div {
    margin-top: 16px;
}
.form_container .form_wrap > li .input_inr > .inr + div {
    margin-top: 0;
}
.form_container .form_wrap > li .input_inr > .input_inr + div {
    margin-top: 0;
}
.form_container .form_wrap > li input{
    width: 100%;
    min-height: 45px;
    border-radius: 12px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 12px;
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 400;
}
.form_container .form_wrap li input::placeholder{
    color: #8E8E8E;
}
.form_container .form_wrap li input:focus{
    outline: solid 1px #717171;
}
/* input */

/* radio */
.form_container .form_wrap li .radio_inr,
.form_container .form_wrap li .check_inr{
    padding-left: 4px;
    width: 100%;
    min-height: 45px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.form_radio,
.form_check{
    display: flex;
}
.form_radio input[type=radio] ~ label,
.form_check input[type=checkbox] ~ label{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 28px;
}
.form_radio input[type=radio],
.form_check input[type=checkbox]{
    display: none;
}
.form_radio input[type=radio] ~ label:before,
.form_radio input[type=radio] ~ label:after,
.form_check input[type=checkbox] ~ label:before,
.form_check input[type=checkbox] ~ label:after{
    display: block;
    content: "";
    /* transition: 0.4s cubic-bezier(0.4, 0, 0.23, 1); */
}
.form_radio input[type=radio] ~ label:before,
.form_check input[type=checkbox] ~ label:before{
    z-index: 4;
}
.form_radio input[type=radio] ~ label:after,
.form_check input[type=checkbox] ~ label:after{
    z-index: 3;
}
.form_radio input[type=radio]:focus ~ label,
.form_check input[type=checkbox]:focus ~ label{
    outline-offset: 0.4rem;
    outline: 2px solid #717171;
}
.form_radio input[type=radio]:disabled + label,
.form_check input[type=checkbox]:disabled + label{
    cursor: default;
}
.form_radio input[type=radio] ~ label:after ,
.form_check input[type=checkbox] ~ label:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #C6C6C6;
    border-radius: 50%;
}
.form_check input[type=checkbox] ~ label:after{
    border-radius: 2px;
}
.form_radio input[type=radio]:checked ~ label:after ,
.form_check input[type=checkbox]:checked ~ label:after {
    border-color: #003985;
}
.form_radio input[type=radio]:checked + label::before{
    position: absolute;
    top: 10px;
    left: 10px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #003985;
}
.form_check input[type=checkbox]:checked + label::before{
    position: absolute;
    top: 10px;
    left: 10px;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 7px;
    background-image: url(../images/sub_e/sub_99/ico_check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/* radio */

/* select */
.select_inr .select{
    width: 100%;
}
.select_inr .select:focus{
    outline: none;
}
.select .selectbox > button:focus{
    outline-style: solid;
    outline-width: 1px;
    outline-style:#8E8E8E;
}
.select_inr.border{
    border-top: solid 1px #D8D8D8;
    margin-top: 10px;
    padding-top: 16px;
}

/* textarea */
.textarea_inr{
    width: 100%;
}
.textarea_inr .txt_ex{
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    text-align: right;
}
.textarea_inr .textareaBox{
    border-radius: 8px;
    border: 1px solid #C6C6C6;
    background: #FFF;
    padding: 12px 16px;
    padding-right: 8px;
    height: 127px;
}
.textarea_inr .textareaBox.long{
    height: 336px;
}
.textarea_inr .textareaBox > textarea{
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    resize: none;
    padding-right: 8px;
}
.textarea_inr .textareaBox > textarea:focus{
    outline: none;
}
.textarea_inr .textareaBox > textarea::-webkit-scrollbar {
    width: 2px;
}
.textarea_inr .textareaBox > textarea::-webkit-scrollbar-thumb {
    background-color: #1C1C1C;
}
.textarea_inr .textareaBox > textarea::-webkit-scrollbar-track {
    background-color: #D4D4D4;
}

.textarea_inr .textarea_sub {
    display: flex;
    align-items: center;
}
.textarea_inr .textarea_sub.left {
    justify-content: flex-start;
}
.textarea_inr .textarea_sub.center {
    justify-content: center;
}
.textarea_inr .textarea_sub.right {
    justify-content: flex-end;
}
.textarea_inr .textarea_sub span {
    color: #1D1D1D;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 150%;
    letter-spacing: -0.7px;
}

/* birth */
.birth_inr{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
}
.birth_inr .select{
    height: 45px;
}
.birth_inr .select .selectbox .optionWrap{
    max-height: 266px;
}
.birth_inr .select:nth-child(1){
    width: 46%;
}
.birth_inr .select:nth-child(2),
.birth_inr .select:nth-child(3){
    width: 27%;
}

/* address */
.address_inr{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.address_inr .inr{
    display: flex;
    align-items: center;
    gap: 8px;
}
.address_inr .inr.in_search > input{
    width: calc(100% - 89px);
}
.address_inr .inr.in_search > .address_searchBtn{
    width: 89px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #00937F;
    color:#FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 45px;
}
/* photo */
.photo_inr{
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: flex-start;
}
.photo_inr .inr .photoBox{
    width: 93px;
    height: 100px;
    border-radius: 12px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    background-image: url(../images/sub_e/sub_01/img_photo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.photo_inr .inr .photoBox .img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.photo_inr .inr .file-input {
    display: none;
}
.photo_inr .inr .file-select{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 89px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
    background: #00937F;
    cursor: pointer;
}
.photo_inr .inr .txt{
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
}

.gh_photo_box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;
}
.gh_photo_box .file_box {
    display: flex;
    padding-right: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-right: 1px solid #D8D8D8;
}
.gh_photo_box .file_box .file_button {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.gh_photo_box .file_box .file_button .file_byte {
    color: #717171;
    font-size: 14px;
}
.gh_photo_box .inr .txt{
    margin-top: 8px;
}
.gh_photo_box .inr .txt span{
    color: #717171;
    font-size: 14px;
    font-weight: 400;
}
.gh_photo_box .ex_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
}
.gh_photo_box .ex_box .ex_txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}
.gh_photo_box .ex_box .ex_txt span {
    font-size: 14px;
}
.gh_photo_box .ex_box .img_box {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    gap: 26px;
}
.gh_photo_box .ex_box .img_box .img_o {
    display: flex;
    width: 100px;
    height: 130px;
    padding: 12px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;

    border-radius: 8px;
    border: 1.5px solid #5FAA14;
    background: center/cover no-repeat url(../images/sub/write_app_ex2.png);

    position: relative;
}
.gh_photo_box .ex_box .img_box .img_o .ico_o_box {
    display: inline-flex;
    padding: 4px;
    align-items: center;
    gap: 10px;
    border-radius: 0 8px;
    background: #5FAA14;

    position: absolute;
    top: -1px;
    right: -1px;
}
.gh_photo_box .ex_box .img_box .img_o .ico_o_box .ico_o {
    width: 14px;
    height: 14px;
    aspect-ratio: 1/1;
    background: center/cover no-repeat url(../images/sub/write_app_ex_o.svg);
}
.gh_photo_box .ex_box .img_box .img_x {
    display: flex;
    width: 100px;
    height: 130px;
    padding: 12px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;

    border-radius: 8px;
    border: 1.5px solid #F00;
    background: center/cover no-repeat url(../images/sub/write_app_ex3.png);

    position: relative;
}
.gh_photo_box .ex_box .img_box .img_x .ico_x_box {
    display: inline-flex;
    padding: 4px;
    align-items: center;
    gap: 10px;
    border-radius: 0 8px;
    background: #F00;

    position: absolute;
    top: -1px;
    right: -1px;
}
.gh_photo_box .ex_box .img_box .img_x .ico_x_box .ico_x {
    width: 14px;
    height: 14px;
    aspect-ratio: 1/1;
    background: center/cover no-repeat url(../images/sub/write_app_ex_x.svg);
}
.gh_photo_box .inr .photoBox{
    width: 100px;
    height: 130px;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    background-image: url(../images/sub_e/sub_01/img_photo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.gh_photo_box .inr .photoBox .img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.gh_photo_box .inr .photoBox:has(.ex_img){
    border: unset;
}
.gh_photo_box .inr .photoBox .img.ex_img{
    background: url(../images/sub/write_app_ex1.png);
}
.gh_photo_box .inr .file-input {
    display: none;
}
.gh_photo_box .inr .file-select{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 89px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
    background: #00937F;
    cursor: pointer;
}



/* 휴대전화 */
.phone_inr{
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
}
.phone_inr > input,
.phone_inr > .select{
    width: 33%;
    min-width: 32%;
}
/* 학력 */
.formBox.type_02{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.formBox .box_inr{
    flex: 1;
    position: relative;
}
.formBox .box_inr::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #D8D8D8;
    top: 0;
    right: -16px;
}
.formBox .box_inr:last-child:before{
    display: none;
}
.formBox .box_inr .select_inr.col,
.formBox .box_inr .input_inr.col,
.formBox.type_03 .box_inr .calculated_inr{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.formBox .input_inr .flex {
    display: flex;
    gap: 12px;
    flex-direction: row !important;
}
.formBox.type_02 .box_inr .select{
    width: 100%;
}
/* 경력 */
.formBox.type_03{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
}
.formBox.type_03 .box_inr .inr{
    min-height: 111px;
}
.formBox.type_03 .box_inr .input_inr .inr{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.formBox.type_03 .box_inr .calculated_inr .inr{
    display: flex;
    gap: 6px;
    flex-direction: column;
}
.formBox.type_03 .box_inr .calculated_inr .inr div{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.formBox.type_03 .box_inr .calculated_inr .inr div input{
    height: 33px;
    min-height: 33px;
    padding: 6px 12px;
}

.formBox.type_03.col {
    display: flex;
    align-items: flex-start;
}

/* 자격증 */
.input_inr .certification_input{
    width: 100%;
    height: 58px;
    min-height: 58px;
    border-radius: 12px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    resize: none;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #8E8E8E;
}
.input_inr .certification_input:focus{
    outline: none;
    outline-style: solid;
    outline-width: 1px;
    outline-style:#8E8E8E;
}
.input_inr .certification_input:focus::placeholder{
    display: none;
}
.input_inr .certification_input::placeholder{
    color: #8E8E8E;
}
.input_inr .certification_input::-webkit-scrollbar{
    display: none;
}

/* 교원자격증 */
.formBox.gh_type1{
    display: flex;
    gap: 32px;
}
.formBox .box_inr.gh_box_inr {
    flex: none;
    width: 93px;
}
/* 교원자격증 */

/* file */
.file_inr{
    /* border: solid 1px black; */
}
.file_inr .file_select{
    display: flex;
    align-items: center;
    gap: 10px;
}
.file_inr .file_select .file-input {
    display: none;
}
.file_inr .file_select .file-select{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 89px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
    background: #00937F;
    cursor: pointer;
}
.file_inr .file_select .txt span{
    color: #717171;
    font-size: 14px;
    font-weight: 400;
}
.file_inr .fileListBox{
    margin-top: 16px;
    padding-top: 16px;
    border-top: solid 1px #C6C6C6;
}
.file_inr .fileListBox ul li + li{
    margin-top: 10px;
}
.file_inr .fileListBox ul li .file-name{
    display: flex;
    align-items: center;
    gap: 6px;
}
.file_inr .fileListBox ul li .file-name > p{
    overflow: hidden;
    color:#1D1D1D;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.file_inr .fileListBox ul li .file-name > button{
    text-indent: -999px;
    overflow: hidden;
    width: 14px;
    height: 14px;
    background-image: url(../images/sub_e/sub_99/ico_remove.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/* 자격증 */
.form_wrap .in_03 .formBox{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.form_wrap .in_03 .box_inr{
    flex: 1;
}
/* 바로가기 */
.formBox .gotoLink{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    color: #00937F;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
    border: 1px solid #00937F;
    background: #FFF;
    cursor: pointer;
}
.formBox .gotoLink .ico{
    width: 16px;
    height: 16px;
    display: flex;
    margin-left: 4px;
    background-image: url(../images/sub_e/sub_99/ico_link.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/* checkBox	*/
.check_inr .txt{
    font-size: 14px;
    font-weight: 400;
}
.check_inr .txt > span{
    font-weight: 500;
}


/* datepicker */
.input_inr .datepicker{
    background-image: url(../images/sub_e/sub_01/ico_calendar.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 20px !important;
}
.input_inr .datepicker:focus{
    outline: none;
}
.input_inr.row{
    display: flex;
    align-items: center;
    gap: 4px;
}

/* 버튼 */
.form_btn{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.form_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 139px;
    height: 44px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
}
.form_btn a.btn-save{
    border: 1px solid #003985;
    background: #FFF;
    color: #003985;
}
.form_btn a.btn-submit{
    background: #003985;
    color: #FFF;
}
.fileDown{
    border-radius: 12px;
    border: 1px solid #00937F;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 16px;
    color: #00937F;
    font-size: 16px;
    font-weight: 400;
}
.fileDown .ico{
    margin-left: 4px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../images/sub_e/sub_99/ico_download.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* 추가 폼 */
.exform_wrap{
    border-radius: 20px;
    border: 1px solid #C6C6C6;
    background: #FFF;
    padding: 24px;
    margin-top: 32px;
}
.exform_wrap > li + li{
    border-top: solid 1px #C6C6C6;
    margin-top: 32px;
    padding-top: 32px;
}
.exform_wrap > li > .form_wrap{
    margin-top: 0px;
}

/* 서부 : 자격증(교원자격증) */
.form_wrap li.type_05 .formBox{
    display: flex;
    flex-direction: row;
    gap: 32px;
}
.form_wrap li.type_05 .formBox .box_inr{
    flex: auto;
}
.form_wrap li.type_05 .formBox .box_inr:nth-child(1),
.form_wrap li.type_05 .formBox .box_inr:nth-child(2),
.form_wrap li.type_05 .formBox .box_inr:nth-child(3){
    width: 13.333%;
}
.form_wrap li.type_05 .formBox .box_inr:nth-child(4),
.form_wrap li.type_05 .formBox .box_inr:nth-child(5),
.form_wrap li.type_05 .formBox .box_inr:nth-child(6){
    width: 20%;
}

.formBox > .txt{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.7px;
}

@media screen and (max-width: 1279px) {
    /* birth */
    .birth_inr .select:nth-child(1){
        width: 33%;
    }
    .birth_inr .select:nth-child(2),
    .birth_inr .select:nth-child(3){
        width: 33%;
    }
    .formBox .box_inr::before{
        display: none;
    }
    .form_container .form_wrap > li.type_02{
        background-color: #fff;
        gap: 16px;
        padding: 0;
    }
    .form_container .form_wrap > li.type_02 .box_inr{
        border-radius: 16px;
        background: #F8F8F8;
        padding: 16px;
    }
    .formBox.type_02 {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    /* 경력 */
    .formBox.type_03 {
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
        /* background-color: #fff; */
        gap: 16px !important;
    }
    .formBox.type_03 .box_inr .inr{
        min-height: auto;
    }
    .formBox.type_03 .box_inr .input_inr.in_span .inr{
        flex-direction: row;
        gap: 19px;
        position: relative;
    }
    .formBox.type_03 .box_inr .input_inr.in_span .inr::before{
        content: '~';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .formBox.type_03.col {
        flex-wrap: wrap;

    }
    .formBox.type_03.col .box_inr {
        flex: 1 1 calc(50% - 16px);
    }
    .formBox.type_03.col .box_inr .calculated_inr .inr {
        flex-direction: row;
        gap: 16px;
    }
    .formBox.type_03.col .box_inr .calculated_inr .inr div {
        gap: 4px;
    }
    .formBox.type_03.col .box_inr .calculated_inr .inr div input {
        min-height: 45px;
    }

    /* 자격증 */
    .form_container .form_wrap > li.in_03{
        background-color: #fff;
        padding: 0;
    }
    .form_wrap .in_03 .formBox{
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .form_container .form_wrap .in_03 > li{
        background-color: #fff;
        padding: 0;
    }
    .form_wrap .in_03 .box_inr{
        border-radius: 16px;
        background: #F8F8F8;
        padding: 16px;
    }
    /* 서부 : 자격증(교원자격증) */
    .form_container .form_wrap > li.type_05{
        padding: 0;
    }
    .form_wrap li.type_05 .formBox{
        flex-wrap: wrap;
        background-color: #fff;
        gap: 16px;
    }
    .form_wrap li.type_05 .formBox .box_inr{
        background-color: #f8f8f8;
        padding: 16px;
        border-radius: 16px;
    }
    .form_wrap li.type_05 .formBox .box_inr:nth-child(1),
    .form_wrap li.type_05 .formBox .box_inr:nth-child(2),
    .form_wrap li.type_05 .formBox .box_inr:nth-child(3),
    .form_wrap li.type_05 .formBox .box_inr:nth-child(4),
    .form_wrap li.type_05 .formBox .box_inr:nth-child(5),
    .form_wrap li.type_05 .formBox .box_inr:nth-child(6){
        width: calc(50% - 16px);
    }
    /* 교원자격증 */
    .formBox.gh_type1 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
        gap: 16px !important;
    }
    .formBox .box_inr.gh_box_inr {
        width: unset;
    }
}
@media screen and (max-width: 767px) {
    .form_container .form_wrap{
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .form_container .form_wrap.gap0{
        gap: 0;
    }
    .form_container .form_wrap > li.span02{
        /* grid-column: span 1 !important; */
    }
    .formBox.type_02 {
        grid-template-columns: repeat(1, 1fr);
    }
    .formBox.type_03{
        grid-template-columns: repeat(1, 1fr);
    }
    .formBox.type_03.col .box_inr {
        flex: 1 0 100%;
    }
    /* 자격증 */
    .form_wrap .in_03 .formBox{
        grid-template-columns: repeat(1, 1fr);
    }
    /* 서부 : 자격증(교원자격증) */
    .form_wrap li.type_05 .formBox .box_inr:nth-child(1),
    .form_wrap li.type_05 .formBox .box_inr:nth-child(2),
    .form_wrap li.type_05 .formBox .box_inr:nth-child(3),
    .form_wrap li.type_05 .formBox .box_inr:nth-child(4),
    .form_wrap li.type_05 .formBox .box_inr:nth-child(5),
    .form_wrap li.type_05 .formBox .box_inr:nth-child(6){
        width: 100%;
    }
    /* 교원자격증 */
    .formBox.gh_type1 {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* ########## 지원서 등록 ########## */



@media screen and (max-width: 990px) {
    .gh_photo_box {
        flex-direction: column;
    }
    .gh_photo_box .file_box {
        border-right: unset;
        flex-direction: row;
    }
}
@media screen and (max-width: 767px) {
    .gh_photo_box .ex_box {
        flex-direction: row;
    }
}
@media screen and (max-width: 500px) {
    .gh_photo_box .ex_box {
        flex-direction: column;
    }
}





@media screen and (max-width: 1279px) {
}


/* calendar */
/* #ui-datepicker-div.ui-datepicker .ui-datepicker-prev span {transform: initial;}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next span {transform: initial;} */