h2 > span {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

h2 {
    text-align: left;
    padding-left: 10px;
    font-size: 32px;
}

.about-our-company{
    padding: 32px 16px;
    background-color: #fafafa;
    font-size : 20px;
    line-height :24px;
    margin-bottom : 60px;
}
.about-our-company p{
    font-size: 16px;
}
.incruit-wrap > div{
    border-top : 1px solid rgba(0,0,0,0.12);
    padding-top : 20px;
}

.incruit-wrap > div h3{
    font-size : 24px;
    font-weight : 700;
    padding-left : 10px;
    margin-bottom : 40px;
}


.field-qualification-wrap{
    margin-bottom : 60px;
}


.field-qualification-wrap .row{
    display : grid;
    grid-template-columns: 185px auto;
    min-height : 60px;
    word-break: keep-all;
}

.field-qualification-wrap .row .title{
    background-color : #fafafa;
    font-size : 16px;
    border-bottom : 1px solid #dfdfdf;
    display : flex;
    align-items: center;
    justify-content: center;
    color : #767676;
    text-align: center;
}

.field-qualification-wrap .row .content{
    padding : 20px 16px;
    display : flex;
    align-items: center;
    justify-content: flex-start;
    font-size : 16px;
    border-bottom : 1px solid #dfdfdf;
    border-right : 1px solid #dfdfdf;
}

.field-qualification-wrap .row:first-child .content{
    border-top : 1px solid #dfdfdf;
}

.field-qualification-wrap .row:last-child .title{
    border-bottom : 0;
}

.application-input-wrap{
    max-width : 490px;
    margin : auto;
}

.application-input-wrap .input-wrap{
    margin-bottom : 24px;
    position : relative;
}

.application-input-wrap label{
    display : block;
    color : #1c1c1c;
    font-size : 12px;
    margin-bottom : 4px;
    padding-left: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.application-input-wrap label .essential{
    color : #b3261e;
    word-break: keep-all;
}
.application-input-wrap select.input{
    padding: 0 24px 0 16px;
}
.application-input-wrap .input{
    border-radius : 4px;
    border : 1px solid rgba(0,0,0,0.12);
    height: 44px;
    padding: 0 16px;
    font-size: 14px;
}

.application-input-wrap .input:focus{
    border : 2px solid rgba(58, 76, 64,1);
}

.application-input-wrap .input::placeholder{
    color: rgba(0,0,0,0.4);
    font-weight: 400;
}
.application-input-wrap .input-wrap .warning-word {
    color: #B3261E;
    margin-top: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding-left: 6px;
    display: none;
}

.application-input-wrap .input-wrap .warning-red {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.application-input-wrap .input-wrap .checkbox + span{
    display : flex;
    align-items: center;
    justify-content : center;
    height : 60px;
    font-size : 16px;
    border : 1px solid #767676;    
    color : #1c1c1c;
}

.application-input-wrap .input-wrap .checkbox:checked + span{
    border : 0;
    background-color : #767676;
    color : #fff;
}

.application-input-wrap .select-gender-wrap{
    display : grid;
    grid-template-columns: repeat(2,1fr);
    gap : 10px;
}

.application-input-wrap .input-phone-wrap{
    display : grid;
    grid-template-columns: repeat(3,1fr);
    gap : 10px;
}

.application-input-wrap .input-phone-wrap .input{
    text-align : center;
}

.application-input-wrap .input-with-btn-wrap{
    position : relative;
    display : grid;
    grid-template-columns: auto 100px;
    gap: 16px;
    border-radius : 4px;
    border : 1px solid rgba(0,0,0,0.12);
}
.application-input-wrap .input-with-btn-wrap .input{
    border: none;
}
.application-input-wrap .input-with-btn-wrap .btn-white{
    border: none;
    border-left : 1px solid rgba(0,0,0,0.12);
    font-size : 14px;
    color : #1c1c1c;
    height: 44px;
}


input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0;
}

.application-input-wrap .type-info{
    font-size : 12px;
    font-weight : 300;
    padding-left : 10px;
    margin-top : 4px;
    color: rgba(0,0,0,0.6);
}


.checkbox-wrap .input-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position : relative;
}

.checkbox-wrap .input-wrap label {
    margin-bottom: 0;
}

.checkbox-wrap .input-wrap .btn-white {
    width: 100px;
    height: 44px;
    border: 1px solid rgba(0,0,0,0.12);
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
}

.checkbox-wrap .input-wrap .checkbox + label:before {
    width: 20px;
    height: 20px;
    margin-right: 0;
}

.application-input-wrap label > span:first-child{
    display : inline-block;
    vertical-align: middle;
    word-break: keep-all;
    white-space: nowrap;
}


.submit-application-wrap .info{
    background-color : #fafafa;
    font-size : 16px;
    font-weight : 300;
    line-height : 24px;
    text-align: center;
    padding : 32px 16px;
    margin-bottom : 40px;
    word-break: keep-all;
}

.btn-submit {
    background-color: #1c1c1c;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 60px;
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width : 1016px){
    .about-our-company{
        width : 95%;
        margin-left :auto;
        margin-right : auto;
        font-size : 18px;
    }

    .field-qualification-wrap{
        width : 95%;
        margin-left :auto;
        margin-right : auto;
    }

    .field-qualification-wrap .row{
        grid-template-columns: 140px auto;
    }

    .submit-application-wrap{
        width : 95%;
        margin-left :auto;
        margin-right : auto;
    }
}

@media screen and (max-width : 768px){
    h2{
        font-size : 24px;
        margin-bottom : 35px;
    }

    .about-our-company{
        font-size : 16px;
        text-align: center;
    }

    .incruit-wrap > div h3{
        font-size : 20px;
        margin-bottom : 30px;
    }

    .incruit-wrap > div{
        padding-top : 25px;
    }

    .field-qualification-wrap .row{
        grid-template-columns: 100px auto;
    }

    .submit-application-wrap .info{
        font-size : 14px;
    }

    .btn-submit{
        font-size : 18px;
    }
}

@media screen and (max-width : 480px){
    h2 > span {
        /*font-size: 14px;*/
        margin-bottom: 0;
    }

    h2{
        /*font-size: 16px;*/
        font-weight : 700;
        margin-bottom : 20px;
    }

    .about-our-company{
        font-size  :14px;
    }

    .incruit-wrap > div h3{
        /*font-size : 16px;*/
        margin-bottom : 24px;
    }

    .incruit-wrap > div{
        padding-top : 30px;
        
    }

    .field-qualification-wrap .row .title{
        font-size : 14px;
    }

    .field-qualification-wrap .row .content{
        font-size : 14px;
    }

    .field-qualification-wrap .row{
        grid-template-columns: 80px auto;
    }

    .checkbox-wrap .input-wrap .btn-white{
        font-size : 14px;
    }

    .submit-application-wrap .info{
        font-size : 12px;
    }

    .btn-submit{
        font-size : 16px;
    }
}