.cardWrapper {
  background: transparent;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.card, .card__mediaElement {
  position: relative;
  height: 100%;
}
.card__mediaElement {
  width: auto;
  width: 100%;
  display: block;
}
.picture, .picture:after {
  position: relative;
  display: block;
}
.picture:after {
  content: "";
  width: 100%;
  padding-bottom: 133.33333%;
  z-index: -1;
}
.banner .picture:after {
  padding-bottom: 133.33333%;
}
@media (min-width: 1024px) {
.banner .picture:after {
    padding-bottom: 56.11%;
}
}
.banner.banner--small .picture:after {
  padding-bottom: 11.125rem;
}
@media (min-width: 1024px) {
.banner.banner--small .picture:after {
    padding-bottom: 11.75rem;
}
}
@media (min-width: 1280px) {
.banner.banner--small .picture:after {
    padding-bottom: 11.25rem;
}
}
.picture__img {
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
@media (min-width: 1024px) {
.card__image .picture__img {
    transition: all .3s cubic-bezier(.09,.72,.76,1.01);
    transform: translate(-50%,-50%) scale(1.005);
    will-change: transform;
    height: auto;
}
}
@media (min-width: 1024px) {
.card:hover .card__image .picture__img {
    transform: translate(-50%,-50%) scale(1.04);
    transition: all .3s cubic-bezier(.09,.72,.76,1.01);
}
}
.card__textWrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.card__textWrapper.card__textWrapper--darkFull {
  background-color: rgba(0,0,0,.15);
}
.card__text {
  width: 100%;
  padding: 0 2.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 0;
  bottom: 0;
  color: #fff;
}
@media (min-width: 1024px) {
.card__text {
    width: 100%;
    padding: 0 0.625rem;
}
}
.card__text--bottom {
  bottom: 1.25rem;
  top: auto;
}
@media (min-width: 1024px) {
.card__text--bottom {
    bottom: 3.75rem;
}
}
.card__supportText {
  content: "t-sub-h2";
  font-family: ZegnaHelveestiRegular,sans-serif;
  font-size: .875rem;
  line-height: 1.125rem;
  letter-spacing: .03125rem;
  display: block;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 1280px) {
.card__supportText {
    font-size: .9375rem;
    line-height: 1.3125rem;
    letter-spacing: .0625rem;
}
}
@media (min-width: 1280px) {
.card__title {
    font-size: 2.4375rem;
    line-height: 2.5rem;
    letter-spacing: .21875rem;
}
}
.listArticle {
  padding: 1rem;
}
.list__textColumn {
  position: relative;
  display: flex;
  padding: 1rem 0;
}
.list__img {
      min-width: 7rem;
    max-width: 7rem;
    min-height: 5rem;
  position: relative;
  overflow: hidden;
}
.list__img img {
  position: absolute;
  left: 25%;
  margin-left: -25%;
  top: 25%;
  margin-top: -25%;
}
.list__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
.list__text {
  padding-left: 1rem;
  position: relative;
  width: 85%;
  overflow: hidden;
}
.list__text__title {
  font-size: 1.0625rem;
  line-height: 1.0625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list__text__content {
  font-size: 0.825rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.4rem;
  color: #707070;
}
.list__text__time {
  font-size: 0.625rem;
  color: #707070;
  position: absolute;
  bottom: 0;
}
.article-text {
  margin: 0;
  margin-bottom: 3rem;
}

.articleText__top {
  display: block;
  text-align: center;
  margin: calc(1.902vw + 0.76471px) 1.25rem;
}
.articleText__top .title {
  line-height: 1.5rem;
  font-size: 1.0625rem;
  margin-bottom: 1rem;

}
.articleText__top .time {
  font-size: 0.625rem;
  color: #707070;

}
.articleText__content {
  font-size: 0.925rem;
  line-height: 1.5rem;
}
.articleText__content img {
    width: 100%!important;
    height: auto!important;
  max-width: 100%!important;
  display: block;
}
.articleText__content table {
  width: 100%!important;
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  max-width: 100%;
}
.articleText__content table th,
.articleText__content table td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
}
.articleText__content a {
    font-weight: bold;
    position: relative;
    color: #007aff;
}
.articleText__content a:after {
    content: "";
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px solid #007aff;
}
.crumbs {
  background-color: rgb(237, 235, 235);
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.625rem;
  margin-bottom: 3rem;
}
.crumb__item {
  color: #000;
  cursor: pointer;
}
.crumb__item:hover {
  opacity: 0.6;
}
.crumb__item:last-child {
  color: #707070;
  cursor: auto;
}
.crumb__item:last-child:hover {
  opacity: 1;
}
.back a{
  color: #000;
  cursor: pointer;
}
.back a:hover {
  opacity: 0.6;
}
.paging {
  text-align: center;
  margin-top: 1rem;
}
.articleText {
    display: block;
    margin: 0.25rem 1rem;
}
.articlePage {
    display: flex;
    justify-content: space-between;
    margin: 4em 1em;
    flex-direction: column;
}
.articlePage a {
    font-size: 0.825rem;
    margin: 0.2rem 0;
}
.articlePage a:hover {
    opacity: 0.7;
}

@media (min-width: 1024px) {
    
.listArticle {
  padding: 4rem;
}
.list__img {
  min-width: 20rem;
  max-width: 30rem;
  min-height: 10rem;
}
.list__img img {
  position: absolute;
  left: 25%;
  margin-left: -25%;
  top: 50%;
  margin-top: -25%;
}
.list__text {
    padding: 1rem 1rem 1rem 3rem;
}
.list__text__title {
    font-size: 1.625rem;
    line-height: 1.625rem;
}
.list__text__content {
    font-size: 1.0625rem;
    margin-top: 1rem;
}
.article-text {
    margin: 1rem 10rem;
    margin-bottom: 3rem
}
.articleText__content img {
  max-width: 30rem;
  display: block;
  margin: 1rem;
}
.articlePage {
    flex-direction: row;
}
.articlePage a {
    margin: 0;
}
.paging {
  text-align: center;
  margin-top: 4rem;
}
}