@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900&display=swap");
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


html#scoped {
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html#scoped * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans TC", sans-serif;
}
html#scoped.no-scroll {
  overflow: hidden;
}
html#scoped body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
html#scoped .preload-images {
  position: fixed;
  left: 101vw;
}
html#scoped img {
  display: block;
  width: 100%;
  max-width: 100%;
}
html#scoped .d {
  display: block;
}
html#scoped .d.inline {
  display: inline;
  line-height: 0;
}
html#scoped .d.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  html#scoped .d {
    display: none;
  }
  html#scoped .d.inline {
    display: none;
  }
  html#scoped .d.flex {
    display: none;
  }
}
html#scoped .m {
  display: none;
}
html#scoped .m.inline {
  display: none;
}
html#scoped .m.flex {
  display: none;
}
@media screen and (max-width: 800px) {
  html#scoped .m {
    display: block;
  }
  html#scoped .m.inline {
    display: inline;
    line-height: 0;
  }
  html#scoped .m.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

html#scoped .common-center-wrap {
  width: 1280px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 40px;
}
@media screen and (min-width: 1921px) {
  html#scoped .common-center-wrap {
    width: 66.67vw;
    padding: 0 2.08vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped .common-center-wrap {
    width: 100%;
    padding: 0 3.13vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped .common-center-wrap {
    padding: 0 4.27vw;
  }
}
html#scoped .breadcrumbs {
  width: 1280px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 40px;
  padding-top: 32px;
  font-size: 14px;
  letter-spacing: 0.13em;
  color: #8B9CA4;
}
@media screen and (min-width: 1921px) {
  html#scoped .breadcrumbs {
    width: 66.67vw;
    padding: 0 2.08vw;
    padding-top: 1.67vw;
    font-size: 0.73vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped .breadcrumbs {
    width: 100%;
    padding: 0 3.13vw;
    padding-top: 2.5vw;
    font-size: 1.09vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped .breadcrumbs {
    padding: 0 4.27vw;
    padding-top: 4.27vw;
    padding-bottom: 4.27vw;
    font-size: 3.73vw;
  }
}
html#scoped .breadcrumbs a {
  text-decoration: none;
  color: #8B9CA4;
}
html#scoped .breadcrumbs .current-page {
  color: #333333;
}
html#scoped .pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 1921px) {
  html#scoped .pagination-wrap {
    margin-top: 2.08vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped .pagination-wrap {
    margin-top: 3.13vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped .pagination-wrap {
    margin-top: 10.67vw;
  }
}
html#scoped .pagination-wrap .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 8px;
  background-color: #EEEEEE;
  border-radius: 4px;
}
@media screen and (min-width: 1921px) {
  html#scoped .pagination-wrap .pagination {
    padding: 0.31vw 0.42vw;
    border-radius: 0.21vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped .pagination-wrap .pagination {
    padding: 0.47vw 0.63vw;
    border-radius: 0.31vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped .pagination-wrap .pagination {
    padding: 1.6vw 2.13vw;
    border-radius: 1.07vw;
  }
}
html#scoped .pagination-wrap .pagination a {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 16px;
  border-radius: 4px;
  margin: 0 4px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1921px) {
  html#scoped .pagination-wrap .pagination a {
    width: 1.25vw;
    height: 1.25vw;
    line-height: 1.25vw;
    font-size: 0.83vw;
    border-radius: 0.21vw;
    margin: 0 0.21vw;
    background-size: 1.25vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped .pagination-wrap .pagination a {
    width: 1.88vw;
    height: 1.88vw;
    line-height: 1.88vw;
    font-size: 1.25vw;
    border-radius: 0.31vw;
    margin: 0 0.31vw;
    background-size: 1.88vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped .pagination-wrap .pagination a {
    width: 6.4vw;
    height: 6.4vw;
    line-height: 6.4vw;
    font-size: 4.27vw;
    border-radius: 1.07vw;
    margin: 0 1.07vw;
    background-size: 6.4vw;
  }
}
html#scoped .pagination-wrap .pagination a:hover, html#scoped .pagination-wrap .pagination a.active {
  background-color: #333333;
  color: white;
  font-weight: bold;
}
html#scoped .pagination-wrap .pagination a:hover img, html#scoped .pagination-wrap .pagination a.active img {
  opacity: 1;
}
html#scoped .pagination-wrap .pagination a.prev {
  background-image: url("../assets/prev-page.png");
}
html#scoped .pagination-wrap .pagination a.next {
  background-image: url("../assets/next-page.png");
}
html#scoped .pagination-wrap .pagination a img {
  opacity: 0;
}
html#scoped .skip-link {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
html#scoped .skip-link:focus {
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  background-color: #000;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  z-index: 999999;
  display: block;
  margin: 0;
  border: 2px solid #fff;
}
html#scoped .keyboard-focused {
  outline: 3px solid #005fcc !important;
  outline-offset: 2px !important;
  position: relative;
  z-index: 1000;
}
html#scoped *:focus {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}
html#scoped .search-section {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
html#scoped .search-section:focus {
  position: static !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  background-color: #f0f0f0;
  padding: 8px 16px;
  border: 2px solid #005fcc;
  z-index: 999999;
}

html#scoped {
  padding-top: 70px;
}
@media screen and (min-width: 1921px) {
  html#scoped {
    padding-top: 3.65vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped {
    padding-top: 5.47vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped {
    padding-top: 13.33vw;
  }
}

html#scoped header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 70px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
html#scoped header.active {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1921px) {
  html#scoped header {
    height: 3.65vw;
  }
  html#scoped header.active {
    backdrop-filter: blur(0.1vw);
    -webkit-box-shadow: 0 0 0.52vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0.52vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1279px) {
  html#scoped header {
    height: 5.47vw;
  }
  html#scoped header.active {
    backdrop-filter: blur(0.16vw);
    -webkit-box-shadow: 0 0 0.78vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0.78vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 800px) {
  html#scoped header {
    height: 13.33vw;
    background-color: white;
    -webkit-box-shadow: 0 0 2.67vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 2.67vw rgba(0, 0, 0, 0.1);
  }
  html#scoped header.active {
    background-color: white;
    -webkit-box-shadow: 0 0 1.07vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 1.07vw rgba(0, 0, 0, 0.1);
  }
}
html#scoped header .common-center-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 800px) {
  html#scoped header .common-center-wrap {
    padding-right: 0;
  }
}
html#scoped header .logo-wrap a {
  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;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}
html#scoped header .logo-wrap a img {
  height: 70px;
  width: auto;
}
@media screen and (min-width: 1921px) {
  html#scoped header .logo-wrap a img {
    height: 3.65vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped header .logo-wrap a img {
    height: 5.47vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped header .logo-wrap a img {
    height: 13.33vw;
  }
}
html#scoped header .mobile-menu {
  width: 13.33vw;
  height: 13.33vw;
  cursor: pointer;
  position: relative;
  display: none;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}
html#scoped header .mobile-menu.active .open {
  opacity: 0;
}
html#scoped header .mobile-menu.active .close {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  html#scoped header .mobile-menu {
    display: block;
  }
}
html#scoped header .mobile-menu .control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10.67vw;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
html#scoped header .mobile-menu .open {
  background-image: url("../assets/menu-open.png");
}
html#scoped header .mobile-menu .close {
  background-image: url("../assets/menu-close.png");
  opacity: 0;
}
html#scoped header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
}
@media screen and (min-width: 1921px) {
  html#scoped header nav {
    margin-right: -0.52vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped header nav {
    margin-right: -0.78vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped header nav {
    position: fixed;
    top: 13.33vw;
    width: 100%;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100vh - 13.33vw);
    background-color: white;
    left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  html#scoped header nav.active {
    opacity: 1;
    visibility: visible;
  }
  html#scoped header nav.active a {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
html#scoped header nav a {
  line-height: 70px;
  padding: 0 10px;
  text-decoration: none;
  color: #333333;
  font-size: 16px;
}
html#scoped header nav a:hover, html#scoped header nav a.active {
  color: #1976D2;
}
@media screen and (min-width: 1921px) {
  html#scoped header nav a {
    font-size: 0.83vw;
    line-height: 3.65vw;
    padding: 0 0.52vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped header nav a {
    font-size: 1.25vw;
    line-height: 5.47vw;
    padding: 0 0.78vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped header nav a {
    display: block;
    font-size: 4.27vw;
    line-height: 8.53vw;
    padding: 2.67vw 0;
    text-align: center;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(5.33vw);
        -ms-transform: translateY(5.33vw);
            transform: translateY(5.33vw);
  }
  html#scoped header nav a:nth-of-type(1) {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  html#scoped header nav a:nth-of-type(2) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  html#scoped header nav a:nth-of-type(3) {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  html#scoped header nav a:nth-of-type(4) {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
}

html#scoped footer {
    background-color: #7A93DC;
    padding: 40px 0;
    color: white;
}
@media screen and (min-width: 1921px) {
  html#scoped footer {
    padding: 2.08vw 0;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped footer {
    padding: 3.13vw 0;
  }
}
@media screen and (max-width: 800px) {
  html#scoped footer {
    padding: 6.4vw 0;
  }
}
html#scoped footer a {
  color: white;
  text-decoration: none;
}
html#scoped footer .logo-wrap a {
  display: inline-block;
}
html#scoped footer .logo-wrap a img.logo1 {
  height: 42px;
  width: auto;
}
@media screen and (min-width: 1921px) {
  html#scoped footer .logo-wrap a img.logo1 {
    height: 2.19vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped footer .logo-wrap a img.logo1 {
    height: 3.28vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped footer .logo-wrap a img.logo1 {
    height: 11.2vw;
  }
}
html#scoped footer .logo-wrap a img.logo2 {
  height: 50px;
  width: auto;
  margin-top: 12px;
}
@media screen and (min-width: 1921px) {
  html#scoped footer .logo-wrap a img.logo2 {
    height: 2.6vw;
    margin-top: 0.63vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped footer .logo-wrap a img.logo2 {
    height: 3.91vw;
    margin-top: 0.94vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped footer .logo-wrap a img.logo2 {
    height: 13.33vw;
    margin-top: 1.5vw;
  }
}
html#scoped footer .separator {
  height: 1px;
  background-color: #8B9CA4;
  margin: 6.4vw 0;
}
html#scoped footer .big-flex {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1921px) {
  html#scoped footer .big-flex {
    margin-top: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped footer .big-flex {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped footer .big-flex {
    display: block;
    margin-top: 4.27vw;
  }
}
html#scoped footer .big-flex .info-wrap .info {
  font-size: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1921px) {
  html#scoped footer .big-flex .info-wrap .info {
    font-size: 0.83vw;
    margin-bottom: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped footer .big-flex .info-wrap .info {
    font-size: 1.25vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped footer .big-flex .info-wrap .info {
    font-size: 4.27vw;
    margin-bottom: 3.6vw;
  }
}
html#scoped footer .big-flex .info-wrap span.bold {
  font-weight: bold;
}
html#scoped footer .big-flex .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
}
@media screen and (min-width: 1921px) {
  html#scoped footer .big-flex .flex-wrap {
    margin-top: -2.6vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped footer .big-flex .flex-wrap {
    margin-top: -3.91vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped footer .big-flex .flex-wrap {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.27vw;
  }
}
html#scoped footer .big-flex .flex-wrap .group {
  margin-left: 50px;
}
@media screen and (min-width: 1921px) {
  html#scoped footer .big-flex .flex-wrap .group {
    margin-left: 2.6vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped footer .big-flex .flex-wrap .group {
    margin-left: 3.91vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped footer .big-flex .flex-wrap .group {
    margin-left: 0;
    width: 100%;
  }
}
html#scoped footer .big-flex .flex-wrap .group .heading {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 1921px) {
  html#scoped footer .big-flex .flex-wrap .group .heading {
    font-size: 0.94vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped footer .big-flex .flex-wrap .group .heading {
    font-size: 1.41vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped footer .big-flex .flex-wrap .group .heading {
    font-size: 4.8vw;
  }
}
html#scoped footer .big-flex .flex-wrap .group ul {
  margin: 0;
  padding-left: 1.6em;
  margin-top: 4px;
}
@media screen and (min-width: 1921px) {
  html#scoped footer .big-flex .flex-wrap .group ul {
    margin-top: 0.21vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped footer .big-flex .flex-wrap .group ul {
    margin-top: 0.31vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped footer .big-flex .flex-wrap .group ul {
    margin-top: 1.07vw;
  }
}
html#scoped footer .big-flex .flex-wrap .group ul li {
  margin: 0;
  padding: 0;
  margin: 8px 0;
}
@media screen and (min-width: 1921px) {
  html#scoped footer .big-flex .flex-wrap .group ul li {
    margin: 0.42vw 0;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped footer .big-flex .flex-wrap .group ul li {
    margin: 0.63vw 0;
  }
}
@media screen and (max-width: 800px) {
  html#scoped footer .big-flex .flex-wrap .group ul li {
    margin: 2.13vw 0;
  }
}
html#scoped footer .big-flex .flex-wrap .group ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (min-width: 1921px) {
  html#scoped footer .big-flex .flex-wrap .group ul li a {
    font-size: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped footer .big-flex .flex-wrap .group ul li a {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped footer .big-flex .flex-wrap .group ul li a {
    font-size: 4.27vw;
  }
}
html#scoped footer .big-flex .flex-wrap .group .logo img {
  width: 88px;
  height: auto;
  margin-top: 12px;
}
@media screen and (min-width: 1921px) {
  html#scoped footer .big-flex .flex-wrap .group .logo img {
    width: 4.58vw;
    margin-top: 0.63vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped footer .big-flex .flex-wrap .group .logo img {
    width: 6.88vw;
    margin-top: 0.94vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped footer .big-flex .flex-wrap .group .logo img {
    width: 23.47vw;
    margin-top: 0.8vw;
  }
}
html#scoped footer .copyright {
  font-size: 16px;
}
@media screen and (min-width: 1921px) {
  html#scoped footer .copyright {
    font-size: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped footer .copyright {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped footer .copyright {
    font-size: 4.27vw;
  }
}

html#scoped #Landing section {
  padding: 100px 0;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section {
    padding: 5.21vw 0;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section {
    padding: 7.81vw 0;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section {
    padding: 10.67vw 0;
  }
}
html#scoped #Landing section#section1 {
  padding: 0;
}
html#scoped #Landing section#section1 .slide {
  position: relative;
}
html#scoped #Landing section#section1 .slide-text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
html#scoped #Landing section#section1 .slide1 .common-center-wrap {
  position: relative;
}
html#scoped #Landing section#section1 .slide1 .text-wrap {
  position: absolute;
  top: 160px;
  left: 40px;
  z-index: 1;
  padding: 32px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  border-radius: 8px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section1 .slide1 .text-wrap {
    top: 8.33vw;
    left: 2.08vw;
    padding: 1.67vw;
    border-radius: 0.42vw;
  }
}
@media screen and (max-width: 1600px) {
  html#scoped #Landing section#section1 .slide1 .text-wrap {
    top: 7vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section1 .slide1 .text-wrap {
    top: 7vw;
    left: 3.13vw;
    padding: 2.5vw;
    border-radius: 0.63vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section1 .slide1 .text-wrap {
    top: 32vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    padding: 8.53vw;
    text-align: center;
    white-space: nowrap;
    border-radius: 2.13vw;
  }
}
html#scoped #Landing section#section1 .slide1 .text-wrap .t1 {
  font-size: 40px;
  margin: 0;
  font-weight: bold;
  color: #1976D2;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section1 .slide1 .text-wrap .t1 {
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section1 .slide1 .text-wrap .t1 {
    font-size: 3.13vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section1 .slide1 .text-wrap .t1 {
    font-size: 6.4vw;
  }
}
html#scoped #Landing section#section1 .slide1 .text-wrap .t2 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin: 0;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section1 .slide1 .text-wrap .t2 {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section1 .slide1 .text-wrap .t2 {
    font-size: 1.88vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section1 .slide1 .text-wrap .t2 {
    font-size: 4.27vw;
  }
}
html#scoped #Landing section#section1 .slide2 .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  padding: 40px 120px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  border-radius: 8px;
  width: 1000px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section1 .slide2 .text-wrap {
    padding: 2.08vw 6.25vw;
    border-radius: 0.42vw;
    width: 52.08vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section1 .slide2 .text-wrap {
    padding: 3.13vw 9.38vw;
    border-radius: 0.63vw;
    width: 70.31vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section1 .slide2 .text-wrap {
    width: 78.67vw;
    padding: 5.33vw;
    border-radius: 2.13vw;
  }
}
html#scoped #Landing section#section1 .slide2 .text-wrap .t1 {
  font-size: 40px;
  margin: 0;
  font-weight: bold;
  color: #1976D2;
  line-height: 130%;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section1 .slide2 .text-wrap .t1 {
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section1 .slide2 .text-wrap .t1 {
    font-size: 3.13vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section1 .slide2 .text-wrap .t1 {
    font-size: 5.87vw;
  }
}
html#scoped #Landing section#section1 .slide2 .text-wrap .t2 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin: 0;
  margin-top: 16px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section1 .slide2 .text-wrap .t2 {
    font-size: 1.25vw;
    margin-top: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section1 .slide2 .text-wrap .t2 {
    font-size: 1.88vw;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section1 .slide2 .text-wrap .t2 {
    font-size: 4.27vw;
    margin-top: 4.27vw;
  }
}
html#scoped #Landing section#section1 .slider-wrap {
  width: 100%;
  position: relative;
}
html#scoped #Landing section#section1 .slider-wrap .slider-nav {
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  cursor: pointer;
  background-color: rgba(38, 77, 97, 0.5);
  border-radius: 4px;
}
html#scoped #Landing section#section1 .slider-wrap .slider-nav:hover {
  background-color: rgba(38, 77, 97, 0.8);
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section1 .slider-wrap .slider-nav {
    width: 1.56vw;
    height: 1.56vw;
    top: calc(50% - 0.78vw);
    border-radius: 0.21vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section1 .slider-wrap .slider-nav {
    width: 2.34vw;
    height: 2.34vw;
    top: calc(50% - 1.17vw);
    border-radius: 0.31vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section1 .slider-wrap .slider-nav {
    width: 8vw;
    height: 8vw;
    top: calc(50% - 4vw);
    border-radius: 1.07vw;
  }
}
html#scoped #Landing section#section1 .slider-wrap .slider-nav img {
  display: block;
  width: 100%;
}
html#scoped #Landing section#section1 .slider-wrap .prev {
  left: 16px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section1 .slider-wrap .prev {
    left: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section1 .slider-wrap .prev {
    left: 0.6vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section1 .slider-wrap .prev {
    left: 2.13vw;
  }
}
html#scoped #Landing section#section1 .slider-wrap .next {
  right: 16px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section1 .slider-wrap .next {
    right: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section1 .slider-wrap .next {
    right: 0.6vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section1 .slider-wrap .next {
    right: 2.13vw;
  }
}
html#scoped #Landing section#section2 h2, html#scoped #Landing section#section2 h1 {
  font-size: 36px;
  font-weight: bold;
  color: #1976D2;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section2 h2, html#scoped #Landing section#section2 h1 {
    font-size: 1.88vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section2 h2, html#scoped #Landing section#section2 h1 {
    font-size: 2.81vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section2 h2, html#scoped #Landing section#section2 h1 {
    font-size: 6.4vw;
  }
}
html#scoped #Landing section#section2 .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section2 .flex-wrap {
    margin-top: 3.13vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section2 .flex-wrap {
    margin-top: 4.69vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section2 .flex-wrap {
    margin-top: 10.67vw;
    display: block;
  }
}
html#scoped #Landing section#section2 .flex-wrap a.card {
  display: block;
  width: 300px;
  height: 295px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
html#scoped #Landing section#section2 .flex-wrap a.card:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section2 .flex-wrap a.card {
    width: 15.63vw;
    height: 15.36vw;
    border-radius: 0.21vw;
  }
  html#scoped #Landing section#section2 .flex-wrap a.card:hover {
    -webkit-box-shadow: 0 0.26vw 0.52vw rgba(0, 0, 0, 0.1), 0 0.31vw 0.31vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 0.26vw 0.52vw rgba(0, 0, 0, 0.1), 0 0.31vw 0.31vw rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-0.1vw);
        -ms-transform: translateY(-0.1vw);
            transform: translateY(-0.1vw);
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section2 .flex-wrap a.card {
    width: 23.44vw;
    height: 23.05vw;
    border-radius: 0.31vw;
  }
  html#scoped #Landing section#section2 .flex-wrap a.card:hover {
    -webkit-box-shadow: 0 0.39vw 0.78vw rgba(0, 0, 0, 0.1), 0 0.47vw 0.47vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 0.39vw 0.78vw rgba(0, 0, 0, 0.1), 0 0.47vw 0.47vw rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-0.16vw);
        -ms-transform: translateY(-0.16vw);
            transform: translateY(-0.16vw);
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section2 .flex-wrap a.card {
    width: 100%;
    height: unset;
    border-radius: 1.07vw;
    margin-bottom: 4.27vw;
  }
  html#scoped #Landing section#section2 .flex-wrap a.card:hover {
    -webkit-box-shadow: 0 1.33vw 2.67vw rgba(0, 0, 0, 0.1), 0 1.6vw 1.6vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 1.33vw 2.67vw rgba(0, 0, 0, 0.1), 0 1.6vw 1.6vw rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-0.53vw);
        -ms-transform: translateY(-0.53vw);
            transform: translateY(-0.53vw);
  }
}
html#scoped #Landing section#section2 .flex-wrap a.card .content {
  padding: 12px 10px;
  background-color: #FCFCFC;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section2 .flex-wrap a.card .content {
    padding: 0.63vw 0.52vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section2 .flex-wrap a.card .content {
    padding: 0.94vw 0.78vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section2 .flex-wrap a.card .content {
    padding: 3.2vw 2.67vw;
  }
}
html#scoped #Landing section#section2 .flex-wrap a.card .content .title {
  font-size: 16px;
  line-height: 160%;
  color: #1976D2;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section2 .flex-wrap a.card .content .title {
    font-size: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section2 .flex-wrap a.card .content .title {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section2 .flex-wrap a.card .content .title {
    font-size: 4.27vw;
  }
}
html#scoped #Landing section#section2 .flex-wrap a.card .content .preview {
  color: #333333;
  font-size: 14px;
  line-height: 180%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section2 .flex-wrap a.card .content .preview {
    font-size: 0.73vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section2 .flex-wrap a.card .content .preview {
    font-size: 1.09vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section2 .flex-wrap a.card .content .preview {
    font-size: 3.73vw;
  }
}
html#scoped #Landing section#section2 .flex-wrap a.card .content .date {
  color: #8B9CA4;
  font-size: 12px;
  line-height: 200%;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section2 .flex-wrap a.card .content .date {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section2 .flex-wrap a.card .content .date {
    font-size: 0.94vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section2 .flex-wrap a.card .content .date {
    font-size: 3.2vw;
  }
}
html#scoped #Landing section#section2 .flex-wrap .list a.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 10px;
}
html#scoped #Landing section#section2 .flex-wrap .list a.item:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section2 .flex-wrap .list a.item {
    width: 28.65vw;
    border-radius: 0.21vw;
  }
  html#scoped #Landing section#section2 .flex-wrap .list a.item:hover {
    -webkit-box-shadow: 0 0.26vw 0.52vw rgba(0, 0, 0, 0.1), 0 0.31vw 0.31vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 0.26vw 0.52vw rgba(0, 0, 0, 0.1), 0 0.31vw 0.31vw rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-0.1vw);
        -ms-transform: translateY(-0.1vw);
            transform: translateY(-0.1vw);
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section2 .flex-wrap .list a.item {
    width: 42.97vw;
    border-radius: 0.31vw;
  }
  html#scoped #Landing section#section2 .flex-wrap .list a.item:hover {
    -webkit-box-shadow: 0 0.39vw 0.78vw rgba(0, 0, 0, 0.1), 0 0.47vw 0.47vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 0.39vw 0.78vw rgba(0, 0, 0, 0.1), 0 0.47vw 0.47vw rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-0.16vw);
        -ms-transform: translateY(-0.16vw);
            transform: translateY(-0.16vw);
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section2 .flex-wrap .list a.item {
    width: 100%;
    border-radius: 1.07vw;
    margin-bottom: 4.27vw;
  }
  html#scoped #Landing section#section2 .flex-wrap .list a.item:hover {
    -webkit-box-shadow: 0 1.33vw 2.67vw rgba(0, 0, 0, 0.1), 0 1.6vw 1.6vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 1.33vw 2.67vw rgba(0, 0, 0, 0.1), 0 1.6vw 1.6vw rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-0.53vw);
        -ms-transform: translateY(-0.53vw);
            transform: translateY(-0.53vw);
  }
}
html#scoped #Landing section#section2 .flex-wrap .list a.item .thumb img {
  width: 115px;
  min-width: 115px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section2 .flex-wrap .list a.item .thumb img {
    width: 5.99vw;
    min-width: 5.99vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section2 .flex-wrap .list a.item .thumb img {
    width: 8.98vw;
    min-width: 8.98vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section2 .flex-wrap .list a.item .thumb img {
    width: 30.67vw;
    min-width: 30.67vw;
  }
}
html#scoped #Landing section#section2 .flex-wrap .list a.item .content {
  padding: 0 16px;
  background-color: #FCFCFC;
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section2 .flex-wrap .list a.item .content {
    padding: 0 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section2 .flex-wrap .list a.item .content {
    padding: 0 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section2 .flex-wrap .list a.item .content {
    padding: 0 4.27vw;
  }
}
html#scoped #Landing section#section2 .flex-wrap .list a.item .content .title {
  font-size: 16px;
  line-height: 160%;
  color: #1976D2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section2 .flex-wrap .list a.item .content .title {
    font-size: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section2 .flex-wrap .list a.item .content .title {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section2 .flex-wrap .list a.item .content .title {
    font-size: 4.27vw;
  }
}
html#scoped #Landing section#section2 .flex-wrap .list a.item .content .preview {
  color: #333333;
  font-size: 14px;
  line-height: 180%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section2 .flex-wrap .list a.item .content .preview {
    font-size: 0.73vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section2 .flex-wrap .list a.item .content .preview {
    font-size: 1.09vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section2 .flex-wrap .list a.item .content .preview {
    font-size: 3.73vw;
  }
}
html#scoped #Landing section#section2 .flex-wrap .list a.item .content .date {
  color: #8B9CA4;
  font-size: 12px;
  line-height: 200%;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section2 .flex-wrap .list a.item .content .date {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section2 .flex-wrap .list a.item .content .date {
    font-size: 0.94vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section2 .flex-wrap .list a.item .content .date {
    font-size: 3.2vw;
  }
}
html#scoped #Landing section#section2 .flex-wrap .flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section2 .flex-wrap .flex-end {
    margin-top: 1.04vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section2 .flex-wrap .flex-end {
    margin-top: 1.56vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section2 .flex-wrap .flex-end {
    margin-top: 4.27vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
html#scoped #Landing section#section2 .flex-wrap .flex-end a {
  display: block;
  width: 145px;
  text-align: center;
  line-height: 35px;
  background-color: #1976D2;
  color: white;
  font-size: 16px;
  color: #FCFCFC;
  text-decoration: none;
  border-radius: 20px;
  cursor: pointer;
}
html#scoped #Landing section#section2 .flex-wrap .flex-end a:hover {
  background-color: #145ca4;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section2 .flex-wrap .flex-end a {
    width: 7.55vw;
    line-height: 1.82vw;
    font-size: 0.83vw;
    border-radius: 1.04vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section2 .flex-wrap .flex-end a {
    width: 11.33vw;
    line-height: 2.73vw;
    font-size: 1.25vw;
    border-radius: 1.56vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section2 .flex-wrap .flex-end a {
    width: 61.33vw;
    line-height: 9.33vw;
    font-size: 4.27vw;
    border-radius: 10.67vw;
  }
}
html#scoped #Landing section#section3 h2, html#scoped #Landing section#section3 h1 {
  font-size: 36px;
  font-weight: bold;
  color: #1976D2;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section3 h2, html#scoped #Landing section#section3 h1 {
    font-size: 1.88vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section3 h2, html#scoped #Landing section#section3 h1 {
    font-size: 2.81vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section3 h2, html#scoped #Landing section#section3 h1 {
    font-size: 6.4vw;
  }
}
html#scoped #Landing section#section3 .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section3 .flex-wrap {
    margin-top: 3.13vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section3 .flex-wrap {
    margin-top: 4.69vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section3 .flex-wrap {
    margin-top: 10.67vw;
    display: block;
  }
}
html#scoped #Landing section#section3 .flex-wrap .fig-wrap {
  margin-right: 20px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section3 .flex-wrap .fig-wrap {
    margin-right: 1.04vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section3 .flex-wrap .fig-wrap {
    margin-right: 1.56vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section3 .flex-wrap .fig-wrap {
    margin-right: 0;
    margin-bottom: 6.4vw;
  }
}
html#scoped #Landing section#section3 .flex-wrap .fig-wrap img {
  width: 630px;
  min-width: 630px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section3 .flex-wrap .fig-wrap img {
    width: 32.81vw;
    min-width: 32.81vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section3 .flex-wrap .fig-wrap img {
    width: 49.22vw;
    min-width: 49.22vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section3 .flex-wrap .fig-wrap img {
    width: 100%;
    min-width: 100%;
  }
}
html#scoped #Landing section#section3 .flex-wrap .list a.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 10px;
}
html#scoped #Landing section#section3 .flex-wrap .list a.item:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section3 .flex-wrap .list a.item {
    width: 28.65vw;
    border-radius: 0.21vw;
  }
  html#scoped #Landing section#section3 .flex-wrap .list a.item:hover {
    -webkit-box-shadow: 0 0.26vw 0.52vw rgba(0, 0, 0, 0.1), 0 0.31vw 0.31vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 0.26vw 0.52vw rgba(0, 0, 0, 0.1), 0 0.31vw 0.31vw rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-0.1vw);
        -ms-transform: translateY(-0.1vw);
            transform: translateY(-0.1vw);
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section3 .flex-wrap .list a.item {
    width: 42.97vw;
    border-radius: 0.31vw;
  }
  html#scoped #Landing section#section3 .flex-wrap .list a.item:hover {
    -webkit-box-shadow: 0 0.39vw 0.78vw rgba(0, 0, 0, 0.1), 0 0.47vw 0.47vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 0.39vw 0.78vw rgba(0, 0, 0, 0.1), 0 0.47vw 0.47vw rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-0.16vw);
        -ms-transform: translateY(-0.16vw);
            transform: translateY(-0.16vw);
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section3 .flex-wrap .list a.item {
    width: 100%;
    border-radius: 1.07vw;
    margin-bottom: 4.27vw;
  }
  html#scoped #Landing section#section3 .flex-wrap .list a.item:hover {
    -webkit-box-shadow: 0 1.33vw 2.67vw rgba(0, 0, 0, 0.1), 0 1.6vw 1.6vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 1.33vw 2.67vw rgba(0, 0, 0, 0.1), 0 1.6vw 1.6vw rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-0.53vw);
        -ms-transform: translateY(-0.53vw);
            transform: translateY(-0.53vw);
  }
}
html#scoped #Landing section#section3 .flex-wrap .list a.item .thumb img {
  width: 90px;
  min-width: 90px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section3 .flex-wrap .list a.item .thumb img {
    width: 4.69vw;
    min-width: 4.69vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section3 .flex-wrap .list a.item .thumb img {
    width: 7.03vw;
    min-width: 7.03vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section3 .flex-wrap .list a.item .thumb img {
    width: 24vw;
    min-width: 24vw;
  }
}
html#scoped #Landing section#section3 .flex-wrap .list a.item .content {
  padding: 0 16px;
  background-color: #FCFCFC;
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section3 .flex-wrap .list a.item .content {
    padding: 0 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section3 .flex-wrap .list a.item .content {
    padding: 0 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section3 .flex-wrap .list a.item .content {
    padding: 0 4.27vw;
  }
}
html#scoped #Landing section#section3 .flex-wrap .list a.item .content .title {
  font-size: 16px;
  line-height: 160%;
  color: #333333;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section3 .flex-wrap .list a.item .content .title {
    font-size: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section3 .flex-wrap .list a.item .content .title {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section3 .flex-wrap .list a.item .content .title {
    font-size: 4.27vw;
  }
}
html#scoped #Landing section#section3 .flex-wrap .list a.item .content .preview {
  color: #8B9CA4;
  font-size: 14px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section3 .flex-wrap .list a.item .content .preview {
    font-size: 0.73vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section3 .flex-wrap .list a.item .content .preview {
    font-size: 1.09vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section3 .flex-wrap .list a.item .content .preview {
    font-size: 3.73vw;
  }
}
html#scoped #Landing section#section4 .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section4 .flex-wrap {
    display: block;
  }
}
html#scoped #Landing section#section4 .flex-wrap .fig-wrap {
  margin-right: 20px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section4 .flex-wrap .fig-wrap {
    margin-right: 1.04vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section4 .flex-wrap .fig-wrap {
    margin-right: 1.56vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section4 .flex-wrap .fig-wrap {
    margin-right: 0;
    margin-bottom: 6.4vw;
  }
}
html#scoped #Landing section#section4 .flex-wrap .fig-wrap img {
  width: 630px;
  min-width: 630px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section4 .flex-wrap .fig-wrap img {
    width: 32.81vw;
    min-width: 32.81vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section4 .flex-wrap .fig-wrap img {
    width: 49.22vw;
    min-width: 49.22vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section4 .flex-wrap .fig-wrap img {
    width: 100%;
    min-width: 100%;
  }
}
html#scoped #Landing section#section4 .flex-wrap .content-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
html#scoped #Landing section#section4 .flex-wrap .content-wrap h2, html#scoped #Landing section#section4 .flex-wrap .content-wrap h1 {
  font-size: 36px;
  font-weight: bold;
  color: #1976D2;
  margin: 0;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap h2, html#scoped #Landing section#section4 .flex-wrap .content-wrap h1 {
    font-size: 1.88vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap h2, html#scoped #Landing section#section4 .flex-wrap .content-wrap h1 {
    font-size: 2.81vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap h2, html#scoped #Landing section#section4 .flex-wrap .content-wrap h1 {
    font-size: 6.4vw;
    text-align: center;
  }
}
html#scoped #Landing section#section4 .flex-wrap .content-wrap .sub-heading {
  margin-top: 16px;
  font-size: 16px;
  color: #8B9CA4;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap .sub-heading {
    margin-top: 0.83vw;
    font-size: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap .sub-heading {
    margin-top: 1.25vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap .sub-heading {
    margin: 0 auto;
    margin-top: 4.27vw;
    font-size: 4.27vw;
    text-align: center;
    width: 78.67vw;
  }
}
html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group.alt .num-wrap .num {
  background-color: #1976D2;
}
html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group.alt .text-wrap .heading {
  color: #1976D2;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group {
    margin-top: 1.67vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group {
    margin-top: 6.4vw;
  }
}
html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group .num-wrap {
  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;
  margin-right: 16px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group .num-wrap {
    margin-right: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group .num-wrap {
    margin-right: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group .num-wrap {
    margin-right: 4.27vw;
  }
}
html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group .num-wrap .num {
  width: 46px;
  min-width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: white;
  background-color: #2E7D32;
  border-radius: 50%;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group .num-wrap .num {
    width: 2.4vw;
    min-width: 2.4vw;
    height: 2.4vw;
    line-height: 2.4vw;
    font-size: 1.04vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group .num-wrap .num {
    width: 3.59vw;
    min-width: 3.59vw;
    height: 3.59vw;
    line-height: 3.59vw;
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group .num-wrap .num {
    width: 12.27vw;
    min-width: 12.27vw;
    height: 12.27vw;
    line-height: 12.27vw;
    font-size: 5.33vw;
  }
}
html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group .text-wrap .heading {
  font-size: 16px;
  font-weight: bold;
  color: #2E7D32;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group .text-wrap .heading {
    font-size: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group .text-wrap .heading {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group .text-wrap .heading {
    font-size: 4.27vw;
  }
}
html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group .text-wrap .content {
  font-size: 14px;
  color: #333333;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group .text-wrap .content {
    font-size: 0.73vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group .text-wrap .content {
    font-size: 1.09vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group .text-wrap .content {
    font-size: 3.73vw;
  }
}
html#scoped #Landing section#section5 h2, html#scoped #Landing section#section5 h1 {
  font-size: 36px;
  font-weight: bold;
  color: #1976D2;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section5 h2, html#scoped #Landing section#section5 h1 {
    font-size: 1.88vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section5 h2, html#scoped #Landing section#section5 h1 {
    font-size: 2.81vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section5 h2, html#scoped #Landing section#section5 h1 {
    font-size: 6.4vw;
  }
}
html#scoped #Landing section#section5 .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
  margin-top: 50px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section5 .flex-wrap {
    margin: -0.52vw;
    margin-top: 2.6vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section5 .flex-wrap {
    margin: -0.78vw;
    margin-top: 3.91vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section5 .flex-wrap {
    margin: -2.13vw;
    margin-top: 8.53vw;
  }
}
html#scoped #Landing section#section5 .flex-wrap a {
  margin: 10px;
  display: block;
  width: calc(25% - 20px);
  background-color: #F1F1F1;
}
html#scoped #Landing section#section5 .flex-wrap a:hover {
  background-color: #E5E5E5;
}
@media screen and (min-width: 1921px) {
  html#scoped #Landing section#section5 .flex-wrap a {
    margin: 0.52vw;
    width: calc(25% - 1.04vw);
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Landing section#section5 .flex-wrap a {
    margin: 0.78vw;
    width: calc(25% - 1.56vw);
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Landing section#section5 .flex-wrap a {
    margin: 2.13vw;
    width: calc(50% - 4.27vw);
  }
}

html#scoped #About section {
  padding: 125px 0;
}
@media screen and (min-width: 1921px) {
  html#scoped #About section {
    padding: 6.51vw 0;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #About section {
    padding: 9.77vw 0;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #About section {
    padding: 13.33vw 0;
  }
  html#scoped #About section:first-of-type {
    padding-top: 0;
  }
}
html#scoped #About section .flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  html#scoped #About section .flex-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html#scoped #About section h2, html#scoped #About section h1 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #1976D2;
  letter-spacing: 0.03em;
  line-height: 120%;
}
@media screen and (min-width: 1921px) {
  html#scoped #About section h2, html#scoped #About section h1 {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #About section h2, html#scoped #About section h1 {
    font-size: 1.88vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #About section h2, html#scoped #About section h1 {
    font-size: 5.33vw;
  }
}
html#scoped #About section h2.mb, html#scoped #About section h1.mb {
  margin-bottom: 30px;
}
@media screen and (min-width: 1921px) {
  html#scoped #About section h2.mb, html#scoped #About section h1.mb {
    margin-bottom: 1.56vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #About section h2.mb, html#scoped #About section h1.mb {
    margin-bottom: 2.34vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #About section h2.mb, html#scoped #About section h1.mb {
    margin-bottom: 6.4vw;
  }
}
html#scoped #About section h2.left, html#scoped #About section h1.left {
  text-align: left;
}
html#scoped #About section p {
  margin: 0;
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1921px) {
  html#scoped #About section p {
    margin-top: 1.25vw;
    font-size: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #About section p {
    margin-top: 1.88vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #About section p {
    margin-top: 4.27vw;
    font-size: 4.27vw;
    line-height: 130%;
  }
}
html#scoped #About section p.bold {
  font-weight: bold;
}
html#scoped #About section .text-wrap {
  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;
}
html#scoped #About section .image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  html#scoped #About section .image-wrap {
    margin: 0 auto;
    margin-top: 6.4vw;
  }
}
html#scoped #About section#section1 .text-wrap {
  width: 600px;
}
@media screen and (min-width: 1921px) {
  html#scoped #About section#section1 .text-wrap {
    width: 31.25vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #About section#section1 .text-wrap {
    width: 46.88vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #About section#section1 .text-wrap {
    width: 100%;
  }
}
html#scoped #About section#section1 .image-wrap {
  width: 450px;
}
@media screen and (min-width: 1921px) {
  html#scoped #About section#section1 .image-wrap {
    width: 23.44vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #About section#section1 .image-wrap {
    width: 35.16vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #About section#section1 .image-wrap {
    width: 77.33vw;
  }
}
html#scoped #About section#section2 {
  background-color: #E6EFF1;
}
html#scoped #About section#section2 .text-wrap {
  width: 600px;
}
@media screen and (min-width: 1921px) {
  html#scoped #About section#section2 .text-wrap {
    width: 31.25vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #About section#section2 .text-wrap {
    width: 46.88vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #About section#section2 .text-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
html#scoped #About section#section2 .image-wrap {
  width: 450px;
}
@media screen and (min-width: 1921px) {
  html#scoped #About section#section2 .image-wrap {
    width: 23.44vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #About section#section2 .image-wrap {
    width: 35.16vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #About section#section2 .image-wrap {
    width: 77.33vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
html#scoped #About section#section3 h2 {
  text-align: center;
}
@media screen and (max-width: 800px) {
  html#scoped #About section#section3 h2 {
    text-align: left;
  }
}
html#scoped #About section#section3 h2.left {
  text-align: left;
}
html#scoped #About section#section3 .image-wrap {
  margin-top: 24px;
}
@media screen and (min-width: 1921px) {
  html#scoped #About section#section3 .image-wrap {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #About section#section3 .image-wrap {
    margin-top: 1.88vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #About section#section3 .image-wrap {
    margin-top: 6.4vw;
    margin-left: -4.27vw;
    margin-right: -4.27vw;
  }
}
html#scoped #About .info-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1921px) {
  html#scoped #About .info-blocks {
    gap: 0.63vw;
    margin-bottom: 0.63vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #About .info-blocks {
    gap: 0.94vw;
    margin-bottom: 0.94vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #About .info-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2vw;
    margin-bottom: 3.2vw;
  }
}
html#scoped #About .info-blocks .info-block {
  width: calc(33.33% - 8px);
  border-radius: 10px;
  background-color: #F7F7F7;
  padding: 30px;
}
@media screen and (min-width: 1921px) {
  html#scoped #About .info-blocks .info-block {
    width: calc(33.33% - 0.42vw);
    border-radius: 0.52vw;
    padding: 1.56vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #About .info-blocks .info-block {
    width: calc(33.33% - 0.63vw);
    border-radius: 0.78vw;
    padding: 2.34vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #About .info-blocks .info-block {
    width: 100%;
    border-radius: 2.67vw;
    padding: 6.4vw;
  }
}
html#scoped #About .info-blocks .info-block.full {
  width: 100%;
}
html#scoped #About .info-blocks .info-block .heading {
  font-size: 18px;
  font-weight: bold;
  color: #1976D2;
  margin-bottom: 12px;
}
@media screen and (min-width: 1921px) {
  html#scoped #About .info-blocks .info-block .heading {
    font-size: 0.94vw;
    margin-bottom: 0.63vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #About .info-blocks .info-block .heading {
    font-size: 1.41vw;
    margin-bottom: 0.94vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #About .info-blocks .info-block .heading {
    font-size: 4.8vw;
    margin-bottom: 4.27vw;
  }
}
html#scoped #About .info-blocks .info-block .text {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 1921px) {
  html#scoped #About .info-blocks .info-block .text {
    font-size: 0.73vw;
    margin-top: 0.42vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #About .info-blocks .info-block .text {
    font-size: 1.25vw;
    margin-top: 0.63vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #About .info-blocks .info-block .text {
    font-size: 3.73vw;
    margin-top: 2.67vw;
  }
}
html#scoped #About .info-blocks .info-block .phone-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  padding-left: 22px;
  background: url("../assets/icon-phone.svg") no-repeat left center;
  background-size: 18px;
}
@media screen and (min-width: 1921px) {
  html#scoped #About .info-blocks .info-block .phone-row {
    margin-top: 0.42vw;
    padding-left: 1.04vw;
    background-size: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #About .info-blocks .info-block .phone-row {
    margin-top: 0.63vw;
    padding-left: 1.56vw;
    background-size: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #About .info-blocks .info-block .phone-row {
    margin-top: 2.67vw;
    padding-left: 5.87vw;
    background-size: 4.8vw;
  }
}
html#scoped #About .info-blocks .info-block .phone-row .name {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 1921px) {
  html#scoped #About .info-blocks .info-block .phone-row .name {
    font-size: 0.73vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #About .info-blocks .info-block .phone-row .name {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #About .info-blocks .info-block .phone-row .name {
    font-size: 3.73vw;
  }
}
html#scoped #About .info-blocks .info-block .phone-row .number {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #1976D2;
  margin-left: 8px;
}
@media screen and (min-width: 1921px) {
  html#scoped #About .info-blocks .info-block .phone-row .number {
    font-size: 0.73vw;
    margin-left: 0.42vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #About .info-blocks .info-block .phone-row .number {
    font-size: 1.25vw;
    margin-left: 0.63vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #About .info-blocks .info-block .phone-row .number {
    font-size: 3.73vw;
    margin-left: 2.67vw;
  }
}

html#scoped #Bulletin section {
  padding: 100px 0;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section {
    padding: 5.21vw 0;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section {
    padding: 7.81vw 0;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section {
    padding: 10.67vw 0;
  }
}
html#scoped #Bulletin section .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html#scoped #Bulletin section h2, html#scoped #Bulletin section h1 {
  font-size: 36px;
  font-weight: bold;
  color: #1976D2;
  margin: 0;
  margin-bottom: 24px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section h2, html#scoped #Bulletin section h1 {
    font-size: 1.88vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section h2, html#scoped #Bulletin section h1 {
    font-size: 2.81vw;
    margin-bottom: 1.88vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section h2, html#scoped #Bulletin section h1 {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
html#scoped #Bulletin section a.all {
  display: block;
  width: 145px;
  text-align: center;
  line-height: 35px;
  background-color: #1976D2;
  color: white;
  font-size: 16px;
  color: #FCFCFC;
  text-decoration: none;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 24px;
}
html#scoped #Bulletin section a.all:hover {
  background-color: #145ca4;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section a.all {
    width: 7.55vw;
    line-height: 1.82vw;
    font-size: 0.83vw;
    border-radius: 1.04vw;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section a.all {
    width: 11.33vw;
    line-height: 2.73vw;
    font-size: 1.25vw;
    border-radius: 1.56vw;
    margin-top: 1.88vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section a.all {
    width: 61.33vw;
    line-height: 9.33vw;
    font-size: 4.27vw;
    border-radius: 10.67vw;
    margin-top: 6.4vw;
  }
}
html#scoped #Bulletin section#section1 .list-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  text-decoration: none;
  border-bottom: 1px solid #8B9CA4;
}
html#scoped #Bulletin section#section1 .list-wrap .item:hover {
  border-bottom: 1px solid #1976D2;
}
html#scoped #Bulletin section#section1 .list-wrap .item:hover .icon-wrap img {
  opacity: 1;
}
html#scoped #Bulletin section#section1 .list-wrap .item:hover .content-wrap .flex-group .date {
  color: #1976D2;
}
html#scoped #Bulletin section#section1 .list-wrap .item:hover .content-wrap .flex-group .tag-wrap .tag {
  background-color: #1976D2;
}
html#scoped #Bulletin section#section1 .list-wrap .item:hover .content-wrap .title {
  color: #1976D2;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section1 .list-wrap .item {
    padding: 1.04vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section1 .list-wrap .item {
    padding: 1.56vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section1 .list-wrap .item {
    padding: 4.27vw 0;
  }
}
html#scoped #Bulletin section#section1 .list-wrap .item .icon-wrap {
  width: 24px;
  min-width: 24px;
  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;
  background-image: url("../assets/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section1 .list-wrap .item .icon-wrap {
    width: 1.25vw;
    min-width: 1.25vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section1 .list-wrap .item .icon-wrap {
    width: 1.88vw;
    min-width: 1.88vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section1 .list-wrap .item .icon-wrap {
    width: 6.4vw;
    min-width: 6.4vw;
  }
}
html#scoped #Bulletin section#section1 .list-wrap .item .icon-wrap img {
  display: block;
  opacity: 0;
}
html#scoped #Bulletin section#section1 .list-wrap .item .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section1 .list-wrap .item .content-wrap {
    display: block;
  }
}
html#scoped #Bulletin section#section1 .list-wrap .item .content-wrap .flex-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 225px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section1 .list-wrap .item .content-wrap .flex-group {
    min-width: 11.72vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section1 .list-wrap .item .content-wrap .flex-group {
    min-width: 17.58vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section1 .list-wrap .item .content-wrap .flex-group {
    min-width: 100%;
  }
}
html#scoped #Bulletin section#section1 .list-wrap .item .content-wrap .flex-group .date {
  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;
  font-size: 20px;
  color: #8B9CA4;
  margin-right: 24px;
  white-space: nowrap;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section1 .list-wrap .item .content-wrap .flex-group .date {
    font-size: 1.04vw;
    margin-right: 1.25vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section1 .list-wrap .item .content-wrap .flex-group .date {
    font-size: 1.56vw;
    margin-right: 1.88vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section1 .list-wrap .item .content-wrap .flex-group .date {
    font-size: 3.2vw;
    line-height: 5.33vw;
    margin-right: 3.2vw;
  }
}
html#scoped #Bulletin section#section1 .list-wrap .item .content-wrap .flex-group .tag-wrap {
  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;
}
html#scoped #Bulletin section#section1 .list-wrap .item .content-wrap .flex-group .tag-wrap .tag {
  background-color: #8B9CA4;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 4px;
  color: white;
  line-height: 34px;
  white-space: nowrap;
  display: inline-block;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section1 .list-wrap .item .content-wrap .flex-group .tag-wrap .tag {
    padding: 0 0.52vw;
    font-size: 0.73vw;
    border-radius: 0.21vw;
    line-height: 1.77vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section1 .list-wrap .item .content-wrap .flex-group .tag-wrap .tag {
    padding: 0 0.78vw;
    font-size: 1.09vw;
    border-radius: 0.31vw;
    line-height: 2.66vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section1 .list-wrap .item .content-wrap .flex-group .tag-wrap .tag {
    padding: 0 2.67vw;
    font-size: 3.2vw;
    border-radius: 1.07vw;
    line-height: 5.33vw;
  }
}
html#scoped #Bulletin section#section1 .list-wrap .item .content-wrap .title {
  font-size: 20px;
  color: #333333;
  line-height: 160%;
  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;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section1 .list-wrap .item .content-wrap .title {
    font-size: 1.04vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section1 .list-wrap .item .content-wrap .title {
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section1 .list-wrap .item .content-wrap .title {
    font-size: 4.27vw;
    margin-top: 2.13vw;
  }
}
html#scoped #Bulletin section#section2 {
  background-color: #E6EFF1;
}
html#scoped #Bulletin section#section2 .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section2 .flex-wrap {
    display: block;
  }
}
html#scoped #Bulletin section#section2 .flex-wrap a.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
html#scoped #Bulletin section#section2 .flex-wrap a.card:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section2 .flex-wrap a.card {
    width: 15.63vw;
    height: 15.36vw;
    border-radius: 0.21vw;
  }
  html#scoped #Bulletin section#section2 .flex-wrap a.card:hover {
    -webkit-box-shadow: 0 0.26vw 0.52vw rgba(0, 0, 0, 0.1), 0 0.31vw 0.31vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 0.26vw 0.52vw rgba(0, 0, 0, 0.1), 0 0.31vw 0.31vw rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-0.1vw);
        -ms-transform: translateY(-0.1vw);
            transform: translateY(-0.1vw);
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section2 .flex-wrap a.card {
    width: 23.44vw;
    height: 23.05vw;
    border-radius: 0.31vw;
  }
  html#scoped #Bulletin section#section2 .flex-wrap a.card:hover {
    -webkit-box-shadow: 0 0.39vw 0.78vw rgba(0, 0, 0, 0.1), 0 0.47vw 0.47vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 0.39vw 0.78vw rgba(0, 0, 0, 0.1), 0 0.47vw 0.47vw rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-0.16vw);
        -ms-transform: translateY(-0.16vw);
            transform: translateY(-0.16vw);
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section2 .flex-wrap a.card {
    width: 100%;
    height: unset;
    border-radius: 1.07vw;
    margin-bottom: 4.27vw;
  }
  html#scoped #Bulletin section#section2 .flex-wrap a.card:hover {
    -webkit-box-shadow: 0 1.33vw 2.67vw rgba(0, 0, 0, 0.1), 0 1.6vw 1.6vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 1.33vw 2.67vw rgba(0, 0, 0, 0.1), 0 1.6vw 1.6vw rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-0.53vw);
        -ms-transform: translateY(-0.53vw);
            transform: translateY(-0.53vw);
  }
}
html#scoped #Bulletin section#section2 .flex-wrap a.card .content {
  padding: 12px 10px;
  background-color: #FCFCFC;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section2 .flex-wrap a.card .content {
    padding: 0.63vw 0.52vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section2 .flex-wrap a.card .content {
    padding: 0.94vw 0.78vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section2 .flex-wrap a.card .content {
    padding: 3.2vw 2.67vw;
  }
}
html#scoped #Bulletin section#section2 .flex-wrap a.card .content .title {
  font-size: 16px;
  line-height: 160%;
  color: #1976D2;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section2 .flex-wrap a.card .content .title {
    font-size: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section2 .flex-wrap a.card .content .title {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section2 .flex-wrap a.card .content .title {
    font-size: 4.27vw;
  }
}
html#scoped #Bulletin section#section2 .flex-wrap a.card .content .preview {
  color: #333333;
  font-size: 14px;
  line-height: 180%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section2 .flex-wrap a.card .content .preview {
    font-size: 0.73vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section2 .flex-wrap a.card .content .preview {
    font-size: 1.09vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section2 .flex-wrap a.card .content .preview {
    font-size: 3.73vw;
  }
}
html#scoped #Bulletin section#section2 .flex-wrap a.card .content .date {
  color: #8B9CA4;
  font-size: 12px;
  line-height: 200%;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section2 .flex-wrap a.card .content .date {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section2 .flex-wrap a.card .content .date {
    font-size: 0.94vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section2 .flex-wrap a.card .content .date {
    font-size: 3.2vw;
  }
}
html#scoped #Bulletin section#section2 .flex-wrap .list a.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 10px;
}
html#scoped #Bulletin section#section2 .flex-wrap .list a.item:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item {
    width: 28.65vw;
    border-radius: 0.21vw;
  }
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item:hover {
    -webkit-box-shadow: 0 0.26vw 0.52vw rgba(0, 0, 0, 0.1), 0 0.31vw 0.31vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 0.26vw 0.52vw rgba(0, 0, 0, 0.1), 0 0.31vw 0.31vw rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-0.1vw);
        -ms-transform: translateY(-0.1vw);
            transform: translateY(-0.1vw);
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item {
    width: 42.97vw;
    border-radius: 0.31vw;
  }
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item:hover {
    -webkit-box-shadow: 0 0.39vw 0.78vw rgba(0, 0, 0, 0.1), 0 0.47vw 0.47vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 0.39vw 0.78vw rgba(0, 0, 0, 0.1), 0 0.47vw 0.47vw rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-0.16vw);
        -ms-transform: translateY(-0.16vw);
            transform: translateY(-0.16vw);
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item {
    width: 100%;
    border-radius: 1.07vw;
    margin-bottom: 4.27vw;
  }
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item:hover {
    -webkit-box-shadow: 0 1.33vw 2.67vw rgba(0, 0, 0, 0.1), 0 1.6vw 1.6vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 1.33vw 2.67vw rgba(0, 0, 0, 0.1), 0 1.6vw 1.6vw rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-0.53vw);
        -ms-transform: translateY(-0.53vw);
            transform: translateY(-0.53vw);
  }
}
html#scoped #Bulletin section#section2 .flex-wrap .list a.item .thumb img {
  width: 115px;
  min-width: 115px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item .thumb img {
    width: 5.99vw;
    min-width: 5.99vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item .thumb img {
    width: 8.98vw;
    min-width: 8.98vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item .thumb img {
    width: 30.67vw;
    min-width: 30.67vw;
  }
}
html#scoped #Bulletin section#section2 .flex-wrap .list a.item .content {
  padding: 0 16px;
  background-color: #FCFCFC;
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item .content {
    padding: 0 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item .content {
    padding: 0 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item .content {
    padding: 0 4.27vw;
  }
}
html#scoped #Bulletin section#section2 .flex-wrap .list a.item .content .title {
  font-size: 16px;
  line-height: 160%;
  color: #1976D2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item .content .title {
    font-size: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item .content .title {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item .content .title {
    font-size: 4.27vw;
  }
}
html#scoped #Bulletin section#section2 .flex-wrap .list a.item .content .preview {
  color: #333333;
  font-size: 14px;
  line-height: 180%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item .content .preview {
    font-size: 0.73vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item .content .preview {
    font-size: 1.09vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item .content .preview {
    font-size: 3.73vw;
  }
}
html#scoped #Bulletin section#section2 .flex-wrap .list a.item .content .date {
  color: #8B9CA4;
  font-size: 12px;
  line-height: 200%;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item .content .date {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item .content .date {
    font-size: 0.94vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section2 .flex-wrap .list a.item .content .date {
    font-size: 3.2vw;
  }
}
html#scoped #Bulletin section#section2 .flex-wrap .flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section2 .flex-wrap .flex-end {
    margin-top: 1.04vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section2 .flex-wrap .flex-end {
    margin-top: 1.56vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section2 .flex-wrap .flex-end {
    margin-top: 4.27vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
html#scoped #Bulletin section#section3 h2 {
  text-align: center;
}
html#scoped #Bulletin section#section3 .flex-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section3 .flex-cards {
    display: block;
  }
}
html#scoped #Bulletin section#section3 .flex-cards .card {
  border-radius: 4px;
  background-color: #FCFCFC;
  width: 285px;
  height: 280px;
  cursor: pointer;
}
html#scoped #Bulletin section#section3 .flex-cards .card:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section3 .flex-cards .card {
    width: 14.84vw;
    height: 14.58vw;
    border-radius: 0.21vw;
  }
  html#scoped #Bulletin section#section3 .flex-cards .card:hover {
    -webkit-box-shadow: 0 0.26vw 0.52vw rgba(0, 0, 0, 0.1), 0 0.31vw 0.31vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 0.26vw 0.52vw rgba(0, 0, 0, 0.1), 0 0.31vw 0.31vw rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-0.1vw);
        -ms-transform: translateY(-0.1vw);
            transform: translateY(-0.1vw);
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section3 .flex-cards .card {
    width: 22.27vw;
    height: 21.88vw;
    border-radius: 0.31vw;
  }
  html#scoped #Bulletin section#section3 .flex-cards .card:hover {
    -webkit-box-shadow: 0 0.39vw 0.78vw rgba(0, 0, 0, 0.1), 0 0.47vw 0.47vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 0.39vw 0.78vw rgba(0, 0, 0, 0.1), 0 0.47vw 0.47vw rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-0.16vw);
        -ms-transform: translateY(-0.16vw);
            transform: translateY(-0.16vw);
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section3 .flex-cards .card {
    width: 100%;
    height: unset;
    border-radius: 1.07vw;
    margin-bottom: 4.27vw;
  }
  html#scoped #Bulletin section#section3 .flex-cards .card:hover {
    -webkit-box-shadow: 0 1.33vw 2.67vw rgba(0, 0, 0, 0.1), 0 1.6vw 1.6vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 1.33vw 2.67vw rgba(0, 0, 0, 0.1), 0 1.6vw 1.6vw rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-0.53vw);
        -ms-transform: translateY(-0.53vw);
            transform: translateY(-0.53vw);
  }
}
html#scoped #Bulletin section#section3 .flex-cards .card .cover img {
  display: block;
  border-radius: 4px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section3 .flex-cards .card .cover img {
    border-radius: 0.21vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section3 .flex-cards .card .cover img {
    border-radius: 0.31vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section3 .flex-cards .card .cover img {
    border-radius: 1.07vw;
  }
}
html#scoped #Bulletin section#section3 .flex-cards .card .content {
  padding: 14px 10px 0 10px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section3 .flex-cards .card .content {
    padding: 0.73vw 0.52vw 0 0.52vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section3 .flex-cards .card .content {
    padding: 1.09vw 0.78vw 0 0.78vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section3 .flex-cards .card .content {
    padding: 3.2vw 2.67vw 2.67vw 2.67vw;
  }
}
html#scoped #Bulletin section#section3 .flex-cards .card .content .title {
  font-size: 16px;
  color: #1976D2;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section3 .flex-cards .card .content .title {
    font-size: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section3 .flex-cards .card .content .title {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section3 .flex-cards .card .content .title {
    font-size: 4.27vw;
  }
}
html#scoped #Bulletin section#section3 .flex-cards .card .content .date {
  margin-top: 4px;
  font-size: 12px;
  color: #8B9CA4;
}
@media screen and (min-width: 1921px) {
  html#scoped #Bulletin section#section3 .flex-cards .card .content .date {
    margin-top: 0.21vw;
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Bulletin section#section3 .flex-cards .card .content .date {
    margin-top: 0.31vw;
    font-size: 0.94vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Bulletin section#section3 .flex-cards .card .content .date {
    margin-top: 1.07vw;
    font-size: 3.2vw;
  }
}

html#scoped #News {
  padding-bottom: 100px;
}
@media screen and (min-width: 1921px) {
  html#scoped #News {
    padding-bottom: 5.21vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #News {
    padding-bottom: 7.81vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #News {
    padding-bottom: 10.67vw;
  }
}
html#scoped #News .center-wrap {
  width: 700px;
  margin: 0 auto;
  padding-top: 60px;
}
@media screen and (min-width: 1921px) {
  html#scoped #News .center-wrap {
    width: 36.46vw;
    padding-top: 3.13vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #News .center-wrap {
    width: 54.69vw;
    padding-top: 4.69vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #News .center-wrap {
    width: 100%;
    padding: 0 4.27vw;
    padding-top: 6.4vw;
  }
}
html#scoped #News article h1 {
  font-size: 36px;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 1921px) {
  html#scoped #News article h1 {
    font-size: 1.88vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #News article h1 {
    font-size: 2.81vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #News article h1 {
    font-size: 5.33vw;
  }
}
html#scoped #News article .info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
@media screen and (min-width: 1921px) {
  html#scoped #News article .info-flex {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #News article .info-flex {
    margin-top: 1.88vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #News article .info-flex {
    margin-top: 6.4vw;
  }
}
html#scoped #News article .info-flex .date {
  line-height: 22px;
  font-size: 16px;
  color: #8B9CA4;
  margin-right: 12px;
}
@media screen and (min-width: 1921px) {
  html#scoped #News article .info-flex .date {
    line-height: 1.15vw;
    font-size: 0.83vw;
    margin-right: 0.63vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #News article .info-flex .date {
    line-height: 1.72vw;
    font-size: 1.25vw;
    margin-right: 0.94vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #News article .info-flex .date {
    line-height: 5.33vw;
    font-size: 3.73vw;
    margin-right: 3.2vw;
  }
}
html#scoped #News article .info-flex .tag {
  padding: 0 10px;
  border-radius: 4px;
  font-size: 14px;
  color: white;
  background-color: #8B9CA4;
  line-height: 22px;
}
@media screen and (min-width: 1921px) {
  html#scoped #News article .info-flex .tag {
    padding: 0 0.52vw;
    border-radius: 0.21vw;
    font-size: 0.73vw;
    line-height: 1.15vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #News article .info-flex .tag {
    padding: 0 0.78vw;
    border-radius: 0.31vw;
    font-size: 1.09vw;
    line-height: 1.72vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #News article .info-flex .tag {
    padding: 0 2.67vw;
    border-radius: 1.07vw;
    font-size: 3.2vw;
    line-height: 5.33vw;
  }
}
html#scoped #News article .content {
  margin-top: 24px;
  font-size: 20px;
  color: #333333;
  line-height: 150%;
}
@media screen and (min-width: 1921px) {
  html#scoped #News article .content {
    margin-top: 1.25vw;
    font-size: 1.04vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #News article .content {
    margin-top: 1.88vw;
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #News article .content {
    margin-top: 6.4vw;
    font-size: 4.27vw;
  }
}
html#scoped #News article .content h2, html#scoped #News article .content h3, html#scoped #News article .content h4, html#scoped #News article .content h5, html#scoped #News article .content h6 {
  margin: 16px 0;
}
html#scoped #News article .content h2 {
  font-size: 32px;
}
html#scoped #News article .content h3 {
  font-size: 28px;
}
html#scoped #News article .content h4 {
  font-size: 24px;
}
html#scoped #News article .content h5 {
  font-size: 20px;
}
html#scoped #News article .content h6 {
  font-size: 18px;
}
html#scoped #News article .content p {
  margin: 16px 0;
}
@media screen and (min-width: 1921px) {
  html#scoped #News article .content p {
    margin: 0.84vw 0;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #News article .content p {
    margin: 1.56vw 0;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #News article .content p {
    margin: 4.27vw 0;
  }
}
html#scoped #News article .content ul, html#scoped #News article .content ol {
  margin: 16px 0;
  padding-left: 1.6em;
}
@media screen and (min-width: 1921px) {
  html#scoped #News article .content ul, html#scoped #News article .content ol {
    margin: 0.84vw 0;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #News article .content ul, html#scoped #News article .content ol {
    margin: 1.56vw 0;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #News article .content ul, html#scoped #News article .content ol {
    margin: 4.27vw 0;
  }
}
html#scoped #News article .content ul li, html#scoped #News article .content ol li {
  margin: 8px 0;
}
@media screen and (min-width: 1921px) {
  html#scoped #News article .content ul li, html#scoped #News article .content ol li {
    margin: 0.42vw 0;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #News article .content ul li, html#scoped #News article .content ol li {
    margin: 0.63vw 0;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #News article .content ul li, html#scoped #News article .content ol li {
    margin: 2.13vw 0;
  }
}
html#scoped #News .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (min-width: 1921px) {
  html#scoped #News .navigation {
    margin-top: 2.08vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #News .navigation {
    margin-top: 3.13vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #News .navigation {
    margin-top: 6.4vw;
  }
}
html#scoped #News .navigation .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  text-decoration: none;
}
html#scoped #News .navigation .nav:hover .icon-wrap img {
  opacity: 1;
}
html#scoped #News .navigation .nav:hover .text {
  color: #1976D2;
}
html#scoped #News .navigation .nav .icon-wrap {
  height: 26px;
  width: 26px;
  min-width: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
html#scoped #News .navigation .nav .icon-wrap.prev {
  background-image: url("../assets/prev.png");
  margin-right: 10px;
}
html#scoped #News .navigation .nav .icon-wrap.next {
  background-image: url("../assets/next.png");
  margin-left: 10px;
}
@media screen and (min-width: 1921px) {
  html#scoped #News .navigation .nav .icon-wrap {
    height: 1.35vw;
    width: 1.35vw;
    min-width: 1.35vw;
  }
  html#scoped #News .navigation .nav .icon-wrap.prev {
    margin-right: 0.52vw;
  }
  html#scoped #News .navigation .nav .icon-wrap.next {
    margin-left: 0.52vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #News .navigation .nav .icon-wrap {
    height: 2.03vw;
    width: 2.03vw;
    min-width: 2.03vw;
  }
  html#scoped #News .navigation .nav .icon-wrap.prev {
    margin-right: 0.78vw;
  }
  html#scoped #News .navigation .nav .icon-wrap.next {
    margin-left: 0.78vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #News .navigation .nav .icon-wrap {
    height: 6.93vw;
    width: 6.93vw;
    min-width: 6.93vw;
  }
  html#scoped #News .navigation .nav .icon-wrap.prev {
    margin-right: 2.67vw;
  }
  html#scoped #News .navigation .nav .icon-wrap.next {
    margin-left: 2.67vw;
  }
}
html#scoped #News .navigation .nav .icon-wrap img {
  opacity: 0;
}
html#scoped #News .navigation .nav .text {
  line-height: 26px;
  font-size: 16px;
  color: #333333;
}
@media screen and (min-width: 1921px) {
  html#scoped #News .navigation .nav .text {
    line-height: 1.35vw;
    font-size: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #News .navigation .nav .text {
    line-height: 2.03vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #News .navigation .nav .text {
    line-height: 6.93vw;
    font-size: 4.27vw;
  }
}

html#scoped #Demo {
  padding-bottom: 100px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Demo {
    padding-bottom: 5.21vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Demo {
    padding-bottom: 7.81vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Demo {
    padding-bottom: 10.67vw;
  }
}
html#scoped #Demo .common-center-wrap {
  padding-top: 60px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Demo .common-center-wrap {
    padding-top: 3.13vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Demo .common-center-wrap {
    padding-top: 4.69vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Demo .common-center-wrap {
    padding-top: 6.4vw;
  }
}
html#scoped #Demo h1 {
  font-size: 36px;
  font-weight: bold;
  color: #1976D2;
  margin: 0;
  margin-bottom: 24px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Demo h1 {
    font-size: 1.88vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Demo h1 {
    font-size: 2.81vw;
    margin-bottom: 1.88vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Demo h1 {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
html#scoped #Demo a.all {
  display: block;
  width: 145px;
  text-align: center;
  line-height: 35px;
  background-color: #1976D2;
  color: white;
  font-size: 16px;
  color: #FCFCFC;
  text-decoration: none;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 24px;
}
html#scoped #Demo a.all:hover {
  background-color: #145ca4;
}
@media screen and (min-width: 1921px) {
  html#scoped #Demo a.all {
    width: 7.55vw;
    line-height: 1.82vw;
    font-size: 0.83vw;
    border-radius: 1.04vw;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Demo a.all {
    width: 11.33vw;
    line-height: 2.73vw;
    font-size: 1.25vw;
    border-radius: 1.56vw;
    margin-top: 1.88vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Demo a.all {
    width: 61.33vw;
    line-height: 9.33vw;
    font-size: 4.27vw;
    border-radius: 10.67vw;
    margin-top: 6.4vw;
  }
}
html#scoped #Demo .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Demo .flex-center {
    margin-top: 2.08vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Demo .flex-center {
    margin-top: 3.13vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Demo .flex-center {
    margin-top: 6.4vw;
  }
}
html#scoped #Demo .articles {
  margin-top: 24px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Demo .articles {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Demo .articles {
    margin-top: 1.88vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Demo .articles {
    margin-top: 3.2vw;
  }
}
html#scoped #Demo .article {
  text-decoration: none;
  border-bottom: 1px solid #8B9CA4;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}
html#scoped #Demo .article:hover {
  border-color: #1976D2;
}
html#scoped #Demo .article:hover .text-wrap .date {
  color: #1976D2;
}
html#scoped #Demo .article:hover .text-wrap .title {
  color: #1976D2;
}
html#scoped #Demo .article:hover .text-wrap .content {
  color: #1976D2;
}
html#scoped #Demo .article:hover .icon-wrap img {
  opacity: 1;
}
@media screen and (min-width: 1921px) {
  html#scoped #Demo .article {
    padding: 1.04vw 0;
    padding-right: 1.04vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Demo .article {
    padding: 1.56vw 0;
    padding-right: 1.56vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Demo .article {
    padding: 3.2vw 0;
    padding-right: 0;
    display: block;
  }
}
html#scoped #Demo .article .cover-wrap {
  margin-right: 16px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Demo .article .cover-wrap {
    margin-right: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Demo .article .cover-wrap {
    margin-right: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Demo .article .cover-wrap {
    margin-right: 0;
  }
}
html#scoped #Demo .article .cover-wrap img {
  display: block;
  width: 228px;
  min-width: 228px;
  border-radius: 4px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Demo .article .cover-wrap img {
    width: 11.88vw;
    min-width: 11.88vw;
    border-radius: 0.21vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Demo .article .cover-wrap img {
    width: 17.81vw;
    min-width: 17.81vw;
    border-radius: 0.31vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Demo .article .cover-wrap img {
    width: 100%;
    min-width: 100%;
    height: auto;
    border-radius: 1.07vw;
  }
}
html#scoped #Demo .article .text-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 16px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Demo .article .text-wrap {
    margin-right: 0.83vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Demo .article .text-wrap {
    margin-right: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Demo .article .text-wrap {
    margin-right: 0;
  }
}
html#scoped #Demo .article .text-wrap .date {
  font-size: 20px;
  color: #8B9CA4;
}
@media screen and (min-width: 1921px) {
  html#scoped #Demo .article .text-wrap .date {
    font-size: 1.04vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Demo .article .text-wrap .date {
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Demo .article .text-wrap .date {
    font-size: 3.2vw;
    margin-top: 3.2vw;
  }
}
html#scoped #Demo .article .text-wrap .title {
  margin-top: 8px;
  font-size: 20px;
  color: #333333;
}
@media screen and (min-width: 1921px) {
  html#scoped #Demo .article .text-wrap .title {
    margin-top: 0.42vw;
    font-size: 1.04vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Demo .article .text-wrap .title {
    margin-top: 0.63vw;
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Demo .article .text-wrap .title {
    margin-top: 1.07vw;
    font-size: 4.27vw;
  }
}
html#scoped #Demo .article .text-wrap .content {
  margin-top: 4px;
  font-size: 20px;
  color: #8B9CA4;
}
@media screen and (min-width: 1921px) {
  html#scoped #Demo .article .text-wrap .content {
    margin-top: 0.21vw;
    font-size: 1.04vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Demo .article .text-wrap .content {
    margin-top: 0.31vw;
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Demo .article .text-wrap .content {
    margin-top: 1.07vw;
    font-size: 4.27vw;
  }
}
html#scoped #Demo .article .icon-wrap {
  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;
  background-image: url("../assets/arrow-right.png");
  width: 24px;
  min-width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1921px) {
  html#scoped #Demo .article .icon-wrap {
    width: 1.25vw;
    min-width: 1.25vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Demo .article .icon-wrap {
    width: 1.88vw;
    min-width: 1.88vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Demo .article .icon-wrap {
    display: none;
  }
}
html#scoped #Demo .article .icon-wrap img {
  opacity: 0;
}

html#scoped #Contact .banner {
  position: relative;
}
html#scoped #Contact .banner h1 {
  margin: 0;
  position: absolute;
  top: 145px;
  left: 300px;
  font-size: 60px;
  font-weight: bold;
  color: white;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1921px) {
  html#scoped #Contact .banner h1 {
    top: 7.55vw;
    left: 15.63vw;
    font-size: 3.13vw;
    text-shadow: 0px 0.21vw 0.21vw rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Contact .banner h1 {
    top: 11.33vw;
    left: 23.44vw;
    font-size: 4.69vw;
    text-shadow: 0px 0.31vw 0.31vw rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .banner h1 {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 5.87vw;
    font-size: 5.33vw;
    text-shadow: 0px 1.07vw 1.07vw rgba(0, 0, 0, 0.3);
  }
}
html#scoped #Contact .form-wrap {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 150px;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap {
    padding-top: 9.33vw;
    padding-bottom: 11.47vw;
    padding-left: 4.27vw;
    padding-right: 4.27vw;
  }
}
html#scoped #Contact .form-wrap .form-group {
  margin-bottom: 20px;
  border: none;
  padding: 0;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .form-group {
    margin-bottom: 5.33vw;
  }
}
html#scoped #Contact .form-wrap .form-group .group-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .form-group .group-title {
    font-size: 4.8vw;
  }
}
html#scoped #Contact .form-wrap .form-group .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .form-group .flex-wrap {
    display: block;
  }
}
html#scoped #Contact .form-wrap .form-group .flex-wrap .input-wrap {
  width: 335px;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .form-group .flex-wrap .input-wrap {
    width: 100%;
  }
}
html#scoped #Contact .form-wrap .form-group .input-wrap {
  margin-top: 20px;
}
html#scoped #Contact .form-wrap .form-group .input-wrap.alt {
  margin-top: 56px;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .form-group .input-wrap {
    margin-top: 5.33vw;
  }
  html#scoped #Contact .form-wrap .form-group .input-wrap.alt {
    margin-top: 14.93vw;
  }
}
html#scoped #Contact .form-wrap .form-group .input-wrap label {
  display: block;
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .form-group .input-wrap label {
    font-size: 4.8vw;
    margin-bottom: 2.67vw;
  }
}
html#scoped #Contact .form-wrap .form-group .input-wrap label span.required {
  color: #F2521F;
}
html#scoped #Contact .form-wrap .form-group .input-wrap input {
  width: 100%;
  padding: 0 12px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  font-size: 18px;
  color: #333333;
  height: 33px;
  outline: none;
}
html#scoped #Contact .form-wrap .form-group .input-wrap input:focus {
  border: 1px solid #1976D2;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .form-group .input-wrap input {
    padding: 0 3.2vw;
    border-radius: 1.07vw;
    font-size: 4.8vw;
    height: 8.8vw;
  }
}
html#scoped #Contact .form-wrap .form-group .input-wrap select {
  width: 100%;
  padding: 0 12px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  font-size: 18px;
  color: #333333;
  outline: none;
}
html#scoped #Contact .form-wrap .form-group .input-wrap select:focus {
  border: 1px solid #1976D2;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .form-group .input-wrap select {
    padding: 0 3.2vw;
    border-radius: 1.07vw;
    font-size: 4.8vw;
    height: 8.8vw;
  }
}
html#scoped #Contact .form-wrap .form-group .input-wrap textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  font-size: 18px;
  color: #333333;
  outline: none;
}
html#scoped #Contact .form-wrap .form-group .input-wrap textarea:focus {
  border: 1px solid #1976D2;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .form-group .input-wrap textarea {
    padding: 0 3.2vw;
    border-radius: 1.07vw;
    font-size: 4.8vw;
  }
}
html#scoped #Contact .form-wrap .form-group .agreement-content {
  height: 184px;
  overflow-y: auto;
  padding: 16px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  font-size: 14px;
  color: #8B9CA4;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .form-group .agreement-content {
    height: 82.93vw;
    padding: 4.27vw 2.67vw;
    font-size: 3.2vw;
  }
}
html#scoped #Contact .form-wrap .form-group .checkbox-wrap {
  margin-top: 16px;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .form-group .checkbox-wrap {
    margin-top: 4.27vw;
  }
}
html#scoped #Contact .form-wrap .form-group .checkbox-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .form-group .checkbox-wrap label {
    font-size: 3.2vw;
  }
}
html#scoped #Contact .form-wrap .form-group .checkbox-wrap input[type=checkbox] {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  margin-top: 3px;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .form-group .checkbox-wrap input[type=checkbox] {
    width: 3.73vw;
    height: 3.73vw;
    margin-right: 2.13vw;
    margin-top: 0.8vw;
  }
}




/*¼W¥[*/

html#scoped #Contact .form-wrap .form-group .checkbox-wrap2 {
    margin-top: 16px;
}

@media screen and (max-width: 800px) {
    html#scoped #Contact .form-wrap .form-group .checkbox-wrap2 {
        margin-top: 4.27vw;
    }
}

html#scoped #Contact .form-wrap .form-group .checkbox-wrap2 label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    html#scoped #Contact .form-wrap .form-group .checkbox-wrap2 label {
        font-size: 3.2vw;
    }
}

html#scoped #Contact .form-wrap .form-group .checkbox-wrap2 input[type=checkbox] {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-top: 3px;
}

@media screen and (max-width: 800px) {
    html#scoped #Contact .form-wrap .form-group .checkbox-wrap2 input[type=checkbox] {
        width: 3.73vw;
        height: 3.73vw;
        margin-right: 2.13vw;
        margin-top: 0.8vw;
    }
}


/*¼W¥[end*/



html#scoped #Contact .form-wrap .form-group .captcha-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .form-group .captcha-wrap {
    margin-top: 5.33vw;
  }
}
html#scoped #Contact .form-wrap .form-group .captcha-wrap .captcha {
  height: 58px;
  width: auto;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .form-group .captcha-wrap .captcha {
    height: 8.8vw;
  }
}
html#scoped #Contact .form-wrap .form-group .captcha-wrap button.refresh-button {
  display: block;
  border: 0;
  background-color: transparent;
  width: 57px;
  min-width: 57px;
  margin: 0 12px;
  padding: 0;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .form-group .captcha-wrap button.refresh-button {
    margin: 0 3.2vw;
  }
}
html#scoped #Contact .form-wrap .form-group .captcha-wrap .refresh {
  height: 58px;
  width: auto;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .form-group .captcha-wrap .refresh {
    height: 8.8vw;
  }
}
html#scoped #Contact .form-wrap .form-group .captcha-wrap input {
  height: 58px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 12px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  font-size: 18px;
  color: #333333;
  outline: none;
}
html#scoped #Contact .form-wrap .form-group .captcha-wrap input:focus {
  border: 1px solid #1976D2;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .form-group .captcha-wrap input {
    height: 8.8vw;
    padding: 0 3.2vw;
    border-radius: 1.07vw;
    font-size: 4.8vw;
  }
}
html#scoped #Contact .form-wrap .separator {
  margin: 32px 0;
  height: 1px;
  background-color: #E0E0E0;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .separator {
    margin: 8.53vw 0;
  }
}
html#scoped #Contact .form-wrap .submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .submit-wrap {
    margin-top: 8.53vw;
  }
}
html#scoped #Contact .form-wrap .submit-wrap input {
  height: 35px;
  width: 145px;
  text-align: center;
  background-color: #1976D2;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  html#scoped #Contact .form-wrap .submit-wrap input {
    height: 9.33vw;
    width: 38.67vw;
    font-size: 4.27vw;
    border-radius: 5.33vw;
  }
}

html#scoped #Sitemap {
  padding-bottom: 100px;
  color: #333333;
}
@media screen and (min-width: 1921px) {
  html#scoped #Sitemap {
    padding-bottom: 5.21vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Sitemap {
    padding-bottom: 7.81vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Sitemap {
    padding-bottom: 10.67vw;
  }
}
html#scoped #Sitemap .center-wrap {
  width: 700px;
  margin: 0 auto;
  padding-top: 60px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Sitemap .center-wrap {
    width: 36.46vw;
    padding-top: 3.13vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Sitemap .center-wrap {
    width: 54.69vw;
    padding-top: 4.69vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Sitemap .center-wrap {
    width: 100%;
    padding: 0 4.27vw;
    padding-top: 6.4vw;
  }
}
html#scoped #Sitemap h1, html#scoped #Sitemap h2 {
  font-size: 36px;
  font-weight: bold;
  color: #211675;
  margin: 0;
}
@media screen and (min-width: 1921px) {
  html#scoped #Sitemap h1, html#scoped #Sitemap h2 {
    font-size: 1.88vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Sitemap h1, html#scoped #Sitemap h2 {
    font-size: 2.34vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Sitemap h1, html#scoped #Sitemap h2 {
    font-size: 6.4vw;
  }
}
html#scoped #Sitemap .center-wrap a {
  color: #333333;
  text-decoration: none;
  display: block;
}
html#scoped #Sitemap .center-wrap a:hover {
  text-decoration: underline;
}
html#scoped #Sitemap .center-wrap .inner-levels {
  padding-left: 20px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Sitemap .center-wrap .inner-levels {
    padding-left: 1.04vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Sitemap .center-wrap .inner-levels {
    padding-left: 1.56vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Sitemap .center-wrap .inner-levels {
    padding-left: 6vw;
  }
}
html#scoped #Sitemap .center-wrap .group {
  margin-bottom: 15px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Sitemap .center-wrap .group {
    margin-bottom: 0.78vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Sitemap .center-wrap .group {
    margin-bottom: 1.17vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Sitemap .center-wrap .group {
    margin-bottom: 4vw;
  }
}
html#scoped #Sitemap .section1 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1921px) {
  html#scoped #Sitemap .section1 {
    margin-bottom: 1.56vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Sitemap .section1 {
    margin-bottom: 2.34vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Sitemap .section1 {
    margin-bottom: 8vw;
  }
}

html#scoped #Tools h1.hidden {
  display: none;
}
html#scoped #Tools .center-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 80px;
}
html#scoped #Tools .tab-headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  border-bottom: 1px solid #8B9CA4;
  gap: 20px;
}
html#scoped #Tools .tab-heading {
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
html#scoped #Tools .tab-heading.active, html#scoped #Tools .tab-heading:hover {
  color: #1976D2;
  border-bottom: 2px solid #1976D2;
  font-weight: bold;
}
html#scoped #Tools .tag-filters {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  gap: 12px;
}
html#scoped #Tools .tag-filter {
  line-height: 34px;
  text-align: center;
  min-width: 80px;
  padding: 0 16px;
  border: 1px solid #8B9CA4;
  border-radius: 4px;
  font-size: 14px;
  color: #333333;
  white-space: nowrap;
  cursor: pointer;
}
html#scoped #Tools .tag-filter.active, html#scoped #Tools .tag-filter:hover {
  border-color: #1976D2;
  color: #1976D2;
}
html#scoped #Tools .page-banner {
  margin-top: 20px;
}
html#scoped #Tools .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 24px;
}
html#scoped #Tools .search-box input {
  width: 248px;
  line-height: 34px;
  padding: 0 12px;
  padding-left: 36px;
  border: 1px solid #8B9CA4;
  border-radius: 4px;
  font-size: 14px;
  background-image: url("../assets/tools-search.png");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 8px center;
  color: #333333;
}
html#scoped #Tools .filter-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
html#scoped #Tools .filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped #Tools .filter-group .label {
  font-size: 14px;
  line-height: 36px;
  color: #333333;
  margin-right: 8px;
}
html#scoped #Tools .filter-group select {
  line-height: 34px;
  padding: 0 12px 0 4px;
  border: 1px solid #8B9CA4;
  border-radius: 4px;
  font-size: 14px;
  color: #333333;
  background-color: white;
}
html#scoped #Tools .tab-contents {
  margin-top: 24px;
}
html#scoped #Tools .tab-content {
  display: none;
}
html#scoped #Tools .tab-content.active {
  display: block;
}
html#scoped #Tools .articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
html#scoped #Tools .article {
  width: calc((100% - 72px) / 4);
  border: 1px solid #8B9CA4;
  border-radius: 10px;
  padding: 12px;
  cursor: pointer;
  text-decoration: none;
}
html#scoped #Tools .article:hover {
  border-color: #1976D2;
}
html#scoped #Tools .article:hover .name {
  color: #1976D2;
}
html#scoped #Tools .article .name {
  margin-top: 12px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
html#scoped #Tools .article .company {
  font-size: 14px;
  color: #333333;
  margin-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
html#scoped #Tools .article .price {
  font-size: 12px;
  color: #333333;
  margin-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
html#scoped #Tools .article .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}
html#scoped #Tools .article .tags .tag {
  line-height: 24px;
  padding: 0 8px;
  border: 1px solid #8B9CA4;
  border-radius: 4px;
  font-size: 12px;
  color: #333333;
}
@media screen and (min-width: 1921px) {
  html#scoped #Tools .center-wrap {
    width: 62.5vw;
    padding-top: 1.25vw;
    padding-bottom: 4.17vw;
  }
  html#scoped #Tools .tab-headings {
    gap: 1.04vw;
  }
  html#scoped #Tools .tab-heading {
    line-height: 2.6vw;
    font-size: 0.83vw;
    border-bottom-width: 0.1vw;
  }
  html#scoped #Tools .tag-filters {
    margin-top: 1.04vw;
    gap: 0.63vw;
  }
  html#scoped #Tools .tag-filter {
    line-height: 1.77vw;
    min-width: 4.17vw;
    padding: 0 0.83vw;
    border-radius: 0.21vw;
    font-size: 0.73vw;
  }
  html#scoped #Tools .page-banner {
    margin-top: 1.04vw;
  }
  html#scoped #Tools .filters {
    margin-top: 1.04vw;
    gap: 1.25vw;
  }
  html#scoped #Tools .search-box input {
    width: 12.92vw;
    line-height: 1.77vw;
    padding: 0 0.63vw;
    padding-left: 1.88vw;
    border-radius: 0.21vw;
    font-size: 0.73vw;
    background-size: 1.25vw;
    background-position: 0.42vw center;
  }
  html#scoped #Tools .filter-groups {
    gap: 1.25vw;
  }
  html#scoped #Tools .filter-group .label {
    font-size: 0.73vw;
    line-height: 1.88vw;
    margin-right: 0.42vw;
  }
  html#scoped #Tools .filter-group select {
    line-height: 1.77vw;
    padding: 0 0.63vw 0 0.21vw;
    border-radius: 0.21vw;
    font-size: 0.73vw;
  }
  html#scoped #Tools .tab-contents {
    margin-top: 1.25vw;
  }
  html#scoped #Tools .articles {
    gap: 1.25vw;
  }
  html#scoped #Tools .article {
    width: calc((100% - 3.75vw) / 4);
    border-radius: 0.52vw;
    padding: 0.63vw;
  }
  html#scoped #Tools .article .name {
    margin-top: 0.63vw;
    font-size: 0.83vw;
  }
  html#scoped #Tools .article .company {
    font-size: 0.73vw;
    margin-top: 0.21vw;
  }
  html#scoped #Tools .article .price {
    font-size: 0.63vw;
    margin-top: 0.21vw;
  }
  html#scoped #Tools .article .tags {
    gap: 0.21vw;
    margin-top: 0.42vw;
  }
  html#scoped #Tools .article .tags .tag {
    line-height: 1.25vw;
    padding: 0 0.42vw;
    border-radius: 0.21vw;
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Tools .center-wrap {
    width: 93.75vw;
    padding-top: 1.88vw;
    padding-bottom: 6.25vw;
  }
  html#scoped #Tools .tab-headings {
    gap: 1.56vw;
  }
  html#scoped #Tools .tab-heading {
    line-height: 3.91vw;
    font-size: 1.25vw;
    border-bottom-width: 0.16vw;
  }
  html#scoped #Tools .tag-filters {
    margin-top: 1.56vw;
    gap: 0.94vw;
  }
  html#scoped #Tools .tag-filter {
    line-height: 2.66vw;
    min-width: 6.25vw;
    padding: 0 1.25vw;
    border-radius: 0.31vw;
    font-size: 1.09vw;
  }
  html#scoped #Tools .page-banner {
    margin-top: 1.56vw;
  }
  html#scoped #Tools .filters {
    margin-top: 1.56vw;
    gap: 1.88vw;
  }
  html#scoped #Tools .search-box input {
    width: 19.38vw;
    line-height: 2.66vw;
    padding: 0 0.94vw;
    padding-left: 2.81vw;
    border-radius: 0.31vw;
    font-size: 1.09vw;
    background-size: 1.88vw;
    background-position: 0.63vw center;
  }
  html#scoped #Tools .filter-groups {
    gap: 1.88vw;
  }
  html#scoped #Tools .filter-group .label {
    font-size: 1.09vw;
    line-height: 2.81vw;
    margin-right: 0.63vw;
  }
  html#scoped #Tools .filter-group select {
    line-height: 2.66vw;
    padding: 0 0.94vw 0 0.31vw;
    border-radius: 0.31vw;
    font-size: 1.09vw;
  }
  html#scoped #Tools .tab-contents {
    margin-top: 1.88vw;
  }
  html#scoped #Tools .articles {
    gap: 1.88vw;
  }
  html#scoped #Tools .article {
    width: calc((100% - 5.64vw) / 4);
    border-radius: 0.78vw;
    padding: 0.94vw;
  }
  html#scoped #Tools .article .name {
    margin-top: 0.94vw;
    font-size: 1.25vw;
  }
  html#scoped #Tools .article .company {
    font-size: 1.09vw;
    margin-top: 0.31vw;
  }
  html#scoped #Tools .article .price {
    font-size: 0.94vw;
    margin-top: 0.31vw;
  }
  html#scoped #Tools .article .tags {
    gap: 0.31vw;
    margin-top: 0.63vw;
  }
  html#scoped #Tools .article .tags .tag {
    line-height: 1.88vw;
    padding: 0 0.63vw;
    border-radius: 0.31vw;
    font-size: 0.94vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Tools .center-wrap {
    padding-top: 0;
    padding-bottom: 6.4vw;
  }
  html#scoped #Tools .tab-headings {
    gap: 5.33vw;
  }
  html#scoped #Tools .tab-heading {
    line-height: 13.33vw;
    font-size: 4.27vw;
    border-bottom: 0.53vw solid transparent;
  }
  html#scoped #Tools .tab-heading.active, html#scoped #Tools .tab-heading:hover {
    border-bottom: 0.53vw solid #1976D2;
  }
  html#scoped #Tools .tag-filters {
    margin-top: 2.13vw;
    gap: 3.2vw;
  }
  html#scoped #Tools .tag-filter {
    line-height: 9.07vw;
    text-align: center;
    min-width: 21.33vw;
    padding: 0 4.27vw;
    border: 1px solid #8B9CA4;
    border-radius: 1.07vw;
    font-size: 3.73vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  html#scoped #Tools .page-banner {
    margin-top: 3.2vw;
  }
  html#scoped #Tools .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.2vw;
    gap: 3.2vw;
  }
  html#scoped #Tools .search-box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  html#scoped #Tools .search-box input {
    width: 100%;
    line-height: 9.07vw;
    padding: 0 3.2vw;
    padding-left: 9.6vw;
    border: 1px solid #8B9CA4;
    border-radius: 1.07vw;
    font-size: 3.73vw;
    background-size: 6.4vw;
    background-position: 2.13vw center;
  }
  html#scoped #Tools .toggle-filter-groups {
    line-height: 9.07vw;
    border: 1px solid #8B9CA4;
    padding: 0 3.2vw;
    border-radius: 1.07vw;
    font-size: 3.73vw;
    color: #333333;
    background-color: white;
    cursor: pointer;
    padding-left: 9.6vw;
    background-image: url("../assets/tools-filter.png");
    background-size: 6.4vw;
    background-repeat: no-repeat;
    background-position: 2.13vw center;
  }
  html#scoped #Tools .toggle-filter-groups.active {
    border-color: #1976D2;
    color: #1976D2;
    background-image: url("../assets/tools-filter-active.png");
  }
  html#scoped #Tools .filter-groups {
    display: none;
    position: fixed;
    top: 13.33vw;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100vw;
    height: calc(100vh - 13.33vw);
    left: 0;
    backdrop-filter: blur(2px);
    padding-top: 4.27vw;
    padding-left: 4.27vw;
    padding-right: 4.27vw;
  }
  html#scoped #Tools .filter-groups.active {
    display: block;
  }
  html#scoped #Tools .filter-groups .buttons {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 4.27vw;
    padding-right: 4.27vw;
    padding-bottom: 13.33vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  html#scoped #Tools .filter-groups .buttons .button {
    line-height: 9.07vw;
    width: 42.67vw;
    text-align: center;
    border-radius: 1.07vw;
    font-size: 4.27vw;
    cursor: pointer;
    border: 1px solid #8B9CA4;
  }
  html#scoped #Tools .filter-groups .buttons .button.confirm {
    background-color: #1976D2;
    color: white;
    border-color: #1976D2;
  }
  html#scoped #Tools .filter-group {
    display: block;
  }
  html#scoped #Tools .filter-group .label {
    font-size: 3.73vw;
    line-height: 9.6vw;
    margin-right: 0;
    margin-top: 3.2vw;
  }
  html#scoped #Tools .filter-group select {
    line-height: 9.07vw;
    height: 9.6vw;
    padding: 0 3.2vw 0 1.07vw;
    border: 1px solid #8B9CA4;
    border-radius: 1.07vw;
    font-size: 3.73vw;
    width: 100%;
  }
  html#scoped #Tools .tab-contents {
    margin-top: 3.2vw;
  }
  html#scoped #Tools .articles {
    gap: 3.2vw;
  }
  html#scoped #Tools .article {
    width: 100%;
    border: 1px solid #8B9CA4;
    border-radius: 2.67vw;
    padding: 3.2vw;
  }
  html#scoped #Tools .article .name {
    margin-top: 3.2vw;
    font-size: 4.27vw;
  }
  html#scoped #Tools .article .company {
    font-size: 3.73vw;
    margin-top: 1.07vw;
  }
  html#scoped #Tools .article .price {
    font-size: 3.2vw;
    margin-top: 1.07vw;
  }
  html#scoped #Tools .article .tags {
    gap: 1.07vw;
    margin-top: 2.13vw;
  }
  html#scoped #Tools .article .tags .tag {
    line-height: 24px;
    padding: 0 2.13vw;
    border: 1px solid #8B9CA4;
    border-radius: 1.07vw;
    font-size: 3.2vw;
  }
}

html#scoped #Tools-inner .center-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 80px;
}
html#scoped #Tools-inner .center-wrap h1 {
  margin: 0;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
}
html#scoped #Tools-inner .center-wrap .tags-wrap {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
html#scoped #Tools-inner .center-wrap .tags-wrap .name {
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
html#scoped #Tools-inner .center-wrap .tags-wrap .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
html#scoped #Tools-inner .center-wrap .tags-wrap .tags .tag {
  line-height: 22px;
  padding: 0 8px;
  border: 1px solid #8B9CA4;
  border-radius: 4px;
  font-size: 12px;
  color: #333333;
}
html#scoped #Tools-inner .center-wrap .company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  gap: 32px;
}
html#scoped #Tools-inner .center-wrap .company-info .logo {
  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;
  width: 100px;
  min-width: 100px;
}
html#scoped #Tools-inner .center-wrap .company-info .info {
  white-space: nowrap;
}
html#scoped #Tools-inner .center-wrap .company-info .info .name {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
html#scoped #Tools-inner .center-wrap .company-info .info .tax-id {
  font-size: 16px;
  color: #333333;
}
html#scoped #Tools-inner .center-wrap .company-info .description {
  font-size: 16px;
  color: #333333;
}
html#scoped #Tools-inner .center-wrap .basic-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
html#scoped #Tools-inner .center-wrap .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(25% - 1px);
  gap: 24px;
}
html#scoped #Tools-inner .center-wrap .info-item .icon {
  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;
}
html#scoped #Tools-inner .center-wrap .info-item .icon img {
  width: 40px;
}
html#scoped #Tools-inner .center-wrap .info-item .info {
  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;
}
html#scoped #Tools-inner .center-wrap .info-item .info .label {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
html#scoped #Tools-inner .center-wrap .info-item .info .value {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
html#scoped #Tools-inner .center-wrap .info-item .info .value span {
  font-size: 24px;
  font-weight: bold;
}
html#scoped #Tools-inner .center-wrap .info-item .rating {
  margin-top: 4px;
}
html#scoped #Tools-inner .center-wrap .info-item a.row {
  color: #1976D2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 3px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
html#scoped #Tools-inner .center-wrap .info-item a.row .row-icon {
  width: 24px;
  min-width: 24px;
}
html#scoped #Tools-inner .center-wrap .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
html#scoped #Tools-inner .center-wrap .rating .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
html#scoped #Tools-inner .center-wrap .rating .stars img {
  width: 20px;
  height: 20px;
  min-width: 20px;
}
html#scoped #Tools-inner .center-wrap .rating .count {
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
html#scoped #Tools-inner .center-wrap .separator {
  width: 1px;
  background-color: #8B9CA4;
}
html#scoped #Tools-inner .center-wrap .fig {
  margin-top: 24px;
}
html#scoped #Tools-inner .center-wrap p {
  margin: 24px 0;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
html#scoped #Tools-inner .center-wrap .feature-block {
  margin: 12px 0;
  background-color: #F7F7F7;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
html#scoped #Tools-inner .center-wrap .feature-block .label {
  min-width: 140px;
  width: 140px;
  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;
  color: #1976D2;
  font-size: 20px;
  font-weight: 500;
}
html#scoped #Tools-inner .center-wrap .feature-block .text {
  font-size: 16px;
  color: #333333;
}
html#scoped #Tools-inner .center-wrap .rating-block {
  margin-top: 56px;
}
html#scoped #Tools-inner .center-wrap .rating-block .flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
html#scoped #Tools-inner .center-wrap .rating-block .flex-top .rating {
  margin-top: 18px;
}
html#scoped #Tools-inner .center-wrap h2 {
  margin: 0;
  font-weight: bold;
  font-size: 36px;
  color: #1976D2;
}
html#scoped #Tools-inner .center-wrap .rating-item {
  padding: 20px;
  border-bottom: 1px solid #8B9CA4;
}
html#scoped #Tools-inner .center-wrap .rating-item .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
html#scoped #Tools-inner .center-wrap .rating-item .user .avatar {
  width: 50px;
}
html#scoped #Tools-inner .center-wrap .rating-item .user .info {
  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;
}
html#scoped #Tools-inner .center-wrap .rating-item .user .info .name {
  font-size: 16px;
  color: #333333;
}
html#scoped #Tools-inner .center-wrap .rating-item .user .info .date {
  font-size: 12px;
  color: #333333;
}
html#scoped #Tools-inner .center-wrap .rating-item .content {
  margin-top: 12px;
  font-size: 16px;
  color: #333333;
}
html#scoped #Tools-inner .center-wrap .slides-block {
  margin-top: 56px;
}
html#scoped #Tools-inner .center-wrap .slides-block .flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html#scoped #Tools-inner .center-wrap .slides-block .flex-top .navigation-wrap {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
html#scoped #Tools-inner .center-wrap .slides-block .flex-top .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
html#scoped #Tools-inner .center-wrap .slides-block .flex-top .navigation .nav {
  width: 26px;
  cursor: pointer;
}
html#scoped #Tools-inner .center-wrap .slides-block .slides {
  margin-top: 24px;
  margin-left: -10px;
  margin-right: -10px;
}
html#scoped #Tools-inner .center-wrap .slides-block .slides .slide {
  padding: 0 10px;
}
html#scoped #Tools-inner .center-wrap .article {
  border: 1px solid #8B9CA4;
  border-radius: 10px;
  padding: 12px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  outline: none;
}
html#scoped #Tools-inner .center-wrap .article:hover {
  border-color: #1976D2;
}
html#scoped #Tools-inner .center-wrap .article:hover .name {
  color: #1976D2;
}
html#scoped #Tools-inner .center-wrap .article .name {
  margin-top: 12px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
html#scoped #Tools-inner .center-wrap .article .company {
  font-size: 14px;
  color: #333333;
  margin-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
html#scoped #Tools-inner .center-wrap .article .price {
  font-size: 12px;
  color: #333333;
  margin-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
html#scoped #Tools-inner .center-wrap .article .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}
html#scoped #Tools-inner .center-wrap .article .tags .tag {
  line-height: 24px;
  padding: 0 8px;
  border: 1px solid #8B9CA4;
  border-radius: 4px;
  font-size: 12px;
  color: #333333;
}
@media screen and (min-width: 1921px) {
  html#scoped #Tools-inner .center-wrap {
    width: 62.5vw;
    padding-top: 1.25vw;
    padding-bottom: 4.17vw;
  }
  html#scoped #Tools-inner .center-wrap h1 {
    font-size: 1.88vw;
  }
  html#scoped #Tools-inner .center-wrap .tags-wrap {
    margin-top: 1.25vw;
    gap: 0.63vw;
  }
  html#scoped #Tools-inner .center-wrap .tags-wrap .name {
    line-height: 1.25vw;
    font-size: 0.83vw;
  }
  html#scoped #Tools-inner .center-wrap .tags-wrap .tags {
    gap: 0.21vw;
  }
  html#scoped #Tools-inner .center-wrap .tags-wrap .tags .tag {
    line-height: 1.15vw;
    padding: 0 0.42vw;
    border-radius: 0.21vw;
    font-size: 0.63vw;
  }
  html#scoped #Tools-inner .center-wrap .company-info {
    margin-top: 1.25vw;
    gap: 1.67vw;
  }
  html#scoped #Tools-inner .center-wrap .company-info .logo {
    width: 5.21vw;
    min-width: 5.21vw;
  }
  html#scoped #Tools-inner .center-wrap .company-info .info .name, html#scoped #Tools-inner .center-wrap .company-info .info .tax-id {
    font-size: 0.83vw;
  }
  html#scoped #Tools-inner .center-wrap .company-info .description {
    font-size: 0.83vw;
  }
  html#scoped #Tools-inner .center-wrap .basic-info {
    margin-top: 1.25vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item {
    gap: 1.25vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item .icon img {
    width: 2.08vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item .info .label, html#scoped #Tools-inner .center-wrap .info-item .info .value {
    font-size: 0.83vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item .info .label span, html#scoped #Tools-inner .center-wrap .info-item .info .value span {
    font-size: 1.25vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item .rating {
    margin-top: 0.21vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item a.row {
    gap: 0.42vw;
    margin: 0.16vw 0;
    font-size: 0.83vw;
    line-height: 1.25vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item a.row .row-icon {
    width: 1.25vw;
    min-width: 1.25vw;
  }
  html#scoped #Tools-inner .center-wrap .rating {
    gap: 0.21vw;
  }
  html#scoped #Tools-inner .center-wrap .rating .stars {
    gap: 0.31vw;
  }
  html#scoped #Tools-inner .center-wrap .rating .stars img {
    width: 1.04vw;
    height: 1.04vw;
    min-width: 1.04vw;
  }
  html#scoped #Tools-inner .center-wrap .rating .count {
    line-height: 1.04vw;
    font-size: 0.83vw;
  }
  html#scoped #Tools-inner .center-wrap .fig {
    margin-top: 1.25vw;
  }
  html#scoped #Tools-inner .center-wrap p {
    margin: 1.25vw 0;
    font-size: 0.83vw;
    line-height: 1.56vw;
  }
  html#scoped #Tools-inner .center-wrap .feature-block {
    margin: 0.63vw 0;
    padding: 2.08vw;
    gap: 1.25vw;
  }
  html#scoped #Tools-inner .center-wrap .feature-block .label {
    min-width: 7.29vw;
    width: 7.29vw;
    font-size: 1.04vw;
  }
  html#scoped #Tools-inner .center-wrap .feature-block .text {
    font-size: 0.83vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-block {
    margin-top: 2.92vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-block .flex-top {
    gap: 1.25vw;
    margin-bottom: 1.25vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-block .flex-top .rating {
    margin-top: 0.94vw;
  }
  html#scoped #Tools-inner .center-wrap h2 {
    font-size: 1.88vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-item {
    padding: 1.04vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-item .user {
    gap: 0.83vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-item .user .avatar {
    width: 2.6vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-item .user .info .name {
    font-size: 0.83vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-item .user .info .date {
    font-size: 0.63vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-item .content {
    margin-top: 0.63vw;
    font-size: 0.83vw;
  }
  html#scoped #Tools-inner .center-wrap .slides-block {
    margin-top: 2.92vw;
  }
  html#scoped #Tools-inner .center-wrap .slides-block .flex-top .navigation {
    gap: 0.52vw;
  }
  html#scoped #Tools-inner .center-wrap .slides-block .flex-top .navigation .nav {
    width: 1.35vw;
  }
  html#scoped #Tools-inner .center-wrap .slides-block .slides {
    margin-top: 1.25vw;
    margin-left: -0.52vw;
    margin-right: -0.52vw;
  }
  html#scoped #Tools-inner .center-wrap .slides-block .slides .slide {
    padding: 0 0.52vw;
  }
  html#scoped #Tools-inner .center-wrap .article {
    border-radius: 0.52vw;
    padding: 0.63vw;
  }
  html#scoped #Tools-inner .center-wrap .article .name {
    margin-top: 0.63vw;
    font-size: 0.83vw;
  }
  html#scoped #Tools-inner .center-wrap .article .company {
    font-size: 0.73vw;
    margin-top: 0.21vw;
  }
  html#scoped #Tools-inner .center-wrap .article .price {
    font-size: 0.63vw;
    margin-top: 0.21vw;
  }
  html#scoped #Tools-inner .center-wrap .article .tags {
    gap: 0.21vw;
    margin-top: 0.42vw;
  }
  html#scoped #Tools-inner .center-wrap .article .tags .tag {
    line-height: 1.25vw;
    padding: 0 0.42vw;
    border-radius: 0.21vw;
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped #Tools-inner .center-wrap {
    width: 93.75vw;
    padding-top: 1.88vw;
    padding-bottom: 6.25vw;
  }
  html#scoped #Tools-inner .center-wrap h1 {
    font-size: 2.81vw;
  }
  html#scoped #Tools-inner .center-wrap .tags-wrap {
    margin-top: 1.88vw;
    gap: 0.94vw;
  }
  html#scoped #Tools-inner .center-wrap .tags-wrap .name {
    line-height: 1.88vw;
    font-size: 1.25vw;
  }
  html#scoped #Tools-inner .center-wrap .tags-wrap .tags {
    gap: 0.31vw;
  }
  html#scoped #Tools-inner .center-wrap .tags-wrap .tags .tag {
    line-height: 1.72vw;
    padding: 0 0.63vw;
    border-radius: 0.31vw;
    font-size: 0.94vw;
  }
  html#scoped #Tools-inner .center-wrap .company-info {
    margin-top: 1.88vw;
    gap: 2.5vw;
  }
  html#scoped #Tools-inner .center-wrap .company-info .logo {
    width: 7.81vw;
    min-width: 7.81vw;
  }
  html#scoped #Tools-inner .center-wrap .company-info .info .name, html#scoped #Tools-inner .center-wrap .company-info .info .tax-id {
    font-size: 1.25vw;
  }
  html#scoped #Tools-inner .center-wrap .company-info .description {
    font-size: 1.25vw;
  }
  html#scoped #Tools-inner .center-wrap .basic-info {
    margin-top: 1.88vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item {
    gap: 1.88vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item .icon img {
    width: 3.13vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item .info .label, html#scoped #Tools-inner .center-wrap .info-item .info .value {
    font-size: 1.25vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item .info .label span, html#scoped #Tools-inner .center-wrap .info-item .info .value span {
    font-size: 1.88vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item .rating {
    margin-top: 0.31vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item a.row {
    gap: 0.63vw;
    margin: 0.23vw 0;
    font-size: 1.25vw;
    line-height: 1.88vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item a.row .row-icon {
    width: 1.88vw;
    min-width: 1.88vw;
  }
  html#scoped #Tools-inner .center-wrap .rating {
    gap: 0.31vw;
  }
  html#scoped #Tools-inner .center-wrap .rating .stars {
    gap: 0.47vw;
  }
  html#scoped #Tools-inner .center-wrap .rating .stars img {
    width: 1.56vw;
    height: 1.56vw;
    min-width: 1.56vw;
  }
  html#scoped #Tools-inner .center-wrap .rating .count {
    line-height: 1.56vw;
    font-size: 1.25vw;
  }
  html#scoped #Tools-inner .center-wrap .fig {
    margin-top: 1.88vw;
  }
  html#scoped #Tools-inner .center-wrap p {
    margin: 1.88vw 0;
    font-size: 1.25vw;
    line-height: 2.34vw;
  }
  html#scoped #Tools-inner .center-wrap .feature-block {
    margin: 0.94vw 0;
    padding: 3.13vw;
    gap: 1.88vw;
  }
  html#scoped #Tools-inner .center-wrap .feature-block .label {
    min-width: 10.94vw;
    width: 10.94vw;
    font-size: 1.56vw;
  }
  html#scoped #Tools-inner .center-wrap .feature-block .text {
    font-size: 1.25vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-block {
    margin-top: 4.38vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-block .flex-top {
    gap: 1.88vw;
    margin-bottom: 1.88vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-block .flex-top .rating {
    margin-top: 1.41vw;
  }
  html#scoped #Tools-inner .center-wrap h2 {
    font-size: 2.81vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-item {
    padding: 1.56vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-item .user {
    gap: 1.25vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-item .user .avatar {
    width: 3.91vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-item .user .info .name {
    font-size: 1.25vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-item .user .info .date {
    font-size: 0.94vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-item .content {
    margin-top: 0.94vw;
    font-size: 1.25vw;
  }
  html#scoped #Tools-inner .center-wrap .slides-block {
    margin-top: 4.38vw;
  }
  html#scoped #Tools-inner .center-wrap .slides-block .flex-top .navigation {
    gap: 0.78vw;
  }
  html#scoped #Tools-inner .center-wrap .slides-block .flex-top .navigation .nav {
    width: 2.03vw;
  }
  html#scoped #Tools-inner .center-wrap .slides-block .slides {
    margin-top: 1.88vw;
    margin-left: -0.78vw;
    margin-right: -0.78vw;
  }
  html#scoped #Tools-inner .center-wrap .slides-block .slides .slide {
    padding: 0 0.78vw;
  }
  html#scoped #Tools-inner .center-wrap .article {
    border-radius: 0.78vw;
    padding: 0.94vw;
  }
  html#scoped #Tools-inner .center-wrap .article .name {
    margin-top: 0.94vw;
    font-size: 1.25vw;
  }
  html#scoped #Tools-inner .center-wrap .article .company {
    font-size: 1.09vw;
    margin-top: 0.31vw;
  }
  html#scoped #Tools-inner .center-wrap .article .price {
    font-size: 0.94vw;
    margin-top: 0.31vw;
  }
  html#scoped #Tools-inner .center-wrap .article .tags {
    gap: 0.31vw;
    margin-top: 0.63vw;
  }
  html#scoped #Tools-inner .center-wrap .article .tags .tag {
    line-height: 1.88vw;
    padding: 0 0.63vw;
    border-radius: 0.31vw;
    font-size: 0.94vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #Tools-inner .center-wrap {
    width: 100%;
    padding-top: 0;
    padding-bottom: 8vw;
    padding-left: 4.27vw;
    padding-right: 4.27vw;
  }
  html#scoped #Tools-inner .center-wrap h1 {
    font-size: 5.33vw;
  }
  html#scoped #Tools-inner .center-wrap .tags-wrap {
    margin-top: 3.2vw;
    gap: 3.2vw;
  }
  html#scoped #Tools-inner .center-wrap .tags-wrap .name {
    line-height: 6.4vw;
    font-size: 4.27vw;
  }
  html#scoped #Tools-inner .center-wrap .tags-wrap .tags {
    gap: 1.07vw;
  }
  html#scoped #Tools-inner .center-wrap .tags-wrap .tags .tag {
    line-height: 5.87vw;
    padding: 0 2.13vw;
    border: 1px solid #8B9CA4;
    border-radius: 1.07vw;
    font-size: 3.2vw;
  }
  html#scoped #Tools-inner .center-wrap .company-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.13vw;
    gap: 1.07vw 4.27vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html#scoped #Tools-inner .center-wrap .company-info .logo {
    width: 16vw;
    min-width: 16vw;
  }
  html#scoped #Tools-inner .center-wrap .company-info .info {
    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;
  }
  html#scoped #Tools-inner .center-wrap .company-info .info .name {
    font-size: 4.27vw;
    font-weight: 500;
  }
  html#scoped #Tools-inner .center-wrap .company-info .info .tax-id {
    font-size: 4.27vw;
  }
  html#scoped #Tools-inner .center-wrap .company-info .description {
    font-size: 4.27vw;
  }
  html#scoped #Tools-inner .center-wrap .basic-info {
    margin-top: 6.4vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.2vw 0;
  }
  html#scoped #Tools-inner .center-wrap .info-item {
    width: calc(50% - 1px);
    gap: 3.2vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item .icon img {
    width: 10.67vw;
    min-width: 10.67vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item .info {
    width: 26.67vw;
    min-height: 20vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item .info.alt {
    width: auto;
  }
  html#scoped #Tools-inner .center-wrap .info-item .info .label {
    font-size: 4.27vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item .info .value {
    font-size: 4.27vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item .info .value span {
    font-size: 5.33vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item .rating {
    margin-top: 1.07vw;
    display: block;
  }
  html#scoped #Tools-inner .center-wrap .info-item .rating .stars {
    gap: 0;
    margin-bottom: 1.07vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item a.row {
    gap: 2.13vw;
    margin: 0.8vw 0;
    font-size: 3.73vw;
    line-height: 6.4vw;
  }
  html#scoped #Tools-inner .center-wrap .info-item a.row .row-icon {
    width: 6.4vw;
    min-width: 6.4vw;
  }
  html#scoped #Tools-inner .center-wrap .rating {
    gap: 1.07vw;
  }
  html#scoped #Tools-inner .center-wrap .rating .stars {
    gap: 1.6vw;
  }
  html#scoped #Tools-inner .center-wrap .rating .stars img {
    width: 5.33vw;
    height: 5.33vw;
    min-width: 5.33vw;
  }
  html#scoped #Tools-inner .center-wrap .rating .count {
    line-height: 5.33vw;
    font-size: 4.27vw;
  }
  html#scoped #Tools-inner .center-wrap .separator {
    width: 1px;
  }
  html#scoped #Tools-inner .center-wrap .fig {
    margin-top: 6.4vw;
  }
  html#scoped #Tools-inner .center-wrap p {
    margin: 6.4vw 0;
    font-size: 4.27vw;
    line-height: 8vw;
  }
  html#scoped #Tools-inner .center-wrap .feature-block {
    margin: 4.27vw 0;
    padding: 4.27vw 3.2vw;
    display: block;
  }
  html#scoped #Tools-inner .center-wrap .feature-block .label {
    min-width: 100%;
    width: 100%;
    font-size: 5.33vw;
    margin-bottom: 3.2vw;
  }
  html#scoped #Tools-inner .center-wrap .feature-block .text {
    font-size: 4.27vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-block {
    margin-top: 6.4vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-block .flex-top {
    gap: 6.4vw;
    margin-bottom: 0;
  }
  html#scoped #Tools-inner .center-wrap .rating-block .flex-top .rating {
    margin-top: 2.13vw;
  }
  html#scoped #Tools-inner .center-wrap h2 {
    font-size: 6.4vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-item {
    padding: 5.33vw 0;
    border-bottom: 1px solid #8B9CA4;
  }
  html#scoped #Tools-inner .center-wrap .rating-item .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.27vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-item .user .avatar {
    width: 13.33vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-item .user .info .name {
    font-size: 4.27vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-item .user .info .date {
    font-size: 3.2vw;
  }
  html#scoped #Tools-inner .center-wrap .rating-item .content {
    margin-top: 3.2vw;
    font-size: 4.27vw;
  }
  html#scoped #Tools-inner .center-wrap .slides-block {
    margin-top: 6.4vw;
  }
  html#scoped #Tools-inner .center-wrap .slides-block .flex-top .navigation-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html#scoped #Tools-inner .center-wrap .slides-block .flex-top .navigation {
    gap: 2.67vw;
  }
  html#scoped #Tools-inner .center-wrap .slides-block .flex-top .navigation .nav {
    width: 6.93vw;
  }
  html#scoped #Tools-inner .center-wrap .slides-block .slides {
    margin-top: 3.2vw;
    margin-left: 0;
    margin-right: 0;
  }
  html#scoped #Tools-inner .center-wrap .slides-block .slides .slide {
    padding: 0;
  }
  html#scoped #Tools-inner .center-wrap .article {
    border: 1px solid #8B9CA4;
    border-radius: 2.67vw;
    padding: 3.2vw;
    margin-left: 4.5vw;
  }
  html#scoped #Tools-inner .center-wrap .article .name {
    margin-top: 3.2vw;
    font-size: 4.27vw;
  }
  html#scoped #Tools-inner .center-wrap .article .company {
    font-size: 3.73vw;
    margin-top: 1.07vw;
  }
  html#scoped #Tools-inner .center-wrap .article .price {
    font-size: 3.2vw;
    margin-top: 1.07vw;
  }
  html#scoped #Tools-inner .center-wrap .article .tags {
    gap: 1.07vw;
    margin-top: 2.13vw;
  }
  html#scoped #Tools-inner .center-wrap .article .tags .tag {
    line-height: 6.4vw;
    padding: 0 2.13vw;
    border: 1px solid #8B9CA4;
    border-radius: 1.07vw;
    font-size: 3.2vw;
  }
}