@media(max-width: 768px) {
    img {
        max-width: 100%;
    }

    #step, #cover, #contact {
        padding: 0;
        overflow: hidden;

    }

    #step .col-6 {
        padding: 10px;
    }

    #step .col-6:before {
        content: "";
        position: absolute;
        top: 45%;
        right: -25px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 20px solid #fff;
        border-bottom: 10px solid transparent;

    }

    .viko-item {
        font-size: 16px;
        padding: 0 10px;
        border-right: 2px solid #979494;
        margin: 10px 0;
        line-height: 25px;
        font-weight: 500;
    }

    .st-viko-content {
        padding: 15px;
        margin: 0 -15px;
    }

    .st-viko-content .col-md-4 {
        margin-bottom: 20px;
    }

    .fz-110 {
        font-size: 50px;
        line-height: 55px;
    }

    .sub-title-realstory {
        font-size: 18px;
    }

    #st-viko {
        padding-top: 60px;
        padding-bottom: 60px;
        overflow: hidden;
    }

    .text-cover-korea {
        font-size: 80px;
    }

    .face-title {
        font-size: 25px;
        bottom: 10px;
        line-height: 30px;
    }

    .ptb-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #face {
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    #face img {
        /* width: 125%;
        max-width: 125%; */
        text-align: center;
    }

    .fz-60 {
        font-size: 35px;
        line-height: 35px;
    }

    .tfy-10 {
        transform: translateY(5px);
    }

    .fz-30 {
        font-size: 23px;
    }

    .fz-50 {
        font-size: 30px;
        line-height: 30px;
    }

    .fz-54 {
        font-size: 32px;
        line-height: 32px;
    }

    .five-year {
        font-size: 70px;
        line-height: 60px;
    }

    .hotline {
        font-size: 1.7rem;
        letter-spacing: 1.5px;
        margin: 5px 0;
    }

    .step-title {
        font-size: 26px;
        line-height: 35px;
        margin-top: 30px;
    }

    .fz-40 {
        font-size: 30px;
    }

    #real-moment {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #level .col-md-4 {
        margin-bottom: 30px;
    }

    .des-real-moment {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    footer.fz-26 {
        font-size: 20px !important;
        line-height: 25px;
    }

    .button-contact {
        font-size: 40px !important;
    }

    #quote .fz-28 {
        font-size: 20px !important;
    }

    .only-pc {
        display: none !important;
    }

    .step-des {
        font-size: 20px;
    }
}

@media(min-width: 1024px) {
    .fz-110 {
        font-size: 5.875em;
        line-height: 120px;
    }
}

@media(min-width: 1363px) {
    .fz-110 {
        font-size: 6.875em;
        line-height: 120px;
    }
}