@charset "UTF-8";

.no_padding {
    padding: 0;
}

.no_padding_top {
    padding-top: 0;
}

.no_padding_bot {
    padding-bottom: 0;
}

.no_margin {
    margin: 0;
}

.spacing-bottom {
    margin: 0 0 38px 0 !important;
}

.no_margin_top {
    margin-top: 0;
}

.no_margin_bot {
    margin-bottom: 0 !important;
}

.p_margin {
    margin-bottom: 50px !important;
}

.center_items {
    align-items: center;
}

.justify {
    text-align: justify;
}

.center {
    text-align: center;
}

.li_rtl {
    margin-right: 8px;
}

.res_25px, li::before {
    font-size: 25px !important;
}
.res_20px {
    font-size: 20px;
}

.gray {
    background: #1d2326;
}

.hidden::before {
    color: transparent;
}

@media only screen and (min-width: 770px) {
    .mobile {
        display: none;
    }
    .pc {
        display: block;
    }
    .no_margin_bottom {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 769px) {
    .mobile {
        display: block
    }
    .pc {
        display: none;
    }

    .justify {
        text-align: center;
    }

    .spacing_top {
        margin-top: 50px;
    }
}
