@charset "utf-8";

/* common */
:root {
    --sub1-color: #22213a;
    --sub2-color: #22213a;
}

#sub_intro {
    margin: 0 auto;
    padding-top: 110px;
    width: 100%;
    height: 530px;
    color: #fff;
    background-size: cover;
    /* background-position: center center; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;

    /* display: flex;
    align-items: center;
    justify-content: center; */
}

#sub_intro .sub_intro_text {
    position: absolute;
    top: calc(50% + 55px);
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .si_route{ */
/* display: flex; */
/* } */

/* sub menu */
#sub_menu {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #d7d7d7;
    box-sizing: border-box;
}

#sub_menu .center {
    height: 100%;
}

#sub_menu ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;

    word-break: keep-all;

}

#sub_menu ul li {
    text-align: center;

    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    box-sizing: border-box;
    cursor: pointer;
}

#sub_menu ul li.on {
    font-family: 'Pretendard-Bold', sans-serif;
    color: var(--blue);
    border-bottom: 3px solid var(--blue);
    margin-bottom: -3px;
}

.sub1_menu ul li {
    width: 12%;
}

.sub1_menu ul li {
    width: 15%;
}

#sub_content {
    padding: 105px 0;
}

.sub_green_border_section {
    border-top: 1px solid #00593D;
}

/* sub1 */
.sub1_intro {
    background-image: url("../images/sub_intro3.png");
}

/* sub2 */
.sub2_intro {
    background-image: url("../images/sub_intro3.png");
}

.sub3_intro {
    background-image: url("../images/sub_intro3.png");
}

.sub4_intro {
    background-image: url("../images/sub_intro3.png");
}

.sub5_intro {
    background-image: url("../images/sub_intro3.png");
}

.sub6_intro {
    background-image: url("../images/sub_intro3.png");
}

#sub_content .common_sub_title {
    width: 100%;
    text-align: center;
    color: #959595;
}

label{
    cursor: pointer;
}

/* span에만 밑줄 주기 */
#sub_content .common_sub_title span {
    border-bottom: 1px solid var(--green);
    padding-bottom: 5px;
    display: inline-block;
}

#sub_content .common_title {
    text-align: center;
    color: var(--green);
}

.sub_intro_text {
    text-align: center;
}


.sub1_1_section .section1 {
    position: relative;
}

.sub1_1_section .section1>span {
    display: block;
    width: 48px;
    height: 2px;
    background-color: var(--blue);

    margin: 35px 0;
}

.sub1_1_section .section1 .text {
    color: #555555;
}

.sub1_1_section .section1 .bg_text {
    position: absolute;
    top: 81%;
    right: -77%;
    transform: translate(-0%, -50%);
    font-size: 400px;
    color: #f6f6f6;
    z-index: -1;
}

.sub1_2_section .section1 {}

.sub1_2_section .section1 .title {
    color: #bbbbbb;
}

.sub1_2_section .section1 .title span {
    color: var(--blue);
}

.sub1_2_section .section1 {
    position: relative;
}

.sub1_2_section .section1 .center>p {
    color: #555555;
    margin-bottom: 360px;
}

.sub1_2_section .section1 .img_area {
    position: absolute;
    top: 600px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sub1_2_section .section2 {
    color: white;
    background-color: #172d61;
    height: 850px;

    background-image: url(../images/sub1_2_bg1.png);
    background-position: 99% 43%;
    background-repeat: no-repeat;
    background-size: auto;
}

#sub_content.sub1_2 {
    padding: 105px 0 0;
}

.sub1_2_section .section2 .text {
    padding-top: 400px;
}

.sub1_3_section .big_year {
    color: var(--blue);
    padding-right: 50px;
}

.sub1_3_section .section1 .left {
    text-align: right;

}

.sub1_3_section .section1 .right ul {
    position: relative;
    padding-top: 20px;
}

.sub1_3_section .section1 .right ul>img {
    position: absolute;
    top: 193px;
    left: -50px;
    transform: translate(-50%, -50%);
}

.sub1_3_section .section1 .right ul li {}

.sub1_3_section .section1 .right ul li p {
    color: #555555;
}

.sub1_3_section .section1 .right ul li p span {
    color: #111;
}

.sub1_3_section .section1 .right {
    padding-left: 100px;
}

.sub1_4_section .section1 {
    position: relative;
}

.sub1_4_section .section1 .label {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: 999;
}



.sub1_4_section .left,
.sub1_4_section .right {
    width: 50%;
    box-sizing: border-box;
}

.sub1_4_section .right {
    padding-left: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sub1_4_section .right .title {
    color: #bbbbbb;
}

.sub1_4_section .right .title span {
    color: var(--blue);
}

.sub1_4_section .right>p {
    color: #555555;
}

.sub1_4_section .right ul {
    display: flex;
    flex-direction: column;

    margin-bottom: 50px;
}

.sub1_4_section .right ul li {
    padding: 50px 0;
    border-bottom: 1px solid #777777;
}


/* section2_1 */

.sub2_1_section .table_wrap1 table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #00593D;
}

.sub2_1_section .table_wrap table {
    border-collapse: collapse;
    width: 100%;
    /* border-top: 1px solid #00593D; */
}

.sub2_1_section .table_wrap table tr {
    border-bottom: 1px solid #d7d7d7;
    /* transition: 0.5s; */
}

.sub2_1_section .table_wrap table tr td {
    padding: 26px 0;
    cursor: pointer;
}

.sub2_1_section .table_wrap .tabs {
    width: 60%;
}

.sub2_1_section .table_wrap .tabs ul {
    display: flex;
    width: 100%;
    padding: 0;
    list-style: none;

}

.sub2_1_section .table_wrap .tabs li {
    flex: 1;
    text-align: center;
}

.sub2_1_section .table_wrap .tabs li a {
    display: flex;
    justify-items: center;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px 0;
    text-decoration: none;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    transition: all 0.2s;
}

.sub2_1_section .table_wrap .tabs li.active a {
    background: #00593D;
    color: white;
    border-color: #00593D;
    font-family: 'Pretendard-Bold', sans-serif;
}


.sub2_1_section .table_wrap table tr:nth-child(1) {
    border-top: 1.5 px solid #00593D;
}

.sub2_1_section .table_wrap table tr td:nth-child(1),
.sub2_1_section .table_wrap table tr td:nth-child(3) {
    text-align: center;
}

.sub2_1_section .table_wrap table tr td:nth-child(1) {
    font-family: 'Pretendard-Regular', sans-serif;
}

.sub2_1_section .table_wrap table tr td:nth-child(2) {
    font-family: 'Pretendard-Regular', sans-serif;
    color: #D7D7D7;
}

.sub2_1_section .table_wrap table tr td:nth-child(3) {
    display: flex;
    text-align: left;
    align-items: center;
    font-family: 'Pretendard-Regular', sans-serif;
}

.sub2_1_section .table_wrap table tr td:nth-of-type(3) .date {
    color: #959595;
}

.sub2_1_section .table_wrap table tr td:nth-of-type(3) .date::after {
    content: " | ";
    margin: 0 4px;
    color: #D7D7D7;
}


.sub2_1_section .table_wrap table tr td:nth-of-type(3) .d-ing {
    font-family: 'Pretendard-SemiBold', sans-serif;
    color: #00593D;
}

.sub2_1_section .table_wrap table tr td:nth-of-type(3) .d-always {
    font-family: 'Pretendard-SemiBold', sans-serif;
    color: #F07F0A;
}

.sub2_1_section .table_wrap table tr td:nth-child(4) {
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sub2_1_section .table_wrap table .state {
    justify-content: center;
    align-items: center;

    min-width: 100px;
    display: inline-flex;
    padding: 10px 15px;
    box-sizing: border-box;
    color: white;
}

.sub2_1_section .table_wrap table .ing {
    background-color: #00593D;
    border: #00593D;
}

.sub2_1_section .table_wrap table .close {
    background-color: #959595;
    border: #959595;
}

.sub2_1_section .table_wrap table .always {
    background-color: #57B4AC;
    border: #57B4AC;
}

/* sub2_1_d 기존 sub4_1_d*/
.sub2_1_d_section .title .sub_content p {
    display: flex;
    align-items: center;
}

.sub2_1_d_section .title .sub_content .state {
    padding: 7.5px 15px;
    margin-right: 20px;
    align-content: center;
    align-items: center;
    justify-items: center;

    background-color: var(--green);
    color: white;
    box-sizing: border-box;
}

.sub2_1_d_section .title {
    border-top: 1px solid var(--green);
    border-bottom: 1px solid #D7D7D7;
    display: flex;
    padding: 40px 0;
    justify-content: space-between;
    align-items: center;
}

.sub2_1_d_section .title l {
    color: #D7D7D7;
}

.sub2_1_d_section .title d {
    color: #959595;
}

.sub2_1_d_section .title .sub_state .ing {
    align-items: center;
    justify-items: center;

    background-color: var(--green);
    color: white;
    padding: 10px 15px;
    box-sizing: border-box;
}

.sub2_1_d_section .title .sub_state .close {
    align-items: center;
    justify-items: center;

    background-color: #959595;
    color: white;
    padding: 10px 15px;
    box-sizing: border-box;
}

.sub2_1_d_section .title .sub_state .always {
    align-items: center;
    justify-items: center;

    background-color: #57B4AC;
    color: white;
    padding: 10px 15px;
    box-sizing: border-box;
}

.sub2_1_d_section .info1 .ing {
    color: var(--green);
}

.sub2_1_d_section .info1 .always {
    color: #F07F0A;
}


.sub2_1_d_section .info1 span,
.sub2_1_d_section .info2 span {
    padding: 0 1px;
    color: #777;
}

.sub2_1_d_section .info2 {
    color: #111;
}

.sub2_1_d_section .content {
    padding: 50px;
    min-height: 350px;
}

.sub2_1_d_section .content img {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
}


.sub2_1_d_section .attach {
    display: flex;
    flex-direction: column;
    gap: 20px;

    box-sizing: border-box;
    border-radius: 8px;
    padding: 30px;
    width: 100%;
    background-color: #f5f5f5;
}

.sub2_1_d_section ul.attach li {
    display: flex;
    align-items: center;
}

.sub2_1_d_section .attach i {
    font-size: 24px;
    padding-right: 24px;
}

.sub2_1_d_section .arrow_wrap {
    border: 1px solid #d7d7d7;
    padding: 20px 45px;
}

.sub2_1_d_section .arrow_wrap b {
    font-family: 'Pretendard-Light', sans-serif;
    font-weight: normal;
}

.sub2_1_d_section .arrow_wrap ul {
    display: flex;
}

.sub2_1_d_section .arrow_wrap ul li {
    width: 50%;
    cursor: pointer;
    height: 70px;

    display: flex;
    align-items: center;
}

.sub2_1_d_section .arrow_wrap ul li:first-child {
    border-right: 1px solid #d7d7d7;
}

.sub2_1_d_section .arrow_wrap ul li:first-child i {
    padding-right: 25px;
}

.sub2_1_d_section .arrow_wrap ul li:last-child {
    justify-content: flex-end;
}

.sub2_1_d_section .arrow_wrap ul li:last-child i {
    padding-left: 25px;
}

.sub2_1_d_section .arrow_wrap ul li span {
    padding: 0 12px;
    color: #d7d7d7;
}

.sub2_1_d_section .btn {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 20px;
    border-radius: 5px;
}

.sub2_1_d_section .list_btn {
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #959595;
    padding: 20px 60px;

    color: white;
    cursor: pointer;
}

.sub2_1_d_section .apply_btn {
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #00593D;
    padding: 20px 60px;

    color: white;
    cursor: pointer;
}

/* sub2_1_1 */
/* sub5_1.jsp */
/* sub2_1_2 */

.sub2_1_1_section .title .sub_content p {
    display: flex;
    align-items: center;
}

.sub2_1_1_section .title .sub_content .state {
    padding: 7.5px 15px;
    margin-right: 20px;
    align-content: center;
    align-items: center;
    justify-items: center;

    background-color: var(--green);
    color: white;
    box-sizing: border-box;
}

.sub2_1_1_section .title_wrap .title {
    /* border-bottom: 1px solid #00593D; */
    display: flex;
    padding: 0 0 25px;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.sub2_1_1_section .title {
    border-bottom: 1px solid #00593D;
    display: flex;
    padding: 0 0 40px;
    justify-content: space-between;
    align-items: center;
}

.sub2_1_1_section .title l {
    color: #D7D7D7;
}

.sub2_1_1_section .title d {
    color: #959595;
}

.sub2_1_1_section .title .sub_state .ing {
    align-items: center;
    justify-items: center;

    background-color: var(--green);
    color: white;
    padding: 10px 20px;
    box-sizing: border-box;
}

.sub2_1_1_section .title .sub_state .close {
    align-items: center;
    justify-items: center;

    background-color: #959595;
    color: white;
    padding: 10px 20px;
    box-sizing: border-box;
}

.sub2_1_1_section .title .sub_state .always {
    align-items: center;
    justify-items: center;

    background-color: #57B4AC;
    color: white;
    padding: 10px 20px;
    box-sizing: border-box;
}

.sub2_1_1_section .info1 .ing {
    color: var(--green);
}

.sub2_1_1_section .info1 .always {
    color: #F07F0A;
}


.sub2_1_1_section .info1 span,
.sub2_1_1_section .info2 span {
    padding: 0 1px;
    color: #777;
}

.sub2_1_1_section .info2 {
    color: #111;
}


.sub2_1_1_section .content img {
    display: block;
    max-width: 100%;
}


.sub2_1_1_section .attach {
    display: flex;
    flex-direction: column;
    gap: 20px;

    box-sizing: border-box;
    border-radius: 8px;
    padding: 30px;
    width: 100%;
    background-color: #f5f5f5;
}

.sub2_1_1_section ul.attach li {
    display: flex;
    align-items: center;
}

.sub2_1_1_section .attach i {
    font-size: 24px;
    padding-right: 24px;
}

.sub2_1_1_section .arrow_wrap {
    border: 1px solid #d7d7d7;
    padding: 20px 45px;
}

.sub2_1_1_section .arrow_wrap b {
    font-family: 'Pretendard-Light', sans-serif;
    font-weight: normal;
}

.sub2_1_1_section .arrow_wrap ul {
    display: flex;
}

.sub2_1_1_section .arrow_wrap ul li {
    width: 50%;
    cursor: pointer;
    height: 70px;

    display: flex;
    align-items: center;
}

.sub2_1_1_section .arrow_wrap ul li:first-child {
    border-right: 1px solid #d7d7d7;
}

.sub2_1_1_section .arrow_wrap ul li:first-child i {
    padding-right: 25px;
}

.sub2_1_1_section .arrow_wrap ul li:last-child {
    justify-content: flex-end;
}

.sub2_1_1_section .arrow_wrap ul li:last-child i {
    padding-left: 25px;
}

.sub2_1_1_section .arrow_wrap ul li span {
    padding: 0 12px;
    color: #d7d7d7;
}

.sub2_1_1_section .btn {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
    gap: 20px;
    border-radius: 5px;
}

.sub2_1_1_section .back_btn {
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px 60px;
    border: 1px solid #d7d7d7;
    cursor: pointer;
}

.sub2_1_1_section .apply_btn {
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #00593D;
    padding: 20px 60px;

    color: white;
    cursor: pointer;
    border-radius: 5px;
}



.sub2_1_1_section .section2 .content .title::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 3px solid #1F3E66;
    border-radius: 50%;
}


.sub2_1_1_section .submit_btn {
    margin: 40px auto 0;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 180px;
    height: 55px;
    color: white;
    background-color: #1F3E66;
    border-radius: 5px;
}

.sub2_1_1_section g {
    color: #00593D;
}

.sub2_1_1_section d {
    color: #F07F0A;
}

.sub2_1_1_section b {
    color: #F07F0A;
    margin-left: 5px;
}

.sub2_1_1_section .small_input {
    width: 245px;
}

.sub2_1_1_section .required_info {
    color: #444444;

}


.sub2_1_1_section input {
    border: 1px solid #d7d7d7;
    width: 575px;
    padding: 9px 15px;
    box-sizing: border-box;
    font-size: 15px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-left: 24px;
    border-radius: 3px;

}

.sub2_1_1_section .etc_input {
    width: 245px;
    margin-left: 15px;
}

.sub2_1_1_section textarea {
    border: 1px solid #d7d7d7;
    width: 575px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 17px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-left: 24px;
    border-radius: 3px;

}

.sub2_1_1_section #file1 {
    display: none;
}

.sub2_1_1_section input {}

.sub2_1_1_section textarea {
    /*width: 80%;*/
    width: 78%;
    height: 150px;
}

.sub2_1_1_section input::placeholder,
.sub2_1_1_section textarea::placeholder {
    color: #747474;
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 17px;
}

.sub2_1_1_section .file_input_resume{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    margin-left: 0;
    margin-bottom: 50px;
}
.sub2_1_1_section .file_input_resume .resume_btn{
    margin: 0;
    background-color: #00593D;
    color: white;
    padding: 5px 15px;
    height: 50px;
    box-sizing: border-box;
    cursor: pointer;
}

.sub2_1_1_section .content ul .radio_group {

    margin: 24px 0 24px 24px;

    align-self: center;
}

.sub2_1_1_section .content ul li>textarea,
.sub2_1_1_section .content ul li>input,
.sub2_1_1_section .content ul li>select,
.sub2_1_1_section .content ul li>.input_wrap,
.sub2_1_1_section .content ul li>.password_wrap,
.sub2_1_1_section .content ul li>.address_wrap {
    margin-top: 15px;
    margin-bottom: 15px;

    /*align-self: center;*/
}

.sub2_1_1_section #pw {
    width: 447.5px;
}

.sub2_1_1_section #postcode {
    width: 435px;
}

.sub2_1_1_section .content ul {
    padding-left: 0 10px;
    display: flex;
    flex-direction: column;
    /* border-top: 1px solid #d7d7d7; */

}

.sub2_1_1_section .content ul li {
    display: flex;
    align-items: stretch;
    /* align-items: baseline; */

    border-bottom: 1px solid #959595;
}

.sub2_1_1_section .content ul li:nth-child(1) {
    display: flex;
    align-items: stretch;
    /* align-items: baseline; */

    border-top: 1px solid #00593D;
}


.sub2_1_1_section .content ul li>p {
    background-color: #F5F5F5;
    width: 200px;
    min-width: 200px;

    display: flex;
    align-items: center;

    padding: 15px 20px;
    box-sizing: border-box;
    color: #00593D;


}

/*.sub2_1_1_section .content ul li:nth-child(6)>p {*/
/*    align-items: flex-start;*/
/*    box-sizing: border-box;*/
/*    padding-top: 29px;*/
/*}*/

.sub2_1_1_section .content ul li:nth-child(11)>p {
    align-items: flex-start;

    padding-top: 29px;
}

.sub2_1_1_section label {
    color: #777777;
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 15px;
}

.sub2_1_1_section input::placeholder,
.sub2_1_1_section textarea::placeholder {
    color: #959595;

    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 15px;

}

.sub2_1_1_section .postcode {
    background-color: #EEEEEE;
}

.sub2_1_1_section .password_button {
    border: 1px solid #959595;
    background-color: #959595;
    color: #FFFFFF;
    padding: 10px 17.5px;
    margin-left: 5px;
    border-radius: 3px;
}

.sub2_1_1_section .address_button {
    border: 1px solid black;
    background-color: #FFFFFF;
    padding: 7.5px 17.5px;
    margin-left: 5px;
    border-radius: 3px;
}

.sub2_1_1_section .address_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}



.sub2_1_1_section .privacy_wrap2 .number_check_wrap {
    margin-top: 5px;
    margin-bottom: 65px;
}

.sub2_1_1_section .privacy_wrap2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    text-align: right;

}

.sub2_1_1_section .privacy_wrap {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-left: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.sub2_1_1_section textarea.privacy_box2 {
    width: 100%;
    margin-left: 0;
    overflow-y: scroll;
    /*overflow-y: hidden;*/
    height: 250px;
    /* 크기 조절 불가 */
    resize: none;
}

.sub2_1_1_section textarea.privacy_box {

    width: calc(100% - 20px);
    /*width: 100%;*/
    margin-left: 0;
    /* overflow-y: scroll; */
    overflow-y: hidden;
    color: #959595;
    font-size: 15px;
    font-family: 'Pretendard-Regular', sans-serif;

    /* 크기 조절 불가 */
    resize: none;
}

.sub2_1_1_section .all_check_wrap {
    margin: 45px 0 15px;
    display: flex;
    align-items: center;
}

.sub2_1_1_section .all_check_wrap input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 2px;
    cursor: pointer;
}


.sub2_1_1_section .check_wrap {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.sub2_1_1_section .check_wrap input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 2px;
    cursor: pointer;
}

.sub2_1_1_section .input_wrap {
    display: flex;
    flex-direction: column;
}

.sub2_1_1_section .search_box input[type='button'],
.sub2_1_1_section .search_select select,
.sub2_1_1_section .search_select,
.sub2_1_1_section .search_box input[type='text'] {
    height: 38px;
}

.sub2_1_1_section select {
    border: 1px solid #d7d7d7;
    width: 575px;
    padding: 9px 15px;
    box-sizing: border-box;
    font-size: 17px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-left: 24px;
}

.sub2_1_1_section select {
    color: #111111;
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 15px;
    /*color: #747474;*/
}

.sub2_1_1_section select:valid {}

.sub2_1_1_section select {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23747474' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
}


.sub2_1_1_section .plus-button {
    margin-bottom: 0;
}

.sub2_1_1_section table.resume_table .slash {
    font-family: 'Pretendard-Medium', sans-serif;
    font-size: 12px;
    color: #959595;
}

.sub2_1_1_section table.resume_table .nomargin_input {
    margin-left: 0;
    flex: 1;
}

.sub2_1_1_section table.resume_table {
    width: 100%;
    border-collapse: collapse;
    /* border-top: 1px solid #00593D; */
    /* border-bottom: 1px solid #d7d7d7; */
    table-layout: fixed;
    margin-bottom: 15px;
}

.sub2_1_1_section table.resume_table tr {
    border-bottom: 1px solid #d7d7d7;
}

.sub2_1_1_section table.resume_table th,
.sub2_1_1_section table.resume_table td {
    vertical-align: center;
    box-sizing: border-box;
    padding: 10px 15px;
    text-align: left;
}

.sub2_1_1_section table.resume_table th.label {
    box-sizing: border-box;
    background-color: #F5F5F5;
    color: #00593D;
    padding-left: 20px;
}




.sub2_1_1_section .photo_content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}

.sub2_1_1_section .input_file {
    position: relative;
}

.sub2_1_1_section .input_file img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-fit: contain;  */
    cursor: pointer;
}

.sub2_1_1_section .input_file label {
    position: absolute;
    background-color: #111;
    color: white;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 150px;
    height: 52px;
}

.sub2_1_1_section .photo_content .input_file>span {
    display: flex;
    align-items: center;
    justify-content: center;

    /* padding: 15px; */
    border: 1px solid #d7d7d7;
    box-sizing: border-box;

    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 17px;
    color: #747474;
    width: 160px;
    height: 220px;

    border: 1px solid #d7d7d7;
    color: #747474;
}


.sub2_1_1_section .photo_content .input_file {
    width: 160px;
    height: 220px;
    border: 1px solid #d7d7d7;
    background-color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.sub2_1_1_section .photo_content .input_file label {
    position: absolute;
    width: 130px;
    height: 35px;
    margin-top: 10px;
    font-size: 14px;
    border: 1px solid #333;
    background: #fff;
    color: #333;
    bottom: 8%;
    cursor: pointer;
}



.sub2_1_1_section table.resume_table input[type="text"],
.sub2_1_1_section table.resume_table select {
    width: 100%;
    margin-left: 0;
    height: 40px;
    border: 1px solid #d7d7d7;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 15px;
}

.sub2_1_1_section .bg_gray {
    background-color: #EEEEEE;
}

.sub2_1_1_section .radio_cell label {
    margin-right: 20px;
    font-size: 15px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.sub2_1_1_section .radio_cell input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
}

.sub2_1_1_section .input_btn_wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.sub2_1_1_section .input_button {
    display: inline-flex;
    padding: 12px 39px;
    color: white;
    background-color: #00593D;
    border-radius: 5px;
}

.sub2_1_1_section .address_button {
    border: 1px solid #333;
    background-color: #fff;
    color: #333;
    padding: 0 15px;
    height: 40px;
    margin-left: 10px;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

.sub2_1_1_section .sub2_1_2_title_wrap2 .title {
    border-bottom: none;
}

.sub2_1_1_section .sub2_1_2_title_wrap {
    margin-top: 65px;
}

.sub2_1_1_section .flex_label {
    display: flex;
    align-items: center;
    gap: 10px;
}


.sub2_1_1_section table.resume_table td.flex_td input[type="text"],
.sub2_1_1_section table.resume_table td.flex_td select {
    flex: none;
}

.sub2_1_1_section .oath {
    text-align: center;
    padding: 45px 200px;
    background-color: #F5F5F5;
    color: #333333;
    margin-bottom: 80px;
}

.sub2_1_1_section .oath .oath_title {
    color: #00593D;
    margin-bottom: 33px;
}

.sub2_1_1_section .oath .oath_content {
    margin-bottom: 26px;
}

.sub2_1_1_section .oath .oath_name {
    margin-top: 4px;
}

.sub2_1_1_section .inputform {
    display: flex;
    background-color: #f5f5f5;
    padding: 15px 20px;
    color: #111111;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.sub2_1_1_section .input_button,
.sub2_1_1_section .buttons {
    cursor: pointer;
}

.sub2_1_1_section .inputform .description {
    display: flex;
    gap: 40px;
    align-items: center;
}

.sub2_1_1_section .inputform .buttons {
    display: flex;
    gap: 10px;
}

.sub2_1_1_section .inputform .buttons .edit_button {
    color: white;
    background-color: #57B4AC;
    padding: 9px 24px;
    border-radius: 5px;
}

.sub2_1_1_section .inputform .buttons .delete_button {
    border: 1px solid #D7D7D7;
    background-color: #FFFFFF;
    padding: 9px 24px;
    border-radius: 5px;
}

.sub2_1_1_section .inquiry {
    display: flex;
    background-color: #F5F5F5;
    color: #000000;
    padding: 20px;
    margin-top: 40px;
}

/* /////////////////////////////////////pwfind/////////////////////////// */
.modal_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.modal_content {
    background-color: white;
    padding: 50px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
}

/* 닫기 버튼 (X) */
.close_btn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 30px;
    cursor: pointer;
    color: #333;
}

/* 텍스트 스타일 */
.modal_title {
    margin-bottom: 30px;
}

.modal_desc {
    color: #111111;
    margin-bottom: 45px;
}

.modal_input_area label {
    display: block;
}

.modal_input_area .modal_input::placeholder {
    color: #959595;
}

.modal_input {
    width: 375px;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 30px;
    margin-left: 0 !important;
}

.modal_submit_btn {
    padding: 15px 35px;
    background-color: #00593D;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

/* ////////////////////////////sub6_1_1///////////////////////// */
.sub6_1_section input {
    border: none;
}

.sub6_1_section .title {
    border-bottom: none;
}



/* ///////////////////sub3_1///////////////////////// */
.sub3_1_section .section1 {
    padding-top: 5%;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 65px;
    justify-content: center;
}

.sub3_1_section .section1 .box {}

.sub3_1_section .section1 .square .inner_box {
    transform: rotate(135deg);
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.sub3_1_section .section1 .square {
    display: inline-flex;
    flex-direction: column;
    border: 1px solid #D7D7D7;
    transform: rotate(-135deg);
    border-radius: 30px;
    width: 215px;
    height: 215px;
    justify-content: center;
    align-items: center;
}

.sub3_1_section .section1 .box .content {
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    padding: 60px 0 0;
    color: var(--green)
}

.sub3_1_section .arrow {
    transform: translateY(-40px);
}


/* sub4_1 */
.sub4_1_section .section1 {}


.sub4_1_section .section1 .active {
    /*background-color: white;*/
    /* transform: all 0.5s ease; */
}

.qa-item {
    margin-bottom: 20px;
    background-color: #F5F5F5;
    padding: 40px 0;
     transition: all 0.5s ease;
    border-radius: 10px;
}

.qa-item.active {
    background-color: white;
    box-shadow: 0px 4px 50px 10px rgba(0, 0, 0, 0.06);
    /* transform: all 0.5s ease; */
    margin-bottom: 70px;
}

.qa-item .q {
    color: #F07F0A;
}

.qa-item .a {
    color: #00593D;
}

.qa-item .qna {
    display: flex;
    justify-content: center;
    width: 15%;
}

.qa-item .title {
    width: 70%;
}

.qa-item .arrow-icon {
    width: 15%;
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.qa-answer,
.qa-question {
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
}

.qa-answer {
    display: none;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #D7D7D7;
    color: #959595;
}

.qa-answer.active {
    display: flex;
    margin-bottom: 0px;
}

.qa-question.active .arrow-icon {
    transform: rotate(180deg);
}

/* 페이징 */
.page_btn a {
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D7D7D7;
    padding: 20px 15px;
    box-sizing: border-box;
}


.page_btn a.arrow_btn {
    background-color: #F5F5F5;
}

.page_btn a.page_num {

    background-color: #00593D;
    color: white;
    border: 1px solid #D7D7D7;
    padding: 20px 15px;
    box-sizing: border-box;

    /* box-shadow: inset 0 -2px 0 var(--blue); */

    /* border-bottom: 1px solid var(--blue); */

    /* text-decoration: underline; 
    text-underline-position:under; */
}

.total_search {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.total_search>p span {
    color: var(--blue);
}


.search_box {
    display: flex;
}

.search_select {
    width: 150px;
    height: 50px;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    position: relative;
    margin-right: 5px;
}

.search_select i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #666;
}

.search_select select {
    font-size: 17px;
    color: #333;
    font-family: 'Pretendard-Light', sans-serif;
}

.search_box input[type='text'] {
    width: 300px;
    height: 50px;
    border: 1px solid #ccc;
    margin-right: 5px;
    font-size: 17px;
}

.search_box input[type='text']::placeholder {
    font-size: 17px;
    color: #999;
    font-family: 'Pretendard-Regular', sans-serif;
}

.search_box input[type='text']:-ms-input-placeholder {
    font-size: 17px;
    color: #999;
    font-family: 'Pretendard-Regular', sans-serif;
}

.search_box input[type='button'] {
    width: 110px;
    height: 50px;
    background-color: #F5F5F5;
    border: 1px solid #D7D7D7;
    font-size: 17px;
    font-family: 'Pretendard-Medium', sans-serif;
}

input[type='date'] {
    color: #959595;
    font-size: 15px;
    font-family: 'Pretendard-Regular', sans-serif;
}

input[type='date']::-webkit-calendar-picker-indicator {
    filter: invert(50%);
}


input[type="date"]:valid {
    color: #000;
}

/*  ------------------ */




/* 실제 캘린더 아이콘을 클릭하는 영역을 의미하는 선택자 */
/*  영역을 확장해서 input의 어떤 곳을 클릭해도 캘린더를 클릭한 것과 같은 효과를 만들자! */

/* input[type='date']::before {
    content: attr(placeholder);
    width: 100%;
    height: 100%;
    color: #959595;
    text-align: left;
    display: flex;

} */

input[type='date']:valid::before {}

/* 커스텀 select  */
.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
}

.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #d7d7d7;
}

.custom-select_trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3b3b3b;
    height: 3vw;
    line-height: 0px;
    background: #ffffff;
    cursor: pointer;
    padding: 0 0.5vw;
}

.custom-options {
    width: 100.1%;
    position: absolute;
    display: block;
    top: 100%;
    left: -1px;
    right: 0;
    border: 1px solid #d7d7d7;
    border-top: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}

.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 0.5vw;
    line-height: 57px;
    cursor: pointer;
    transition: all 0.5s;
}

.custom-option:hover {
    cursor: pointer;
    background-color: #f6f6f6;
}

.custom-option.selected {
    color: #ffffff;
    background-color: var(--main-color)
}

.sub4_1_section .table_wrap table tr th {
    font-family: 'Pretendard-SemiBold', sans-serif;
}



/* mobile */
@media screen and (max-width: 767px) {

    /* sub intro */
    #sub_intro {
        height: 350px;
        padding-top: 60px;
    }

    #sub_content {
        word-break: keep-all;
    }

    #sub_intro .sub_intro_text {
        top: calc(50% + 15px);
    }

    #sub_menu {
        height: 50px;
    }

    #sub_content {
        padding: 50px 0 70px;
    }

    #sub_content.sub1_2 {
        padding: 50px 0 0px;
    }

    .sub1_1_section .section1>span {
        margin: 20px 0;
    }

    .sub1_1_section .section1 .bottom_text {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .sub1_menu ul li {
        width: 18%;
    }

    .img_area img {
        /* width: 100%; */
    }

    .sub1_2_section .section1 .center>p {
        margin-bottom: 50px;
    }

    .sub1_2_section .section1 .img_area {
        position: initial;
        transform: none;

        margin-bottom: 50px;
    }

    .sub1_2_section .section1 .img_area img {
        width: 100%;
    }

    .sub1_2_section .section2 {
        height: auto;
        padding: 50px 0;
        background-size: 50%;
    }

    .sub1_2_section .section2 .text {
        padding-top: 0;
    }

    .sub1_3_section .section1.flex {
        flex-direction: column;
    }

    .sub1_3_section .left img {
        width: 100%;
    }

    .sub1_3_section .big_year {
        text-align: left;
        /* padding-left: 20px; */
        padding-right: 0px;
    }

    .sub1_3_section .section1 .right {
        padding-left: 0;
        padding-top: 20px;
    }

    .sub1_3_section .section1 .right .year {
        padding-left: 35px;
    }

    .sub1_3_section .section1 .right ul {
        padding-top: 10px;
        padding-left: 35px;
    }

    .sub1_3_section .section1 .right ul>img {
        /* display: none; */
        top: 204px;
        left: 10px;
    }

    .sub1_4_section .section1 {
        flex-direction: column;
    }

    .sub1_4_section .section1 .label {
        width: 70%;
        display: none;
    }

    .sub1_4_section .left,
    .sub1_4_section .right {
        width: 100%;
    }

    .root_daum_roughmap .wrap_map {
        height: 400px !important;
    }

    .sub1_4_section .right {
        padding-top: 30px;
        padding-left: 0px;
    }

    .sub1_4_section .right ul li {
        padding: 30px 0;
    }

    .sub1_4_section .right ul {
        margin-bottom: 30px;
    }

    .sub1_menu.sub2_menu ul li {
        width: 30%;
    }

    #sub_content.sub1_3_fix {
        margin-bottom: 90px;
        overflow-y: hidden;
    }

    .sub2_1_section .flex_box {
        flex-direction: column;
    }

    .sub2_1_section .left {
        width: auto;
        min-width: auto;
    }

    .sub2_1_section .right {
        padding-left: 30px;
    }

    .sub2_1_section .right .dot {
        top: -1px;
        left: -44px;
    }


        .sub2_1_section .right .dot_inside {
        top: 6px;
        left: -37px;
    }

    .sub2_1_section .right ul li .content {
        transform: translateY(2px);
    }

    .sub2_1_section .left p {
        transform: translateY(-18px);
        padding-bottom: 10px;
    }

    .sub2_2_section .content_top ul,
    .sub2_2_section .content_bottom ul {
        flex-direction: column;
    }

    .sub2_2_section .content_top ul li,
    .sub2_2_section .content_bottom ul li {
        width: 100%;
    }

    .sub2_2_section ul li p {
        margin: 20px 0 30px;
    }

    .sub2_3_section .section1 img {
        width: 100%;
    }

    .sub1_menu.sub3_menu ul li {
        width: 20%;
    }

    .sub3_2_section .section2 ul {
        flex-direction: column;
        gap: 30px;
    }

    .sub3_2_section .section2 span {
        height: 2px;
        margin: 20px 0;
    }

    .sub3_2_section .section2 ul li {
        width: 100%;
    }

    .sub3_2_section .section2 {
        margin-top: 30px;
    }

    .sub3_4_section ul.ul_fix {
        gap: 10px;
        margin-top: 50px;
    }

    .total_search {
        flex-direction: column;
        gap: 10px;
    }

    .search_select select,
    .search_select {
        font-size: 14px;
        height: 44px;
    }

    .search_box input[type='text'] {
        width: 100%;
        height: 44px;
    }

    .search_box input[type='text'],
    .search_box input[type='text']::placeholder,
    .search_box input[type='button'] {
        font-size: 14px;
    }

    .sub1_1_section .total_search #search {
        width: 100%;
    }

    .search_box input[type='button'] {
        height: 44px;
    }

    .search_select {
        width: 50%;
    }

    .sub4_1_section .table_wrap table tr td,
    .sub4_1_section .table_wrap table tr th {
        padding: 16px 0;
    }

    .page_btn a.page_num {
        box-shadow: none;
        border-bottom: 1px solid var(--blue);
    }

    .sub4_1_d_section .content {
        padding: 20px;
    }

    .sub4_1_d_section .attach {
        gap: 15px;
        padding: 20px;
    }

    .sub4_1_d_section .attach i {
        font-size: 20px;
        padding-right: 18px;
    }

    .sub4_1_d_section .arrow_wrap {
        padding: 20px;
    }

    .sub4_1_d_section .arrow_wrap ul {
        flex-direction: column;
    }

    .sub4_1_d_section .arrow_wrap ul li {
        width: 100%;
    }

    .sub4_1_d_section .arrow_wrap ul li {
        width: 100%;
        height: 30px;
    }

    .sub4_1_d_section .arrow_wrap ul li:last-child i {
        padding-left: 10px;
    }

    .sub4_1_d_section .arrow_wrap ul li:first-child i {
        padding-right: 10px;
    }

    .sub4_1_d_section .arrow_wrap ul li span {
        display: none;
    }

    .sub4_1_d_section .arrow_wrap ul {
        flex-direction: initial;
    }

    .sub4_1_d_section .arrow_wrap b {
        display: none;
    }

    .sub4_1_d_section .list_btn {
        width: 120px;
        height: 40px;
    }



    /* 채용공고 부문 CSS */
    .sub2_1_section .table_wrap .tabs li a {
        width: 60px;
        height: 45px;
        padding: 15px 0;
    }
    .sub2_1_section .table_wrap table .state{
        min-width: 70px;
        width: 70px;
        margin-left: 2.5px;

    }

    .sub2_1_1_section .content ul li{
        display: flex;
        flex-direction: column;
    }

    .sub2_1_1_section .content ul li>p{
        width: 100%;
    }

    .sub2_1_1_section .privacy_wrap{
        margin-left: 0;
        width: 100%;
    }
    .sub2_1_1_section input,
    .sub2_1_1_section .content ul li>textarea,
    .sub2_1_1_section .content ul li>input,
    .sub2_1_1_section .content ul li>select,
    .sub2_1_1_section .content ul li>.input_wrap,
    .sub2_1_1_section .content ul li>.password_wrap,
    .sub2_1_1_section .content ul li>.address_wrap {
        margin-left: 0;
        width: 100%;
    }

    .sub2_1_1_section table.resume_table th,
    .sub2_1_1_section table.resume_table td {
        padding: 10px 0;

    }



    .sub2_1_1_section .radio_cell label{
        margin-top: 10px;
        margin-left: 5px;
    }
    .sub2_1_1_section table.resume_table td.radio_cell{
        display: flex !important;
        flex-direction: row !important;
    }

    .sub2_1_1_section .inputform .buttons {
        margin-top: 15px;
    }
    .sub2_1_1_section .inputform .description{
        gap: 20px;
    }

    .sub2_1_1_section .inputform .description,
    .sub2_1_1_section .inputform,
    .sub2_1_1_section table.resume_table td.input_cell,
    td.label.flex_label,
    .sub2_1_1_section table.resume_table,
    .sub2_1_1_section .address_top{
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    input#pw1,
    .sub2_1_1_section table.resume_table .input#pw1,
    .sub2_1_1_section table.resume_table .nomargin_input,
    .sub2_1_1_section #postcode,
    .sub2_1_1_section table.resume_table input[type="text"],
    .sub2_1_1_section table.resume_table select,
    .sub2_1_1_section table.resume_table th,
    .sub2_1_1_section table.resume_table td,
    .sub2_1_1_section .photo_content .input_file>span,
    .sub2_1_1_section table.resume_table th.label{
        width: 90vw !important
    }


    .sub2_1_1_section table.resume_table tr{
        display: flex;
        flex-direction: column;
    }

    .sub2_1_1_section .oath{
        box-sizing: border-box;
        padding: 20px;
    }
    .sub2_1_1_section .password_button,
    .sub2_1_1_section .address_button {
        margin-left: 0;
        margin-top: 10px;

    }
    .sub2_1_1_section .back_btn,
    .sub2_1_1_section .list_btn,
    .sub2_1_1_section .apply_btn,
    .sub2_1_d_section .apply_btn,
    .sub2_1_d_section .list_btn{
        padding: 15px 40px;
    }
    .sub2_1_d_section .title .sub_state {
        margin-left: 10px;
    }

    .modal_content input[type='password']{
        width: 80vw;
    }
    .modal_content{
        padding: 25px;
        width: 80vw;
    }


        /* 채용안내 부문 CSS */
    .sub3_1_section .section1{
        flex-direction: column;
        text-align: center;
    }
    .sub3_1_section .section1 .arrow img{
        transform: rotate(90deg);
    }


}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sub_center{
        width: 90%;
    }
    .center{
        width: 90%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1350px) {
    .sub_center{
        width: 90%;
    }
    .center{
        width: 90%;
    }

}