﻿@charset "UTF-8";

/* Elements of HTML (Renewal Top Page)
========================================================================== */
*{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

/* .group-fade */
.group-fade {
  position: relative;
}
.group-fade ul {
  position: absolute;
  opacity: 0;
  top: 50px;
  transition: all .4s ease;
}

/* .ele-move-effect */
.ele-move-effect-wrapper {
  position: relative;
}
.ele-move-effect-wrapper .ele-move-effect {
  position: absolute;
  bottom: -10%;
  opacity: 0;
  width: 100%;
  transition: all .5s ease-out;
}

/* .ele-opacity-effect */
.ele-opacity-effect {
  opacity: 0;
}

/* .btn-show-more */
.btn-show-more {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c419a;
  font-size: 16px;
  line-height: 16px;
  height: 50px;
  width: 336px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  margin: 60px auto 0;
  position: relative;
  cursor: pointer;
}
.btn-show-more:before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
}

/* britain */
.list-britain {
  max-width: 1600px;
  margin: 0 auto;
}
.list-britain li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 75px;
  border-top: 1px solid #ccc;
  font-family: 	YuMincho, 'Yu Mincho', serif;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  text-align: center;
  position: relative;
}
.list-britain li a {
  position: absolute;
  right: 20px;
  font-family: "Noto Sans JP";
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
}
html[lang="zh-cmn-Hans"] .list-britain li a {
  font-family: "Noto Sans SC";
}

/* .l-journal-slider */
.l-journal-slider {
  margin-top: 60px;
  position: relative;
}
.l-journal-slider .list-journal-slider {
  opacity: 0;
  transition: all .3s ease;
}
.l-journal-slider .list-journal-slider.slick-initialized {
  opacity: 1;
}
.l-journal-slider .list-journal-slider .slick-prev {
  left: 25px;
  transition: all .3s ease;
  z-index: 1000;
}
.l-journal-slider .list-journal-slider .slick-prev:hover {
  left: 15px;
}
.l-journal-slider .list-journal-slider .slick-prev:before {
  content: '';
  width: 20px;
  height: 20px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  transform: rotate(-45deg);
  display: block;
}
.l-journal-slider .list-journal-slider .slick-next {
  right: 25px;
  transition: all .3s ease;
}
.l-journal-slider .list-journal-slider .slick-next:hover {
  right: 15px;
}
.l-journal-slider .list-journal-slider .slick-next:before {
  content: '';
  width: 20px;
  height: 20px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  display: block;
}
.l-journal-slider .list-journal-slider li {
  margin: 0 25px;
}
.l-journal-slider .slick-dotted.slick-slider {
  margin: 0 auto;
}
.l-journal-slider .list-journal-slider .wrap-journal-content {
  max-width: 1270px;
  height: auto;
  display: flex;
  flex-direction: row-reverse;
  box-sizing: border-box;
  border: 1px solid #EEEEEE;
  margin: 0 auto;
}
.l-journal-slider .list-journal-slider .wrap-journal-slider-thumbnail {
  height: 100%;
  width: 100%;
  background: repeating-linear-gradient(-45deg, #f9f9f9, #f9f9f9 4px, #eee 6px, #eee 8px);
  position: relative;
}
.l-journal-slider .list-journal-slider .wrap-journal-slider-thumbnail:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 86px 86px;
  border-color: transparent transparent #CD2D87 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1001;
}
.l-journal-slider .list-journal-slider .wrap-journal-slider-thumbnail:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 70px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1002;
}
.l-journal-slider .list-journal-slider .wrap-journal-slider-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.l-journal-slider .list-journal-slider .wrap-journal-slider-thumbnail a:before {
  content: '';
  display: block;
  padding-top: 50%;
}
.l-journal-slider .list-journal-slider .wrap-journal-slider-thumbnail img {
  position: absolute;
  width: auto;
  height: 100%;
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.l-journal-slider .list-journal-slider .wrap-journal-text {
  min-width: 30%;
  max-width: 30%;
  position: relative;
}
.l-journal-slider .list-journal-slider .wrap-journal-text-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 75%;
}
.l-journal-slider .list-journal-slider .wrap-journal-text-inner h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
}
.l-journal-slider .list-journal-slider .wrap-journal-text-inner h2 a {
  color: #333;
}
.l-journal-slider .list-journal-slider .wrap-journal-text-inner h2 a:hover {
  text-decoration: underline;
}
.l-journal-slider .list-journal-slider .wrap-journal-text-inner .tag-category {
  margin-top: 0;
}
.l-journal-slider .wrap-journal-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 100;
}
.l-journal-slider .wrap-journal-dots li {
  max-width: 100px;
  min-width: 50px;
  height: 4px;
  background: #eee;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  width: 20px;
  padding: 0;
  cursor: pointer;
}
.l-journal-slider .wrap-journal-dots li button {
  font-size: 0;
}
.l-journal-slider .wrap-journal-dots li.slick-active {
  background: #CD2D87;
}
.l-journal-slider .wrap-journal-dots li button:before  {
  content: none;
}

/* .wrap-mainSlider  */
.wrap-slick-dots {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.wrap-mainSlider {
  max-width: 1600px;
  height: 600px;
  margin: 0 auto;
  position: relative;
}
.wrap-mainSlider .list-mainSlider {
  display: none;
}
.wrap-mainSlider .list-mainSlider.slick-initialized {
  display: block;
}
.wrap-mainSlider .mainSlider {
  position: relative;
  height: 600px;
}
.wrap-mainSlider .mainSlider img {
  max-width: inherit;
}
.wrap-mainSlider .list-mainSlider > li {
  width: 100%;
}
.wrap-mainSlider .list-mainSlider .mainSlider {
  position: relative;
}
.wrap-mainSlider .list-mainSlider .logo-mainSlider {
  position: absolute;
  bottom: 60px;
  right: 30px;
}
.wrap-mainSlider .list-mainSlider .logo-mainSlider img {
  height: 52px;
}
.wrap-mainSlider .list-mainSlider .l-mainSlider-content h2 {
  color: #FFFFFF;
  font-family: 'Barlow',"Noto Sans JP";
  font-size: 120px;
  line-height: 120px;
  text-shadow: 0 0 4px rgba(0,0,0,0.5);
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-transform: translate(0, -30%);
  transform: translate(0, -30%);
  opacity: 0;
  transition: all .4s ease;
  margin-right: 16%;
  word-break: break-all;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
html[lang="zh-cmn-Hans"] .wrap-mainSlider .list-mainSlider .l-mainSlider-content h2 {
  font-family: 'Barlow',"Noto Sans SC";
}
.wrap-mainSlider .list-mainSlider .l-mainSlider-content .text-mainSlider {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 39px;
  text-shadow: 0 0 4px rgba(0,0,0,0.5);
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all .4s ease;
  transition-delay: .1s;
  margin-right: 16%;
}
.wrap-mainSlider .list-mainSlider .l-mainSlider-content .btn-mainSlider {
  display: inline-block;
  background-color: #004196;
  color: #fff;
  padding: 16px 24px 16px 16px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2.67px;
  line-height: 24px;
  width: 268px;
  height: auto;
  position: absolute;
  top: 75%;
  left: 0;
  opacity: 0;
  -webkit-transform: translate(0, -75%);
  transform: translate(0, -75%);
  transition: all .4s ease;
  transition-delay: .2s;
}
.wrap-mainSlider .list-mainSlider .l-mainSlider-content.is-transformed h2 {
  opacity: 1;
  transform: translate(100px, -30%);
  -webkit-transform: translate(100px, -30%);
}
.wrap-mainSlider .list-mainSlider .l-mainSlider-content.is-transformed .text-mainSlider {
  opacity: 1;
  transform: translate(100px, -50%);
  -webkit-transform: translate(100px, -50%);
}
.wrap-mainSlider .list-mainSlider .l-mainSlider-content.is-transformed .btn-mainSlider {
  opacity: 1;
  transform: translate(100px, -75%);
  -webkit-transform: translate(100px, -75%);
}
.wrap-mainSlider .list-mainSlider .l-mainSlider-content.is-transformed .btn-mainSlider:hover {
  opacity: 0.8;
  padding-right: 36px;
  width: 310px;
}
.wrap-mainSlider .btn-mainSlider:hover {
  opacity: 0.8;
  width: 268px;
  transition: all .3s ease;
}
.wrap-mainSlider .btn-mainSlider span:after {
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  transform: rotate(45deg);
}
.wrap-mainSlider .slick-prev {
  z-index: 20;
  left: 20px;
  height: 56px;
  width: 56px;
  background: url('/cn/static/top/images/arrow_large_left.svg') no-repeat;
  background-size: contain;
  transition: all .3s ease;
}
.wrap-mainSlider .slick-prev:hover {
  left: 10px;
}
.wrap-mainSlider .slick-prev:before {
  content: none;
}
.wrap-mainSlider .slick-next {
  z-index: 20;
  right: 20px;
  height: 56px;
  width: 56px;
  background: url('/cn/static/top/images/arrow_large_right.svg') no-repeat;
  background-size: contain;
  transition: all .3s ease;
}
.wrap-mainSlider .slick-next:hover {
  right: 10px;
}
.wrap-mainSlider .slick-next:before {
  content: none;
}
.wrap-mainSlider .slick-dots {
  bottom: 28px;
  max-width: 1600px;
}
.wrap-mainSlider .slick-dots li button {
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 14px;
  box-sizing: border-box;
  background-color: #fff;
}
.wrap-mainSlider .slick-dots li button:before {
  content: none;
}
.wrap-mainSlider .slick-dots li.slick-active button {
  background: #005BAC;
  border-color: #fff;
}
.wrap-mainSlider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media only screen and (max-width: 1367px) {
  .wrap-mainSlider .list-mainSlider .l-mainSlider-content h2 {
    font-size: 80px;
    line-height: 80px;
  }
  .wrap-mainSlider .list-mainSlider .l-mainSlider-content.is-transformed h2 {
    transform: translate(80px, -30%);
    -webkit-transform: translate(80px, -30%);
  }
  .wrap-mainSlider .list-mainSlider .l-mainSlider-content.is-transformed .text-mainSlider {
    transform: translate(80px, -50%);
    -webkit-transform: translate(80px, -50%);
  }
  .wrap-mainSlider .list-mainSlider .l-mainSlider-content.is-transformed .btn-mainSlider {
    width: 220px;
    transform: translate(80px, -75%);
    -webkit-transform: translate(80px, -75%);
  }
}

/* .l-keyword-select */
.l-keyword-select {
  max-width: 1270px;
  width: 94%;
  margin: 80px auto 0;
}
.l-keyword-select .btn-keyword-select {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #00196E;
  position: relative;
  padding-left: 38px;
  margin-bottom: 20px;
  cursor: pointer;
}
.l-keyword-select .btn-keyword-select:before {
  content: '';
  display: block;
  height: 28px;
  width: 28px;
  border-radius: 4px;
  background-color: #DCE6F0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
}
.l-keyword-select .btn-keyword-select:after {
  bottom: 0;
  color: #00196E;
  content: "\e900";
  font-family: "icomoon";
  font-size: 16px;
  font-weight: bold;
  height: 16px;
  margin: auto;
  position: absolute;
  left: 6px;
  top: -14px;
}
.l-keyword-select .btn-keyword-select.is-open:after {
  content: "\e902";
  font-family: icomoon;
}

.l-keyword-select .wrap-list-keyword-select .tag-category-keywords input {  /* NRI-308 added*/
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 5px 5px 0 0;
  margin-left: -10px;
}

.l-keyword-select .list-keyword-select {
  font-size: 0;
}

.l-keyword-select .list-keyword-select li {
  display: inline-block;
  position: relative;
}

.l-keyword-select .list-keyword-select li .tag-category-keywords {
  display: block;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  padding: 2px 10px;
  border-radius: 5px;
  border: 1px solid #979797;
  margin: 5px 5px 0 0;
}

.l-keyword-select .list-keyword-select li .tag-category-keywords.is-active {
  color: #FFFFFF;
  background-color: #00196E;
  border: 1px solid #00196E;
}

/* NRI-308 */
.l-keyword-select .list-keyword-select li .tag-category-keywords input {
  cursor: pointer;
}

.l-keyword-select .list-keyword-select li .tag-category-keywords:hover {
  text-decoration: underline;
  border: 1px solid  #00196E;
}
/* End */

@media only screen and (max-width: 1600px) {
  .wrap-mainSlider .slick-next {
    right: 20px;
  }
  .wrap-mainSlider .slick-prev {
    left: 20px;
  }
}

/* .wrap-hot-keywords */
.wrap-hot-keywords {
  width: 100%;
  max-width: 1600px;
  background: url('/cn/static/top/images/bg-hot-keywords.jpg') no-repeat;
  background-position: center center;
  padding: 10px 5% 10px 4%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.wrap-hot-keywords .title-hot-keywords h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  min-width: 228px;
  letter-spacing: 1.2px;
  line-height: 29px;
  border-left: 4px solid #fff;
  padding: 16px 0 15px 16px;
}
.wrap-hot-keywords .title-hot-keywords h2 span {
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 20px;
  font-weight: normal;
  opacity: 0.8;
}
.wrap-hot-keywords .list-hot-keywords {
  display: flex;
  border-left: 1px solid #fff;
  margin-left: 4%;
  height: 80px;
  width: 100%;
}
.wrap-hot-keywords .list-hot-keywords li {
  flex: 1;
  display: flex;
  height: 100%;
}
.wrap-hot-keywords .list-hot-keywords li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  border-right: 1px solid #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, #005BAC 50%);
  background-position: 200% 0;
  background-size: 200% auto;
  transition: .1s;
  padding: 0 10px;
}
.wrap-hot-keywords .list-hot-keywords li a:hover {
  background-position: 100% 0;
}

/* .list-fixed-britain */
.list-fixed-britain {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  z-index: 200;
}
.list-fixed-britain li {
  display: flex;
  align-items: flex-start;
  padding: 35px 75px;
  border-bottom: 1px solid #ccc;
}
.list-fixed-britain li:last-child {
  border-bottom: 0;
}
.list-fixed-britain li .title-fixed-britain {
  width: 160px;
  margin-right: 60px;
  font-size: 18px;
  line-height: 27px;
}
.list-fixed-britain li .text-fixed-birtain {
  flex: 1;
  font-size: 18px;
  line-height: 27px;
}
.list-fixed-britain li .text-fixed-birtain a:hover {
  text-decoration: underline;
}

/* .wrap-newsList */
.wrap-newsList {
  max-width: 1440px;
  margin: 120px auto 0;
  position: relative;
}
.wrap-newsList .wrap-newsList-inner {
  bottom: -50px;
  opacity: 0;
  transition: all 1.5s ease;
  width: 100%;
  position: absolute;
}

/* .wrap-report */
.wrap-report {
  max-width: 1440px;
  width: 94%;
  margin: 0 auto;
}

/* .l-newsList */
.l-newsList {
  overflow: hidden;
}
.l-newsList .wrap-newsList-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-newsList .wrap-newsList-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-newsList .wrap-newsList-link a {
  font-size: 14px;
  line-height: 1;
  position: relative;
}
.l-newsList .wrap-newsList-link a:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -2px;
  left: -14px;
}
.l-newsList .wrap-newsList-link a:hover {
  text-decoration: underline;
}
.l-newsList .wrap-newsList-link a + a {
  margin-left: 40px;
}
.l-newsList h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
.l-newsList .list-news {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
}
.l-newsList .list-news li {
  width: 24%;
  min-height: 314px;
  margin-top: 20px;
  margin-left: 1%;
  padding: 20px;
  border: 1px solid #ccc;
}
.l-newsList .list-news.root-opacity-effect li {
  border: none;
  padding: 0;
}
.l-newsList .list-news.root-opacity-effect li .ele-opacity-effect {
  border: 1px solid #ccc;
  padding: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.l-newsList .list-news.root-slide-effect li {
  border: none;
  padding: 0;
  overflow: hidden;
}
.l-newsList .list-news.root-slide-effect li .wrap-ele-slide-effect {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
  margin-left: -50%;
  opacity: 0;
}
.l-newsList .list-news.root-slide-effect li .ele-slide-effect {
  border: 1px solid #ccc;
  padding: 20px;
  height: 100%;
}
.l-newsList .list-news li .category-news {
  font-size: 14px;
  line-height: 14px;
}
.l-newsList .list-news li .text-update {
  color: #999999;
  font-size: 14px;
  line-height: 14px;
  margin-top: 10px;
}
.l-newsList .list-news li h3 {
  margin-top: 20px;
}
.l-newsList .list-news li h3 a {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.l-newsList .list-news li h3 a:hover {
  text-decoration: underline;
}
.l-newsList .list-news li .link-category {
  display: inline-block;
  background: #eee;
  color: #0C419A;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  padding: 5px;
  margin-top: 16px;
}
.l-newsList .list-news li .link-category:hover {
  text-decoration: underline;
}

/* .l-eventList */
.wrap-eventList {
  width: 100%;
  position: relative;
  margin-top: 40px;
}
.wrap-eventList .wrap-eventList-inner {
  width: 100%;
  position: absolute;
  opacity: 0;
  bottom: -100px;
  transition: all 1.5s ease;
}
.l-eventList .wrap-eventList-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-eventList .wrap-eventList-title .wrap-eventList-link a {
  font-size: 14px;
  line-height: 1;
  position: relative;
}
.l-eventList .wrap-eventList-title .wrap-eventList-link a:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -2px;
  left: -14px;
}
.l-eventList .wrap-eventList-link {
  text-align: right;
}
.l-eventList .wrap-eventList-link a:hover {
  text-decoration: underline;
}
.l-eventList h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
.l-eventList .list-event {
  display: flex;
}
.l-eventList .list-event li {
  border: 1px solid #ccc;
  margin: 20px 2% 0 0;
  flex: 1;
  min-width: 49%;
}
.l-eventList .list-event li:nth-child(even) {
  margin-right: 0;
}
.l-eventList .list-event li:hover {
  border-color: #0C419A;
}
.l-eventList .list-event li:hover h3 {
  text-decoration: underline;
}
.l-eventList .list-event li a {
  display: block;
}
.l-eventList .list-event li a.link-pdf:after,
.l-eventList .list-event li a.link-external:after {
  content: none;
}
.l-eventList .list-event li a.link-pdf h3:after {
  content: "";
  background: url(../images/icon-pdf.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 11px;
  vertical-align: -2px;
}
.l-eventList .list-event li a.link-external h3:after {
  content: "";
  background: url(../images/icon-external.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 9px;
  margin: 0 0 0 11px;
}
.l-eventList .list-event .wrap-event-content {
  display: flex;
}
.l-eventList .list-event .wrap-event-content img {
  min-width: 157px;
  max-width: 157px;
}
.l-eventList .list-event .wrap-event-text {
  margin: 20px 20px 20px 60px;
}
.l-eventList .list-event .wrap-event-text h3 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
}
.l-eventList .list-event .wrap-event-text .text-event {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}

/* .wrap-nriJournal */
.wrap-nriJournal-animate {
  position: relative;
  width: 100%;
  margin: 140px auto 0;
  min-height: 740px;
}
.wrap-nriJournal-animate .wrap-nriJounral-animate-inner {
  width: 100%;
  opacity: 0;
  bottom: -100px;
  position: absolute;
  transition: all 0.6s ease;
}
.wrap-nriJournal {
  background-color: #ECF3FA;
  padding: 60px 0 40px;
  position: relative;
}
.wrap-nriJournal:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100px;
  border-color: transparent transparent #CD2D87 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.wrap-nriJournal:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.wrap-nriJournal h2 {
  text-align: center;
}
.wrap-nriJournal h2:hover {
  opacity: 0.8;
}
.wrap-nriJournal .text-lead {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  line-height: 27px;
  text-align: center;
  margin-top: 20px;
}
.wrap-nriJournal .wrap-nriJournal-inner {
  width: 94%;
  margin: 0 auto;
}
.wrap-nriJournal .wrap-nriJournal-inner .wrap-nriJounral-title {
  position: relative;
}
.wrap-nriJournal .wrap-nriJournal-inner .link-nriJournal {
  position: absolute;
  top: 14px;
  right: 30px;
  padding-right: 30px;
  font-size: 18px;
  color:#CD2D87;
  transition: all .3s ease;
}
.wrap-nriJournal .wrap-nriJournal-inner .link-nriJournal:hover {
  opacity: 0.8;
  right: 20px;
}
.wrap-nriJournal .wrap-nriJournal-inner .link-nriJournal:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-right: 2px solid #CD2D87;
  border-top: 2px solid #CD2D87;
  position: absolute;
  right: 0;
  top: 4px;
  transform: rotate(45deg);
}
.wrap-nriJournal .wrap-nriJournal-inner .wrap-list-nriJournal {
  margin-top: 50px;
}
.wrap-nriJournal .wrap-nriJounral-content {
  max-width: 1236px;
  overflow: hidden;
  margin: 0 auto;
}
.wrap-nriJournal .wrap-nriJournal-inner .list-nriJounal {
  font-size: 0;
  margin-right: -20px;
}
.wrap-nriJournal .wrap-nriJournal-inner .list-nriJounal li {
  display: inline-block;
  position: relative;
  margin: 0 20px 0 0;
  width: 294px;
  vertical-align: top;
}
.wrap-nriJournal .wrap-nriJournal-inner .list-nriJounal li:last-child {
  margin-right: 0;
}
.wrap-nriJournal .wrap-nriJournal-inner .list-nriJounal li h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 30px;
  color: #333;
}
.wrap-nriJournal .wrap-nriJournal-inner .list-nriJounal li .update-nriJournal {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
.wrap-nriJournal .wrap-nriJournal-inner .list-nriJounal .thumbnail-nriJournal {
  width: 294px;
  height: 294px;
  overflow: hidden;
  position: relative;
  display: block;
}
.wrap-nriJournal .wrap-nriJournal-inner .list-nriJounal .thumbnail-nriJournal img {
  transition: all .3s ease;
}
.wrap-nriJournal .wrap-nriJournal-inner .list-nriJounal .thumbnail-nriJournal:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.8;
}
.wrap-nriJournal .wrap-nriJournal-inner .list-nriJounal .thumbnail-nriJournal:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #CD2D87 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.wrap-nriJournal .wrap-nriJournal-inner .list-nriJounal .thumbnail-nriJournal:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 54px 54px;
  border-color: transparent transparent #ECF3FA transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.wrap-nriJournal .wrap-nriJournal-inner a:hover h3,
.wrap-nriJournal .wrap-nriJournal-inner a:hover .ele-category-nriJournal {
  text-decoration: underline;
}
.wrap-nriJournal .wrap-nriJournal-inner .wrap-list-content {
  width: 294px;
}
.wrap-nriJournal .wrap-nriJournal-inner .wrap-list-content a span {
  color: #333;
}

/* .wrap-co-creation */
.wrap-co-creation-animate {
  position: relative;
  width: 100%;
  margin-top: 140px;
  min-height: 750px;
}
.wrap-co-creation-animate .wrap-co-creation-animate-inner {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: -100px;
  transition: all 1s ease;
}
.wrap-co-creation {
  background: linear-gradient(270deg, #f5a000, #dc231e, #cd2d87);
  background-size: 600% 600%;
  -webkit-animation: titleGradient01 30s ease infinite;
  -moz-animation: titleGradient01 30s ease infinite;
  animation: titleGradient01 30s ease infinite;
}
@-webkit-keyframes titleGradient01 {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes titleGradient01 {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes titleGradient01 {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
.wrap-co-creation .wrap-co-creation-slider {
  position: relative;
}
.wrap-co-creation-title {
  padding: 36px 0;
  text-align: center;
}
.wrap-co-creation-title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 32px;
  text-align: center;
}
.wrap-co-creation-title .text-lead {
  color: #fff;
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  line-height: 27px;
  text-align: center;
}
.wrap-co-creation li {
  position: relative;
  overflow: hidden;
}
.wrap-co-creation li > img {
  max-width: unset;
}
.wrap-co-creation .wrap-sdd-content-inner {
  position: absolute;
  width: 530px;
  height: 600px;
  left: 0;
  top: 0;
  background-color: rgba(255,255,255,0.9);
}
.wrap-co-creation .wrap-sdd-content-inner li {
  display: none;
}
.wrap-co-creation .wrap-sdd-content-inner li:first-child {
  display: block;
}
.wrap-co-creation .wrap-co-creation-sub-title {
  padding: 88px 114px 70px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.wrap-co-creation .wrap-co-creation-content h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 38px;
}
.wrap-co-creation .wrap-co-creation-slider-content {
  position: absolute;
  max-width: 1600px;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.wrap-co-creation .wrap-co-creation-content .text-co-creation-content {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}
.wrap-co-creation .wrap-co-creation-content .wrap-co-creation-inner {
  margin: 40px 54px 0;
}
.wrap-co-creation .wrap-co-creation-content a {
  display: block;
  margin: 20px auto 0;
}
.wrap-co-creation .wrap-co-creation-content a .btn-co-creation-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  max-width: 422px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  color: #0C419A;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  margin: 0 auto;
}
.wrap-co-creation .wrap-co-creation-content a:hover .btn-co-creation-content {
  border-color: #0C419A;
  text-decoration: underline;
}
.wrap-co-creation .list-co-creation {
  position: relative;
  display: none;
}
.wrap-co-creation .list-co-creation.slick-initialized {
  display: block;
}
.wrap-co-creation .wrap-co-creation-content a .btn-co-creation-content:before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
  left: 20px;
}
.wrap-co-creation .wrap-ssd-slick-dots {
  position: relative;
  height: 100%;
}
.wrap-co-creation .wrap-ssd-slick-dots .slick-dots {
  width: 100%;
  max-width: 530px;
  left: 0;
  bottom: 30px;
  z-index: 50;
}
.wrap-co-creation .list-co-creation .slick-slide > img {
  height: 600px;
  width: 100%;
}
.wrap-co-creation .list-co-creation .slick-slide {
  opacity: 0.2;
}
.wrap-co-creation .list-co-creation .slick-slide.slick-current {
  opacity: 1;
  -webkit-animation: slideFadeIn 6s ease-out;
  -moz-animation: slideFadeIn 6s ease-out;
  animation: slideFadeIn 6s ease-out;
}
@-webkit-keyframes slideFadeIn {
  0%{opacity: 0.2;}
  7%{opacity: 1;}
  100%{opacity: 1;}
}
@-moz-keyframes slideFadeIn {
  0%{opacity: 0.2;}
  7%{opacity: 1;}
  100%{opacity: 1;}
}
@keyframes slideFadeIn {
  0%{opacity: 0.2;}
  7%{opacity: 1;}
  100%{opacity: 1;}
}
.wrap-co-creation .list-co-creation .slick-slide.before-slide {
  opacity: 0.2;
  -webkit-animation: slideFadeOut 1s ease-out;
  -moz-animation: slideFadeOut 1s ease-out;
  animation: slideFadeOut 1s ease-out;
}
@-webkit-keyframes slideFadeOut {
  0%{opacity: 1;}
  14%{opacity: 0.2;}
  100%{opacity: 0.2;}
}
@-moz-keyframes slideFadeOut {
  0%{opacity: 1;}
  14%{opacity: 0.2;}
  100%{opacity: 0.2;}
}
@keyframes slideFadeOut {
  0%{opacity: 1;}
  14%{opacity: 0.2;}
  100%{opacity: 0.2;}
}
.wrap-co-creation .wrap-ssd-slick-dots .slick-dots li button {
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 14px;
  box-sizing: border-box;
  background-color: #fff;
}
.wrap-co-creation .wrap-ssd-slick-dots .slick-dots li button:before {
  content: none;
}
.wrap-co-creation .wrap-ssd-slick-dots .slick-dots li.slick-active button {
  background: #005BAC;
  border-color: #fff;
}

@media only screen and (max-width: 1600px) {
  .wrap-co-creation .list-co-creation .slick-slide {
    opacity: 1;
  }
}

/* .wrap-knowledgeInsight */
.wrap-knowledgeInsight {
  position: relative;
  min-height: 1324px;
  height: 100%;
  width: 100%;
  margin: 140px 0 120px;
}
.wrap-knowledgeInsight .wrap-knowledgeInsight-scroll {
  background:#DCE6F0;
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: -100px;
  transition: all 0.6s ease;
  z-index: 60;
}
.wrap-knowledgeInsight .wrap-knowledgeInsight-title {
  background: linear-gradient(270deg, #00196e, #0076c7);
  background-size: 400% 400%;
  -webkit-animation: titleGradient02 30s ease infinite;
  -moz-animation: titleGradient02 30s ease infinite;
  animation: titleGradient02 30s ease infinite;
  text-align: center;
  padding: 40px 0;
}
@-webkit-keyframes titleGradient02 {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes titleGradient02 {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes titleGradient02 {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
.wrap-knowledgeInsight .wrap-knowledgeInsight-body {
  padding-bottom: 30px;
  position: relative;
  z-index: 0;
}
.wrap-knowledgeInsight .wrap-knowledgeInsight-title-inner {
  position: relative;
  max-width: 1266px;
  margin: 0 auto;
}
.wrap-knowledgeInsight .wrap-knowledgeInsight-title-inner a:hover h2 {
  opacity: 0.8;
}
.wrap-knowledgeInsight .wrap-knowledgeInsight-title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 32px;
  text-align: center;
}
.wrap-knowledgeInsight .wrap-knowledgeInsight-title .text-lead {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  line-height: 27px;
  text-align: center;
  margin-top: 26px;
}
.wrap-knowledgeInsight .wrap-knowledgeInsight-title .wrap-knowledgeInsight-link {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20%;
  height: 85px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  margin-top: -43px;
  transition: all .3s ease;
}
.wrap-knowledgeInsight .wrap-knowledgeInsight-title .wrap-knowledgeInsight-link:hover {
  right: -10px;
}
.wrap-knowledgeInsight .wrap-knowledgeInsight-title .wrap-knowledgeInsight-link a {
  color: #fff;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  padding-right: 30px;
}
.wrap-knowledgeInsight .wrap-knowledgeInsight-title .wrap-knowledgeInsight-link a:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 8px;
  top: 50%;
  margin-top: -10px;
}
.wrap-knowledgeInsight .wrap-knowledgeInsight-inner {
  margin: 50px auto 0;
  max-width: 1236px;
  width: 94%;
  overflow: hidden;
  font-size: 0;
}
.wrap-knowledgeInsight .list-knowledgeInsight {
  margin: -20px -20px 0 0;
  padding: 0;
}
.wrap-knowledgeInsight .list-knowledgeInsight .wrap-knowledgeInsight-content {
  margin-top: 20px;
  max-width: 294px;
}
.wrap-knowledgeInsight .list-knowledgeInsight .wrap-knowledgeInsight-content a:hover h3 {
  text-decoration: underline;
}
.wrap-knowledgeInsight .list-knowledgeInsight li {
  display: inline-block;
  min-width: 294px;
  margin: 20px 20px 0 0;
  vertical-align: top;
}
.wrap-knowledgeInsight .list-knowledgeInsight .thumbnail-knowledgeInsight {
  width: 294px;
  height: 294px;
  overflow: hidden;
}
.wrap-knowledgeInsight .list-knowledgeInsight .thumbnail-knowledgeInsight img {
  transition: all .5s ease;
}
.wrap-knowledgeInsight .list-knowledgeInsight .thumbnail-knowledgeInsight:hover img {
  transform: scale(1.1, 1.1);
  opacity: 0.8;
}
.wrap-knowledgeInsight .list-knowledgeInsight li a {
  display: block;
}
.wrap-knowledgeInsight .list-knowledgeInsight li h3 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.wrap-knowledgeInsight .wrap-knowledgeInsight-text {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.wrap-knowledgeInsight .wrap-knowledgeInsight-text .text-knowledgeInsight-ganle,
.wrap-knowledgeInsight .wrap-knowledgeInsight-text .text-knowledgeInsight-publish {
  font-size: 12px;
  line-height: 18px;
  text-align: right;
}
.wrap-knowledgeInsight .wrap-publishment {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #CCCCCC;
}
.wrap-knowledgeInsight .wrap-publishment .title-publisthment {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2.6px;
  line-height: 38px;
  text-align: center;
}
.wrap-knowledgeInsight .wrap-publishment .lead-publishment {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}
.wrap-knowledgeInsight .wrap-publishment .thumbnail-publishment {
  width: 294px;
  height: 294px;
  overflow: hidden;
}
.wrap-knowledgeInsight .wrap-publishment .thumbnail-publishment img {
  transition: all .3s ease;
}
.wrap-knowledgeInsight .wrap-publishment .thumbnail-publishment:hover img {
  transform: scale(1.1, 1.1);
  opacity: 0.8;
}
.wrap-knowledgeInsight .wrap-list-publishment {
  max-width: 1236px;
  width: 94%;
  margin: 50px auto 0;
}
.wrap-knowledgeInsight .list-publishment {
  font-size: 0;
  margin: -20px -20px 0 0;
}
.wrap-knowledgeInsight .list-publishment li {
  display: inline-block;
  position: relative;
  min-width: 294px;
  max-width: 294px;
  margin: 20px 20px 0 0;
  vertical-align: top;
}
.wrap-knowledgeInsight .list-publishment li a:hover h3 {
  text-decoration: underline;
}
.wrap-knowledgeInsight .list-publishment li h3 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  margin-top: 10px;
}
.wrap-knowledgeInsight .list-publishment li .text-publishment-info {
  font-size: 18px;
  line-height: 27px;
  margin-top: 10px;
}
.wrap-knowledgeInsight .link-publishment {
  display: block;
  width: 100%;
  max-width: 336px;
  height: 50px;
  color: #0C419A;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  margin: 40px auto 0;
}
.wrap-knowledgeInsight .link-publishment:hover {
  border-color: #0C419A;
  text-decoration: underline;
}
.wrap-knowledgeInsight .link-publishment .text-publishment-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0C419A;
  position: relative;
}
.wrap-knowledgeInsight .link-publishment .text-publishment-link:before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
  left: 20px;
}
.wrap-knowledgeInsight .bg-knowledgeInsight {
  position: absolute;
  z-index: -1;
}
.wrap-knowledgeInsight .bg-knowledgeInsight.center{
  width:100%;
  left: 0;
  bottom: 0;
}
.wrap-knowledgeInsight .bg-knowledgeInsight.left-bottom {
  left: 0;
  bottom: 0;
}
.wrap-knowledgeInsight .bg-knowledgeInsight.right-bottom {
  right: 0;
  bottom: 0;
}
.wrap-knowledgeInsight .bg-knowledgeInsight.wrap-lazyload img.center {
  display:block;
  margin:0 auto;
}
.wrap-knowledgeInsight .bg-knowledgeInsight.wrap-lazyload img {
  transition-duration: 4s;
}

/* .wrap-lazyload */
.wrap-lazyload img {
  opacity: 0;
  -webkit-transition: all 3s;
  transition: all 3s;
}
.wrap-lazyload img.lazyloaded {
  opacity: 1;
}

/* .wrap-article-cards */
.wrap-article-cards {
  margin: 60px auto 0;
  max-width: 1258px;
  width: 94%;
  overflow: hidden;
}
.wrap-article-cards .list-article-cards {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -30px 0 0;
}
.wrap-article-cards .list-article-cards li {
  width: 292px;
  margin: 40px 30px 0 0;
}
.wrap-article-cards .thumbnail-article-cards {
  width: 292px;
  height: 292px;
  overflow: hidden;
  position: relative;
  display: block;
}
.wrap-article-cards .thumbnail-article-cards:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 64px 64px;
  border-color: transparent transparent #CD2D87 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.wrap-article-cards .thumbnail-article-cards:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 52px 52px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.wrap-article-cards .thumbnail-article-cards img {
  transition: all .3s ease;
}
.wrap-article-cards .thumbnail-article-cards:hover img {
  opacity: 0.8;
  transform: scale(1.1, 1.1);
}

.wrap-article-cards .wrap-article-content {
  margin-top: 10px;
  max-width: 292px;
}
.wrap-article-cards .wrap-article-content h3 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
}
.wrap-article-cards .wrap-article-content h3:hover {
  text-decoration: underline;
}
.wrap-article-cards .wrap-article-content .update-article {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.wrap-article-cards .wrap-tab-area {
  margin-top: 10px;
}
.wrap-article-cards .wrap-tab-area > a {
  display: inline-block;
  margin: 5px 5px 0 0;
}
.wrap-article-cards .wrap-article-content .tag-category {
  margin-top: 0;
}

/* .wrap-searchCountBox */
.wrap-searchCountBox {
  max-width: 1236px;
  width: 94%;
  margin: 0 auto;
}
.wrap-searchCountBox + .wrap-pageback {
  max-width: 1236px;
  width: 94%;
}

/* .wrap-hub-mainHeader */
.wrap-hub-mainHeader {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 476px;
  margin: 0 auto;
}
.wrap-hub-mainHeader > img {
  min-width: 100%;
  max-width: none;
  min-height: 476px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.wrap-hub-mainHeader .wrap-hub-mainHeader-inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0 77px;
}
.wrap-hub-mainHeader .wrap-hub-mainHeader-inner h2 {
  color: #fff;
  font-family: 'Barlow',"Noto Sans JP";
  font-size: 120px;
  line-height: 144px;
  word-break: break-all;
}
html[lang="zh-cmn-Hans"] .wrap-hub-mainHeader .wrap-hub-mainHeader-inner h2 {
  font-family: 'Barlow',"Noto Sans SC";
}
.wrap-hub-mainHeader .wrap-hub-mainHeader-inner .text-hub-mainHeader {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  margin-top: 10px;
}
.wrap-hub-mainHeader.wrap-hub-mainHeader-covid .wrap-hub-mainHeader-inner h2 {
  font-size: 80px;
  line-height: 1.5;
}

/* .wrap-hub-mainContent */
.wrap-hub-mainContent {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.wrap-hub-mainContent.urgent-proposal {
  margin-bottom: 120px;
}
.wrap-hub-mainContent .hub-mainContent-thumbnail {
  position: absolute;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.wrap-hub-mainContent .wrap-hub-mainContent-inner {
  margin: 70px auto 80px;
  max-width: 746px;
}
.wrap-hub-mainContent .wrap-hub-mainContent-inner .wrap-logo {
  text-align: center;
  height: 120px;
}
.wrap-hub-mainContent .wrap-hub-mainContent-inner .wrap-logo img {
  height: 100%;
}
.wrap-hub-mainContent .wrap-hub-mainContent-inner h3 {
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  margin-top: 30px;
}
.wrap-hub-mainContent .wrap-hub-mainContent-inner .text-hub-maincontent {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  margin-top: 25px;
}
.wrap-hub-mainContent .wrap-hub-mainContent-inner .list-hub-maincontent {
  margin-top: 20px;
}
.wrap-hub-mainContent .wrap-hub-mainContent-inner .list-hub-maincontent li .link-movie {
  color: #fff;
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  line-height: 36px;
  display: flex;
  align-items: center;
}
.wrap-hub-mainContent .wrap-hub-mainContent-inner .list-hub-maincontent li .link-movie:before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  left: 0;
  top: 50%;
}
.wrap-hub-mainContent .wrap-hub-mainContent-inner .list-hub-maincontent li .link-movie .icon {
  margin-left: 8px;
}
.wrap-hub-mainContent .wrap-hub-mainContent-inner .wrap-movie-area {
  margin-top: 70px;
}
.wrap-hub-mainContent .wrap-hub-mainContent-inner .wrap-movie-area .link-movie-area {
  display: block;
  width: 100%;
  max-height: 478px;
}
.wrap-hub-mainContent .wrap-hub-mainContent-inner .wrap-movie-area .is-start {
  position: relative;
}
.wrap-hub-mainContent .wrap-hub-mainContent-inner .wrap-movie-area .is-start:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 2;
}
.wrap-hub-mainContent .wrap-hub-mainContent-inner .wrap-movie-area .is-start:after {
  content: url('/cn/static/top/images/play.svg');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 3;
}

/* .wrap-hubContents */
.wrap-hubContents {
  background-color: #ecf3fa;
  margin-top: 120px;
  padding: 60px 0;
}
.wrap-hubContents#solution {
  margin-bottom: 120px;
}
.wrap-hubContents h2 {
  font-size: 36px;
  line-height: 54px;
  text-align: center;
}

/* .wrap-list-hubcontents */
.wrap-list-hubContents {
  overflow: hidden;
  max-width: 1236px;
  width: 94%;
  margin: 60px auto 0;
  transition: all .3s ease;
}
.wrap-list-hubContents .list-hubContents {
  margin: -20px -20px 0 0;
  font-size: 0;
}
.wrap-list-hubContents .list-hubContents li {
  width: 294px;
  margin: 20px 20px 0 0;
  display: inline-block;
  vertical-align: top;
}
.wrap-list-hubContents .list-hubContents li .wrap-hubContents-thumbnail {
  display: block;
  width: 294px;
  height: 294px;
  overflow: hidden;
  position: relative;
}
.wrap-list-hubContents .list-hubContents li .wrap-hubContents-thumbnail img {
  transition: all .3s ease;
}
.wrap-list-hubContents .list-hubContents li .wrap-hubContents-thumbnail:hover img {
  opacity: 0.8;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.wrap-list-hubContents .list-hubContents li .wrap-hubContents-text {
  margin-top: 20px;
}
.wrap-list-hubContents .list-hubContents li h3 {
  font-size: 20px;
  line-height: 30px;
  color: #333;
}
.wrap-list-hubContents .list-hubContents li a:hover h3 {
  text-decoration: underline;
}
.wrap-list-hubContents .list-hubContents li .wrap-hubContents-info {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 20px;
}
.wrap-list-hubContents .list-hubContents li .wrap-hubContents-info .text-hubContents-type,
.wrap-list-hubContents .list-hubContents li .wrap-hubContents-info .text-hubContents-update {
  font-size: 12px;
  line-height: 18px;
}

/* .wrap-overflow-slider */
.wrap-overflow-slider {
  font-size: 36px;
  text-align: center;
  padding-top: 60px;
  background: url(/cn/static/common/images/bg-dropdown-knowledge-min.jpg);
  background-size: cover;
  position: relative;
}
.wrap-overflow-slider:before {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #001149;
}
.wrap-overflow-slider h2 {
  font-size: 36px;
}
.wrap-overflow-slider .list-overflow-slider {
  height: 480px;
  max-width: 1600px;
  overflow: hidden;
  display: none;
  margin: 0 auto;
}
.wrap-overflow-slider .list-overflow-slider.slick-initialized {
  display: flex;
}
.wrap-overflow-slider .list-overflow-slider .slick-prev {
  z-index: 20;
  left: 20px;
  height: 56px;
  width: 56px;
  background: url('/cn/static/top/images/arrow_large_left.svg') no-repeat;
  background-size: contain;
  transition: all .3s ease;
}
.wrap-overflow-slider .list-overflow-slider .slick-prev:hover {
  left: 10px;
}
.wrap-overflow-slider .list-overflow-slider .slick-prev:before {
  content: none;
}
.wrap-overflow-slider .list-overflow-slider .slick-next {
  z-index: 20;
  right: -8px;
  height: 56px;
  width: 56px;
  background: url('/cn/static/top/images/arrow_large_right.svg') no-repeat;
  background-size: contain;
  transition: all .3s ease;
}
.wrap-overflow-slider .list-overflow-slider .slick-next:hover {
  right: -18px;
}
.wrap-overflow-slider .list-overflow-slider .slick-next:before {
  content: none;
}
.wrap-overflow-slider .list-overflow-slider li {
  height: 460px;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}

.wrap-overflow-slider.with-large .list-overflow-slider li {
  width: 220px;
}
.wrap-overflow-slider .list-overflow-slider.with-large li.large-slide {
  zoom: 1.1;
  transform: translateY(-40px) rotate(0.001deg);
  -moz-transform: translateY(0) rotate(0.001deg);
  animation: opacity01 1s ease-out;
  -webkit-animation: opacity01 1s ease-out;
  -webkit-font-smoothing: antialiased;
  transition: all 0.4s linear;
  transition-delay: 0.2s;
}
*::-ms-backdrop, .wrap-overflow-slider .list-overflow-slider.with-large li.large-slide { transform: translateY(-40px); }

.wrap-overflow-slider .list-overflow-slider.with-large li.prev-slide {
  zoom: 1;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}
.wrap-overflow-slider .list-overflow-slider li a {
  display: block;
  width: 100%;
  transition: none;
  pointer-events: none;
}
.wrap-overflow-slider .list-overflow-slider li.slick-active a {
  pointer-events: initial;
}
.wrap-overflow-slider .list-overflow-slider .wrap-overflow-silder-content {
  width: 220px;
  height: 313px;
  background: #fff;
  box-shadow: 0 6px 5px 0 rgba(0,0,0,0.4);
  position: relative;
  margin: 0 auto;
}
.wrap-overflow-slider .list-overflow-slider .large-slide  .wrap-overflow-silder-content{
  width: 270px;
  height: 380px;
}
.wrap-overflow-slider .list-overflow-slider .large-slide .thumbnail-overflow-slide {
  width: auto;
  height: auto;
}
.wrap-overflow-slider .list-overflow-slider.with-large .large-slide .text-overflow-slide {
  margin: 0;
  outline: 1px solid transparent;
}
.wrap-overflow-slider .slick-center .list-overflow-slider .wrap-overflow-silder-content {
  min-width: 300px;
  min-height: 400px;
}
.wrap-overflow-slider .list-overflow-slider .icon-new {
  border-radius: 12px;
  top: -4px;
  right: -20px;
  position: absolute;
  z-index: 10;
  padding: 0;
}
.wrap-overflow-slider .list-overflow-slider .icon-new img {
  zoom: 1;
}
.wrap-overflow-slider .list-overflow-slider .thumbnail-overflow-slide {
  width: 220px;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.wrap-overflow-slider .list-overflow-slider .thumbnail-overflow-slide img {
  transition: all .3s ease;
  transform: scale(1);
}
.wrap-overflow-slider .list-overflow-slider a:hover .thumbnail-overflow-slide img {
  transform: scale(1.1);
  opacity: 0.8;
}
.wrap-overflow-slider .list-overflow-slider .thumbnail-overflow-slide .text-slide-category {
  background-color: #1d5bac;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  line-height: 16px;
  padding: 4px 20px 4px 8px;
  font-weight: bold;
  z-index: 10;
}
.wrap-overflow-slider .list-overflow-slider .text-overflow-slide {
  zoom: 1;
  margin: 10px 20px 0;
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  color: #333;
  font-feature-settings: "palt";
}
.wrap-overflow-slider .list-overflow-slider li.active-slide .wrap-overflow-silder-content {
  transition: all .3s ease;
  width: 100%;
  height: 400px;
}
.wrap-overflow-slider .list-overflow-slider.with-large li.slick-current a .thumbnail-overflow-slide .text-slide-category {
  zoom: 1;
  font-size: 15px;
  line-height: 16px;
  padding: 7px 30px 7px 7px;
}
.wrap-overflow-slider .list-overflow-slider.with-large .large-slide .text-overflow-slide {
  zoom: 1;
  margin: 8px 13px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.wrap-overflow-slider .list-overflow-slider.no-large {
  height: 400px;
  margin-top: 30px;
}
.wrap-overflow-slider .list-overflow-slider.no-large .wrap-overflow-silder-content {
  height: 380px;
}
.wrap-overflow-slider .list-overflow-slider.no-large li {
  height: 400px;
  transform: none;
}
.wrap-overflow-slider .list-overflow-slider.no-large .wrap-overflow-silder-content {
  width: 286px;
}
.wrap-overflow-slider .list-overflow-slider.no-large .thumbnail-overflow-slide {
  width: 286px;
  height: 286px;
}
.wrap-overflow-slider .list-overflow-slider.no-large .text-overflow-slide {
  font-size: 16px;
  line-height: 22px;
}

/* .swiper-container */
.wrap-swiper-slider {
  padding-top: 60px;
  text-align: center;
  background: url(/cn/static/common/images/bg-dropdown-knowledge-min.jpg);
  background-size: cover;
  position: relative;
}
.wrap-swiper-slider:before {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00196e;
}
.wrap-swiper-slider h2 {
  font-size: 36px;
  text-align: center;
}
.wrap-swiper-container .swiper-slide {
  width: 220px !important;
  transition: all .3s ease;
  margin: 0 10px;
}
.wrap-swiper-container .swiper-slide a {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.wrap-swiper-container .swiper-slide-prev {
  opacity: 0;
}
.swiper-container-autoheight {
  display: flex;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  width: 100%;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: 460px;
  display: flex;
  align-items: flex-end;
}
.wrap-swiper-container .wrap-swiper-silder-content {
  width: 220px;
  height: 313px;
  background: #fff;
  box-shadow: 0 6px 5px 0 rgba(0,0,0,0.4);
  position: relative;
  transition: all 0.4s ease;
}
.wrap-swiper-container .icon-new {
  border-radius: 12px;
  top: -4px;
  right: -20px;
  position: absolute;
  z-index: 10;
  padding: 0;
}
.wrap-swiper-container .thumbnail-swiper-slide {
  width: 220px;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.wrap-swiper-container .thumbnail-swiper-slide .text-slide-category {
  background-color: #1d5bac;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  line-height: 16px;
  padding: 4px 20px 4px 8px;
  font-weight: bold;
  z-index: 10;
}
.wrap-swiper-container .thumbnail-swiper-slide img {
  transition: all .3s ease;
}
.wrap-swiper-container .thumbnail-swiper-slide:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.wrap-swiper-container .text-swiper-slide {
  margin: 10px 10px 0;
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  color: #333;
}
.wrap-swiper-container .swiper-slide-active .text-slide-category {
  font-size: 14px;
  line-height: 16px;
  padding: 7px 30px 7px 7px;
}
.wrap-swiper-container .swiper-slide-active .wrap-swiper-silder-content {
  width: 270px;
  height: 440px;
}
.wrap-swiper-container .swiper-slide-active .thumbnail-swiper-slide {
  width: 270px;
  height: 270px;
}
.wrap-swiper-container .swiper-slide-active .text-swiper-slide {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  transition: opacity .5s ease;
}
.wrap-swiper-container .swiper-button-prev:after,
.wrap-swiper-container .swiper-button-next:after {
  content: none;
}
.wrap-swiper-container .swiper-button-next {
  z-index: 20;
  right: 20px;
  height: 56px;
  width: 56px;
  background: url('/cn/static/top/images/arrow_large_right.svg') no-repeat;
  background-size: contain;
  transition: all .3s ease;
}
.wrap-swiper-container .swiper-button-next:hover {
  right: 10px;
}
.wrap-swiper-container .swiper-button-prev {
  z-index: 20;
  left: 20px;
  height: 56px;
  width: 56px;
  background: url('/cn/static/top/images/arrow_large_left.svg') no-repeat;
  background-size: contain;
  transition: all .3s ease;
}
.wrap-swiper-container .swiper-button-prev:hover {
  left: 10px;
}

/* .wrap-list-nav-knowledgeTop  */
.wrap-list-nav-knowledgeTop {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00196e;
  margin: 0 auto;
}
.wrap-list-nav-knowledgeTop .list-nav-knowledgeTop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  height: 100%;
}
.wrap-list-nav-knowledgeTop .list-nav-knowledgeTop:before {
  content: '';
  height: 40px;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.wrap-list-nav-knowledgeTop .list-nav-knowledgeTop li {
  width: 166px;
  height: 100%;
  position: relative;
  padding: 25px 0 30px;
}
.wrap-list-nav-knowledgeTop .list-nav-knowledgeTop li:after {
  content: '';
  height: 40px;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.wrap-list-nav-knowledgeTop .list-nav-knowledgeTop li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.wrap-list-nav-knowledgeTop .list-nav-knowledgeTop li a .icon-new {
  width: 34px;
  height: 18px;
  border-radius: 8px;
  top: 17px;
  right: 7px;
  position: absolute;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-list-nav-knowledgeTop .list-nav-knowledgeTop li .link-nav-knowledgeTop {
  text-align: center;
}
.wrap-list-nav-knowledgeTop .list-nav-knowledgeTop li .link-nav-knowledgeTop img {
  margin-bottom: 5px;
  transition: all .3s ease;
}
.wrap-list-nav-knowledgeTop .list-nav-knowledgeTop li a:hover img {
  transform: scale(1.1);
}
.wrap-list-nav-knowledgeTop .list-nav-knowledgeTop li .text-nav-knowledgeTop {
  color: #fff;
  position: relative;
}
.wrap-list-nav-knowledgeTop .list-nav-knowledgeTop li .text-nav-knowledgeTop:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 30px;
  right: 50%;
  margin-right: -4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all .3s ease;
}
.wrap-list-nav-knowledgeTop .list-nav-knowledgeTop li a:hover .text-nav-knowledgeTop:after {
  top: 35px;
}

/* .wrap-knowledegeTop-mainContents */
.wrap-knowledegeTop-mainContents {
  margin: 60px auto 0;
  max-width: 1000px;
  width: 94%;
}
.wrap-knowledegeTop-mainContents h2 {
  font-size: 30px;
  line-height: 45px;
  text-align: center;
}
.wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents {
  margin-top: 40px;
}
.wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents .wrap-list-knowledgeTop-withThumbnail {
  margin-top: 20px;
  overflow: hidden;
}
.wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents .list-knowledgeTop-withThumbnail {
  font-size: 0;
  margin: -20px -20px 0 0;
}
.wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents .list-knowledgeTop-withThumbnail li {
  width: 235px;
  margin: 20px 20px 0 0;
  display: inline-block;
  vertical-align: top;
}
.wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents h3 {
  font-size: 20px;
  line-height: 29px;
  padding-top: 20px;
  border-top: 2px solid #000;
}
.wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents h3.subTitle {
  font-size: 20px;
  line-height: 29px;
  padding-top: 50px;
  border-top: none;
}
.wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents .thumbnail-knowlegeTop {
  width: 235px;
  height: 235px;
  overflow: hidden;
  display: block;
  border: 1px solid #ccc;
}
.wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents .thumbnail-knowlegeTop img {
  transition: all .5s ease;
}
.wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents .thumbnail-knowlegeTop:hover {
  border-color: #0c419a;
}
.wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents .thumbnail-knowlegeTop:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents .list-knowledgeTop-withThumbnail h4 a {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
  display: block;
}
.wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents .text-knowledgeTop-withThumbnail-update {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
.wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents h4 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px;
}
.wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents h4 a:hover {
  text-decoration: underline;
}

/* .list-knowledgeTop */
.list-knowledgeTop {
  margin-top: 20px;
  border-top: 1px dotted #999;
}
.list-knowledgeTop li {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dotted #999;
}
.list-knowledgeTop li .text-knowledgeTop-update {
  font-size: 16px;
  line-height: 30px;
  margin-right: 86px;
  min-width: 100px;
}
.list-knowledgeTop li .wrap-knowledgeTop-content .text-knowledgeTop-content {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  display: block;
}
.list-knowledgeTop li .wrap-knowledgeTop-content .text-knowledgeTop-content:hover {
  text-decoration: underline;
}
.list-knowledgeTop li .wrap-knowledgeTop-content .link-knowledgeTop-content {
  display: inline-block;
  background: #f4f4f4;
  color: #005bac;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 10px;
  margin-top: 10px;
}
.list-knowledgeTop li .wrap-knowledgeTop-content .link-knowledgeTop-content:hover {
  text-decoration: underline;
}

/* .wrap-btn-knowldgeTo */
.wrap-btn-knowldgeTop {
  max-width: 336px;
  height: 50px;
  margin: 40px auto 0;
}
.wrap-btn-knowldgeTop .btn-knowldgeTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #ccc;
}
.wrap-btn-knowldgeTop .btn-knowldgeTop:before {
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: 50%;
  left: 17px;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
}
.wrap-btn-knowldgeTop .btn-knowldgeTop:hover {
  border-color: #0c419a;
  text-decoration: underline;
}

/* .wrap-list-knowledgeTop-keywords */
.wrap-list-knowledgeTop-keywords {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}
.wrap-list-knowledgeTop-keywords .list-knowledgeTop-keywords {
  margin: -5px -5px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.wrap-list-knowledgeTop-keywords .list-knowledgeTop-keywords li {
  margin: 5px 5px 0 0;
  flex-basis: 190px;
  vertical-align: top;
}
.wrap-list-knowledgeTop-keywords .list-knowledgeTop-keywords li .link-knowledgeTop-keywords {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8px 22px;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #ccc;
  position: relative;
}
.wrap-list-knowledgeTop-keywords .list-knowledgeTop-keywords li .link-knowledgeTop-keywords:before {
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
}
.wrap-list-knowledgeTop-keywords .list-knowledgeTop-keywords li .link-knowledgeTop-keywords:hover {
  border-color: #0c419a;
  text-decoration: underline;
}

/* .l-title-peopleTop */
.l-title-peopleTop {
  width: 100%;
  height: 500px;
  background: url('/static/common/images/h1_people-min.jpg') no-repeat;
  background-size: cover;
}
.l-title-peopleTop .wrap-title-peopleTop {
  padding: 130px 0 130px 220px;
}
.l-title-peopleTop .wrap-title-peopleTop ._titile {
  margin: 20px 0 0 50px;
  font-size: 20px;
  line-height: 40px;
}

/* .wrap-anchor-peopleTop */
.wrap-anchor-peopleTop {
  margin: 40px auto 0;
  max-width: 1200px;
  width: 94%;
}
.wrap-anchor-peopleTop .list-anchor-peopleTop {
  display: flex;
}
.wrap-anchor-peopleTop .list-anchor-peopleTop li {
  flex: 1;
}
.wrap-anchor-peopleTop .list-anchor-peopleTop li + li {
  margin-left: 20px;
}
.wrap-anchor-peopleTop .list-anchor-peopleTop .link-anchor-peopleTop {
  display: block;
  text-align: center;
  padding: 18px 0 40px;
  border: 1px solid #ccc;
  height: 100%;
}
.wrap-anchor-peopleTop .list-anchor-peopleTop .text-link-anchor-peopleTop {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 10px;
  position: relative;
  margin-top: 10px;
}
.wrap-anchor-peopleTop .list-anchor-peopleTop .text-link-anchor-peopleTop:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: -20px;
  left: 50%;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all .3s ease;
}
.wrap-anchor-peopleTop .list-anchor-peopleTop .link-anchor-peopleTop:hover {
  border: 1px solid #0c419a;
}
.wrap-anchor-peopleTop .list-anchor-peopleTop .link-anchor-peopleTop:hover  .text-link-anchor-peopleTop:after {
  bottom: -30px;
}

/* .wrap-list-people */
.wrap-list-people {
  max-width: 1440px;
  width: 94%;
  margin: 40px auto 0;
  font-size: 0;
}
.wrap-list-people .thumbnail-list-people {
  max-width: 710px;
  position: relative;
  overflow: hidden;
}
.wrap-list-people .thumbnail-list-people:before {
  content: '';
  display: block;
  padding-top: 70%;
}
.wrap-list-people .thumbnail-list-people .mark-people {
  width: 160px;
  height: 160px;
  background: #fff;
  position: absolute;
  left: -80px;
  top: -80px;
  transform: rotate(45deg);
}
.wrap-list-people .thumbnail-list-people .mark-people img {
  transform: rotate(-45deg);
  position: absolute;
  top: 37px;
  left: 94px;
}
.wrap-list-people .list-people {
  margin: -40px 0 0  -20px;
}
.wrap-list-people .list-people li {
  display: inline-block;
  vertical-align: top;
  margin: 40px 0  0 20px;
  width: calc(100% / 2 - 20px);
}
.wrap-list-people .list-people li a .thumbnail-list-people > img {
  transition: all .3s ease;
  position: absolute;
  top: 0;
}
.wrap-list-people .list-people li a:hover .thumbnail-list-people > img {
  opacity: 0.8;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.wrap-list-people .wrap-info-list-people {
  margin-top: 20px;
  color: #333;
}
.wrap-list-people .wrap-info-list-people h2 a {
  font-size: 26px;
  line-height: 38px;
  color: #333;
}
.wrap-list-people .wrap-info-list-people h2 a:hover {
  text-decoration: underline;
}
.wrap-list-people .wrap-info-list-people .text-info-position {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 20px;
}
.wrap-list-people .wrap-info-list-people .text-info-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  margin-top: 10px;
}

/* .wrap-peopleSearch */
.wrap-peopleSearch h2 {
  position: relative;
  text-align: center;
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
}
.wrap-peopleSearch h2:before {
  content: '';
  width: 50%;
  height: 2px;
  background: #999;
  position: absolute;
  left: -70px;
  top: 50%;
  margin-top: -1px;
}
.wrap-peopleSearch h2:after {
  content: '';
  width: 50%;
  height: 2px;
  background: #999;
  position: absolute;
  right: -70px;
  top: 50%;
  margin-top: -1px;
}

/* .list-tag-peopleSearch */
.list-tag-peopleSearch {
  display: flex;
  max-width: 1236px;
  width: 94%;
  margin: 20px auto 0;
  justify-content: center;
}
.list-tag-peopleSearch li input {
  display: none;
}
.list-tag-peopleSearch > div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  margin-right: 10px;
  border-top: 3px solid transparent;
  border-bottom: 1px solid #ccc;
  padding: 0 10px;
  text-align: center;
  color: #333;
}
.list-tag-peopleSearch > div.is-active {
  border-top: 3px solid #dc231e;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: none;
  color:#dc231e;
  font-weight: bold;
}
.list-tag-peopleSearch > div:hover {
  display: flex;
  color:#dc231e;
}
.list-tag-peopleSearch > div.is-active {
  display: flex;
}
.list-tag-peopleSearch > div:hover:after,
.list-tag-peopleSearch > div.is-active:after {
  content: none;
}

/* .wrap-result-tagSearch */
.wrap-result-tagSearch {
  max-width: 1236px;
  width: 94%;
  margin: 0 auto 40px;
  font-size: 0;
}
.wrap-result-tagSearch ._checkbox {
  display: inline-block;
}
.wrap-result-tagSearch ._checkbox input {
  display: none;
}
/* add new  for people top*/
.wrap-peopleSearch .wrap-result-tagSearch ._checkbox input {
    cursor: pointer;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}
    .wrap-peopleSearch .wrap-result-tagSearch ._checkbox input:checked + label {
        color: #FFF;
        background: #005bac;
        border: solid 1px #005bac;
    }
.wrap-peopleSearch .wrap-result-tagSearch ._checkbox {
    display: inline-block;
    position: relative;
}

/* end adding*/
.wrap-result-tagSearch ._checkbox label {
  display: inline-block;
  padding: 6px;
  background: #fff;
  border: 1px solid #979797;
  border-radius: 6px;
  color: #0C419A;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
  margin: 3px 3px 0 0;
}
.wrap-result-tagSearch ._checkbox label:hover {
  border-color: #0C419A;
  text-decoration: underline;
}

/* .wrap-result-peopleSearch */
.wrap-result-peopleSearch {
  margin: 40px auto 0;
  width: 94%;
  max-width: 1236px;
  overflow: hidden;
}
.wrap-result-peopleSearch .list-result-peopleSearch {
  margin: 0 -20px -50px 0;
  font-size: 0;
}
.wrap-result-peopleSearch .list-result-peopleSearch li {
  margin: 0 20px 50px 0;
  display: inline-block;
  vertical-align: top;
  width: 294px;
}
.wrap-result-peopleSearch .list-result-peopleSearch .thumbnail-result-peopleSearch {
  width: 294px;
  height: 294px;
}
.wrap-result-peopleSearch .list-result-peopleSearch .wrap-text-result-peopleSearch {
  padding: 15px 10px 0;
}
.wrap-result-peopleSearch .list-result-peopleSearch .text-result-info {
  font-size: 16px;
  line-height: 24px;
}
.wrap-result-peopleSearch .list-result-peopleSearch a:hover .text-result-info,
.wrap-result-peopleSearch .list-result-peopleSearch a:hover .text-result-name {
  text-decoration: underline;
}
.wrap-result-peopleSearch .list-result-peopleSearch .text-result-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  margin: 10px 0 5px;
}
.wrap-result-peopleSearch .list-result-peopleSearch .text-result-name a:hover {
  text-decoration: underline;
}
.wrap-result-peopleSearch .list-result-peopleSearch .thumbnail-result-peopleSearch a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.wrap-result-peopleSearch .list-result-peopleSearch .thumbnail-result-peopleSearch a img {
  transition: all .3s ease;
}
.wrap-result-peopleSearch .list-result-peopleSearch .thumbnail-result-peopleSearch:hover a img {
  opacity: 0.8;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

/* hub */
.hub-anchor-list {
  display: flex;
  justify-content: space-between;
  max-width: 1030px;
  margin: 40px auto 0;
  padding: 0 15px;
}
.hub-anchor-list li {
  display: inline-block;
  min-width: 20%;
  text-align: center;
}
.hub-anchor-list li a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  position: relative;
  padding-bottom: 20px;
  text-align: left;
}
.hub-anchor-list li a:after {
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: all .3s ease;
}
.hub-anchor-list li a:hover {
  color: #0C419A;
}
.hub-anchor-list li a:hover:after {
  bottom: -10px;
}



.hub-subContent {
  max-width: 1030px;
  margin: 60px auto 0;
  padding: 0 15px;
}
.hub-subContent h3 {
  font-size: 42px;
  line-height: 63px;
  text-align: center;
  margin-top: 120px;
}
.hub-subContent .gradation-title {
  position: relative;
  padding-bottom: 30px;
}
.hub-subContent .gradation-title:after {
  content: '';
  display: block;
  width: 60px;
  height: 6px;
  background: linear-gradient(90deg, #FB621B 0%, #D93C52 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.hub-subContent.hub-subContent-cloud .gradation-title:after {
  background: linear-gradient(90deg, #68B1C4 0%, #0076C7 100%);
}
.hub-subContent.hub-subContent-xTech .gradation-title:after {
  background: linear-gradient(90deg, #B2B702 0%, #359803 100%);
}
.hub-subContent.hub-subContent-covid .gradation-title:after {
  background: linear-gradient(90deg, #5A80D6 0%, #9A01C7 100%);
}
.hub-subContent .gradation-title img {
  margin: 0 auto;
}
.hub-subContent .hub-subContent-text {
  font-size: 20px;
  line-height: 30px;
  margin-top: 40px;
}
.hub-subContent.hub-subContent-5g .hub-subContent-text {
  font-size: 28px;
  line-height: 42px;
}
.hub-subContent-thumbnail {
  margin-top: 80px;
  padding: 90px 0;
  background-size: cover;
  background-position: center center;
}
.hub-subContent-thumbnail .hub-subContent-detail {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}
.hub-subContent-thumbnail .hub-subContent-detail.align-right {
  text-align: right;
}
.hub-subContent-thumbnail .hub-subContent-detail img {
  max-width: 100%;
  margin: 0 auto;
}
.hub-subContent-thumbnail.hub-subContent-thumbnail-5g .hub-subContent-detail img {
  max-width: 377px;
}
.hub-subContent-topics {
  max-width: 1030px;
  margin: 120px auto 0;
  padding: 0 15px;
}
.hub-subContent-topics .topics-title {
  font-size: 42px;
  line-height: 72px;
  text-align: center;
}
.hub-subContent-topics .topics-list {
  margin-top: 40px;
  border-top: 1px solid #999;
}
.hub-subContent-topics .topics-list li {
  padding: 20px 0;
  border-bottom: 1px solid #999;
}
.hub-subContent-topics .topics-list li .topics-list-inner {
  display: flex;
  align-items: flex-start;
}
.hub-subContent-topics .topics-list li .topics-list-inner .topics-list-ganre {
  min-width: 164px;
  border: 1px solid #333;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  padding: 3px 10px 4px;
  margin-right: 50px;
}
.hub-subContent-topics .topics-list li .topics-list-inner .topics-list-date {
  min-width: 164px;
  font-weight: bold;
  color: #333;
  margin-right: 50px;
}
.hub-subContent-topics .topics-list li .topics-list-inner .topics-list-text {
  color: #333;
}
.hub-subContent-topics .topics-list li a:hover .topics-list-inner .topics-list-text {
  text-decoration: underline;
}
.hub-subContent-topics .topics-list li a.link-pdf:after,
.hub-subContent-topics .topics-list li a.link-external:after {
  content: none;
}
.hub-subContent-topics .topics-list li a.link-pdf .topics-list-text:after {
  content: "";
  background: url(../images/icon-pdf.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 11px;
  vertical-align: -2px;
}
.hub-subContent-topics .topics-list li a.link-external .topics-list-text:after {
  content: "";
  background: url(../images/icon-external.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 9px;
  margin: 0 0 0 11px;
}
.hub-movie-list {
  margin-top: 40px;
}
.hub-movie-list li:not(:first-child) {
  margin-top: 10px;
}
.hub-movie-list.hub-movie-list-dx .movie-item {
  display: block;
  width: 100%;
  padding: 38px 0;
}
.hub-movie-list.hub-movie-list-dx .movie-item-inner {
  display: flex;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}
.hub-movie-list.hub-movie-list-dx .movie-item01 .movie-item-inner {
  justify-content: flex-start;
}
.hub-movie-list.hub-movie-list-dx .movie-item01 .movie-item-inner .movie-item-btn {
  margin-left: 16.5%;
}
.hub-movie-list.hub-movie-list-dx .movie-item-inner .movie-item-btn img {
  max-height: 100%;
}
.hub-movie-list.hub-movie-list-dx .movie-item02 .movie-item-inner {
  justify-content: flex-end;
}
.hub-movie-list.hub-movie-list-dx .movie-item02 .movie-item-inner .movie-item-btn {
  margin-right: 16.5%;
}
.hub-movie-list.hub-movie-list-dx .movie-item-inner .movie-item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hub-movie-list.hub-movie-list-dx .movie-item-title {
  width: 50%;
  text-align: center;
}
.hub-movie-list.hub-movie-list-dx .movie-item-title img {
  max-height: 100%;
}
.sticky-inquiry {
  position: fixed;
  top: 75%;
  right: 0;
  transform: translateY(-75%);
  z-index: 100;
}
.sticky-inquiry-inner {
  height: 100px;
  width: 100px;
  padding: 26px 10px;
  border-radius: 4px 0 0 4px;
  background-color: #004196;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}
.sticky-inquiry .sticky-inquiry-inner:before {
  content: '';
  background:  url('/cn/static/top/images/keyword/common/icon-mail.svg');
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 22px;
  margin: 0 auto;
}
.sticky-inquiry .sticky-inquiry-inner .sticky-inquiry-text {
  color: #fff;
  font-size: 13px;
  margin-top: 5px;
  text-align: center;
}

/* cases-list */
.cases-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.cases-list li {
  min-width: 33%;
  max-width: 33%;
  margin-right: 2px;
  margin-top: 2px;
}
.cases-list li:nth-child(3n) {
  margin-right: 0;
}
.cases-list li .cases-list-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.cases-list li .cases-list-link .cases-link-thumbnail {
  position: relative;
  overflow: hidden;
}
.cases-list li .cases-list-link .cases-link-thumbnail:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cases-list li .cases-list-link .cases-link-thumbnail img {
  width: 100%;
  height: auto;
  transition: all .3s ease;
}
.cases-list li .cases-list-link .cases-link-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 18px;
  color: #fff;
}
.cases-list li .cases-list-link .cases-link-inner .cases-link-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.cases-list li .cases-list-link .cases-link-inner .cases-link-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  min-height: 48px;
}
.cases-list li .cases-list-link:hover .cases-link-thumbnail img {
  transform: scale(1.2, 1.2);
}

/* .modal-detail */
.modal-detail {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
}
.bg-modal-detail {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.8);
  z-index: -1;
}
.modal-detail .modal-detail-close {
  position: absolute;
  top: -45px;
  right: 10px;
  cursor: pointer;
}
.modal-detail .modal-detail-close-inner {
  position: relative;
}
.modal-detail .modal-detail-close-inner:before {
  content: '';
  width: 3px;
  height: 30px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
}
.modal-detail .modal-detail-close-inner:after {
  content: '';
  width: 3px;
  height: 30px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
}
.modal-detail .modal-detail-inner {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 768px;
  display: block;
  max-height: 80vh;
  height: 100%;
}
.modal-detail .modal-detail-content {
  overflow-y: auto;
  height: 100%;
}
.modal-detail.movie .modal-detail-inner {
  width: 80%;
  max-width: 1000px;
  max-height: unset;
  height: unset;
  position: relative;
}
.modal-detail.movie .modal-detail-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.modal-detail .modal-detail-inner .deatail-modal-content {
  padding: 50px 60px 60px;
}
.modal-detail .modal-detail-inner .deatail-modal-content .modal-detail-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
.modal-detail .modal-detail-inner .deatail-modal-content .modal-detail-subTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.modal-detail .modal-detail-inner .deatail-modal-content .modal-detail-text {
  font-size: 14px;
  line-height: 24px;
}
.modal-detail .modal-detail-inner .deatail-modal-content .modal-detail-text p,
.modal-detail .modal-detail-inner .deatail-modal-content .modal-detail-text ol li {
  margin-top: 20px;
}
.modal-detail .modal-detail-inner .deatail-modal-content .btn-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c419a;
  font-size: 16px;
  line-height: 16px;
  height: 50px;
  width: 100%;
  max-width: 336px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  margin: 60px auto 0;
  position: relative;
  cursor: pointer;
}
.modal-detail .modal-detail-inner .deatail-modal-content .btn-modal-close:before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
}

@media only screen and (min-width: 768px) {
  .wrap-hot-keywords .list-hot-keywords li {
    min-width: 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 767px) {

  /* .ele-move-effect-wrapper */
  .ele-move-effect-wrapper {
    width: 100%;
  }

  /* visible */
  .pc-visible {
    display: none !important;
  }
  .sp-visible {
    display: block !important;
  }

  /* britain */
  .list-britain li {
    display: block;
    padding: 10px 15px;
    border-top: 1px solid #ccc;
    font-size: 16px;
    line-height: 24px;
    position: static;
    text-align: left;
  }
  .list-britain li a {
    position: static;
    display: block;
    font-family: "Noto Sans JP";
    text-align: right;
    margin-top: 10px;
  }
  html[lang="zh-cmn-Hans"] .list-britain li a {
    font-family: "Noto Sans SC";
  }

  /* wrap-mainSlider */
  .wrap-mainSlider {
    height: 360px;
  }
  .wrap-mainSlider .list-mainSlider .mainSlider {
    height: 360px;
  }
  .wrap-mainSlider .list-mainSlider .mainSlider img {
    max-height: 100%;
  }
  .wrap-mainSlider .list-mainSlider .l-mainSlider-content h2 {
    font-size: 36px;
    line-height: 1;
    text-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
    opacity: 0;
    top: 50%;
    left: -30px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .wrap-mainSlider .list-mainSlider .l-mainSlider-content .text-mainSlider {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
    top: 65%;
    left: -30px;
    opacity: 0;
    transform: translate(0, -65%);
    -webkit-transform: translate(0, -65%);
  }
  .wrap-mainSlider .list-mainSlider .l-mainSlider-content .btn-mainSlider {
    width: 240px;
    font-size: 14px;
    letter-spacing: 2.33px;
    line-height: 20px;
    padding: 10px 25px 10px 10px;
    top: 85%;
    left: -30px;
    opacity: 0;
    transform: translate(0, -85%);
    -webkit-transform: translate(0, -85%);
  }
  .wrap-mainSlider .list-mainSlider .l-mainSlider-content.is-transformed h2 {
    opacity: 1;
    transform: translate(50px, -50%);
    -webkit-transform:  translate(50px, -50%);
  }
  .wrap-mainSlider .list-mainSlider .l-mainSlider-content.is-transformed .text-mainSlider {
    opacity: 1;
    transform: translate(50px, -65%);
    -webkit-transform: translate(50px, -65%);
  }
  .wrap-mainSlider .list-mainSlider .l-mainSlider-content.is-transformed .btn-mainSlider {
    opacity: 1;
    transform: translate(50px, -85%);
    -webkit-transform: translate(50px, -85%);
  }
  .wrap-mainSlider .list-mainSlider .l-mainSlider-content.is-transformed .btn-mainSlider:hover {
    opacity: 0.8;
    padding-right: 45px;
    width: 260px;
  }
  .wrap-mainSlider .list-mainSlider .logo-mainSlider {
    position: absolute;
    bottom: auto;
    top: 40px;
    right: 0;
  }
  .wrap-mainSlider .list-mainSlider .logo-mainSlider img {
    height: 40px;
  }

  /* .wrap-hot-keywords */
  .renewal-pages .wrap-hot-keywords {
    display: block;
    padding: 30px 15px;
  }
  .wrap-hot-keywords .title-hot-keywords h2 {
    border-left: none;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    letter-spacing: 0.83px;
    line-height: 24px;
    padding: 0;
  }
  .wrap-hot-keywords .title-hot-keywords h2 .pc-visible {
    display: none;
  }
  .wrap-hot-keywords .title-hot-keywords h2 span {
    display: block;
  }
  .wrap-hot-keywords .list-hot-keywords {
    font-size: 0;
    border-left: none;
    height: auto;
    display: block;
    margin: 10px -10px 0 0;
  }
  .wrap-hot-keywords .list-hot-keywords li {
    height: auto;
    display: inline-block;
    margin: 10px 10px 0 0;
  }
  .wrap-hot-keywords .list-hot-keywords li.nri-word a {
    height: 60px;
    flex: 1;
    border: 2px solid #CCCCCC;
    box-sizing: border-box;
    margin-right: 5px;
  }
  .wrap-hot-keywords .list-hot-keywords li a {
    display: flex;
    padding: 13px 10px;
    border: 1px solid #ccc;
  }

  /* .list-fixed-britain */
  .list-fixed-britain li {
    display: block;
    padding: 10px 15px;
  }
  .list-fixed-britain li .title-fixed-britain {
    font-size: 14px;
    line-height: 20px;
  }
  .list-fixed-britain li .text-fixed-birtain {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }


  /* .l-newsList */
  .wrap-newsList {
    margin-top: 60px;
  }
  .l-newsList {
    margin: 40px 15px 0;
  }
  .l-newsList .wrap-newsList-title {
    display: block;
  }
  .l-newsList .wrap-newsList-title h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .l-newsList .list-news {
    display: block;
    margin-top: 30px;
  }
  .l-newsList .list-news li {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    min-height: auto;
    margin-right: 0;
    border: none;
    border-top: 1px solid #ccc;
    padding: 10px;
    margin-top: 0;
  }
  .l-newsList .list-news .wrap-list-news-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .l-newsList .list-news .wrap-list-news-info .text-update {
    margin-top: 0;
  }
  .l-newsList .list-news li h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 10px;
  }
  .l-newsList .list-news li .link-category {
    margin-top: 10px;
  }
  .l-newsList .list-news.root-slide-effect li .ele-slide-effect,
  .l-newsList .list-news.root-opacity-effect li .ele-opacity-effect {
    border-left: none;
    border-bottom: none;
    border-right: none;
  }


  /* l-eventList */
  .l-eventList {
    margin: 40px 15px 0;
  }
  .l-eventList .wrap-eventList-title {
    display: block;
  }
  .l-eventList .wrap-eventList-title h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .l-eventList .list-event {
    display: block;
  }
  .l-eventList .list-event li {
    margin-right: 0;
  }
  .l-eventList .list-event .wrap-event-text {
    flex: 1;
    margin: 10px 15px 10px 20px;
  }
  .l-eventList .list-event .wrap-event-text h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
  }
  .l-eventList .list-event .wrap-event-text .text-event {
    font-size: 14px;
    line-height: 21px;
  }
  .l-eventList .list-event .wrap-event-content img {
    min-width: 110px;
    max-width: 110px;
  }


  /* .wrap-nriJournal */
  .wrap-nriJournal {
    margin-top: 60px;
    padding: 40px 25px 47px;
    overflow: hidden;
  }
  .wrap-nriJournal:before {
    border-width: 0 0 60px 60px;
    bottom: 1px;
  }
  .wrap-nriJournal:after {
    border-width: 0 0 45px 45px;
    bottom: -1px;
    right: -1px;
  }
  .wrap-nriJournal .wrap-nriJournal-inner {
    width: 100%;
  }
  .wrap-nriJournal .list-nriJounal {
    display: block;
  }
  .wrap-nriJournal .list-nriJounal .ele-move-effect {
    display: flex;
  }
  .wrap-nriJournal .wrap-nriJournal-inner .wrap-list-nriJournal {
    margin-top: 30px;
  }
  .wrap-nriJournal .wrap-nriJournal-inner .wrap-nriJounral-title {
    padding-bottom: 40px;
    position: static;
  }
  .wrap-nriJournal .text-lead {
    margin-top: 15px;
  }
  .wrap-nriJournal .wrap-nriJournal-inner .link-nriJournal {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    padding-right: 20px;
    display: block;
    text-align: right;
    right: 11px;
  }
  .wrap-nriJournal .wrap-nriJournal-inner .link-nriJournal:after {
    width: 12px;
    height: 12px;
  }
  .wrap-nriJournal .wrap-nriJournal-inner .list-nriJounal {
    margin-top: 30px;
    margin-right: 0;
  }
  .wrap-nriJournal .wrap-nriJournal-inner .list-nriJounal li {
    display: flex;
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    max-width: unset;
  }
  .wrap-nriJournal .wrap-nriJournal-inner .list-nriJounal .thumbnail-nriJournal {
    flex-basis: 110px;
    max-width: 110px;
    min-width: 110px;
    height: 110px;
    margin-right: 14px;
  }
  .wrap-nriJournal .wrap-nriJournal-inner .wrap-list-content {
    width: 100%;
  }
  .wrap-nriJournal .wrap-nriJournal-inner .list-nriJounal li h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
  }
  .wrap-nriJournal .wrap-nriJournal-inner .wrap-list-content .ele-category-nriJournal {
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    margin-top: 10px;
  }
  .wrap-nriJournal .wrap-nriJournal-inner .list-nriJounal .thumbnail-nriJournal:before {
    border-width: 0 0 36px 36px;
  }
  .wrap-nriJournal .wrap-nriJournal-inner .list-nriJounal .thumbnail-nriJournal:after {
    border-width: 0 0 30px 30px;
    right: -1px;
    bottom: -1px;
  }

  /* .wrap-co-creation */
  .wrap-co-creation {
    margin-top: 60px;
  }
  .wrap-co-creation .wrap-co-creation-title {
    padding: 40px 10px;
  }
  .wrap-co-creation .wrap-co-creation-title h2 {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2.89px;
    line-height: 32px;
    text-align: center;
  }
  .wrap-co-creation-title .text-lead {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 21px;
    text-align: center;
    margin-top: 20px;
  }
  .wrap-co-creation .list-co-creation li .wrap-sdd-content-inner {
    max-width: 530px;
    width: 100%;
    padding: 15px;
  }
  .wrap-co-creation .list-co-creation .wrap-co-creation-sub-title {
    padding: 80px 50px;
  }
  .wrap-co-creation .list-co-creation .wrap-co-creation-content {
    margin: 30px 15px 100px;
  }
  .wrap-co-creation .wrap-ssd-slick-dots .slick-dots {
    max-width: none;
    width: 100%;
  }
  .wrap-co-creation .list-co-creation .wrap-co-creation-content a {
    max-width: unset;
  }
  .wrap-co-creation .list-co-creation .wrap-co-creation-content a:before {
    margin-top: -2px;
  }
  .wrap-co-creation .wrap-sdd-content-inner {
    padding: 0 15px;
    width: 100%;
  }
  .wrap-co-creation .wrap-co-creation-content .wrap-co-creation-inner {
    margin: 20px 15px;
  }
  .wrap-co-creation .wrap-co-creation-sub-title {
    padding: 80px 20px;
  }

  /* .wrap-knowledgeInsight */
  .wrap-knowledgeInsight {
    margin-top: 40px;
  }
  .wrap-knowledgeInsight .wrap-knowledgeInsight-title {
    padding: 40px 15px;
  }
  .wrap-knowledgeInsight .wrap-knowledgeInsight-title .wrap-knowledgeInsight-title-inner {
    position: static;
  }
  .wrap-knowledgeInsight .wrap-knowledgeInsight-title .wrap-knowledgeInsight-link {
    position: static;
    border-left: none;
    padding-left: 0;
    height: auto;
    margin-top: 0;
    width: 100%;
  }
  .wrap-knowledgeInsight .wrap-knowledgeInsight-title .wrap-knowledgeInsight-link a {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin: 30px auto 0;
    padding-right: 16px;
  }
  .wrap-knowledgeInsight .wrap-knowledgeInsight-title .wrap-knowledgeInsight-link a:after {
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -4px;
  }
  .wrap-knowledgeInsight .wrap-knowledgeInsight-title h2 {
    font-size: 26px;
    letter-spacing: 2.89px;
    line-height: 32px;
  }
  .wrap-knowledgeInsight .wrap-knowledgeInsight-title .text-lead {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 21px;
  }
  .wrap-knowledgeInsight .wrap-knowledgeInsight-inner {
    margin-top: 40px;
    width: 100%;
  }
  .wrap-knowledgeInsight .list-knowledgeInsight {
    display: block;
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }
  .wrap-knowledgeInsight .list-knowledgeInsight li {
    padding-right: 0;
    margin-top: 20px;
    max-width: unset;
    width: 100%;

  }
  .wrap-knowledgeInsight .list-knowledgeInsight li:first-child {
    margin-top: 0;
  }
  .wrap-knowledgeInsight .list-knowledgeInsight li .wrap-knowledgeInsight-content {
    margin-top: 0;
    max-width: unset;
  }
  .wrap-knowledgeInsight .list-knowledgeInsight li .wrap-knowledgeInsight-items {
    display: flex;
  }
  .wrap-knowledgeInsight .list-knowledgeInsight li .thumbnail-knowledgeInsight {
    width: 110px;
    height: 110px;
    height: auto;
    margin-right: 15px;
  }
  .wrap-knowledgeInsight .list-knowledgeInsight li h3 {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .wrap-knowledgeInsight .list-knowledgeInsight .ele-move-effect {
    display: flex;
  }
  .wrap-knowledgeInsight .list-knowledgeInsight li .wrap-knowledgeInsight-text {
    display: block;
  }
  .wrap-knowledgeInsight .list-knowledgeInsight li .text-knowledgeInsight-ganle {
    text-align: left;
  }
  .wrap-knowledgeInsight .list-knowledgeInsight li .text-knowledgeInsight-publish {
    text-align: left;
    margin-top: 5px;
  }
  .wrap-knowledgeInsight .wrap-list-publishment {
    width: 100%;
  }
  .wrap-knowledgeInsight .wrap-list-publishment .ele-move-effect {
    display: flex;
  }
  .wrap-knowledgeInsight .wrap-list-publishment .list-publishment {
    width: 100%;
  }
  .wrap-knowledgeInsight .wrap-list-publishment .list-publishment li {
    max-width: 100%;
  }
  .wrap-knowledgeInsight .wrap-list-publishment .list-publishment {
    margin: 0;
  }
  .wrap-knowledgeInsight .wrap-publishment {
    display: block;
    padding-top: 40px;
    margin: 40px 15px 0;
  }
  .wrap-knowledgeInsight .wrap-publishment .title-publisthment {
    font-size: 26px;
    letter-spacing: 2.6px;
    line-height: 38px;
  }
  .wrap-knowledgeInsight .wrap-publishment .lead-publishment {
    margin-top: 25px;
  }
  .wrap-knowledgeInsight .wrap-publishment .list-publishment li {
    display: flex;
    margin: 20px 0 0;
    max-width: unset;
    min-width: unset;
  }
  .wrap-knowledgeInsight .wrap-publishment .list-publishment li:fist-child {
    margin-top: 0;
  }
  .wrap-knowledgeInsight .wrap-publishment .list-publishment li h3 {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .wrap-knowledgeInsight .wrap-publishment .list-publishment li .text-publishment-info {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }
  .wrap-knowledgeInsight .wrap-publishment .wrap-publishment-items {
    display: flex;
  }
  .wrap-knowledgeInsight .wrap-publishment .thumbnail-publishment {
    width: 110px;
    height: 110px;
    margin-right: 15px;
    height: auto;
  }
  .wrap-knowledgeInsight .link-publishment {
    margin: 40px auto 0;
    width: auto;
  }
  .wrap-knowledgeInsight .link-publishment .text-publishment-link:before {
    margin-top: -2px;
  }

  /* .l-keyword-select */
  .l-keyword-select {
    margin: 40px auto;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 11px 20px;
  }
  .l-keyword-select .btn-keyword-select {
    margin-bottom: 0;
  }

  /* .wrap-article-cards */
  .wrap-article-cards .list-article-cards {
    display: block;
    margin: -40px 20px 0;
  }
  .wrap-article-cards .list-article-cards li {
    width: 100%;
  }
  .wrap-article-cards .list-article-cards li .ele-move-effect {
    display: flex;
  }
  .wrap-article-cards .thumbnail-article-cards {
    min-width: 110px;
    width: 110px;
    height: 110px;
    margin-right: 14px;
  }
  .wrap-article-cards .thumbnail-article-cards:before {
    border-width: 0 0 36px 36px;
  }
  .wrap-article-cards .thumbnail-article-cards:after {
    border-width: 0 0 32px 32px;
  }
  .wrap-article-cards .wrap-article-content {
    max-width: none;
    margin-top: 0;
  }
  .wrap-article-cards .wrap-article-content h3 {
    margin-top: 0;
  }

  /* .wrap-searchCountBox */
  .wrap-searchCountBox {
    padding: 0 20px;
  }

  /* .l-journal-slider */
  .l-journal-slider {
    position: relative;
    margin-top: 30px;
  }
  .l-journal-slider .list-journal-slider li {
    margin: 0;
  }
  .l-journal-slider .list-journal-slider .wrap-journal-content {
    display: block;
    height: auto;
  }
  .l-journal-slider .list-journal-slider .wrap-journal-slider-thumbnail a {
    width: 100%;
    height: 240px;
    display: block;
    position: relative;
    margin: 0 auto;
  }
  .l-journal-slider .list-journal-slider .wrap-journal-slider-thumbnail:before {
    border-width: 0 0 36px 36px;
  }
  .l-journal-slider .list-journal-slider .wrap-journal-slider-thumbnail:after {
    border-width: 0 0 30px 30px;
  }
  .l-journal-slider .list-journal-slider .wrap-journal-slider-thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
  }
  .l-journal-slider .list-journal-slider .wrap-journal-slider-thumbnail a:before {
    padding-top: 0;
  }
  .l-journal-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .l-journal-slider .list-journal-slider .wrap-journal-text {
    max-width: none;
    min-width: unset;
    padding: 20px 20px 0;
    height: auto;
  }
  .l-journal-slider .list-journal-slider .wrap-journal-text h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .l-journal-slider .list-journal-slider .wrap-journal-text-inner {
    margin: 0;
    padding: 12px;
  }
  .l-journal-slider .list-journal-slider .wrap-journal-text-inner .text-journal-update {
    margin-top: 15px;
  }

  .l-journal-slider .list-journal-slider .wrap-journal-text .wrap-tag-category {
    position: static;
    margin: 0 0 40px;
  }
  .l-journal-slider .list-journal-slider .wrap-journal-dots li {
    margin-right: 5px;
  }
  .l-journal-slider .list-journal-slider .wrap-journal-dots li:last-child {
    margin-right: 0;
  }
  .l-journal-slider .list-journal-slider .slick-prev {
    top: 20%;
    left: 20px;
  }
  .l-journal-slider .list-journal-slider .slick-prev:hover {
    left: 10px;
  }
  .l-journal-slider .list-journal-slider .slick-next {
    top: 20%;
    right: 20px;
  }
  .l-journal-slider .list-journal-slider .slick-next:hover {
    right: 10px;
  }
  .l-journal-slider .list-journal-slider .slick-prev:before,
  .l-journal-slider .list-journal-slider .slick-next:before {
    width: 18px;
    height: 18px;
  }
  .l-journal-slider .wrap-journal-dots {
    bottom: auto;
    top: 200px;
  }

  /* .wrap-hub-mainContent */
  .wrap-hub-mainContent .wrap-hub-mainContent-inner {
    padding: 40px 15px;
    margin: 0;
  }
  .wrap-hub-mainContent .wrap-hub-mainContent-inner .wrap-logo {
    height: 100px;
  }
  .wrap-hub-mainContent .wrap-hub-mainContent-inner h3 {
    font-size: 28px;
    line-height: 41px;
  }
  .wrap-hub-mainContent .wrap-hub-mainContent-inner .text-hub-maincontent {
    font-size: 16px;
    line-height: 32px;
  }
  .wrap-hub-mainContent .wrap-hub-mainContent-inner .list-hub-maincontent {
    display: none;
  }
  .wrap-hub-mainContent .wrap-hub-mainContent-inner .wrap-movie-area {
    margin-top: 30px;
  }

  /* .wrap-hub-mainHeader */
  .wrap-hub-mainHeader {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 240px;
    margin: 0 auto;
  }
  .wrap-hub-mainHeader img {
    max-width: none;
    min-height: inherit;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .wrap-hub-mainHeader.wrap-hub-mainHeader-covid .wrap-hub-mainHeader-inner {
    top: auto;
    transform: none;
    margin: 0 15px;
  }
  .wrap-hub-mainHeader .wrap-hub-mainHeader-inner h2 {
    color: #fff;
    font-size: 60px;
    line-height: 84px;
  }
  .wrap-hub-mainHeader .wrap-hub-mainHeader-inner .text-hub-mainHeader {
    font-size: 16px;
    line-height: 36px;
    margin-top: 0;
  }
  .wrap-hub-mainHeader.wrap-hub-mainHeader-covid .wrap-hub-mainHeader-inner h2 {
    font-size: 24px;
  }
  .wrap-hub-mainHeader-cloud {
    position: relative;
  }
  .wrap-hub-mainHeader-cloud:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #E7E7E7 0%, rgba(247,247,247,0.5) 100%);
  }

  /* .wrap-list-hubcontents */
  .wrap-hubContents {
    margin-top: 60px;
    padding: 40px 10px;
  }
  .wrap-hubContents h2 {
    font-size: 26px;
    letter-spacing: 2.6px;
    line-height: 38px;
  }
  .wrap-list-hubContents {
    margin-top: 40px;
  }
  .wrap-list-hubContents .ele-move-effect {
    display: flex;
  }
  .wrap-list-hubContents .list-hubContents {
    margin-right: 0;
  }
  .wrap-list-hubContents .list-hubContents li {
    width: 100%;
    margin-right: 0;
  }
  .wrap-list-hubContents .list-hubContents li .wrap-hubContents-thumbnail {
    width: 110px;
    height: 110px;
  }
  .wrap-list-hubContents .list-hubContents li .wrap-hubContents-text {
    flex: 1;
    margin: 0 0 0 15px;
  }
  .wrap-list-hubContents .list-hubContents li .wrap-hubContents-info {
    display: block;
  }
  .wrap-list-hubContents .list-hubContents li .wrap-hubContents-info .text-hubContents-update {
    margin-top: 5px;
  }
  .wrap-hubContents .btn-show-more {
    margin: 40px 25px 0;
    width: auto;
  }

  /* .wrap-list-nav-knowledgeTop */
  .wrap-list-nav-knowledgeTop .list-nav-knowledgeTop {
    width: 100%;
  }
  .wrap-list-nav-knowledgeTop .list-nav-knowledgeTop:before {
    content: none;
  }
  .wrap-list-nav-knowledgeTop .list-nav-knowledgeTop li {
    width: calc(100% / 3);
  }
  .wrap-list-nav-knowledgeTop .list-nav-knowledgeTop li:nth-child(3n):after {
    content: none;
  }

  /* .wrap-overflow-slider */
  .wrap-overflow-slider {
    padding-top: 30px;
  }
  .wrap-overflow-slider:before {
    height: 40px;
  }
  .wrap-overflow-slider .list-overflow-slider.with-large li.large-slide {
    zoom: 1;
    transform: translateY(0);
    transition: all .7s ease;
    will-change: transform;
  }
  .wrap-overflow-slider .list-overflow-slider {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
  }
  .wrap-overflow-slider .list-overflow-slider:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #001149;
    width: 100%;
    height: 40px;
    z-index: -1;
  }
  .wrap-overflow-slider h2 {
    font-size: 18px;
  }
  .wrap-overflow-slider .list-overflow-slider li {
    width: 100px;
    height: 170px;
    margin: 0 7px;
    overflow: hidden;
  }
  .wrap-overflow-slider .list-overflow-slider li.slick-active {
    overflow: visible;
  }
  .wrap-overflow-slider .list-overflow-slider.with-large li.slick-center {
    margin: 0 1.5% 0 1%;
  }
  .wrap-overflow-slider .list-overflow-slider.with-large li a .wrap-overflow-silder-content,
  .wrap-overflow-slider .list-overflow-slider.with-large li a .thumbnail-overflow-slide {
    width: 100px;
    height: 100px;
  }
  .wrap-overflow-slider .list-overflow-slider.with-large li.slick-current a .thumbnail-overflow-slide,
  .wrap-overflow-slider .list-overflow-slider.with-large li.slick-current a .wrap-overflow-silder-content {
    width: 100%;
    height: 100%;
    max-width: 140px;
    max-height: 140px;
  }
  .wrap-overflow-slider .list-overflow-slider .slick-next,
  .wrap-overflow-slider .list-overflow-slider .slick-prev {
    display: none;
  }
  .wrap-overflow-slider .list-overflow-slider.no-large {
    height: 130px;
  }
  .wrap-overflow-slider .list-overflow-slider.no-large li {
    width: 120px;
    height: 192px;
  }
  .wrap-overflow-slider .list-overflow-slider.no-large .wrap-overflow-silder-content {
    width: 120px;
    height: 120px;
  }
  .wrap-overflow-slider .list-overflow-slider.no-large .thumbnail-overflow-slide {
    width: 120px;
    height: 120px;
  }

  /* .wrap-knowledegeTop-mainContents */
  .wrap-knowledegeTop-mainContents {
    margin: 40px auto 0;
  }
  .wrap-knowledegeTop-mainContents h2 {
    font-size: 20px;
    line-height: 29px;
  }
  .wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents {
    margin-top: 20px;
  }
  .wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents h3 {
    font-size: 16px;
    line-height: 16px;
    margin-top: 8px;
  }
  .wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents .list-knowledgeTop-withThumbnail {
    margin: 0;
  }
  .wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents .list-knowledgeTop-withThumbnail li {
    display: flex;
    width: 100%;
  }
  .wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents .list-knowledgeTop-withThumbnail li:first-child {
    margin-top: 0;
  }
  .wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents .wrap-knowledgeTop-withThumbnail {
    display: flex;
    width: 100%;
  }
  .wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents .thumbnail-knowlegeTop {
    min-width: 130px;
    max-width: 130px;
    height: auto;
  }
  .wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents .wrap-knowledegeTop-text-contents {
    margin-left: 10px;
  }
  .wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents h4,
  .wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents .list-knowledgeTop-withThumbnail h4 a {
    margin-top: 0;
  }
  .wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents h3.subTitle {
    padding-top: 40px;
    margin-top: 0;
  }
  .wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents + .wrap-knowledgeTop-contents {
    margin-top: 40px;
  }

  /* .list-knowledgeTop */
  .list-knowledgeTop li {
    display: block;
  }
  .wrap-btn-knowldgeTop + .wrap-knowledgeTop-contents {
    margin-top: 40px;
  }

  .wrap-knowledegeTop-mainContents .wrap-knowledgeTop-contents h3 + h4 {
    font-size: 16px;
    line-height: 16px;
    margin-top: 20px;
  }
  .wrap-list-knowledgeTop-keywords .list-knowledgeTop-keywords li {
    min-width: calc(100% / 2 - 5px);
    max-width: calc(100% / 2 - 5px);
    flex: auto;
  }
  .wrap-list-knowledgeTop-keywords .list-knowledgeTop-keywords li:nth-child(even) {
    margin-right: 0;
  }

  /* .wrap-overflow-subSlider */
  .wrap-overflow-subSlider .text-subSlider-category {
    padding: 5px 0 5px 17px;
    background: #1d5bac;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    min-height: 26px;
  }
  .wrap-overflow-subSlider .text-subSlider-title {
    color: #333;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    min-height: 57px;
  }
  /* .wrap-swiper-subSlider */
  .wrap-overflow-subSlider {
    width: 100%;
    overflow: hidden;
  }
  .wrap-swiper-subSlider .list-subSlider {
    opacity: 1;
    width: 100%;
    overflow: hidden;
  }
  .wrap-swiper-subSlider .list-subSlider.slick-initialized {
    opacity: 1;
    transition: all .3s ease;
    will-change: transform;
  }
  .wrap-swiper-subSlider .list-subSlider .wrap-subSlider-content {
    width: 100%;
  }
  .wrap-swiper-subSlider .list-subSlider .wrap-subSlider-content .text-subSlider-category {
    padding: 5px 0 5px 17px;
    background: #1d5bac;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
  }
  .wrap-swiper-subSlider .list-subSlider .wrap-subSlider-content .title-subSlider-content {
    color: #333;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
  }

  /* .wrap-btn-knowldgeTop */
  .wrap-btn-knowldgeTop {
    margin-top: 25px;
  }

  /* .wrap-list-knowledgeTop-keywords */
  .wrap-list-knowledgeTop-keywords .list-knowledgeTop-keywords {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .wrap-list-knowledgeTop-keywords .list-knowledgeTop-keywords li .link-knowledgeTop-keywords {
    height: 100%;
  }

  /* .wrap-anchor-peopleTop */
  .wrap-anchor-peopleTop {
    margin-top: 20px;
  }
  .wrap-anchor-peopleTop .list-anchor-peopleTop li + li {
    margin-left: 5px;
  }
  .wrap-anchor-peopleTop .list-anchor-peopleTop .text-link-anchor-peopleTop {
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .wrap-anchor-peopleTop .list-anchor-peopleTop .link-anchor-peopleTop > img {
    height: 26px;
  }

  /* .l-title-peopleTop */
  .l-title-peopleTop {
    height: 200px;
  }
  .l-title-peopleTop .wrap-title-peopleTop {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .wrap-list-people {
    margin-top: 60px;
  }
  .wrap-list-people .list-people {
    margin: 0;
  }
  .l-title-peopleTop .wrap-title-peopleTop h1 {
    width: 122px;
    padding: 45px 0 0 10px;
  }
  .l-title-peopleTop .wrap-title-peopleTop ._titile {
    margin: 0;
    padding: 12px 0 0 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
  }
  .wrap-list-people .list-people li {
    display: block;
    width: 100%;
    margin: 0;
  }
  .wrap-list-people .list-people li + li {
    margin-top: 40px;
  }
  .wrap-list-people .thumbnail-list-people {
    width: 100%;
    height: auto;
  }
  .wrap-list-people .thumbnail-list-people > img {
    width: 100%;
  }
  .wrap-list-people .wrap-info-list-people {
    margin: 20px 20px 0;
  }
  .wrap-list-people .wrap-info-list-people h2 {
    font-size: 20px;
    line-height: 27px;
  }
  .wrap-list-people .wrap-info-list-people .text-info-position {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }
  .wrap-list-people .wrap-info-list-people .text-info-name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .wrap-list-people .thumbnail-list-people .mark-people {
    width: 140px;
    height: 140px;
    left: -70px;
    top: -70px;
  }
  .wrap-list-people .thumbnail-list-people .mark-people img {
    top: 24px;
    left: 96px;
    width: 60px;
  }

  /* .wrap-list-tag-peopleSearch */
  .wrap-list-tag-peopleSearch {
    margin: 10px 20px 0;
    position: relative;
    z-index: 0;
  }
  .wrap-list-tag-peopleSearch .select-tag-peopleSearch {
    width: 100%;
    height: 50px;
    border: 1px solid #999;
    border-radius: 4px;
    padding-left: 10px;
    font-weight: bold;
    color: #dc231e;
    background: transparent;
  }
  .wrap-list-tag-peopleSearch .select-tag-peopleSearch option {
    color: #333;
  }
  .wrap-list-tag-peopleSearch:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 50%;
    right: 20px;
    margin-top: -4px;
    z-index: -1;
  }

  /* .wrap-result-tagSearch */
  .wrap-result-tagSearch {
    margin: 20px 20px 0;
  }

  /* .wrap-list-tag-category */
  .wrap-list-tag-category {
    margin: 20px 20px 0;
    border-bottom: 1px dashed #999;
    padding-bottom: 20px;
  }

  /* .wrap-searchCountBox */
  .wrap-searchCountBox {
    width: 100%;
  }
  .wrap-searchCountBox .l-searchCountBox {
    margin-top: 20px;
  }

  /* .wrap-result-peopleSearch */
  .wrap-result-peopleSearch {
    width: 100%;
    padding: 0 20px;
  }
  .wrap-result-peopleSearch .list-result-peopleSearch {
    margin: 0;
  }
  .wrap-result-peopleSearch .list-result-peopleSearch li {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }
  .wrap-result-peopleSearch .list-result-peopleSearch .thumbnail-result-peopleSearch {
    min-width: 130px;
    max-width: 130px;
    height: auto;
  }
  .wrap-result-peopleSearch .list-result-peopleSearch .wrap-text-result-peopleSearch {
    width: 100%;
    padding: 0 0 0 10px;
  }

  /* .wrap-swiper-slider */
  .wrap-swiper-slider:before {
    height: 40px;
  }
  .wrap-swiper-container .wrap-swiper-container-inner {
    width: 100%;
  }
  .wrap-swiper-container,
  .swiper-container-autoheight {
    height: 160px;
  }
  .wrap-swiper-slider h2 {
    font-size: 18px;
  }
  .swiper-container-autoheight .swiper-slide {
    width: 100px;
  }
  .wrap-swiper-container .swiper-slide-active {
    width: 140px !important;
  }
  .wrap-swiper-container .wrap-swiper-silder-content,
  .wrap-swiper-container .thumbnail-swiper-slide {
    width: 100px;
    height: 100px;
  }

  .wrap-swiper-container .swiper-slide-active .wrap-swiper-silder-content,
  .wrap-swiper-container .swiper-slide-active .thumbnail-swiper-slide {
    width: 140px;
    height: 140px;
  }

  /* hub */
  .hub-anchor-list {
    display: block;
    margin-top: 0;
  }
  .hub-anchor-list li {
    display: block;
    border-bottom: 1px dashed #999;
  }
  .hub-anchor-list li:first-child {
    border-top: 1px dashed #999;
  }
  .hub-anchor-list li a {
    height: 43px;
    line-height: 1.5;
    width: 96%;
    height: 100%;
    padding: 10px 4% 10px 0;
    text-align: center;
  }
  .hub-anchor-list li a:after {
    top: 50%;
    right: 0;
    left: inherit;
    transform: translate(0, 0) rotate(45deg);
    margin-top: -6px;
  }
  .hub-anchor-list li a:hover:after {
    top: 50%;
  }
  .hub-subContent:not(.hub-subContent-cloud) .gradation-title {
    margin-top: 0;
    padding-bottom: 0;
  }
  .hub-subContent.hub-subContent-covid {
    margin-top: 30px;
  }
  .hub-subContent.hub-subContent-covid .gradation-title {
    padding: 0 0 30px;
  }
  .hub-subContent.hub-subContent-5g .hub-subContent-text {
    font-size: 14px;
    line-height: 21px;
  }
  .hub-subContent h3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
  }
  .hub-subContent-thumbnail .hub-subContent-detail.align-right img {
    max-height: 100%;
    width: auto;
  }
  .hub-subContent.hub-subContent-5g + .hub-subContent-thumbnail .hub-subContent-detail img {
    max-width: 280px;
  }
  .hub-subContent-thumbnail .hub-subContent-detail img {
    margin: 0 auto;
  }
  .hub-subContent:not(#consolution) h3 {
    padding-top: 30px;
  }
  .hub-subContent-thumbnail.hub-subContent-thumbnail-nri .hub-subContent-detail.align-right {
    max-width: 345px;
    height: 350px;
  }
  .hub-subContent-thumbnail.hub-subContent-thumbnail-nri .hub-subContent-detail.align-right img {
    height: 100%;
    width: auto;
  }
  .hub-subContent-topics {
    margin-top: 60px;
  }
  .hub-subContent-topics .topics-title {
    font-size: 20px;
    line-height: 30px;
  }
  .hub-subContent .hub-subContent-text {
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
  }
  .hub-subContent-topics .topics-list {
    margin-top: 15px;
  }
  .hub-subContent-topics .topics-list li {
    padding: 15px 0 5px;
  }
  .hub-subContent-topics .topics-list li .topics-list-inner .topics-list-date,
  .hub-subContent-topics .topics-list li .topics-list-inner .topics-list-ganre {
    display: inline-block;
    min-width: 164px;
    margin-right: 0;
  }
  .hub-subContent-topics .topics-list li .topics-list-inner .topics-list-text {
    margin-top: 7px;
  }
  .hub-subContent-topics .topics-list li .topics-list-inner {
    display: block;
  }

  .sticky-inquiry .sticky-inquiry-inner {
    width: 30px;
    height: 115px;
    padding: 10px 7px;
  }
  .sticky-inquiry .sticky-inquiry-inner:before {
    width: 16px;
    height: 12px;
  }
  .sticky-inquiry .sticky-inquiry-inner .sticky-inquiry-text {
    writing-mode: vertical-rl;
    line-height: 1;
  }

  /* cases-list */
  .cases-list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .cases-list li {
    min-width: 49.5%;
    max-width: 49.5%;
    margin-right: 2px;
    margin-top: 2px;
  }
  .cases-list li:nth-child(even) {
    margin-right: 0;
  }
  .cases-list li:nth-child(3n) {
    margin-right: 2px;
  }
  .cases-list li:nth-child(3n):nth-child(even) {
    margin-right: 0;
  }
  .cases-list li .cases-list-link .cases-link-inner .cases-link-title {
    font-size: 18px;
  }
  .cases-list li .cases-list-link .cases-link-inner .cases-link-text {
    font-size: 12px;
  }

  .modal-detail .modal-detail-inner {
    margin: 0 15px;
    left: 0;
    top: 80px;
    transform: none;
  }
  .modal-detail .modal-detail-inner .deatail-modal-content {
    padding: 25px 30px 30px;
  }
  .modal-detail .modal-detail-inner .deatail-modal-content .btn-modal-close {
    margin-top: 25px;
  }
  .modal-detail.movie .modal-detail-inner {
    margin: 0 auto;
  }

  .hub-movie-list.hub-movie-list-dx .movie-item-inner {
    justify-content: space-between;
    align-items: center;
  }
  .hub-movie-list.hub-movie-list-dx .movie-item-inner .movie-item-btn {
    width: 60px;
    height: 60px;
  }
}
