@charset "utf-8";
/* CSS Document */
img{
	max-width: 100%;
}
.intel-con{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
		background: #a1d1ff;
	
}

.intel-bg01{
	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260304163523_9f1426c5b6f984be1c42d23e7781b325_megv.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	text-align: center;
	width: 100%;

}

.intel-bg02{
	background: #a1d1ff;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
	
}

.intel-event1{
	
	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260304164513_9f1426c5b6f984be1c42d23e7781b325_5pde.png) no-repeat;
}



.intel-event2{

	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260304164513_9f1426c5b6f984be1c42d23e7781b325_dcku.png) no-repeat;
}



.intel-event3{

	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260304164514_9f1426c5b6f984be1c42d23e7781b325_pyyg.png) no-repeat;
}

.intel-event1,
.intel-event2,
.intel-event3{
	cursor: pointer;
	margin: 2rem 0rem;
	background-size: contain;
	width: 90%;
	max-width: 1081px;
	aspect-ratio: 1081 / 415;
}


@media(max-width:600px){
	
.intel-event1,
.intel-event2,
.intel-event3{
	cursor: pointer;
	margin: 1rem 0rem;
	background-size: contain;
	width: 90%;
	max-width: 1081px;
	aspect-ratio: 1081 / 415;
}


}


.intel-event:hover{
	transform:scale(105%);
	 transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}




.intel-bg03{
	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260304172910_9f1426c5b6f984be1c42d23e7781b325_2wiw.jpg);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
}