@media screen and (max-width:768px) {

    .content__title {
        font-size: 6.93vw;
        white-space: nowrap;
    }

    .content__title span {
        display: block;
    }

    .content--1 {
        width: 80.53vw;
        padding-top: 13.87vw;
    }

    .content--1 .content__detail {
        font-size: 3.73vw;
        line-height: 4.53vw;
        margin-top: 4.67vw;
    }

    .line-through::after {
        height: 0.8vw;
        margin-top: 0.2vw;
    }

    .content--2 {
        width: 80.53vw;
        margin-top: 10.67;
    }

    .bubble-list {
        flex-direction: column;
        height: auto;
        margin-top: 4.67vw;
    }

    .bubble {
        width: 80.53vw;
        height: 80.53vw;
    }

    .bubble-box+.bubble-box {
        margin-left: 0;
    }

    .bubble+.bubble {
        background: transparent;
        border-top: 1.67vw solid white;
        z-index: 1;
        border-radius: 0;
        color: white;
        height: 50.13vw;
    }

    .bubble__title {
        font-size: 6.4vw;
        width: 43vw;
    }

    .bubble--show .bubble+.bubble {
        margin-top: -16.53vw;
    }

    .bubble__content {
        width: 100%;
        font-size: 3.73vw;
        line-height: 4.8vw;
        text-align: left;
    }

    .content--3 {
        align-items: flex-start;
        height: auto;
        width: 100%;
        margin-top: 1.25vw;
    }

    .content--3>div:not(.balloon-box) {
        width: 80.53vw;
        margin: 0 auto;
    }

    .content--3 .content__detail {
        width: 100%;
        font-size: 3.73vw;
        line-height: 4.53vw;
        margin-top: 4.67vw;
    }

    .balloon-box {
        position: relative;
        height: 132.53vw;
        margin-top: 6.13vw;
    }

    .balloon:nth-of-type(1) {
        width: 21.87vw;
        height: 21.87vw;
        top: 19.47vw;
        left: 54.4vw;
        font-size: 2.67vw;
    }

    .balloon:nth-of-type(2) {
        width: 37.07vw;
        height: 37.07vw;
        left: 0;
        top: 18.67vw;
        font-size: 4.8vw;
    }

    .balloon:nth-of-type(3) {
        width: 26.67vw;
        height: 26.67vw;
        left: 35.2vw;
        top: 0;
        font-size: 2.67vw;
    }

    .balloon:nth-of-type(4) {
        width: 26.67vw;
        height: 26.67vw;
        left: 7.2vw;
        top: 59.2vw;
        font-size: 2.67vw;
    }

    .balloon:nth-of-type(5) {
        width: 37.33vw;
        height: 37.33vw;
        left: 62.67vw;
        top: 36.53vw;
        font-size: 4.53vw;
    }

    .balloon:nth-of-type(6) {
        width: 37.33vw;
        height: 37.33vw;
        top: 59.2vw;
        left: 33.33vw;
        font-size: 4.53vw;
    }

    .balloon:nth-of-type(7) {
        width: 31.47vw;
        height: 31.47vw;
        top: 101.07vw;
        left: 30.13vw;
        font-size: 2.29vw;
    }

    .balloon:nth-of-type(8) {
        width: 24.13vw;
        height: 24.13vw;
        left: 57.87vw;
        top: 90.67vw;
        font-size: 3.2vw;
    }

    .content--4 {
        width: 80.53vw;
        align-items: flex-start;
        margin-top: 17.8vw;
        padding-left: 0;
    }

    .content--4 .content__title {
        width: 100%;
        align-self: flex-start;
    }

    .logo-box {
        align-self: center;
        justify-content: space-between;
        width: 77vw;
    }

    .logo-box .logo {
        width: 19.27vw;
        height: 13.33vw;
        margin-right: 0;
    }

    @keyframes float-ani {
        0% {
            margin-top: -4.08vw;
        }

        50% {
            margin-top: 4.08vw;
        }

        100% {
            margin-top: -4.08vw;
        }
    }
}