.mainBox {
    padding: 3rem;
}
    .mainBox .login {
        margin-bottom: 3rem;
    }

.contentsItem {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ccc;
}
    .contentsItem::after {
        content: "";
        display: table;
        clear: both;
    }
    .contentsItem .leftBar {
        float: left;
        width: 20%;
    }
    .contentsItem .rightBar {
        float: right;
        width: 80%;
    }
        .contentsItem .rightBar .sidebarHeaderGreyRight {
            font-weight: 800;
        }

.bottomBar,
.rightOutrigger {
    margin: 5% auto 0% auto;
    padding: 3rem;
    background-color: #fff;
    width: 92%;
    max-width: 1004px;
}