body {
	margin: 0;
	padding: 0;
}

#campaign {
	position: relative;
	width: 100%;
	max-width: 1920px;
	aspect-ratio: 1920 / 7800;
	margin: 0 auto;
	background: url(../images/zambia.jpg?v=20260619) no-repeat center top / 100% 100%;
}

.container {
	position: relative;
	width: 69.7917%; /* 1340 / 1920 */
	height: 100%;
	margin: 0 auto;
}

.link__group {
	position: absolute;
	z-index: 10;
	text-align: center;
}

.link__group a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}

/* 상단 "백신으로 아이들의 생명 구하러 가기" */
.link__group--top {
	left: 58.51%;   /* 784 / 1340 */
	top: 6.94%;     /* 541 / 7800 */
	width: 42.84%;  /* 574 / 1340 */
	height: 1.10%;  /* 86 / 7800 */
}

/* 하단 "백신으로 아이들의 생명 구하러 가기" */
.link__group--bottom {
	left: 50.60%;   /* 678 / 1340 */
	top: 95.96%;    /* 7485 / 7800 */
	width: 42.84%;  /* 574 / 1340 */
	height: 1.10%;  /* 86 / 7800 */
}

/* 위치 확인용 - 적용 확인 후 제거 */
.test {
	background: red;
	opacity: 0.5;
}

@media screen and (max-width: 768px) {
	#campaign {
		max-width: 650px;
		aspect-ratio: 650 / 3093;
		background-image: url(../images/zambia_mo.jpg?v=20260619);
		background-size: 100% 100%;
	}

	.container {
		width: 100%;
		height: 100%;
	}

	/* 모바일 상단 버튼 */
	.link__group--top {
		left: 56.15%;
		top: 6.92%;
		width: 38.46%;
		height: 1.72%;
	}

	/* 모바일 하단 버튼 */
	.link__group--bottom {
		left: 49.38%;
		top: 95.47%;
		width: 36.92%;
		height: 1.72%;
	}
}