.landing-section {
    width: 960px;
    margin: auto;
    padding: 103px 0 100px 0;
}

.ladning-div-img {
    width: 100%;
}

.ladning-div-img img {
    width: 100%;
}

.ladning-div-video video {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.landing-event-section {
    width: 960px;
    margin: auto;
    padding: 0;
    text-align: center;
}

.landing-code-setion {
    width: 80%;
    margin: auto;
}

.landing-event-section .choice-div {
    position: relative;
}

.landing-event-section .choice-div .btn-choice {
    width: 168px;
    height: 50px;
}

.time-div {
    position: relative;
}

.font-blue {
    color: #035cc1;
    font-weight: 800;
}

.event-people {
    color: #035cc1;
    font-weight: 800;
}

.event-sec {
    color: #181818;
    font-family: "Pretendard";
    font-weight: 400;
    font-size: 30px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}


.landing-event-section .choice-div .btn-choice:nth-child(2) {
    position: absolute;
    top: 146px;
    left: 127px;
}

.landing-event-section .choice-div .btn-choice:nth-child(3) {
    position: absolute;
    top: 270px;
    left: 127px;
}

.landing-event-section .choice-div .btn-choice:nth-child(4) {
    position: absolute;
    top: 208px;
    left: 127px;
}

.landing-event-section .choice-div .btn-choice:nth-child(5) {
    position: absolute;
    top: 76px;
    right: 145px;

}

.landing-event-section .choice-div .btn-choice:nth-child(6) {
    position: absolute;
    top: 178px;
    right: 141px;
}

.landing-event-section .choice-div .btn-choice:nth-child(7) {
    position: absolute;
    top: 427px;
    right: 141px;
}

.landing-event-section .choice-div .btn-choice:nth-child(8) {
    position: absolute;
    top: 279px;
    right: 162px;
}

.landing-event-section .landing-div-img {
    width: 100%;
}

.landing-event-section .landing-div-img .landing-img {
    width: 100%;
}

.landing-event-section .landing-inp {
    margin-top: 20px;
}

.landing-event-section .inp {
    width: 100%;
    border: none;
    background-color: #f0f0f0;
    height: 80px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
}

.landing-event-section .inp::placeholder {
    font-size: 20px;
    color: #333;
    text-align: center;
}

.landing-event-section .privacy {
    margin: 20px 0 20px 0;
}

.landing-event-section .btn-privacy {
    cursor: pointer;
}

.landing-event-section .btn-landing-submit {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    font-weight: 500;
    border: none;
    font-size: 16px;
    background-color: #184681;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

.landing-event-section .landing-desc {
    margin-top: 20px;
    margin-bottom: 40px;
}

.landing-event-section .landing-comment-list {
    text-align: left;
}

.landing-comment {
    border: 1px solid #000;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.btn-landing-comment-more {
    width: 100%;
    background-color: #f0f0f0;
    border: none;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}

.floating-consult-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 12px 24px;
    background-color: #4A7FEE;
    color: white;
    font-size: 15px;
    font-weight: bold;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(74, 127, 238, 0.3);
    transition: all 0.3s;
    z-index: 1000;
}

.floating-consult-btn:hover {
    background-color: #3A6FDE;
    box-shadow: 0 4px 12px rgba(74, 127, 238, 0.4);
    transform: translateY(-2px);
}

/* 모바일 대응 */
@media (max-width: 768px) {
    .floating-consult-btn {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        padding: 16px;
        font-size: 16px;
    }

    .landing-section {
        width: 100%;
        padding: 0;
    }

    .landing-event-section {
        width: 100%;
        padding: 0 0 60px 0;
    }

    .landing-code-setion {
        width: 80%;
    }

    .landing-event-section .inp {
        height: 60px;
        margin-bottom: 15px;
    }

    .landing-event-section .inp::placeholder {
        font-size: 16px;
    }

    .landing-event-section .btn-landing-submit {
        height: 70px;
        font-size: 28px;
    }

    .landing-event-section .landing-desc {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .landing-comment {
        padding: 10px 15px;
    }

    .landing-event-section .choice-div .btn-choice {
        width: 17vw;
        height: 5vw;
    }

    .landing-event-section .choice-div .btn-choice:nth-child(2) {
        position: absolute;
        top: 22%;
        left: 12%;
    }

    .landing-event-section .choice-div .btn-choice:nth-child(3) {
        position: absolute;
        top: 42%;
        left: 12%;
    }

    .landing-event-section .choice-div .btn-choice:nth-child(4) {
        position: absolute;
        top: 31%;
        left: 12%;
    }

    .landing-event-section .choice-div .btn-choice:nth-child(5) {
        position: absolute;
        top: 10%;
        right: 15%;
    }

    .landing-event-section .choice-div .btn-choice:nth-child(6) {
        position: absolute;
        top: 27%;
        right: 14%;
    }

    .landing-event-section .choice-div .btn-choice:nth-child(7) {
        position: absolute;
        top: 64%;
        right: 13.5%;
    }

    .landing-event-section .choice-div .btn-choice:nth-child(8) {
        position: absolute;
        top: 42%;
        right: 16%;
    }

    .event-sec {
        color: #181818;
        font-family: "Pretendard";
        font-weight: 400;
        font-size: 12px;
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .privacy {
        font-size: 14px;
    }
}