@charset "utf-8";
.mainContents {
	width: 100% !important;
	margin: 0;
}

.instaLiveArchive .title {
	text-align: center;
	line-height: 1.8;
	font-size: 20px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	width: 100%;
	margin: 0 auto 3%;
}

.instaLiveArchive .textContents {
	text-align: center;
	line-height: 1.8;
	font-size: 14px;
	color: rgb(0, 0, 0);
	margin-top: 15%;
	margin-bottom: 3%;
}

.contact .mainContentsInner {
	margin: 0px 0px 20px 0px;
	padding-top: 0px;
	border-top: none;
}

.instaLiveArchiveContents {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-around;
}

.instaLiveArchiveContents .archive {
	width: 46%;
	height: auto;
	display: inline-block;
	margin-bottom: 2%;
	text-align:center;
}

.archiveLink {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #000;
	margin-bottom: 7rem;
	margin-top: 7rem;
}

.archiveLink a {
	font-size: 2rem;
	font-weight: 600;
	line-height: 3;
	display: block;
}

iframe {
	margin-inline: auto !important;
}