#work {
    position: relative;
    padding: 1vw 0 15vw;
}
.content-shared .content .detail .title {
    border-bottom: 0;
    padding-bottom: 1vw;
}
@media only screen and (min-width: 768px) {
    #work {
        padding: 19px 0 181px;
    }
    .wrap {
        padding: 0 20px;
    }
    .content-shared .content .detail .title {
        font-size: 38px;
        margin-bottom: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.content-shared .content .detail .title{
		font-size: 30px;
	}
}