@charset "utf-8";

/*CSS Common*/
*{box-sizing: border-box; font-family: 'pretendard'}
.sec{max-width: 1600px; margin: 0 auto}

@media screen and (max-width:320px){

}

@media screen and (min-width:320px) and (max-width:1280px){

}

@media screen and (max-width:1280px){
}

@media screen and (min-width:1281px){

}
/*CSS Common*/

/*Ä¶¸°´õ*/
.sec-event{padding: 0 1rem}
.sec-event iframe{width: 100%; height: 800px}