.site-header-banner.size-content.main-content-maintopics {
  height: auto;
}
.site-header-banner.size-content.main-content-maintopics .maintopic-list {
  max-height: none;
  width: auto;
  margin: 0;
}
.site-header-banner.size-content.main-content-maintopics .maintopic-container .owl-dots {
  bottom: -20px;
  left: 0;
}
@media (max-width: 1000px) {
  .site-header-banner.size-content.main-content-maintopics {
    background: rgba(0,133,64,0.1);
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
  }
}
.maintopic-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: calc(100% - 10px);
  width: calc(100% - 30px);
  margin-left: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
.maintopic-list .entry {
  display: flex;
  width: 100%;
  height: calc((400px - 30px) / 3 - (20px * 2 / 3));
  margin-bottom: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  line-height: 1.5;
}
.maintopic-list .entry:last-child {
  margin-bottom: 0;
}
.maintopic-list .entry:hover {
  background: rgba(0,133,64,0.1);
  color: inherit;
}
.maintopic-list .entry .image {
  display: block;
  width: calc((400px - 30px) / 3 - (20px * 2 / 3));
  height: calc((400px - 30px) / 3 - (20px * 2 / 3));
  object-fit: cover;
  flex-grow: 0;
  flex-shrink: 0;
}
.maintopic-list .entry .text-container {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  flex-grow: 1;
  flex-shrink: 1;
  width: calc(100% - ((400px - 30px) / 3 - (20px * 2 / 3)));
  height: calc((400px - 30px) / 3 - (20px * 2 / 3));
}
.maintopic-list .entry .text-container .title {
  height: auto;
  max-height: calc(1.1em * 1.5 * 2);
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 0.5em;
  font-size: 1.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #007494;
}
.maintopic-list .entry .text-container .description {
  height: auto;
  flex-grow: 0;
  flex-shrink: 1;
  padding: 0 0.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: italic;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.maintopic-container {
  height: calc(100% - 10px);
  width: 100%;
  margin-bottom: 10px;
}
.maintopic-container .autoplay-controls {
  display: none;
}
.maintopic-container .owl-controls,
.maintopic-container .owl-nav {
  display: none;
}
.maintopic-container .owl-dots {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 0;
  text-align: left;
  line-height: 0;
}
.maintopic-container .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgba(0,133,64,0.35);
  border-radius: 10px;
  margin: 0 5px;
  transition: all ease 0.6s;
}
.maintopic-container .owl-dots .owl-dot:first-child {
  margin-left: 0;
}
.maintopic-container .owl-dots .owl-dot.active {
  background: #008540;
  transition: all ease 0.6s;
}
.maintopic-container.size-2 {
  display: none;
  background: rgba(0,133,64,0.1);
}
.maintopic-container.size-3 {
  display: block;
}
@media (max-width: 1000px) {
  .maintopic-container.size-3 {
    display: none;
  }
  .maintopic-container.size-2 {
    display: block;
  }
  .maintopic-container .owl-dots {
    bottom: 10px;
    left: 15px;
  }
  .maintopic-container .maintopic-list {
    width: calc(100% - 30px);
    margin: 15px 15px 30px 15px;
  }
}
@media (max-width: 480px) {
  .maintopic-container .owl-dots {
    bottom: 10px;
    left: 10px;
  }
  .maintopic-container .maintopic-list {
    width: calc(100% - 20px);
    margin: 10px 10px 30px 10px;
  }
}
