.c-list .content_imgs {
  display: none;
}
.contentlist {
  position: relative;
}
.contentlist > a {
  display: none;
}
.contentlist-1 {
  position: relative;
}
.contentlist-1 .contentlistTbl10 {
  max-width: 1200px;
  margin: 0 auto;
}
.contentlist-1 .template-item {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 640px) {
  .contentlist-1 .template-item {
    padding: 50px;
    margin-bottom: 0;
  }
  .contentlist-1 .template-item:first-child {
    padding-top: 15px;
  }
  .contentlist-1 .template-item:last-child {
    padding-bottom: 15px;
  }
}
.contentlist-1 .history-item {
  display: flex;
  flex-wrap: wrap;
}
.contentlist-1 .year {
  position: relative;
  text-align: center;
  color: #FFFFFF;
  background: #996533;
  padding: 10px 15px;
}
@media screen and (min-width: 640px) {
  .contentlist-1 .year {
    width: 200px;
    padding: 15px;
  }
}
.contentlist-1 .year:before {
  content: '';
  display: none;
  width: 4px;
  height: 60px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: -80px;
}
@media screen and (min-width: 640px) {
  .contentlist-1 .year:before {
    display: block;
  }
}
.contentlist-1 .template-item:last-child .year:before {
  display: none;
}
.contentlist-1 .date {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
}
@media screen and (min-width: 640px) {
  .contentlist-1 .date {
    font-size: 1.8rem;
    padding: 5px 0 10px 0;
  }
}
@media screen and (min-width: 1200px) {
  .contentlist-1 .date {
    font-size: 2rem;
  }
}
.contentlist-1 .text {
  position: relative;
  width: 100%;
  margin-top: 15px;
}
@media screen and (min-width: 640px) {
  .contentlist-1 .text {
    width: calc(100% - 280px);
    padding-left: 80px;
    margin-top: 0;
  }
}
.contentlist-1 h2 {
  text-align: left;
  padding: 0;
}
.contentlist-1 .longtext {
  font-weight: 400;
  font-size: 1em;
}
@media screen and (min-width: 640px) {
  .contentlist-1 .longtext {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1080px) {
  .contentlist-1 .longtext {
    font-size: 1.2rem;
  }
}
.contentlist-1 .images {
  position: relative;
}
.contentlist-1 .images figure {
  position: relative;
  margin-top: 30px;
}
.contentlist-1 .images figure:empty {
  display: none;
}
.contentlist-2 {
  position: relative;
}
.contentlist-2 .contentlist14 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 640px) {
  .contentlist-2 .contentlist14 {
    margin: -30px;
  }
}
.contentlist-2 .item {
  width: 100%;
  margin-bottom: 50px;
}
.contentlist-2 .item:last-child {
  margin-bottom: 25px;
}
@media screen and (min-width: 640px) {
  .contentlist-2 .item {
    width: 50%;
    padding: 30px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1080px) {
  .contentlist-2 .item {
    width: 33.33%;
  }
}
.contentlist-2 .img a {
  display: block;
  position: relative;
  border: none;
}
.contentlist-2 .img a:after {
  content: '';
  display: block;
  padding-top: 86.5%;
}
.contentlist-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
}
.contentlist-2 .cont {
  padding: 30px;
  background: #F5F0EB;
}
@media screen and (min-width: 1080px) {
  .contentlist-2 .cont {
    padding: 30px 40px;
  }
}
.contentlist-2 .date {
  display: none;
}
.contentlist-2 h3 {
  font-size: 1.2rem;
  line-height: 120%;
  text-align: left;
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .contentlist-2 h3 {
    font-size: 1.5rem;
  }
}
.contentlist-2 h3 a {
  font-weight: 500;
  text-decoration: none;
  border: none;
}
.contentlist-2 .short {
  display: block;
}
.contentlist-2 .more {
  display: inline-block;
  font-weight: 600;
  margin-top: 25px;
}
.contentlist-filter {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .contentlist-filter {
    margin-bottom: 40px;
  }
}
.contentlist-filter ul {
  list-style: none;
  padding: 0;
}
.contentlist-filter li {
  display: inline-block;
  margin-right: 30px;
}
.contentlist-filter li:last-child {
  margin-right: 0;
}
.contentlist-filter a {
  position: relative;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 0;
  border: none;
}
@media screen and (min-width: 640px) {
  .contentlist-filter a {
    font-size: 0.95rem;
  }
}
.contentlist-filter a.sel {
  font-weight: 900;
}
.contentlist-filter a:before {
  content: '';
  display: none;
  width: 100%;
  height: 3px;
  background: #F4BD56;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  opacity: 0;
  transition: all 300ms ease;
}
@media screen and (min-width: 1080px) {
  .contentlist-filter a:before {
    display: block;
  }
}
.contentlist-filter a:hover:before,
.contentlist-filter a.sel:before {
  opacity: 1;
}
.contentlist-filter .reset-filter {
  display: none !important;
}
.has-content-items {
  position: relative;
}
.has-content-items .container {
  padding: 0;
  margin: 0;
}
.has-content-items .col-wrap {
  position: relative;
  align-items: flex-start;
}
@media screen and (min-width: 640px) {
  .has-content-items .col-wrap {
    margin: 0 -40px;
  }
}
.has-content-items .col-item {
  position: relative;
}
@media screen and (min-width: 640px) {
  .has-content-items .col-item {
    padding: 20px 40px;
  }
}
.has-content-items .col-item.empty {
  display: none;
}
.has-content-items .container:first-child {
  position: relative;
}
.has-content-items .container:first-child .col-item:first-child {
  padding-top: 0;
}
.has-content-items .image {
  position: relative;
}
.has-content-items .image a {
  display: block;
}
.has-content-items .imagegallery.design6 {
  position: relative;
}
.has-content-items .imagegallery.design6 .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.has-content-items .imagegallery.design6 .slick-slider {
  display: block !important;
}
.has-content-items .imagegallery.design6 .slick-list {
  overflow: visible;
}
.has-content-items .imagegallery.design6 .scrollEl {
  display: none;
  width: 33.33%;
  padding: 0 20px;
}
.has-content-items .imagegallery.design6 .scrollEl:nth-child(1),
.has-content-items .imagegallery.design6 .scrollEl:nth-child(2),
.has-content-items .imagegallery.design6 .scrollEl:nth-child(3),
.has-content-items .imagegallery.design6 .scrollEl.slick-slide {
  display: block;
}
.has-content-items .imagegallery.design6 article,
.has-content-items .imagegallery.design6 .article {
  position: relative;
}
.has-content-items .imagegallery.design6 figure {
  position: relative;
  box-shadow: 0px 0px 20px -10px #000000;
}
.has-content-items .imagegallery.design6 figure a {
  display: block;
}
.has-content-items .imagegallery.design6 img {
  min-height: 300px;
  object-fit: cover;
  object-position: 50% 50%;
}
.has-content-items .imagegallery.design6 article,
.has-content-items .imagegallery.design6 .article {
  position: relative;
}
.has-content-items .imagegallery.design6 .descr {
  display: block !important;
  width: 100%;
  font-weight: 400;
  line-height: 150%;
  opacity: 1 !important;
  margin-top: 25px;
}
.has-content-items .imagegallery.design6 .slick-cloned .descr {
  display: block !important;
}
.has-content-items .imagegallery.design6 .prev {
  top: calc(50% - 60px);
  left: 40px;
}
@media screen and (min-width: 640px) {
  .has-content-items .imagegallery.design6 .prev {
    left: 50px;
  }
}
.has-content-items .imagegallery.design6 .next {
  top: calc(50% - 60px);
  right: 40px;
}
@media screen and (min-width: 640px) {
  .has-content-items .imagegallery.design6 .next {
    right: 50px;
  }
}
.has-content-items .backBtn {
  display: none;
}
