@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%;
}

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

@media (max-width: 1199px) {
  body {
    padding-top: 54px;
  }
}

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:focus {
  outline: none;
}

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}

@media (min-width: 1700px) {
  .container {
    width: 1480px;
  }
}

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

.navbar {
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1699px) {
  .navbar {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1199px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.navbar.active .navbar__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
}

@media (max-width: 1199px) {
  .navbar.active .navbar__toggle-item:first-child {
    -webkit-transform: rotate(45deg) translate(4px, 4px);
            transform: rotate(45deg) translate(4px, 4px);
  }
  .navbar.active .navbar__toggle-item:nth-child(2) {
    display: none;
  }
  .navbar.active .navbar__toggle-item:last-child {
    -webkit-transform: rotate(-45deg) translate(1px, -1px);
            transform: rotate(-45deg) translate(1px, -1px);
  }
}

.navbar__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}

.navbar__logo {
  display: block;
  width: 144px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .navbar__logo {
    width: 100px;
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .navbar__logo {
    width: 70px;
  }
}

.navbar__logo img {
  display: block;
}

.navbar__toggle {
  display: none;
}

@media (max-width: 1199px) {
  .navbar__toggle {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
  }
}

.navbar__toggle-item {
  width: 24px;
  height: 2px;
  background: #ffffff;
  margin-top: 5px;
  -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 (max-width: 1199px) {
  .navbar__head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .navbar__body {
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100%;
    background: #003595;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 54px;
    padding-bottom: 40px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: top;
    transition-property: top;
  }
}

.navbar__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 8px;
  right: 0;
}

@media (max-width: 1199px) {
  .navbar__link {
    display: block;
    position: static;
  }
}

.navbar__link-item {
  list-style-type: none;
  color: #ffffff;
  font-size: 1em;
  font-weight: 500;
  margin-left: 40px;
  position: relative;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: text-shadow;
  transition-property: text-shadow;
}

@media (max-width: 767px) {
  .navbar__link-item {
    border-bottom: 1px solid #6a7fbb;
  }
}

.navbar__link-item > a {
  color: #ffffff;
  padding: 20px 0 34px;
  display: block;
}

@media (max-width: 1199px) {
  .navbar__link-item > a {
    padding: 10px 15px;
  }
}

@media (max-width: 1399px) {
  .navbar__link-item {
    margin-left: 15px;
  }
}

@media (max-width: 1199px) {
  .navbar__link-item {
    display: block;
    text-align: center;
    margin-left: 0;
  }
}

.navbar__link-item::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 19%;
  bottom: 20px;
}

@media (min-width: 1200px) {
  .navbar__link-item::after {
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: width;
    transition-property: width;
  }
}

@media (max-width: 1199px) {
  .navbar__link-item::after {
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.3;
  }
}

@media (max-width: 767px) {
  .navbar__link-item::after {
    display: none;
  }
}

.navbar__link-item:first-child {
  margin-left: 0;
}

.navbar__link-item.active > a {
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}

@media (max-width: 1199px) {
  .navbar__link-item.active > a {
    text-shadow: 0 0 20px white;
  }
}

@media (max-width: 767px) {
  .navbar__link-item.active > a {
    text-shadow: none;
  }
}

.navbar__link-item.active::after {
  width: 62%;
}

@media (max-width: 1199px) {
  .navbar__link-item.active::after {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .navbar__link-item.active::after {
    display: none;
  }
}

@media (hover: hover) {
  .navbar__link-item:hover > a {
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
  }
}

@media (hover: hover) and (max-width: 767px) {
  .navbar__link-item:hover > a {
    text-shadow: none;
  }
}

@media (hover: hover) {
  .navbar__link-item:hover::after {
    width: 62%;
  }
}

@media (hover: hover) and (max-width: 1199px) {
  .navbar__link-item:hover::after {
    width: 20px;
  }
}

@media (hover: hover) and (max-width: 767px) {
  .navbar__link-item:hover::after {
    display: none;
  }
}

.navbar__sec {
  position: relative;
}

.navbar__sec-child {
  display: none;
  position: absolute;
  top: 77px;
  left: 0;
  list-style-type: disc;
  background-color: #002e82;
  padding: 12px 20px;
  width: 260px;
}

@media (max-width: 1199px) {
  .navbar__sec-child {
    position: static;
    width: 100%;
  }
}

.navbar__sec-child li {
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: text-shadow;
  transition-property: text-shadow;
}

.navbar__sec-child li > a {
  color: #ffffff;
  padding: 20px 0;
}

.navbar__sec-child li.active > a, .navbar__sec-child li:hover > a {
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}

.footer {
  background: #0b3680;
}

.footer__wrap {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 1399px) {
  .footer__wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer__block {
  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: 0.8125em;
  font-weight: 500;
  color: #98aac2;
  line-height: 1.6923;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .footer__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__block::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -30px;
  left: 0;
  background: #244a8d;
}

.footer__block:first-child {
  margin-top: 0;
}

.footer__block:first-child::before {
  display: none;
}

.footer__block:last-child {
  margin-bottom: 0;
}

.footer__head {
  width: 100px;
  text-align: center;
}

@media (max-width: 767px) {
  .footer__head {
    width: 100%;
  }
}

.footer__body {
  width: calc( 100% - 100px);
  padding-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .footer__body {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}

.footer__body::before {
  content: "";
  display: block;
  width: 1px;
  height: calc( 100% + 10px);
  position: absolute;
  top: -5px;
  left: 0;
  background: #244a8d;
}

@media (max-width: 767px) {
  .footer__body::before {
    display: none;
  }
}

.footer__list {
  margin-left: 1.4em;
}

.footer__list--dot {
  list-style: none;
}

.footer__list--dot li {
  text-indent: -1.4em;
}

.footer .mt {
  margin-top: 30px;
}

.footer__info {
  font-size: 0.875em;
  font-weight: 500;
  color: #b5bfd5;
  text-align: center;
  background: #082973;
  padding: 12px;
}

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

.kv {
  background: url("../images/kv/kv-bg.webp");
  background-repeat: no-repeat;
  height: 37.3vw;
}

@media (min-width: 1921px) {
  .kv {
    background-size: cover;
  }
}

@media (max-width: 1899px) {
  .kv {
    background-size: 100% auto;
  }
}

@media (max-width: 1199px) {
  .kv {
    background-size: 118% auto;
    background-position: center top;
    height: 44vw;
  }
}

@media (max-width: 767px) {
  .kv {
    background-size: 124% auto;
    height: 46vw;
  }
}

@media (max-width: 480px) {
  .kv {
    background: url("../images/kv/kv-bg-sm.webp");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 144vw;
  }
}

.kv__title {
  text-indent: -9999px;
}

.s1 {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .s1 {
    padding-top: 60px;
  }
}

.s1__block {
  width: 1483px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1699px) {
  .s1__block {
    width: 100%;
  }
}

.s1__item {
  display: block;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 59px rgba(0, 53, 149, 0.2);
          box-shadow: 0 0 59px rgba(0, 53, 149, 0.2);
  overflow: hidden;
  margin-top: 80px;
  -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 (max-width: 1199px) {
  .s1__item {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .s1__item {
    border-radius: 15px;
  }
}

.s1__item:first-child {
  margin-top: 0;
}

.s1__item img.hide--sm {
  display: block;
}

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

@media (hover: hover) {
  .s1__item:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

.s2 {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .s2 {
    padding-top: 60px;
  }
}

.s2__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc( 100% + 58px);
  margin-left: -29px;
  margin-right: -29px;
}

@media (max-width: 1399px) {
  .s2__block {
    width: calc( 100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 991px) {
  .s2__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.s2__item {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#003595), to(#3e91dd));
  background: linear-gradient(to bottom, #003595 0%, #3e91dd 100%);
  -webkit-box-shadow: 0 0 59px rgba(0, 53, 149, 0.2);
          box-shadow: 0 0 59px rgba(0, 53, 149, 0.2);
  border-radius: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  width: calc( 25% - 58px);
  margin-left: 29px;
  margin-right: 29px;
  -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 (max-width: 1399px) {
  .s2__item {
    width: calc( 25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .s2__item {
    width: calc( 50% - 30px);
    margin-top: 30px;
  }
  .s2__item:nth-child(1) {
    margin-top: 0;
  }
  .s2__item:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .s2__item {
    border-radius: 15px;
  }
}

@media (max-width: 480px) {
  .s2__item {
    width: calc( 50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}

.s2__item-title {
  font-size: 1.75em;
  font-weight: 500;
  color: #003595;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7ecff));
  background: linear-gradient(to bottom, #ffffff 0%, #d7ecff 100%);
  width: 180px;
  line-height: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  max-width: 100%;
}

@media (max-width: 1199px) {
  .s2__item-title {
    font-size: 1.5em;
    line-height: 50px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

@media (max-width: 480px) {
  .s2__item-title {
    font-size: 1.125em;
    width: 86%;
    line-height: 40px;
  }
}

.s2__item-img {
  margin-top: 25px;
}

@media (max-width: 480px) {
  .s2__item-img {
    margin-top: 10px;
  }
}

.s2__item-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .s2__item-img img {
    width: 140px;
  }
}

@media (max-width: 480px) {
  .s2__item-img img {
    width: 100px;
  }
}

.s2__item-btn {
  font-size: 1.75em;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .s2__item-btn {
    font-size: 1.5em;
  }
}

@media (max-width: 480px) {
  .s2__item-btn {
    font-size: 1.125em;
  }
}

.s2__item-btn::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/s2/s2-item-btn.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top: 4px;
}

@media (max-width: 480px) {
  .s2__item-btn::after {
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }
}

@media (hover: hover) {
  .s2__item:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

.s3 {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 145px;
  position: relative;
}

@media (max-width: 991px) {
  .s3 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .s3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .s3 {
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .s3__img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .s3__img {
    width: 75%;
  }
}

.s3__info {
  width: 1140px;
  padding: 10px;
  border: 2px solid #ffffff;
  border-radius: 32px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1399px) {
  .s3__info {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .s3__info {
    padding: 6px;
    border-radius: 14px;
  }
}

.s3__info-wrap {
  background: url("../images/s3/s3-info.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 45px 15px 15px;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .s3__info-wrap {
    padding: 44px 15px 34px;
    line-height: 1.428571;
    background: url("../images/s3/s3-info-sm.jpg");
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
    border-radius: 12px;
  }
}

.s3__info-title {
  font-size: 2.25em;
  font-weight: 500;
  color: #003595;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 767px) {
  .s3__info-title {
    font-size: 1.75em;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.025em;
  }
}

@media (max-width: 374px) {
  .s3__info-title {
    font-size: 8vw;
  }
}

.s3__info-title img {
  display: inline-block;
  width: 44px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

@media (max-width: 767px) {
  .s3__info-title img {
    width: 34px;
  }
}

@media (max-width: 374px) {
  .s3__info-title img {
    width: 26px;
  }
}

.s3__info-text {
  font-size: 1.875em;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .s3__info-text {
    font-size: 1.375em;
    margin-top: 5px;
  }
}

@media (max-width: 374px) {
  .s3__info-text {
    font-size: 6.6vw;
  }
}

.s3__info-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

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

.s3__info-item {
  margin-left: 40px;
  margin-right: 40px;
}

.s3__info-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

@media (max-width: 767px) {
  .s3__info-link {
    display: block;
  }
}

.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 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;
}

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-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;
}

.show--tb {
  display: none;
}

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

.show--sm {
  display: none;
}

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

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

.main {
  background: url("../images/common/main-bg.webp"), #c6e7ff;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  .main {
    background-size: 100% auto;
  }
}

.fixedbtn {
  position: fixed;
  right: 30px;
  bottom: 78px;
  z-index: 999;
  width: 160px;
  height: 284px;
  background: url("../images/common/fixedbtn.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 1699px) {
  .fixedbtn {
    right: 10px;
  }
}

@media (max-width: 1199px) {
  .fixedbtn {
    width: 100px;
    height: 200px;
    bottom: 50px;
  }
}

@media (max-width: 767px) {
  .fixedbtn {
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px 5px 2px;
    bottom: 0;
    right: 0;
    height: auto;
    background: -webkit-gradient(linear, left top, right top, from(#09b63a), color-stop(50%, #1fd854), to(#09b63a));
    background: linear-gradient(to right, #09b63a 0%, #1fd854 50%, #09b63a 100%);
  }
}

.fixedbtn img {
  display: none;
}

@media (max-width: 767px) {
  .fixedbtn img {
    display: inline-block;
    height: 44px;
  }
}

@media (min-width: 768px) {
  .fixedbtn:hover {
    -webkit-animation: ani-video-btn 0.8s ease infinite;
            animation: ani-video-btn 0.8s ease infinite;
  }
}

.gotop {
  width: 40px;
  height: 40px;
  background: url("../images/common/gotop.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: fixed;
  right: 100px;
  bottom: 30px;
  cursor: pointer;
  display: none;
  z-index: 999;
}

@media (max-width: 1699px) {
  .gotop {
    right: 30px;
  }
}

@media (max-width: 1199px) {
  .gotop {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .gotop {
    bottom: 70px;
  }
}

.gotop:hover {
  -webkit-animation: ani-video-btn 0.8s ease infinite;
          animation: ani-video-btn 0.8s ease infinite;
}
