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

@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../vendor/fonts/centurygothic.ttf") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../vendor/fonts/centurygothic_bold.ttf") format("truetype");
}
@-webkit-keyframes ani-kv-img {
  0% {
    opacity: 0;
    -webkit-transform: translate(100px, 100px);
            transform: translate(100px, 100px);
  }
  1% {
    opacity: 1;
    -webkit-transform: translate(100px, 100px);
            transform: translate(100px, 100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani-kv-img {
  0% {
    opacity: 0;
    -webkit-transform: translate(100px, 100px);
            transform: translate(100px, 100px);
  }
  1% {
    opacity: 1;
    -webkit-transform: translate(100px, 100px);
            transform: translate(100px, 100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

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

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

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

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

body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #484848;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1;
  position: relative;
  overflow-x: hidden;
  padding-top: 60px;
}

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

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

table {
  border-collapse: collapse;
}

a {
  color: #ffffff;
}

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

a:active {
  outline: none;
}

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

.container {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1350px;
  }
}
@media (min-width: 1800px) {
  .container {
    width: 1500px;
  }
}

.container--sm {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container--sm {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .container--sm {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container--sm {
    width: 1100px;
  }
}

.tab {
  margin-left: auto;
  margin-right: auto;
}
.tab--style1 {
  margin-top: 44px;
}
@media (max-width: 767px) {
  .tab--style1 {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .tab--style1 {
    margin-top: 15px;
  }
}
.tab--style1 .tab__headitem {
  width: 33.33%;
  color: #008c88;
}
.tab--style1 .tab__headitem::before {
  border-color: #007670 transparent transparent transparent;
}
.tab--style1 .tab__headitem--active {
  background: url("../images/s1/tab-head.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}
.tab--style1 .tab__headitem--active::before {
  opacity: 1;
}
@media (hover: hover) {
  .tab--style1 .tab__headitem:hover {
    background: url("../images/s1/tab-head.png");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
  }
}
.tab--style1 .tab__body {
  border-top: 2px solid #00847e;
  padding: 60px;
  background: url("../images/s1/tab-body.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .tab--style1 .tab__body {
    padding: 30px 15px;
  }
}
@media (max-width: 991px) {
  .tab--style1 .tab__body {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
  }
}
.tab--style1 .tab__bodyitem {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1499px) {
  .tab--style1 .tab__bodyitem {
    width: 100%;
  }
}
.tab--style2 .tab__headitem {
  width: 50%;
  color: #ffffff;
}
.tab--style2 .tab__headitem::before {
  border-color: #b4e2d9 transparent transparent transparent;
}
.tab--style2 .tab__headitem--active {
  background: url("../images/s2/tab-head.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: #008c88;
}
.tab--style2 .tab__headitem--active::before {
  opacity: 1;
}
@media (hover: hover) {
  .tab--style2 .tab__headitem:hover {
    background: url("../images/s2/tab-head.png");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    color: #008c88;
  }
}
.tab--style2 .tab__body {
  border-top: 2px solid #b6e4db;
  padding: 45px 60px;
  background: #ffffff;
}
@media (max-width: 1199px) {
  .tab--style2 .tab__body {
    padding: 30px 15px;
  }
}
.tab--style2 .tab__bodyitem {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1499px) {
  .tab--style2 .tab__bodyitem {
    width: 100%;
  }
}
.tab--style3 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .tab--style3 {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .tab--style3 {
    margin-top: 15px;
  }
}
.tab--style3 .tab__headitem {
  width: 33.33%;
  color: #222222;
  font-size: 1.625rem;
  font-weight: 500;
}
@media (max-width: 1799px) {
  .tab--style3 .tab__headitem {
    font-size: 1.375rem;
  }
}
@media (max-width: 1199px) {
  .tab--style3 .tab__headitem {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .tab--style3 .tab__headitem {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .tab--style3 .tab__headitem {
    font-size: 0.8125rem;
  }
}
@media (max-width: 374px) {
  .tab--style3 .tab__headitem {
    font-size: 3.4vw;
  }
}
.tab--style3 .tab__headitem .highlight {
  font-size: 1.38461em;
  font-weight: 900;
  color: #1c57b6;
}
.tab--style3 .tab__headitem::before {
  border-color: #0e43a2 transparent transparent transparent;
}
.tab--style3 .tab__headitem--active {
  background: url("../images/s4/tab-head.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}
.tab--style3 .tab__headitem--active .highlight {
  color: #ffffff;
}
.tab--style3 .tab__headitem--active::before {
  opacity: 1;
}
@media (hover: hover) {
  .tab--style3 .tab__headitem:hover {
    background: url("../images/s4/tab-head.png");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
  }
  .tab--style3 .tab__headitem:hover .highlight {
    color: #ffffff;
  }
}
.tab--style3 .tab__body {
  border-top: 2px solid #1c57b6;
  padding: 60px;
  background: url("../images/s4/tab-body.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1199px) {
  .tab--style3 .tab__body {
    padding: 30px 15px;
  }
}
.tab--style3 .tab__body::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#f6f9fe), to(#f1f6fc));
  background: linear-gradient(to right, #f6f9fe 0%, #f1f6fc 100%);
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media (max-width: 767px) {
  .tab--style3 .tab__body::after {
    height: 5px;
    bottom: -5px;
  }
}
.tab--style3 .tab__bodyitem {
  width: 1304px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1499px) {
  .tab--style3 .tab__bodyitem {
    width: 100%;
  }
}
.tab--style4 .tab__headitem {
  width: 50%;
  color: #1c57b6;
  font-size: 1.625rem;
}
@media (max-width: 1799px) {
  .tab--style4 .tab__headitem {
    font-size: 1.375rem;
  }
}
@media (max-width: 1199px) {
  .tab--style4 .tab__headitem {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .tab--style4 .tab__headitem {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .tab--style4 .tab__headitem {
    font-size: 0.8125rem;
  }
}
@media (max-width: 374px) {
  .tab--style4 .tab__headitem {
    font-size: 3.4vw;
  }
}
.tab--style4 .tab__headitem .highlight {
  font-size: 1.38461em;
  font-weight: 900;
  color: #1c57b6;
}
.tab--style4 .tab__headitem::before {
  border-color: #0e43a2 transparent transparent transparent;
}
.tab--style4 .tab__headitem--active {
  background: url("../images/s4/tab-head.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}
.tab--style4 .tab__headitem--active .highlight {
  color: #ffffff;
}
.tab--style4 .tab__headitem--active::before {
  opacity: 1;
}
@media (hover: hover) {
  .tab--style4 .tab__headitem:hover {
    background: url("../images/s4/tab-head.png");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
  }
  .tab--style4 .tab__headitem:hover .highlight {
    color: #ffffff;
  }
}
.tab--style4 .tab__body {
  border-top: 2px solid #1c57b6;
  padding: 45px 60px;
  background: url("../images/s5/tab-body.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1199px) {
  .tab--style4 .tab__body {
    padding: 30px 15px;
  }
}
.tab--style4 .tab__body::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#f6f9fe), to(#f1f6fc));
  background: linear-gradient(to right, #f6f9fe 0%, #f1f6fc 100%);
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media (max-width: 767px) {
  .tab--style4 .tab__body::after {
    height: 5px;
    bottom: -5px;
  }
}
.tab--style4 .tab__bodyitem {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1499px) {
  .tab--style4 .tab__bodyitem {
    width: 100%;
  }
}
.tab--style4 .tab__bodyitem:first-child {
  width: 1100px;
}
@media (max-width: 1499px) {
  .tab--style4 .tab__bodyitem:first-child {
    width: 100%;
  }
}
.tab--style4 .tab__bodyitem:nth-child(2) {
  width: 1300px;
}
@media (max-width: 1799px) {
  .tab--style4 .tab__bodyitem:nth-child(2) {
    width: 100%;
  }
}
.tab__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.tab__headitem {
  position: relative;
  height: 100px;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.2;
  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;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .tab__headitem {
    font-size: 1.375rem;
    height: 70px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@media (max-width: 767px) {
  .tab__headitem {
    font-size: 1.125rem;
    height: 66px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media (max-width: 480px) {
  .tab__headitem {
    font-size: 1rem;
    height: 60px;
  }
}
@media (max-width: 374px) {
  .tab__headitem {
    font-size: 4.6vw;
  }
}
.tab__headitem::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -12px;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .tab__headitem::before {
    border-width: 6px 10px 0 10px;
    left: calc(50% - 10px);
    bottom: -7px;
  }
}
.tab__headitem--active {
  color: white;
}
.tab__bodyitem {
  display: none;
}
.tab__bodyitem--active {
  display: block;
}

.pop__container {
  padding-bottom: 60px;
}
.pop__wrap {
  width: 1200px;
  background: #ffffff;
  border-radius: 30px;
  padding: 50px 100px 60px;
}
@media (max-width: 1499px) {
  .pop__wrap {
    width: 1100px;
  }
}
@media (max-width: 1199px) {
  .pop__wrap {
    width: 90%;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .pop__wrap {
    width: calc(100% - 30px);
    padding: 30px 15px;
  }
}
@media (max-width: 480px) {
  .pop__wrap {
    border-radius: 20px;
  }
}
.pop__btn {
  width: 146px;
  font-size: 1.25rem;
  line-height: 56px;
  color: #ffffff;
  background: #00a19b;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  margin-top: 24px;
  border-radius: 10em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .pop__btn:hover {
    opacity: 0.8;
  }
}
.pop__close {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
  border-radius: 10em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1199px) {
  .pop__close {
    right: calc(5% + 15px);
  }
}
@media (max-width: 767px) {
  .pop__close {
    top: -50px;
    right: 5px;
  }
}
.pop__close::before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #a9a9a9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 12px;
  left: 20px;
  z-index: 1;
}
.pop__close::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #a9a9a9;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: 20px;
  z-index: 1;
}
@media (min-width: 768px) {
  .pop__close:hover {
    opacity: 0.8;
  }
}
.pop__head {
  font-size: 1.875rem;
  font-weight: 500;
  color: #7e7e7e;
  text-align: center;
  line-height: 1.2;
  border-bottom: 1px solid #adadad;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .pop__head {
    font-size: 1.5rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .pop__head {
    font-size: 1.25rem;
  }
}
@media (max-width: 374px) {
  .pop__head {
    font-size: 1.125rem;
  }
}
.pop__body {
  font-size: 1.125rem;
  font-weight: 500;
  color: #222222;
  line-height: 1.4;
  text-align: justify;
}
@media (max-width: 767px) {
  .pop__body {
    font-size: 1rem;
  }
}
.pop__body a {
  color: #222222;
  word-break: break-all;
}
@media (hover: hover) {
  .pop__body a:hover {
    text-decoration: underline;
  }
}
.pop__body .sm {
  font-size: 0.8889em;
  color: #333333;
}
@media (max-width: 767px) {
  .pop__body .sm {
    font-size: 0.875em;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  background: #ffffff;
}
@media (max-width: 1199px) {
  .header .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.navbar {
  position: relative;
}
@media (max-width: 991px) {
  .navbar--active .navbar__toggle-item:first-child {
    top: 7px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navbar--active .navbar__toggle-item:nth-child(2) {
    display: none;
  }
  .navbar--active .navbar__toggle-item:last-child {
    top: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.navbar--active .navbar__overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
@media (max-width: 991px) {
  .navbar--active .navbar__overlay {
    display: block;
  }
}
@media (max-width: 991px) {
  .navbar--active .navbar__body {
    top: 60px;
  }
}
.navbar--show .navbar__body {
  opacity: 1;
  pointer-events: auto;
}
.navbar__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .navbar__head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 60px;
    position: relative;
    z-index: 11;
  }
  .navbar__head::before {
    content: "";
    display: block;
    width: calc(100% + 30px);
    height: 60px;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 4;
    background: #ffffff;
  }
}
@media (max-width: 767px) {
  .navbar__head::before {
    height: 60px;
  }
}
.navbar__logo {
  position: relative;
  display: block;
  width: 167px;
  z-index: 5;
}
@media (max-width: 767px) {
  .navbar__logo {
    width: 119px;
  }
}
.navbar__logo img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.navbar__toggle {
  width: 20px;
  height: 16px;
  cursor: pointer;
  position: relative;
  z-index: 5;
  display: none;
}
@media (max-width: 991px) {
  .navbar__toggle {
    display: block;
  }
}
.navbar__toggle-item {
  display: block;
  width: 20px;
  height: 2px;
  background: #00a19b;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.navbar__toggle-item:nth-child(2) {
  top: 7px;
}
.navbar__toggle-item:last-child {
  top: 14px;
}
.navbar__body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .navbar__body {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  .navbar__body {
    position: absolute;
    top: -100vh;
    left: -15px;
    z-index: 10;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    width: calc(100% + 30px);
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: calc(100vh - 100px);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}
.navbar__links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .navbar__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.navbar__link {
  display: block;
  position: relative;
  color: #1C1C1C;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, background;
  transition-property: color, background;
  padding: 21px 15px;
}
@media (max-width: 1199px) {
  .navbar__link {
    font-size: 1rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .navbar__link {
    padding: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    background: #f5fbfb;
    margin-top: 10px;
  }
  .navbar__link:first-child {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .navbar__link:hover {
    background: #00a19b;
    color: #ffffff;
  }
  .navbar__link--active {
    background: #00a19b;
    color: #ffffff;
  }
}
.navbar__link .en {
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  line-height: 0.9;
}

.nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .nav {
    display: none;
  }
}
@media (min-width: 1200px) {
  .nav .container {
    width: 1000px;
  }
}
@media (min-width: 1500px) {
  .nav .container {
    width: 1200px;
  }
}
.nav__block {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  border-bottom: 2px solid #052861;
}
.nav__block::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  -webkit-box-shadow: 0 0 70px rgba(56, 220, 255, 0.5);
          box-shadow: 0 0 70px rgba(56, 220, 255, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1499px) {
  .nav__block::before {
    height: 80px;
  }
}
.nav__block li {
  width: 25%;
  position: relative;
}
.nav__block li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background: #e8e8e8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1499px) {
  .nav__block li::before {
    height: 80px;
  }
}
.nav__block li:first-child {
  border-left: none;
}
.nav__block li:first-child::before {
  display: none;
}
.nav__icon {
  display: inline-block;
  width: 56px;
  height: 55px;
  margin-right: 10px;
}
@media (max-width: 1499px) {
  .nav__icon {
    width: 46px;
    height: 45px;
  }
}
@media (max-width: 1199px) {
  .nav__icon {
    width: 36px;
    height: 35px;
  }
}
.nav__icon--1 {
  background: url("../images/kv/nav-icon-1-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.nav__icon--2 {
  background: url("../images/kv/nav-icon-2-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.nav__icon--3 {
  background: url("../images/kv/nav-icon-3-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.nav__icon--4 {
  background: url("../images/kv/nav-icon-4-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.nav__icon--5 {
  background: url("../images/kv/nav-icon-5-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.625rem;
  font-weight: 500;
  color: #113670;
  background: #ffffff;
  height: 100px;
  position: relative;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
@media (max-width: 1799px) {
  .nav__link {
    font-size: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1499px) {
  .nav__link {
    font-size: 1.25rem;
    height: 80px;
  }
}
@media (max-width: 1199px) {
  .nav__link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.nav__link::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/kv/nav-arrow-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .nav__link::before {
    width: 10px;
    height: 10px;
  }
}
@media (hover: hover) {
  .nav__link:hover {
    margin-top: 0;
    background: -webkit-gradient(linear, left top, right top, from(#1c56b6), to(#3394e6));
    background: linear-gradient(to right, #1c56b6 0%, #3394e6 100%);
    color: #ffffff;
    height: 120px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 2;
  }
}
@media (hover: hover) and (max-width: 1499px) {
  .nav__link:hover {
    height: 100px;
  }
}
@media (hover: hover) {
  .nav__link:hover::before {
    background: url("../images/kv/nav-arrow-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .nav__link:hover .nav__icon--1 {
    background: url("../images/kv/nav-icon-1-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .nav__link:hover .nav__icon--2 {
    background: url("../images/kv/nav-icon-2-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .nav__link:hover .nav__icon--3 {
    background: url("../images/kv/nav-icon-3-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .nav__link:hover .nav__icon--4 {
    background: url("../images/kv/nav-icon-4-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .nav__link:hover .nav__icon--5 {
    background: url("../images/kv/nav-icon-5-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.nav__link .en {
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
}

@media (max-width: 767px) {
  .footer {
    padding-bottom: 45px;
  }
}

.kv {
  position: relative;
  overflow: hidden;
  background: #d6d6d6;
  height: 920px;
  background: url("../images/kv/kv-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  padding-top: 160px;
}
@media (min-width: 1921px) {
  .kv {
    background-size: cover;
  }
}
@media (max-width: 1499px) {
  .kv {
    background-size: cover;
    height: 800px;
  }
}
@media (max-width: 1199px) {
  .kv {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .kv {
    height: 550px;
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .kv {
    background: url("../images/kv/kv-bg-sm.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 770px auto;
    padding-top: 30px;
    height: 690px;
  }
}
@media (max-width: 480px) {
  .kv {
    height: 560px;
    background-size: 500px auto;
  }
}
@media (max-width: 374px) {
  .kv {
    height: auto;
    background-size: 110% auto;
    padding-bottom: 85%;
  }
}
.kv .container {
  position: relative;
}
.kv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-img.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-animation: ani-kv-img 1.5s ease;
          animation: ani-kv-img 1.5s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (min-width: 1921px) {
  .kv::before {
    background-size: cover;
  }
}
@media (max-width: 1499px) {
  .kv::before {
    background-size: cover;
    height: 800px;
  }
}
@media (max-width: 1199px) {
  .kv::before {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .kv::before {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .kv::before {
    height: 110vw;
    height: 690px;
    background: url("../images/kv/kv-img-sm.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 770px auto;
  }
}
@media (max-width: 480px) {
  .kv::before {
    height: 560px;
    background-size: 540px auto;
  }
}
@media (max-width: 374px) {
  .kv::before {
    height: 100%;
    background-size: 130% auto;
  }
}
.kv--active::before {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.kv--active .kv__title, .kv--active .kv__text, .kv--active .kv__date {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.kv__title {
  width: 508px;
  height: 372px;
  background: url("../images/kv/kv-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  opacity: 0;
  -webkit-animation: zoomIn 1s ease;
          animation: zoomIn 1s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  margin-left: -4px;
}
@media (max-width: 1499px) {
  .kv__title {
    width: 400px;
    height: 290px;
  }
}
@media (max-width: 1199px) {
  .kv__title {
    width: 340px;
    height: 250px;
  }
}
@media (max-width: 991px) {
  .kv__title {
    width: 280px;
    height: 205px;
  }
}
@media (max-width: 767px) {
  .kv__title {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .kv__title {
    width: 200px;
    height: 145px;
  }
}
.kv__text {
  font-size: 2rem;
  font-weight: 700;
  color: #222222;
  line-height: 1.25;
  margin-top: 50px;
  opacity: 0;
  -webkit-animation: fadeInDown 1s ease;
          animation: fadeInDown 1s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media (max-width: 1499px) {
  .kv__text {
    font-size: 1.625rem;
    margin-top: 35px;
  }
}
@media (max-width: 1199px) {
  .kv__text {
    font-size: 1.375rem;
  }
}
@media (max-width: 991px) {
  .kv__text {
    font-size: 1.125rem;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .kv__text {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .kv__text {
    font-size: 1rem;
  }
}
.kv__text .highlight {
  color: #00a09b;
}
.kv__date {
  width: 282px;
  height: 326px;
  background: url("../images/kv/kv-date.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 224px;
  left: 530px;
  z-index: 1;
  text-indent: -9999px;
  opacity: 0;
  -webkit-animation: fadeInDown 1s ease;
          animation: fadeInDown 1s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
@media (max-width: 1499px) {
  .kv__date {
    width: 220px;
    height: 270px;
    top: 170px;
    left: 450px;
  }
}
@media (max-width: 1199px) {
  .kv__date {
    width: 180px;
    height: 220px;
    top: 150px;
    left: 370px;
  }
}
@media (max-width: 991px) {
  .kv__date {
    width: 140px;
    height: 160px;
    top: 120px;
    left: 300px;
  }
}
@media (max-width: 767px) {
  .kv__date {
    top: 280px;
    left: calc(50vw + 80px);
  }
}
@media (max-width: 480px) {
  .kv__date {
    width: 100px;
    height: 120px;
    top: 210px;
    left: calc(50vw + 60px);
  }
}
@media (max-width: 374px) {
  .kv__date {
    left: calc(50vw + 30px);
  }
}

.s1 {
  background: url("../images/s1/s1-bg.jpg"), #e9ecf1;
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding-top: 104px;
  padding-bottom: 90px;
}
@media (min-width: 1921px) {
  .s1 {
    background-size: 100% auto;
  }
}
@media (max-width: 1499px) {
  .s1 {
    background-position: left bottom;
    background-size: 1200px auto;
  }
}
@media (max-width: 1199px) {
  .s1 {
    background-size: 900px auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .s1 {
    background: #e9ecf1;
  }
}
.s1 .source {
  margin-top: 20px;
}
.s1__title {
  background: url("../images/s1/s1-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 704px;
  height: 104px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .s1__title {
    width: 524px;
    height: 74px;
  }
}
@media (max-width: 767px) {
  .s1__title {
    width: 320px;
    height: 100px;
    background: url("../images/s1/s1-title-sm.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 480px) {
  .s1__title {
    width: 250px;
    height: 84px;
  }
}
@media (max-width: 374px) {
  .s1__title {
    width: 80%;
    height: 23vw;
  }
}
.s1__chart img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.s2 {
  background: url("../images/s2/s2-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 108px;
}
@media (max-width: 1199px) {
  .s2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.s2 .source {
  margin-top: 20px;
}

.s3 {
  background: url("../images/s3/s3-bg.jpg");
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 20px;
}
@media (min-width: 1921px) {
  .s3 {
    background-size: 100% auto;
  }
}
@media (max-width: 991px) {
  .s3 {
    background-position: center bottom -40px;
  }
}
@media (max-width: 767px) {
  .s3 {
    padding-top: 60px;
    background: url("../images/s3/s3-bg-sm_01.jpg"), url("../images/s3/s3-bg-sm_03.jpg");
    background-position: center top, center bottom;
    background-size: auto, 900px auto;
    background-repeat: no-repeat, no-repeat;
  }
}
@media (max-width: 480px) {
  .s3 {
    background-size: 500px auto, 1060px auto;
  }
}
@media (max-width: 374px) {
  .s3 {
    background-size: 500px auto, 1260px auto;
  }
}
.s3__title {
  background: url("../images/s3/s3-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 732px;
  height: 104px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .s3__title {
    width: 488px;
    height: 64px;
  }
}
@media (max-width: 767px) {
  .s3__title {
    width: 324px;
    height: 102px;
    background: url("../images/s3/s3-title-sm.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 480px) {
  .s3__title {
    width: 270px;
    height: 86px;
  }
}
@media (max-width: 374px) {
  .s3__title {
    width: 82%;
    height: 23vw;
  }
}
.s3__chart {
  margin-top: 20px;
}
.s3 .source {
  width: 1104px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
}
@media (max-width: 1499px) {
  .s3 .source {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .s3 .source {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .s3 .source {
    margin-top: 20px;
  }
}

.s4 {
  background: url("../images/s4/s4-bg-2.png"), url("../images/s4/s4-bg.jpg");
  background-position: center top 152px, center top;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  overflow: hidden;
  padding-top: 104px;
  padding-bottom: 70px;
}
@media (min-width: 1921px) {
  .s4 {
    background-size: 100% auto;
  }
}
@media (max-width: 1199px) {
  .s4 {
    background-size: 1400px auto, auto;
  }
}
@media (max-width: 767px) {
  .s4 {
    padding-top: 60px;
    padding-bottom: 10px;
    background: url("../images/s4/s4-bg-2.png"), url("../images/s4/s4-bg-sm_01.jpg");
    background-size: 1100px auto, auto;
    background-position: center top 70px, center top;
    background-repeat: no-repeat, no-repeat;
  }
}
@media (max-width: 480px) {
  .s4 {
    background-size: 700px auto, 500px auto;
    background-position: center top 60px, center top;
  }
}
.s4__title {
  background: url("../images/s4/s4-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 630px;
  height: 296px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .s4__title {
    width: 480px;
    height: 222px;
  }
}
@media (max-width: 767px) {
  .s4__title {
    width: 380px;
    height: 180px;
  }
}
@media (max-width: 480px) {
  .s4__title {
    width: 290px;
    height: 136px;
  }
}
@media (max-width: 374px) {
  .s4__title {
    width: 100%;
    height: 42vw;
  }
}
.s4 .source {
  margin-top: 20px;
}
.s4__chart img {
  margin-left: auto;
  margin-right: auto;
}
.s4__chart-text {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
  width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1499px) {
  .s4__chart-text {
    width: 90%;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .s4__chart-text {
    width: 100%;
    font-size: 0.875rem;
  }
}

.s5 {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 128px;
}
@media (max-width: 1199px) {
  .s5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.s5 .source {
  margin-top: 20px;
}
.s5__chart img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.s5__chart-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .s5__chart-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.s5__chart-item {
  width: 638px;
}
@media (max-width: 1799px) {
  .s5__chart-item {
    width: calc(50% - 5px);
  }
}
@media (max-width: 767px) {
  .s5__chart-item {
    width: 100%;
    margin-top: 30px;
  }
  .s5__chart-item:first-child {
    margin-top: 0;
  }
}

.video {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .video {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.video__title {
  background: url("../images/video/video-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 464px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .video__title {
    width: 390px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .video__title {
    width: 340px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .video__title {
    width: 240px;
    height: 30px;
  }
}
@media (max-width: 374px) {
  .video__title {
    width: 80%;
    height: 9vw;
  }
}
.video__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .video__wrap {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .video__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .video__wrap {
    margin-top: 15px;
  }
}
.video__wrap-item {
  width: calc(100% - 440px);
}
@media (max-width: 1499px) {
  .video__wrap-item {
    width: 600px;
  }
}
@media (max-width: 1199px) {
  .video__wrap-item {
    width: calc(100% - 340px);
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .video__wrap-item {
    padding-left: 0;
    width: 100%;
  }
}
.video__content {
  width: 440px;
}
@media (max-width: 1199px) {
  .video__content {
    width: 340px;
  }
}
@media (max-width: 991px) {
  .video__content {
    width: 100%;
    margin-top: 30px;
  }
}
.video__content-item {
  display: none;
}
.video__content-item--active {
  display: block;
}
.video__link-item {
  font-size: 1.375rem;
  font-weight: 700;
  color: #1c57b6;
  border-bottom: 2px solid #e9ecf1;
  padding-top: 34px;
  padding-bottom: 16px;
  padding-right: 38px;
  position: relative;
}
@media (max-width: 991px) {
  .video__link-item {
    font-size: 1.125rem;
    padding-top: 20px;
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .video__link-item {
    font-size: 1rem;
    border-width: 1px;
  }
}
.video__link-item::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #1c57b6;
  border-radius: 10em;
  position: absolute;
  bottom: 16px;
  right: 0;
}
@media (max-width: 1199px) {
  .video__link-item::before {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .video__link-item::before {
    width: 18px;
    height: 18px;
  }
}
.video__link-item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  bottom: 23px;
  right: 8px;
}
@media (max-width: 1199px) {
  .video__link-item::after {
    bottom: 17px;
  }
}
@media (max-width: 767px) {
  .video__link-item::after {
    border-width: 4px 0 4px 4px;
    bottom: 15px;
    right: 6px;
  }
}
.video__link-item--active::before {
  background: #ec1424;
}
@media (hover: hover) {
  .video__link-item:hover {
    cursor: pointer;
  }
  .video__link-item:hover::before {
    background: #ec1424;
  }
}
.video__link-item:first-child {
  padding-top: 0;
}
.video__link-text {
  line-height: 1.2em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 1.2em;
}
.video__nav {
  font-size: 1.125rem;
  color: #1c57b6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .video__nav {
    margin-top: 15px;
    font-size: 1rem;
  }
}
.video__nav-item {
  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;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 1.2em;
  border: 1px solid #e9ebef;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  cursor: pointer;
  margin-left: 14px;
}
@media (max-width: 767px) {
  .video__nav-item {
    width: 28px;
    height: 28px;
  }
}
.video__nav-item:first-child {
  margin-left: 0;
}
.video__nav-item--active {
  border-color: #1c57b6;
}
@media (hover: hover) {
  .video__nav-item:hover {
    border-color: #1c57b6;
  }
}
.video__block {
  width: 508px;
}
@media (max-width: 991px) {
  .video__block {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .video__block {
    width: 400px;
  }
}
@media (max-width: 480px) {
  .video__block {
    width: 280px;
  }
}
@media (max-width: 374px) {
  .video__block {
    width: 200px;
  }
}
.video__item {
  width: 100%;
}
.video__item iframe {
  width: 100%;
  height: 584px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .video__item iframe {
    height: 480px;
  }
}
@media (max-width: 480px) {
  .video__item iframe {
    height: 360px;
  }
}
@media (max-width: 374px) {
  .video__item iframe {
    height: 260px;
  }
}
.video__img {
  width: 100%;
  height: 584px;
  border-radius: 20px;
  overflow: hidden;
  background: url("../images/video/video-img.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .video__img {
    height: 480px;
  }
}
@media (max-width: 480px) {
  .video__img {
    height: 360px;
  }
}
@media (max-width: 374px) {
  .video__img {
    height: 260px;
  }
}

.file {
  position: relative;
  background: url("../images/file/file-bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 58px;
  padding-bottom: 166px;
}
@media (max-width: 991px) {
  .file {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .file {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.file::before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: url("../images/file/file-bg-2.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -74px;
  right: 0;
}
@media (min-width: 1921px) {
  .file::before {
    background-position: right top;
  }
}
@media (max-width: 1199px) {
  .file::before {
    height: 100px;
    background-size: auto 100%;
    top: -50px;
  }
}
@media (max-width: 767px) {
  .file::before {
    height: 70px;
    top: -35px;
  }
}
@media (max-width: 480px) {
  .file::before {
    background-position: center top;
    height: 50px;
    top: -25px;
  }
}
.file .source {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .file .source {
    width: 100%;
  }
}
.file .source a {
  color: #9afeff;
}
@media (hover: hover) {
  .file .source a:hover {
    text-decoration: underline;
  }
}
.file__title {
  width: 1036px;
  height: 176px;
  background: url("../images/file/file-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .file__title {
    width: 700px;
    height: 108px;
  }
}
@media (max-width: 767px) {
  .file__title {
    width: 360px;
    height: 148px;
    background: url("../images/file/file-title-sm.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 480px) {
  .file__title {
    width: 300px;
    height: 120px;
  }
}
@media (max-width: 374px) {
  .file__title {
    width: 90%;
    height: 23vw;
  }
}
.file__subtitle {
  font-size: 2.25rem;
  font-weight: 700;
  color: #fcfec2;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .file__subtitle {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .file__subtitle {
    font-size: 1.5rem;
  }
}
.file__table {
  width: 1154px;
  background: #145ed9;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #80b3f8;
  -webkit-box-shadow: 0 0 43px rgba(9, 56, 56, 0.4);
          box-shadow: 0 0 43px rgba(9, 56, 56, 0.4);
}
@media (max-width: 1199px) {
  .file__table {
    width: 100%;
    margin-top: 15px;
  }
}
.file__table-title {
  font-size: 1.625rem;
  font-weight: 500;
  color: #ffffff;
  padding: 15px;
}
@media (max-width: 1199px) {
  .file__table-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .file__table-title {
    font-size: 1.125rem;
  }
}
.file__table-title .highlight {
  color: #fff1b8;
}
.file__table-subtitle {
  font-size: 1.125rem;
  color: #ffffff;
  padding: 20px;
}
@media (max-width: 1199px) {
  .file__table-subtitle {
    font-size: 1rem;
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .file__table-subtitle {
    font-size: 0.875rem;
    padding: 15px 5px;
  }
}
@media (max-width: 480px) {
  .file__table-subtitle {
    padding: 15px 10px;
  }
}
.file__table-text {
  font-size: 1.125rem;
  color: #ffffff;
  padding: 10px 28px;
}
@media (max-width: 1199px) {
  .file__table-text {
    font-size: 1rem;
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .file__table-text {
    font-size: 0.875rem;
    padding: 10px 5px;
  }
}
.file__table td {
  text-align: center;
  line-height: 1.2;
}
.file__table td.subtitle {
  width: 210px;
}
@media (max-width: 1199px) {
  .file__table td.subtitle {
    width: 160px;
  }
}
@media (max-width: 991px) {
  .file__table td.subtitle {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .file__table td.subtitle {
    width: 50px;
  }
}
.file__table td.content {
  width: 367px;
  text-align: left;
}
@media (max-width: 1199px) {
  .file__table td.content {
    width: 325px;
  }
}
@media (max-width: 991px) {
  .file__table td.content {
    width: 275px;
  }
}
@media (max-width: 480px) {
  .file__table td.content {
    width: calc(50% - 50px);
  }
}
.file__table tr:nth-child(even) td.subtitle {
  background: #1a4dab;
}
.file__table tr:nth-child(even) td.subtitle:nth-child(3) {
  background: #1f5fc7;
}
.file__table tr:nth-child(even) td.content {
  background: #1d4a80;
}
.file__table tr:nth-child(odd) td.subtitle {
  background: #1f5fc7;
}
.file__table tr:nth-child(odd) td.subtitle:nth-child(3) {
  background: #1a4dab;
}
.file__table tr:nth-child(odd) td.content {
  background: #2f5794;
}

.purchase {
  background: url("../images/purchase/purchase-bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 60px;
  padding-bottom: 175px;
}
@media (max-width: 991px) {
  .purchase {
    padding-bottom: 60px;
  }
}
.purchase::before {
  content: "";
  display: block;
  width: 100%;
  height: 116px;
  background: url("../images/purchase/purchase-bg-2.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -74px;
  right: 0;
}
@media (min-width: 1921px) {
  .purchase::before {
    background-position: left top;
  }
}
@media (max-width: 1199px) {
  .purchase::before {
    height: 90px;
    background-size: auto 100%;
    top: -50px;
  }
}
@media (max-width: 991px) {
  .purchase::before {
    height: 70px;
    top: -40px;
  }
}
@media (max-width: 767px) {
  .purchase::before {
    height: 50px;
    top: -25px;
  }
}
@media (max-width: 480px) {
  .purchase::before {
    height: 30px;
    top: -16px;
  }
}
@media (min-width: 1500px) {
  .purchase .container {
    width: 1268px;
  }
}
.purchase__title {
  font-size: 3rem;
  font-weight: 700;
  color: #1c57b6;
  text-align: center;
}
@media (max-width: 991px) {
  .purchase__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .purchase__title {
    font-size: 2.125rem;
  }
}
.purchase__subtitle {
  font-size: 2.25rem;
  font-weight: 400;
  color: #1c57b6;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .purchase__subtitle {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .purchase__subtitle {
    font-size: 1.5rem;
  }
}
.purchase__subtitle .sm {
  display: inline-block;
  font-size: 0.6667em;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.purchase__subtitle::before {
  content: "";
  display: block;
  width: 340px;
  height: 1px;
  background: rgba(28, 87, 182, 0.3);
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 991px) {
  .purchase__subtitle::before {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .purchase__subtitle::before {
    width: calc(50% - 90px);
  }
}
.purchase__subtitle::after {
  content: "";
  display: block;
  width: 340px;
  height: 1px;
  background: rgba(28, 87, 182, 0.3);
  position: absolute;
  top: 50%;
  right: 0;
}
@media (max-width: 991px) {
  .purchase__subtitle::after {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .purchase__subtitle::after {
    width: calc(50% - 90px);
  }
}
.purchase__subtitle--lg::before, .purchase__subtitle--lg::after {
  width: 280px;
}
@media (max-width: 991px) {
  .purchase__subtitle--lg::before, .purchase__subtitle--lg::after {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .purchase__subtitle--lg::before, .purchase__subtitle--lg::after {
    width: calc(50% - 120px);
  }
}
.purchase__block {
  width: 950px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .purchase__block {
    width: 94%;
  }
}
@media (max-width: 991px) {
  .purchase__block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .purchase__block {
    margin-top: 30px;
  }
}
.purchase__item {
  margin-top: 50px;
}
.purchase__item:first-child {
  margin-top: 0;
}
.purchase__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-right: -24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.375rem;
  font-weight: 500;
  color: #222222;
  text-shadow: 0 1px #ffffff;
}
@media (max-width: 991px) {
  .purchase__list {
    font-size: 1.125rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .purchase__list {
    font-size: 1rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.purchase__list-item {
  position: relative;
  margin-top: 26px;
  padding-left: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .purchase__list-item {
    padding-left: 18px;
  }
}
@media (max-width: 767px) {
  .purchase__list-item {
    padding-left: 16px;
    padding-right: 16px;
  }
  .purchase__list-item::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 16px;
    background: #a6cdee;
    margin-right: 16px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .purchase__list-item::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 16px;
    background: #a6cdee;
    position: absolute;
    top: 0;
    right: -2px;
  }
}
.purchase__list-item .line {
  display: inline-block;
  width: 2px;
  height: 22px;
  background: rgba(60, 134, 197, 0.3);
  margin-left: 24px;
}
@media (max-width: 991px) {
  .purchase__list-item .line {
    margin-left: 18px;
  }
}
@media (max-width: 767px) {
  .purchase__list-item .line {
    display: none;
  }
}
.purchase__list-item .last {
  display: none;
}
@media (max-width: 991px) {
  .purchase__list-item .last {
    display: block;
  }
}
@media (max-width: 767px) {
  .purchase__list-item .last {
    display: none;
  }
}
.purchase__text {
  font-size: 1.25rem;
  font-weight: 500;
  color: #222222;
  text-shadow: 0 1px #ffffff;
  line-height: 1.5;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .purchase__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .purchase__text {
    font-size: 1rem;
  }
}
.purchase__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .purchase__btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .purchase__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.purchase__btn-item {
  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;
  padding-left: 122px;
  width: 400px;
  height: 98px;
  background: url("../images/purchase/purchase-btn-1.jpg");
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 1499px) {
  .purchase__btn-item {
    width: 360px;
    height: 86px;
    font-size: 1.625rem;
  }
}
@media (max-width: 1199px) {
  .purchase__btn-item {
    width: 300px;
    height: 74px;
    font-size: 1.375rem;
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .purchase__btn-item {
    width: 240px;
    height: 60px;
    font-size: 1.25rem;
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .purchase__btn-item {
    width: 200px;
    height: 50px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1rem;
    padding-left: 60px;
  }
}
@media (max-width: 480px) {
  .purchase__btn-item {
    width: 160px;
    padding-left: 40px;
  }
}
@media (hover: hover) {
  .purchase__btn-item:hover {
    background: url("../images/purchase/purchase-btn-2.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

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

@media (max-width: 767px) {
  .hide--sm {
    display: none !important;
  }
}

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

@media (max-width: 991px) {
  .hide--tb {
    display: none !important;
  }
}

.red {
  color: #e02020;
}

.offset--top {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media (max-width: 991px) {
  .offset--top {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

.source {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
  word-break: break-all;
}

.fixedbtn {
  position: fixed;
  bottom: 73px;
  right: 10px;
  z-index: 999;
  opacity: 0;
  -webkit-animation: fadeInRight 0.8s ease;
          animation: fadeInRight 0.8s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (min-width: 768px) and (max-height: 750px) {
  .fixedbtn {
    bottom: 63px;
  }
}
@media (max-width: 767px) {
  .fixedbtn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    right: 0;
    bottom: 0;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
}
.fixedbtn--active {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fixedbtn__item {
  font-size: 1.625rem;
  color: #ffffff;
  width: 62px;
  display: block;
  padding: 10px 10px 30px;
  text-align: center;
  border-radius: 10em;
  border-bottom-right-radius: 0;
  margin-top: 10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (min-width: 768px) and (max-height: 750px) {
  .fixedbtn__item {
    width: 44px;
    font-size: 1.125rem;
    padding: 10px 5px 15px;
  }
}
@media (max-width: 767px) {
  .fixedbtn__item {
    width: 33.33%;
    border-radius: 0;
    font-size: 1rem;
    padding: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
}
@media (max-width: 374px) {
  .fixedbtn__item {
    font-size: 4vw;
  }
}
.fixedbtn__item--blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#215ef7), to(#1335c8));
  background: linear-gradient(to bottom, #215ef7 0%, #1335c8 100%);
}
.fixedbtn__item--green {
  background: -webkit-gradient(linear, left top, left bottom, from(#00afac), to(#008581));
  background: linear-gradient(to bottom, #00afac 0%, #008581 100%);
}
.fixedbtn__item--red {
  background: -webkit-gradient(linear, left top, left bottom, from(#ec2641), to(#d81a2c));
  background: linear-gradient(to bottom, #ec2641 0%, #d81a2c 100%);
}
.fixedbtn__item img {
  width: 42px;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-height: 750px) {
  .fixedbtn__item img {
    width: 26px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .fixedbtn__item img {
    width: 26px;
    margin-bottom: 0;
    margin-right: 5px;
  }
}
@media (max-width: 374px) {
  .fixedbtn__item img {
    width: 8vw;
  }
}
.fixedbtn__item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .fixedbtn__item:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

.gotop {
  width: 42px;
  height: 42px;
  background: url("../images/common/gotop.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 999;
  cursor: pointer;
  display: none;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (min-width: 768px) and (max-height: 750px) {
  .gotop {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .gotop {
    bottom: 55px;
  }
}
@media (hover: hover) {
  .gotop:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}