.tsolcham{
    background-color: #fff;
}
.tsolcham .title_01{
    background-color: #1A89E7;
}

.tsolcham .title_box{
    background-color: #1A89E7;
}

.tsolcham .bottom_btn{
    background-color: #1A89E7;
    border: none;
}
.tsolcham .title {
    font-size: 33px;
    line-height: 37px;
}


@media screen and (max-width:1024px) {
    .tsolcham .title {
        font-size: 30px;
    }
}

@media screen and (max-width:620px) {
    .tsolcham .title {
        font-size: 25px;
        line-height: 32px;
    }
}
@media screen and (max-width:599px) {
    .bg_img{
        display:block;
    }
    .left_bg_02,
    .right_bg_01{
        display: none;
    }
}

@media screen and (max-width:420px) {
    .tsolcham .title {
        font-size: 23px;
        line-height: 30px;
    }
}