@charset "utf-8";

/* 내규 */
.regulationsWrap h6 {
	font-family: "SBA Medium";
    font-size: 22px;
    color: #042e6f;
    padding-left: 21px;
    position: relative;
    margin-top: 28px;
}
.regulationsWrap h6::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 16px;
    border-radius: 3px;
    background-color: #042e6f;
}
.regulationsWrap p { padding-top:10px; }
.regulationsWrap > div:not(:first-child) { padding-top:30px; }