.job-top::before{
    background: url("../images/job-top.jpg") center center / cover no-repeat;
}
.job-top-txt{
    text-align: center;
    line-height: 1.8;
    padding: 3rem;
    font-size: 1.5rem;
    color: #3f506a;
}
.joblist{
    background: #F7FBFF;
    padding: 5rem 0;
}
.joblist-01, .joblist-02{
    position: relative;
}
.joblist-01::before,.joblist-02::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
}
.joblist-01::before {
    background: url("../images/joblist01.jpg") center center / cover no-repeat;
}
.joblist-02::before {
    background: url("../images/joblist02.jpg") center center / cover no-repeat;
}
.joblist-container {
    display: flex;
    padding: 2rem 5rem;
    gap: 0 2rem;
}
.joblist-container a{
    flex: 1;
}
.joblist-01, .joblist-02 {
    height: 200px;
    position: relative;
    overflow: hidden;

}
.joblist-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 2;
    width: 100%;
    left: 20px;
}
.joblist-content p{
    font-size: 1.2rem;
    font-weight: 500;
}
.joblist-content h3 {
    color: rgb(207, 0, 0);
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 30px;
}
.joblist-hight {
    color: #3375A7;
    font-weight: 600;
    font-size: 2rem;
    text-shadow: 0 2px 3px #dfdfdf;
}
.joblist-span {
    display: flex;
    align-items: center;
    padding-top: 2rem;
}
.joblist-01:hover, .joblist-02:hover{
  opacity: 0.7;
}
.joblist-title h3{
    background: #66AAD4;
    color: #ffffff;
    font-size: 1.5rem;
    padding: 0.7rem 0.5rem;
    border-radius: 0.7rem 0.7rem 0 0;
    font-weight: 600;
}
.joblist-01-content {
    width: 100%;
    border-radius: 1rem;
    background: #ffffff;
    padding-bottom: 1rem;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.joblist-point img{
    width: 120px;
    display: none;
}
.joblist-inner{
    padding: 2rem 5rem;
}
.joblist-point{
    display: flex;
    align-items: center;
    gap: 0 2rem;
    padding: 0.5rem;  
}
.joblist-point p {
    line-height: 1.5;
    font-size: 1.1rem;
    font-weight: 500;
    color: #3c3c3c;
    padding: 1rem;
}
.joblist-tt{
    background: #4CAD5B!important;
}
table.job-table tr th:nth-child(1), table.job-table tr td:nth-child(1) {
    background: #F4F4F4;
    text-align: center;
    color: #59B867;
    padding: 0.8rem;
    font-size: 1.2rem;
    font-weight: 500;
    text-wrap: nowrap;
}
#joblist-show02 {
    display: none;
  }
table.job-table  {
    border: 2px solid #abde95;
}
table.job-table tr {
    border-bottom: 2px solid #abde95;
}
table tr th:nth-child(1), table tr td:nth-child(1) {
    background: #F4F4F4;
    text-align: center;
    color: #608DB9;
    padding: 0.8rem;
    font-size: 1.2rem;
    font-weight: 500;
}
table tr th:nth-child(2), table tr td:nth-child(2) {
    text-align: left;
    padding: 1rem;
    line-height: 1.5;
    
}
table {
    background: #ffffff;
    width: 90%;
    margin: 1rem auto;
    border: 2px solid #85BCE0;
    margin-top: 0;
}
td small{
    display: block;
}
.joblist-01.show,
.joblist-02.show {
    border: 2px solid red;
    border-radius: 1rem;
}
#joblist-show02{
    background: rgb(231, 255, 234);
}
#joblist-show01{
    background: #ecf8ff;
}
table tr {
    border-bottom: 2px solid #85bce0;
}
.joblist-content2 {
    background: #fbfbfb !important;
}
.joblist-btn{
    background: #66AAD4;
    color: #ffffff;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    padding: 1rem 0.8rem;
    border-radius: 100rem;
    gap: 0 0.7rem;
    border: 2px solid #eaeaea;
    margin: 1rem auto;
    width: 222px;
    justify-content: center;
}
.joblist-btn:hover {
    color: #66AAD4;
    background: #ffffff;
    border: 2px solid #66AAD4;
    transition: 0.5s ease;
}
.job-btn2{
    background: #59B867;
}
.joblist-btn svg{
    fill: #ffffff;
}
.joblist-btn:hover svg.job-svg{
    fill: #66AAD4!important;
    transition: 0.5s ease;

}
.joblist-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, auto);
    gap: 50px;
}
.show-bd-01 {
    border: 4px solid #66aad4;
    border-radius: 1rem;
}
.show-bd-02 {
    border: 4px solid #4cad5b;
    border-radius: 1rem;
}
.job-btn2:hover {
    color: #59b867;
    background: #ffffff!important;
    border: 2px solid #59b867;
    transition: 0.5s ease;
}
.joblist-btn:hover svg{
    fill: #59b867;
    transition: 0.5s ease;

}

@media screen and (max-width: 1100px) {

.joblist-container {
    padding: 2rem 1rem;
    gap: 0 1rem;
}
.joblist-span {
    padding-top: 1rem;
}
.joblist-inner{
    padding: 2rem 1rem;
    gap: 1rem;  
}
.joblist-content {
    line-height: 1.6;
        left: 10px;
}
.joblist-01, .joblist-02 {
    height: 160px;
}
.joblist-content h3 {
    font-size: 1.5rem;
}
.joblist-point p {
    font-size: 1rem;
    padding: 0.5rem;
}
table.job-table tr th:nth-child(1), table.job-table tr td:nth-child(1) {
    font-size: 1rem;
}
table tr th:nth-child(2), table tr td:nth-child(2) {
    padding: 0.5rem;
}
.joblist-btn {
    font-size: 1rem;
    width: 200px;
}
.job-top-txt {
    line-height: 1.6;
    padding: 3rem 1rem;
    font-size: 1.2rem;
}
.joblist {
    background: #F7FBFF;
    padding: 3rem 0;
}



}

@media screen and (max-width: 767.98px) {

.job-top-txt {
    line-height: 1.6;
    padding: 2rem 1rem;
    font-size: 1rem;
}
.joblist-container {
    padding: 2rem 1rem;
    gap: 1rem;
    flex-direction: column;
}
.joblist-01, .joblist-02 {
    height: 140px;
}
.newbie-icon {
    width: 80px;
    left: 230px;

}
.joblist-inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.show-bd-02 {
    border: 3px solid #4cad5b;
    border-radius: 0.6rem;
}
table {
    width: 95%;
}
.show-bd-01 {
    border: 3px solid #66aad4;
    border-radius: 0.6rem;
}


}
































