/* divider / skin_1 — 기본형 */

.section-divider-skin-1 {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.section-divider-skin-1 .section-divider__line {
    width: 100%;
    margin: 0;
    border: none;
    border-top: 1px solid;
}
