.box-sp{
    display: none;
}
.box-job .row{
    padding-top: 5px;
    border-top: 1px dotted #0dcaf0;
    word-wrap: break-word !important;
}
.box-job .row:last-child {
    border-bottom: 1px dotted #0dcaf0;
}
.box-job .lb-text {
    word-break:keep-all;
}

.btn-outline-primary{
    background-color:white !important;
    color: #00B0F0 !important;
    border: 1px solid #00B0F0;

}

.btn-outline-primary:hover{
    background-color: #00B0F0 !important;
    color: white !important;
    border: 1px solid #00B0F0;
}

.no-img{
    height: 350px;
    width: 100%;
    background-color: #F2F2F2;
    position: relative;
    border: 1px solid black;
}

.no-img span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-detail{
    width: 90%;
    margin-top: 15px;
    margin-bottom: 100px;
}

.text-group{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;

}

.text-group  span{
    width: 270px;
    display: inline-block;
    text-align: initial;

}

.text-applied span{
    width: 355px;
    margin-left: 85px;
}

.company-pr{
    padding: 10px;
    border: 1px solid black;
    margin-top: 20px;
    word-wrap: break-word;
}

.job-title {
    word-break: break-all;
}

@media (max-width: 768px) {
    .btn-detail{
        width: 100%;
    }

    .text-group{
        margin-left: 0px;
        margin-right: 0px;
    }
    .box-job{
        padding-left: 0px;
    }
    .box-header{
        width: 100%;
    }
    .job-title{
        border-top: none ;
        padding-bottom: 4px;
        border-bottom: 1px solid #00B0F0;
    }

    .no-img{
        height: 250px;
    }

    .box-pc{
        display: none;
    }

    .box-sp{
        display: block;
        padding-left: 0px;
    }

    .box-job{
        margin-top: 20px;
    }

    .box-job-sp{
        padding-left: 4px;
    }

    .box-job .title{
        display: none;
    }

    .btn-detail{
        width: 100%;
    }

    .btn-detail a{
        width: 100% !important;
        font-size: 12px;
    }

    .text-group  span{
        font-size: 8px;
    }

    .text-applied span{
       width: 280px;
       font-size: 8px;
       margin-left: 0px;
    }

    .box-job .lb-text {
        word-break:unset;
    }
}
