.information-page .title-bl {
    width: 380px;
    right: 0;
}
.information-page .title-bg {
    bottom: -2px;
    left: auto;
    right: -1px;
}
.sec-info .bg.bg03 {
    width: 152px;
    height: 137px;
    position: absolute;
    right: 20px;
    bottom: 300px;
    z-index: -1;
}

.sec-info {
    padding: 95px 0 0;
}

.sec-info .bg.bg04 {
    width: 388px;
    left: 0;
    bottom: -130px;
    position: absolute;
    z-index: -1;
}

@media only screen and (max-width: 1099px){
.information-page .title-bl {
    width: 270px;
    bottom: -45px;
}
.sec-info .bg.bg03 {
    right: -26px;
    top: 115px;
}
.sec-info .bg.bg04 {
    width: 230px;
    bottom: 365px;
}
.sec-info {
    padding: 30px 0 0;
}  
}

@media only screen and (max-width: 767px){
.information-page .title-bl {
    width: 228px;
}
.sec-info .bg.bg03 {
    /* width: 76px;
    height: 68px;
    right: 12px;
    top: 242px; */
    display: none;
}
.sec-info .bg.bg04 {
    width: 194px;
    bottom: 300px;
}
.sec-info {
    padding: 10px 0 0;
}
}