body {
    font-family: 'Alata', 'Noto Sans KR', sans-serif;
}

.info-container {
    padding: 80px 10vw 100px;
}

.info-title {
    position: relative;
    font-size: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.info-title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 3px;
    background: #707070;
}

.info-text {
    font-size: 13px;
    color: #4d4d4e;
    line-height: 150%;
}

.info-text-margin {
    margin-bottom: 7px;
}

@media (max-width: 565px) {
    .info-container {
        padding: 40px 15px 50px;
    }

    .info-text {
        font-size: 11px;
    }
}