.britz-container{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	line-height: 0;
	background: #e75731;
}

.britz-bg01{
	background: url(https://cdn.icoda.co.kr/asset/editor/202604/20260403094214_d9d98b0a692693e24cf9ced039e7858d_wl5u.jpg)no-repeat;
	height: 998px;
}


.britz-bg02{
	background: url(https://cdn.icoda.co.kr/asset/editor/202604/20260403094215_d9d98b0a692693e24cf9ced039e7858d_87za.jpg)no-repeat;
	height: 1000px;
}

.britz-bg03{
	background: url(https://cdn.icoda.co.kr/asset/editor/202604/20260403094216_d9d98b0a692693e24cf9ced039e7858d_5qok.jpg)no-repeat;
	height: 1052px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-end;
	flex-direction: column;
}

.britz-bg01,.britz-bg02,.britz-bg03{
	background-size: cover;
	background-position: center top;
	width: 100%;
}



@media(max-width:1450px){
	.britz-bg01{
	background: url(https://cdn.icoda.co.kr/asset/editor/202604/20260403095020_d9d98b0a692693e24cf9ced039e7858d_uzz5.jpg)no-repeat;
	height: auto;
		aspect-ratio:1450/998;
}


.britz-bg02{
	background: url(https://cdn.icoda.co.kr/asset/editor/202604/20260403095020_d9d98b0a692693e24cf9ced039e7858d_8be3.jpg)no-repeat;
	height: auto;
	aspect-ratio:1450/1000;
}

.britz-bg03{
	background: url(https://cdn.icoda.co.kr/asset/editor/202604/20260403095021_d9d98b0a692693e24cf9ced039e7858d_jsua.jpg)no-repeat;
	height: auto;
	aspect-ratio:1450/1052;
	
}
	.britz-bg01,.britz-bg02,.britz-bg03{
	background-size: contain;
	background-position: center top;
	width: 100%;
}

}





@media(max-width:700px){
	.britz-bg01{
	background: url(https://cdn.icoda.co.kr/asset/editor/202604/20260403094215_d9d98b0a692693e24cf9ced039e7858d_6ho1.jpg)no-repeat;
	height: auto;
		aspect-ratio:700/1096;
}


.britz-bg02{
	background: url(https://cdn.icoda.co.kr/asset/editor/202604/20260403094216_d9d98b0a692693e24cf9ced039e7858d_1tp8.jpg)no-repeat;
	height: auto;
	aspect-ratio:700/3691;
}

.britz-bg03{
	background: url(https://cdn.icoda.co.kr/asset/editor/202604/20260403094217_d9d98b0a692693e24cf9ced039e7858d_d35l.jpg)no-repeat;
	height: auto;
	aspect-ratio:700/1105;
}
	.britz-bg01,.britz-bg02,.britz-bg03{
	background-size: contain;
	background-position: center top;
	width: 100%;
}

}

.britz-video-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

@media(max-width:1460px){
	
.britz-video-container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}


}

@media (max-width: 700px) {
    .britz-video-container {
        width: 90%;
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
}

.britz-video{
	background: url(https://cdn.icoda.co.kr/asset/event/2026img/britz-149721.webp)no-repeat;
	aspect-ratio:622/430;
	width: 85%;
	max-width: 600px;
	background-size: contain;
}
@media(max-width:1460px){
	.britz-video{
	background: url(https://cdn.icoda.co.kr/asset/event/2026img/britz-149721.webp)no-repeat;
	aspect-ratio:622/430;
	width: 45%;
	max-width: 500px;
		background-size: contain;
}

}



@media(max-width:700px){
	.britz-video{
	background: url(https://cdn.icoda.co.kr/asset/event/2026img/britz-149721.webp)no-repeat;
	aspect-ratio:622/430;
	width: 90%;
	max-width: 500px;
		background-size: contain;
		margin-top: 1rem;
		
}

}

.britz-pd{
	width: 100%;
	height: 9rem;
}

@media(max-width:1460px){
	
.britz-pd{
	width: 100%;
	height: 15%;
}
}

@media(max-width:700px){
	.britz-bg03{
	background: url(https://cdn.icoda.co.kr/asset/editor/202604/20260403094217_d9d98b0a692693e24cf9ced039e7858d_d35l.jpg)no-repeat;
		background-size: contain;
	height: auto;
    aspect-ratio: 700 / 1105;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
	flex-direction: column;
	align-items: center;
}
}

.britz-notice-bg{
	background: #0e0e0e;
	padding:5% 0;
}

@media(max-width:992px){
	
.britz-notice-bg{
	background: #0e0e0e;
	padding:5% 0 10% 0;
}
}
.mo-event-btn{
display: none;
}
@media(max-width:992px){
.mo-event-btn{
	width: 100%;
	height: 3rem;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
        align-items: center;
	}}