#job-mask {
    display: none;
    z-index: 20;
    width: 90%;
}

/* #job-mask .mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
} */

/* #job-mask .job-window {
    position: fixed;
    cursor: inherit;
    z-index: 20;
    flex-shrink: 0;
    padding: 0px 100px;
    transform-origin: 0% 0% 0px;
    transform: translate3d(0px, 0px, 0px) matrix(1, 0, 0, 1, 0, 0) rotate(0deg);
    width: 100%;
    height: 100%;
    flex-direction: column;
    left: 0px;
    top: 0px;
} */

#job-mask .job-window .job-pop {
    width: 100%;
    max-width: 1200px;
    min-height: 700px;
    max-height: 700px;
    height: 700px;
    flex: 1 0 0%;
    overflow: visible;
    position: relative;
    flex-direction: column;
    cursor: inherit;
    background-color: rgb(255, 255, 255);
    transform-origin: 0% 0% 0px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.job-info {
    font-family: 'eng';
    width: 100%;
    min-width: 100%;
    max-width: 10%;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    overflow: visible;
    position: relative;
    flex-direction: column;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.job-info .headline {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    flex-flow: row;
    overflow: visible;
    position: relative;
    /* border-color: rgb(222, 222, 222);
    border-style: solid;
    border-width: 0px 0px 1px; */
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.job-info .headline .left {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    overflow: visible;
    position: relative;
    flex-direction: column;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.job-info .headline .left .jobn {
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    margin-bottom: 20px;
    width: 80%;
    line-height: normal;
    font-size: 24px;
    color: rgb(0, 100, 153);
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    white-space: pre;
    word-break: normal;
    font-weight: bold;
    display: flex;
}

.job-info .headline .left .place {
    width: fit-content;
    min-width: fit-content;
    max-width: fit-content;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    overflow: visible;
    position: relative;
    flex-direction: row;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
}

.job-info .headline .left .place > div:first-of-type {
    vertical-align: top;
    font-size: 0px;
    flex-shrink: 0;
    position: relative;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    margin-right: 10px;
    width: 18px;
    height: 20px;
}

.job-info .headline .left .place > div:nth-of-type(2) {
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    line-height: normal;
    font-size: 18px;
    color: rgb(51, 51, 51);
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    white-space: pre;
    word-break: normal;
    display: flex;
}

.job-info .headline .left .place > div:last-of-type,
.job-info .headline .right > div:last-of-type{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    line-height: normal;
    font-size: 18px;
    color: rgb(51, 51, 51);
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    white-space: pre;
    word-break: normal;
    display: flex;
}

.job-info .headline .right {
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    overflow: visible;
    position: relative;
    flex-direction: column;
    cursor: pointer;
    transform-origin: 0% 0% 0px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.job-info .headline .right > div:first-of-type {
    vertical-align: top;
    font-size: 0px;
    flex-shrink: 0;
    position: relative;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    width: 46px;
    height: 36px;
}

.job-info .headline .right > div:last-of-type {
    font-weight: bold;
    display: flex;
}

.job-info .detail{
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    min-height: 460px;
    max-height: 460px;
    height: 460px;
    flex: 1 0 0%;
    overflow: hidden auto;
    position: relative;
    flex-direction: column;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    margin-bottom: 20px;
}
.job-info .detail p{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    line-height: normal;
    font-size: 20px;
    color: rgb(51, 51, 51);
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    white-space: pre-wrap;
    word-break: normal;
    display: flex;
}

.job-info .apply{
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    min-height: 50px;
    max-height: 50px;
    height: 50px;
    flex: 1 0 0%;
    flex-flow: row;
    overflow: visible;
    position: relative;
    cursor: pointer;
    background-color: rgb(0, 100, 153);
    transform-origin: 0% 0% 0px;
}
.job-info .apply .btn{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    line-height: normal;
    font-size: 18px;
    color: rgb(255, 255, 255);
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    white-space: pre;
    word-break: normal;
    display: flex;
    text-align: center;
}