
main.page_description {
	box-sizing: inherit;
	padding-top: 2.2rem;
}

div.page_cover {
	display: grid;
	grid: [track] 100%/[track] 100%;
	height: 480px;
	border-bottom: 4px solid #F19798;
}

img.cover_img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	grid-area: track;
}

div.cover_title {
	grid-area: track;
	display: flex;
	justify-content: center;
	align-items: center;
}

div.cover_title h1{
	font-size: 6rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 4px;
	text-shadow: 4px 4px #F19798;
}

div.desc_body {
	display: grid;
	/* column-gap: 3.5rem; */
	column-gap: 6rem;
	grid-template-columns: 16rem 1fr;
	padding: 3.5rem calc(3vw + 6%);
	padding-left: 3.5rem;
	padding-right: 14rem;
}

@media screen and (1010px <= width < 1080px) {
	div.desc_body {
		column-gap: 4rem;
	}
}

@media screen and (980px <= width < 1010px) {
	div.desc_body {
		column-gap: 2rem;
		padding-left: 2.5rem;
	}
	aside.desc_sidenav {
		width: 90% !important;
	}
}

div.desc_body {
	box-sizing: inherit;
}

aside.desc_sidenav {
	position: sticky;
	top: 5.3rem;
	height: 83vh;
	overflow-y: auto;
	background-color: #FCF6EF;
	width: 95%;
}

aside.desc_sidenav>h3 {
	padding: 1.5rem;
	padding-bottom: .8rem;
	color: #999;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 1px;
}

div.sidenav_content {
	box-sizing: inherit;
	padding: 0 1.5rem;
}

ul.sidenav_list {
	display: flex;
	flex-direction: column;
	row-gap: .6rem;
}

ul.sidenav_list>li {
	box-sizing: inherit;
}

li.sidenav_item>a {
	color: #777;
	font-weight: 500;
	line-height: 1.4;
}

.sidenav_link:hover {
	color: #F19798;
}

.sidenav_active {
	color: #F19798 !important;
}

li.sidenav_item:last-child a {
	padding-bottom: 1rem;
}

li.sidenav_item>ul {
	margin-top: .6rem;
	padding-left: 1rem;
}

div.desc_content {
	box-sizing: inherit;
}

.desc_content img {
	/* max-width: 45rem;
	max-height: 45rem; */
	max-width: 35rem;
	max-height: 35rem;
}

.desc_content figure {
	margin: 1.4rem 0;
}

.desc_content figcaption {
	margin: 1.2rem 0;
	line-height: 1.4;
}

.desc_content figcaption > span:nth-child(1) {
	margin-right: .6rem;
	color: #F19798;
	font-size: 1.05rem;
	font-weight: 700;
}

.desc_content figcaption > span:nth-child(2) {
	font-weight: 600;
}

table.desc_table p {
    padding-top: revert;
    margin-top: revert;
}

.desc_content table {
	margin: 2rem 0;
	border-collapse: collapse;
}

.desc_content thead th {
	padding: .6rem 0;
	vertical-align: bottom;
	font-weight: 600;
	color: #656565;
}

.desc_content tbody tr {
	border-top: 1.5px solid #aaa;
}

.desc_content thead th:not(:last-child),
.desc_content tbody td:not(:last-child) {
	border-right: 1.5px solid #aaa;
}

.desc_content tbody td {
	padding: .8rem;
	vertical-align: middle;
}

.desc_content tbody th {
	vertical-align: middle;
	border-right: 1.5px solid #aaa;
	font-weight: 600;
	padding-right: .8rem;
	color: #656565;
	line-height: 1.4;
}

.desc_content tbody p {
	font-size: 0.95rem;
	line-height: 1.4;
	margin: .5rem 0;
	font-weight: 500;
}

.desc_content h2 {
	padding-top: 6rem;
	font-size: 2rem;
	margin-bottom: .6rem;
	font-weight: 600;
	line-height: 1.4;
	margin-top: -4.5rem;
}

.desc_content h3 {
	padding-top: 5.5rem;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	font-weight: 600;
	margin-top: -4.5rem;
}

.desc_content h4 {
	padding-top: 5.5rem;
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-weight: 600;
	margin-top: -4.5rem;
}

.desc_content h5 {
	padding-top: 5.5rem;
	font-size: 1.15rem;
	margin-bottom: 1rem;
	font-weight: 600;
	line-height: 1.4;
	margin-top: -4.5rem;
}

.desc_content p {
	margin: 1em 0;
	line-height: 1.8;
	font-size: 1.1rem;
	font-weight: 400;
	padding-top: 4.5rem;
	margin-top: -4.5rem;
}

.desc_content ol {
	display: flex;
	flex-direction: column;
	row-gap: .4rem;
	margin: 1rem 0 1rem 2.6rem;
}

.desc_content li {
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: .4rem;
	line-height: 1.4;
	font-size: 1.1rem;
}

.desc_content li::marker {
	font-weight: 600;
}

ol.ref_list>li {
	font-size: 1rem;
}
