@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  src: url(../vendor/fonts/NotoSansTC-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  src: url(../vendor/fonts/NotoSansTC-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  src: url(../vendor/fonts/NotoSansTC-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 900;
  src: url(../vendor/fonts/NotoSansTC-Black.otf) format("opentype");
}
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  src: url(../vendor/fonts/Lexend-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url(../vendor/fonts/OpenSans-ExtraBold.ttf) format("truetype");
}
body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #333333;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 1399px) {
  body {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  body {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 50px;
  }
}

select, button, textarea, input {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
}

a, a:focus {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

a:active {
  outline: none;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 650px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1050px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1244px;
  }
}

.container--lg {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container--lg {
    width: 650px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .container--lg {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container--lg {
    width: 1050px;
  }
}
@media (min-width: 1400px) {
  .container--lg {
    width: 1350px;
  }
}
@media (min-width: 1700px) {
  .container--lg {
    width: 1520px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  background: url("../images/common/navbar-bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  padding-left: 120px;
}
@media (max-width: 1199px) {
  .header {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .header {
    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;
  }
}
@media (max-width: 767px) {
  .navbar--active .navbar__body {
    top: 50px;
  }
}
.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 {
    min-height: 50px;
  }
  .navbar__head::before {
    height: 50px;
  }
}
.navbar__logo {
  position: relative;
  display: block;
  width: 158px;
  z-index: 5;
}
@media (max-width: 991px) {
  .navbar__logo {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .navbar__logo {
    width: 109px;
  }
}
.navbar__logo img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.navbar__toggle {
  width: 20px;
  height: 18px;
  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: 4px;
  border-radius: 10em;
  background: #377462;
  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 (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: -webkit-gradient(linear, left top, left bottom, from(#245f4d), to(#387462));
    background: linear-gradient(to bottom, #245f4d 0%, #387462 100%);
    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);
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.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: #272823;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-left: 35px;
  margin-right: 35px;
}
@media (max-width: 991px) {
  .navbar__link {
    font-size: 1.125rem;
    color: #ffffff;
    font-style: italic;
    margin: 17px 0 0;
    padding-top: 17px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .navbar__link {
    font-size: 0.9375rem;
  }
}
.navbar__link::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 14px;
  background: url("../images/common/navbar-link-line.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  left: -35px;
  z-index: 1;
}
@media (max-width: 991px) {
  .navbar__link::before {
    width: 140px;
    height: 4px;
    background: url("../images/common/navbar-link-line-tb.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    top: -2px;
    left: calc(50% - 70px);
  }
}
.navbar__link:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  .navbar__link:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}
.navbar__link:first-child::before {
  display: none;
}
.navbar__link:last-child {
  margin-right: 0;
}
@media (hover: hover) {
  .navbar__link:hover {
    opacity: 0.8;
  }
}
.navbar__btn {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, right top, from(#fd644f), to(#f28e26));
  background: linear-gradient(to right, #fd644f 0%, #f28e26 100%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 256px;
  height: 70px;
  margin-left: 70px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 991px) {
  .navbar__btn {
    position: fixed;
    top: 10px;
    right: 50px;
    z-index: 999;
    font-size: 1.125rem;
    width: 140px;
    height: 40px;
    border-radius: 5px;
  }
  .navbar__btn.show--tb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  .navbar__btn {
    font-size: 0.75rem;
    width: 100px;
    height: 30px;
  }
}
.navbar__btn::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 38px;
  background: url("../images/common/navbar-btn-icon.svg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .navbar__btn::before {
    width: 19px;
    height: 18px;
    margin-right: 5px;
  }
}
@media (hover: hover) {
  .navbar__btn:hover {
    opacity: 0.8;
  }
}

.footer {
  background: #333;
  font-size: 0.875rem;
  color: rgba(238, 238, 238, 0.8);
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .footer {
    line-height: 1.2;
  }
}
.footer .hide--sm {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .footer .hide--sm {
    display: none !important;
  }
}
.footer__text {
  padding-bottom: 10px;
}
.footer__text:last-child {
  padding-bottom: 0;
}
.footer__text a {
  color: rgba(238, 238, 238, 0.8);
  text-decoration: underline;
}
.footer__text a:hover {
  color: #238c6c;
}

.kv {
  position: relative;
  overflow: hidden;
  height: 47vw;
  background: url("../images/kv/kv-bg.jpg");
  background-repeat: no-repeat;
}
@media (min-width: 1921px) {
  .kv {
    background-size: cover;
  }
}
@media (max-width: 1900px) {
  .kv {
    background-size: cover;
    background-position: center top;
  }
}
@media (max-width: 480px) {
  .kv {
    background: url("../images/kv/kv-bg-sm.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 139.4666666667vw;
  }
}
.kv__title {
  text-indent: -9999px;
}

.s1 {
  background: url("../images/s1/s1-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  padding-top: 145px;
  padding-bottom: 134px;
}
@media (max-width: 1399px) {
  .s1 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .s1 {
    background: url("../images/s1/s1-bg-tb.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .s1 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url("../images/s1/s1-bg-sm.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
.s1 .container {
  padding-left: 120px;
  padding-right: 100px;
}
@media (max-width: 1199px) {
  .s1 .container {
    padding-left: 100px;
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  .s1 .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .s1 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.s1__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .s1__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .s1__wrap {
    width: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s1__wrap {
    width: 100%;
  }
}
.s1__box {
  background: #ffffff;
  padding: 44px 70px 55px;
  position: relative;
}
@media (max-width: 1399px) {
  .s1__box {
    padding: 30px;
  }
}
.s1__box:first-child {
  width: 530px;
  border-radius: 20px;
  border-top-left-radius: 80px;
  -webkit-box-shadow: 0 0 60px rgba(74, 104, 150, 0.1), 0 -3px rgba(0, 190, 174, 0.3) inset;
          box-shadow: 0 0 60px rgba(74, 104, 150, 0.1), 0 -3px rgba(0, 190, 174, 0.3) inset;
  padding-right: 80px;
}
@media (max-width: 1399px) {
  .s1__box:first-child {
    width: 420px;
    padding-right: 50px;
    border-top-left-radius: 50px;
  }
}
@media (max-width: 991px) {
  .s1__box:first-child {
    margin-left: auto;
    margin-right: 0;
    width: 400px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .s1__box:first-child {
    width: 320px;
    padding: 20px 15px;
    border-radius: 10px;
    border-top-left-radius: 30px;
  }
}
@media (max-width: 480px) {
  .s1__box:first-child {
    width: 75%;
  }
}
.s1__box:first-child::after {
  content: "";
  width: 92px;
  height: 100%;
  background: url("../images/s1/s1-item-bg.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.s1__box:first-child .s1__title {
  color: #00beae;
}
.s1__box:first-child .s1__title::after {
  background: url("../images/s1/s1-title-line-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.s1__box:first-child .s1__item {
  border-color: #50d2c7;
}
.s1__box:first-child .s1__img {
  left: -360px;
  bottom: -208px;
}
@media (max-width: 1699px) {
  .s1__box:first-child .s1__img {
    left: -220px;
    bottom: -210px;
  }
}
@media (max-width: 1399px) {
  .s1__box:first-child .s1__img {
    bottom: -150px;
  }
}
@media (max-width: 991px) {
  .s1__box:first-child .s1__img {
    left: -260px;
    bottom: -60px;
  }
}
@media (max-width: 767px) {
  .s1__box:first-child .s1__img {
    left: -170px;
    bottom: -40px;
  }
}
@media (max-width: 374px) {
  .s1__box:first-child .s1__img {
    left: -130px;
  }
}
.s1__box:last-child {
  width: 520px;
  margin-left: -29px;
  margin-top: 73px;
  border-radius: 20px;
  border-top-right-radius: 80px;
  -webkit-box-shadow: 0 0 60px rgba(74, 104, 150, 0.1), 0 -3px rgba(0, 113, 188, 0.3) inset;
          box-shadow: 0 0 60px rgba(74, 104, 150, 0.1), 0 -3px rgba(0, 113, 188, 0.3) inset;
}
@media (max-width: 1399px) {
  .s1__box:last-child {
    width: 400px;
    border-top-right-radius: 50px;
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .s1__box:last-child {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s1__box:last-child {
    width: 320px;
    padding: 20px 15px;
    border-radius: 10px;
    border-top-right-radius: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .s1__box:last-child {
    width: 75%;
  }
}
.s1__box:last-child .s1__title {
  color: #0071bc;
}
.s1__box:last-child .s1__title::after {
  background: url("../images/s1/s1-title-line-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.s1__box:last-child .s1__img {
  right: -332px;
  bottom: -134px;
}
@media (max-width: 1699px) {
  .s1__box:last-child .s1__img {
    right: -160px;
    bottom: -136px;
  }
}
@media (max-width: 1399px) {
  .s1__box:last-child .s1__img {
    bottom: -100px;
    right: -170px;
  }
}
@media (max-width: 991px) {
  .s1__box:last-child .s1__img {
    right: -210px;
  }
}
@media (max-width: 767px) {
  .s1__box:last-child .s1__img {
    right: -130px;
    bottom: -90px;
  }
}
@media (max-width: 480px) {
  .s1__box:last-child .s1__img {
    right: -90px;
  }
}
@media (max-width: 374px) {
  .s1__box:last-child .s1__img {
    right: -70px;
  }
}
.s1__block {
  margin-top: 19px;
}
@media (max-width: 767px) {
  .s1__block {
    margin-top: 10px;
  }
}
.s1__item {
  border-top: 1px solid #50d2c7;
  margin-top: 21px;
  padding-top: 19px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .s1__item {
    margin-top: 10px;
    padding-top: 10px;
  }
}
.s1__item:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.s1__item-title {
  font-size: 1.875rem;
  font-weight: 500;
  color: #272823;
  letter-spacing: 0.05em;
}
@media (max-width: 1399px) {
  .s1__item-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .s1__item-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .s1__item-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 374px) {
  .s1__item-title {
    font-size: 1rem;
  }
}
.s1__item-text {
  font-size: 1.125rem;
  color: #272823;
  letter-spacing: 0.05em;
  margin-top: 10px;
  line-height: 1.4;
}
@media (max-width: 1399px) {
  .s1__item-text {
    font-size: 1rem;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .s1__item-text {
    letter-spacing: 0;
  }
}
@media (max-width: 374px) {
  .s1__item-text {
    font-size: 0.875rem;
  }
}
.s1__title {
  font-size: 2.75rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 1399px) {
  .s1__title {
    font-size: 2.125rem;
  }
}
@media (max-width: 767px) {
  .s1__title {
    font-size: 1.625rem;
  }
}
@media (max-width: 480px) {
  .s1__title {
    font-size: 1.375rem;
  }
}
.s1__title::after {
  content: "";
  display: block;
  width: 70px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .s1__title::after {
    width: 50px;
    height: 6px;
  }
}
@media (max-width: 767px) {
  .s1__title::after {
    width: 40px;
  }
}
.s1__img {
  width: 488px;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 1699px) {
  .s1__img {
    width: 340px;
  }
}
@media (max-width: 1399px) {
  .s1__img {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .s1__img {
    width: 200px;
  }
}
@media (max-width: 374px) {
  .s1__img {
    width: 160px;
  }
}

.s2 {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .s2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.s2__title {
  font-size: 2.75rem;
  font-weight: 900;
  color: #40669b;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .s2__title {
    font-size: 2.125rem;
  }
}
.s2__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 45px;
  background: #ebf4f8;
}
@media (max-width: 1699px) {
  .s2__wrap {
    padding-right: 10px;
  }
}
@media (max-width: 1399px) {
  .s2__wrap {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .s2__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .s2__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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 420px;
    margin-top: 80px;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .s2__wrap {
    width: 100%;
  }
}
.s2__case {
  font-size: 1.25rem;
  color: #272823;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .s2__case {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .s2__case {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .s2__case {
    font-size: 1rem;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .s2__case {
    font-size: 0.875rem;
    text-align: justify;
  }
}
.s2__case::before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: url("../images/s2/s2-case-bg.png");
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 860px;
  height: 16px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .s2__case::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .s2__case::before {
    height: 10px;
  }
}
@media (max-width: 767px) {
  .s2__case-item:nth-child(2) {
    padding-left: 30vw;
  }
}
@media (max-width: 480px) {
  .s2__case-item:nth-child(2) {
    padding-left: 100px;
  }
}
.s2__chart {
  position: relative;
}
.s2__chart:first-child {
  -webkit-box-shadow: 0 10px 60px rgba(74, 104, 150, 0.15);
          box-shadow: 0 10px 60px rgba(74, 104, 150, 0.15);
}
@media (max-width: 991px) {
  .s2__chart:first-child {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
.s2__chart:first-child::before {
  content: "";
  display: block;
  width: 242px;
  height: 122px;
  background: url("../images/s2/s2-chart-icon-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -98px;
  left: 140px;
  pointer-events: none;
}
@media (max-width: 1699px) {
  .s2__chart:first-child::before {
    left: 120px;
  }
}
@media (max-width: 1399px) {
  .s2__chart:first-child::before {
    width: 180px;
    height: 90px;
    top: -73px;
  }
}
@media (max-width: 991px) {
  .s2__chart:first-child::before {
    left: 140px;
  }
}
@media (max-width: 767px) {
  .s2__chart:first-child::before {
    width: 184px;
    height: 92px;
    left: 0;
    top: -74px;
  }
}
.s2__chart:nth-child(2) {
  position: relative;
  z-index: 1;
  margin-left: 30px;
}
@media (max-width: 1699px) {
  .s2__chart:nth-child(2) {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .s2__chart:nth-child(2) {
    width: 67%;
  }
}
@media (max-width: 767px) {
  .s2__chart:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }
  .s2__chart:nth-child(2) img {
    margin-left: auto;
    margin-right: auto;
  }
}
.s2__chart:nth-child(2)::before {
  content: "";
  display: block;
  width: 274px;
  height: 346px;
  background: url("../images/s2/s2-chart-icon-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  left: -160px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .s2__chart:nth-child(2)::before {
    width: 200px;
    height: 260px;
    left: -120px;
  }
}
@media (max-width: 767px) {
  .s2__chart:nth-child(2)::before {
    display: none;
  }
}
.s2__chart:nth-child(2) img {
  position: relative;
  z-index: 2;
}
.s2__chart:nth-child(3) {
  margin-left: -18px;
  margin-top: -60px;
}
@media (max-width: 1399px) {
  .s2__chart:nth-child(3) {
    margin-top: -45px;
  }
}
@media (max-width: 1199px) {
  .s2__chart:nth-child(3) {
    margin-left: -15px;
    margin-top: -36px;
  }
}
@media (max-width: 991px) {
  .s2__chart:nth-child(3) {
    width: 33%;
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  .s2__chart:nth-child(3) {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: -15px;
  }
  .s2__chart:nth-child(3) img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s2__chart:nth-child(3) {
    margin-top: -10px;
  }
}
.s2__chart img {
  display: block;
}
.s2__chart-year {
  font-size: 1.5rem;
  font-weight: 700;
  color: #264465;
  position: absolute;
  width: 100%;
  top: 298px;
  text-align: center;
}
@media (max-width: 1699px) {
  .s2__chart-year {
    font-size: 1.25rem;
    top: 275px;
  }
}
@media (max-width: 1399px) {
  .s2__chart-year {
    top: 210px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1199px) {
  .s2__chart-year {
    font-size: 0.9375rem;
    top: 180px;
  }
}
@media (max-width: 991px) {
  .s2__chart-year {
    font-size: 1.125rem;
    top: 205px;
  }
}
@media (max-width: 767px) {
  .s2__chart-year {
    font-size: 1.25rem;
    top: 68px;
    padding-left: 160px;
  }
}
@media (max-width: 480px) {
  .s2__chart-year {
    top: 15vw;
    font-size: 4.5vw;
    padding-left: 35.4vw;
  }
}
@media (max-width: 374px) {
  .s2__chart-year {
    top: 14.2vw;
  }
}
.s2__chart-year .highlight {
  display: inline-block;
  font-size: 3em;
  font-weight: 900;
  color: #0071bc;
  line-height: 0.8em;
  margin-left: 5px;
  margin-right: 5px;
}
.s2__chart-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #264465;
  position: absolute;
  width: 100%;
  top: 440px;
  text-align: center;
}
@media (max-width: 1699px) {
  .s2__chart-price {
    font-size: 1.125rem;
    top: 400px;
  }
}
@media (max-width: 1399px) {
  .s2__chart-price {
    font-size: 0.875rem;
    top: 310px;
  }
}
@media (max-width: 1199px) {
  .s2__chart-price {
    top: 265px;
    font-size: 0.75rem;
  }
}
@media (max-width: 991px) {
  .s2__chart-price {
    top: 300px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .s2__chart-price {
    font-size: 1rem;
    top: 190px;
    padding-left: 160px;
  }
}
@media (max-width: 480px) {
  .s2__chart-price {
    top: 41.8vw;
    font-size: 3.6vw;
    padding-left: 35.4vw;
  }
}
@media (max-width: 374px) {
  .s2__chart-price {
    top: 41vw;
  }
}
.s2__chart-price .highlight {
  display: inline-block;
  font-size: 2.4em;
  font-weight: 900;
  color: #ff6036;
  line-height: 0.8em;
}
.s2__list {
  font-size: 1rem;
  font-weight: 700;
  color: #e60000;
  line-height: 1.5;
  list-style: none;
  width: 1194px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .s2__list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .s2__list {
    font-size: 0.875rem;
  }
}
.s2__list li {
  position: relative;
  padding-left: 14px;
  text-align: justify;
}
@media (max-width: 767px) {
  .s2__list li {
    padding-left: 10px;
  }
}
.s2__list li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #e60000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 767px) {
  .s2__list li::before {
    top: 8px;
    width: 4px;
    height: 4px;
  }
}
.s2__list li .highlight {
  color: #ff6036;
  font-weight: 700;
}
.s2__btn {
  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;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#fd644f), to(#f28e26));
  background: linear-gradient(to right, #fd644f 0%, #f28e26 100%);
  width: 400px;
  height: 80px;
  border-radius: 10em;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 991px) {
  .s2__btn {
    width: 280px;
    height: 60px;
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .s2__btn {
    margin-top: 30px;
  }
}
@media (max-width: 374px) {
  .s2__btn {
    width: 90%;
    height: 50px;
    font-size: 1rem;
  }
}
.s2__btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  background: url("../images/s2/s2-btn-arrow.svg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 30px;
}
@media (max-width: 991px) {
  .s2__btn::after {
    right: 20px;
    width: 16px;
    height: 14px;
    top: calc(50% - 7px);
  }
}
@media (max-width: 374px) {
  .s2__btn::after {
    width: 12px;
    height: 10px;
    top: calc(50% - 5px);
  }
}
@media (hover: hover) {
  .s2__btn:hover::after {
    -webkit-animation: ani-s2-btn 1.2s ease infinite;
            animation: ani-s2-btn 1.2s ease infinite;
  }
}

.s3 {
  background: url("../images/s3/s3-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding-top: 78px;
  padding-bottom: 78px;
}
@media (max-width: 1699px) {
  .s3 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .s3 {
    background: url("../images/s3/s3-bg-tb.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 0;
  }
  .s3::after {
    content: "";
    display: block;
    width: 100%;
    height: 500px;
    background: url("../images/s3/s3-img.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .s3::after {
    height: 65vw;
  }
}
@media (min-width: 1400px) {
  .s3 .container {
    width: 1288px;
  }
}
.s3__wrap {
  width: 662px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
@media (max-width: 1399px) {
  .s3__wrap {
    width: 580px;
  }
}
@media (max-width: 1199px) {
  .s3__wrap {
    width: 480px;
    padding-right: 180px;
  }
}
@media (max-width: 991px) {
  .s3__wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .s3__wrap {
    padding-right: 0;
  }
}
.s3__title {
  padding-top: 30px;
  padding-bottom: 65px;
  position: relative;
  width: 430px;
}
@media (max-width: 1399px) {
  .s3__title {
    width: 350px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .s3__title {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .s3__title {
    width: 100%;
    padding-bottom: 10px;
  }
}
.s3__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 24px 24px;
  border-color: transparent transparent #e1f560 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1399px) {
  .s3__title::after {
    border-width: 0 0 20px 20px;
  }
}
@media (max-width: 1199px) {
  .s3__title::after {
    border-width: 0 0 14px 14px;
  }
}
.s3__title-main {
  font-size: 2.75rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 1399px) {
  .s3__title-main {
    font-size: 2.375rem;
  }
}
@media (max-width: 1199px) {
  .s3__title-main {
    font-size: 1.875rem;
  }
}
.s3__title-sub {
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.6666667;
  margin-top: 15px;
}
@media (max-width: 1399px) {
  .s3__title-sub {
    font-size: 1rem;
  }
}
.s3__box {
  width: 430px;
  background: #ebf4f8;
  border-radius: 10px;
  padding: 30px 55px;
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .s3__box {
    width: 350px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1199px) {
  .s3__box {
    width: 100%;
    padding: 15px;
  }
}
.s3__box-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #3368b3;
  line-height: 1;
}
@media (max-width: 1399px) {
  .s3__box-title {
    font-size: 1rem;
  }
}
.s3__box-subtitle {
  font-size: 3rem;
  font-weight: 800;
  color: #3368b3;
  font-family: "Open Sans", serif;
  line-height: 0.9;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .s3__box-subtitle {
    font-size: 2.75rem;
  }
}
@media (max-width: 1199px) {
  .s3__box-subtitle {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .s3__box-subtitle {
    font-size: 2.25rem;
  }
}
.s3__box-subtitle a {
  color: #3368b3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .s3__box-subtitle a:hover {
    opacity: 0.8;
  }
}
.s3__time {
  font-size: 1rem;
  color: #264465;
  line-height: 1.5;
  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%;
  border-top: 1px solid #ffffff;
  padding-top: 15px;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .s3__time {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 10px;
    margin-top: 10px;
  }
}
.s3__time-title {
  width: 5em;
  margin-right: 5px;
}
.s3__btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .s3__btn {
    position: relative;
    top: auto;
    right: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 15px;
  }
}
.s3__btn-text {
  font-size: 1.25rem;
  font-weight: 500;
  color: #ebf4f8;
  margin-top: -30px;
}
@media (max-width: 1399px) {
  .s3__btn-text {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .s3__btn-text {
    margin-top: -20px;
  }
}
@media (max-width: 1399px) {
  .s3__btn-img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s3__btn-img {
    width: 120px;
  }
}
.s3__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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 212px;
  height: 212px;
  border: 1px solid #ebf4f8;
  border-radius: 10px;
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .s3__btn-item {
    width: 190px;
    height: 190px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .s3__btn-item {
    width: 155px;
    height: 155px;
  }
}
@media (max-width: 991px) {
  .s3__btn-item {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .s3__btn-item {
    width: calc(50% - 7px);
    height: 150px;
    margin-top: 0;
    margin-left: 15px;
  }
}
.s3__btn-item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .s3__btn-item:first-child {
    margin-left: 0;
  }
}
@media (hover: hover) {
  .s3__btn-item:hover {
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.5) inset;
            box-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.5) inset;
  }
  .s3__btn-item:hover .s3__btn-text {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  }
}

.s4 {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .s4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.s4__title {
  font-size: 2.75rem;
  font-weight: 900;
  color: #40669b;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .s4__title {
    font-size: 2.125rem;
  }
}
.s4__subtitle::before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: url("../images/s3/s3-subtitle.png");
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 860px;
  height: 16px;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .s4__subtitle::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .s4__subtitle::before {
    height: 10px;
  }
}
.s4__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .s4__block {
    width: 400px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
}
.s4__item {
  width: calc(33.33% - 22px);
  margin-left: 11px;
  margin-right: 11px;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 40px rgba(74, 104, 150, 0.16);
          box-shadow: 0 10px 40px rgba(74, 104, 150, 0.16);
  overflow: hidden;
}
@media (max-width: 991px) {
  .s4__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
  .s4__item:first-child {
    margin-top: 0;
  }
}
.s4__item-img img {
  display: block;
}
.s4__item-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #272823;
  text-align: center;
  line-height: 1.3em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 1.3em;
}
@media (max-width: 1199px) {
  .s4__item-title {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .s4__item-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .s4__item-title {
    font-size: 1rem;
  }
}
.s4__item-content {
  position: relative;
  padding: 22px 40px;
}
@media (max-width: 1399px) {
  .s4__item-content {
    padding-left: 22px;
  }
}
.s4__item-content::after {
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  background: url("../images/s4/s4-item-arrow.svg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 991px) {
  .s4__item-content::after {
    right: 20px;
    width: 16px;
    height: 14px;
    top: calc(50% - 7px);
  }
}
@media (max-width: 374px) {
  .s4__item-content::after {
    width: 12px;
    height: 10px;
    top: calc(50% - 5px);
  }
}
@media (hover: hover) {
  .s4__item:hover .s4__item-content::after {
    opacity: 1;
  }
}

.show--tb {
  display: none;
}
@media (max-width: 991px) {
  .show--tb {
    display: block;
  }
}

@media (max-width: 991px) {
  .hide--tb {
    display: none;
  }
}

.show--sm {
  display: none;
}
@media (max-width: 767px) {
  .show--sm {
    display: block;
  }
}

.show--tb-inline {
  display: none;
}
@media (max-width: 991px) {
  .show--tb-inline {
    display: inline;
  }
}

.hide--sm {
  display: block;
}
@media (max-width: 767px) {
  .hide--sm {
    display: none;
  }
}

.offest--y {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
@media (max-width: 767px) {
  .offest--y {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@-webkit-keyframes ani-s2-btn {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
}

@keyframes ani-s2-btn {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 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;
}