.modal-btn{
    color: #3976b9;
    font-weight: 600;
    display: block;
}

.background{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}
.modal{
    display: none;
    width: 450px;
    height: 60%;
    overflow-y: scroll;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    display: none;
}

.modal-close{
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    right: 30px;
    top: 10px;
    z-index: 2;
}

.modal .content-inner{
    padding: 30px;
text-align: left;
}

.modal .u-tit011 {
    font-size: 30px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #ddd;
    background-position: 0 11px;
    font-weight: bold;
    background: #0a69dd;
    color: #fff;
    text-align: left;
    padding: 15px 20px;
}

.modal .content-inner h4 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.modal .content-inner .parg {
    margin-bottom: 50px;
}

.modal .content-inner .career p {
    margin-bottom: 20px;
font-size:15px;
}

.modal .content-inner .career p span {
    font-weight: 600;
    margin-right: 10px;
    color: #3976b9;
}
   
													  
@media (max-width: 450px){
	
.modal{width:90%;}

}                                                      