* {
	scroll-behavior: smooth;
}

.article-wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 50px;
}

.contents {
	margin-top: 50px;
	min-width: 250px;
	padding-right: 2rem;
	position: relative;
}

.contents-content {
	position: sticky;
	top: 100px;
	margin: 10px;
	width: 250px;
}

.contents-content p {
	padding: 0 1rem;
	font-size: 1.2rem;
	font-weight: bold;
}

.content-list {
	width: 235px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.content-list-item {
	padding: 0.3rem;
	margin: 10px 0;
	width: 100%;
}

.content-link {
	text-decoration: none;
	color: black;
	transition: all 150ms;
}

.list-item {
	padding: 0.5rem;
}

.heading {
	font-size: 1.2rem;
	font-weight: 500;
}

.heading-center {
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	margin: 20px;
}

.article-container {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 1rem;
	display: flex;
	flex-direction: column;
}

.main-image {
	width: 100%;
	height: auto;
	margin: auto;
	object-fit: cover;
	margin-bottom: 2rem;
	border-radius: 10px;
}

.paragraph-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
}

.paragraph-image {
	width: 100%;
	height: auto;
	margin: auto;
	object-fit: cover;
	margin-bottom: 2rem;
	border-radius: 10px;
}

.article-link {
	text-decoration: none;
	color: rgb(3, 109, 163);
}

.link {
	text-decoration: none;
	color: rgb(3, 109, 163);
}

.paragraph-xl-link {
	font-size: 1.5rem;
	text-decoration: none;
	font-weight: 600;
	color: rgb(3, 109, 163);
}

.link:hover {
	text-decoration: underline;
}

.title {
	text-align: center;
	font-size: 4rem;
	font-weight: 600;
	margin-bottom: 50px;
}

.title-sm {
	font-size: 2rem;
	font-weight: 600;
	margin-top: 0.5rem;
	margin-bottom: 2rem;
	border-bottom: 5px solid #ff4858;
	border-bottom-right-radius: 10px;
	width: fit-content;
	padding-bottom: 0.5rem;
	padding-right: 10px;
}

.title-sm-link {
	color: black;
	text-decoration: none;
	font-size: 2rem;
	font-weight: 600;
}

.title-sm-link:hover {
	color: rgb(3, 109, 163);
}

.paragraph-xl {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 3rem;
}

.paragraph {
	margin-bottom: 1rem;
	text-align: start;
	width: 100%;
}

.active .content-link {
	text-decoration: underline;
	font-weight: 500;
}

.table-wrapper {
	margin-top: 50px;
	max-width: 100vw;
	overflow-x: scroll;
}

@media screen and (max-width: 991px) {
	.contents {
		display: none;
	}
	.title-sm {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	.paragraph-xl {
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}
}
