
.RecruitingTop {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
}


.Recruitingcontent {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.Recruiting {
    width: 100%;
    height: 35px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    text-align: left;
    display: flex;
    align-items: end;
    font-style: normal;
    text-transform: none;
    margin-bottom: 12px;
}

.RecruitingInfo {
    display: flex;
}

.RecruitingInfoL {
    width: 240px;
    margin-right: 48px;

}

.RecruitingInfoLsr {
    width: 240px;
    display: flex;
    height: 42px;
    background: #ECEFF5;
    align-items: center;
    padding: 0 12px;
    border-radius: 4px 4px 4px 4px;

}

.RecruitingInfoL img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.RecruitingInfoL input {
    display: block;
    flex: 1;
    height: 42px;
    padding: 0;
    background: #ECEFF5;
    border: none !important;
    outline: none;
}

.RecruitingInfoLBox {
    border-bottom: 1px solid #EBEDF0;
}

.RecruitingInfoLBox:last-child {
    border-bottom: 0px
}

.RecruitingInfoLBoxname {
    height: 52px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.RecruitingInfoLBoxcontent {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: white;
}

.RecruitingInfoLBox.active .RecruitingInfoLBoxcontent {
    max-height: 900px;
}

.RecruitingInfoLBox .default-image {
    display: block;
}

.RecruitingInfoLBox.active .default-image {
    display: none;
}

.RecruitingInfoLBox .hover-image {
    display: none;
}


.RecruitingInfoLBox.active .hover-image {
    display: block;
}

  
  
  

.Regionbtncontent{
     padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: white;
}
.accordion-content-level.active .Regionbtncontent {
    max-height: 900px;
}
.accordion-content-level .Regionbtn .default-image2 {
    display: block;
}
.accordion-content-level .Regionbtn .hover-image2 {
    display: none;
}
.accordion-content-level.active  .hover-image2 {
    display: block;
}
.accordion-content-level.active .default-image2 {
    display: none;
}


.Regionbtn{
    display: flex;
    align-items: center;
}


.accordion-content-inner:first-child {
    padding-top: 9px; 
}
.accordion-content-inner:last-child {
    padding-bottom: 16px;
}

.accordion-content-inner {
    padding-top: 16px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
}
  .accordion-content-level .Regionbtncontent .accordion-content-inner{ 
     padding-top: 5px;
}
 .accordion-content-level.active  .Regionbtncontent .accordion-content-inner:last-child { 
    padding-bottom: 0px;
}
.accordion-content-level.active  .Regionbtncontent .accordion-content-inner:last-child { 
    padding-bottom: 0px;
}

.accordion-content-level {
    padding-top: 16px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
}

.RecruitingInfoR {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.RecruitingInfoR-item:nth-child(2n) {
    margin-right: 0;
}

.RecruitingInfoR-item:hover {
    background-color: #EBEDF0; 
}


.RecruitingInfoR-item {
     cursor: pointer;
    padding: 20px;
    width: 444px;
    margin-right: 24px;
    margin-bottom: 24px;
    min-height: 128px;
    border: 1px solid #EBEDF0;
}

.RecruitingInfoR-itemName {
    display: flex;
    align-items: center;
    height: 23px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.RecruitingInfoR-itemgw {
    font-weight: 500;
     height: 24px;
    line-height: 24px;
    padding: 0px 8px;
    font-size: 14px;
    background: #E8E8E8;
    border-radius: 2px 2px 2px 2px;
}

.RecruitingInfoR-itemZy {
    margin: 12px 0;
    min-height: 20px;
    display: flex;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
}

.RecruitingInfoR-itemTime {
    height: 20px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


 .RecruitingDetail-top {
            display: flex;
            justify-content: space-between;
        }

        .RecruitingDetail-topLT {
            height: 46px;
            display: flex;
            align-items: center;
            font-family: Source Han Sans SC, Source Han Sans SC;
            font-weight: bold;
            font-size: 32px;
            color: #000000;
            text-align: left;
            font-style: normal;
            text-transform: none;
            margin-bottom: 16px;
        }

        .RecruitingDetail-topLB {
            display: flex;
            align-items: center;
            height: 22px;
            font-family: Source Han Sans SC, Source Han Sans SC;
            font-weight: 400;
            font-size: 16px;
            color: #000000;
            line-height: 22px;
            text-align: left;
        }

        .topLBitem {
            margin: 0 12px;
            height: 14px;
            border: 1px solid #E1E7EF;
        }


        .RecruitingDetail-itemgw {
            height: 31px;
            font-family: Source Han Sans SC, Source Han Sans SC;
            font-weight: 400;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            background: #E8E8E8;
            border-radius: 2px 2px 2px 2px;
        }

        .RecruitingDetail-topR {
            display: flex;
            align-items: center;
            justify-content: end;
            flex: 1;
        }

        .RecruitingDetail-topRBtn {
            display: flex;
            cursor: pointer;
            align-items: center;
            justify-content: center;
            width: 168px;
            font-size: 24px;
            color: #FFFFFF;
            height: 59px;
            background: #144A95;
            border-radius: 30px 30px 30px 30px
        }

        .RecruitingDetail-Info:last-child {
            margin-bottom: 34px;
        }

        .RecruitingDetail-Info {
            margin-top: 56px;
        }

        .RecruitingDetail-InfoTop {
            margin-bottom: 16px;
            font-weight: 500;
            font-size: 20px;
            color: #000000;
        }

        .RecruitingDetail-Infocon {
            font-family: Source Han Sans SC, Source Han Sans SC;
            font-weight: 400;
            font-size: 16px;
            color: #666666;
        }

        .RecruitingDetail-Infocon p {
            margin: 16px 0;
        }

        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }

        .modal-content {
            background-color: white;
            padding: 40px;
            width: 90%;
            max-width: 644px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            position: relative;
            border-radius: 20px 20px 20px 20px;
        }

        .modal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            padding-bottom: 10px;
            /* border-bottom: 1px solid #ddd; */
        }

        .modal-title {
            margin: 0;
            font-size: 20px;
            color: #333;
        }

        .close-btn {
            position: absolute;
            top: 12px;
            right: 12px;
            font-size: 24px;
            cursor: pointer;
            color: #888;
        }

        .close-btn:hover {
            color: #333;
        }

        .modal-Info {
            display: flex;
        }

        .modal-InfoL {
            width: 312px;
        }

        .modal-InfoM {
            height: auto;
            border: 1px solid #DADCDF;
            width: 0;
            margin: 0 40px;
        }

        .modal-InfoR {
            width: 148px;
        }

        .modal-Infotit {
            text-align: center;
            height: 35px;
            font-family: Source Han Sans SC, Source Han Sans SC;
            font-weight: 500;
            font-size: 24px;
            color: #000000;
            margin-bottom: 24px;
        }

        .form-group {
            font-family: Source Han Sans SC, Source Han Sans SC;
            margin-bottom: 12px;
            display: flex; 
            border-radius: 30px 30px 30px 30px;
            background: #F5F5F5;
            padding: 0px 16px;
            font-size: 16px; 
        }

        .form-group label {
            color: #999999;
            min-width: 85px;
            margin-bottom: 0;
        }

        .form-Info { 
            font-weight: bold;
            display: flex;
            justify-content: start;
            color: #333;
        }