/*
#match{
	background:url('../img/bg.png') no-repeat center / cover;
}
*/
.at-body{
	background:var(--black-color) !important;
	background-color:var(--black-color) !important;
}

#match{
	position: relative;
	width:100%;
	height:50vh;
}

/* 이미지 박스 */
.img_box{
	position: absolute;
	width:100%;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}

.img_box img{
	width:100%;
	height:100%;
	object-fit:cover;
}

/* 텍스트 박스 */
.text_box{
	position: absolute;
	top:95%;
	left:50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	flex-direction: column;
	gap:20px;
	width:100%;
	text-align: center;
}

.text_box b{
	font-weight: 800;
	font-size: 26px;
	line-height: 1.3em;
	color:#fff;
}

.text_box a{
	font-size: 16px;
	text-decoration-line: underline;
	color:#fff;
}
