/*csm1_sec2*/
.csm1_sec2 {
    background-color: #f7f7f7;
}
/*csm1_2_sec2*/
.csm1_2_sec2 {
    background-color: #059edb;
}
/*csm1_2_sec5*/
.csm1_2_sec5 {
    background-color: #f7f7f7;
}
.csm1_2_sec5 .c_wrp .txtbox {
    padding-left: 20px;
}
@media (max-width:768px){
    .csm1_2_sec5 .c_wrp .txtbox {
        padding-left: 0px;
    }
}
/*csm1_3_sec3*/
.csm1_3_sec3 {
    background-color: #f7f7f7;
}
@media (max-width:992px){
    .csm1_3_sec3 ul li {
        margin: 10px 0;
    }
}
/*csm2_sec3*/
.csm2_sec3 {    
    background-color: #f7f7f7;
}
/*csm2_sec3*/
@media (max-width:992px){
    .csm2_sec3 ul li {
        margin: 10px 0;
    }
}
/*csm3_sec1*/
.csm3_sec1 .top_con > div {
    text-align: center;
}
.csm3_sec1 .top_con .txtbox {
    background-color: #0b4da2;
    padding: 20px;
}
.csm3_sec1 .top_con .txtbox h4 {
    margin-top: 15px;
}
.csm3_sec1 .top_con .imgbox {
    background-color: #f7f7f7;
}
@media (min-width:769px){
    .csm3_sec1 .top_con {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .csm3_sec1 .top_con > div {
        display: table-cell;
        vertical-align: middle;
    }
}
@media (max-width:768px){
    .csm3_sec1 .top_con .imgbox img {
        width: 100%;
    }
}
/*csm3_sec2*/
.csm3_sec2 {    
    background-color: #f7f7f7;
}
.csm3_sec2 .table {    
    table-layout: fixed;
}
/*csm3_sec4*/
.csm3_sec4 {    
    background-color: #f7f7f7;
}
/*csm3_sec5*/
.csm3_sec5 {    
    background-color: #f7f7f7;
}
/*csm3_sec6*/
.csm3_sec6 .conbox h3 {
    font-weight: 600;
    margin-bottom: 15px;
}
.csm3_sec6 .conbox ul li .img_wrp {
    margin-bottom: 15px;
}
@media (max-width:768px){
    .csm3_sec6 .conbox h3 {
        margin-bottom: 5px;
    }
    .csm3_sec6 .conbox ul li .img_wrp img {
        max-width: 50%;
    }
}

/*c_wrp*/
@media (min-width:769px) {
    .c_wrp {
        display: table;
        width: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > div {
        display: table-cell;
        vertical-align: middle;
    }
}