/* ================================
   Info – desktop
================================ */

.info {
    margin-top: 54px;
    margin-bottom: 74px;
}

.info__title {
    font-size: 28px;
    font-weight: 700;
}

/* Privacy Policy, Terms of Use만 해당 */
.info__dates {
    margin-top: 52px;

    font-size: 17px;
    font-weight: 600;
}

.info__intro{
    margin-top: 37px;

    font-size: 17px;
    font-weight: 400;
}

.info__intro p + p {
    margin-top: 26px;
}
/* ================================ */

/* Contact만 해당 */
.info__email{
    margin-top: 52px;

    font-size: 17px;
    font-weight: 600;
}
/* ================================ */

/* About만 해당 */
.info__about{
    margin-top: 52px;

    font-size: 17px;
    font-weight: 400;
}
/* ================================ */

.info__section {
    margin-top: 34px;

    font-size: 17px;
    font-weight: 400;
}

.info__section--first {
    margin-top: 37px;
}

.info__section-title {
    margin-bottom: 14px;

    font-size: 23px;
    font-weight: 600;
}

.info__section ul {
    padding-left: 10px;

    list-style: none;
}

.info__section li {
    position: relative;

    padding-left: 16px;
}

.info__section li::before {
    content: "•";

    position: absolute;
    left: 0;
}

/* Privacy Policy, Terms of Use 만 해당 */
.info__section--contact p + p {
    margin-top: 26px;
}
/* ================================ */

/* Terms of Use, Contact 만 해당 */
.info__notice {
    margin-top: 34px;

    font-size: 17px;
    font-weight: 500;
}
/* ================================ */