@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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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; }

/*# sourceMappingURL=slick.min.css.map */
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.50vw;
      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.60vw 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.40vw;
          height: 6.40vw;
          line-height: 6.40vw;
          font-size: 4.27vw;
          border-radius: 1.07vw;
          margin: 0 1.07vw;
          background-size: 6.40vw; } }
      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 {
  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;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  html#scoped header.active {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(2px);
    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 {
        -webkit-backdrop-filter: blur(0.1vw);
        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 {
        -webkit-backdrop-filter: blur(0.16vw);
        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;
      -o-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;
        -o-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;
          -o-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;
            -o-transition-delay: 100ms;
            transition-delay: 100ms; }
          html#scoped header nav a:nth-of-type(2) {
            -webkit-transition-delay: 200ms;
            -o-transition-delay: 200ms;
            transition-delay: 200ms; }
          html#scoped header nav a:nth-of-type(3) {
            -webkit-transition-delay: 300ms;
            -o-transition-delay: 300ms;
            transition-delay: 300ms; }
          html#scoped header nav a:nth-of-type(4) {
            -webkit-transition-delay: 400ms;
            -o-transition-delay: 400ms;
            transition-delay: 400ms; } }

html#scoped footer {
  background-color: #014664;
  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.40vw 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.20vw; } }
    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.60vw;
          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.50vw; } }
  html#scoped footer .separator {
    height: 1px;
    background-color: #8B9CA4;
    margin: 6.40vw 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: 2.13vw; } }
    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.60vw; } }
      @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; } }
      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.60vw; } }
        @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: 50%; } }
        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.80vw; } }
        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; }
            html#scoped footer .big-flex .flex-wrap .group ul li a {
              color: white;
              text-decoration: none;
              font-size: 16px;
              line-height: 200%; }
              @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.80vw; } }
  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);
    -webkit-backdrop-filter: blur(2px);
    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.50vw;
        border-radius: 0.63vw; } }
    @media screen and (max-width: 800px) {
      html#scoped #Landing section#section1 .slide1 .text-wrap {
        top: 32.00vw;
        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.40vw; } }
    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: 32px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 8px; }
    @media screen and (min-width: 1921px) {
      html#scoped #Landing section#section1 .slide2 .text-wrap {
        padding: 1.67vw;
        border-radius: 0.42vw; } }
    @media screen and (max-width: 1279px) {
      html#scoped #Landing section#section1 .slide2 .text-wrap {
        padding: 2.50vw;
        border-radius: 0.63vw; } }
    @media screen and (max-width: 800px) {
      html#scoped #Landing section#section1 .slide2 .text-wrap {
        width: auto;
        padding: 8.53vw;
        text-align: center;
        white-space: nowrap;
        border-radius: 2.13vw; } }
    html#scoped #Landing section#section1 .slide2 .text-wrap .t1 {
      font-size: 40px;
      margin: 0;
      font-weight: bold;
      color: #1976D2;
      text-align: center; }
      @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: 6.40vw; } }
    html#scoped #Landing section#section1 .slide2 .text-wrap .t2 {
      font-size: 24px;
      font-weight: bold;
      color: #333333;
      margin: 0;
      text-align: center; }
      @media screen and (min-width: 1921px) {
        html#scoped #Landing section#section1 .slide2 .text-wrap .t2 {
          font-size: 1.25vw; } }
      @media screen and (max-width: 1279px) {
        html#scoped #Landing section#section1 .slide2 .text-wrap .t2 {
          font-size: 1.88vw; } }
      @media screen and (max-width: 800px) {
        html#scoped #Landing section#section1 .slide2 .text-wrap .t2 {
          font-size: 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: 8.00vw;
          height: 8.00vw;
          top: calc(50% - 4.00vw);
          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.60vw; } }
      @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.60vw; } }
      @media screen and (max-width: 800px) {
        html#scoped #Landing section#section1 .slider-wrap .next {
          right: 2.13vw; } }

html#scoped #Landing section#section2 h2 {
  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 {
      font-size: 1.88vw; } }
  @media screen and (max-width: 1279px) {
    html#scoped #Landing section#section2 h2 {
      font-size: 2.81vw; } }
  @media screen and (max-width: 800px) {
    html#scoped #Landing section#section2 h2 {
      font-size: 6.40vw; } }

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.20vw 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.20vw; } }
  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.20vw; } }
  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 {
  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 {
      font-size: 1.88vw; } }
  @media screen and (max-width: 1279px) {
    html#scoped #Landing section#section3 h2 {
      font-size: 2.81vw; } }
  @media screen and (max-width: 800px) {
    html#scoped #Landing section#section3 h2 {
      font-size: 6.40vw; } }

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.40vw; } }
    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: 24.00vw;
          min-width: 24.00vw; } }
    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.40vw; } }
    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 {
      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 {
          font-size: 1.88vw; } }
      @media screen and (max-width: 1279px) {
        html#scoped #Landing section#section4 .flex-wrap .content-wrap h2 {
          font-size: 2.81vw; } }
      @media screen and (max-width: 800px) {
        html#scoped #Landing section#section4 .flex-wrap .content-wrap h2 {
          font-size: 6.40vw;
          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.50vw; } }
      @media screen and (max-width: 800px) {
        html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group {
          margin-top: 6.40vw; } }
      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.40vw;
              min-width: 2.40vw;
              height: 2.40vw;
              line-height: 2.40vw;
              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;
        margin-top: 12px; }
        @media screen and (min-width: 1921px) {
          html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group .text-wrap .content {
            font-size: 0.73vw;
            margin-top: 0.63vw; } }
        @media screen and (max-width: 1279px) {
          html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group .text-wrap .content {
            font-size: 1.09vw;
            margin-top: 0.94vw; } }
        @media screen and (max-width: 800px) {
          html#scoped #Landing section#section4 .flex-wrap .content-wrap .bullet-group .text-wrap .content {
            font-size: 3.73vw;
            margin-top: 3.20vw; } }

html#scoped #Landing section#section5 h2 {
  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 {
      font-size: 1.88vw; } }
  @media screen and (max-width: 1279px) {
    html#scoped #Landing section#section5 h2 {
      font-size: 2.81vw; } }
  @media screen and (max-width: 800px) {
    html#scoped #Landing section#section5 h2 {
      font-size: 6.40vw; } }

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.60vw; } }
  @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 .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 {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    color: #1976D2;
    letter-spacing: 0.2em;
    line-height: 150%; }
    @media screen and (min-width: 1921px) {
      html#scoped #About section h2 {
        font-size: 1.88vw; } }
    @media screen and (max-width: 1279px) {
      html#scoped #About section h2 {
        font-size: 2.81vw; } }
    @media screen and (max-width: 800px) {
      html#scoped #About section h2 {
        font-size: 6.40vw;
        letter-spacing: 0.1em;
        text-align: center; } }
  html#scoped #About section p {
    margin: 0;
    margin-top: 24px;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 150%; }
    @media screen and (min-width: 1921px) {
      html#scoped #About section p {
        margin-top: 1.25vw;
        font-size: 1.04vw; } }
    @media screen and (max-width: 1279px) {
      html#scoped #About section p {
        margin-top: 1.88vw;
        font-size: 1.56vw; } }
    @media screen and (max-width: 800px) {
      html#scoped #About section p {
        margin-top: 4.27vw;
        font-size: 3.73vw; } }
  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.40vw; } }

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; }

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: 1279px) {
    html#scoped #About section#section3 .image-wrap {
      margin-top: 6.40vw;
      margin-left: -4.27vw;
      margin-right: -4.27vw; } }

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 {
    font-size: 36px;
    font-weight: bold;
    color: #1976D2;
    margin: 0;
    margin-bottom: 24px; }
    @media screen and (min-width: 1921px) {
      html#scoped #Bulletin section h2 {
        font-size: 1.88vw;
        margin-bottom: 1.25vw; } }
    @media screen and (max-width: 1279px) {
      html#scoped #Bulletin section h2 {
        font-size: 2.81vw;
        margin-bottom: 1.88vw; } }
    @media screen and (max-width: 800px) {
      html#scoped #Bulletin section h2 {
        font-size: 6.40vw;
        margin-bottom: 6.40vw; } }
  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.40vw; } }

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.40vw;
        min-width: 6.40vw; } }
    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.20vw;
            line-height: 5.33vw;
            margin-right: 3.20vw; } }
      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.20vw;
              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: block;
      width: 300px;
      height: 295px;
      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; }
        @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.20vw 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.20vw; } }
    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.20vw; } }
    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.20vw 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.20vw; } }

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.40vw; } }
  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.40vw; } }
    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.20vw; } }
    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.20vw;
          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.40vw;
        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.40vw; } }
    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.40vw; } }
  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.40vw;
        margin-bottom: 6.40vw; } }
  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.40vw; } }
  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.40vw; } }
  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.20vw; } }
  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.20vw 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.20vw;
            margin-top: 3.20vw; } }
      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;
    letter-spacing: 0.2em;
    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.80vw; } }
    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.80vw;
            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.20vw;
            border-radius: 1.07vw;
            font-size: 4.80vw;
            height: 8.80vw; } }
      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.20vw;
            border-radius: 1.07vw;
            font-size: 4.80vw;
            height: 8.80vw; } }
      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.20vw;
            border-radius: 1.07vw;
            font-size: 4.80vw; } }
    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.20vw; } }
    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.20vw; } }
      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.80vw; } }
    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.80vw; } }
      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.20vw; } }
      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.80vw; } }
      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.80vw;
            padding: 0 3.20vw;
            border-radius: 1.07vw;
            font-size: 4.80vw; } }
  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; } }
