 * {
 	box-sizing: border-box;
 }
.Pagenation .wp-pagenavi {
	display: flex;
	justify-content: center;
}
.Pagenation .wp-pagenavi a,
.Pagenation .wp-pagenavi span {
	display: flex;
	min-width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #493b3b;
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.Pagenation .wp-pagenavi .current {
	color: #FFF;
	background-color: #493b3b;
}

.Wrapper-ArticleInformation {
	margin-bottom: 30px;
}

.Card.Type-Article {
	position: relative;
}
.Card.Type-Article::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 60%;
}
.Card.Type-Article .Card-Item,
.Card.Type-Trainer-Article .Card-Item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	float: none;
}
.Card .Card-Item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Card.Type-Article .Card-Body, .Card.Type-Trainer-Article .Card-Body {
	display: flex;
	align-items: flex-end;
}
.Card.Type-Article .Card-Text,
.Card.Type-Trainer-Article .Card-Text {
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 2;
}
.Card-Link {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  align-items: flex-end;
  box-sizing: border-box;
}

header.WGKR-GlobalNavHeader .globalnav .dropdown {
	width: calc(237px);
  height: calc(195px);
}
@media screen and (max-width: 813px) {
	.Layout.Type-Column-2-Article-PR .Card {
		width: 100%;
	}
	.Card.Type-Article::before {
		content: none;
	}
	.Card.Type-Article .Card-Item, .Card.Type-Trainer-Article .Card-Item {
		position: inherit;
	}
	.Card-Link {
		display: block;
		width: 100%;
		height: auto;
		padding: 0;
	}
	.Wrapper-ContentNew .Wrapper-MainInformation .Layout-Categories .Layout-Category {
		flex-basis: calc(50% - 5px);
	}
}