.top_logo_space{
    width: 405px;
    height: 60px;
    z-index: 100;
    top: 10px;
    left: 10px;
    position: absolute;
    cursor: pointer;
}
.max_img {
	max-width:100%;
	height:auto;
}
.title_text_class{
    width: 100%;
    text-align: left;
}
@media screen and (max-width: 1024px) {
    .top_logo_space{
        width: 277px;
        height: 36px;
        top: 2px;
        left: 2px;
    }
}