.p-contents .p-contents__line {
  z-index: 1;
  background-color: rgba(83, 83, 83, 0.1);
}

.top-news-base-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 0 0;
}

.top-news-base {
  margin: 0 auto;
  padding: 48px 0 0 0;
  max-width: 1350px;
  width: 70%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 750px) {
  .top-news-base {
    padding: 20px 0 10px 0;
    width: 90%;
    height: auto;
  }
}
.top-news-base .news-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 7px;
}
@media screen and (max-width: 750px) {
  .top-news-base .news-body {
    display: block;
  }
}
.top-news-base .news-body .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  width: 12%;
  padding: 0 0 0 0;
}
@media screen and (max-width: 750px) {
  .top-news-base .news-body .title {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.top-news-base .news-body .top-news-slider {
  width: 73%;
}
@media screen and (max-width: 750px) {
  .top-news-base .news-body .top-news-slider {
    width: 100%;
  }
}
.top-news-base .news-body .top-news-slider .swiper .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
}
.top-news-base .news-body .top-news-slider .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.top-news-base .news-body .top-news-slider .swiper .swiper-wrapper .swiper-slide .slide_child {
  line-height: 1.3;
}
.top-news-base .news-body .top-news-slider .swiper .swiper-wrapper .swiper-slide .slide_child .head-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .top-news-base .news-body .top-news-slider .swiper .swiper-wrapper .swiper-slide .slide_child .head-line {
    display: block;
  }
}
.top-news-base .news-body .top-news-slider .swiper .swiper-wrapper .swiper-slide .slide_child .head-line .date {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .top-news-base .news-body .top-news-slider .swiper .swiper-wrapper .swiper-slide .slide_child .head-line .date {
    font-size: 12px;
    margin-bottom: 0.3em;
  }
}
.top-news-base .news-body .top-news-slider .swiper .swiper-wrapper .swiper-slide .slide_child .head-line .txt {
  font-size: 14px;
  padding: 0 1em 0 2em;
}
@media screen and (max-width: 750px) {
  .top-news-base .news-body .top-news-slider .swiper .swiper-wrapper .swiper-slide .slide_child .head-line .txt {
    padding: 0 0 0 0;
    line-height: 1.6;
    display: block;
    margin-bottom: 0.6em;
  }
}
.top-news-base .news-body .news-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  color: #B3B3B3;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 750px) {
  .top-news-base .news-body .news-num {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: auto;
  }
}
.top-news-base .news-body .news-num .current-num {
  color: #4071BA;
  margin: 0 0.7em 0 0;
}
.top-news-base .news-body .news-num .total-num {
  margin: 0 0 0 0.7em;
}
.top-news-base .news-body .slide-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1px 5px 0 auto;
  top: -3px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .top-news-base .news-body .slide-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    top: 21px;
  }
}
.top-news-base .news-body .slide-nav .top-news-slider-arrow-prev,
.top-news-base .news-body .slide-nav .top-news-slider-arrow-next {
  width: 26px;
  height: 26px;
  position: relative;
  border-radius: 100%;
  background-color: #fff;
}
.top-news-base .news-body .slide-nav .top-news-slider-arrow-prev:hover,
.top-news-base .news-body .slide-nav .top-news-slider-arrow-next:hover {
  cursor: pointer;
  background-color: #4071ba;
}
.top-news-base .news-body .slide-nav .top-news-slider-arrow-prev:hover:after,
.top-news-base .news-body .slide-nav .top-news-slider-arrow-next:hover:after {
  border-color: #fff;
}
@media screen and (max-width: 750px) {
  .top-news-base .news-body .slide-nav .top-news-slider-arrow-prev,
  .top-news-base .news-body .slide-nav .top-news-slider-arrow-next {
    margin: 0;
    position: absolute;
    bottom: 21px;
    left: -120px;
    right: 0;
    margin: auto;
  }
}
.top-news-base .news-body .slide-nav .top-news-slider-arrow-prev:after,
.top-news-base .news-body .slide-nav .top-news-slider-arrow-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 2px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 1.5px solid #4071BA;
  border-bottom: 1.5px solid #4071BA;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.top-news-base .news-body .slide-nav .top-news-slider-arrow-next {
  margin: 0 0 0 1.2em;
}
@media screen and (max-width: 750px) {
  .top-news-base .news-body .slide-nav .top-news-slider-arrow-next {
    margin: 0;
    position: absolute;
    bottom: 21px;
    left: 0;
    right: -116px;
    margin: auto;
  }
}
.top-news-base .news-body .slide-nav .top-news-slider-arrow-next:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 3px;
  left: 0;
}
.top-news-base .news-progressbar {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 2px;
  position: absolute;
  bottom: 26px;
}
@media screen and (max-width: 750px) {
  .top-news-base .news-progressbar {
    display: none;
  }
}
.top-news-base .news-progressbar .news-progressbar-fill {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0066cc), to(#0099ff));
  background: linear-gradient(90deg, #0066cc, #0099ff);
  width: 100%;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 5000ms linear;
  transition: -webkit-transform 5000ms linear;
  transition: transform 5000ms linear;
  transition: transform 5000ms linear, -webkit-transform 5000ms linear;
  border-radius: 2px;
}

@media print, screen and (min-width: 750px) {
  .p-about {
    padding-top: 165px;
  }
}
@media screen and (max-width: 750px) {
  .p-about {
    padding-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .p-contents .p-contents__line {
    height: auto;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media only screen and (max-width: 749px) {
  .p-contents .p-contents__line::before {
    border-width: 8.133333vw 8.133333vw 0 0;
  }
}/*# sourceMappingURL=top-news.css.map */