body {
    margin: 0;
}

.main_2024_wrap {
    margin-top: 0 !important;
    height: 100vh !important;
    padding: 0 !important;
    width: 100%;
    position: relative;
    background-image: url(/assets/seoul_festa_2024.png);
    background-repeat: no-repeat;
    background-size: cover ;
    background-position: bottom center;
    text-align: center;

}
.main_2024_wrap .title_desc_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.main_bg_wrap .main_2024_title_box .main_title {
    max-width: 186px;
    width: 100%;
}

.main_desc_box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;

}
.main_desc_box h2 {
    font-family: "SCDream7";
    font-size: 40px;
    /* font-size: 3rem; */
}
.main_desc_box h2 span {
    font-family: "SCDream7";
}
.main_desc_box h2 .green_2024 {
    color: #65A776;
}

.main_desc_box h2 .red_2024 {
    color: #D8544E;
}

.main_desc_box h2 .yellow_2024 {
    color: #E6A33F;
}

.main_desc_box h2 .blue_2024 {
    color: #008AC9;
}

.main_desc_box p {
    font-family: "SCDream6";
    font-size: 18px;
}

.main_desc_box .desc_eng,
.main_desc_box .desc_locate {
    color: #3B3838;
}

.main_desc_box .desc_eng {
    margin-bottom: 30px;
}

.main_desc_box .desc_locate {
    font-size: 16px;
    margin-top: 15px;
}

.main_desc_box a {
    font-family: "SCDream6";
    font-size: 13px;
    color: #000;
    text-decoration: underline;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
    padding: 10px;
}


@media screen and (max-width: 500px) {
    .main_bg_wrap .main_2024_title_box .main_title{
        max-width: 120px;
    }

    .main_desc_box h2{
        font-size: 30px;
    }

    .main_desc_box .desc_eng{
    }
    .main_desc_box p{
        font-size: 16px;
        word-break: keep-all;
    }

    .main_desc_box .desc_locate{
        font-size: 14px;
    }
}