@import url('common.css');

.seo-drctry
{
	padding-left: 20px;
	font-size: 16pt;
}

.seo-drctry H1,
.seo-drctry H2
{
	padding: 30px 0;
	color: var(--v-smky1-base);
}

.seo-drctry .list
{
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto;
	font-size: 12pt;
}

.seo-drctry .list DIV
{
	width: 200px;
	padding: 10px 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.seo-drctry .link
{
	display: block;
	margin: 0 20px 40px 80px;
}

.seo-drctry .nav-btns
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.seo-drctry .nav-btns A
{
	min-width: 250px;
}

.seo-drctry .nav-btns A.prev
{
	padding: 10px 10px 10px 60px;
	background: url(../assets/public/commons/yellow-left.svg) no-repeat 20px center;
	background-size: 30px;
}

.seo-drctry .nav-btns A.next
{
	padding: 10px 80px 10px 10px;
	text-align: right;
	background: url(../assets/public/commons/yellow-right.svg) no-repeat calc(100% - 40px) center;
	background-size: 30px;
}

.seo-drctry .nav-btns A.disabled
{
	visibility: hidden;
}

.seo-drctry .others
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	margin: 30px auto 50px;
}

.seo-drctry .others .item
{
	width: 310px;
	min-width: fit-content;
	padding: 8px 10px;
	white-space: nowrap;
	font-weight: 400;
	background-color: #747474;
}

.seo-drctry .others .item A
{
	color: white;
	text-decoration: none;
}

.seo-drctry .av-cntnr
{
	max-width: 900px;
	margin: 40px auto;
	padding: 1px;
	background-color: var(--v-smky1-base);
	border-radius: 20px;
}

@media (max-width: 1250px)
{
	.seo-drctry .list DIV
	{
		width: calc(20vw - 8px);
	}
}

@media (max-width: 1050px)
{
	.seo-drctry
	{
		font-size: 15pt;
	}

	.seo-drctry .list DIV
	{
		width: calc(25vw - 8px);
	}
}


@media (max-width: 950px)
{
	.seo-drctry .av-cntnr
	{
		max-width: unset;
		margin: 40px 20px 40px 0;
	}
}

@media (max-width: 850px)
{
	.seo-drctry .list DIV
	{
		width: calc(33vw - 8px);
	}
}

@media (max-width: 650px)
{
	.seo-drctry .list DIV
	{
		width: calc(50vw - 14px);
	}
}

@media (max-width: 500px)
{
	.seo-drctry .list
	{
		justify-content: center;
	}

	.seo-drctry .list DIV
	{
		width: 80vw;
	}
}
