main>section{
    background-color: #EFEFEF;
    text-align:center;
}
main .container>div:nth-of-type(1){
    margin-top: 40px;
}
main .container>section{
    margin-top: 60px;
}
.text-left p {
}

.recruit_apply{
    background-color: #347be5;
}
.btn-lg{
    padding: 10px 25px;
    font-size: 25px;
}
.btn-lg:hover{
    color: #000;
    transition-duration:0.5s ;
}
.container section div:nth-last-of-type(1){
    margin-top: 40px;
}
.img-responsive{
	display: inline;
	height: auto;
    max-width: 100%;
}
main>section:nth-last-of-type(1){
    padding:40px 0;
    font-size: 4vw;
}
main>section:nth-last-of-type(1) a:hover{
    color: #000;
}
@media screen and (max-width: 677px) {
    .head>img{
        width: 100%;
    }
}