/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.9.2.1616859263
Updated: 2021-03-27 15:34:23

*/
/* 메인페이지 [누적 피해사례 등록수] 가운데 정렬인데도 숫자가 왼쪽으로 붙어버림 */
.damaged-site-total .percent-value{padding-right: 46px;}

.home-sidebar .et_pb_column_2_5 {
    position: absolute;
    right: 0;
}
.post-4487.page.type-page.status-publish.hentry .et_pb_section_1.et_pb_section {
    /* background-image: url(http://www.mtline9.com/wp-content/uploads/2021/04/1-e1617285579352.png);
    background-size: contain;
    background-repeat: repeat; */
}
.et_pb_row.et_pb_row_10.home-sidebar {
    position: absolute;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 80px;
}

@media screen and (max-width: 1080px) {
    .home-sidebar {
        padding-top: 0;
    }
    .post-4487 .et_pb_gutters3 .et_pb_column_3_5 {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .home-sidebar .et_pb_column_2_5 {
        position: static;
    }
    .et_pb_row.et_pb_row_10.home-sidebar {
        position: static;
        transform: translateX(0);
        width: 80%;
        padding-top: 70px;
        border-top: 1px solid #efefef;
    }
}