@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  src: url("../vendor/fonts/NotoSansTC-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  src: url("../vendor/fonts/NotoSansTC-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 900;
  src: url("../vendor/fonts/NotoSansTC-Black.otf") format("opentype");
}
@-webkit-keyframes ani-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ani-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #000000;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  padding-top: 70px;
}
@media (max-width: 991px) {
  body {
    padding-top: 57px;
  }
}

select, button, textarea, input {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
}

a, a:focus {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

a:active {
  outline: none;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1428px;
  }
}

.header {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

.navbar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 284px 0 18px;
  height: 70px;
}
@media (max-width: 1599px) {
  .navbar {
    padding-right: 18px;
  }
}
@media (max-width: 767px) {
  .navbar {
    height: 57px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 991px) {
  .navbar.active .navbar__toggle-item:first-child {
    width: 32px;
    -webkit-transform: rotate(45deg) translate(6px, 6.5px);
            transform: rotate(45deg) translate(6px, 6.5px);
  }
  .navbar.active .navbar__toggle-item:nth-child(2) {
    opacity: 0;
  }
  .navbar.active .navbar__toggle-item:nth-child(3) {
    width: 32px;
    -webkit-transform: rotate(-45deg) translate(6px, -6.5px);
            transform: rotate(-45deg) translate(6px, -6.5px);
  }
  .navbar.active .navbar__body {
    border-top: 1px solid #eee;
    top: 70px;
    height: calc(100vh - 57px);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .navbar.active .navbar__body {
    top: 57px;
  }
}
.navbar__title {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99;
}
.navbar__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  position: relative;
  z-index: 1000;
}
@media (max-width: 991px) {
  .navbar__head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .navbar__head::before {
    content: "";
    display: block;
    width: calc(100% + 36px);
    height: 70px;
    background: #ffffff;
    position: absolute;
    top: -15px;
    left: -18px;
  }
}
@media (max-width: 767px) {
  .navbar__head::before {
    top: -10px;
    height: 57px;
  }
}
.navbar__logo {
  display: inline-block;
  width: 278px;
}
@media (max-width: 991px) {
  .navbar__logo {
    width: 220px;
    position: relative;
    z-index: 3;
  }
}
@media (max-width: 480px) {
  .navbar__logo {
    width: 200px;
  }
}
.navbar__logo img {
  display: block;
}
.navbar__toggle {
  display: none;
}
@media (max-width: 991px) {
  .navbar__toggle {
    display: block;
    width: 32px;
    height: 26px;
    position: relative;
    z-index: 3;
  }
}
.navbar__toggle-item {
  width: 32px;
  height: 3px;
  background: #333333;
  margin-top: 6px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
}
.navbar__toggle-item:first-child {
  margin-top: 3px;
}
@media (max-width: 991px) {
  .navbar__body {
    position: absolute;
    top: -999px;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 30px 15px;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .menu {
    display: block;
    padding-right: 0;
  }
}
.menu__item {
  list-style: none;
  position: relative;
  margin-left: 6px;
}
@media (max-width: 991px) {
  .menu__item {
    margin-left: 0;
    margin-top: 15px;
    text-align: center;
  }
}
.menu__item:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  .menu__item:first-child {
    margin-top: 0;
  }
}
.menu__item-link {
  font-size: 1.375rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.075em;
  background: rgba(164, 164, 164, 0.88);
  border-radius: 10em;
  padding: 3px 20px 3px 12px;
  border: 1px solid #969696;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .menu__item-link {
    font-size: 1.125rem;
    padding: 0 15px 0 6px;
  }
}
@media (max-width: 767px) {
  .menu__item-link {
    font-size: 1rem;
    padding-left: 0;
  }
}
.menu__item-link::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background: url("../images/nav-icon.png");
  background-size: 92px auto;
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .menu__item-link::before {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .menu__item-link::before {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-right: -4px;
  }
}
.menu__item-link--1::before {
  background-position: 0 0px;
}
@media (hover: hover) {
  .menu__item-link--1:hover::before {
    background-position: -46px 0px;
  }
}
.menu__item-link--2::before {
  background-position: 0 -46px;
}
@media (hover: hover) {
  .menu__item-link--2:hover::before {
    background-position: -46px -46px;
  }
}
.menu__item-link--3::before {
  background-position: 0 -92px;
}
@media (hover: hover) {
  .menu__item-link--3:hover::before {
    background-position: -46px -92px;
  }
}
@media (hover: hover) {
  .menu__item-link:hover {
    background: rgba(129, 221, 206, 0.88);
    border-color: #97cdff;
    color: #30577b;
  }
}

.footer {
  text-align: center;
  background: #ee2737;
  padding-top: 18px;
  padding-bottom: 18px;
}
.footer__item {
  font-size: 0.9375rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
}

.kv {
  position: relative;
  padding-top: 44px;
}
@media (max-width: 767px) {
  .kv {
    padding-top: 30px;
  }
}
.kv .menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .kv .menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .kv .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .kv .menu__item {
    margin-top: 0;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .kv .menu__item {
    margin-top: 5px;
  }
}
.kv .menu__item-link {
  background: rgba(129, 221, 206, 0.88);
  border-color: #97cdff;
  color: #30577b;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.kv .menu__item-link--1::before {
  background-position: -46px 0px;
}
.kv .menu__item-link--2::before {
  background-position: -46px -46px;
}
.kv .menu__item-link--3::before {
  background-position: -46px -92px;
}
@media (hover: hover) {
  .kv .menu__item-link:hover {
    opacity: 0.8;
  }
}
.kv__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 66px;
  height: 425px;
}
@media (max-width: 1599px) {
  .kv__wrap {
    padding-left: 40px;
  }
}
@media (max-width: 1399px) {
  .kv__wrap {
    height: 400px;
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .kv__wrap {
    height: 300px;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .kv__wrap {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .kv__wrap {
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 200px;
  }
}
.kv__wrap::before {
  content: "";
  display: block;
  background: url("../images/index/kv-img.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 746px;
  height: 498px;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 1399px) {
  .kv__wrap::before {
    width: 620px;
    height: 400px;
  }
}
@media (max-width: 1199px) {
  .kv__wrap::before {
    width: 460px;
    height: 306px;
  }
}
@media (max-width: 991px) {
  .kv__wrap::before {
    width: 400px;
    height: 270px;
  }
}
@media (max-width: 767px) {
  .kv__wrap::before {
    width: 300px;
    height: 180px;
    top: auto;
    bottom: 0;
    left: calc(50% - 180px);
  }
}
.kv__title {
  width: 518px;
  height: 166px;
  background: url("../images/index/kv-title.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .kv__title {
    width: 400px;
    height: 120px;
  }
}
@media (max-width: 991px) {
  .kv__title {
    width: 330px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .kv__title {
    width: 240px;
    height: 76px;
    background: url("../images/index/kv-title-sm.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
  }
}

.s1 {
  position: relative;
  z-index: 3;
}
.s1::before {
  content: "";
  display: block;
  width: calc(100% - 900px);
  height: 304px;
  border-radius: 25px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 38px rgba(143, 175, 170, 0.57);
          box-shadow: 0 0 38px rgba(143, 175, 170, 0.57);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1599px) {
  .s1::before {
    width: calc(100% - 850px);
  }
}
@media (max-width: 1399px) {
  .s1::before {
    width: calc(100% - 650px);
  }
}
@media (max-width: 1199px) {
  .s1::before {
    width: calc(100% - 600px);
  }
}
@media (max-width: 991px) {
  .s1::before {
    display: none;
  }
}
.s1::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 480px;
  bottom: 304px;
  background: url("../images/index/s1-bg.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .s1::after {
    left: 480px;
  }
}
@media (max-width: 1399px) {
  .s1::after {
    left: 470px;
  }
}
@media (max-width: 1199px) {
  .s1::after {
    left: 350px;
  }
}
@media (max-width: 991px) {
  .s1::after {
    display: none;
  }
}
.s1__wrap {
  width: 930px;
  border-radius: 25px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 38px rgba(143, 175, 170, 0.57);
          box-shadow: 0 0 38px rgba(143, 175, 170, 0.57);
  margin-left: auto;
  margin-right: 0;
  position: relative;
  padding: 40px 45px;
}
@media (max-width: 1599px) {
  .s1__wrap {
    width: 850px;
  }
}
@media (max-width: 1399px) {
  .s1__wrap {
    width: 650px;
  }
}
@media (max-width: 1199px) {
  .s1__wrap {
    width: 600px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 991px) {
  .s1__wrap {
    width: 100%;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .s1__wrap {
    padding: 20px 15px 50px;
    border-radius: 15px;
  }
}
.s1__wrap::before {
  content: "";
  display: block;
  width: 50px;
  height: 304px;
  background: #ffffff;
  position: absolute;
  left: -30px;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .s1__wrap::before {
    display: none;
  }
}
.s1__title {
  font-size: 1.875rem;
  font-weight: 900;
  color: #2868a2;
  letter-spacing: 0.01em;
}
@media (max-width: 1199px) {
  .s1__title {
    font-size: 1.625rem;
  }
}
.s1__subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.01em;
  line-height: 2.16667;
  margin-top: 6px;
}
@media (max-width: 1199px) {
  .s1__subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .s1__subtitle {
    letter-spacing: 0;
  }
}
.s1__text {
  font-size: 1.125rem;
  font-weight: 400;
  color: #547d9e;
  letter-spacing: 0.01em;
  line-height: 1.7778;
  margin-top: 7px;
}
@media (max-width: 1199px) {
  .s1__text {
    font-size: 1rem;
  }
}
.s1__text-item {
  margin-top: 10px;
}
.s1__text-item:first-child {
  margin-top: 0;
}
.s1__text .highlight {
  color: #1e7bd1;
  font-weight: 700;
}
.s1__video {
  background: #2868a2;
  border-radius: 15px;
  width: 432px;
  padding: 18px 18px 0;
  position: absolute;
  top: -16px;
  left: -464px;
  z-index: 99;
}
@media (max-width: 1599px) {
  .s1__video {
    top: 100px;
    left: -460px;
  }
}
@media (max-width: 1199px) {
  .s1__video {
    width: 340px;
    left: -354px;
    padding: 10px 10px 0;
  }
}
@media (max-width: 991px) {
  .s1__video {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s1__video {
    width: 100%;
  }
}
.s1__video-head iframe {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .s1__video-head iframe {
    height: 160px;
  }
}
.s1__video-body {
  padding-top: 11px;
  padding-bottom: 16px;
  padding-right: 60px;
  position: relative;
  display: block;
}
@media (max-width: 1199px) {
  .s1__video-body {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .s1__video-body {
    padding-right: 40px;
  }
}
.s1__video-body::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/index/s1-video-icon.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 10px;
}
@media (max-width: 1199px) {
  .s1__video-body::after {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .s1__video-body::after {
    width: 26px;
    height: 26px;
    right: 6px;
  }
}
@media (hover: hover) {
  .s1__video-body:hover::after {
    -webkit-animation: ani-scale 0.8s ease infinite;
            animation: ani-scale 0.8s ease infinite;
  }
}
.s1__video-title {
  font-size: 1.625rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.2em;
  line-height: 1.2em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 1.2em;
}
@media (max-width: 1199px) {
  .s1__video-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .s1__video-title {
    font-size: 1.125rem;
  }
}

.s2 {
  margin-top: 36px;
}
.s2__wrap {
  -webkit-box-shadow: 0 0 38px rgba(143, 175, 170, 0.57);
          box-shadow: 0 0 38px rgba(143, 175, 170, 0.57);
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .s2__wrap {
    border-radius: 15px;
  }
}
.s2__head {
  background: #ffffff;
  padding: 8px;
}
.s2__body {
  background: #41bdce;
  padding: 22px 70px;
}
@media (max-width: 1399px) {
  .s2__body {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media (max-width: 1199px) {
  .s2__body {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .s2__body {
    padding: 15px;
  }
}
.s2__title {
  width: 226px;
  height: 54px;
  background: url("../images/index/s2-title.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .s2__title {
    width: 180px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .s2__title {
    width: 144px;
    height: 32px;
  }
}
.s2__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .s2__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
}
.s2__item {
  width: 198px;
}
@media (max-width: 1199px) {
  .s2__item {
    width: calc(20% - 10px);
  }
}
@media (max-width: 991px) {
  .s2__item {
    width: calc(33.33% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
  }
  .s2__item:nth-child(1) {
    margin-top: 0;
  }
  .s2__item:nth-child(2) {
    margin-top: 0;
  }
  .s2__item:nth-child(3) {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .s2__item {
    width: calc(50% - 10px);
  }
  .s2__item:nth-child(3) {
    margin-top: 10px;
  }
}
.s2__text {
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .s2__text {
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .s2__text {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .s2__text {
    font-size: 0.8125rem;
  }
}

.news {
  position: relative;
}
.news__wrap {
  border-radius: 23px;
  border-top-left-radius: 0;
  position: relative;
  margin-top: 86px;
  padding-left: 74px;
  padding-right: 74px;
  padding-bottom: 47px;
}
@media (max-width: 1399px) {
  .news__wrap {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .news__wrap {
    padding-top: 40px;
    border-top-left-radius: 23px;
  }
}
@media (max-width: 767px) {
  .news__wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.news__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 37px;
  position: absolute;
  left: 0;
  top: -37px;
}
.news__wrap:first-child {
  margin-top: 36px;
}
@media (max-width: 1399px) {
  .news__wrap:first-child {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .news__wrap:first-child {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .news__wrap:first-child {
    margin-top: 0;
  }
}
.news__wrap--green {
  background: #c5f7ee;
}
.news__wrap--green::before {
  background: url("../images/news/news-bg-green.png");
  background-size: auto;
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .news__wrap--green::before {
    display: none;
  }
}
.news__wrap--pink {
  background: #ffe1d7;
}
.news__wrap--pink::before {
  background: url("../images/news/news-bg-pink.png");
  background-size: auto;
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .news__wrap--pink::before {
    display: none;
  }
}
.news__wrap--blue {
  background: #2868a2;
}
.news__wrap--blue::before {
  background: url("../images/news/news-bg-blue.png");
  background-size: auto;
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .news__wrap--blue::before {
    display: none;
  }
}
.news__wrap--blue .news__title {
  color: #ffffff;
}
.news__wrap--gray {
  background: #f2f2f2;
}
.news__wrap--gray::before {
  background: url("../images/news/news-bg-gray.png");
  background-size: auto;
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .news__wrap--gray::before {
    background: url("../images/news/news-bg-gray2.png");
    background-size: auto;
    background-position: left bottom;
    background-repeat: no-repeat;
  }
}
@media (max-width: 991px) {
  .news__wrap--gray::before {
    display: none;
  }
}
.news__wrap--gray .news__title {
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .news__wrap--gray .news__title {
    padding-right: 0;
  }
}
@media (max-width: 1399px) {
  .news__wrap--gray .news__title {
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .news__wrap--gray .news__title {
    padding-top: 0;
  }
}
.news__wrap--gray .news__body {
  padding-top: 35px;
}
@media (max-width: 991px) {
  .news__wrap--gray .news__body {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .news__wrap--gray .news__body {
    padding-top: 20px;
  }
}
.news__head {
  padding-bottom: 26px;
  border-bottom: 5px solid #ffffff;
  position: relative;
}
@media (max-width: 991px) {
  .news__head {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .news__head {
    border-width: 3px;
    padding-bottom: 16px;
  }
}
.news__title {
  font-size: 2rem;
  font-weight: 700;
  color: #2868a2;
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  .news__title {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .news__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .news__title {
    font-size: 1.375rem;
    letter-spacing: 0;
  }
}
.news__body {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .news__body {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .news__body {
    padding-top: 20px;
  }
}
.news__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  background: #2868a2;
  padding: 8px 50px 8px 8px;
  width: 496px;
  position: absolute;
  top: -52px;
  right: 0;
}
@media (max-width: 1199px) {
  .news__btn {
    width: 430px;
  }
}
@media (max-width: 767px) {
  .news__btn {
    width: 355px;
    padding-right: 40px;
    top: -60px;
  }
}
@media (max-width: 480px) {
  .news__btn {
    width: 300px;
    right: calc(50% - 150px);
  }
}
@media (max-width: 374px) {
  .news__btn {
    width: 100%;
    right: 0;
  }
}
.news__btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url("../images/news/news-item-icon-2.svg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 8px);
  right: 25px;
}
@media (max-width: 1199px) {
  .news__btn::after {
    width: 16px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .news__btn::after {
    right: 15px;
  }
}
@media (hover: hover) {
  .news__btn:hover::after {
    -webkit-animation: ani-scale 0.8s ease infinite;
            animation: ani-scale 0.8s ease infinite;
  }
}
.news__btn-logo {
  width: 184px;
  margin-right: 16px;
}
@media (max-width: 1199px) {
  .news__btn-logo {
    width: 164px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .news__btn-logo {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .news__btn-logo {
    width: 90px;
  }
}
@media (max-width: 374px) {
  .news__btn-logo {
    width: 70px;
  }
}
.news__btn-logo img {
  display: block;
}
.news__btn-title {
  font-size: 1.375rem;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@media (max-width: 1199px) {
  .news__btn-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .news__btn-title {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .news__btn-title {
    font-size: 0.875rem;
  }
}
@media (max-width: 374px) {
  .news__btn-title {
    font-size: 0.75rem;
  }
}
.news__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 22px);
  margin-left: -11px;
  margin-right: -11px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news__link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.news__link-item {
  background: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 29px rgba(143, 175, 170, 0.35);
          box-shadow: 0 0 29px rgba(143, 175, 170, 0.35);
  padding: 15px 18px;
  display: block;
  width: calc(50% - 22px);
  margin-top: 15px;
  margin-left: 11px;
  margin-right: 11px;
  min-height: 82px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news__link-item:nth-child(1) {
  margin-top: 0;
}
.news__link-item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .news__link-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: auto;
  }
  .news__link-item:nth-child(2) {
    margin-top: 15px;
  }
}
.news__link-item--app1 .news__link-title::after {
  display: none;
}
.news__link-item--app1 .news__link-link {
  margin-top: 10px;
}
.news__link-item--app2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 991px) {
  .news__link-item--app2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news__link-item--app2 .news__link-title {
  width: calc(100% - 380px);
}
@media (max-width: 1399px) {
  .news__link-item--app2 .news__link-title {
    width: calc(100% - 285px);
  }
}
@media (max-width: 1199px) {
  .news__link-item--app2 .news__link-title {
    width: calc(100% - 225px);
  }
}
@media (max-width: 991px) {
  .news__link-item--app2 .news__link-title {
    width: 100%;
  }
}
.news__link-item--app2 .news__link-title::after {
  display: none;
}
.news__link-item--app2 .news__link-link {
  width: 380px;
}
@media (max-width: 1399px) {
  .news__link-item--app2 .news__link-link {
    width: 285px;
  }
}
@media (max-width: 1199px) {
  .news__link-item--app2 .news__link-link {
    width: 225px;
  }
}
@media (max-width: 991px) {
  .news__link-item--app2 .news__link-link {
    width: 100%;
    margin-top: 5px;
  }
}
.news__link-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #454545;
  letter-spacing: 0.01em;
  position: relative;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .news__link-title {
    font-size: 1.125rem;
  }
}
.news__link-title::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url("../images/news/news-item-icon.svg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .news__link-title::after {
    width: 16px;
    height: 14px;
  }
}
.news__link-text {
  font-size: 1.125rem;
  color: #afafaf;
  letter-spacing: 0.01em;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .news__link-text {
    font-size: 0.875rem;
  }
}
.news__link-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news__link-app {
  margin-left: 16px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1399px) {
  .news__link-app {
    margin-left: 10px;
  }
}
.news__link-app:first-child {
  margin-left: 0;
}
@media (hover: hover) {
  .news__link-app:hover {
    opacity: 0.8;
  }
}
.news__link-app img {
  display: block;
  height: 61px;
}
@media (max-width: 1399px) {
  .news__link-app img {
    height: 46px;
  }
}
@media (max-width: 1199px) {
  .news__link-app img {
    height: 36px;
  }
}
@media (hover: hover) {
  .news a.news__link-item:hover .news__link-title::after {
    -webkit-animation: ani-scale 0.8s ease infinite;
            animation: ani-scale 0.8s ease infinite;
  }
}
@media (hover: hover) {
  .news a.news__item:hover .news__item-title::after {
    -webkit-animation: ani-scale 0.8s ease infinite;
            animation: ani-scale 0.8s ease infinite;
  }
}
.news__remark {
  font-size: 1rem;
  color: #858585;
  letter-spacing: 0.01em;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .news__remark {
    font-size: 0.875rem;
    margin-top: 15px;
  }
}
.news__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 22px);
  margin-left: -11px;
  margin-right: -11px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news__block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.news__item {
  background: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 29px rgba(143, 175, 170, 0.35);
          box-shadow: 0 0 29px rgba(143, 175, 170, 0.35);
  padding: 25px 18px 30px;
  display: block;
  width: calc(50% - 22px);
  margin-top: 15px;
  margin-left: 11px;
  margin-right: 11px;
}
.news__item:nth-child(1) {
  margin-top: 0;
}
.news__item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .news__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .news__item:nth-child(2) {
    margin-top: 15px;
  }
}
.news__item-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #454545;
  letter-spacing: 0.01em;
  position: relative;
  padding-right: 34px;
}
@media (max-width: 1199px) {
  .news__item-title {
    font-size: 1.125rem;
  }
}
.news__item-text {
  font-size: 1.375rem;
  font-weight: 500;
  color: #454545;
  letter-spacing: 0.01em;
  line-height: 1.45;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .news__item-text {
    font-size: 1.125rem;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .news__item-text {
    font-size: 1rem;
  }
}
.news__item-text .tag {
  display: inline-block;
  border: 1px solid #454545;
  line-height: 1;
  padding: 4px 7px;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .news__item-text .tag {
    padding: 6px 5px;
    margin-right: 5px;
  }
}
.news__item-text .highlight {
  display: inline-block;
  font-size: 1.6363em;
  font-weight: 700;
  color: #ee2737;
  line-height: 1;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.news__item-text .mt {
  margin-top: 15px;
}
.news__item-text .underline {
  position: relative;
}
.news__item-text .underline::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #fbe642;
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media (max-width: 991px) {
  .news__item-text .underline::before {
    height: 15px;
  }
}
.news__item-text .underline__item {
  position: relative;
  z-index: 2;
}
.news__item-remark {
  font-size: 1.125rem;
  font-weight: 500;
  color: #454545;
  line-height: 1.444;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .news__item-remark {
    font-size: 1rem;
  }
}
.news__social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 14px;
}
@media (max-width: 1199px) {
  .news__social {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
}
.news__social-item {
  text-align: center;
  width: 108px;
  margin-top: 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news__social-item:nth-child(1) {
  margin-top: 0;
}
.news__social-item:nth-child(2) {
  margin-top: 0;
}
.news__social-item:nth-child(3) {
  margin-top: 0;
}
.news__social-item:nth-child(4) {
  margin-top: 0;
}
@media (hover: hover) {
  .news__social-item:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1199px) {
  .news__social-item {
    width: calc(25% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 480px) {
  .news__social-item {
    width: calc(50% - 10px);
  }
  .news__social-item:nth-child(3) {
    margin-top: 10px;
  }
  .news__social-item:nth-child(4) {
    margin-top: 10px;
  }
}
.news__social-img {
  margin-left: auto;
  margin-right: auto;
}
.news__social-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #454545;
  margin-top: 4px;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .news__social-title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .news__social-title {
    font-size: 0.875rem;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .news__social-title {
    font-size: 1rem;
  }
}
.news__phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 22px);
  margin-left: -11px;
  margin-right: -11px;
}
@media (max-width: 767px) {
  .news__phone {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news__phone-item {
  width: calc(50% - 22px);
  margin-left: 11px;
  margin-right: 11px;
}
@media (max-width: 767px) {
  .news__phone-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
  .news__phone-item:first-child {
    margin-top: 0;
  }
}
.news__phone-col {
  border-radius: 15px;
  background: #ffffff;
  margin-top: 14px;
}
@media (max-width: 767px) {
  .news__phone-col {
    margin-top: 15px;
  }
}
.news__phone-col:first-child {
  margin-top: 0;
}
.news__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #454545;
}
@media (max-width: 1199px) {
  .news__info {
    font-size: 1.125rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .news__info {
    padding: 10px;
  }
}
.news__info-head {
  width: 238px;
  padding-left: 18px;
}
@media (max-width: 1199px) {
  .news__info-head {
    width: 190px;
  }
}
@media (max-width: 991px) {
  .news__info-head {
    width: 100%;
  }
}
.news__info-body {
  width: calc(100% - 238px);
  border-left: 2px solid #2767a0;
  min-height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1199px) {
  .news__info-body {
    width: calc(100% - 190px);
    min-height: 52px;
  }
}
@media (max-width: 991px) {
  .news__info-body {
    width: 100%;
    border-top: 2px solid #2767a0;
    border-left: none;
    padding-top: 10px;
    margin-top: 10px;
  }
}
.news__info-item {
  color: #454545;
  letter-spacing: 0.01em;
  margin-top: 5px;
}
.news__info-item:first-child {
  margin-top: 0;
}
.news__info-item::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/news/news-info-icon.svg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.news__police {
  padding: 24px 20px 20px;
}
@media (max-width: 991px) {
  .news__police {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .news__police {
    padding: 20px 15px;
  }
}
.news__police-img {
  width: 442px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .news__police-img {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .news__police-img {
    width: 440px;
    max-width: 90%;
  }
}
.news__police-img img {
  display: block;
}
.news__police-btn {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
  background: #0a3c92;
  padding: 6px;
  border-radius: 10em;
  margin-top: 22px;
}
@media (max-width: 1199px) {
  .news__police-btn {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .news__police-btn {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .news__police-btn {
    font-size: 1rem;
  }
}
@media (max-width: 374px) {
  .news__police-btn {
    font-size: 0.875rem;
    margin-top: 10px;
  }
}
.news__police-btn .highlight {
  font-size: 2.18181em;
  line-height: 1;
  margin-right: 15px;
  display: inline-block;
}
@media (max-width: 480px) {
  .news__police-btn .highlight {
    margin-right: 10px;
  }
}
@media (max-width: 374px) {
  .news__police-btn .highlight {
    margin-right: 5px;
  }
}
.news__police-btn::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/news/news-police-icon.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .news__police-btn::before {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .news__police-btn::before {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 374px) {
  .news__police-btn::before {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
}
.news__content {
  font-size: 1.125rem;
  font-weight: 400;
  color: #547d9e;
  line-height: 1.7778;
  border-bottom: 5px solid #ffffff;
  padding-bottom: 42px;
}
@media (max-width: 991px) {
  .news__content {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .news__content {
    border-width: 3px;
    padding-bottom: 35px;
  }
}
.news__content a {
  color: #547d9e;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .news__content a:hover {
    opacity: 0.8;
  }
}
.news__img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .news__img {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .news__img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
  }
}
.news__img-item {
  border-radius: 15px;
  overflow: hidden;
  width: calc(50% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 30px;
}
.news__img-item:nth-child(1) {
  margin-top: 0;
}
.news__img-item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 991px) {
  .news__img-item {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .news__img-item {
    width: 80%;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .news__img-item:nth-child(2) {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .news__img-item {
    width: 100%;
  }
}
.news__img-item img {
  display: block;
}
.news__bear {
  background: url("../images/news/news-bear.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 266px;
  height: 224px;
  position: absolute;
  left: -106px;
  bottom: -80px;
}
@media (max-width: 1599px) {
  .news__bear {
    left: -50px;
  }
}
@media (max-width: 1399px) {
  .news__bear {
    left: -90px;
  }
}
@media (max-width: 1199px) {
  .news__bear {
    width: 200px;
    height: 160px;
    bottom: -44px;
    left: -50px;
  }
}
@media (max-width: 767px) {
  .news__bear {
    bottom: -80px;
    width: 160px;
    height: 130px;
    left: 0;
  }
}

.show--mobile {
  display: none;
}
@media (max-width: 767px) {
  .show--mobile {
    display: block;
  }
}

.main--index {
  background: url("../images/index/bg-index_01.jpg"), url("../images/index/bg-index_02.jpg");
  background-size: 100% auto, 100% auto;
  background-position: center top, center top;
  background-repeat: no-repeat, repeat-y;
  padding-bottom: 44px;
}
.main--inside {
  background: url("../images/news/bg-inside.jpg");
  background-size: auto;
  background-position: left top;
  background-repeat: repeat;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .main--inside {
    padding-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .main--inside {
    padding-bottom: 80px;
  }
}

.banner {
  position: relative;
}
.banner::before {
  content: "";
  display: block;
  width: 648px;
  height: calc(100% - 35px);
  position: absolute;
  top: 35px;
  left: 0;
}
@media (max-width: 1399px) {
  .banner::before {
    width: 530px;
  }
}
@media (max-width: 1199px) {
  .banner::before {
    width: 460px;
  }
}
@media (max-width: 991px) {
  .banner::before {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .banner::before {
    width: 300px;
    top: auto;
    left: calc(50% - 150px);
    bottom: 0;
    height: 180px;
  }
}
.banner--1::before {
  background: url("../images/news/banner-img-1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
.banner--1 .banner__title {
  background: url("../images/news/banner-title-1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.banner--2::before {
  background: url("../images/news/banner-img-2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
.banner--2 .banner__title {
  background: url("../images/news/banner-title-2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.banner--3::before {
  background: url("../images/news/banner-img-3.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
.banner--3 .banner__title {
  background: url("../images/news/banner-title-3.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.banner__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 48px;
  height: 400px;
}
@media (max-width: 1599px) {
  .banner__wrap {
    padding-right: 0;
  }
}
@media (max-width: 1399px) {
  .banner__wrap {
    padding-right: 0;
    height: 360px;
  }
}
@media (max-width: 1199px) {
  .banner__wrap {
    height: 320px;
  }
}
@media (max-width: 991px) {
  .banner__wrap {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .banner__wrap {
    height: auto;
    padding-bottom: 160px;
  }
}
.banner__title {
  width: 702px;
  height: 198px;
  margin-left: auto;
  margin-right: 0;
  text-indent: -9999px;
}
@media (max-width: 1399px) {
  .banner__title {
    margin-right: -30px;
  }
}
@media (max-width: 1199px) {
  .banner__title {
    width: 550px;
    height: 145px;
    margin-right: -10px;
  }
}
@media (max-width: 991px) {
  .banner__title {
    width: 440px;
    height: 120px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .banner__title {
    width: 350px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
  }
}