@charset "utf-8";
/* CSS Document */

.canon_bg{
	position: absolute;
	background: url(https://cdn.icoda.co.kr/asset/editor/202601/20260108111904_86555af3e0513d31ec3113fb3a65bc42_d7sz.jpg);
	left: 0;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 2644px;
	
}

@media(max-width:1230px){
	.canon_bg{
	position: relative;
	background: url(https://cdn.icoda.co.kr/asset/editor/202601/20260108111904_86555af3e0513d31ec3113fb3a65bc42_d7sz.jpg);
	left: 0;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 2644px;
	
}
}



@media(max-width:890px){
	.canon_bg{
	position: relative;
	background: url(https://cdn.icoda.co.kr/asset/editor/202601/20260108111904_86555af3e0513d31ec3113fb3a65bc42_fhld.jpg);
	left: 0;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	aspect-ratio:890 / 2644;
	
}
}

@media(max-width:800px){
	.canon_bg{
	display: none;
	
}
}



.canon_bg2{
	position: relative;
	width: 100%;
	height: 2644px;
	z-index: -99;
	
}

@media(max-width:1230px){
	.canon_bg2{
	display: none;
	
}

}

@media(min-width:801px){
.canon_mo{
	display: none;
}
}


@media(max-width:800px){
.canon_mo{
	display: flex;
}
}