.technical_open_wp h1{
    font-size: 24px;
    font-weight: 600;
    line-height: 44px;
    text-transform: uppercase;
    color: #002A5A;
    position: absolute;
    top: 35px;
    left: 18px;
    max-width: 400px;
}
.to_block{
    width: 1071px;
    background: #F0F0F0;
    margin: 0 auto 110px auto;
    padding: 0 20px 5px 20px;
}
.to_item{
    margin-bottom: 80px;
}
.to_title{
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    background: #5B5B5B;
    position: relative;
    padding: 20px 0;
    margin-bottom: 50px;
}
.to_title:before{
    content: '';
    width: 50px;
    height: 100%;
    background: #5B5B5B;
    position: absolute;
    top: 0;
    left: -50px;
}
.to_title:after{
    content: '';
    width: 20px;
    height: 100%;
    background: #5B5B5B;
    position: absolute;
    top: 0;
    right: -20px;
}
.toi_info{
    width: 56%;
}
.toi_img{
    width: 44%;
    position: relative;
    right: -25px;
}
.toi_info2{
    width: 44%;
    padding-left: 20px;
}
.toi_img img{
    width: 600px;
    max-width: 600px !important;
    height: auto !important;
}
.to_item h2{
    width: 100%;
    font-size: 36px;
    font-weight: 500;
    line-height: 54px;
    color: #002A5A;
    margin-bottom: 60px;
}
.to_item p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 42px;
}
.to_item h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #002A5A;
    margin-bottom: 30px;
}
.to_item ul{
    margin-bottom: 50px;
}
.to_item ul li{
    list-style: none;
    font-size: 18px;
    line-height: 30px;
    padding-left: 37px;
    position: relative;
    margin-bottom: 15px;
}
.to_item ul li:before{
    content: '';
    width: 13px;
    height: 13px;
    background: #F39314;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 7px;
}
.to_item ol li{
    list-style-position: inside;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}
.tob_inner{
    margin-bottom: 100px;
}
@media only screen and (max-width: 1819px) {
    .technical_open_wp h1{
        position: static;
    }
}
@media only screen and (max-width: 1239px) {
    .technical_open_wp h1{
        display: none;
    }
    .to_block{
        width: 83%;
        margin-right: 0;
    }
    .to_title{
        font-size: 24px;
        line-height: 29px;
        padding: 10px 0;
    }
    .to_title:before{
        width: 39px;
        left: -39px;
    }
    .to_item h2{
        font-size: 24px;
        line-height: 36px;
        order: -2;
        margin-bottom: 33px;
    }
    .toi_info{
        width: 100%;
    }
    .toi_img{
        width: 100%;
        right: -10px;
        order: -1;
        margin-bottom: 35px;
    }
    .toi_img img{
        width: 603px;
        height: auto;
    }
    .to_item p{
        font-size: 16px;
        line-height: 26px;
    }
    .to_item h3{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .to_item ul li{
        font-size: 16px;
        line-height: 26px;
        padding-left: 25px;
    }
    .to_item ul li:before{
        width: 10px;
        height: 10px;
    }
    .to_item ul{
        margin-bottom: 20px;
    }
    .to_item{
        margin-bottom: 0;
    }
    .to_item ol li{
        font-size: 16px;
        line-height: 26px;
    }
    .toi_info2{
        width: 100%;
        padding-left: 0;
    }
    .tob_inner {
        margin-bottom: 73px;
    }
    .to_block .tob_inner:last-child{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .to_block{
        width: 100%;
    }
    .to_title{
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 25px;
    }
    .to_item h2{
        font-size: 18px;
        line-height: 27px;
    }
    .toi_img img{
        width: 292px;
        height: auto;
    }
    .to_item p{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 32px;
    }
    .to_item h3{
        font-size: 18px;
        line-height: 27px;
    }
    .to_item ul li{
        font-size: 14px;
        line-height: 22px;
    }
    .to_item ol li{
        font-size: 14px;
        line-height: 22px;
    }
    .tob_inner{
        margin-bottom: 25px;
    }
}