/* **************************************************

   MV - TOPICS

************************************************** */
#topics-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: url(../img/1920view.png) center center/cover no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 740px) {
  #topics-bg {
    background: url(../img/sp-mv.png) center center/cover no-repeat;
  }
}

.contents-wrap {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  z-index: 1;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mv-topics {
  display: block;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  #mv-topics {
    padding: 0 4vw;
  }
}
#mv-topics .inner {
  width: 100%;
  height: 100%;
  padding-top: 200px;
  display: block;
}
@media only screen and (max-width: 740px) {
  #mv-topics .inner {
    padding-top: 120px;
  }
}
#mv-topics .inner h1 {
  font-size: 80px;
  font-weight: 400;
  line-height: 1em;
  margin: 0 0 20px 0;
  padding: 0;
  color: #003889;
}
@media only screen and (max-width: 740px) {
  #mv-topics .inner h1 {
    font-size: 32px;
  }
}
#mv-topics .inner .caption {
  border-top: 4px solid #003889;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  color: #003889;
  padding-top: 20px;
}
@media only screen and (max-width: 740px) {
  #mv-topics .inner .caption {
    font-size: 16px;
    padding-top: 10px;
  }
}

/* **************************************************

   CATEGORY

************************************************** */
.topicsMenu-wrap {
  width: 100%;
  padding: 50px 40px 30px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.topicsMenu-wrap .category {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 740px) {
  .topicsMenu-wrap .category {
    display: block;
  }
}
.topicsMenu-wrap .category .refinement {
  width: 100px;
  color: #003889;
  font-weight: 700;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 12px;
  padding: 18px 0 0 0;
}
@media only screen and (max-width: 740px) {
  .topicsMenu-wrap .category .refinement {
    padding: 0;
    padding-top: 15px;
    font-size: 16px;
  }
}
.topicsMenu-wrap .category #category-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 1090px;
}
@media only screen and (max-width: 740px) {
  .topicsMenu-wrap .category #category-list {
    max-width: 100%;
  }
}

#category-list {
  margin: 0;
  padding: 0;
  display: block;
}
@media only screen and (max-width: 740px) {
  #category-list {
    display: block;
  }
}
#category-list li {
  margin: 0;
  padding: 0;
}
#category-list li.alllink {
  display: block;
  font-size: 12px;
  color: #003889;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 48px;
  padding-top: 14px;
  margin-right: 10px;
  border-radius: 8px;
  width: 180px;
  text-align: center;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 740px) {
  #category-list li.alllink {
    -webkit-transition: unset;
    transition: unset;
  }
}
#category-list li.alllink.selected {
  background: #003889;
  color: #fff;
}
#category-list li.alllink:hover {
  background: #003889;
  color: #fff;
}
@media only screen and (max-width: 740px) {
  #category-list li.alllink:hover {
    -webkit-transition: unset;
    transition: unset;
  }
}
@media only screen and (max-width: 740px) {
  #category-list li.alllink {
    background: transparent;
    background: #fff;
    color: #003889;
    border-radius: 8px;
    padding-top: 7px;
    margin-bottom: 10px;
    font-size: 14px;
    height: 40px;
    padding-top: 10px;
    width: 50%;
  }
  #category-list li.alllink.selected {
    background: #003889;
    color: #fff;
  }
}
#category-list li.sp-links {
  display: block;
  font-size: 16px;
  color: #003889;
  margin-bottom: 10px;
  height: 25px;
  text-align: left;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  margin-right: 10px;
  padding: 5px 0 0 30px;
}
#category-list li.sp-links.opc:before {
  background: url(../img/topics-cat-nav-open.png) 0 0/20px 20px no-repeat;
}
@media only screen and (max-width: 740px) {
  #category-list li.sp-links {
    display: block;
    color: #003889;
    margin-bottom: 0;
    height: 25px;
    text-align: left;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    padding: 10px 0 0 25px;
  }
}
#category-list li.sp-links:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../img/topics-cat-nav.png) 0 0/20px 20px no-repeat;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  #category-list li.sp-links:before {
    top: 8px;
  }
}
#category-list li.sp-links.opc:before {
  background: url(../img/topics-cat-nav-open.png) 0 0/20px 20px no-repeat;
}
#category-list li#toggle-information, #category-list li#toggle-categories, #category-list li#toggle-persons {
  margin-top: 15px;
}
#category-list li#cat-sol {
  display: block;
}
@media only screen and (max-width: 740px) {
  #category-list li#cat-sol {
    margin-top: 15px;
  }
}
#category-list li#cat-col {
  display: block;
}
@media only screen and (max-width: 740px) {
  #category-list li#cat-col {
    margin-top: 15px;
  }
}
#category-list li#cat-info {
  display: block;
}
@media only screen and (max-width: 740px) {
  #category-list li#cat-info {
    margin-top: 15px;
  }
}
#category-list li ul {
  margin: 0;
  padding: 0;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 740px) {
  #category-list li ul {
    display: block;
    width: 100%;
  }
}
#category-list li ul li {
  display: block;
  font-size: 12px;
  color: #003889;
  margin-bottom: 10px;
}
#category-list li ul li.catlink {
  margin-right: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 48px;
  padding: 17px 16px 0 16px;
  border-radius: 8px;
  background: #fff;
  opacity: 1;
  zoom: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
}
#category-list li ul li.catlink.selected {
  background: #003889;
  color: #fff;
}
@media only screen and (max-width: 740px) {
  #category-list li ul li.catlink.selected {
    background: #003889;
  }
}
#category-list li ul li.catlink:hover {
  background: #003889;
  color: #fff;
}
@media only screen and (max-width: 740px) {
  #category-list li ul li.catlink:hover {
    background: #003889;
  }
}
@media only screen and (max-width: 740px) {
  #category-list li ul li.catlink {
    -webkit-transition: unset;
    transition: unset;
    display: inline-block;
    margin-right: 8px;
    margin-top: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    height: 40px;
    padding: 14px 25px 0 25px;
    margin: 0 8px 8px 0;
    border-radius: 8px;
    background: #fff;
    opacity: 1;
    zoom: 1;
    cursor: pointer;
    font-size: 14px;
  }
}
#category-list li ul li.cattitle {
  color: #003889;
  width: 110px;
}
@media only screen and (max-width: 740px) {
  #category-list li ul li.cattitle {
    display: none;
    width: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
  }
}

/* **************************************************

   TOPICS

************************************************** */
#topics {
  margin: 20px 40px 80px;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  #topics {
    margin: 10px 4vw 40px;
  }
}
#topics .inner {
  width: 1230px;
  margin: 0 auto;
  position: relative;
  left: 30px;
}
@media only screen and (max-width: 740px) {
  #topics .inner {
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 740px) and (max-width: 918px) {
  #topics .inner {
    margin: 0 auto;
    max-width: 410px;
  }
}
@media only screen and (min-width: 919px) and (max-width: 1327px) {
  #topics .inner {
    margin: 0 auto;
    max-width: 820px;
  }
}
#topics .inner .results {
  max-width: 1230px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 740px) {
  #topics .inner .results {
    width: 100%;
  }
}
@media only screen and (min-width: 740px) and (max-width: 918px) {
  #topics .inner .results {
    margin: 0 auto;
    max-width: 410px;
  }
}
@media only screen and (min-width: 919px) and (max-width: 1327px) {
  #topics .inner .results {
    max-width: 820px;
  }
}
#topics .inner .results .topics-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 380px;
  margin-right: 30px;
  padding-bottom: 30px;
  -webkit-animation: panel-animation 0.3s ease 0.15s;
  animation: panel-animation 0.3s ease 0.15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media only screen and (max-width: 740px) {
  #topics .inner .results .topics-item {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
#topics .inner .results .topics-item a {
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 20px 0;
}
#topics .inner .results .topics-item a .img {
  width: 380px;
  height: 228px;
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  #topics .inner .results .topics-item a .img {
    width: 100%;
    background: #4C4948;
  }
}
#topics .inner .results .topics-item a .img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin: 0;
  padding: 0;
  border: 0;
}
#topics .inner .results .topics-item a:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#topics .inner .results .topics-item a .text-item {
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 740px) {
  #topics .inner .results .topics-item a .text-item {
    width: 100%;
    padding: 0 5px;
  }
}
#topics .inner .results .topics-item a .text-item p {
  display: block;
  padding: 0;
  margin: 0;
  color: #003889;
}
#topics .inner .results .topics-item a .text-item p.date {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}
#topics .inner .results .topics-item a .text-item p.title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}
#topics .inner .results .topics-item a .text-item .cat {
  margin: 12px 0 0 0;
  padding: 0;
}
#topics .inner .results .topics-item a .text-item .cat li {
  height: 24px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  border-radius: 12px;
  border: 1px solid #003889;
  padding: 6px 8px 0;
  margin: 0 5px 5px 0;
  line-height: 1em;
  color: #003889;
}
#topics .inner .results .topics-item a .text-item .cat li:last-child {
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 740px) {
  #topics .inner .results .topics-item a .text-item .cat li {
    padding: 6px 8px 0;
    font-size: 12px;
  }
}

.nextBtn {
  width: 100%;
  height: 60px;
  background: #3482EA;
  border: 1px solid #3482EA;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nextBtn:hover {
  border: 1px solid #3482EA;
  background: #fff;
  color: #3482EA;
}

@-webkit-keyframes panel-animation {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes panel-animation {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}