html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: #ffffff;
}

.landing-page {
    width: 100%;
}

.landing-image-wrap {
    position: relative;
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
    line-height: 0;
}

.landing-image-wrap picture {
    display: block;
}

.landing-image {
    display: block;
    width: 100%;
    height: auto;
    user-select: none;
    -webkit-user-drag: none;
}

.hotspot {
    position: absolute;
    z-index: 2;
    display: block;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 9999px;
    background: transparent;
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.hotspot:focus-visible {
    outline: 3px solid #facc15;
    outline-offset: 2px;
}

.pc-login {
    left: 69.5%;
    top: 0.2%;
    width: 7.2%;
    height: 0.48%;
}

.pc-signup-header {
    left: 77.1%;
    top: 0.2%;
    width: 7.4%;
    height: 0.48%;
}

.pc-inquiry-main {
    left: 31.8%;
    top: 8.25%;
    width: 11.8%;
    height: 0.72%;
}

.pc-signup-main {
    left: 44.1%;
    top: 8.25%;
    width: 11.8%;
    height: 0.72%;
}

.pc-brochure {
    left: 56.4%;
    top: 8.25%;
    width: 11.9%;
    height: 0.72%;
}

.pc-inquiry-bottom {
    left: 37.9474%;
    top: 95.8155%;
    width: 11.6842%;
    height: 0.6893%;
}

.pc-signup-bottom {
    left: 50.3158%;
    top: 95.8155%;
    width: 11.6842%;
    height: 0.6893%;
}

.mobile-hotspot {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 768px) {
    .landing-image-wrap {
        max-width: 768px;
    }

    .pc-hotspot {
        display: none;
    }

    .mobile-hotspot {
        display: block;
    }

    .mobile-login {
        left: 47.1%;
        top: 0.17%;
        width: 22.7%;
        height: 0.48%;
    }

    .mobile-signup-header {
        left: 71.4%;
        top: 0.17%;
        width: 23.2%;
        height: 0.48%;
    }

    .mobile-inquiry-main {
        left: 4.1%;
        top: 10.27%;
        width: 30%;
        height: 0.94%;
    }

    .mobile-signup-main {
        left: 35.5%;
        top: 10.27%;
        width: 29.3%;
        height: 0.94%;
    }

    .mobile-brochure {
        left: 65.8%;
        top: 10.27%;
        width: 29.1%;
        height: 0.94%;
    }

    .mobile-inquiry-bottom {
        left: 16.6667%;
        top: 95.7352%;
        width: 32.5521%;
        height: 0.5575%;
    }

    .mobile-signup-bottom {
        left: 50.9115%;
        top: 95.7352%;
        width: 32.5521%;
        height: 0.5575%;
    }
}
