/* 로그인 */
.login{
    width: 100%;
    margin-top: 200px;
    height:54vh;
    align-content: center;
}
.login-wrap{
    width: 400px;
    margin: auto;
}
.login-s-title{
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
.login-title{
    font-size: 4rem;
    font-weight: 800;
    padding: 20px 0;
    text-align: center;

}

.form-input {
    padding-right: 10px;
    position: relative;
    display: inline-block;
}
.login-form .form-input{
    padding-right:0;
    width: 100%;
}
.find .form-input{
    padding: 0;
}
.enroll .form-input{
    width: 100%;
}
.login-wrap .form-input label {
    padding-bottom: 9px;
}
.login-form .form-input input {
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    padding: 15px;
    margin-bottom: 10px;
}

.login-btn .btn-login {
    width: 100%;
    height: 68px;
    font-size: 1.8rem;
}

.login-btn {
    margin-top: 28px;
}

.btn-login{
    background-color: #360658;
    border: 0;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.login-option {
    margin-top: 40px;
}

.login-option li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 7px;
    font-size: 1.4rem;
    color: #777;
    letter-spacing: -.5px;
}
.login-option li span,.login-option li a{
    font-size: inherit;

}
.login-option li a{color: #360658;}
/* 신규지원자 등록 */

.enroll{
    width: 1200px;
    margin: auto;
    margin-top: 200px;

}
.enroll-sub{
    text-align: center;
    line-height: 1.5;
    padding: 30px 0 50px 0 ;
    color: #777;
    font-size: 1.6rem;
}
.form-wrap{
    border-top: solid 1px #777;
}
.form-line label{
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 5px;
}
.enroll .form-input input{
    width: 100%;
    height: 50px;
    margin: 0;
    border: solid 1px #ddd;
    padding: 15px;
    font-size: 1.5rem;
}
.enroll .form-line{
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 24px;
}


.enroll .form-line>div{width: 50%;}


.radio-form {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.radio-form.check-square input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.radio-form.check-square input[type=radio]+label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 50px;
    padding-left: 0;
    color: #ccc;
    border: 1px solid #ebebeb;
    background-color: #f9f9f9;
    font-size: 1.3rem;
    cursor: pointer;
}
input[type=radio]+label {
    padding-left: 5px;
    font-size: 1.4rem;
    vertical-align: text-top;
    letter-spacing: -.5px;
    margin: 0;
    line-height: 18px;

}
.input-form-label {
    display: block;
    font-size: 1.4rem;
    letter-spacing: -.54px;
}
.radio-form.check-square input[type=radio]:checked+label {
    color: #fff;
    background-color: #360658;
    border-color: #360658;
    font-weight: 700;
}



.form-agree-detail{
    padding: 30px;
    border: solid 1px #ddd;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 26px;
    line-height: 1.5;
}
.form-agree-detail p{font-size: 1.6rem;}
.input-form{
    margin: 20px 0;
    display: flex;
}
.input-form label{
    display: inline-block;
    font-size: 1.6rem;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
}



.enroll-btn{
    text-align: center;
    margin-top: 50px;
}
.btn-enroll{
    width: 300px;
    font-size: 1.8rem;
    padding: 20px;
    cursor: pointer;
}



/* 지원자 등록 완료 */
.clear{
    text-align: center;
    width: 100px;
    height: 100px;
    margin:0 auto 20px auto;
    background-color: #f5f5f5;
    border-radius: 50%;
}
.clear img{
    width: 70px;
    padding-top: 17px;

}
.clear-sub{
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
.clear-sub-2{
    font-size: 1.6rem;
    line-height: 1.5;
    color: #777;
    text-align: center;
    padding: 20px 0 0 0;
}
.clear-sub-2 span{font-size:inherit;}

.btn-wrap{
    margin-top: 30px;
    text-align: center;
    justify-content: space-between;
    width: 450px;
}
.btn-resend{
    border: solid 1px #360658;
    background-color: #fff;
    padding: 15px 40px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #360658;
    width: 210px;
    display: block;
}
.btn-login-2{
    border: solid 1px #360658;
    background-color: #360658;
    padding: 15px 40px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    width: 210px;
    display: block;

}


/* 계정정보찾기 */
.find{
    width:430px;
    margin: 200px auto;
}
.find .form-input{
    display: block;
    padding-top: 30px;
}
.find label{
    font-weight: 700;
}
.find .form-input input{
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    background-color: #f9f9f9;
    padding-left: 10px;
    font-size: 1.5rem;
}
.btn-primary{
    width: 100%;
    border: solid 1px #360658;
    background-color: #360658;
    padding: 20px 40px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-top: 50px;
}
.find-sub{
    font-size: 1.4rem;
    line-height: 1.5;
}
.find label{
    display: block;
    padding-bottom: 10px;
}

.input-error{font-size: 1.3rem;padding-left: 10px;color: #f45452;font-weight: 400;padding-top: 5px;}
.input-error-2{font-size: 1.3rem;padding-left: 10px;color: #360658;font-weight: 400;padding-top: 5px;}

.certif{text-align: center;font-size: 2rem;font-weight: 700 ;height: 400px;margin-top: 400px;}
.certif p{font-size: 2rem;}
.certif .login-btn{
    text-align: center;
    padding-top: 20px;
}
.certif .btn-login{
    padding: 20px 50px;
    text-align: center;
}


.youremail{
    background-color: #f5f5f5;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
    font-size: 1.6rem;
}

/* 탭메뉴 */

.tab_menu{
    position:relative;
}
.tab_menu .list{
    display: table;
    margin: auto;
}

.tab_menu .list li{
    display: inline-block;
    line-height: 1.5;
}
.tab_menu .list .btn{
    font-size:2rem;
    font-weight: 700;
    color: black;
    padding: 13px 50px;
    border-bottom: solid 4px #ddd;
    color: #ddd;
    display: inline-block;
}
.tab_menu .list .cont{
    display:none;
    position:absolute;
    width:100%;

}
.tab_menu .list li.is_on .btn{
    font-weight:bold;
    color:#360658;
    font-weight: 800;
    border-bottom: solid 4px #360658;
    padding: 13px 50px;
}
.tab_menu .list li.is_on .cont{
    display:block;
    left: 0;
}
.tab_menu .cont_area .cont{display:none;}

.pages{
    text-align: center;
    padding: 20px 0;
}

.pages a{
    display: inline-block;
    color: #000;
    min-width: 35px;
    height: 35px;
    padding: 8px;
    margin: 10px;
    font-weight: 700;
font-size: 1.4rem;
}

.pages a.active{
    background-color: #dfdfdf;
    border-radius: 50%;
}

/* 모달창 */



.modal{
    display: none;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    text-align: center;
    position: fixed;
}
.modal.on {
    display: block;
}
.modal .modal_popup{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px 30px;
    background: #ffffff;
}

.modal-title{
    font-size: 2rem;
    font-weight: 800;
}
.modal-sub{
    font-size: 1.6rem;
    font-weight: 700;
    padding: 30px 0;
    line-height: 1.5;
    color: #777;
}

.modal-close{
    background-color: #360658;
    color: #fff;
    padding: 15px 20px;
    font-size: 1.6rem;
    font-weight: 700;
    cursor: pointer;
}



/* 모달창 - 기본정보수정*/
.modal-edit-title{
    padding-bottom: 20px;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    word-break: break-all;
}
.mypage-layer .edit-form {
    text-align: left;
}
.mypage-layer .edit-form li {
    min-height: 78px;
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: -.54px;
}
.mypage-layer .edit-form li .label {
    display: block;
    padding-bottom: 9px;
    font-size: 14px;
    letter-spacing: -.54px;
    color: #000;
}
.mypage-layer .edit-form li .text-email{
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 14px;
}
.mypage-layer .form-input label {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}
#isNickName,#isBirth,#isMobile{
    width: 100%;
    font-size: 1.4rem;
    padding: 15px 20px;
    border: solid 1px #ddd;
}
.mypage-layer .edit-form~.edit-desc {
    margin-top: 20px;
    font-size: 1.4rem;
    color: #333;

}
.mypage-layer .edit-submit {
    margin-top: 30px;
    font-size: 14px;
    text-align: center;

}
.mypage-layer .edit-submit button {
    width: 162px;
    height: 48px;
    margin: 0 6px;

}
.mypage-layer .btn-black{
    border: none;
}

.modal_popup .btn-close{
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    font-size: 3rem;
    background-color: transparent;
}

/* 공고 리스트 */
.apply h2{
    font-weight: 800;
    text-align: center;
    margin-top: 200px;
    padding-bottom: 50px;
}
.apply .cont_area{
    background-color: #f3f3f3;
    margin-top: 5px;
}

.notice-list .tab_menu .cont_area .cont{
    display:none;
    width: 1000px;
    margin: auto;
}
.apply-wrap{
    padding: 30px 0;
}
.apply-contents{
    background-color: #fff;
    border: solid 1px #ebebeb;
    margin: 30px 0;
    padding: 30px 40px;
    justify-content: space-between;
    cursor: pointer;
}
.apply-contents:hover{
    border: solid 1px #a3a3a3;
    transition: all 0.8s;

}
.apply-title{
    font-size: 1.8rem;
    font-weight: 800;
    padding-bottom: 20px;
    line-height: 1.5;
}
.apply-title .career{
    font-size: 1.6rem;
    font-weight: 700;
    border: solid 1px #777;
    color: #777;
    padding: 3px 5px;
    margin-right: 5px;
}


.apply-title-empty {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.5;
}


.spec,.apply-period{
    color: #777;
    font-size: 1.4rem;
    font-weight: 700;

}
.spec span,.spec div{font-size: 1.6rem;}

.apply-period{
    padding-top: 3px;
}
.spec span{padding: 0 5px;}

.share-btn img{
    width: 30px;
}
.hash-wrap{
    padding-top: 20px;
}

.hash-wrap>div{
    background-color: #ebebeb;
    border-radius: 50px;
    padding: 5px 10px;
    margin-right: 10px;
    color: #333;
    font-size: 1.6rem;
}

.detail-txt *{font-size: 1.6rem;}
.detail-txt img{width: 100%;}
.apply-title-empty{text-align: center;}


/* 공고 상세 */
.apply-detail{
    margin-top: 200px;
    width: 1000px;
    margin: 200px auto;
}
.apply-detail>.flex-box{
    justify-content: space-between;
}
.share-btn{
    text-align:right;
}

.apply-detail hr{margin: 30px 0 ;}
.apply-btn a{
    display: flex; /* 추가 */
    width: 300px;
    height: 50px;
    background-color: #360658;
    color: #fff;
    text-align: center;
    align-items: center; /* 추가 */
    justify-content: center; /* 추가 */
    margin-top: 30px;
    font-size: 1.6rem;
    margin: 30px auto;
}


/* 개인정보 처리 동의 */
.apply-detail label {
    display: inline-block;
    height: 20px;
    font-size: 1.6rem;
    line-height: 20px;
}
.apply-detail label {
    position: relative;
    top: -4px;
    font-weight: 700;
    margin-left: 5px;
}
.apply-detail label span{
    color: #360658;
    margin-left: 5px;
font-size: 1.6rem;
}
.apply-agree{
    border: solid 1px #ddd;
    padding: 30px;
    margin-top: 50px;
}
.apply-detail .agreement{
    font-size: 1.6rem;
    padding: 30px;
    border: solid 1px #ddd;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.5;
    margin-top: 5px;
}
.agree-wrap{
    margin-bottom: 50px;
    margin-left: 20px;
}

.next-btn a{
    display: block;
    width: 200px;
    height: 60px;
    align-content: center;
    text-align: center;
    background-color: #360658;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    margin:50px auto;
}




/* 플랜닥스 생활 */
.life-sub-title{
    font-size: 2.4rem;
    font-weight: 900;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 100px;
}
.life-sub{
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;

}

.welfare-wrap{
    justify-content: space-between;
    margin: 50px;
}
.welfare{
    text-align: center;
    width: 320px;
    margin : 50px 30px;
}
.welfare-name{
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 20px;
}
.welfare-sub{
    font-size: 1.6rem;
    font-weight: 500;
    color: gray;
    line-height: 1.3;
}
.welfare img{
    width: 70px;
    padding-bottom: 20px;
}

.input-school {
    display: flex;
}

.grid-box{
    display: grid;
    grid-template-columns:1fr 2fr;
    padding: 100px 0 0;
    line-height: 1.5;
}
.grid-box div:nth-child(1){
    font-size: 4.8rem;
    font-weight:900;
}
.grid-box div:nth-child(2){
    font-size: 1.8rem;
    font-weight:400;
}
.people{
    text-align: center;
}
.people img{
    width: 1000px;
    padding: 20px;
}

.pd-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 비율 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.pd-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 2개의 iframe이 있을 때 적용되는 스타일 */
.pd-video:has(iframe + iframe) {
    padding-bottom: 0;
    height: auto;
    display: flex;
    gap: 20px;
}

.pd-video:has(iframe + iframe) iframe {
    position: relative;
    width: calc(50% - 10px);
    height: auto;
    aspect-ratio: 16 / 9; /* 16:9 비율 유지 */
}


.why-pd{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:50px;
    text-align: center;
}
.why-pd>div{
    margin-top: 30px;
}
.why-sub{
    font-size: 1.6rem;
    color: #333;
    line-height: 1.5;
}
.why-pd img{
    width: 80px;
}
.team-wrap{
    justify-content: flex-start;
    margin-left: 50px;
}

.team-contents{
    width: 400px;
    margin : 30px 50px 50px 0;
}
.team-img img{
    width: 100%;
}
.taem-name{
    font-size: 2.4rem;
    font-weight: 800;
    padding: 20px 0;
}
.taem-sub{
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
    color: rgb(77, 77, 77);
    height: 68px;
}
.team-sub-2 p{font-size:1.4rem;}

.team-sub-2{
    margin-top: 20px;
    line-height: 1.8;
    font-weight: 700;

}
.tags{
    margin-top: 20px;
}
.tags span{
    background-color: #e8e8e8;
    border-radius: 50px;
    padding: 5px 10px;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}
/* 이력서 작성 화면 */
.select-form i {
    position: absolute;
    top: 50%;
    right: 16px;
    border-top: 6px solid #d8d8d8;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transform: translateY(-50%);
}
strong{font-weight: 800;font-size: 1.6rem;}
.resume{
    width: 1000px;
    margin:auto;
    margin-top: 200px;

}
.resume input,.resume select,.resume label,.resume option,.resume option{font-size: 1.4rem;}
.title-zone{
    text-align: center;
}
.resume-title{
    padding: 10px 0;
    font-size: 3.6rem;
    font-weight: 800;
    text-align: center;
}
.resume .spec{
    text-align: center;
}

.submit-wrap .btn-util-wrap {
    position: absolute;
    top: 50px;
    right: 45px;
    display: flex;
    align-items: center;
}

.submit-wrap{
    margin-top: 50px;
}
.submit-wrap .wrap-content {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 40px 49px 50px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    word-break: break-all;
}
.wrap-content h3.title{text-align: left;margin-top: 10px;}
.submit-wrap .basic-info ul li {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    height: 66px;
    padding: 0 20px;
    text-align: center;
}
.basic-info{
    margin: 50px 0;
}
.submit-wrap .basic-info ul li .title {
    display: block;
    margin-bottom: 8px;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 400;
    color: #777;
}
.invisible {
    display: none !important;
}
.resume input[type=text],.resume input[type=tel] {
    display: block;
    width: 190px;
    height: 50px;
    padding-left: 10px;
    border: 1px solid #ebebeb;
    margin-right: 10px;
}
.resume #address,.resume #additionalAddress{
    width: 510px;
}
.grid-row{
    display: flex;
    text-align: left;
    margin-top: 10px;
}
.select-form {
    position: relative;
    display: inline-block;

}
.select-form select {
    width: 250px;
    height: 100%;
    padding: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ebebeb;
    padding: 16px;
}
.form-message .item {
    position: relative;
    display: block;
    margin-bottom: 5px;
    padding-left: 18px;
    padding-top: 3px;
    color: #f45452;
    font-size: 1.3rem;
    cursor: default;
}
.submit-wrap .title {
    padding-right: 4px;
    padding-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -.69px;
}
.submit-wrap .form-handicap .sub-title {
    position: relative;
    margin-bottom: 16px;
    padding-left: 9px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -.58px;
    color: #000;
}
.submit-wrap .form-handicap form > div:not(:first-of-type) {
    padding-top: 32px;
}
.submit-wrap .option, .submit-wrap .require {
    position: relative;
    display: inline-block;
    margin-left: 4px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #360658;
    letter-spacing: -.54px;
    line-height: 1.4;
    vertical-align: middle;
    z-index: 0;
}
.check-choice grid-2{
    align-content: center;

}
#entranceType,#graduationType{
    width: 100px;

}
#entranceDate,#graduationDate{
    width: 200px;
    margin: 0;
}
.submit-wrap .grid-wrap .btn-cancel {
    position: absolute;
    top: 0px;
    right: 124px;
    width: 65px;
    height: 44px;
    font-size: 1.3rem;
    background-color: #dfdfdf;
    color: #000;
    border: 0;
}
.btn-save:disabled, .btn-enroll:disabled, .btn-find:disabled, .btn-login:disabled, .apply-btn a[disabled="disabled"] {
    background-color: #ebebeb;
    color: #fff;
    cursor: default;
}
.submit-wrap .grid-wrap .btn-save {
    position: absolute;
    top: 0px;
    right: 50px;
    width: 65px;
    height: 44px;
    font-size: 1.3rem;

    color: #fff;
    border: 0;
}
.btn-purple{
    background-color: #360658;
    color: #fff;
    border: none;
}
.form-date-split {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 10px;
    flex: 0 1 10px;
    height: 1px;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 5px;
    font: 0 / 0 a;
    background-color: #ccc;
}
.form-date-range.grid-6{
    display: flex;
}
.submit-wrap .desc {
    letter-spacing: -.5px;
    color: #777;
    line-height: 1.5;
}
.submit-wrap .desc li{font-size: 1.3rem;}
#careerWorkStartDate,#languageExamCode,#additionalMajor,#passPeriod{
    margin-left: 10px;
    margin-right: 0;

}
#careerResponsibility{
    width: 770px;
}

textarea {
    width: 900px;
    height: 105px;
    min-height: 44px;
    resize: none;
    border: 1px solid #ebebeb;
    padding: 13px 15px 16px;
    font-size: 14px;
}
.submit-wrap .form-textarea {
    padding-top: 12px;
}
.submit-wrap .form-letter .desc-info {
    position: relative;
    padding-left: 7px;
    font-size: 1.3rem;
    letter-spacing: -.5px;
    color: #777;
}

.submit-wrap .form-attach .attach-item .sub-title {
    position: relative;
    display: inline-block;
    width: 130px;
    margin-top: 8px;
    padding-left: 9px;
    font-size: 1.5rem;
    font-weight: 700;
    vertical-align: top;
}
.submit-wrap .form-attach .attach-item .wrap-attach {
    width: 700px!important;
    margin-top: 0;
}
.wrap-attach .file-attach .input-attach {
    display: none;
}
.wrap-attach .upload-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.submit-wrap .form-attach .attach-item {
    margin-top: 32px;
}
.wrap-attach {
    position: relative;

    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-attach .input-attach {
    width: calc(100% - 85px)!important;
    height: 100%;
}
.wrap-attach .url-attach {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 16px;
}

.wrap-attach .file-attach label, .wrap-attach .url-attach label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.wrap-attach .list-attach li+li {
    margin-top: 12px
}
.btn-file {
    font: 0 / 0 a;

}
.wrap-attach .file-attach, .wrap-attach .url-attach {
    position: relative;
    height: 44px;
    display: flex;
}
.add-file{
    background-color: #360658;
    color: #fff;
    width: 85px;
    height: 100%;

}
.url-attach button {
    display: inline-block;
    height: 50px;
}

.wrap-attach .btn-black {
    width: 85px;
    height: 50px;
    font-size: 1.3rem;
    border: 0;

}
.submit-sign .wrap-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.submit-sign {
    padding: 35px 0 50px;
}
.submit-sign .wrap-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 55px;
}
.submit-sign .text-sign {
    color: #000;
    line-height: 1.63;
    letter-spacing: -.62px;
    font-weight: 700;
    font-size: 1.6rem;
}
.wrap-btn button{
    display: block;
    width: 200px;
    height: 60px;
    margin:auto;
    border: 0;
    background-color: #360658;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}

#veteranNumber,#veteranClassification,#veteranRelation,#disabilityClassification,#impairmentGrade,#militaryStartDate,#militaryEndDate{
    margin-left: 10px;
    margin-right: 0px;
}
#militaryExemption {
    width: 500px;
    margin-left: 10px;
    margin-right: 0px;

}
#militaryRank{
    width: 150px;
    margin-left: 10px;

}
.military-officer-form{
    display: flex;
}

.check-choice{
    align-content: center;
}
.check-choice label{
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;

}
#schoolType{
    margin-right: 10px;
}

.wrap-attach .list-attach {
    width: 100%;
    margin-top: 12px;
    padding: 20px 18px;
    background-color: #f9f9f9;
}
.wrap-attach .list-attach .item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-all;
}
.wrap-attach .list-attach .item button, .wrap-attach .list-attach .item span {
    font-size: 1.3rem;
    font-weight: 400;
    color: #777;
    text-align: left;
    letter-spacing: -.3px;
    border: 0;
    background-color: transparent;
}

.wrap-attach .list-attach .item .btn-clear {
    flex: none;
}

.btn-clear {
    width: 20px;
    height: 20px;
    margin: 0 8px;
    font: 0 / 0 a;
    background: url(../image/recruit/button-x.png) no-repeat;
    cursor: pointer;
}
.btn-util {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -.46px;
    appearance: none;
    outline: none;
    border: 0;
    background-color: #fff;
}
/* 채용절차 */

.process h2{
    margin: 50px 0 20px 0;
}
.recruit-process img{
    width: 100%;
    padding-top: 20px;
}
.process-sub{
    width: 700px;
    margin: auto;
    line-height: 1.5;
    font-size: 1.8rem;
    padding: 30px 0;
    font-weight: 800;
}
.warn{
    width: 700px;
    margin: auto;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 400;
    color: #333;
}
b{font-size: inherit;}
.contact-bt{
    margin: 50px 0;
    text-align: center;
}
.contact-bt a{
    color: #fff;
    background-color: #360658;
    width: 300px;
    height: 60px;
    text-align: center;
    margin: auto;
    display: flex; /* 추가 */
    align-items: center; /* 추가 */
    justify-content: center; /* 추가 */
    font-size: 1.8rem;
    font-weight: 700;
}


.resume-sub-title{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}


.apply-button{
    background-color: #fff;
    display: block;
    width: 280px;
    height: 60px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 60px;
    margin-top: 20px;
    border-radius: 10px;
}
.applyment .banner-txt {

    top: 200px;
}

.submit-wrap .list-basic li.isdisabled {
    position: relative
}

.submit-wrap .list-basic li.isdisabled:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-color: #fff;
    z-index: 1
}

.input-form-error input[type=email],.input-form-error input[type=number],.input-form-error input[type=password],.input-form-error input[type=search],.input-form-error input[type=tel],.input-form-error input[type=text] {
    padding-right: 30px;
    border: 1px solid #f45452;
}

.input-form-error select,.input-form-error textarea {
    border: 1px solid #f45452
}

.input-form-error-requirements {
    display: block;
    padding: 6px 10px 6px 15px;
    color: #f45452;
    font-size: 1.3rem;
    text-align: left
}

.btn-purple:disabled {
    background-color: #ebebeb;
    color: #fff;
    cursor: default;
}

.input-form-error+.requirements.valid,.input-form-error-requirements.valid {
    color: #360658;
}
.input-form-error+.requirements, .input-form-error-requirements {
    display: block;
    padding: 6px 10px 6px 15px;
    color: #f45452;
    font-size: 13px;
    text-align: left;

}

.apply-detail .agreement p{
    font-size: 1.6rem;
}

.btn-find {
    border: 0;
}

#militaryForm {
    display: flex;
}

.total{font-size: 16px;}
.list-item span{font-size: 15px;}

/* 학력 및 경력 요약 */
.submit-wrap .list-basic {
    margin-top: 33px;
    border-top: 1px solid #ebebeb;
}
.submit-wrap .list-basic li {
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
}

.submit-wrap .list-basic .total {
    margin-top: 20px;
    font-size: 1.4rem;
    text-align: right;
}
.submit-wrap .list-basic .total strong {
    font-size: 1.8rem;
    line-height: .89;
    color: #360658;
}
.submit-wrap .list-basic .list-item span+span {
    padding-left: 15px;
}
.submit-wrap .list-basic .list-item span {
    position: relative;
    display: inline-block;
    margin-top: 6px;
    margin-left: 15px;
    margin-bottom: 6px;
    font-size: 1.4rem;
}
.submit-wrap .list-basic .list-item span+span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 15px;
    background-color: #ebebeb;
}
.submit-wrap .list-basic .btn-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 80px;
}
.submit-wrap .list-basic .btn-item button {
    margin-left: 8px;
    border: 0;
    border-radius: 0;
}
.btn-delete, .btn-edit, .btn-paper-down, .btn-view {
    position: relative;
    min-width: 20px;
    min-height:20px;
}
.btn-edit {
    background: transparent url(../image/recruit/edit.png) no-repeat;
}
.btn-delete{
    background: url(../image/recruit/trash.png) no-repeat;
}





.submit-wrap .grid-wrap{
    position: relative;
}

.input-save-error {
    position: absolute;
    top: 0;
    right: 0;
}
.input-save-error .icon {
    position: absolute;
    right: 20px;
    top: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.icon-exclamation-red {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../image/recruit/ico-warning.svg);
    background-size: cover;
}
.input-save-error .tooltip {
    position: absolute;
    right: -25px;
    top: -35px;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    background-color: #777;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.radio-form.input-radio input[type=radio]+label:before {
    position: relative;
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 6px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background-color: #fff;
    vertical-align: top;
}

.radio-form.input-radio input[type=radio] {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.radio-form.input-radio input[type=radio]:checked+label:before {
    background: url(../image/recruit/radio-btn-o.svg) no-repeat;
    border: 0;
}
.process-pc{display: block;}
.process-mo{display: none;}

.recruit_main_contents {
     margin-top: 0px;
}
.recruit_banner  {
    margin-top: 80px;
}
.recruit_banner img {
    max-width: 100%;
    min-width: 100%;
    height: auto; /* 가로 세로 비율 유지 */
    display: block; /* 이미지 사이 아래 여백 제거 */
}

/* 반응형 */
    /* 노트북 & PC (해상도 1279px ~ 1600px)*/
    @media (max-width:1600px){


    }

    /* 노트북 & PC (해상도 1024px ~ 1279px)*/
    @media (max-width:1279px){
        .team-wrap {
            justify-content: center;
            margin-left: 50px;
        }
        .enroll {
            width: 100%;
            margin-top: 150px;
            padding: 0 30px ;
        }

    }

    /* 태블릿 가로, 태블릿 세로 (해상도 768px ~ 1023px)*/
    @media (max-width:1023px){
        .people img {
            width: 100%;
            padding: 20px 0;
        }
        .grid-box{
            display: block;
            padding: 50px 0;
        }
        .grid-box div:nth-child(1){
            font-size: 4rem;
           padding-bottom: 20px;
        }
        .team-contents {
            width: 100%;
            margin: 30px 0;
        }
        .team-wrap {
            margin-left: 0px;
        }
        .notice-list .tab_menu .cont_area .cont{
            width: 100%;
        }
        .tab_menu .list .btn{
            font-size:1.6rem;

        }
        .apply-detail{
            width: 100%;
            padding: 20px;
            margin: 100px auto;
        }
        .banner-title{
            font-size: 3.2rem;
        }
        .recruit_banner  {
            margin-top: 70px;
        }
    }


    /* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
    @media (max-width:767px) {
        .welfare{
            margin: 50px 0;
        }
        .welfare-wrap {
            justify-content: center;
            margin: 50px 0;
        }
        .process-sub {
            width: 100%;

        }
        .warn {
            width: 100%;

        }
        .login-wrap {
            width: 100%;
            margin: auto;
        }

        .login-title{
            font-size: 3rem;
        }
        .enroll-sub{
            font-size: 1.4rem;
        }


        .enroll .form-line{
            display: block;
        }
        .enroll .form-line>div{
            width: 100%;
        }
        .enroll .form-line{
            margin-top: 0;
        }
        .form-input label{
            margin-top: 24px;
        }
        .find .form-input label{
            margin-top: 0px;
        }

        .apply-title{
            font-size: 1.6rem;
        }
        .spec span, .spec div{
            font-size: 1.4rem;
        }
        .hash-wrap>div{
            font-size: 1.4rem;
        }
        .apply .cont_area{background-color: #fff;}
        .apply-contents{padding: 20px;}
        .tab_menu .list .btn{
            padding: 13px 20px;

        }
        .tab_menu .list li.is_on .btn{
            padding: 13px 20px;
        }
        .apply-title .career{
            font-size: 1.4rem;
        }
        .share-btn img{
            width: 20px;
        }
        .apply-wrap{
            padding: 4px 0 0 0;
        }
        .apply-contents{
            margin: 0;
            padding: 40px 20px;
        }
        .detail-txt *{
            font-size: 14px;
        }
        .apply-btn a{
            width: 100%;
        }
        .find{
            width: 100%;
            padding: 20px;
            margin: 100px auto;
        }
        .btn-resend{width: 100%;}
        .btn-login-2{width: 100%;margin-top: 10px;}
        .btn-wrap{
            width: 100%;
            display: block;
        }
        .clear-sub{
            font-size: 1.8rem;
        }
        .clear-sub-2{
            font-size: 1.4rem;
        }
        .why-pd{
            display: block;
            grid-template-columns: 1fr;
            gap: 0;
        }
        .why-sub{
            font-size: 1.4rem;
        }
        .apply h2{
            margin-top: 150px;
            font-size: 2.4rem;
            padding-bottom: 0px;

        }
        .process-pc{display: none;}
        .process-mo{display: block;}
        .pages{
            margin-top: 50px;
            text-align: center;
        }

        .pages a{
            display: inline-block;
            color: #000;
            min-width: 35px;
            height: 35px;
            padding: 5px;
            margin: 0;
            font-weight: 700;
            font-size: 1.4rem;
        }

        .pages a.active{
            background-color: #f0f0f0;
            border-radius: 50%;
        }

        .apply-title-empty {
            padding-top: 20px;
        }
        .tab_menu .list li{width: 25%;}
        .tab_menu .list .btn{
            width: 100%;
            text-align: center;
        }

        .pd-video:has(iframe + iframe) {
            flex-direction: column;
        }

        .pd-video:has(iframe + iframe) iframe {
            width: 100%;
            margin-bottom: 20px;
        }

        .pd-video:has(iframe + iframe) iframe:last-child {
            margin-bottom: 0;
        }

    }