.recruit-MainContent {
    background-image: url("..\\images\\bodybackground.png");
    background-repeat: no-repeat;
    background-position: 0% 60%;
    /* background-size: cover; */
    background-color: rgba(0, 250, 15, 0.01);
    padding-bottom: 120px;
}
.one-row {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis
}
.two-row {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    display:-moz-box;
    -moz-line-clamp:2;
    -moz-box-orient:vertical;
    word-wrap:break-word;
    word-break:break-all;
    white-space:normal
}


/* ======================= recruit-keyInfo ======================= */
.recruit-keyInfo {
    margin-top: 85px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 1) 100%), url("../images/recruitBackground.jpg") no-repeat 40% 70%;
    background-size: cover;
}
.recruitBox-keyInfo {
    padding-top: 30px;
    height: 650px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}


/* =========== info =========== */
.titleBar-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 150px; */
}
.titleBar-heading .row {
    text-align: center;
}
.titleBar-heading .title-head {
    letter-spacing: 0rem;
    font-size: 40px;
    font-weight: bolder;
    color: #005826;
    padding-bottom: 10px;
}
.title-info {
    padding: 0 150px;
    font-size: 15px;
    line-height: 23px;
}


/* =========== Table =========== */
.recruTable {
    margin-top: 5px;
    width: 100%;
}
.recruTable .recru-table {
    padding-right: 0;
    padding-left: 0;
}
.recruTable h4 {
    font-weight: bold;
    color: #005826;
    margin-bottom: 0;
    /* padding-top: 4px; */
}
.recruTable .sideCol-cell h5 {
    color: #005826;
    font-weight: bolder;
    transition: 0.3s;
}
.recruTable .cell h6 {
    color: #005826;
    font-weight: bold;
    /* margin-bottom: 3px; */
}
.recruTable .recruline {
    display: flex;
    justify-content: center;
    align-items: center;
}
.recruTable .recruline .row {
    display: flex;
    width: 100%;
    height: 100%;
}
.recruTable .nameLine {
    padding: 10px 0;
    margin-bottom: 10px;
}
.recruTable .teacherLine {
    height: 200px;
    transition: 0.3s;
}
.recruTable .postDrLine {
    height: 200px;
    transition: 0.3s;
    /* border-bottom: 4px solid #005826; */
}
#btn-teacher-right, #btn-postDr-right {
    display: none;
}
.recruTable .nameLine .sideCol-cell,
.recruTable .teacherLine .sideCol-cell {
    width: 6%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.recruTable .postDrLine .sideCol-cell {
    width: 6%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.recruTable .teacherLine .sideCol-cell .container,
.recruTable .postDrLine .sideCol-cell .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
    border-radius: 8px;
    border: 2px solid #005826;
    /* border-right: 5px solid #6a0a0b; */
    text-align: center;
    transition: 0.3s;
}
.recruTable .recruline .cell {
    width: 23.5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.recruTable .recruline .cell .cell-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 95%;
    height: 97%;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.recruTable .moreBtn {
    padding: 8px 5px;
    height: 35px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 2px solid #005826;
    transition: 0.3s;
}
.recruTable .moreBtn span {
    font-size: 12px;
    color: #005826;
}
.recruTable .recruline .cell .cell-content:hover {
    background-color: rgba(0, 120, 220, 0.15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}
.recruTable .recruline .cell .moreBtn:hover {
    cursor: pointer;
}
.recruTable .row>.line-content,
.recruTable .row>.title-cells {
    display: flex;
    width: 94%;
    height: 100%;
    padding: 0;
    transition: 0.3s;
}
.recruTable .title-cells .cell {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.recruTable .teacherLine .cell {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.recruTable .postDrLine .cell {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.recruTable .title-cells .cell h4 {
    /* background-color: #fff; */
    transition: 0.3s;
    width: 70%;
    line-height: 200%;
    text-align: center;
    border-radius: 15px;
    border: 2px solid #005826;
}
.recruTable .recruline .cell-text {
    padding: 10px 15px;
    display: inline-block;
    height: 100%;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    transition: 0.3s;
    font-size: 15px;
}
.recruTable .recruline .cell-text::-webkit-scrollbar {
    display: none;
}
#preloadContent-teacherWelfare, 
#preloadContent-postDrWelfare {
    display: flex;
    flex-direction: column;
    height: 130px;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}
#preloadContent-teacherWelfare .row, 
#preloadContent-postDrWelfare .row {
    width: 100%;
    align-items: center;
    text-align: center; 
}
#cellText-teacherApplyMethod {
    margin-top: 10px;
    padding-top: 0;
}
#cellText-teacherApplyMethod::-webkit-scrollbar {
    display: flex;
    justify-content:;
    width: 3px;
    /* margin-top: 5px; */
    height: 95%;
}
#cellText-teacherApplyMethod::-webkit-scrollbar-thumb {
    width: 1px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
}
#cellText-teacherApplyMethod::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
    box-shadow: inset 0 0 5px rgba( 0, 0, 0, 0);
}

#preloadContent-teacherJobReq,
#preloadContent-teacherApplyProcess,
#preloadContent-postDrApplyProcess {
    text-align: start;
}

#cellText-teacherApplyMethod {
    word-wrap: break-word;
}
#preloadContent-postDrJobReq,
#preloadContent-postDrApplyMethod {
    display: inline-block;
    height: 100%;
    overflow-y: scroll;
    width: 100%;
}
#preloadContent-postDrJobReq::-webkit-scrollbar,
#preloadContent-postDrApplyMethod::-webkit-scrollbar {
    width: 3px;
    height: 100%;
}
#preloadContent-postDrJobReq::-webkit-scrollbar-thumb,
#preloadContent-postDrApplyMethod::-webkit-scrollbar-thumb {
    width: 1px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
}
#preloadContent-postDrJobReq::-webkit-scrollbar-track,
#preloadContent-postDrApplyMethod::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
    box-shadow: inset 0 0 5px rgba( 0, 0, 0, 0);
}
.recruTable .request {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.recruTable .request>h6 {
    color: #005826;
    line-height: 10px;
    margin: 0.4rem 0;
}
.recruTable .request span {
    margin-top: 0;
    font-size: 14px;
}
.recruTable .contentCard {
    overflow-y: scroll;
    height: 100%;
    display: none;
    /* opacity: 0; */
    transition: 0.3s ease;
}
/* .recruTable .contentTxt .reqContent-text {
    font-size: 15px;
} */
.recruTable .contentCard::-webkit-scrollbar,
.recruTable .contentCard::-webkit-scrollbar {
    width: 3px;
    height: 100%;
}
.recruTable .contentCard::-webkit-scrollbar-thumb,
.recruTable .contentCard::-webkit-scrollbar-thumb {
    width: 2px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
}
.recruTable .contentCard::-webkit-scrollbar-track,
.recruTable .contentCard::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
    box-shadow: inset 0 0 5px rgba( 0, 0, 0, 0);
}
.recruTable .showContent-teacherApplyProcess {
    height: 100%;
    width: 100%;
    transform: translateY(50px);
    text-align: center;
}
.recruTable .showContent-postDrApplyProcess {
    /* height: 80%; */
    width: 100%;
    transform: translateY(50px);
    text-align: center;
}
.recruTable h3 {
    font-weight: bold;
    color: #005826;
}
.recruTable .flow-content .flowArrowRight {
    height: 16px;
    padding: 1px 0;
    /* transform: rotate(90deg); */
}
/* .recruTable #last-flowContent {
    padding: 0 40px;
} */



/* ======================= recruit-video ======================= */
.videoBar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.videoBar .row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    border: 2px solid rgba(0, 35, 15, 0.5);
    box-shadow: -2px 5px 5px rgba(0, 0, 0, 0.3);
}
.videoBar .row .am-info {
    padding: 0;
}
.videoBar .row .am-info span {
    /* text-indent: 36px; */
    display: block;
    padding: 50px 0px 50px 80px;
    font-size: 22px;
    line-height: 38px;
    /* width: 85%; */
}
.recruit-video {
    padding: 80px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recruit-video video {
    width: 100%;
    /* object-fit: fill; */
    /* height: %; */
}


/* ======================= recruit-introAndRoute ======================= */
.recruit-introAndRoute {
    display: flex;
    justify-content: center;
    align-items: center;
}
.recruitBox-introAndRoute {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recruit-introAndRoute .recruitBox-introAndRoute .row {
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
}


/* =========== recruitIntro =========== */
.recruitIntro {
    margin-top: 80px;
}
.recruitIntro .introBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: rgba(0, 250, 15, 0.03); */
    border: 2px solid rgba(0, 35, 15, 0.5);
    box-shadow: -2px 5px 5px rgba(0, 0, 0, 0.3);
    /* box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6); */
    border-radius: 15px;
}
.recruitIntro .introBox .titleBar-intro {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 10px 0;
    border-bottom: 2px solid #005826;
}
.recruitIntro .introBox .titleBar-intro h2 {
    font-weight: bold;
    color: #005826;
}
.recruitIntro .introBox .content {
    padding: 10px 38px 20px 40px;
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.recruitIntro .introBox .content .introContent {
    /* flex-wrap: wrap; */
}
.recruitIntro .introBox .content .introContent .introCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 17px;
    /* width: 22%; */
}
.recruitIntro .introBox .content .introContent .introCard h4 {
    color: #005826;
    font-weight: bold;
}
.recruitIntro .introBox .content .introContent .introCard span {
    padding-top: 5px;
}


/* =========== recruitRoute =========== */
.recruitRoute {
    margin-top: 80px;
    flex: 1;
}
.recruitRoute .routeBox {
    height: 100%;
    border-radius: 15px;
    box-shadow: -2px 5px 5px rgba(0, 0, 0, 0.3);
}
.recruitRoute .routeBox .recruPoster {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    /* box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6); */
}
.recruitRoute .routeBox .recruPoster a {

    display: block;
    width: 100%;
    height: auto;
    /* aspect-ratio: 10/30; */
}
.recruitRoute .routeBox .recruPoster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.recruitRoute .routeBox .recruDescription {
    padding: 10px 10px 5px 10px;
}
.recruitRoute .routeBox .recruDescription .recruTheme {
    height: 54px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 9px;
}
.recruitRoute .routeBox .recruDescription .recruTheme a {
    color: #000;
    /* text-decoration: none; */
}
.recruitRoute .routeBox .recruDescription .recruTime,
.recruitRoute .routeBox .recruDescription .recruPlace {
    color: #898989;
    font-size: 15px;
    margin-bottom: 10px;
    cursor: default;
}



/* media */
@media (max-width: 1500px) {
    .recruit-keyInfo {
        margin-top: 85px;
        /* padding-top: 100px; */
    }
    .recruCards .cardDiv {
        width: 360px;
    }
    .videoBar .row .am-info span {
        padding: 50px 0px 50px 50px;
    }
    .videoBar .row .recruit-video {
        padding: 50px;
    }

}
@media (max-width: 1400px) {
    .recruit-keyInfo .recruitBox-keyInfo .title-info {
        padding: 0 60px;
    }
    
    .recruTable .showContent-teacherApplyProcess,
    .recruTable .showContent-postDrApplyProcess {
        transform: translateY(24px);
    }
}
@media (max-width: 1200px) {
    .recruit-keyInfo {
        margin-top: 85px;
        /* padding-top: 150px; */
    }
    .recruit-keyInfo .recruitBox-keyInfo .title-info {
        padding: 0 30px;
    }
    .recruCards .cardDiv {
        width: 300px;
    }
    .videoBar .row .am-info span {
        font-size: 20px;
    }
}

@media (max-width: 1000px) {
    .recruit-keyInfo {
        margin-top: 52px;
        /* padding-top: 200px; */
    }
    .recruit-keyInfo .title-head {
        font-size: 35px;
    }
    .recruit-keyInfo .row {
        width: 120%;
    }
    .recruCards .cardDiv {
        /* padding: 0 20px; */
        width: 260px;
    }
    .recruCards .cardDiv .cardContent {
        width: 100%;
    }
    .recruCards .cardDiv .cardContent .request {
        padding: 0;
    }

    .videoBar .row .am-info span {
        padding: 50px 0px 50px 50px;
        font-size: 13px;
        line-height: 25px;
    }

    .recruTable .showContent-teacherApplyProcess,
    .recruTable .showContent-postDrApplyProcess {
        transform: translateY(10px);
    }
}

@media (max-width: 768px) {
    .recruit-keyInfo {
        margin-top: 52px;
        /* padding-top: 400px; */
    }
    .recruit-keyInfo .recruitBox-keyInfo .title-info {
        padding: 0 10px;
    }
    .recruit-keyInfo .row {
        width: 120%;
    }
    .recruCards .cardDiv {
        /* padding: 0 20px; */
        width: 260px;
    }
    .recruCards .cardDiv .cardContent {
        width: 100%;
    }
    .recruCards .cardDiv .cardContent .request {
        padding: 0;
    }

    .recruTable .cell-text span,
    .recruTable .request span,
    .recruTable .preload-content {
        font-size: 13px;
    }

    .videoBar .row .am-info span {
        padding: 50px 50px 0px 50px;
        font-size: 13px;
        line-height: 25px;
    }
}

@media (max-width: 500px) {
    .recruit-keyInfo {
        height: 680px;
    }
    .recruTable .cell-text span,
    .recruTable .request span,
    .recruTable .preload-content {
        font-size: 11px;
    }
    .recruTable .title-cells .cell h4 {
        line-height: 120%;
        padding: 4px;
    }
    .recruTable .request>h6,
    .recruTable .cell h6 {
        line-height: 15px;
        font-size: 0.8rem;
    }
    .recruTable h3 {
        font-size: 1rem;
    }
    .recruTable .flow-content .flowArrowRight {
        height: 12px;
    }

    .recruTable .moreBtn {
        padding: 4px 2px;
        width: 70px;
    }
    .recruTable .moreBtn span {
        font-size: 8px;
    }
    .recruTable .recruline .cell-text {
        padding: 5px;
    }
    .recruTable #preloadContent-teacherWelfare .row,
    .recruTable #preloadContent-postDrWelfare .row {
        /* text-align: left; */
        width: 120%;
        /* justify-content: left; */
    }

    .videoBar .row .am-info span {
        padding: 25px 25px 0 25px;
        font-size: 0.8rem;
        line-height: 1.35rem;
    }
    .videoBar .row .recruit-video {
        padding: 25px;
    }
}

@media (max-width: 380px) {
    .recruTable .cell-text span,
    .recruTable .request span,
    .recruTable .preload-content {
        font-size: 8px;
    }

    .recruTable .nameLine .sideCol-cell,
    .recruTable .teacherLine .sideCol-cell,
    .recruTable .postDrLine .sideCol-cell {
        padding: 0;
    }
    .recruTable .nameLine {
        height: 70px;
    }
    .recruTable h3 {
        font-size: 0.7rem;
    }
    

    .videoBar .row .am-info span {
        padding: 15px 15px 0 15px;
    }
    .videoBar .row .recruit-video {
        padding: 15px;
    }

}