@charset "utf-8";


html,body{
    min-width: 1168px;
    height: 100vh;
    overflow: hidden
}


#sec{
    width: 1920px;
    margin: 0 auto;
    height: 700px;
    position: relative;

}

.event_text{

    display: flex;
    justify-content: center;
    gap : 30px;
    margin-bottom: 30px;
}

.event_text span{
   
    margin-top: 50px;
    font-size: 20px;
    font-weight: bold;
   
}

.event_text span:nth-child(1){
    background-color: #fff791;
    border-radius: 20px;

 
    
}



.event_text span a{
    color: black;
}


h2 {line-height: 30px;
    text-align: center;
    margin-top: 40px;
}

.box{
    width: 100%;
    height: 500px;
    position: relative;

}

.box>img{ 
    width:40%;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);

}





