@charset "utf-8";
/* CSS Document */

.intel-container{
	width: 100%;
	line-height: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.intel-event-btn {
    cursor: pointer;
    background: #0024ff;
    margin: 0 auto;
    width: 80%;
    aspect-ratio: 500 / 100;
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.intel-btn-text{
	font-size: 1.7rem;
	font-weight: 600;
	text-align: center;
	color: white;
}



.intel-event-01{
	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260326100402_2c3da90caf0937f0003f8691c9af1cb1_b5gq.jpg);
}


.intel-event-02{
	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260326101819_2c3da90caf0937f0003f8691c9af1cb1_oawx.jpg);
	
	
}

.intel-event-video{
    width: 90%;
    max-width: 896px;
    height: auto;
    aspect-ratio: 896 / 473;
    margin: 0 auto;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
	border: 2px solid #F3F3F3;

}

.intel-event-03{
	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260326102850_2c3da90caf0937f0003f8691c9af1cb1_peoj.jpg);
}


.intel-event-04{
	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260326102911_2c3da90caf0937f0003f8691c9af1cb1_9k1i.jpg);
}



.intel-event-05{
	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260326102946_2c3da90caf0937f0003f8691c9af1cb1_mdgh.jpg);
}


.intel-event-06{
	background:#000a63;
}


.intel-event-07{
	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260326103510_2c3da90caf0937f0003f8691c9af1cb1_w4hh.jpg);
}









.intel-event-01,.intel-event-02,.intel-event-03,.intel-event-04,
.intel-event-05,.intel-event-06,.intel-event-07{
	width: 100%;
	margin: 0 auto;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}