* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    font-family: "Noto Sans KR", "Roboto";
    color: #333;
    overflow-x: hidden;
    background-image: url("../imgs/Desktop.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

header {
    text-align: center;
    padding: 120px 0 60px 0;
}

.mobile {
    display: none;
}

.contact-mobile {
    display: none;
}

.logo {
    max-width: 400px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 2px 2px 32px 0px rgba(29, 29, 29, 0.10);
}

.login-section {
    position: relative;
    background: #fff;
    border-radius: 8px 0 0 8px;
    width: 400px;
    max-height: 524px;
    padding: 40px;
}

.login-section::after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    bottom: -73px;
    left: -71.5%;
    background-image: url(../imgs/ZippyGroup.svg);
    width: 360px;
    height: 249px;
}

.login-section h2 {
    color: #1D1D1D;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 32px;
}

.login-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #1D1D1D;
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.login-form input {
    height: 56px;
    padding: 15px 16px;
    border: 1px solid #697084;
    border-radius: 5px;
}

.login-form input::placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #98A2B3;
    line-height: 26px;
}

.find-info {
    display: flex;
    justify-content: space-between;
}

.find-info a {
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #1D1D1D;
}

.login-button {
    width: 100%;
    height: 64px;
    background: #007bff;
    border: none;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: 24px;
}

.app-section {
    background: #F2F4F7;
    width: 400px;
    max-height: 524px;
    text-align: center;
}

.phones-preview {
    width: 100%;
    height: 172px;
    object-fit: cover;
}

.app-section h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1D1D1D;
    margin-top: 15px;
    margin-bottom: 8px;
    line-height: 32px;
}

.app-section .mobile-h3 {
    display: none;
}

.app-section p {
    font-size: 18px;
    font-weight: 400;
}

.qr-container .desktop {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 24px 0;
}

.qr-container .desktop img {
    max-width: 120px;
}

.qr-container .club-service {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0 24px 0;
}

.qr-container .club-service a {
    text-decoration: none;
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #1D1D1D;
}

.qr-container .club-service img {
    padding-left: 4px;
    border-bottom: 1px solid #1D1D1D;
}

.gogolive-section {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background: #FFF0E5;
    border-radius: 0 8px 8px 0;
    width: 400px;
    min-height: 524px;
    padding: 40px;
    text-align: center;
}

.gogolive-section::before {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    background-image: url(../imgs/Zippy_IP-1.svg);
    width: 200px;
    height: 200px;
    right: -78px;
    top: -112px;
}

.gogolive-section::after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    background-image: url(../imgs/PomPom.svg);
    width: 162.024px;
    height: 200px;
    bottom: -53px;
    right: -120px;
}

.logo_title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.gogolive-section h3 {
    font-family: "Lexend";
    font-size: 24px;
    font-weight: 600;
}

.gogolive-section p {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.zippy_button {
    margin-top: 18.08px;
}

.zippy {
    position: relative;
    z-index: 4;
    margin-right: -50px;
    margin-bottom: -48px;
}

.gogolive-button {
    font-family: "Noto Sans KR";
    position: relative;
    z-index: 5;
    background: #FF5D55;
    border: none;
    padding: 16px 48px;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}

.gogolive-button-text {
    color: #fff;
    cursor: pointer !important;
    text-decoration: none;
}

.footer-logo {
    margin-top: 60px;
    text-align: center;
}

.footer-logo img {
    width: 60px;
}

footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
    padding: 24px 0 24px 0;
    font-size: 16px;
    color: #697084;
    line-height: 1.5;
}

.privacy {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 24px;
}

.privacy-mobile {
    display: none;
}

footer a {
    color: #697084;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    border-bottom: 1px solid #697084;
}

.desktop {
    font-family: "Roboto", "Noto Sans KR"
}

@media screen and (max-width:767px) {
    body {
        background-image: linear-gradient(200deg, #FFF 0%, #D0E7FF 100%);
    }

    header {
        padding: 40px 0 40px 0;
    }

    header img {
        width: 216px;
    }

    .container {
        flex-direction: column;
        gap: 40px;
        max-width: 100%;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 16px;
        box-shadow: unset;
    }

    .login-section {
        width: 100%;
        max-height: 460px;
        border-radius: 16px;
        padding: 40px 20px;
        box-shadow: 2px 2px 32px 0px rgba(29, 29, 29, 0.10);
    }

    .login-section h2 {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .login-form {
        gap: 24px;
    }

    .login-form input::placeholder {
        font-size: 16px;
    }

    .login-button {
        font-size: 14px;
        height: 48px;
        margin-top: 5px;
    }

    .login-section p {
        font-size: 16px;
        line-height: 24px;
    }

    .find-info a {
        font-size: 14px;
    }

    .app-section {
        width: 100%;
        border-radius: 16px;
        position: relative;
        box-shadow: 2px 2px 32px 0px rgba(29, 29, 29, 0.10);
    }

    .app-section::after {
        display: block;
        content: '';
        clear: both;
        position: absolute;
        background-image: url(../imgs/PomPom.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 96px;
        height: 118.5px;
        right: -5px;
        bottom: -85px;
    }

    .app-section h3 {
        font-size: 18px;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .app-section .mobile-h3 {
        display: block;
    }

    .app-section .desktop-h3 {
        display: none;
    }

    .app-section p {
        font-size: 16px;
    }

    .phones-preview {
        border-radius: 16px 16px 0 0;
    }

    .qr-container .desktop {
        display: none;
    }

    .qr-container .club-service {
        margin: 24px 0 40px 0;
    }

    .qr-container .club-service a {
        line-height: 25px;
    }

    .mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .login-section::after,
    .gogolive-section::before,
    .zippy {
        display: none;
    }

    .gogolive-section {
        display: none;
    }

    .footer-logo {
        display: flex;
        flex-direction: row;
        align-items: end;
        gap: 32px;
        margin-top: 100px;
        padding: 0 0 0 20px;
    }

    footer {
        padding: 24px 20px 60px 24px;
    }

    footer .desktop {
        display: none;
    }

    footer .contact-mobile {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .footer p {
        font-size: 14px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -webkit-text-decoration: none;
        text-decoration: none;
    }

    .privacy {
        display: none;
    }

    .privacy-mobile {
        display: flex;
        gap: 24px;
        margin-bottom: 7px;
    }

    .privacy-mobile a {
        color: #697084;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        border-bottom: 1px solid #697084;
    }
}